653dfdd389de8f2f3dfe6f26cd533abe8c7d3059
[platform/upstream/glibc.git] / ChangeLog
1 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2
3         [BZ #17658]
4         * stdlib/setenv.c: Fix memory leak when setting large,
5         duplicate string.
6
7 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
8
9 .       [BZ #17273]
10         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
11         and tabs from buffer before parsing fstab entry.
12         * misc/tst-mntent.c (main): Add test for mount entry with
13         trailing spaces and tabs.
14
15 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
16
17         [BZ #17748]
18         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
19         * math/fesetround.c (fesetround): Rename to __fesetround and
20         define as weak alias of __fesetround.  Use libm_hidden_weak.
21         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
22         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
23         * sysdeps/arm/fesetround.c (fesetround): Likewise.
24         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
25         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
26         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
27         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
28         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
29         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
30         __fesetround_inline.
31         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
32         __fesetround_inline instead of __fesetround.
33         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
34         __fesetround and define as weak alias of __fesetround.  Use
35         libm_hidden_weak.  Call __fesetround_inline instead of
36         __fesetround.
37         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
38         __fesetround and define as weak alias of __fesetround.  Use
39         libm_hidden_weak.
40         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
41         Likewise.
42         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
43         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
44         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
45         * sysdeps/tile/math_private.h (__fesetround): New inline function.
46         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
47         __fesetround and define as weak alias of __fesetround.  Use
48         libm_hidden_weak.
49         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
50         __fesetround instead of fesetround.
51         (default_libc_feholdexcept_setround): Likewise.
52         (libc_feholdsetround_ctx): Likewise.
53         (libc_feholdsetround_noex_ctx): Likewise.
54
55         [BZ #17748]
56         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
57         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
58         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
59         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
60         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
61         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
62         define as weak alias of __fesetenv.  Use libm_hidden_weak.
63         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
64         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
65         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
66         define as weak alias of __fesetenv.  Use libm_hidden_weak.
67         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
68         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
69         define as weak alias of __fesetenv.  Use libm_hidden_weak.
70         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
71         libm_hidden_def.
72         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
73         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
74         Likewise.
75         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
76         define as weak alias of __fesetenv.  Use libm_hidden_weak.
77         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
78         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
79         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
80         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
81         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
82         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
83         __fesetenv instead of fesetenv.
84         (libc_feresetround_noex_ctx): Likewise.
85         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
86         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
87         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
88         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
89         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
90         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
91         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
92         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
93         (__feupdateenv): Likewise.
94         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
95         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
96         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
97         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
98
99 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
100
101         [BZ #17806]
102         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
103         addresses have been freed.
104
105 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
106
107         * resolv/res_init.c (__res_vinit): Improve comments about nserv
108         and nservall.
109
110 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
111
112         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
113         Clean up check_pf allocation pattern. addresses
114
115 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
116
117         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
118         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
119         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
120         * nptl/pthread_exit.c (__pthread_exit): Likewise.
121         * nptl/pthread_join.c (pthread_join): Likewise.
122         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
123         * sysdeps/posix/waitid.c (__waitid): Likewise.
124         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
125         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
126         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
127         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
128         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
129         Likewise.
130         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
131         (__libc_pread64): Likewise.
132         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
133         (__libc_pwrite): Likewise.
134         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
135         (__libc_pwrite64): Likewsie.
136         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
137         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
138         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
139         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
140         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
141         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
142         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
144         Likewise.
145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
146         (__libc_pread64): Likewise.
147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
148         Likewise.
149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
150         (__libc_pwrite64): Likewise.
151         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
152         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
153         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
154         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
155         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
156         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
157         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
158         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
159         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
160         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
161         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
162         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
163         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
164         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
165         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
166         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
167         Likewise.
168
169 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
170
171         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
172         (CFLAGS-test-double.c): Likewise.
173         (CFLAGS-test-ldouble.c): Likewise.
174         (CPPFLAGS-test-ifloat.c): Likewise.
175         (CPPFLAGS-test-idouble.c): Likewise.
176         (CPPFLAGS-test-ildoubl.c): Likewise.
177         (CFLAGS-test-test-fenv.c): Remove variable.
178         (CFLAGS-test-misc.c): Likewise.
179
180 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
181
182         [BZ #17797]
183         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
184         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
185         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
186         CLOCKS_PER_SEC == 1000000.
187         * time/clocktest.c (main): Replace %ld with %jd and cast to
188         intmax_t.
189
190 2015-01-05  Roland McGrath  <roland@hack.frob.com>
191
192         * sysdeps/generic/unwind-resume.h: New file.
193         * sysdeps/gnu/unwind-resume.c: Include it.
194         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
195         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
196         argument list.
197         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
198         global rather than static.
199         (_Unwind_Resume): Update user.
200         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
201         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
202         rather than static.  Add __attribute__ ((cold)).
203         (_Unwind_Resume, __gcc_personality_v0): Update callers.
204         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
205         * sysdeps/arm/arm-unwind-resume.S: New file.
206         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
207         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
208         * sysdeps/arm/Makefile [$(subdir) = csu]
209         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
210         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
211         Add rt-arm-unwind-resume.
212         [$(subdir) = nptl]
213         (libpthread-sysdep_routines, libpthread-shared-only-routines):
214         Add pt-arm-unwind-resume.
215         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
216         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
217
218 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
219
220         [BZ #17748]
221         * include/fenv.h (__feholdexcept): Declare.  Use
222         libm_hidden_proto.
223         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
224         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
225         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
226         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
227         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
228         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
229         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
230         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
231         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
232         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
233         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
234         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
235         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
236         (feholdexcept): Likewise.
237         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
238         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
239         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
240         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
241         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
242         __feholdexcept instead of feholdexcept.
243         (default_libc_feholdexcept_setround): Likewise.
244
245 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
246
247         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
248         to avoid using stl/str to align destination.
249
250 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
251
252         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
253
254 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
255
256         [BZ #17796]
257         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
258         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
259         Define as weak alias not strong alias.
260
261 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
262
263         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
264         bltzal with addiupc.
265         (RTLD_START): Ditto.
266
267 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
268
269         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
270         for __vdso_* functions in declarations.
271         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
272         definitions.
273         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
274         INTERNAL_VSYSCALL): Use struct return types to check for error.
275
276         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
277         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
278         function with cast from llround().
279         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
280         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
281         Define.
282
283 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
284
285         [BZ #17793]
286         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
287         Define as weak alias not strong alias.
288
289         [BZ #17635]
290         * ctype/ctype-c99.c: New file.  isblank implementation moved from
291         ...
292         * ctype/ctype-extn.c: ... here.
293         (__isblank_l): Move to ...
294         * ctype/ctype-c99_l.c: ... here.  New file.
295         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
296         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
297         Remove variable.
298         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
299         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
300         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
301         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
302         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
303
304         [BZ #17777]
305         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
306         (posix_fadvise64): Define as weak alias not strong alias.
307         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
308         (posix_fallocate64): Likewise.
309         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
310         Remove variable.
311         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
312         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
313         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
314         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
315         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
316
317 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
318
319         [BZ #16191]
320         * NEWS: Mention bug fix.
321         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
322         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
323         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
324         (HOST_STACK_END_ADDR): Likewise.
325
326 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
327
328         [BZ #17748]
329         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
330         * math/fegetround.c (fegetround): Rename to __fegetround and
331         define as weak alias of __fegetround.  Use libm_hidden_weak.
332         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
333         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
334         * sysdeps/arm/fegetround.c (fegetround): Likewise.
335         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
336         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
337         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
338         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
339         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
340         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
341         Undefine after rather than before function definition; use
342         parentheses around function name in definition.
343         (__fegetround): Also undefine macro after function definition.
344         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
345         __fegetround and define as weak alias of __fegetround.  Use
346         libm_hidden_weak.  Do not undefine as macro.
347         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
348         Likewise.
349         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
350         __fegetround and define as weak alias of __fegetround.  Use
351         libm_hidden_weak.
352         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
353         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
354         * sysdeps/tile/math_private.h (__fegetround): New inline function.
355         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
356         __fegetround and define as weak alias of __fegetround.  Use
357         libm_hidden_weak.
358         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
359         __fegetround instead of fegetround.
360
361         [BZ #17782]
362         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
363         Condition macro definition on [__USE_MISC].
364
365         [BZ #17781]
366         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
367         (struct sigaction): Change type of sa_flags field to int.
368
369         [BZ #17780]
370         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
371         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
372         __glibc_reserved0.
373
374         * nptl/version.c (banner): Use single year in copyright notice.
375
376         * NEWS: Update copyright dates.
377         * catgets/gencat.c (print_version): Likewise.
378         * csu/version.c (banner): Likewise.
379         * debug/catchsegv.sh: Likewise.
380         * debug/pcprofiledump.c (print_version): Likewise.
381         * debug/xtrace.sh (do_version): Likewise.
382         * elf/ldconfig.c (print_version): Likewise.
383         * elf/ldd.bash.in: Likewise.
384         * elf/pldd.c (print_version): Likewise.
385         * elf/sotruss.sh: Likewise.
386         * elf/sprof.c (print_version): Likewise.
387         * iconv/iconv_prog.c (print_version): Likewise.
388         * iconv/iconvconfig.c (print_version): Likewise.
389         * locale/programs/locale.c (print_version): Likewise.
390         * locale/programs/localedef.c (print_version): Likewise.
391         * login/programs/pt_chown.c (print_version): Likewise.
392         * malloc/memusage.sh (do_version): Likewise.
393         * malloc/memusagestat.c (print_version): Likewise.
394         * malloc/mtrace.pl: Likewise.
395         * manual/libc.texinfo: Likewise.
396         * nptl/version.c (banner): Likewise.
397         * nscd/nscd.c (print_version): Likewise.
398         * nss/getent.c (print_version): Likewise.
399         * nss/makedb.c (print_version): Likewise.
400         * posix/getconf.c (main): Likewise.
401         * scripts/test-installation.pl: Likewise.
402         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
403
404 2015-01-02  Will Newton  <will.newton@linaro.org>
405
406         * sysdeps/arm/armv7/configure: Removed.
407         * sysdeps/arm/armv7/configure.ac: Likewise.
408
409 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
410
411         * All files with FSF copyright notices: Update copyright dates
412         using scripts/update-copyrights.
413         * intl/plural.c: Regenerated.
414         * locale/programs/charmap-kw.h: Likewise.
415         * locale/programs/locfile-kw.h: Likewise.
416
417 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
418
419         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
420
421 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
422
423         [BZ #17748]
424         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
425         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
426         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
427         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
428         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
429         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
430         define as weak alias of __fegetenv.  Use libm_hidden_weak.
431         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
432         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
433         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
434         define as weak alias of __fegetenv.  Use libm_hidden_weak.
435         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
436         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
437         define as weak alias of __fegetenv.  Use libm_hidden_weak.
438         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
439         libm_hidden_def.
440         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
441         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
442         Likewise.
443         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
444         define as weak alias of __fegetenv.  Use libm_hidden_weak.
445         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
446         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
447         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
448         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
449         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
450         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
451         __fegetenv instead of fegetenv.
452         (libc_feholdsetround_noex_ctx): Likewise.
453
454 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
455
456         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
457         (Elf_MIPS_ABIFlags_v0): New structure.
458         (EF_MIPS_FP64): Define.
459         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
460         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
461         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
462         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
463         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
464         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
465         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
466         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
467         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
468         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
469         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
470         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
471         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
472         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
473         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
474         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
475         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
476         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
477         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
478         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
479         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
480         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
481         field.
482         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
483         EF_MIPS_FP64.
484         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
485         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
486         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
487         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
488         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
489         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
490         * sysdeps/mips/tst-abi-interlink.c: Likewise.
491         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
492         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
493         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
494         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
495         record the current FP ABI extension.
496         (mips-mode-switch): Define to show if kernel headers support mode
497         switching.
498         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
499         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
500         supported SYSV ABI version to 3.
501         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
502         feature.
503
504 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
505             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
506
507         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
508         path.
509         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
510
511 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
512
513         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
514         __fegetround and redefine to call __fegetround.  Remove condition
515         on [!__NO_MATH_INLINES].
516         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
517         function.
518         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
519         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
520         Remove macro.
521         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
522         instead of <fenv_libc.h>.
523         (__llrintl): Call fegetround instead of __fegetround.
524         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
525         instead of <fenv_libc.h>.
526         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
527         (__lrintl): Call fegetround instead of __fegetround.
528         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
529         instead of <fenv_libc.h>.
530         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
531         (__rintl): Call fegetround instead of __fegetround.
532
533 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
534
535         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
536         arrays.
537
538 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
539
540         [BZ #17775]
541         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
542         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
543         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
544
545 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
546
547         * sysdeps/i386/tls-macros.h: Include <features.h>.
548         (TLS_LE): Use non-PIC version for GCC >= 5.0.
549         (TLS_IE): Likewise.
550         (TLS_LD): Likewise.
551         (TLS_GD): Likewise.
552         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
553         define for GCC >= 5.0.
554
555 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
556
557         * math/test-fenv.c (test_single_exception, set_single_exc,
558         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
559         feexcp_mask_test, feenable_test, fe_single_test): Add
560         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
561         case where they are not used.
562         * math/libm-test.inc: Likewise.
563         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
564         unused in the absence of FP rounding/exception support.
565         * stdio-common/tst-printf-round.c: Likewise.
566         * stdlib/tst-strtod-round.c: Likewise.
567         * stdlib/tst-strtod-underflow.c: Likewise.
568
569 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
570
571         [BZ #17723]
572         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
573         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
574         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
575         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
576         libm_hidden_weak.
577         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
578         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
579         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
580         libm_hidden_def.
581         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
582         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
583         libm_hidden_weak.
584         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
585         Likewise.
586         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
587         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
588         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
589         libm_hidden_weak.
590         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
591         libm_hidden_def.
592         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
593         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
594         (__feraiseexcept): Likewise.
595         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
596         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
597         libm_hidden_weak.
598         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
599         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
600         libm_hidden_def.
601         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
602         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
603         Use libm_hidden_def.
604         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
605         libm_hidden_def.
606         (feraiseexcept): Define as weak not strong alias.  Use
607         libm_hidden_weak.
608         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
609         New inline function.  Factored out of ...
610         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
611         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
612         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
613         feraiseexcept.
614         * math/w_acos.c (__acos): Likewise.
615         * math/w_asin.c (__asin): Likewise.
616         * math/w_ilogb.c (__ilogb): Likewise.
617         * math/w_j0.c (y0): Likewise.
618         * math/w_j1.c (y1): Likewise.
619         * math/w_jn.c (yn): Likewise.
620         * math/w_log.c (__log): Likewise.
621         * math/w_log10.c (__log10): Likewise.
622         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
623         * sysdeps/aarch64/fpu/math_private.h
624         (libc_feupdateenv_test_aarch64): Likewise.
625         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
626         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
627         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
628         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
629         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
630         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
631         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
632         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
633         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
634         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
635
636 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
637
638         [BZ #17732]
639         * io/test-utime.c (main): Replace %ld with %jd and cast to
640         intmax_t.
641         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
642         * nptl/tst-mutex5.c: Include <stdint.h>.
643         (do_test): Replace %ld with %jd and cast to intmax_t.
644         * posix/tst-regex.c (run_test): Likewise.
645         (run_test_backwards): Likewise.
646         * rt/tst-clock.c: Include <stdint.h>.
647         (clock_test): Replace %ld with %jd and cast to intmax_t.
648         * rt/tst-cpuclock1.c: Include <stdint.h>.
649         (do_test): Replace %lu with %ju and cast to uintmax_t.
650         * rt/tst-cpuclock2.c: Include <stdint.h>.
651         (do_test): Replace %lu with %ju and cast to uintmax_t.
652         * rt/tst-mqueue1.c: Include <stdint.h>.
653         (check_attrs): Replace %ld with %jd and cast to intmax_t.
654         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
655         intmax_t.
656         * rt/tst-mqueue4.c (do_test): Likewise.
657         * rt/tst-timer4.c: Include <stdint.h>.
658         (check_ts): Replace %ld with %jd and cast to intmax_t.
659         (do_test): Likewise.
660         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
661         and cast to intmax_t.
662         * sysdeps/pthread/tst-timer.c (main): Likewise.
663         * time/clocktest.c (main): Likewise.
664         * time/tst-posixtz.c (do_test): Likewise.
665         * timezone/tst-timezone.c (main): Likewise.
666
667 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
668             H.J. Lu  <hongjiu.lu@intel.com>
669
670         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
671         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
672         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
673         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
674         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
675         version if bit_Fast_Unaligned_Load is set.
676         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
677         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
678         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
679         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
680         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
681         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
682         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
683         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
684         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
685         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
686         to 4.
687         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
688         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
689         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
690         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
691
692 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
693
694         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
695         instead of #if to avoid a Wundef warning.
696         * stdlib/tst-limits.c (do_test): Likewise.
697
698         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
699         parallel other exception macros.
700         (fegetenv): Convert from macro to extern inline so that it applies
701         retroactively to inline functions already seen by the compiler.
702         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
703
704         * posix/Makefile (before-compile): Use $(objpfx) for
705         posix-conf-vars-def.h.
706
707 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
708
709         * posix/getconf.c (main): Use size_t for type of I.
710         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
711         NSPEC.
712
713         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
714         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
715         * posix/posix-envs.def: Likewise.
716         * sysdeps/posix/sysconf.c: Likewise.
717         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
718         (specs): Remove array.
719         * scripts/gen-posix-conf-vars.awk: Support generation of specs
720         array.
721
722         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
723         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
724         (__sysconf): Use CONF_IS_* macros.
725
726         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
727         ($(objpfx)posix-conf-vars-def.h): New target.
728         * posix/posix-conf-vars.list: New file.
729         * posix/posix-conf-vars.h: New file.
730         * posix/confstr.c: Include posix-conf-vars.h.
731         (confstr): Use CONF_IS_* macros.
732         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
733         CONF_IS_* macros.
734         * scripts/gen-posix-conf-vars.awk: New file.
735
736 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
737
738         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
739         fegetround): Add no-op macros to avoid linknamespace issues.
740
741         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
742         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
743
744         * sysdeps/unix/sysv/linux/tile/sysdep.h
745         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
746         assembly-specific section to avoid a redefinition warning.
747
748         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
749         long before casting to pointer to avoid a cast warning.
750
751 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
752
753         * sysdeps/tile/tilegx/Implies: New file.
754
755 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
756
757         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
758
759 2014-12-23  Florian Weimer  <fweimer@redhat.com>
760
761         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
762
763 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
764
765         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
766         not define.
767         * sysdeps/unix/sysv/linux/utimes.c: Do not include
768         <kernel-features.h>.
769         (__utimes) [__NR_utimes]: Make code unconditional.
770         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
771         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
772         (__ASSUME_UTIMES): Do not undefine.
773         * sysdeps/unix/sysv/linux/tile/kernel-features.h
774         (__ASSUME_UTIMES): Likewise.
775         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
776         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
777         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
778         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
779
780 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
781
782         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
783
784 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
785
786         [BZ #17747]
787         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
788         alias to weak alias for j0l, y0l.
789         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
790         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
791
792         [BZ #17746]
793         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
794         conversion.
795
796 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
797
798         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
799         to zero if not already defined.
800
801 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
802
803         [BZ #17724]
804         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
805         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
806         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
807         (char *) casts added.
808         * sysdeps/ieee754/k_standardf.c: New file.
809         * sysdeps/ieee754/k_standardl.c: Likewise.
810         * math/Makefile (libm-support): Remove k_standard.
811         (libm-calls): Add k_standard.
812
813 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
814
815         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
816         Optimize to avoid an unnecessary FPCR read.
817
818 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
819
820         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
821         Optimize to reduce FPCR/FPSR accesses.
822
823 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
824
825         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
826         Call libc_fetestexcept_aarch64.
827
828 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
829
830         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
831         Call libc_fesetround_aarch64.
832
833 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
834
835         [BZ #17733]
836         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
837         (__bind): Do not define as weak alias.
838         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
839         define.
840         (__getsockname): Do not define as weak alias.
841
842 2014-12-22  Will Newton  <will.newton@linaro.org>
843
844         * manual/install.texi: Document that we require bison 2.7
845         or above.
846         * INSTALL: Regenerate.
847         * configure.ac: Use AC_CHECK_PROG_VER instead of
848         AC_PATH_PROG when checking for bison and check for
849         version 2.7 or above.
850         * configure: Regenerate.
851
852 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
853
854         [BZ #17745]
855         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
856         * sysdeps/tile/ffsll.c (ffsll): To here.
857
858         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
859
860 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
861
862         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
863         if not defined.
864         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
865         definition.
866         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
867         hidden ___tls_get_addr.
868         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
869         hidden __tls_get_addr.
870         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
871         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
872         Likewise.
873
874 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
875
876         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
877         _dl_init call.
878
879 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
880
881         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
882         from "call _dl_init@PLT".
883         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
884
885 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
886
887         * manual/search.texi: (Array Sort Function): Clarify stable sorting
888         guarantees.
889
890 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
891
892         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
893
894 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
895
896         [BZ #17744]
897         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
898         strnlen.
899
900 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
901
902         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
903         of multu on MIPSr6.
904         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
905         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
906         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
907         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
908         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
909
910 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
911
912         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
913         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
914         (PTR_SUBU): Use subu for mips32r6/mips64r6.
915         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
916         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
917         mips32r6/mips64r6.
918         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
919
920 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
921
922         * string/strncat.c (STRNCAT): Simplify implementation.
923
924 2014-12-19  David S. Miller  <davem@davemloft.net>
925
926         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
927         access the quad as both a long double and as a series of 4 words.
928
929         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
930         link_map->l_info array access.
931
932 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
933
934         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
935
936         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
937         * math/atest-exp2.c (TIMEOUT): Likewise.
938         * math/atest-sincos.c (TIMEOUT): Likewise.
939
940 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
941
942         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
943         -Wno-error with -fno-builtin-lround.
944
945 2014-12-19  Torvald Riegel  <triegel@redhat.com>
946
947         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
948         Contains futex constants and functions moved over from ...
949         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
950         <lowlevellock-futex.h>.
951         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
952         (lll_timedwait_tid): Add comments and parentheses around macro
953         arguments.
954
955 2014-12-19  Torvald Riegel  <triegel@redhat.com>
956
957         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
958         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
959         (__lll_private_flag): Remove.
960         (lll_futex_wait): Likewise.
961         (lll_futex_timed_wait): Likewise.
962         (lll_futex_wake): Likewise.
963         (lll_futex_requeue): Likewise.
964         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
965         (__lll_timedwait_tid): Spell out argument names.
966         (lll_timedwait_tid): Add comments and parentheses around macro
967         arguments.
968         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
969         LLL_SHARED and LLL_PRIVATE usable from assembly code.
970
971 2014-12-19  Torvald Riegel  <triegel@redhat.com>
972
973         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
974         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
975         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
976         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
977         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
978         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
979         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
980         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
981         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
982         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
983         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
984         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
985         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
986         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
987         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
988         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
989         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
990         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
991         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
992
993 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
994
995         * sysdeps/x86_64/x32/Makefile: New file.
996
997 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
998
999         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1000         1L with (mp_limb_t) 1.
1001
1002 2014-12-17  Roland McGrath  <roland@hack.frob.com>
1003
1004         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1005         * nptl/libc_pthread_init.c: ... here.
1006         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1007         * nptl/register-atfork.c: ... here.
1008
1009         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1010         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1011         Use assert_perror to check its return value.
1012         (__gai_create_helper_thread): Likewise.
1013
1014         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1015
1016         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1017
1018 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1019
1020         [BZ #17725]
1021         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1022         __profil_counter.
1023         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1024         Likewise.
1025         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1026         Likewise.
1027         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1028         Likewise.
1029         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1030         (profil_counter): Likewise.
1031         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1032         (profil_counter): Likewise.
1033         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1034         Likewise.
1035         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1036         Likewise.
1037         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1038         (profil_counter): Likewise.
1039         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1040         Likewise.
1041         [!__profil_counter] (profil_counter): Define as weak alias of
1042         __profil_counter.
1043         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1044         (profil_counter): Rename to __profil_counter.
1045         [!__profil_counter] (profil_counter): Define as weak alias of
1046         __profil_counter.
1047         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1048         (profil_counter): Rename to __profil_counter.
1049         [!__profil_counter] (profil_counter): Define as weak alias of
1050         __profil_counter.
1051         * sysdeps/posix/profil.c: Update comment referring to
1052         profil_counter.
1053         (__profil): Use __profil_counter instead of profil_counter.
1054         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1055         __profil_counter.  Use __profil_counter_ushort and
1056         __profil_counter_uint in definitions.
1057         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1058         instead of profil_counter_uint and profil_counter_ushort.
1059
1060         [BZ #17722]
1061         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1062         define as weak alias of __inet_makeaddr.
1063         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1064         as weak alias of __inet_addr.
1065         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1066         as weak alias of __inet_pton.  Use libc_hidden_weak.
1067         * include/arpa/inet.h (__inet_pton): Declare.  Use
1068         libc_hidden_proto.
1069         (inet_makeaddr): Don't use libc_hidden_proto.
1070         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1071         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1072         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1073         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1074         Remove variable.
1075         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1076         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1077
1078 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1079
1080         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1081
1082 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1083
1084         * stdio-common/bug-vfprintf-nargs.c (do_test):
1085         Cast value to intptr_t to avoid format warning
1086         for usage with PRIdPTR printing macro.
1087
1088 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1089
1090         * libio/tst-widetext.c (do_test):
1091         Use format type %td instead of %Zd for ptrdiff_t
1092         in order to avoid format warning.
1093
1094 2014-12-17  Andreas Schwab  <schwab@suse.de>
1095
1096         * nscd/mem.c (gc): Add size_t cast to match printf format.
1097
1098 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1099
1100         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1101         (init): Apply PTR_MANGLE to pointers before storing them.
1102         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1103         before using them.
1104
1105 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1106
1107         [BZ #17719]
1108         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1109         define as weak alias of __memrchr.
1110         (__memrchr): Do not define as strong alias of memrchr.
1111         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1112         Remove variable.
1113         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1114         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1115         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1116
1117         [BZ #17717]
1118         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1119         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1120         (if_indextoname): Rename to __if_indextoname and define as weak
1121         alias of __if_indextoname.  Use libc_hidden_weak.
1122         (if_freenameindex): Rename to __if_freenameindex and define as
1123         weak alias of __if_freenameindex.
1124         (if_nameindex): Rename to __if_nameindex and define as weak alias
1125         of __if_nameindex.
1126         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1127         __if_nametoindex and define as weak alias of __if_nametoindex.
1128         Use libc_hidden_weak.
1129         (if_freenameindex): Rename to __if_freenameindex and define as
1130         weak alias of __if_freenameindex.
1131         (if_nameindex): Rename to __if_nameindex and define as weak alias
1132         of __if_nameindex.
1133         (if_indextoname): Rename to __if_indextoname and define as weak
1134         alias of __if_indextoname.  Use libc_hidden_weak.
1135         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1136         __if_nametoindex and define as weak alias of __if_nametoindex.
1137         Use libc_hidden_weak.
1138         (if_freenameindex): Rename to __if_freenameindex and define as
1139         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1140         (if_nameindex_netlink): Use __if_freenameindex instead of
1141         if_freenameindex.
1142         (if_nameindex): Rename to __if_nameindex and define as weak alias
1143         of __if_nameindex.  Use libc_hidden_weak.
1144         (if_indextoname): Rename to __if_indextoname and define as weak
1145         alias of __if_indextoname.  Use libc_hidden_weak.
1146         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1147         libc_hidden_proto.
1148         [!_ISOMAC] (__if_freenameindex): Likewise.
1149         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1150         if_nametoindex.
1151         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1152         variable.
1153         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1154         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1155         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1156         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1157         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1158         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1159         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1160
1161         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1162         Remove variable.
1163         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1164         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1165
1166 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1167
1168         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1169         subscript above bounds'
1170
1171         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1172         bounds.
1173
1174 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1175
1176         * libio/tst-fopenloc.c: Use test-skeleton.c.
1177
1178         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1179         (entry): Rename to ITEM.
1180         (do_test, comp): Adjust.
1181
1182         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1183
1184 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1185
1186         * string/tester.c: Include <libc-internal.h>.
1187         (test_memset): Ignore -Wmemset-transposed-args.
1188
1189 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1190
1191         * misc/tst-mntent2.c (do_test): Fix warning.
1192
1193 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1194
1195         * elf/tst-unique4lib.cc(a): Mark as used.
1196
1197 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1198
1199         [BZ #17630]
1200         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1201         names.
1202
1203 2014-12-16  Allan McRae  <allan@archlinux.org>
1204
1205         * stdio-common/Makefile (tests): Re-add bug26.
1206
1207 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1208
1209         [BZ #17657]
1210         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
1211         static array.
1212
1213 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
1214
1215         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
1216         (__lll_lock_wait): Likewise.
1217         (__lll_timedlock_wait): Likewise.
1218         (__lll_timedwait_tid): Likewise.
1219         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
1220         (__lll_robust_timedlock_wait): Likewise.
1221         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
1222         (lll_cond_trylock): Likewise.
1223         (__lll_lock): Likewise.
1224         (__lll_robust_lock): Likewise.
1225         (__lll_cond_lock): Likewise.
1226         (lll_robust_cond_lock): Likewise.
1227         (__lll_timedlock): Likewise.
1228         (__lll_robust_timedlock): Likewise.
1229         (__lll_unlock): Likewise.
1230         (__lll_robust_unlock): Likewise.
1231         (lll_wait_tid): Likewise.
1232         (lll_timedwait_tid): Likewise.
1233
1234 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1235
1236         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
1237
1238 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1239
1240         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
1241
1242 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1243
1244         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
1245         * stdio-common/tst-sprintf.c: Likewise.
1246
1247 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1248
1249         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
1250
1251 2014-12-15  Jeff Law  <law@redhat.com>
1252
1253         [BZ #16617]
1254         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
1255         on the heap.  (CVE-2012-3406)
1256         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
1257         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
1258         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
1259
1260 2014-12-15  Will Newton  <will.newton@linaro.org>
1261
1262         * manual/install.texi: Bump required version of texinfo
1263         to 4.7 from 4.5.
1264         * INSTALL: Regenerated.
1265         * configure.ac: Check for makeinfo version 4.7 and above.
1266         * configure: Regenerated.
1267
1268 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1269
1270         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
1271         PREFIX, string constant to insert between directory and name.
1272         * sysdeps/posix/shm_open.c: Update caller.
1273         * sysdeps/posix/shm_unlink.c: Likewise.
1274         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
1275         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
1276         (SEM_SHM_PREFIX): New macro.
1277         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
1278         [$(have-thread-library) = no].
1279         * nptl/Makefile (libpthread-routines): Add shm-directory.
1280         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
1281         * sysdeps/nptl/shm-directory.h: New file.
1282         * sysdeps/posix/shm-directory.c
1283         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
1284         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
1285         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
1286         INTERNAL_SYSCALL.
1287         (__where_is_shmfs): Function removed.
1288         (mountpoint, defaultmount, defaultdir, __namedsem_once):
1289         Variables removed.
1290         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
1291         Use SHM_GET_NAME.
1292         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
1293
1294         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
1295         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
1296         unconditional for use inside libpthread.
1297         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
1298
1299 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1300
1301         * nptl/pthread_getaffinity.c: New file.
1302         * nptl/pthread_setaffinity.c: New file.
1303         * nptl/pthread_getname.c: New file.
1304         * nptl/pthread_setname.c: New file.
1305
1306         * nptl/pthread_create.c (START_THREAD_DEFN)
1307         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
1308
1309 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1310             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1311
1312         * resolv/res_send.c (send_vc): Disable warning resplen may
1313         be used uninitialized.
1314
1315 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1316
1317         * nptl/tst-mutex6.c
1318         (ATTR_NULL): New define checks ATTR against NULL.
1319         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
1320         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
1321
1322 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
1323
1324         [BZ #17581]
1325         * malloc/hooks.c
1326         (mem2mem_check): Revert my previous change.
1327         (malloc_check_get_size): Revert my previous change.
1328         (mem2chunk_check): Revert my previous change.
1329
1330 2014-12-11  Roland McGrath  <roland@hack.frob.com>
1331
1332         * sysdeps/posix/shm-directory.c: New file.
1333         * sysdeps/posix/shm-directory.h: New file.
1334         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
1335         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
1336         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
1337         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
1338         Transmute EPERM to EACCES.
1339         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
1340         from ...
1341         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
1342         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
1343
1344 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1345
1346         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
1347         pointer and cast to uintptr_t.
1348         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
1349         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
1350         Add cast to avoid warning.
1351         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
1352
1353 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
1354
1355         * nptl/semaphore.h: Move to ...
1356         * sysdeps/pthread/semaphore.h: ... here.
1357         * Makefile (installed-headers): Change nptl/semaphore.h to
1358         sysdeps/pthread/semaphore.h.
1359
1360 2014-12-11  Roland McGrath  <roland@hack.frob.com>
1361
1362         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
1363         generated error format strings.
1364
1365         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
1366         -Wformat-extra-args warnings for scanf formats.
1367         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
1368         test of zero-length format (duh).
1369         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
1370         corner-case scanf format test.
1371         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
1372         generated fprintf format string.
1373         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
1374         corner-case sprintf format tests.
1375         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
1376         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
1377         -Wformat-extra-args warnings throughout.
1378         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
1379         (CFLAGS-scanf4.c): Likewise.
1380         (CFLAGS-scanf7.c): Likewise.
1381         (CFLAGS-tst-sprintf.c): Likewise.
1382         (CFLAGS-tst-printf.c): Likewise.
1383         (CFLAGS-tst-printfsz.c): Likewise.
1384
1385 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
1386
1387         * include/cpio.h: New file.
1388         * include/fmtmsg.h: Likewise.
1389
1390         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
1391         corresponding format argument to size_t.
1392         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
1393         arguments.
1394         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
1395         corresponding format argument to size_t.
1396         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
1397         arguments.
1398         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
1399         corresponding format argument to size_t.
1400         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
1401         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
1402         (CFLAGS-tst-mbswcs2.c): Likewise.
1403         (CFLAGS-tst-mbswcs3.c): Likewise.
1404         (CFLAGS-tst-mbswcs4.c): Likewise.
1405         (CFLAGS-tst-mbswcs5.c): Likewise.
1406         (CFLAGS-tst-trans.c): Likewise
1407
1408 2014-12-11  Roland McGrath  <roland@hack.frob.com>
1409
1410         * posix/regexbug1.c (main): Use "%s" format with regerror results,
1411         rather than assuming they won't contain any '%'s.
1412
1413 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
1414
1415         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
1416         inhibit_loop_to_libcall to avoid recursive calls.
1417         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
1418         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
1419
1420 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1421
1422         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
1423         prototype.
1424
1425 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
1426
1427         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
1428         integer value instead of boolean.
1429
1430 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
1431
1432         * malloc/malloc.c: Fix powerof2 check.
1433
1434 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
1435
1436         * locale/programs/locfile.h (maybe_swap_uint32):
1437         Remove inline and add unused attribute.
1438
1439 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
1440
1441         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1442         Truncating assembler expression to a .long expression.
1443
1444 2014-12-11  Andreas Schwab  <schwab@suse.de>
1445
1446         * elf/rtld.c (struct map_args): Constify str member.
1447         (do_preload): Constify fname argument.
1448
1449 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1450
1451         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
1452         constants definition.
1453
1454 2014-12-11  Andreas Schwab  <schwab@suse.de>
1455
1456         [BZ #16657]
1457         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
1458         FORCE_ELISION instead of DO_ELISION.
1459         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
1460         Remove.
1461         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
1462         Likewise.
1463
1464         * iconvdata/gconv-modules: Remove duplicate entry.
1465
1466 2014-12-11  Will Newton  <will.newton@linaro.org>
1467
1468         Merge gettext 0.19.3 into intl/.
1469
1470         This involves a number of cosmetic changes to comments
1471         and ANSI function definitions and prototypes throughout
1472         all the files. The gettext copyright header is used but
1473         with the date ranges taken from the glibc copy.
1474
1475         * NEWS: Add gettext merge to 2.21.
1476         * intl/bindtextdom.c: Switch to gettext copyright.
1477         Use ANSI definitions and prototypes.
1478         Use gl_* locking primitives rather than __libc_* ones.
1479         Use __builtin_expect rather than __glibc_likely/unlikely.
1480         * intl/dcgettext.c: Switch to gettext copyright.
1481         Use ANSI definitions and prototypes.
1482         * intl/dcigettext.c: Switch to gettext copyright.
1483         Use ANSI definitions and prototypes.
1484         (INTDIV0_RAISES_SIGFPE): New define.
1485         Use gl_* locking primitives rather than __libc_* ones.
1486         Include eval-plural.h instead of plural-eval.c.
1487         Use __builtin_expect rather than __glibc_likely/unlikely.
1488         * intl/dcngettext.c: Switch to gettext copyright.
1489         Use ANSI definitions and prototypes.
1490         * intl/dgettext.c: Likewise.
1491         * intl/dngettext.c: Likewise.
1492         * intl/plural-eval.c: Renamed to...
1493         * intl/eval-plural.h: ...this.
1494         * intl/explodename.c: Switch to gettext copyright.
1495         Use ANSI definitions and prototypes.
1496         (_nl_explode_name): Use strchr instead of __rawmemchr.
1497         * intl/finddomain.c: Switch to gettext copyright.
1498         Use ANSI definitions and prototypes.
1499         Use gl_* locking primitives rather than __libc_* ones.
1500         (_nl_find_domain): Use malloc rather than alloca for
1501         allocation of temporary locale name.
1502         * intl/gettext.c: Switch to gettext copyright.
1503         Use ANSI definitions and prototypes.
1504         * intl/gettextP.h: Switch to gettext copyright.
1505         Use ANSI definitions and prototypes.
1506         Use gl_* locking primitives rather than __libc_* ones.
1507         * intl/gmo.h: Switch to gettext copyright.
1508         (struct sysdep_string): Move struct segment_pair outside of
1509         struct definition.
1510         * intl/hash-string.c: Use ANSI definitions and prototypes.
1511         * intl/hash-string.h: Switch to gettext copyright.
1512         Use ANSI definitions and prototypes.
1513         * intl/l10nflist.c: Switch to gettext copyright.
1514         Use ANSI definitions and prototypes.
1515         (_nl_normalize_codeset): Avoid integer overflow.
1516         * intl/loadinfo.h: Switch to gettext copyright.
1517         Use ANSI definitions and prototypes.
1518         (LIBINTL_DLL_EXPORTED): New define.
1519         (PATH_SEPARATOR): New define.
1520         * intl/loadmsgcat.c: Switch to gettext copyright.
1521         * intl/localealias.c: Switch to gettext copyright.
1522         Use ANSI definitions and prototypes.
1523         (_nl_expand_alias): Use PATH_SEPARATOR.
1524         * intl/ngettext.c: Switch to gettext copyright.
1525         Use ANSI definitions and prototypes.
1526         * intl/plural-exp.c: Likewise.
1527         * intl/plural-exp.h: Switch to gettext copyright.
1528         Use ANSI definitions and prototypes.
1529         (struct expression): Move definition of enum operator outside
1530         of struct definition.
1531         * intl/plural.c: Regenerate.
1532         * intl/plural.y: Switch to gettext copyright.
1533         Use ANSI definitions and prototypes.
1534         Port to bison 3.0.
1535         * intl/textdomain.c: Switch to gettext copyright.
1536         Use ANSI definitions and prototypes.
1537         Use gl_* locking primitives rather than __libc_* ones.
1538
1539 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
1540
1541         * debug/warning-nop.c: Add used atrribute.
1542
1543 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1544
1545         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
1546
1547         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
1548         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
1549         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
1550
1551 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1552             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1553
1554         [BZ #17634]
1555         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
1556         Undefine after defining function.  Define as weak alias of
1557         __wcschr.  Use libc_hidden_weak.
1558         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
1559         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
1560         (libc_hidden_def): Also define __GI___wcschr alias.
1561         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
1562         __wcschr and define as weak alias of __wcschr.
1563         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
1564         __wcschr.
1565         [!WCSCHR] (DEFAULT_WCSCHR): Define.
1566         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
1567         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
1568         libc_hidden_weak.  Do not use libc_hidden_def.
1569         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
1570         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
1571         __GI___wcschr alias.
1572         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
1573         [IS_IN (libc)] (wcschr): Define as macro expanding to
1574         __redirect_wcschr.
1575         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
1576         [IS_IN (libc)] (__wcschr_power6): Likewise.
1577         [IS_IN (libc)] (__wcschr_power7): Likewise.
1578         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
1579         instead of wcschr.
1580         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
1581         __libc_wcschr.
1582         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
1583         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
1584         __wcschr and define as weak alias of __wcschr.  Use
1585         libc_hidden_builtin_def.
1586         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
1587         as weak alias of __wcschr.  Use libc_hidden_weak.
1588         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
1589         wcschr.
1590         * time/era.c (_nl_init_era_entries): Likewise.
1591         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
1592         variable.
1593         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1594         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1595
1596 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1597
1598         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
1599         format for long int variable.
1600
1601 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
1602
1603         [BZ #10672]
1604         * manual/search.texi: (Array Sort Function): Remove claim how to make
1605         qsort stable.
1606
1607 2014-12-10  Andreas Schwab  <schwab@suse.de>
1608
1609         [BZ #12847]
1610         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
1611         user-controlled locks.
1612
1613 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
1614
1615         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
1616         register.
1617
1618 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1619
1620         * configure.ac (--disable-werror): New configure option.
1621         (enable_werror): New AC_SUBST.
1622         * configure: Regenerated.
1623         * config.make.in (enable-werror): New variable.
1624         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
1625         -Wno-error=undef.
1626         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
1627         * manual/install.texi (Configuring and compiling): Document
1628         --disable-werror.
1629         * INSTALL: Regenerated.
1630         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
1631         (CFLAGS-tst-chk2.c): Likewise.
1632         (CFLAGS-tst-chk3.c): Likewise.
1633         (CFLAGS-tst-chk4.cc): Likewise.
1634         (CFLAGS-tst-chk5.cc): Likewise.
1635         (CFLAGS-tst-chk6.cc): Likewise.
1636         (CFLAGS-tst-lfschk1.c): Likewise.
1637         (CFLAGS-tst-lfschk2.c): Likewise.
1638         (CFLAGS-tst-lfschk3.c): Likewise.
1639         (CFLAGS-tst-lfschk4.cc): Likewise.
1640         (CFLAGS-tst-lfschk5.cc): Likewise.
1641         (CFLAGS-tst-lfschk6.cc): Likewise.
1642
1643         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
1644         (main): Disable -Wdeprecated-declarations around calls to
1645         register_printf_function.
1646
1647         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
1648         (do_test): Disable -Wdiv-by-zero around some calls to
1649         fwrite_unlocked and fread_unlocked.
1650
1651         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
1652         (DIAG_POP_NEEDS_COMMENT): Likewise.
1653         (_DIAG_STR1): Likewise.
1654         (_DIAG_STR): Likewise.
1655         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
1656         * stdio-common/bug21.c: Include <libc-internal.h>.
1657         (do_test): Disable -Wformat around call to sscanf.
1658         * stdio-common/scanf14.c: Include <libc-internal.h>.
1659         (main): Disable -Wformat around some calls to scanf functions.
1660
1661 2014-12-09  Torvald Riegel  <triegel@redhat.com>
1662
1663         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
1664
1665 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1666
1667         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
1668         stack variable alignment.
1669
1670 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
1671
1672         [BZ #17682]
1673         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
1674         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
1675         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1676         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
1677         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
1678         __getrlimit instead of getrlimit.
1679         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
1680         __gettimeofday instead of gettimeofday.
1681         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1682         Likewise.
1683         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1684         Likewise.
1685         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1686         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
1687         Remove variable.
1688         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1689         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1690
1691 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1692
1693         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
1694         for wide-character tests.
1695
1696 2014-12-04  Roland McGrath  <roland@hack.frob.com>
1697
1698         * io/openat64.c: #include <libc-internal.h>
1699         (__openat64): Prototypify.  Use ignore_value on MODE.
1700         * io/openat.c: Likewise.
1701         * misc/reboot.c: #include <libc-internal.h>
1702         (reboot): Prototypify.  Use ignore_value on HOWTO.
1703         * misc/ptrace.c: #include <libc-internal.h>
1704         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
1705
1706 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
1707
1708         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
1709         XPG4, UNIX98 and XOPEN2K.
1710         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
1711         Remove variable.
1712         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1713
1714 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1715
1716         * libio/fileops.c: Use ISO C style for function definitions.
1717         * libio/iofopen.c: Likewise.
1718         * libio/wfileops.c: Likewise.
1719
1720         [BZ #17653]
1721         * libio/fileops.c (_IO_new_file_underflow): Unset cached
1722         offset on EOF.
1723         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
1724         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
1725         (fgets_func): Function pointer to fgets and fgetws.
1726         (do_ftell_test): Add test to verify ftell value after read
1727         EOF.
1728         (do_test): Set fgets_func.
1729
1730         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
1731         O_TRUNC flag for w and w+ modes.
1732         (do_rewind_test): Likewise.
1733         (do_ftell_test): Likewise.
1734         (do_write_test): Likewise.
1735
1736         [BZ #17647]
1737         * libio/fileops.c (do_ftell): Seek only when there are
1738         unflushed writes.
1739         * libio/wfileops.c (do_ftell_wide): Likewise.
1740         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1741         test case.
1742         (do_one_test): Call it.
1743
1744 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1745
1746         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1747         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1748         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1749         Remove variable.
1750         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1751         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1752         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1753
1754 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1755
1756         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1757         Remove variable.
1758         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1759
1760         [BZ #17668]
1761         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1762         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1763         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1764         __freeifaddrs.  Use libc_hidden_weak.
1765         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1766         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1767         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1768         __freeifaddrs.  Use libc_hidden_weak.
1769         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1770         __getifaddrs and define as weak alias of __getifaddrs.  Use
1771         libc_hidden_weak.
1772         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1773         __freeifaddrs.  Use libc_hidden_weak.
1774         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1775         Remove variable.
1776         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1777         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1778
1779 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1780
1781         [BZ #17601]
1782         * sysdeps/mips/start.S (__start): Use indirect jump to call
1783         __libc_start_main.
1784
1785 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1786
1787         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1788
1789         * nptl/tst-mutex1.c: Include <stdbool.h>.
1790         [!ATTR] (ATTR_NULL): New macro.
1791         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1792         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1793         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1794
1795         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1796         to char *.
1797
1798         [BZ #17665]
1799         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1800         Change conditional to [__USE_MISC].
1801
1802         [BZ #17664]
1803         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1804         fgets_unlocked.
1805         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1806         __fgets_unlocked.
1807         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1808         fgets_unlocked.
1809         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1810         Remove variable.
1811         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1812         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1813         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1814         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1815         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1816         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1817         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1818         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1819         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1820
1821         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1822
1823 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1824
1825         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1826         Remove strpbrk objects.
1827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1828         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1829         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1830         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1831         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1832         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1833
1834         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1835         Remove strcspn objects.
1836         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1837         (__libc_ifunc_impl_list): Remove strcspn implementation.
1838         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1839         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1840         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1841         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1842
1843         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1844         Remove strspn objetcs.
1845         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1846         (__libc_ifunc_impl_list): Remove strspn implementation.
1847         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1848         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1849         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1850         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1851
1852 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1853
1854         [BZ #17581]
1855         * malloc/hooks.c
1856         (mem2mem_check): Add a terminator to the chain of checking blocks.
1857         (malloc_check_get_size): Use it here.
1858         (mem2chunk_check): Ditto.
1859
1860 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1861
1862         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1863         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1864
1865 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1866
1867         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1868
1869         * nptl/nptl-init.c: Include libc-internal.h.
1870         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1871
1872         * elf/ldconfig.c (search_dir): Expand comment.
1873
1874 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1875
1876         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1877         variable.
1878         (linknamespace-symlist-stdlibs-tests): Likewise.
1879         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1880         instead of $(objpfx)symlist-stdlibs.
1881         (linknamespace-libs-isoc): New variable.
1882         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1883         (linknamespace-libs-ISO): New variable.
1884         (linknamespace-libs-ISO99): Likewise.
1885         (linknamespace-libs-ISO11): Likewise.
1886         (linknamespace-libs-XPG3): Likewise.
1887         (linknamespace-libs-XPG4): Likewise.
1888         (linknamespace-libs-POSIX): Likewise.
1889         (linknamespace-libs-UNIX98): Likewise.
1890         (linknamespace-libs-XOPEN2K): Likewise.
1891         (linknamespace-libs-POSIX2008): Likewise.
1892         (linknamespace-libs-XOPEN2K8): Likewise.
1893         ($(objpfx)symlist-stdlibs): Replace by
1894         $(linknamespace-symlist-stdlibs-tests).  Use
1895         $(linknamespace-libs-$*) as set of libraries.
1896         ($(linknamespace-header-tests)): Update dependencies.  Use
1897         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1898         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1899         * conform/linknamespace.pl: Remove comment about considering
1900         definitions of symbols from irrelevant libraries.
1901
1902 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1903
1904         [BZ #13862]
1905         * elf/dl-tls.c: Include <atomic.h>.
1906         (oom): Remove #ifdef SHARED/#endif.
1907         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1908         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1909         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1910         big enough.
1911         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1912         * nptl/Makefile (tests): Add tst-stack4.
1913         (modules-names): Add tst-stack4mod.
1914         ($(objpfx)tst-stack4): New.
1915         (tst-stack4mod.sos): Likewise.
1916         ($(objpfx)tst-stack4.out): Likewise.
1917         ($(tst-stack4mod.sos)): Likewise.
1918         (clean): Likewise.
1919         * nptl/tst-stack4.c: New file.
1920         * nptl/tst-stack4mod.c: Likewise.
1921
1922 2014-11-27  J. Brown  <jb999@gmx.de>
1923
1924         * sysdeps/x86/bits/string.h: Add recent CPUs.
1925
1926 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1927
1928         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1929         sigblock.
1930
1931         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1932         feof.
1933
1934         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1935         variable.
1936
1937 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1938
1939         * nscd/connections.c: Include libc-internal.h because of macro
1940         usage ignore_value.
1941
1942 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1943
1944         * string/bits/string3.h (__warn_memset_zero_len): Don't
1945         declare for gcc newer than 5.0.
1946         (memset): Don't test for zero-length __LEN for gcc newer than
1947         5.0.
1948
1949 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1950
1951         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1952         size_t for %zu format.
1953
1954         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1955         difference, not %ju.
1956
1957 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1958
1959         * include/libc-internal.h (ignore_value): New macro.
1960         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1961         with ignore_value.
1962
1963         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1964         definition.
1965
1966         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1967         pthread_cleanup_push to void *.
1968
1969         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1970         Undefine.
1971
1972         [BZ #16619]
1973         [BZ #16740]
1974         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1975         instead of 1L << 52.
1976
1977         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1978         * libio/bug-rewind2.c (do_test): Likewise.
1979
1980         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1981         * debug/test-strcpy_chk-ifunc.c: Likewise.
1982         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1983         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1984         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1985         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1986         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1987         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1988         * Rules [$(multi-arch) = no] (tests): Do not filter out
1989         $(tests-ifunc).
1990         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1991         * debug/Makefile (tests-ifunc): Remove variable.
1992         (tests): Do not add $(tests-ifunc).
1993         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1994         (tests): Do not add $(tests-ifunc).
1995         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1996         [TEST_IFUNC]: Remove conditionals.
1997         * string/test-string.h (TEST_IFUNC): Remove macro.
1998         [TEST_IFUNC]: Remove conditionals.
1999
2000         * string/test-strchr.c [!WIDE] (L): New macro.
2001         [WIDE] (L): Likewise.
2002         (check1): Use CHAR instead of char.  Use L on string and character
2003         constants.
2004
2005 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2006
2007         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2008         tests.
2009         * sysdeps/powerpc/bits/atomic.h
2010         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2011         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2012         (atomic_exchange_and_add_acq): Likewise.
2013         (atomic_exchange_and_add_rel): Likewise.
2014         * sysdeps/powerpc/powerpc32/bits/atomic.h
2015         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2016         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2017         * sysdeps/powerpc/powerpc64/bits/atomic.h
2018         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2019         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2020
2021 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2022
2023         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2024         Change synchronization of __sched_fifo_min_prio and
2025         __sched_fifo_max_prio.
2026         * nptl/pthread_mutexattr_getprioceiling.c
2027         (pthread_mutexattr_getprioceiling): Likewise.
2028         * nptl/pthread_mutexattr_setprioceiling.c
2029         (pthread_mutexattr_setprioceiling): Likewise.
2030         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2031         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2032         Likewise.
2033
2034 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2035
2036         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2037         void.
2038
2039 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2040
2041         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2042         third argument const.
2043
2044 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2045
2046         fnmatch: work around GCC compiler warning bug with uninit var
2047         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2048         This works around a bug with x86-64 GCC 4.9.2 and earlier
2049         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2050         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2051         used uninitialized in this function [-Wmaybe-uninitialized]".
2052
2053 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2054
2055         * posix/bug-regex31.c (main): Return RES not 0.
2056
2057 2014-11-25  Anton Blanchard <anton@samba.org>
2058
2059         * sysdeps/powerpc/bits/atomic.h
2060         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2061
2062 2014-11-24  Sterling Augustine  <saugustine@google.com>
2063
2064         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2065
2066 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2067
2068         [BZ #17608]
2069         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2070
2071 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2072
2073         [BZ #17633]
2074         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2075         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2076         variable.
2077         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2078         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2079
2080 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2081
2082         * string/strncpy.c (strncpy): Improve performance by using memset.
2083
2084 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2085
2086         * string/strcpy.c (strcpy):
2087         Improve performance by using strlen and memcpy.
2088
2089 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2090
2091         * string/strcoll_l.c (get_next_seq): __always_inline.
2092         * string/strcoll_l.c (do_compare): __always_inline.
2093
2094 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2095
2096         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2097         defined.
2098         * include/mqueue.h: Likewise.
2099         * include/stdlib.h: Likewise.
2100
2101         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2102         (get_null_defines): Adjust.
2103         * sunrpc/Makefile: Adjust comment.
2104         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2105         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2106         (CFLAGS-interp.c): Likewise.
2107         (CFLAGS-ldconfig.c): Likewise.
2108         (CPPFLAGS-.os): Likewise.
2109         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2110         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2111         * extra-modules.mk (extra-modules.mk): Likewise.
2112         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2113         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2114         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2115         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2116         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2117         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2118         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2119         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2120         * iconvdata/Makefile (CPPFLAGS): Likewise.
2121         (cpp-srcs-left): Add libof for all iconvdata routines.
2122         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2123         * include/assert.h: Likewise.
2124         * include/ctype.h: Likewise.
2125         * include/errno.h: Likewise.
2126         * include/libc-symbols.h: Likewise.
2127         * include/math.h: Likewise.
2128         * include/netdb.h: Likewise.
2129         * include/resolv.h: Likewise.
2130         * include/stdio.h: Likewise.
2131         * include/stdlib.h: Likewise.
2132         * include/string.h: Likewise.
2133         * include/sys/stat.h: Likewise.
2134         * include/wctype.h: Likewise.
2135         * intl/l10nflist.c: Likewise.
2136         * libidn/idn-stub.c: Likewise.
2137         * libio/libioP.h: Likewise.
2138         * nptl/libc_multiple_threads.c: Likewise.
2139         * nptl/pthreadP.h: Likewise.
2140         * posix/regex_internal.h: Likewise.
2141         * resolv/res_hconf.c: Likewise.
2142         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2143         * sysdeps/arm/memmove.S: Likewise.
2144         * sysdeps/arm/sysdep.h: Likewise.
2145         * sysdeps/generic/_itoa.h: Likewise.
2146         * sysdeps/generic/symbol-hacks.h: Likewise.
2147         * sysdeps/gnu/errlist.awk: Likewise.
2148         * sysdeps/gnu/errlist.c: Likewise.
2149         * sysdeps/i386/i586/memcpy.S: Likewise.
2150         * sysdeps/i386/i586/memset.S: Likewise.
2151         * sysdeps/i386/i686/memcpy.S: Likewise.
2152         * sysdeps/i386/i686/memmove.S: Likewise.
2153         * sysdeps/i386/i686/mempcpy.S: Likewise.
2154         * sysdeps/i386/i686/memset.S: Likewise.
2155         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2156         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2157         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2158         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2159         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2160         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2161         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2162         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2163         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2164         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2165         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2166         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2167         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2168         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2169         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2170         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2171         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2172         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2173         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2174         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2175         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2176         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2177         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2178         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2179         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2180         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2181         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2182         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2183         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2184         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2185         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2186         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2187         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2188         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2189         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2190         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2191         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2192         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2193         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2194         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2195         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2196         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2197         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2198         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2199         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2200         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2201         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2202         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2203         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2204         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2205         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2206         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2207         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2208         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2209         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
2210         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
2211         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2212         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
2213         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
2214         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
2215         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
2216         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
2217         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
2218         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2219         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2220         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
2221         * sysdeps/posix/closedir.c: Likewise.
2222         * sysdeps/posix/opendir.c: Likewise.
2223         * sysdeps/posix/readdir.c: Likewise.
2224         * sysdeps/posix/rewinddir.c: Likewise.
2225         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
2226         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
2227         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2228         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2229         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2230         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
2231         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
2232         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
2233         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
2234         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
2235         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
2236         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
2237         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
2238         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
2239         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
2240         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
2241         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
2242         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
2243         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
2244         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
2245         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
2246         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
2247         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
2248         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
2249         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
2250         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
2251         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
2252         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
2253         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
2254         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
2255         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
2256         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
2257         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
2258         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
2259         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
2260         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
2261         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
2262         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2263         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
2264         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
2265         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
2266         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
2267         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
2268         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
2269         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
2270         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
2271         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
2272         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
2273         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
2274         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
2275         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
2276         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
2277         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
2278         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
2279         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
2280         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
2281         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
2282         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
2283         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
2284         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
2285         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
2286         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
2287         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
2288         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
2289         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
2290         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
2291         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
2292         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
2293         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
2294         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
2295         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
2296         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
2297         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
2298         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
2299         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
2300         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
2301         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
2302         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
2303         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2304         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
2305         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
2306         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
2307         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
2308         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
2309         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
2310         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
2311         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
2312         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
2313         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
2314         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
2315         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
2316         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
2317         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
2318         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
2319         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
2320         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
2321         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
2322         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
2323         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
2324         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
2325         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
2326         * sysdeps/unix/alpha/sysdep.S: Likewise.
2327         * sysdeps/unix/alpha/sysdep.h: Likewise.
2328         * sysdeps/unix/make-syscalls.sh: Likewise.
2329         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2330         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2331         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2332         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
2333         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2334         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
2335         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
2336         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2337         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2338         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
2339         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2340         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2341         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2342         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
2343         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2344         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
2345         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2346         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
2347         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
2348         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2349         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2350         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2351         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2352         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2353         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2354         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2355         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
2357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
2358         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
2359         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2360         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2361         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2362         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2363         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2364         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2365         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2366         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2367         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2368         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2369         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2370         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2371         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2372         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
2373         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2374         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2375         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2376         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
2377         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2378         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2379         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2380         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2381         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2382         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2383         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
2384         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2385         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2386         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2387         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
2388         * sysdeps/x86_64/memcpy.S: Likewise.
2389         * sysdeps/x86_64/memmove.c: Likewise.
2390         * sysdeps/x86_64/memset.S: Likewise.
2391         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
2392         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
2393         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
2394         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
2395         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
2396         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
2397         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
2398         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
2399         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
2400         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
2401         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
2402         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
2403         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
2404         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2405         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2406         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
2407         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
2408         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
2409         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
2410         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
2411         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
2412         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
2413         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
2414         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
2415         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2416         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
2417         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
2418         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
2419         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
2420         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
2421         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
2422         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
2423         * sysdeps/x86_64/strcmp.S: Likewise.
2424
2425         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
2426
2427         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
2428         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
2429         * elf/rtld-Rules: Likewise.
2430         * elf/setup-vdso.h: Likewise.
2431         * include/assert.h: Likewise.
2432         * include/bits/stdlib-float.h: Likewise.
2433         * include/errno.h: Likewise.
2434         * include/sys/stat.h: Likewise.
2435         * include/unistd.h: Likewise.
2436         * sysdeps/aarch64/setjmp.S: Likewise.
2437         * sysdeps/alpha/setjmp.S: Likewise.
2438         * sysdeps/arm/__longjmp.S: Likewise.
2439         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
2440         * sysdeps/arm/setjmp.S: Likewise.
2441         * sysdeps/arm/sysdep.h: Likewise.
2442         * sysdeps/generic/_itoa.h: Likewise.
2443         * sysdeps/generic/dl-sysdep.h: Likewise.
2444         * sysdeps/generic/ldsodefs.h: Likewise.
2445         * sysdeps/i386/dl-tls.h: Likewise.
2446         * sysdeps/i386/setjmp.S: Likewise.
2447         * sysdeps/m68k/setjmp.c: Likewise.
2448         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
2449         * sysdeps/mach/hurd/opendir.c: Likewise.
2450         * sysdeps/posix/getcwd.c: Likewise.
2451         * sysdeps/posix/opendir.c: Likewise.
2452         * sysdeps/posix/profil.c: Likewise.
2453         * sysdeps/powerpc/dl-procinfo.h: Likewise.
2454         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2455         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
2456         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
2457         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
2458         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2459         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
2460         * sysdeps/s390/dl-tls.h: Likewise.
2461         * sysdeps/s390/s390-32/setjmp.S: Likewise.
2462         * sysdeps/s390/s390-64/setjmp.S: Likewise.
2463         * sysdeps/sh/sh3/setjmp.S: Likewise.
2464         * sysdeps/sh/sh4/setjmp.S: Likewise.
2465         * sysdeps/unix/alpha/sysdep.h: Likewise.
2466         * sysdeps/unix/arm/sysdep.S: Likewise.
2467         * sysdeps/unix/i386/sysdep.S: Likewise.
2468         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2469         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2470         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2471         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2472         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2473         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
2474         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
2475         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2476         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
2477         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
2478         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
2479         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2480         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
2482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2483         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2484         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2485         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2486         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2487         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2488         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2489         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2490         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2491         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2492         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2493         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2494         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2495         * sysdeps/unix/x86_64/sysdep.S: Likewise.
2496         * sysdeps/x86_64/setjmp.S: Likewise.
2497
2498         * include/math.h: Use IS_IN instead of IS_IN_libm.
2499         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
2500         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
2501         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
2502         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
2503         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
2504         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
2505         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
2506         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
2507         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
2508         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
2509         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
2510         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
2511         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
2512         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
2513         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
2514         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
2515         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
2516         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
2517         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
2518         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
2519         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
2520         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
2521         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
2522         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
2523         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
2524         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
2525         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
2526         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
2527         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
2528         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
2529         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
2530         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
2531         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
2532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
2533         Likewise.
2534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
2535         Likewise.
2536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
2537         Likewise.
2538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
2539         Likewise.
2540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
2541         Likewise.
2542         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
2543         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
2544         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
2545         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
2546         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
2547         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
2548         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
2549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
2550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
2551         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
2552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
2553         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2554         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
2555         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
2556         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
2557         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
2558         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
2559         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
2560         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
2561         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2562         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
2563         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
2564         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
2565         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
2566         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
2567         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
2568         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
2569
2570         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
2571         * nptl/pthreadP.h: Likewise.
2572         * nptl_db/structs.def: Likewise.
2573         * sysdeps/arm/sysdep.h: Likewise.
2574         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2575         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2576         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
2577         * sysdeps/unix/alpha/sysdep.h: Likewise.
2578         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2579         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2580         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2581         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2582         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2583         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2584         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2585         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2586         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2587         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2588         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2589         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2590         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2591         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
2593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
2594         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2595         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2596         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2597         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2598         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2599         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2600         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2601         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2602         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
2603         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2604
2605         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
2606         * nptl/pthreadP.h: Likewise.
2607         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2608         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2609         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2610         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2611         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2612         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2613         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2614         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2615         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2616         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2617         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2618         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
2620         Likewise.
2621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
2622         Likewise.
2623         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2624         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2625         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2626         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2627         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2628         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2629         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2630         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2631
2632         * dlfcn/dladdr.c: Use IS_IN.
2633         * dlfcn/dladdr1.c: Likewise.
2634         * dlfcn/dlclose.c: Likewise.
2635         * dlfcn/dlerror.c: Likewise.
2636         * dlfcn/dlinfo.c: Likewise.
2637         * dlfcn/dlmopen.c: Likewise.
2638         * dlfcn/dlopen.c: Likewise.
2639         * dlfcn/dlsym.c: Likewise.
2640         * dlfcn/dlvsym.c: Likewise.
2641
2642         * include/ifaddrs.h: Use IS_IN.
2643         * inet/check_pf.c: Likewise.
2644         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2645         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
2646
2647         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
2648         IS_IN_ldconfig.
2649         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
2650         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
2651
2652         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
2653         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
2654         IS_IN (libc).
2655
2656         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
2657
2658         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
2659         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2660         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2661         * include/libc-symbols.h (IS_IN_LIB): New macro.
2662         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
2663         * include/netdb.h: Likewise.
2664         * include/stap-probe.h: Remove all uses of IN_LIB.
2665
2666         * Makeconfig (module-cppflags-real): Define MODULE_NAME
2667         instead of IN_MODULE.
2668         * include/libc-symbols.h (IN_MODULE): Define using
2669         MODULE_NAME.
2670         (PASTE_NAME, PASTE_NAME1): New macros.
2671         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
2672         of IN_LIB.
2673         (STAP_PROBE_ASM): Likewise.
2674
2675 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2676
2677         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
2678         __mach_init in dlopened libc.
2679
2680 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
2681
2682         * sysdeps/arm/preconfigure.ac: Delete EABI check.
2683         * sysdeps/arm/preconfigure: Regenerate.
2684
2685 2014-11-21  Roland McGrath  <roland@hack.frob.com>
2686
2687         * nptl/pthread_create.c (__pthread_create_2_1): Set
2688         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
2689         when copying values from IATTR into PD.
2690
2691 2014-11-21  Will Newton  <will.newton@linaro.org>
2692             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
2693
2694         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
2695         Refactor inline-asm.  Also add comment.
2696
2697         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
2698         ElfW macro instead of hardcoded Elf64 types.
2699         (la_aarch64_gnu_pltenter): Likewise.
2700         * sysdeps/aarch64/dl-machine.h
2701         (elf_machine_runtime_setup): Use ElfW(Addr).
2702
2703         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
2704         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
2705         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
2706         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
2707         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
2708         (R_AARCH64_TLS_DTPMOD64): Rename to ..
2709         (R_AARCH64_TLS_DTPMOD): This.
2710         (R_AARCH64_TLS_DTPREL64): Rename to ...
2711         (R_AARCH64_TLS_DTPREL): This.
2712         (R_AARCH64_TLS_TPREL64): Rename to ...
2713         (R_AARCH64_TLS_TPREL): This.
2714         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
2715         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
2716         R_AARCH64_TLS_TPREL64.
2717         (elf_machine_rela): Likewise.
2718
2719 2014-11-21  Torvald Riegel  <triegel@redhat.com>
2720
2721         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
2722         by setting it to 0.  64b atomics are not supported currently.
2723
2724 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2725
2726         [BZ #16469]
2727         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
2728         search domain names.
2729
2730 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2731
2732         [BZ #16469]
2733         * NEWS: Update.
2734         * resolv/res_query.c (__libc_res_nquerydomain): Retain
2735         trailing dot.
2736         * posix/tst-getaddrinfo5.c: New.
2737         * posix/Makefile (tests): Add it.
2738
2739 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2740
2741         [BZ #14498]
2742         * NEWS: Fixed.
2743         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2744         after parsing line but before break_if_match.
2745         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2746         if there is a protocol mismatch.
2747
2748 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2749
2750         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2751         because the potential race is on the user-supplied stream.
2752
2753 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2754
2755         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2756         string literal if not passed a buffer.
2757         * manual/job.texi (ctermid): Update reasoning, note deviation
2758         from posix, suggest mtasurace when not passed a buffer, for
2759         future non-preliminary safety notes.
2760
2761 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2762
2763         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2764         of not passing it a buffer.
2765         Reported by Peng Haitao.
2766
2767 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2768
2769         * manual/Makefile ($(objpfx)stamp-summary): Require
2770         check-safety.sh to pass.
2771         * manual/check-safety.sh: Wish for verification that every
2772         @deftypefn and @deftypefun is followed by a @safety remark.
2773
2774 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2775
2776         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2777
2778         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2779         PTHREAD_CANCEL_ASYNCHRONOUS.
2780         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2781         send SIGCANCEL.
2782
2783         * nptl/default-sched.h: New file.
2784         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2785         * nptl/pthread_create.c: Include it.
2786         (__pthread_create_2_1): Use collect_default_sched instead of making
2787         Linux syscalls here directly.
2788
2789 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2790
2791         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2792         __pthread_once): Use C11 atomics.
2793
2794 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2795
2796         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2797
2798 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2799
2800         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2801         atomic_thread_fence_acquire, atomic_thread_fence_release,
2802         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2803         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2804         atomic_compare_exchange_weak_relaxed,
2805         atomic_compare_exchange_weak_acquire,
2806         atomic_compare_exchange_weak_release,
2807         atomic_exchange_acquire, atomic_exchange_release,
2808         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2809         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2810         atomic_fetch_and_acquire,
2811         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2812
2813 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2814
2815         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2816         USE_ATOMIC_COMPILER_BUILTINS): Define.
2817         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2818         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2819         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2820         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2821         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2822         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2823         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2824         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2825         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2826         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2827         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2828         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2829         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2830         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2831         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2832         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2833         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2834         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2835         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2836         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2837         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2838         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2839         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2840         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2841         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2842         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2843         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2844         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2845         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2846         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2847         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2848         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2849         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2850         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2851         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2852         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2853         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2854         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2855         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2856         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2857
2858 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2859
2860         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2861         the sched_priority value here.  It was already checked when the user
2862         called pthread_attr_setschedparam.
2863
2864         * nptl/tst-bad-schedattr.c: New file.
2865         * nptl/Makefile (tests): Add it.
2866
2867 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2868             Florian Weimer  <fweimer@redhat.com>
2869             Joseph Myers  <joseph@codesourcery.com>
2870             Adam Conrad  <adconrad@0c3.net>
2871             Andreas Schwab  <schwab@suse.de>
2872             Brooks  <bmoses@google.com>
2873
2874         [BZ #17625]
2875         * wordexp-test.c (__dso_handle): Add prototype.
2876         (__register_atfork): Likewise.
2877         (__app_register_atfork): New function.
2878         (registered_forks): New global.
2879         (register_fork): New function.
2880         (test_case): Add 3 new tests for WRDE_CMDSUB.
2881         (main): Call __app_register_atfork.
2882         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2883         fork count is non-zero fail the test.
2884         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2885         is set.
2886         (parse_dollars): Remove check for WRDE_NOCMD.
2887         (parse_dquote): Likewise.
2888
2889 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2890
2891         * Makeconfig (built-modules): List non-library modules to be
2892         built.
2893         (module-cppflags): Include libc-modules.h for
2894         everything except shlib-versions.v.i.
2895         (CPPFLAGS): Use it.
2896         (before-compile): Add libc-modules.h.
2897         ($(common-objpfx)libc-modules.h,
2898         $(common-objpfx)libc-modules.stmp): New targets.
2899         (common-generated): Add libc-modules.h and libc-modules.stmp.
2900         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2901         * include/libc-symbols.h: Don't include libc-modules.h.
2902         * include/libc-modules.h: Remove file.
2903         * scripts/gen-libc-modules.awk: New script to generate
2904         libc-modules.h.
2905         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2906         Depend on libc-modules.stmp.
2907
2908         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2909
2910         * Makeconfig (in-module): Get value of libof set for the
2911         translation unit.
2912         (CPPFLAGS): Use $(in-module).
2913         * Makerules: Don't suffix routine names for nonlib.
2914         * include/libc-modules.h: New file.
2915         * include/libc-symbols.h: Include libc-modules.h
2916         (IS_IN): New macro to replace IS_IN_* macros.
2917         * elf/Makefile: Set libof-* for each routine.
2918         * elf/rtld-Rules: Likewise.
2919         * extra-modules.mk: Likewise.
2920         * iconv/Makefile: Likewise.
2921         * iconvdata/Makefile: Likewise.
2922         * locale/Makefile: Likewise.
2923         * malloc/Makefile: Likewise.
2924         * nss/Makefile: Likewise.
2925         * sysdeps/gnu/Makefile: Likewise.
2926         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2927         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2928         * sysdeps/s390/s390-64/Makefile: Likewise.
2929         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2930         CPPFLAGS for nscd instead of nonlib.
2931
2932 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2933
2934         * nptl/createthread.c: New file.
2935
2936         * nptl/createthread.c: Moved ...
2937         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2938
2939         * nptl/createthread.c: Add proper top-line comment.
2940         (do_clone): Folded into ...
2941         (create_thread): ... here.  Take new arguments STOPPED_START and
2942         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2943         increment __nptl_threads, do event-reporting logic, do
2944         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2945         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2946         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2947         just send SIGCANCEL.
2948         * nptl/pthread_create.c: Forward-declare create_thread before
2949         including createthread.c.
2950         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2951         declaration, and new macro START_THREAD_SELF to replace argument.
2952         Remove return statement.
2953         (report_thread_creation): New function.
2954         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2955         synchronization logic, and __nptl_nthreads increment here, around
2956         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2957         PD->parent_cancelhandling here, before create_thread.  When
2958         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2959         __deallocate_stack, and ENOMEM translation here.
2960
2961 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2962
2963         [BZ #17616]
2964         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2965         (mptwo): Rename to __mptwo.
2966         (__inv): Use __mptwo instead of mptwo.
2967         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2968         (mptwo): Rename to __mptwo.
2969         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2970         of mpone and __mptwo instead of mptwo.
2971         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2972         instead of mpone.
2973         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2974         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2975         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2976         of mpone and __mptwo instead of mptwo.
2977         (__mpranred): Use __mpone instead of mpone.
2978         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2979         variable.
2980         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2981         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2982         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2983         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2984         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2985         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2986         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2987         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2988         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2989         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2990         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2991         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2992         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2993         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2994         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2995         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2996         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2997         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2998         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2999
3000 2014-11-18  Tom de Vries  <tom@codesoucery.com>
3001
3002         * manual/signal.texi (Primitives Interrupted by Signals): In section,
3003         replace BSD Handler xref with BSD Signal Handling.
3004
3005 2014-11-17  Richard Henderson  <rth@redhat.com>
3006
3007         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3008         (_FP_PACK_RAW_2): Remove.
3009         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3010         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3011         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3012         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3013         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3014         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3015         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3016         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3017         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3018         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3019         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3020         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3021         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3022         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3023         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3024         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3025
3026 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3027
3028         * signal/signal.h [__USE_MISC]
3029         (struct sigvec): Remove type.
3030         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3031         (sigvec): Remove declaration.
3032         * sysdeps/posix/sigvec.c: Moved ...
3033         * signal/sigvec.c: ... here, replacing old file.
3034         (struct sigvec): New type, copied from old signal.h definition.
3035         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3036         (__sigvec): Convert definition to prototype.
3037         (sigvec): Replace weak_alias with compat_symbol.
3038         * signal/Versions (libc: GLIBC_2.21): New version set.
3039         * include/signal.h: Remove __sigvec declaration.
3040         * sysdeps/unix/bsd/sigvec.c: Remove file.
3041         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3042         * manual/signal.texi (BSD Handler): Remove subsection.
3043         Move siginterrupt up to ...
3044         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3045         (Blocking in BSD): Fold subsection into its parent.
3046         * NEWS: Mention sigvec removal.
3047
3048 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3049
3050         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3051         (DLA_FMS): Make definition conditional only on [__FMA4__].
3052         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3053         definition.
3054
3055         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3056         Make definition conditional only on [PROF].
3057         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3058         definition.
3059         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3060         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3061
3062         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3063         !__GNUC__].
3064         * include/signal.h (__sigpause): Move declaration above call to
3065         libc_hidden_proto.
3066         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3067         variable.
3068         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3069         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3070
3071 2014-11-14  David S. Miller  <davem@davemloft.net>
3072
3073         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3074         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3075
3076 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3077
3078         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3079         * configure: Regenerated.
3080         * manual/install.texi (Tools for Compilation): Document a
3081         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3082         compiler verified to work.
3083         * INSTALL: Regenerated.
3084
3085         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3086         redeclare with asm name.
3087         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3088         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3089         including <string.h>.
3090         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3091         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3092         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3093         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3094         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3095         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3096         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3097
3098 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3099
3100         * stdlib/strtol.c (__strtol): Use prototype definition.
3101
3102         [BZ #17594]
3103         * stdlib/strtol.c (SYM__): New macro.
3104         (SYM__1): Likewise.
3105         (__strtol): Likewise.
3106         (strtol): Rename to __strtol and define as weak alias of
3107         __strtol.  Use libc_hidden_weak.
3108
3109 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3110
3111         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3112         Use numbered labels in inline assembly.
3113
3114 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3115
3116         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3117         Add setjmp LIBC_PROBE.
3118         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3119         Likewise.
3120         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3121         Add longjmp, longjmp_target LIBC_PROBE.
3122         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3123         Likewise.
3124
3125 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3126
3127         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3128         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3129         to get rid of unused variable warning.
3130
3131 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3132
3133         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3134         Check for unwind_backtrace ==  NULL only in SHARED case.
3135         (__backchain_backtrace): Compile only in SHARED case.
3136         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3137         Likewise.
3138         (__backchain_backtrace): Declare as static.
3139
3140 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3141
3142         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3143         (__libc_multiple_threads_ptr): Variable moved ...
3144         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3145
3146 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3147
3148         * conform/GlibcConform.pm: New file.
3149         * conform/conformtest.pl: Use GlibcConform module.
3150         * conform/linknamespace.pl: New file.
3151         * conform/list-header-symbols.pl: Likewise.
3152         * conform/Makefile (linknamespace-symlists-base): New variable.
3153         (linknamespace-symlists-tests): Likewise.
3154         (linknamespace-header-base): Likewise.
3155         (linknamespace-header-tests): Likewise.
3156         (tests-special): Add new tests.
3157         ($(linknamespace-symlists-tests)): New rule.
3158         (linknamespace-libs): New variable.
3159         ($(objpfx)symlist-stdlibs): New rule.
3160         ($(linknamespace-header-tests)): Likewise.
3161         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3162         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3163         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3164         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3165         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3166         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3167         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3168         (test-xfail-ISO/math.h/linknamespace): Likewise.
3169         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3170         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3171         (test-xfail-ISO/time.h/linknamespace): Likewise.
3172         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3173         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3174         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3175         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3176         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3177         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3178         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3179         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3180         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3181         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3182         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3183         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3184         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3185         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3186         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3187         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3188         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3189         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3190         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3191         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3192         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3193         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3194         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3195         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3196         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3197         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3198         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3199         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3200         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3201         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3202         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3203         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3204         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3205         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3206         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3207         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3208         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
3209         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
3210         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3211         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
3212         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3213         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
3214         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
3215         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
3216         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3217         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
3218         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
3219         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
3220         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3221         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
3222         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3223         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3224         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
3225         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
3226         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3227         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3228         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
3229         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
3230         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
3231         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3232         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3233         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3234         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
3235         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
3236         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3237         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3238         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
3239         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3240         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
3241         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
3242         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
3243         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
3244         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3245         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3246         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
3247         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3248         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
3249         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
3250         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
3251         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
3252         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3253         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
3254         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
3255         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
3256         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
3257         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
3258         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3259         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3260         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3261         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
3262         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
3263         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
3264         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3265         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
3266         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
3267         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3268         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
3269         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
3270         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
3271         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3272         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3273         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
3274         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
3275         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3276         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3277         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
3278         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
3279         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
3280         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
3281         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3282         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3283         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
3284         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3285         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
3286         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3287         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3288         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3289         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
3290         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3291         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
3292         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
3293         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
3294         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3295         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3296         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3297         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3298         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
3299         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3300         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3301         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
3302         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3303         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
3304         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
3305         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3306         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3307         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3308         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3309         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
3310         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3311         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
3312         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
3313         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
3314         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3315         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
3316         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3317         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3318         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
3319         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3320         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3321         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
3322
3323         [BZ #17589]
3324         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
3325         of fgets_unlocked.
3326
3327         [BZ #17585]
3328         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
3329         (memmem): Rename to __memmem and define as weak alias of
3330         __memmem.  Use libc_hidden_weak.
3331         (__memmem): Use libc_hidden_def.
3332         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
3333         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
3334         memmem.
3335
3336         [BZ #17582]
3337         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
3338         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
3339         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
3340         and define as weak alias of __fgets_unlocked.  Use
3341         libc_hidden_weak.
3342         (__fgets_unlocked): Use libc_hidden_def.
3343         * include/stdio.h (__fgets_unlocked): Declare.  Use
3344         libc_hidden_proto.
3345         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
3346         __fgets_unlocked instead of fgets_unlocked.
3347         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
3348         (GET_NPROCS_CONF_PARSER): Likewise.
3349         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
3350         (GET_NPROCS_CONF_PARSER): Likewise.
3351
3352         [BZ #17574]
3353         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
3354         weak alias of __wmemset.  Use libc_hidden_weak.
3355         (__wmemset): Use libc_hidden_def.
3356         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
3357         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
3358         of wmemset.
3359
3360         [BZ #17573]
3361         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
3362         with asm name __mempcpy.
3363         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
3364
3365         [BZ #17572]
3366         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
3367         and define as weak alias of __rawmemchr.
3368         (__rawmemchr): Do not define as strong alias of rawmemchr.
3369
3370         [BZ #17571]
3371         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
3372         alias of __qsort_r.
3373         (qsort): Call __qsort_r instead of qsort_r.
3374         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
3375         (__qsort_r): Declare.  Call libc_hidden_proto.
3376         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
3377         instead of qsort_r.
3378         * nscd/gai.c (__qsort_r): Define to qsort_r.
3379         * posix/tst-rfc3484.c (__qsort_r): Likewise.
3380         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
3381         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
3382
3383         [BZ #17570]
3384         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
3385         define as weak alias of __malloc_info.
3386
3387         [BZ #17584]
3388         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
3389         as weak alias of __rewinddir.  Don't use libc_hidden_def.
3390         (__rewinddir): Use libc_hidden_def.
3391         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
3392         as weak alias of __rewinddir.  Don't use libc_hidden_def.
3393         (__rewinddir): Use libc_hidden_def.
3394         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
3395         weak alias of __rewinddir.  Don't use libc_hidden_def.
3396         (__rewinddir): Use libc_hidden_def.
3397         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
3398         (__rewinddir): Use libc_hidden_proto.
3399         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
3400         rewinddir.
3401         (__getcwd): Use __rewinddir instead of rewinddir.
3402
3403         [BZ #17583]
3404         * libio/fileno.c (fileno): Rename to __fileno and define as weak
3405         alias of __fileno.  Use libc_hidden_weak.
3406         (__fileno): Use libc_hidden_def.
3407         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
3408         * libio/ftello.c (ftello): Rename to __ftello and define as weak
3409         alias of __ftello.
3410         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
3411         __ftello.
3412         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
3413         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
3414         libc_hidden_def.
3415         (fread_unlocked): Don't use libc_hidden_ver.
3416         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
3417         and define as weak alias of __fread_unlocked.  Don't use
3418         libc_hidden_def.
3419         (__fread_unlocked): Use libc_hidden_def.
3420         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
3421         (ftello): Don't use libc_hidden_proto.
3422         (__ftello): Declare.  Use libc_hidden_proto.
3423         (fread_unlocked): Don't use libc_hidden_proto.
3424         (__fread_unlocked): Declare.  Use libc_hidden_proto.
3425         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
3426         and __ftello instead of fileno, fread_unlocked and ftello.
3427
3428 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3429
3430         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
3431         GOT12.
3432         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3433         Likewise.
3434         (_dl_start_user): Likewise.
3435         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
3436
3437 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
3438             Siddhesh Poyarekar  <siddhesh@redhat.com>
3439
3440         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
3441         Move argv and envp down instead of moving argc up.
3442         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
3443
3444 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
3445
3446         [BZ #17506]
3447         * test-skeleton.c (main): Return successful if one of
3448         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
3449         * string/tst-strcoll-overflow.c: Define expected status.
3450
3451 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
3452
3453         [BZ #17475]
3454         * locale/iso-639.def: Define Bhili and Tulu language codes.
3455
3456 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
3457
3458         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
3459
3460 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
3461
3462         [BZ #17555]
3463         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
3464
3465 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3466
3467         * configure.ac: Updated check of minimal required version to
3468         2.22.
3469         * manual/install.texi (Tools for Compilation): Updated version
3470         number.
3471         * configure: Regenerated.
3472         * INSTALL: Likewise.
3473
3474 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
3475
3476         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
3477         __tls_get_addr.
3478
3479 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
3480
3481         * include/sys/wait.h (__libc_waitpid): Remove declaration.
3482         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
3483         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3484         libc_hidden_weak.
3485         (waitpid): Define as alias of __waitpid.
3486         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
3487         __waitpid.
3488         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3489         libc_hidden_weak.
3490         (waitpid): Define as alias of __waitpid.
3491         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
3492         __libc_waitpid alias.
3493         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
3494         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
3495         Likewise.
3496         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
3497         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
3498         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
3499         alias.
3500         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
3501         __waitpid.
3502         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3503         libc_hidden_weak.
3504         (waitpid): Define as alias of __waitpid.
3505
3506 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
3507
3508         * manual/llio.texi: Add comment that write safety has been
3509         fixed in Linux.
3510
3511         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
3512         (localplt-build-dso): Add elf/ld.so.
3513         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
3514         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
3515         and free for ld.so.
3516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
3517         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
3518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
3519         Likewise.
3520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3521         Likewise.
3522         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
3523         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
3524         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
3525         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
3526         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
3527         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
3528         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
3529         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
3530         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
3531         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
3532         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
3533
3534 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
3535
3536         [BZ #14132]
3537         * include/libc-symbols.h (INTUSE): Remove macro.
3538         (INTDEF): Likewise.
3539         (INTVARDEF): Likewise.
3540         (_INTVARDEF): Likewise.
3541         (INTDEF2): Likewise.
3542         (INTVARDEF2): Likewise.
3543         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
3544         rtld_hidden_def instead of INTVARDEF.
3545         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
3546         (_dl_starting_up_internal): Remove declaration.
3547         (_dl_starting_up): Use rtld_hidden_proto.
3548         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
3549         declaration.
3550         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
3551         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
3552         _dl_starting_up.
3553         * elf/dl-writev.h (_dl_writev): Likewise.
3554         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
3555         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
3556         _dl_starting_up_internal.
3557
3558 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3559
3560         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
3561         test-skeleton.c.
3562
3563 2014-11-05  Will Newton  <will.newton@linaro.org>
3564
3565         * benchtests/Makefile: (bench-malloc): Add malloc thread
3566         scalability benchmark.
3567         * benchtests/bench-malloc-threads.c: New file.
3568
3569 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
3570
3571         * sysdeps/aarch64/strchrnul.S: New file.
3572
3573 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3574
3575         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
3576         definition.
3577         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
3578         Likwise.
3579         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
3580         Likewise.
3581         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
3582         Likewise.
3583         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
3584         Likewise.
3585         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
3586         Likewise.
3587
3588 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
3589
3590         * catgets/test-gencat.c: Use test-skeleton.c.
3591         * catgets/tst-catgets.c: Likewise.
3592         * csu/tst-empty.c: Likewise.
3593         * elf/tst-audit2.c: Likewise.
3594         * elf/tst-global1.c: Likewise.
3595         * elf/tst-pathopt.c: Likewise.
3596         * elf/tst-piemod1.c: Likewise.
3597         * elf/tst-tls10.c: Likewise.
3598         * elf/tst-tls11.c: Likewise.
3599         * elf/tst-tls12.c: Likewise.
3600         * gnulib/tst-gcc.c: Likewise.
3601         * iconvdata/tst-e2big.c: Likewise.
3602         * iconvdata/tst-loading.c: Likewise.
3603         * iconv/tst-iconv1.c: Likewise.
3604         * iconv/tst-iconv2.c: Likewise.
3605         * inet/test-inet6_opt.c: Likewise.
3606         * inet/tst-gethnm.c: Likewise.
3607         * inet/tst-network.c: Likewise.
3608         * inet/tst-ntoa.c: Likewise.
3609         * intl/tst-codeset.c: Likewise.
3610         * intl/tst-gettext2.c: Likewise.
3611         * intl/tst-gettext3.c: Likewise.
3612         * intl/tst-ngettext.c: Likewise.
3613         * intl/tst-translit.c: Likewise.
3614         * io/test-stat.c: Likewise.
3615         * libio/test-fmemopen.c: Likewise.
3616         * libio/tst-freopen.c: Likewise.
3617         * libio/tst-sscanf.c: Likewise.
3618         * libio/tst-ungetwc1.c: Likewise.
3619         * libio/tst-ungetwc2.c: Likewise.
3620         * libio/tst-widetext.c: Likewise.
3621         * localedata/tst-ctype.c: Likewise.
3622         * localedata/tst-digits.c: Likewise.
3623         * localedata/tst-leaks.c: Likewise.
3624         * localedata/tst-mbswcs1.c: Likewise.
3625         * localedata/tst-mbswcs2.c: Likewise.
3626         * localedata/tst-mbswcs3.c: Likewise.
3627         * localedata/tst-mbswcs4.c: Likewise.
3628         * localedata/tst-mbswcs5.c: Likewise.
3629         * localedata/tst-setlocale.c: Likewise.
3630         * localedata/tst-trans.c: Likewise.
3631         * localedata/tst-wctype.c: Likewise.
3632         * localedata/tst-xlocale1.c: Likewise.
3633         * login/tst-grantpt.c: Likewise.
3634         * malloc/tst-calloc.c: Likewise.
3635         * malloc/tst-malloc.c: Likewise.
3636         * malloc/tst-mallocstate.c: Likewise.
3637         * malloc/tst-mcheck.c: Likewise.
3638         * malloc/tst-mtrace.c: Likewise.
3639         * malloc/tst-obstack.c: Likewise.
3640         * math/atest-exp2.c: Likewise.
3641         * math/atest-exp.c: Likewise.
3642         * math/atest-sincos.c: Likewise.
3643         * math/test-matherr.c: Likewise.
3644         * math/test-misc.c: Likewise.
3645         * math/test-powl.c: Likewise.
3646         * math/tst-definitions.c: Likewise.
3647         * misc/tst-dirname.c: Likewise.
3648         * misc/tst-efgcvt.c: Likewise.
3649         * misc/tst-fdset.c: Likewise.
3650         * misc/tst-hsearch.c: Likewise.
3651         * misc/tst-mntent2.c: Likewise.
3652         * nptl/tst-sem7.c: Likewise.
3653         * nptl/tst-sem8.c: Likewise.
3654         * nptl/tst-sem9.c: Likewise.
3655         * nss/test-netdb.c: Likewise.
3656         * posix/tst-fnmatch.c: Likewise.
3657         * posix/tst-getlogin.c: Likewise.
3658         * posix/tst-gnuglob.c: Likewise.
3659         * posix/tst-mmap.c: Likewise.
3660         * pwd/tst-getpw.c: Likewise.
3661         * resolv/tst-inet_ntop.c: Likewise.
3662         * rt/tst-timer.c: Likewise.
3663         * stdio-common/test-fseek.c: Likewise.
3664         * stdio-common/test-popen.c: Likewise.
3665         * stdio-common/test-vfprintf.c: Likewise.
3666         * stdio-common/tst-cookie.c: Likewise.
3667         * stdio-common/tst-fileno.c: Likewise.
3668         * stdio-common/tst-gets.c: Likewise.
3669         * stdio-common/tst-obprintf.c: Likewise.
3670         * stdio-common/tst-perror.c: Likewise.
3671         * stdio-common/tst-sprintf2.c: Likewise.
3672         * stdio-common/tst-sprintf3.c: Likewise.
3673         * stdio-common/tst-sprintf.c: Likewise.
3674         * stdio-common/tst-swprintf.c: Likewise.
3675         * stdio-common/tst-tmpnam.c: Likewise.
3676         * stdio-common/tst-unbputc.c: Likewise.
3677         * stdio-common/tst-wc-printf.c: Likewise.
3678         * stdlib/tst-environ.c: Likewise.
3679         * stdlib/tst-fmtmsg.c: Likewise.
3680         * stdlib/tst-limits.c: Likewise.
3681         * stdlib/tst-rand48-2.c: Likewise.
3682         * stdlib/tst-rand48.c: Likewise.
3683         * stdlib/tst-random2.c: Likewise.
3684         * stdlib/tst-random.c: Likewise.
3685         * stdlib/tst-strtol.c: Likewise.
3686         * stdlib/tst-strtoll.c: Likewise.
3687         * stdlib/tst-tls-atexit.c: Likewise.
3688         * stdlib/tst-xpg-basename.c: Likewise.
3689         * string/test-ffs.c: Likewise.
3690         * string/tst-bswap.c: Likewise.
3691         * string/tst-inlcall.c: Likewise.
3692         * string/tst-strtok.c: Likewise.
3693         * string/tst-strxfrm.c: Likewise.
3694         * sysdeps/x86_64/tst-audit10.c: Likewise.
3695         * sysdeps/x86_64/tst-audit3.c: Likewise.
3696         * sysdeps/x86_64/tst-audit4.c: Likewise.
3697         * sysdeps/x86_64/tst-audit5.c: Likewise.
3698         * time/tst-ftime_l.c: Likewise.
3699         * time/tst-getdate.c: Likewise.
3700         * time/tst-mktime3.c: Likewise.
3701         * time/tst-mktime.c: Likewise.
3702         * time/tst-posixtz.c: Likewise.
3703         * time/tst-strptime2.c: Likewise.
3704         * time/tst-strptime3.c: Likewise.
3705         * wcsmbs/tst-btowc.c: Likewise.
3706         * wcsmbs/tst-mbrtowc.c: Likewise.
3707         * wcsmbs/tst-mbsrtowcs.c: Likewise.
3708         * wcsmbs/tst-wchar-h.c: Likewise.
3709         * wcsmbs/tst-wcpncpy.c: Likewise.
3710         * wcsmbs/tst-wcrtomb.c: Likewise.
3711         * wcsmbs/tst-wcsnlen.c: Likewise.
3712         * wcsmbs/tst-wcstof.c: Likewise.
3713
3714 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
3715
3716         [BZ #14132]
3717         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
3718         INTDEF.
3719         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
3720         declaration.
3721         (_dl_mcount): Use rtld_hidden_proto.
3722         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
3723         _dl_mcount.
3724         * elf/rtld.c (_rtld_global_ro): Likewise.
3725
3726         [BZ #14132]
3727         * elf/dl-init.c (_dl_init): Don't use INTDEF.
3728         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
3729         of _dl_init_internal.
3730         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
3731         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
3732         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
3733         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
3734         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
3735         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
3736         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
3737         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3738         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3739         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3740         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3741         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3742         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3743         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3744         * sysdeps/tile/dl-start.S (_start): Likewise.
3745         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3746         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3747
3748         [BZ #14132]
3749         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3750         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3751         (rtld_progname): Make macro definition unconditional.
3752         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3753         INTDEF.
3754         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3755         (dl_main): Likewise.
3756         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3757         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3758         instead of _dl_argv_internal.
3759         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3760         __GI__dl_argv instead of INTUSE(_dl_argv).
3761         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3762         __GI__dl_argv instead of _dl_argv_internal.
3763
3764         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3765         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3766         macro.
3767         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3768         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3769         New macro.
3770         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3771         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3772         macro.
3773         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3774         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3775
3776 2014-11-04  Andreas Schwab  <schwab@suse.de>
3777
3778         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3779
3780 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3781
3782         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3783         mtvsrd instruction in binary form.
3784
3785 2014-11-03  Andreas Schwab  <schwab@suse.de>
3786
3787         [BZ #17522]
3788         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3789         for less than MB_LEN_MAX use a local buffer of that size.
3790         * libio/tst-fputws.c: New file.
3791         * libio/Makefile (tests): Add tst-fputws.
3792
3793 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3794
3795         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3796         the size of the fpu_fr.fpu_dregs[] array.
3797
3798 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3799
3800         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3801         (__nanosleep): Do not define as alias.
3802         (nanosleep): Define as alias of __nanosleep.
3803         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3804         __libc_nanosleep name.
3805
3806 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3807
3808         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3809         install.texi in comment.
3810
3811 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3812
3813         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3814         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3815         ... add here and use lwsync or sync ...
3816         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3817         ... and add here using lwsync.
3818
3819 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3820
3821         * elf/dl-machine-reject-phdr.h: New file.
3822         * elf/dl-load.c: #include that.
3823         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3824         if that returned true.
3825
3826 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3827
3828         [BZ #17496]
3829         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3830         gen-as-const-headers chunk.  Add a big scare comment after the last
3831         safe place to touch before-compile.
3832
3833 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3834
3835         * manual/install.texi (Tools for Compilation): Update autoconf
3836         version requirements.
3837         * INSTALL: Regenerated.
3838
3839         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3840         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3841         (__libc_pselect): Likewise.
3842
3843         [BZ #14138]
3844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3848
3849 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3850
3851         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3852         correct barrier instruction.
3853         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3854         Likewise.
3855         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3856         Likewise.
3857
3858 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3859
3860         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3861         after defining inlines.  Instead, just use parens to defeat macro
3862         expansion of __isctype in its declaration.
3863
3864 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3865
3866         * include/sys/uio.h (__libc_readv): Remove declaration.
3867         (__libc_writev): Likewise.
3868         * misc/readv.c (__libc_readv): Rename to __readv.
3869         (__readv): Do not define as alias.
3870         (readv): Define as alias of __readv.
3871         * misc/writev.c (__libc_writev): Rename to __writev.
3872         (__writev): Do not define as alias.
3873         (writev): Define as alias of __writev.
3874         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3875         (__readv): Do not define as alias.
3876         (readv): Define unconditionally as alias of __readv.
3877         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3878         (__writev): Do not define as alias.
3879         (writev): Define unconditionally as alias of __writev.
3880         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3881         name.
3882         (writev): Do not define __libc_writev name.
3883
3884 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3885
3886         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3887         (convert_charseq): New function, broken out of ...
3888         (use_from_charmap): ... here.  Call it.
3889         (use_to_charmap): Use convert_charseq and free instead of duplicating
3890         its code with a variable-length stack struct.
3891
3892 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3893
3894         * include/fcntl.h (__libc_creat): Remove declaration.
3895         * io/creat.c (__libc_creat): Rename to creat.
3896         (creat): Do not define as alias.
3897         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3898         of creat instead of __libc_creat.
3899         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3900         to creat.
3901         (creat): Do not define as alias.
3902         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3903         __libc_creat.
3904         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3905         __libc_creat name.
3906         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3907         Likewise.
3908
3909 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3910
3911         * manual/llio.texi: Add comments discussing why write() may be
3912         considered MT-unsafe on Linux.
3913
3914 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3915
3916         * dl-load.c (local_strdup): Remove.
3917         (expand_dynamic_string_token): Use __strdup.
3918         (decompose_rpath): Likewise.
3919         (_dl_map_object): Likewise.
3920
3921 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3922
3923         [BZ #14132]
3924         * sysdeps/generic/unwind-dw2-fde.c
3925         (__register_frame_info_bases_internal): Do not declare.
3926         (__register_frame_info_table_bases_internal): Likewise.
3927         (__deregister_frame_info_bases_internal): Likewise.
3928         (__register_frame_info_bases): Declare and use hidden_proto before
3929         definition.  Use hidden_def instead of INTDEF.
3930         (__register_frame_info_table_bases): Likewise.
3931         (__deregister_frame_info_bases): Likewise.
3932         (__register_frame_info): Do not use INTUSE.
3933         (__register_frame): Likewise.
3934         (__register_frame_info_table): Likewise.
3935         (__register_frame_table): Likewise.
3936         (__deregister_frame_info): Likewise.
3937         (__deregister_frame): Likewise.
3938
3939 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3940
3941         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3942         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3943         not undefine.
3944         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3945         Likewise.
3946         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3947         Likewise.
3948
3949 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3950
3951         [BZ #14138]
3952         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3953         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3954         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3955         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3956         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3957         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3958         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3959         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3960         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3961         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3962         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3963         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3964         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3965         syscall.
3966         (setfsuid): Likewise.
3967         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3968         (setfsuid): Likewise.
3969         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3970         (setfsuid): Likewise.
3971         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3972         Likewise.
3973         (setfsuid): Likewise.
3974         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3975         (setfsuid): Likewise.
3976         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3977         Likewise.
3978         (setfsuid): Likewise.
3979
3980 2014-10-27  Andreas Schwab  <schwab@suse.de>
3981
3982         [BZ #17501]
3983         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3984         check for Slow_SSE4_2 feature bit.
3985         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3986         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3987         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3988         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3989
3990 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3991
3992         * configure.ac: Validate compiler version with a empirical test of
3993         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3994         $CC -v output.
3995         * configure: Regenerated.
3996
3997         * inet/htons.c (htons): Prototypify.
3998         * inet/htonl.c (htonl): Likewise.
3999
4000 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4001
4002         * string/strncat.c (strncat): Improve performance by using strlen.
4003
4004 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4005
4006         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4007
4008 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4009
4010         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4011         Call libc_fetestexcept_aarch64.
4012
4013 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4014
4015         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4016         Call libc_feholdexcept_aarch64.
4017
4018 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4019
4020         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4021         Call get_rounding_mode.
4022
4023 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4024
4025         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4026         Simplify logic.
4027
4028 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4029
4030         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4031         Simplify logic.
4032
4033 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4034
4035         [BZ #14138]
4036         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4037         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4038         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4039         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4040         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4041         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4042         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4043         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4044         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4045         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4046         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4047         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4048         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4049         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4050         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4051         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4052         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4053         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4054         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4055         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4056         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4057         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4058         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4059         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4060         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4061         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4062         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4063         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4064         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4065         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4066         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4067         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4068         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4069         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4070         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4071         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4072         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4073         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4074         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4075         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4076         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4077         syscall.
4078         (geteuid): Likewise.
4079         (getgid): Likewise.
4080         (getuid): Likewise.
4081         (getresgid): Likewise.
4082         (getresuid): Likewise.
4083         (getgroups): Likewise.
4084         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4085         (geteuid): Likewise.
4086         (getgid): Likewise.
4087         (getuid): Likewise.
4088         (getresgid): Likewise.
4089         (getresuid): Likewise.
4090         (getgroups): Likewise.
4091         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
4092         (geteuid): Likewise.
4093         (getgid): Likewise.
4094         (getuid): Likewise.
4095         (getresgid): Likewise.
4096         (getresuid): Likewise.
4097         (getgroups): Likewise.
4098         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
4099         Likewise.
4100         (geteuid): Likewise.
4101         (getgid): Likewise.
4102         (getuid): Likewise.
4103         (getresgid): Likewise.
4104         (getresuid): Likewise.
4105         (getgroups): Likewise.
4106         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4107         (geteuid): Likewise.
4108         (getgid): Likewise.
4109         (getuid): Likewise.
4110         (getresgid): Likewise.
4111         (getresuid): Likewise.
4112         (getgroups): Likewise.
4113         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4114         Likewise.
4115         (geteuid): Likewise.
4116         (getgid): Likewise.
4117         (getuid): Likewise.
4118         (getgroups): Likewise.
4119
4120         [BZ #14138]
4121         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4122         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4123         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4124         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4125         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4126         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4127         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4128         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4129         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4130         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4131         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4132         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4133         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4134         __chown.
4135         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4136         (lchown): Likewise.
4137         (fchown): Likewise.
4138         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4139         Likewise.
4140         (lchown): Likewise.
4141         (fchown): Likewise.
4142         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4143         (lchown): Likewise.
4144         (fchown): Likewise.
4145         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4146         Likewise.
4147         (lchown): Likewise.
4148         (fchown): Likewise.
4149
4150 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4151
4152         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4153         Simplify logic.
4154
4155 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4156
4157         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4158         Cleanup logic.
4159
4160 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4161
4162         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4163         Remove unused include.
4164
4165 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4166
4167         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4168         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4169         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4170         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4171
4172 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4173             Helge Deller <deller@gmx.de>
4174
4175         [BZ #17508]
4176         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4177         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4178         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4179
4180 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4181
4182         [BZ #14132]
4183         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4184         Remove macro definition.
4185         (__ashrdi3_v_glibc20): Likewise.
4186         (__lshrdi3_v_glibc20): Likewise.
4187         (__cmpdi2_v_glibc20): Likewise.
4188         (__ucmpdi2_v_glibc20): Likewise.
4189         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4190         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4191         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4192         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4193         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4194         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4195
4196 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4197
4198         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4199         old GNU extension [0] syntax.
4200         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4201         alloca rather than an array member with variable length.
4202         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4203         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4204         (parse_opt): ... here.  Likewise use alloca there.
4205         Validate the -i argument before checking for rootness.
4206         (send_shutdown): New function, broken out of ...
4207         (parse_opt): ... here.
4208
4209 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4210
4211         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
4212         macro to get at the _rt_local_ro field.
4213         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
4214         ([PIC] case) or _dl_hwcap ([!PIC] case).
4215         * sysdeps/arm/setjmp.S: Likewise.
4216
4217         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
4218         * sysdeps/arm/configure.ac: New check to define it.
4219         * sysdeps/arm/configure: Regenerated.
4220         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
4221         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
4222         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
4223         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
4224         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
4225         Use move/movt pair instead of a load.
4226         (LDST_GLOBAL): Macro removed.
4227         (LDR_GLOBAL): New macro replaces it.
4228         (LDR_HIDDEN): New macro.
4229         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
4230         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
4231
4232         * setjmp/tst-setjmp-static.c: New file.
4233         * setjmp/Makefile (tests): Add it.
4234         (tests-static): New variable.
4235
4236 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
4237
4238         [BZ #17485]
4239         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
4240
4241 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
4242
4243         [BZ #14132]
4244         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
4245
4246 2014-10-21  Roland McGrath  <roland@hack.frob.com>
4247
4248         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
4249
4250 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4251
4252         * io/fts.c (dirent_not_directory): New function.
4253         (fts_build): Call it.
4254
4255 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4256
4257         * nptl/version.c (__nptl_main): Use normal __write rather than
4258         INTERNAL_SYSCALL.
4259         (banner): Update copyright years.
4260
4261         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
4262         gettimeofday.
4263         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4264         * nptl/pthread_cond_timedwait.c: Likewise.
4265         * nptl/pthread_mutex_timedlock.c: Likewise.
4266         * nptl/sem_timedwait.c: Likewise.
4267
4268         * sysdeps/nptl/bits/libc-lock.h
4269         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
4270         (__libc_lock_init_recursive): Return void, not 0.
4271         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
4272         (__libc_rwlock_init): Likewise.
4273         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
4274
4275 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4276
4277         [BZ #15215]
4278         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
4279         (__pthread_once_slow): ... here.
4280         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
4281         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
4282
4283 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4284
4285         [BZ #15215]
4286         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
4287         __PTHREAD_ONCE_FORK_GEN_INCR): New.
4288         * sysdeps/nptl/fork.c (__libc_fork): Use them.
4289         * nptl/pthread_once.c (__pthread_once): Likewise.
4290         Update comments.
4291
4292 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
4293
4294         [BZ #14138]
4295         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
4296         name.
4297         (writev): Use __libc_writev as strong name.
4298         * sysdeps/unix/sysv/linux/readv.c: Remove file.
4299         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4300
4301 2014-10-17  Roland McGrath  <roland@hack.frob.com>
4302
4303         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
4304
4305         * sysdeps/i386/nptl/tls.h
4306         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
4307         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
4308         New macros.
4309         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
4310         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
4311         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
4312         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
4313         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
4314         Call CHECK_THREAD_SYSINFO instead of doing an assert.
4315
4316         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
4317         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
4318         on [__NR_futex].
4319         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
4320         broken out of ...
4321         (__pthread_mutex_init): ... here.  Call it.
4322         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
4323         Conditionalize PI cases on [__NR_futex].
4324         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
4325         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
4326         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
4327
4328         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
4329         conditional on [SIGSETXID].
4330         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
4331         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
4332         is defined.  Likewise for SIGSETXID.
4333         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
4334         Conditionalize definitions on [SIGSETXID].
4335         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
4336         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
4337         unblocking on [SIGCANCEL].
4338
4339         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
4340         [__NR_set_robust_list].
4341
4342 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
4343
4344         * string/strcoll_l.c (get_next_seq): Fix up formatting.
4345         (do_compare): Likewise.
4346
4347 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
4348
4349         [BZ #15884]
4350         * string/strcoll_l.c: Don't include stdio.h.
4351         (coll_seq): Remove members idxarr and rulearr.
4352         (get_next_seq_cached): Remove function.
4353         (get_next_seq): Likewise.
4354         (get_next_seq_nocache): Rename to get_next_seq.
4355         (do_compare): Remove function.
4356         (do_compare_nocache): Rename to do_compare.
4357         (STRCOLL): Remove weight and rules cache.
4358
4359 2014-10-16  Roland McGrath  <roland@hack.frob.com>
4360
4361         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
4362         * sysdeps/arm/sfp-machine.h: ... to here.
4363         * sysdeps/arm/Implies: Remove arm/soft-fp.
4364
4365 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
4366
4367         * conform/data/sys/utsname.h-data (*_t): Allow.
4368         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
4369         [POSIX] (WEXITED): Do not expect constant.
4370         [POSIX] (WSTOPPED): Likewise.
4371         [POSIX] (WNOHANG): Likewise.
4372         [POSIX] (WNOWAIT): Likewise.
4373         [POSIX] (siginfo_t): Do not expect type or elements.
4374         [POSIX] (pid_t): Do not expect type.
4375         [POSIX] (signal.h): Do not allow header.
4376         [POSIX] (sys/resource.h): Likewise.
4377         [POSIX] (si_*): Do not allow pattern.
4378         [POSIX] (W*): Likewise.
4379         [POSIX] (P_*): Likewise.
4380         [POSIX] (BUS_*): Likewise.
4381         [POSIX] (CLD_*): Likewise.
4382         [POSIX] (FPE_*): Likewise.
4383         [POSIX] (ILL_*): Likewise.
4384         [POSIX] (POLL_*): Likewise.
4385         [POSIX] (SEGV_*): Likewise.
4386         [POSIX] (SI_*): Likewise.
4387         [POSIX] (TRAP_*): Likewise.
4388         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
4389         variable.
4390
4391 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
4392
4393         [BZ #12926]
4394         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
4395         infinite loop when __recvmsg returns 0.
4396
4397 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
4398
4399         * CANCEL-FCT-WAIVE: Remove file.
4400         * CANCEL-FILE-WAIVE: Likewise.
4401
4402         [BZ #14132]
4403         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
4404         instead of INTVARDEF.
4405         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
4406         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
4407         rtld_hidden_data_def instead of INTVARDEF.
4408         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
4409         * elf/dl-deps.c (expand_dst): Likewise.
4410         * elf/dl-load.c (_dl_dst_count): Likewise.
4411         (_dl_dst_substitute): Likewise.
4412         (decompose_rpath): Likewise.
4413         (_dl_init_paths): Likewise.
4414         (open_path): Likewise.
4415         (_dl_map_object): Likewise.
4416         * elf/rtld.c (dl_main): Likewise.
4417         (process_dl_audit): Likewise.
4418         (process_envvars): Likewise.
4419         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
4420         Remove declaration.
4421         (__libc_enable_secure): Use rtld_hidden_proto.
4422
4423 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4424
4425         * elf/dl-load.c
4426         (add_path): New function broken out of _dl_rtld_di_serinfo.
4427         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
4428
4429 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
4430
4431         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
4432         parentheses around macro arguments.
4433         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
4434         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
4435         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
4436         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
4437         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
4438         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
4439         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
4440         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
4441         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
4442         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
4443         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
4444         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
4445         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
4446         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
4447         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
4448         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
4449         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
4450         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
4451         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
4452         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
4453         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
4454         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
4455         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
4456         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
4457         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
4458         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
4459         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
4460         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
4461         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
4462         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
4463         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
4464         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
4465         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
4466         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
4467         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
4468         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
4469         Likewise.
4470         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
4471         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
4472         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
4473         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
4474         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
4475         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
4476         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
4477         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
4478         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
4479         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
4480         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
4481         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
4482         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
4483         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
4484         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
4485         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
4486         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
4487         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
4488         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
4489         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
4490         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
4491         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
4492         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
4493         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
4494         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
4495         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
4496         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
4497         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
4498         (_FP_FRAC_SRS_1): Likewise.
4499         (_FP_FRAC_CLZ_1): Likewise.
4500         (_FP_MUL_MEAT_1_imm): Likewise.
4501         (_FP_MUL_MEAT_1_wide): Likewise.
4502         (_FP_MUL_MEAT_1_hard): Likewise.
4503         (_FP_SQRT_MEAT_1): Likewise.
4504         (_FP_FRAC_ASSEMBLE_1): Likewise.
4505         (_FP_FRAC_DISASSEMBLE_1): Likewise.
4506         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
4507         (__FP_CLZ_2): Likewise.
4508         (_FP_MUL_MEAT_2_wide): Likewise.
4509         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
4510         (_FP_MUL_MEAT_2_gmp): Likewise.
4511         (_FP_MUL_MEAT_2_120_240_double): Likewise.
4512         (_FP_SQRT_MEAT_2): Likewise.
4513         (_FP_FRAC_ASSEMBLE_2): Likewise.
4514         (_FP_FRAC_DISASSEMBLE_2): Likewise.
4515         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
4516         (_FP_FRAC_CLZ_4): Likewise.
4517         (_FP_MUL_MEAT_4_wide): Likewise.
4518         (_FP_MUL_MEAT_4_gmp): Likewise.
4519         (_FP_SQRT_MEAT_4): Likewise.
4520         (_FP_FRAC_ASSEMBLE_4): Likewise.
4521         (_FP_FRAC_DISASSEMBLE_4): Likewise.
4522         * soft-fp/op-common.h (_FP_CMP): Likewise.
4523         (_FP_CMP_EQ): Likewise.
4524         (_FP_CMP_UNORD): Likewise.
4525         (_FP_TO_INT): Likewise.
4526         (_FP_FROM_INT): Likewise.
4527         [!__FP_CLZ] (__FP_CLZ): Likewise.
4528         (_FP_DIV_HELP_imm): Likewise.
4529         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
4530         Likewise.
4531         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
4532         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
4533         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
4534         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
4535         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
4536         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4537         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4538         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
4539         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
4540         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
4541         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
4542         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
4543         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
4544         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
4545         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
4546         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
4547         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
4548         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
4549         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
4550         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
4551         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
4552         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
4553         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
4554         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4555         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4556         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
4557         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
4558         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
4559         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
4560         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
4561         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
4562         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
4563         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
4564         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
4565         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
4566         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
4567         (FP_UNPACK_RAW_SP): Likewise.
4568         (FP_PACK_RAW_S): Likewise.
4569         (FP_PACK_RAW_SP): Likewise.
4570         (FP_UNPACK_S): Likewise.
4571         (FP_UNPACK_SP): Likewise.
4572         (FP_UNPACK_SEMIRAW_S): Likewise.
4573         (FP_UNPACK_SEMIRAW_SP): Likewise.
4574         (FP_PACK_S): Likewise.
4575         (FP_PACK_SP): Likewise.
4576         (FP_PACK_SEMIRAW_S): Likewise.
4577         (FP_PACK_SEMIRAW_SP): Likewise.
4578         (_FP_SQRT_MEAT_S): Likewise.
4579         (FP_CMP_S): Likewise.
4580         (FP_CMP_EQ_S): Likewise.
4581         (FP_CMP_UNORD_S): Likewise.
4582         (FP_TO_INT_S): Likewise.
4583         (FP_FROM_INT_S): Likewise.
4584
4585         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
4586
4587         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
4588         (FP_EX_INVALID_IMZ): Likewise.
4589         (FP_EX_INVALID_IMZ_FMA): Likewise.
4590         (FP_EX_INVALID_ISI): Likewise.
4591         (FP_EX_INVALID_ZDZ): Likewise.
4592         (FP_EX_INVALID_IDI): Likewise.
4593         (FP_EX_INVALID_SQRT): Likewise.
4594         (FP_EX_INVALID_CVI): Likewise.
4595         (FP_EX_INVALID_VC): Likewise.
4596         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
4597         "invalid" exceptions.
4598         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
4599         (_FP_ADD_INTERNAL): Likewise.
4600         (_FP_MUL): Likewise.
4601         (_FP_FMA): Likewise.
4602         (_FP_DIV): Likewise.
4603         (_FP_CMP_CHECK_NAN): Likewise.
4604         (_FP_SQRT): Likewise.
4605         (_FP_TO_INT): Likewise.
4606         (FP_EXTEND): Likewise.
4607
4608 2014-10-09  Allan McRae  <allan@archlinux.org>
4609
4610         * po/fr.po: Update French translation from translation project.
4611
4612 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
4613
4614         [BZ #14132]
4615         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
4616         of INTDEF.
4617         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
4618         (__cxa_atexit): Use libc_hidden_proto.
4619         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
4620
4621         [BZ #14132]
4622         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
4623         declaration.
4624         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
4625         [!_ISOMAC] (__iswspace_l_internal): Likewise.
4626         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
4627         [!_ISOMAC] (__iswctype_internal): Likewise.
4628         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
4629         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
4630         alias.
4631         (fcntl): Remove __fcntl_internal alias.
4632         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
4633         __connect_internal alias.
4634         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
4635         Likewise.
4636
4637         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
4638         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
4639         FP_DENORM_ZERO.
4640         (_FP_CHECK_FLUSH_ZERO): New macro.
4641         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
4642         (_FP_CMP): Likewise.
4643         (_FP_CMP_EQ): Likewise.
4644         (_FP_TO_INT): Do not set inexact for subnormal arguments if
4645         FP_DENORM_ZERO.
4646         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
4647         (FP_TRUNC): Likewise.
4648
4649         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
4650         treated as invalid conversion, not as normal exponent.
4651
4652         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
4653         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
4654         (_FP_CMP_EQ): Likewise.
4655         (_FP_CMP_UNORD): Likewise.
4656         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
4657         (FP_CMP_EQ_D): Likewise.
4658         (FP_CMP_UNORD_D): Likewise.
4659         * soft-fp/extended.h (FP_CMP_E): Likewise.
4660         (FP_CMP_EQ_E): Likewise.
4661         (FP_CMP_UNORD_E): Likewise.
4662         * soft-fp/quad.h (FP_CMP_Q): Likewise.
4663         (FP_CMP_EQ_Q): Likewise.
4664         (FP_CMP_UNORD_Q): Likewise.
4665         * soft-fp/single.h (FP_CMP_S): Likewise.
4666         (FP_CMP_EQ_S): Likewise.
4667         (FP_CMP_UNORD_S): Likewise.
4668         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
4669         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
4670         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
4671         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
4672         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
4673         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
4674         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
4675         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
4676         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
4677         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
4678         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
4679         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
4680         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
4681         to FP_CMP_Q.
4682         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
4683         FP_CMP_Q.
4684         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
4685         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
4686         FP_CMP_EQ_Q.
4687         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
4688         FP_CMP_Q.
4689         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
4690         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
4691         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
4692         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
4693         FP_CMP_EQ_Q.
4694         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
4695         FP_CMP_Q.
4696         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
4697         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
4698         FP_CMP_EQ_Q.
4699         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
4700         FP_CMP_Q.
4701         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
4702         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
4703         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
4704         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
4705         FP_CMP_EQ_Q.
4706
4707         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
4708         a subnormal result, set the underflow exception if trapping on
4709         underflow is enabled.
4710         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
4711         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
4712         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
4713         redefine to 0.
4714         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
4715         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4716         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4717         * soft-fp/extendxftf2.c (__extendxftf2): Use
4718         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
4719
4720         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
4721         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
4722         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4723         FP_HANDLE_EXCEPTIONS.
4724         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
4725         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4726         FP_HANDLE_EXCEPTIONS.
4727         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
4728         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4729         FP_HANDLE_EXCEPTIONS.
4730         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
4731         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4732         FP_HANDLE_EXCEPTIONS.
4733
4734 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
4735
4736         [BZ #14132]
4737         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4738         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4739         use INTUSE.
4740         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4741         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4742         Remove alias.
4743         (__adjtimex): Define using libc_hidden_ver.
4744         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4745         Remove declaration.
4746         (ntp_gettime): Call __adjtimex directly.
4747         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4748         Remove declaration.
4749         (ntp_gettimex): Call __adjtimex directly.
4750         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4751         __adjtimex_internal alias.
4752
4753 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4754
4755         [BZ #17460]
4756         * nscd/nscd.c (more_help): Rewrite list of tables collection
4757         using xstrdup and asprintf.
4758
4759         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4760
4761 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4762             Roland McGrath  <roland@hack.frob.com>
4763
4764         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4765         (do_lookup_unique): ... local function 'enter' here; update callers.
4766
4767 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4768
4769         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4770         compat_symbol calls on [SHARED].
4771         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4772         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4773         Remove.
4774         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4775         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4776         (oldsetrlimit): Remove.
4777         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4779         (lchown): New syscall entry.
4780         (oldsetrlimit): Remove.
4781         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4782         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4783         (oldsetrlimit): Remove.
4784         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4785
4786         [BZ #14138]
4787         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4788         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4789         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4790         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4791         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4792         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4793         (fchown): Likewise.
4794         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4795         (fchown): Likewise.
4796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4797         Likewise.
4798
4799 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4800
4801         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4802         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4803         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4804         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4805         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4806         Likewise.
4807         (__old_sem_post): Likewise.
4808
4809 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4810
4811         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4812         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4813         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4814         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4815         Use INLINE_VSYSCALL macro.
4816         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4817         __vdso_clock_gettime.
4818         * sysdeps/unix/sysv/linux/tile/init-first.c
4819         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4820         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4821         __vdso_clock_gettime.
4822
4823         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4824         to set up frame more cleanly.
4825
4826         * sysdeps/tile/memcmp.c: New file.
4827
4828         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4829
4830         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4831         * sysdeps/tile/tilegx/strcasestr.c: New file.
4832         * sysdeps/tile/tilegx/strnlen.c: New file.
4833         * sysdeps/tile/tilegx/strstr.c: New file.
4834
4835         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4836
4837 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4838
4839         * nptl/tst-setuid3.c: Write errors to stdout.
4840
4841 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4842
4843         * elf/dl-deps.c
4844         (preload): New functions broken out of _dl_map_object_deps.
4845         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4846
4847 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4848
4849         [BZ #14138]
4850         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4851         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4852
4853 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4854
4855         * sysdeps/mips/strcmp.S: New.
4856
4857 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4858
4859         [BZ #14138]
4860         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4861         (linkat): Likewise.
4862         (mkdirat): Likewise.
4863         (readlinkat): Likewise.
4864         (renameat): Likewise.
4865         (symlinkat): Likewise.
4866         (unlinkat): Likewise.
4867         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4868         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4869         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4870         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4871         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4872         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4873         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4874
4875 2014-09-30  Will Newton  <will.newton@linaro.org>
4876
4877         * math/math.h: Define long double math functions if
4878         _LIBC_TEST is defined.
4879         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4880
4881         * localedata/Makefile: Move assignment to tests-special
4882         into an ifdef testing run-built-tests.
4883         * timezone/Makefile: Likewise.
4884
4885 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4886
4887         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4888         with $(BASH) not $(SHELL).
4889
4890 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4891             Matthew LeGendre  <legendre1@llnl.gov>
4892
4893         [BZ #17411]
4894         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4895         l_reloc_result.
4896
4897 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4898
4899         * stdio-common/printf_fp.c
4900         (hack_digit): New function, broken out of ...
4901         (__printf_fp): ... local function here.  Update call sites.
4902         hack_digit now takes an additional parameter that is a pointer
4903         to a struct of the referenced locals.  Those locals moved inside
4904         the struct and references updated.
4905
4906 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4907
4908         * aclocal.m4: Require autoconf 2.69.
4909         * configure: Regenerated.
4910         * sysdeps/aarch64/configure: Likewise.
4911         * sysdeps/alpha/configure: Likewise.
4912         * sysdeps/arm/armv7/configure: Likewise.
4913         * sysdeps/arm/configure: Likewise.
4914         * sysdeps/ia64/configure: Likewise.
4915         * sysdeps/mach/configure: Likewise.
4916         * sysdeps/mips/configure: Likewise.
4917         * sysdeps/s390/configure: Likewise.
4918         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4920
4921         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4922         file.
4923         * sysdeps/ia64/configure.ac: Likewise.
4924
4925 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4926
4927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4928         specify symbol version for ld.so.  Do not include entry for
4929         libpthread.
4930         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4931         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4932         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4933
4934         [BZ #14171]
4935         * Makeconfig [$(build-shared) = yes]
4936         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4937         makefiles.
4938         [$(build-shared) = yes && $(soversions.mk-done) = t]
4939         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4940         [$(build-shared) = yes && $(soversions.mk-done) = t]
4941         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4942         to Makerules.
4943         [$(build-shared) = yes && $(soversions.mk-done) = t]
4944         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4945         here.
4946         [$(build-shared) = yes && $(soversions.mk-done) = t]
4947         (common-generated): Don't append gnu/lib-names.h and
4948         gnu/lib-names.stmp here.
4949         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4950         (lib-names-h-abi): New variable.
4951         [$(build-shared) = yes && $(soversions.mk-done) = t]
4952         (lib-names-stmp-abi): Likewise.
4953         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4954         abi-variants] (before-compile): Append
4955         $(common-objpfx)$(lib-names-h-abi).
4956         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4957         abi-variants] (common-generated): Append gnu/lib-names.h.
4958         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4959         abi-variants] (install-others-nosubdir): Depend on
4960         $(inst_includedir)/$(lib-names-h-abi).
4961         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4962         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4963         [$(build-shared) = yes && $(soversions.mk-done) = t]
4964         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4965         [$(build-shared) = yes && $(soversions.mk-done) = t]
4966         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4967         [$(build-shared) = yes && $(soversions.mk-done) = t]
4968         (common-generated): Append $(lib-names-h-abi) and
4969         $(lib-names-stmp-abi).
4970         * scripts/lib-names.awk: Do not handle multi being set.
4971         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4972         Remove variable.
4973         (abi-lp64_be-ld-soname): Likewise.
4974         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4975         Likewise.
4976         (abi-hard-ld-soname): Likewise.
4977         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4978         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4979         Remove variable.
4980         (abi-o32_hard-ld-soname): Likewise.
4981         (abi-o32_soft_2008-ld-soname): Likewise.
4982         (abi-o32_hard_2008-ld-soname): Likewise.
4983         (abi-n32_soft-ld-soname): Likewise.
4984         (abi-n32_hard-ld-soname): Likewise.
4985         (abi-n32_soft_2008-ld-soname): Likewise.
4986         (abi-n32_hard_2008-ld-soname): Likewise.
4987         (abi-n64_soft-ld-soname): Likewise.
4988         (abi-n64_hard-ld-soname): Likewise.
4989         (abi-n64_soft_2008-ld-soname): Likewise.
4990         (abi-n64_hard_2008-ld-soname): Likewise.
4991         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4992         Likewise.
4993         (abi-64-v2-ld-soname): Likewise.
4994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4995         ld.so entries.
4996         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4997         variable.
4998         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4999         entry.
5000         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5001         variable.
5002         (abi-64-ld-soname): Likewise.
5003         (abi-x32-ld-soname): Likewise.
5004         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5005         entry.
5006         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5007
5008 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5009
5010         [BZ #14138]
5011         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5012         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5013         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5014         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5015         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5016         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5017         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5018         syscall entry for GLIBC_2.2 symbol version.
5019         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5020         Likewise.
5021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5022         (setrlimit): Likewise.
5023         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5024         Likewise.
5025
5026 2014-09-23  Will Newton  <will.newton@linaro.org>
5027
5028         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5029         _LINUX_ARM_SYSDEP_H include guard too.
5030         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5031         define.
5032
5033 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5034
5035         * sysdeps/unix/sysv/linux/eventfd.c:
5036         Make first argument unsigned.
5037         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5038         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5039
5040 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5041
5042         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5043         * socket/sys/socket.h: Likewise
5044         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5045
5046 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5047
5048         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5049
5050 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5051
5052         * time/tst-ftime.c: New test.
5053         * time/Makefile (tests): Add tst-ftime.
5054
5055 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5056
5057         * soft-fp/extended.h: Fix comment formatting.
5058         * soft-fp/op-1.h: Likewise.
5059         * soft-fp/op-2.h: Likewise.
5060         * soft-fp/op-4.h: Likewise.
5061         * soft-fp/op-8.h: Likewise.
5062         * soft-fp/op-common.h: Likewise.
5063         * soft-fp/soft-fp.h: Likewise.
5064
5065         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5066
5067 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5068
5069         [BZ #6652]
5070         * Makeconfig (soversions-default-setname): Remove variable.
5071         ($(common-objpfx)soversions.i): Don't pass default_setname to
5072         soversions.awk.
5073         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5074         oldest_abi to abi-versions.awk.
5075         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5076         * config.make.in (oldest-abi): Remove variable.
5077         * configure.ac (--enable-oldest-abi): Remove configure option.
5078         * configure: Regenerated.
5079         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5080         text.
5081         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5082         * scripts/soversions.awk: Do not handle default_setname variable.
5083         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5084         variable.
5085         * sysdeps/mach/hurd/configure: Regenerated.
5086         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5087         variable.
5088         * sysdeps/unix/sysv/linux/configure: Regenerated.
5089
5090 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5091
5092         * elf/Makefile (CFLAGS-interp.c): Remove.
5093         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5094         path string.
5095         * elf/interp.c: Include generated runtime-linker.h
5096
5097         * Makerules (lib%.so): Don't include $(+interp) in
5098         prerequisites.
5099         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5100         * dlfcn/eval.c: Remove file.
5101
5102         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5103         macros.
5104
5105         [BZ #17266]
5106         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5107         4.2 and newer.
5108
5109         [BZ #17370]
5110         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5111
5112 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5113             Jakub Jelinek  <jakub@redhat.com>
5114
5115         [BZ #17266]
5116         * libio/stdio.h: Check definition of __fortify_function
5117         instead of __extern_always_inline to include bits/stdio2.h.
5118         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5119         check if __extern_always_inline is defined.
5120         [__USE_MISC || __USE_XOPEN]: Likewise.
5121         [__USE_ISOC99] Likewise.
5122         * misc/sys/cdefs.h (__fortify_function): Define only if
5123         __extern_always_inline is defined.
5124         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5125         __extern_always_inline and __extern_inline only for g++-4.3
5126         and newer or a compatible gcc.
5127
5128 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5129
5130         [BZ #17371]
5131         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5132         last change to handle zero prefix length.
5133
5134 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5135
5136         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5137         _SC_REGEX_VERSION.
5138
5139         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5140         _POSIX_RAW_SOCKETS.
5141
5142 2014-09-13  Allan McRae  <allan@archlinux.org>
5143
5144         * po/ru.po: Update Russian translation from translation project.
5145
5146 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5147
5148         * locale/programs/locale.c (show_locale_vars): Inline local function
5149         into its sole call site.  Clean up some style nits.
5150         (print_item): New function, broken out of ...
5151         (show_info): ... local function here.  Clean up style nits.
5152
5153         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5154         out of ...
5155         (set_class_defaults): ... local function set_default here.
5156         Define set_default as a macro locally to pass constant parameters.
5157         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5158         rather than a shared local.
5159
5160         * stdlib/rpmatch.c (try): New function, broken out of ...
5161         (rpmatch): ... local function here.  Also, prototypify definition.
5162
5163 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5164
5165         * scripts/soversions.awk: Do not handle configuration names.
5166         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5167         vendor and os variables to soversions.awk.
5168         * configure.ac: Do not modify gnu-* host_os.
5169         * configure: Regenerated
5170         * shlib-versions: Remove first column with configuration names.
5171         * nptl/shlib-versions: Likewise.
5172         * nptl_db/shlib-versions: Likewise.
5173         * sysdeps/hppa/shlib-versions: Likewise.
5174         * sysdeps/m68k/shlib-versions: Likewise.
5175         * sysdeps/mach/hurd/shlib-versions: Likewise.
5176         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5177         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5178         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5179         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5180         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5181         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5182         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5183         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5185         Likewise.
5186         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5187         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5188         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5189         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5190         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5191         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5192         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5193         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5194
5195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5196         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5198         Regenerated.
5199         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5201         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5202
5203         * shlib-versions: Remove OS-specific entries.  Moved to files in
5204         sysdeps.
5205         * sysdeps/mach/hurd/shlib-versions: New file.
5206         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5207
5208         * nptl/shlib-versions: Remove architecture-specific entries.
5209         Moved to files in sysdeps.
5210         * shlib-versions: Likewise.
5211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
5212         file.
5213         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5214         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5215         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5216         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5217
5218         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
5219         (UDP_NO_CHECK6_RX): Likewise.
5220
5221 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5222
5223         * sysdeps/posix/sysconf.c (__sysconf): Spell
5224         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
5225
5226 2014-08-12  Florian Weimer  <fweimer@redhat.com>
5227
5228         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
5229         loading.
5230         * iconv/Versions (__gconv_transliterate): Export for use from
5231         gconv modules.
5232         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
5233         (struct __gconv_trans_data, __gconv_trans_fct,
5234         __gconv_trans_context_fct, __gconv_trans_query_fct,
5235         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
5236         definitions.
5237         (struct __gconv_step_data): Remove __trans member.
5238         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
5239         longer hidden.  Remove unused trans_data argument.
5240         * iconv/gconv_int.h (struct trans_struct): Remove definition.
5241         (__gconv_translit_find): Remove declaration.
5242         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
5243         prototype.
5244         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
5245         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
5246         trans_data argument.  Add hidden definition.
5247         (__gconv_translit_find): Remove.
5248         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
5249         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
5250         * iconv/skeleton.c: Remove transliteration initialization.
5251         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
5252         __gconv_step_data initialization.
5253         * libio/iofwide.c (__libio_translit_): Remove.
5254         (_IO_fwide): Adjust struct __gconv_step_data initialization.
5255         * wcsmbs/btowc.c (__btowc): Likewise.
5256         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
5257         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
5258         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
5259         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
5260         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
5261         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
5262         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
5263         * wcsmbs/wctob.c (wctob): Likewise.
5264
5265 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5266
5267         [BZ #16194]
5268         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
5269         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
5270         register usage.
5271         * sysdeps/x86/Makefile: Adjust.
5272
5273 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5274             Roland McGrath  <roland@hack.frob.com>
5275
5276         * locale/weight.h: Add include guard.
5277         (findidx): Make static rather than auto; take new parameters
5278         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
5279         * locale/weightwc.h: Likewise.
5280         * posix/fnmatch_loop.c
5281         (FCT): Change type of EXTRA from int32_t to wint_t.
5282         Don't include either header inside the function.
5283         Call FINDIDX rather than findidx, and pass new arguments.
5284         #undef FINDIDX at the end of the file.
5285         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
5286         FINDIDX before including fnmatch_loop.c for the non-wide version.
5287         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
5288         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
5289         for the wide version.
5290         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
5291         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
5292         Pass new arguments to findidx.
5293         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
5294         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
5295         Don't #include it inside the function.  Pass new arguments to findidx.
5296         * posix/regex_internal.h
5297         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
5298         (re_string_elem_size_at): Don't #include it inside the function.
5299         Pass new arguments to findidx.
5300         * string/strcoll_l.c: #include WEIGHT_H at top level.
5301         (get_next_seq): Don't #include it inside the function.
5302         Pass new arguments to findidx.
5303         (get_next_seq_nocache): Likewise.
5304         * string/strxfrm_l.c: #include WEIGHT_H at top level.
5305         (STRXFRM): Don't #include it inside the function.
5306         Pass new arguments to findidx.
5307
5308 2014-09-11  Florian Weimer  <fweimer@redhat.com>
5309
5310         [BZ #17344]
5311         * malloc/malloc.c (unlink): Turn asserts into a call to
5312         malloc_printerr.
5313
5314 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
5315
5316         [BZ #17370]
5317         * libio/wfileops (do_ftell_wide): Free OUT.
5318
5319 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
5320
5321         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
5322
5323 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5324
5325         [BZ #17363]
5326         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
5327         group if the current group is empty.
5328
5329 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5330
5331         * benchtests/bench-memset.c (test_main): Add more test from size
5332         from 32 to 512 bytes.
5333         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5334         Add POWER8 memset object.
5335         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5336         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
5337         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
5338         implementation.
5339         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
5340         Likewise.
5341         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
5342         multiarch POWER8 memset optimization.
5343         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
5344         POWER8 memset optimization.
5345
5346         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5347         Remove bzero multiarch objects.
5348         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
5349         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
5350         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
5351         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
5352         Remove define.
5353         [__bzero]: Redefine to specific name.
5354         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
5355         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
5356         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
5357         define.
5358         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5359         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
5360
5361 2014-09-10  Florian Weimer  <fweimer@redhat.com>
5362
5363         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
5364         warnings into errors.
5365
5366         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
5367         __cxa_thread_atexit_impl prototype.
5368
5369 2014-09-09  Steve Ellcey  <sellcey@mips.com>
5370
5371         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
5372         Fix capitalization of error message.
5373
5374 2014-09-09  Steve Ellcey  <sellcey@mips.com>
5375
5376         * sysdeps/mips/preconfigure: Modify ABI tests.
5377
5378 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
5379
5380         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
5381
5382 2014-09-07  Roland McGrath  <roland@hack.frob.com>
5383             Carlos O'Donell  <carlos@systemhalted.org>
5384
5385         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
5386         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
5387         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
5388         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
5389         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
5390         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
5391         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
5392         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
5393         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
5394         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
5395         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
5396         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
5397         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
5398         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
5399         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
5400         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
5401         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
5402         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
5403         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
5404         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
5405         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
5406         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
5407         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
5408         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
5409         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
5410         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
5411         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
5412         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
5413         Deconditionalize the code that was previously under [RESET_PID].
5414         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
5415         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
5416         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
5417         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
5418         include sysdep.h.
5419
5420 2014-09-08  Allan McRae  <allan@archlinux.org>
5421
5422         * version.h (RELEASE): Set to "development".
5423         (VERSION): Set to "2.20.90"
5424
5425 2014-09-07  Allan McRae  <allan@archlinux.org
5426
5427         * version.h (RELEASE): Set to "stable".
5428         (VERSION): Set to "2.20"
5429         * include/features.h (__GLIBC_MINOR__): Set to 20.
5430
5431         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
5432         Liebler.
5433
5434         * po/ko.po: Update Korean translation from translation project.
5435
5436 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
5437
5438         [BZ #17354]
5439         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
5440         macro for handling signed relocations.
5441
5442 2014-09-03  Florian Weimer  <fweimer@redhat.com>
5443
5444         [BZ #17325]
5445         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
5446         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
5447         assert.
5448         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
5449         * iconvdata/ibm935.c (BODY): Likewise.
5450         * iconvdata/ibm937.c (BODY): Likewise.
5451         * iconvdata/ibm939.c (BODY): Likewise.
5452         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
5453         assert.
5454         * iconvdata/Makefile (iconv-test.out): Pass module list to test
5455         script.
5456         * iconvdata/run-iconv-test.sh: New test loop for checking for
5457         decoder crashers.
5458
5459 2014-09-02  Khem Raj  <raj.khem@gmail.com>
5460
5461         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
5462         libm_hidden_ver.
5463
5464 2014-09-01  Allan McRae  <allan@archlinux.org>
5465
5466         * po/eo.po: Update Esperanto translation from translation project.
5467
5468         * po/ca.po: Update Catalan translation from translation project.
5469
5470 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5471
5472         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
5473         __proc_dostop call.
5474
5475 2014-08-27  Mark Wielaard  <mjw@redhat.com>
5476
5477         [BZ #17319]
5478         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
5479         to call set_thread_area instead of hand written asm.
5480         (__NR_set_thread_area): Removed define.
5481         (TLS_FLAG_WRITABLE): Likewise.
5482         (__ASSUME_SET_THREAD_AREA): Remove check.
5483         (TLS_EBX_ARG): Remove define.
5484         (TLS_LOAD_EBX): Likewise.
5485
5486 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5487
5488         Simplify atomicity of socket creation in bind.
5489
5490         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
5491         looking up the name after linking the file.
5492
5493 2014-08-27  Allan McRae  <allan@archlinux.org>
5494
5495         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5496
5497 2014-08-26  Florian Weimer  <fweimer@redhat.com>
5498
5499         [BZ #17187]
5500         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
5501         trans_compare, open_translit, __gconv_translit_find):
5502         Remove module loading code.
5503
5504 2014-08-26  Allan McRae  <allan@archlinux.org>
5505
5506         * po/vi.po: Update Vietnamese translation from translation project.
5507
5508         * po/uk.po: Update Ukrainian translation from translation project.
5509
5510         * po/fr.po: Update French translation from translation project.
5511
5512         * po/ru.po: Update Russian translation from translation project.
5513
5514         * po/pl.po: Update Polish translation from translation project.
5515
5516         * po/cs.po: Update Czech translation from translation project.
5517
5518         * po/de.po: Update German translation from translation project.
5519
5520         * po/bg.po: Update Bulgarian translation from translation project.
5521
5522         * po/sv.po: Update Sweedish translation from translation project.
5523
5524         * po/nl.po: Update Dutch translation from translation project.
5525
5526         * po/es.po: Update Spanish translation from translation project.
5527
5528 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
5529
5530         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
5531
5532         * catgets/Makefile (CPPFLAGS-gencat): Remove.
5533         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
5534         (CPPFLAGS-iconvconfig): Likewise.
5535         * timezone/Makefile (CPPFLAGS-zic): Likewise.
5536
5537         * include/libc-symbols.h: Remove unnecessary check for
5538         NOT_IN_libc.
5539         * nptl/pthreadP.h: Likewise.
5540         * sysdeps/aarch64/setjmp.S: Likewise.
5541         * sysdeps/alpha/setjmp.S: Likewise.
5542         * sysdeps/arm/sysdep.h: Likewise.
5543         * sysdeps/i386/setjmp.S: Likewise.
5544         * sysdeps/m68k/setjmp.c: Likewise.
5545         * sysdeps/posix/getcwd.c: Likewise.
5546         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5547         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5548         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5549         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5550         * sysdeps/sh/sh3/setjmp.S: Likewise.
5551         * sysdeps/sh/sh4/setjmp.S: Likewise.
5552         * sysdeps/unix/alpha/sysdep.h: Likewise.
5553         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5554         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5555         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5556         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5559         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5560         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5561         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5562         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5563         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5564         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5565         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5566         * sysdeps/x86_64/setjmp.S: Likewise.
5567
5568 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
5569
5570         [BZ #17263]
5571         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
5572         <stdint.h>.
5573         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
5574         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
5575
5576 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
5577
5578         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
5579
5580         [BZ #17262]
5581         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
5582         and __x86_64__ when disabling x87 inline functions.
5583
5584 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5585
5586         [BZ #17259]
5587         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
5588         asm statement with __cpuid_count.
5589
5590 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
5591
5592         * configure.ac: Change __ehdr_start code to dereference the struct.
5593         Run readelf on the output to look for relocations.
5594         * configure: Regenerated.
5595
5596 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
5597
5598         [BZ #17261]
5599         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
5600         value to 0.
5601         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
5602
5603 2014-08-12  Roland McGrath  <roland@hack.frob.com>
5604
5605         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
5606
5607 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
5608
5609         [BZ #16892]
5610         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
5611         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
5612
5613 2014-08-12  Sean Anderson  <seanga2@gmail.com>
5614
5615         * malloc/malloc.c: Fix typo in comment.
5616
5617 2014-08-09  Allan McRae  <allan@archlinux.org>
5618
5619         * Regenerate libc.po.
5620
5621 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
5622
5623         * intl/tst-gettext2.sh: Check every lang file for creation.
5624
5625 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5626
5627         * sysdeps/aarch64/fpu/math_private.h
5628         (libc_feholdsetround_noex_aarch64_ctx): New function.
5629
5630 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5631
5632         * sysdeps/arm/armv6/strcpy.S (strcpy):
5633         Fix performance issue in misaligned cases.
5634
5635 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5636
5637         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
5638         Move definition from termios.h.
5639         (struct termio): Likewise.
5640         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5641         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5642         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5643         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5644         Likewise.
5645         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
5646         Move definition to ioctl-types.h
5647         (struct termio): Likewise.
5648         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5649         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5650         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5651         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5652         Likewise.
5653
5654 2014-08-05  Richard Henderson  <rth@redhat.com>
5655
5656         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
5657         exceptions.
5658         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
5659         Add fraiseexcpt.
5660         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5661         Use __feraiseexcept.
5662         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
5663         Protect libm symbols with IS_IN_libm.
5664
5665         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
5666
5667 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
5668
5669         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
5670
5671 2014-08-04  Will Newton  <will.newton@linaro.org>
5672
5673         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
5674         file.
5675
5676 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
5677
5678         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
5679         variants for each function.
5680
5681 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5682
5683         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
5684         appended ...
5685         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
5686         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
5687         appended ...
5688         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
5689         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
5690         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
5691         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
5692         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
5693         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
5694         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
5695         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
5696         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
5697         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
5698         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
5699         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
5700         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
5701         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
5702         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
5703         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
5704         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
5705         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
5706         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
5707         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
5708         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
5709         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
5710         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
5711         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
5712         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
5713         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
5714         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
5715         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
5716         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
5717         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
5718         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
5719         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
5720         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
5721         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
5722         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
5723         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
5724         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
5725         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
5726         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
5727         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
5728         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
5729         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
5730         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
5731         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
5732         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
5733         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
5734         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
5735         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
5736         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
5737         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5738         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5739         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5740         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5741         Update #include.
5742         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5743         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5744
5745 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5746
5747         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5748         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5749         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5750         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5751         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5752         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5753
5754 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5755
5756         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5757         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5758         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5759         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5760
5761 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5762
5763         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5764         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5765         (__libc_vfork): Define function under this name.
5766         (__vfork): Define as an alias.
5767         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5768         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5769
5770 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5771
5772         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5773         that was previously under [RESET_PID].
5774         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5775
5776 2014-08-04  Andreas Schwab  <schwab@suse.de>
5777
5778         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5779
5780 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5781
5782         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5783         (main): Likewise.
5784
5785 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5786
5787         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5788
5789 2014-08-01  Richard Henderon  <rth@redhat.com>
5790
5791         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5792         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5793         typo in exact zero test.
5794         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5795         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5796         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5797
5798 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5799
5800         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5801         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5802         * sysdeps/arm/sysdep.h: ... here.
5803         [!__ASSEMBLER__]: Include <stdint.h>.
5804
5805 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5806
5807         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5808         (HAVE_WCTYPE_H): Likewise.
5809         (HAVE_ISWCTYPE): Likewise.
5810         (ENABLE_NLS): Likewise.
5811         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5812         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5813
5814         * posix/regex_internal.c: Check if DEBUG is defined and is
5815         set.
5816
5817         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5818         (HAVE_MBSRTOWCS): Likewise.
5819         * posix/fnmatch.c: Include string.h unconditionally.
5820
5821 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5822
5823         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5824         reversal.
5825
5826 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5827
5828         * sysdeps/generic/safe-fatal.h: New file.
5829         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5830         * nptl/forward.c: Include it.
5831         (__pthread_unwind): Use __safe_fatal as default action, rather
5832         than a bogus use of INTERNAL_SYSCALL that could never work.
5833
5834         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5835         * configure.ac (libc_cv_builtin_trap): New test.
5836         * configure: Regenerated.
5837         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5838         (ABORT_INSTRUCTION): Define using __builtin_trap.
5839
5840         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5841         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5842         * sysdeps/nptl/nptl-signals.h: New file.
5843         * nptl/pthreadP.h: Include <nptl-signals.h>.
5844
5845 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5846
5847         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5848         (ONE_DIRECTION): Define.
5849         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5850         (ONE_DIRECTION): Define.
5851         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5852         (ONE_DIRECTION): Define.
5853
5854 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5855
5856         * sysdeps/s390/Makefile: Delete file.
5857         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5858         * sysdeps/s390/__longjmp.c: Delete file.
5859         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5860         Remove fields __flags and __reserved.
5861         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5862         and add versioning.
5863         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5864         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5865         * sysdeps/s390/rtld-setjmp.S: Likewise.
5866         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5867         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5868         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5869         * sysdeps/s390/s390-32/setjmp.S: ... here.
5870         Add versioning.
5871         (__sigsetjmp): Remove setting __flags field.
5872         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5873         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5874         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5875         * sysdeps/s390/s390-64/setjmp.S: ... here.
5876         Add versioning.
5877         (__sigsetjmp): Remove setting __flags field.
5878         * sysdeps/s390/setjmp.S: Delete file.
5879         * sysdeps/s390/sigjmp.c: Likewise.
5880         * sysdeps/s390/v1-longjmp.c: Likewise.
5881         * sysdeps/s390/v1-setjmp.h: Likewise.
5882         * sysdeps/s390/v1-sigjmp.c: Likewise.
5883         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5884         Remove v1-longjmp_chk.
5885         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5886         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5887         Include debug/longjmp_chk.c and add versioning.
5888         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5889         Include nptl/pt-longjmp.c and add versioning.
5890         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5891         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5892         Include __longjmp.c.
5893         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5894         Move to ...
5895         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5896         (__getcontext): Remove setting __flags field.
5897         Add versioning.
5898         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5899         Don't restore upper high grps.
5900         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5901         Likewise.
5902         (__swapcontext): Remove setting uc_flags field.
5903         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5904         Delete file.
5905         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5906         Include __longjmp.c.
5907         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5908         Move to ...
5909         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5910         (__getcontext): Remove setting __flags field.
5911         Add versioning.
5912         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5913         (__swapcontext): Remove setting uc_flags field.
5914         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5915         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5916         Remove fields uc_high_gprs and __reserved.
5917         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5918         New file with reverted content.
5919         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5920         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5921         Regenerated.
5922         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5923         Regenerated.
5924
5925 2014-07-31  Andreas Schwab  <schwab@suse.de>
5926
5927         * config.h.in (HAVE_IFUNC): Define to 0.
5928         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5929         definedness.
5930
5931 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5932
5933         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5934         memmove-avx-unaligned, memcpy-avx-unaligned and
5935         mempcpy-avx-unaligned.
5936         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5937         Add tests for AVX memcpy functions.
5938         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5939         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5940         memcpy_chk.
5941         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5942         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5943         memmove_chk.
5944         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5945         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5946         mempcpy_chk.
5947         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5948         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5949         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5950
5951 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5952
5953         [BZ #17213]
5954         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5955         powerpc64le.
5956
5957 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5958
5959         [BZ #16839]
5960         * manual/llio.texi: Add section about open file description locks.
5961         * manual/examples/ofdlocks.c: Example of open file description
5962         lock usage.
5963         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5964         F_OFD_SETLK, and F_OFD_SETLKW.
5965
5966 2014-07-23  Allan McRae  <allan@archlinux.org>
5967
5968         * po/es.po: Update Spanish translation from translation project.
5969
5970 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5971
5972         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5973
5974 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5975
5976         [BZ #17078]
5977         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5978         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5979         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5980
5981 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5982
5983         [BZ #17088]
5984         * math/fesetenv.c (__fesetenv)
5985         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5986         * math/feupdateenv.c (__feupdateenv)
5987         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5988
5989         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5990         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5991         (__ASSUME_SOCKETCALL): Do not define.
5992
5993         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5994         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5995         (__ASSUME_SOCKETCALL): Do not define.
5996         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5997         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5998         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5999         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6000         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6001         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6002         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6003         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6004
6005         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6006         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6007         (__ASSUME_SOCKETCALL): Do not define.
6008         (__ASSUME_IPC64): Define unconditionally.
6009         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6010         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6011         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6012         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6013         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6014         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6015         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6016         Likewise.
6017
6018         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6019         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6020         (__ASSUME_SOCKETCALL): Do not define.
6021         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6022         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6023         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6024         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6025         (__ASSUME_REQUEUE_PI): Define unconditionally.
6026         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6027         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6028         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6029         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6030         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6031         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6032
6033         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6034         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6035         (__ASSUME_SOCKETCALL): Do not define.
6036         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6037         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6038         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6039         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6040         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6041         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6042
6043         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6044         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6045         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6046         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6047         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6048         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6049         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6050         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6051         (__ASSUME_GETCPU_SYSCALL): Likewise.
6052
6053         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6054         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6055         cases for individual architectures.
6056         * sysdeps/gnu/configure: Regenerated.
6057         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6058         LIBC_SLIBDIR_RTLDDIR.
6059         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6060         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6061         LIBC_SLIBDIR_RTLDDIR.
6062         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6064         LIBC_SLIBDIR_RTLDDIR.
6065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6066         Regenerated.
6067         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6068         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6069         file.
6070         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6071         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6072         file.
6073         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6074         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6075         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6076         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6077
6078         * sysdeps/aarch64/shlib-versions: Move to ...
6079         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6080         * sysdeps/alpha/shlib-versions: Move to ...
6081         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6082         * sysdeps/arm/shlib-versions: Move to ...
6083         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6084         * sysdeps/hppa/shlib-versions: Move all contents except for
6085         libgcc_s entry to ...
6086         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6087         entry from ...
6088         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6089         * sysdeps/ia64/shlib-versions: Move to ...
6090         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6091         entry from ...
6092         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6093         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6094         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6095         * sysdeps/microblaze/shlib-versions: Move to ...
6096         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6097         * sysdeps/mips/shlib-versions: Move to ...
6098         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6099         entry from ...
6100         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6101         * sysdeps/tile/shlib-versions: Move to ...
6102         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6103         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6104         from ...
6105         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6106         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6107         entry from ...
6108         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6109
6110 2014-07-17  Will Newton  <will.newton@linaro.org>
6111
6112         * sysdeps/arm/bits/atomic.h
6113         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6114         (__arch_compare_and_exchange_bool_16_int): Likewise.
6115         (__arch_compare_and_exchange_bool_64_int): Likewise.
6116
6117         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6118         into an #else block.
6119
6120 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6121
6122         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6123         just Linux configurations.  Test empirically that the compiler sets
6124         __ARM_EABI__, rather than using the tuple to decide.
6125         * sysdeps/arm/preconfigure: Regenerated.
6126         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6127         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6128         contents appended ...
6129         * sysdeps/arm/configure.ac: ... here.
6130         * sysdeps/arm/configure: Regenerated.
6131
6132 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6133
6134         * nptl/pthread_kill.c: New file.
6135         * nptl/pthread_sigmask.c: New file.
6136         * nptl/pthread_sigqueue.c: New file.
6137
6138         * sysdeps/nptl/lowlevellock.h: New file.
6139         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6140         * sysdeps/nptl/lowlevellock-futex.h: New file.
6141
6142         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6143         Remove dead declarations.
6144
6145 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6146
6147         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6148         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6149         config-cflags-avx2.
6150         * sysdeps/x86_64/configure.ac: Likewise.
6151         * sysdeps/i386/configure: Regenerated.
6152         * sysdeps/x86_64/configure: Likewise.
6153         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6154         memset-avx2 only if config-cflags-avx2 is yes.
6155         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6156         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6157         defined.
6158         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6159         only if HAVE_AVX2_SUPPORT is defined.
6160         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6161
6162 2014-07-14  Alan Modra  <amodra@gmail.com>
6163
6164         [BZ #17153]
6165         * elf/elf.h (DT_PPC64_NUM): Correct value.
6166         * NEWS: Add to fixed bug list.
6167
6168 2014-07-13  Jim Meyering  <meyering@fb.com>
6169
6170         [BZ 17150]
6171         regex: don't deref NULL upon heap allocation failure
6172         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6173         failure in one more place.
6174         To trigger the segfault, configure grep -with-included-regex,
6175         build it, and run these commands:
6176         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6177
6178 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6179
6180         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6181
6182 2014-07-11  Richard Henderson  <rth@redhat.com>
6183
6184         * sysdeps/aarch64/libm-test-ulps: Update.
6185
6186 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6187
6188         [BZ #17135]
6189         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6190         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6191         (__nptl_setxid): Initialize error member.  Call
6192         __nptl_setxid_error.
6193         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6194         * nptl/descr.h (struct xid_command): Add error member.
6195         * nptl/tst-setuid3.c: New file.
6196         * nptl/Makefile (tests): Add it.
6197
6198 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6199
6200         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6201         New define.
6202         (__lll_trylock): Use __lll_base_trylock.
6203         (__lll_cond_trylock): Likewise.
6204
6205 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6206
6207         * nptl/pthread_create.c (start_thread): Use atomic_or and
6208         lll_futex_wake directly rather than lll_robust_dead.
6209         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6210         (lll_robust_dead): Macro removed.
6211         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
6212         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6213         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6214         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6215         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6216         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6217         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6218         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6219         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6220         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6221         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6222         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6223         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6224         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6225         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6226
6227         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
6228         Use atomic_compare_and_exchange_val_acq directly rather than
6229         lll_robust_trylock.
6230         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6231         (__lll_robust_trylock, lll_robust_trylock): Removed.
6232         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6233         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6234         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6235         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6236         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6237         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6238         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6239         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6240         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6241         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6242         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6243         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6244         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6245         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6246
6247 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6248
6249         * manual/locale.texi (Locale Names): New section documenting
6250         locale name syntax.  Adjust menu and node chaining accordingly.
6251         (Choosing Locale): Reference Locale Names, Locale Categories.
6252         Mention setting LC_ALL=C.  Reflect that name syntax is now
6253         documented.
6254         (Locale Categories): New section title.  Reference Locale Names.
6255         LC_ALL is an environment variable, but not a category.
6256         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
6257         description, now in Locale Name.  Reference that section.  Locale
6258         name syntax is now documented.
6259
6260 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6261
6262         [BZ #17137]
6263         * locale/findlocale.c (name_present, valid_locale_name): New
6264         functions.
6265         (_nl_find_locale): Use the loc_name variable to store name
6266         candidates.  Call name_present and valid_locale_name to check and
6267         validate locale names.  Return an error if the locale is invalid.
6268
6269 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6270
6271         * locale/setlocale.c (setlocale): Use strdup for allocating
6272         composite name copy.
6273
6274 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6275
6276         Sync up with gnulib.
6277         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
6278         [!_LIBC && ENABLE_NLS]: Include gettext.h.
6279         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
6280         and _GL_ARG_NONNULL.
6281         [USE_UNLOCKED_IO]: Include unlocked-io.h.
6282         [!_LIBC]: Include code for Windows and Cygwin.
6283         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
6284         Include prototype for int strerror_r.
6285         [!_LIBC] (is_open): New function.
6286         (flush_stdout): New function.
6287         (print_errno_message): Use it.
6288         (error): Likewise.
6289         (error_at_line): Likewise.
6290         (error_tail) Add function attribute macros.  Use
6291         __builtin_expect.
6292
6293         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
6294
6295         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
6296
6297         * io/ftw.c: Include sys/param.h unconditionally.
6298
6299         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
6300
6301         [BZ #17125]
6302         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
6303         libc_freeres_ptr.
6304         (freecache): New function to free CACHE on exit.
6305
6306         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
6307         initialization.
6308
6309 2014-07-09  David S. Miller  <davem@davemloft.net>
6310
6311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6312
6313         * sysdeps/sparc/nptl/internaltypes.h: Delete.
6314         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
6315         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
6316         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
6317         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
6318         * sysdeps/sparc/nptl/sem_init.c: Likewise.
6319         * sysdeps/sparc/nptl/sem_post.c: Likewise.
6320         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
6321         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
6322         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
6323         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
6324         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
6325         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
6326
6327 2014-07-09  Andreas Schwab  <schwab@suse.de>
6328
6329         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
6330         output.
6331         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
6332         (do_test): Likewise.
6333
6334         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6335
6336 2014-07-09  Will Newton  <will.newton@linaro.org>
6337
6338         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
6339         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
6340         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
6341         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
6342         * sysdeps/hppa/start.S (_start): Likewise.
6343
6344 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
6345
6346         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
6347
6348         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
6349         defined.
6350
6351 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
6352
6353         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
6354         after checking that it is non-NULL.
6355
6356         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
6357
6358 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6359
6360         * sysdeps/powerpc/memmove.c: Remove file.
6361         * sysdeps/powerpc/powerpc32/power4/memcopy.h
6362         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
6363         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
6364         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
6365         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
6366         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
6367         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
6368         string memmove instead of removed powerpc one.
6369
6370         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
6371         [weak_alias]: Fix compiler warning due trailing data.
6372         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
6373         [weak_alias]: Likewise.
6374         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
6375         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
6376
6377         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
6378         (__libc_ifunc_impl_list): Add memmove functions.
6379
6380 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
6381
6382         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
6383         Remove code.
6384         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
6385         Likewise
6386         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
6387         Likewise
6388         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
6389         Likewise
6390         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
6391         Likewise
6392         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
6393         Likewise
6394         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
6395         Likewise
6396         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
6397         Likewise
6398         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
6399         Likewise
6400         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
6401         Likewise
6402         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
6403         Likewise
6404         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
6405         Likewise
6406         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
6407         Likewise
6408         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
6409         Likewise
6410         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
6411         Likewise
6412         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
6413         Likewise
6414         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
6415         Likewise
6416
6417 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6418
6419         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
6420         to avoid alignment traps in non-cacheable memory.
6421         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
6422
6423         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
6424         multiarch objects.
6425         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
6426         file: multiarch power7 memmove.
6427         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
6428         multiarch default memmove.
6429         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
6430         multiarch memove for powerpc32/power4.
6431
6432         * string/bcopy.c: Use full path to include memmove.c.
6433         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
6434         multiarch objects.
6435         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
6436         bcopy for powerpc64.
6437         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
6438         bcopy for powerpc64.
6439         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
6440         and memmove implementations.
6441         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
6442         optimized multiarch memmove for POWER7/powerpc64.
6443         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
6444         default multiarch memmove for powerpc64.
6445         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
6446         multiarch for powerpc64.
6447         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
6448         for POWER7/powerpc64.
6449         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
6450         memmove for POWER7/powerpc64.
6451
6452         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
6453         glibc default one.
6454
6455         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
6456         __ELF_NATIVE_CLASS equal to 64.
6457
6458 2014-07-07  Roland McGrath  <roland@hack.frob.com>
6459
6460         * sysdeps/nptl/lowlevellock.h: File removed.
6461
6462         * NEWS: NPTL is no longer an add-on!
6463         * nptl/internaltypes.h: Moved ...
6464         * sysdeps/nptl/internaltypes.h: ... here.
6465         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
6466         * sysdeps/nptl/fork.c: Likewise.
6467         * sysdeps/nptl/gai_misc.h: Likewise.
6468         * sysdeps/nptl/librt-cancellation.c: Likewise.
6469         * sysdeps/nptl/jmp-unwind.c: Likewise.
6470         * sysdeps/nptl/setxid.h: Likewise.
6471         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
6472         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
6473         * sysdeps/unix/sysv/linux/arm/Implies: New file.
6474         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
6475         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
6476         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
6477         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
6478         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
6479         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
6480         * sysdeps/unix/sysv/linux/mips/Implies: New file.
6481         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
6482         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
6483         * sysdeps/unix/sysv/linux/sh/Implies: New file.
6484         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
6485         * sysdeps/unix/sysv/linux/tile/Implies: New file.
6486         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
6487         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
6488         * nptl/Makeconfig: Moved ...
6489         * sysdeps/nptl/Makeconfig: ... here.
6490         * nptl/configure: File removed.
6491         * nptl/ANNOUNCE: File removed.
6492         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
6493         * sysdeps/unix/sysv/linux/configure: Regenerated.
6494
6495         * nptl/Makefile (routines): Add libc_pthread_init,
6496         libc_multiple_threads, register-atfork and unregister-atfork.
6497         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
6498         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
6499         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
6500         pthread-pi-defines.sym, structsem.sym.
6501         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
6502         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
6503         [$(subdir) = nptl] (tests): Add tst-setgetname.
6504         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
6505         * sysdeps/unix/sysv/linux/sigaction.c: Just include
6506         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
6507         [!LIBC_SIGACTION]: Remove aliases.
6508         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6509         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6510         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6511         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
6512         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6513         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
6514         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
6515         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
6516         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6517         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
6518         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
6519         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
6520         __libc_allocate_rtsig_private.
6521         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
6522         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
6523         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
6524         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
6525         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
6526         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
6527         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
6528         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
6529         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
6530         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
6531         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
6532         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
6533         * nptl/internaltypes.h: ... here.
6534         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
6535         * sysdeps/nptl/jmp-unwind.c: ... here.
6536         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
6537         * nptl/libc-lowlevellock.c: ... here.
6538         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
6539         * nptl/libc_multiple_threads.c: ... here.
6540         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
6541         * nptl/libc_pthread_init.c: ... here.
6542         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
6543         * nptl/lowlevelbarrier.sym: ... here.
6544         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
6545         * nptl/lowlevelcond.sym: ... here.
6546         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
6547         * nptl/lowlevellock.c: ... here.
6548         * nptl/lowlevellock.h: Moved ...
6549         * sysdeps/nptl/lowlevellock.h: ... here.
6550         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
6551         * nptl/lowlevelrobustlock.c: ... here.
6552         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
6553         * nptl/lowlevelrobustlock.sym: ... here.
6554         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
6555         * nptl/lowlevelrwlock.sym: ... here.
6556         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
6557         * nptl/pt-fork.c: ... here.
6558         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
6559         * nptl/pthread-pi-defines.sym: ... here.
6560         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
6561         * nptl/pthread_attr_getaffinity.c: ... here.
6562         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
6563         * nptl/pthread_attr_setaffinity.c: ... here.
6564         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
6565         * nptl/pthread_mutex_cond_lock.c: ... here.
6566         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6567         Update #include.
6568         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
6569         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
6570         * nptl/pthread_once.c: ... here, replacing old file.
6571         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
6572         * nptl/pthread_yield.c: ... here.
6573         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
6574         * nptl/register-atfork.c: ... here.
6575         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
6576         * nptl/sem_post.c: ... here.
6577         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
6578         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
6579         * nptl/sem_timedwait.c: ... here.
6580         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
6581         * nptl/sem_trywait.c: ... here.
6582         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
6583         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
6584         * nptl/sem_wait.c: ... here.
6585         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
6586         * nptl/structsem.sym: ... here.
6587         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
6588         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
6589         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
6590         * nptl/unregister-atfork.c: ... here.
6591         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
6592         * nptl/unwindbuf.sym: ... here.
6593         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
6594         * sysdeps/nptl/fork.c: ... here.
6595         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
6596         * sysdeps/nptl/fork.h: ... here.
6597         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
6598         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
6599         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
6600         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
6601         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
6602         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
6603         * sysdeps/unix/sysv/linux/getpid.c: ... here.
6604         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
6605         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
6606         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
6607         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
6608         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
6609         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
6610         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
6611         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
6612         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
6613         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
6614         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
6615         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
6616         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
6617         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
6618         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
6619         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
6620         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
6621         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
6622         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
6623         * sysdeps/unix/sysv/linux/raise.c: ... here.
6624         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
6625         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
6626         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
6627         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
6628         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
6629         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
6630         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
6631         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
6632         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
6633         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
6634         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
6635         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
6636         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
6637         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
6638         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
6639
6640 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6641
6642         * sysdeps/generic/memcopy.h: Add comment for
6643         MEMCPY_OK_FOR_FWD_MEMMOVE.
6644
6645 2014-07-04  Will Newton  <will.newton@linaro.org>
6646
6647         * string/memchr.c: Merge from gnulib.
6648         [_LIBC]: Remove conditionals.
6649         (__ptr_t): Remove define.
6650         (LONG_MAX_32_BITS): Likewise.
6651         (LONG_MAX): Likewise.
6652         (MEMCHR): Use ANSI prototype and optimize algorithm.
6653
6654         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
6655
6656 2014-07-03  Roland McGrath  <roland@hack.frob.com>
6657
6658         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
6659         (lll_futex_timed_wait_bitset): Fix syscall argument count.
6660
6661         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
6662         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
6663         in a bare environment with no <stdlib.h> installed.
6664         * sysdeps/nptl/configure: Regenerated.
6665
6666         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
6667
6668         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
6669         AC_EGREP_CPP for kernel header checks, so they only succeed if
6670         including <linux/version.h> actually works right.
6671         * sysdeps/unix/sysv/linux/configure: Regenerated.
6672
6673         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
6674         value so it's not diagnosed as unused.
6675
6676         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
6677         thing) with "ifeq ($(subdir),rt)".
6678
6679 2014-07-03  Richard Henderson  <rth@redhat.com>
6680
6681         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
6682         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
6683         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
6684
6685         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
6686         (math_force_eval): New.
6687
6688         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
6689         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
6690
6691         * sysdeps/alpha/fpu/s_round.c: Remove file.
6692         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
6693
6694         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
6695         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
6696         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
6697         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
6698         (_dl_start, print_statistics): Likewise.
6699         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
6700         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
6701
6702         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6703         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6704         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6705         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6706         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6707         (HP_SMALL_TIMING_AVAIL): Define.
6708         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6709         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6710         (HP_SMALL_TIMING_AVAIL): Define.
6711         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6712         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6713
6714         * sysdeps/aarch64/hp-timing.h: New file.
6715
6716         * sysdeps/generic/hp-timing.h: Remove dead comment.
6717         * sysdeps/generic/hp-timing-common.h: New file.
6718         * sysdeps/alpha/hp-timing.h: Include it.
6719         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
6720         * sysdeps/i386/i686/hp-timing.h: Likewise.
6721         * sysdeps/ia64/hp-timing.h: Likewise.
6722         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6723         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6724         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6725         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6726         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
6727         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
6728         (hp_timing_t): New.
6729
6730         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
6731         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
6732         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
6733         * elf/rtld.c (_dl_start_final): Likewise.
6734         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
6735         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6736         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6737         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6738         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6739         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6740         (HP_TIMING_DIFF_INIT): Remove.
6741         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6742         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6743         (HP_TIMING_DIFF_INIT): Remove.
6744         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6745         * sysdeps/i386/i686/hp-timing.c: Remove file.
6746         * sysdeps/x86_64/hp-timing.c: Remove file.
6747         * sysdeps/ia64/hp-timing.c: Remove file.
6748         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6749         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6750         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6751         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6752
6753         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6754         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6755         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6756         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6757         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6758         (HP_TIMING_ACCUM): Remove.
6759         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6760         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6761         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6762
6763         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6764         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6765         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6766         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6767         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6768         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6769         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6770         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6771
6772         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6773
6774 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6775
6776         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6777
6778 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6779
6780         Sync up with gettext.
6781         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6782         [_MSC_VER]: Include malloc.h
6783         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6784         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6785         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6786         TEMP_FAILURE_RETRY.  Cast return of alloca.
6787         [!_LIBC] Call gl_rwlock_init.
6788         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6789
6790 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6791
6792         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6793         before checking its value.
6794
6795 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6796
6797         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6798
6799         * debug/memcpy_chk.c: Don't include pagecopy.h.
6800         * debug/mempcpy_chk.c: Likewise.
6801         * string/memcpy.c: Likewise.
6802         * string/memmove.c: Likewise.
6803         * sysdeps/powerpc/memmove.c: Likewise.
6804         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6805         definition of PAGE_COPY_FWD_MAYBE here...
6806         * sysdeps/generic/pagecopy.h: ... from here.
6807         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6808
6809 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6810             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6811
6812         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6813         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6814         optimizations.
6815         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6816         (__libc_ifunc_impl_list): Likewise.
6817         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6818         multiarch strcat for PPC64.
6819         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6820         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6821
6822 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6823
6824         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6825
6826 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6827
6828         * intl/loadmsgcat.c: Remove declaration of
6829         get_sysdep_segment_value.
6830         (get_sysdep_segment_value): Use ISO C style.
6831         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6832         semicolon.  Fix typo and formatting in comment.
6833         (_nl_unload_domain): Use ISO C style.
6834
6835         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6836
6837 2014-07-02  Will Newton  <will.newton@linaro.org>
6838
6839         * malloc/obstack.c: Merge from gnulib master.
6840         [HAVE_CONFIG_H]: Remove conditional code.
6841         [!_LIBC]: Include config.h.
6842         [!ELIDE_CODE]: Don't include inttypes.h, include
6843         stdint.h unconditionally.
6844         (print_and_abort): Mark as _Noreturn.
6845         (_obstack_allocated_p): Mark as __attribute_pure__.
6846         (obstack_free): Rename to __obstack_free.
6847         [!__attribute__]: Remove conditional code.
6848         * malloc/obstack.h: Merge from gnulib master.
6849         [__cplusplus]: Move conditional down.
6850         [!__attribute_pure__]: Define __attribute_pure__ here
6851         if it is not already defined.
6852         (_obstack_memory_used): Mark as __attribute_pure__.
6853         [!__obstack_free]: Define as obstack_free.
6854         [__GNUC__]: Remove check for ancient NeXT gcc.
6855
6856 2014-07-02  Will Newton  <will.newton@linaro.org>
6857             Paul Eggert  <eggert@cs.ucla.edu>
6858
6859         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6860
6861 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6862
6863         * resolv/gethnamaddr.c: Add comment warning that the file is
6864         not maintained.
6865
6866 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6867
6868         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6869         entries.
6870
6871         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6872         entry for aio_cancel and aio_cancel64.
6873         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6874         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6875         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6876         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6877         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6878         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6879         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6880         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6881         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6882         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6883         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6884         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6885         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6886
6887 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6888
6889         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6890         * nptl/pthread_mutex_lock.c: Likewise.
6891         * nptl/pthread_mutex_timedlock.c: Likewise.
6892         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6893
6894 2014-07-01  Richard henderson  <rth@redhat.com>
6895
6896         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6897         (__isnan, __isnanl): Remove.
6898         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6899
6900         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6901
6902 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6903
6904         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6905
6906 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6907
6908         * resolv/nss_dns/dns-host.c (getanswer_r)
6909         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6910
6911 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6912
6913         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6914         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6915         undefine.
6916         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6917         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6918
6919 2014-07-01  Roland McGrath <roland@hack.frob.com>
6920
6921         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6922         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6923
6924         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6925         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6926
6927         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6928         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6929         ... here.
6930         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6931         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6932
6933         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6934         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6935         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6936         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6937
6938         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6939         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6940         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6941         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6942         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6943         Moved ...
6944         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6945         ... here.
6946         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6947         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6948         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6949         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6950         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6951         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6952         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6953         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6954         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6955         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6956         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6957         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6958         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6959         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6960         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6961         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6962         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6963         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6964         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6965         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6966         ... here.
6967         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6968         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6969         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6970         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6971         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6972         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6973         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6974         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6975
6976 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6977
6978         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6979         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6980         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6981         Add sysdep.
6982
6983 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6984
6985         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6986
6987 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6988
6989         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6990         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6991
6992         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6993
6994         * sysdeps/arm/libm-test-ulps: Regenerated.
6995
6996 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6997             Roland McGrath <roland@hack.frob.com>
6998
6999         * test-skeleton.c (signal_handler): Kill the whole process group
7000         before killing the child individually.
7001         (main): Report any failure on `setpgid'.
7002
7003 2014-06-30  Roland McGrath  <roland@hack.frob.com>
7004
7005         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7006         from _TLS_H to _ARM_NPTL_TLS_H.
7007         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7008         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7009
7010 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7011
7012         [BZ #16539]
7013         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7014         (__expm1l): Return argument unchanged when small but not
7015         subnormal.
7016
7017         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7018         include macro name.
7019         (_FP_UNPACK_RAW_1_P): Likewise.
7020         (_FP_PACK_RAW_1): Likewise.
7021         (_FP_PACK_RAW_1_P): Likewise.
7022         (_FP_MUL_MEAT_1_wide): Likewise.
7023         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7024         (_FP_MUL_MEAT_1_hard): Likewise.
7025         (_FP_DIV_MEAT_1_imm): Likewise.
7026         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7027         (_FP_DIV_MEAT_1_udiv): Likewise.
7028         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7029         (_FP_UNPACK_RAW_2): Likewise.
7030         (_FP_UNPACK_RAW_2_P): Likewise.
7031         (_FP_PACK_RAW_2): Likewise.
7032         (_FP_PACK_RAW_2_P): Likewise.
7033         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7034         (_FP_MUL_MEAT_2_wide): Likewise.
7035         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7036         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7037         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7038         (_FP_MUL_MEAT_2_gmp): Likewise.
7039         (_FP_DIV_MEAT_2_udiv): Likewise.
7040         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7041         (_FP_FRAC_SRL_4): Likewise.
7042         (_FP_FRAC_SRST_4): Likewise.
7043         (_FP_FRAC_SRS_4): Likewise.
7044         (_FP_UNPACK_RAW_4): Likewise.
7045         (_FP_UNPACK_RAW_4_P): Likewise.
7046         (_FP_PACK_RAW_4): Likewise.
7047         (_FP_PACK_RAW_4_P): Likewise.
7048         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7049         (_FP_MUL_MEAT_4_wide): Likewise.
7050         (_FP_MUL_MEAT_4_gmp): Likewise.
7051         (umul_ppppmnnn): Likewise.
7052         (_FP_DIV_MEAT_4_udiv): Likewise.
7053         (__FP_FRAC_ADD_4): Likewise.
7054         (__FP_FRAC_SUB_3): Likewise.
7055         (__FP_FRAC_SUB_4): Likewise.
7056         (__FP_FRAC_DEC_3): Likewise.
7057         (__FP_FRAC_DEC_4): Likewise.
7058         (__FP_FRAC_ADDI_4): Likewise.
7059         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7060         (_FP_FRAC_SRL_8): Likewise.
7061         (_FP_FRAC_SRS_8): Likewise.
7062
7063         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7064         include macro name.
7065         (FP_UNPACK_RAW_EP): Likewise.
7066         (FP_PACK_RAW_E): Likewise.
7067         (FP_PACK_RAW_EP): Likewise.
7068         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7069         (_FP_ISSIGNAN): Likewise.
7070         (_FP_ADD_INTERNAL): Likewise.
7071         (_FP_FMA): Likewise.
7072         (_FP_CMP): Likewise.
7073         (_FP_SQRT): Likewise.
7074         (_FP_TO_INT): Likewise.
7075         (_FP_FROM_INT): Likewise.
7076         (FP_EXTEND): Likewise.
7077         (_FP_DIV_MEAT_N_loop): Likewise.
7078
7079 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7080
7081         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7082         throughout.
7083
7084 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7085
7086         [BZ #17097]
7087         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7088         result with correct sign in case of exponents that produce
7089         overflow except for X very close to 1.
7090
7091 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7092
7093         mktime: merge #if/#ifdef usage from glibc
7094         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7095         as that works with both Glibc's and Gnulib's style.
7096         See thread starting at Siddhesh Poyarekar's bug report at:
7097         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7098
7099 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7100
7101         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7102         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7103         * sysdeps/tile/tilegx/memmove.c: Remove file.
7104
7105 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7106
7107         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7108         abi-name definition.
7109         * scripts/soversions.awk: Do not handle or generate ABI lines.
7110         * shlib-versions: Remove ABI entries.
7111         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7112         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7113
7114 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7115
7116         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7117         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7118         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7119         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7120         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7121         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7122         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7123         Moved ...
7124         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7125         ... here.
7126         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7127         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7129         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7130         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7131         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7132         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7133         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7134         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7135         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7136         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7137         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7138         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7139         Moved ...
7140         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7141         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7142         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7143         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7144         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7146         Moved ...
7147         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7148         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7149         Moved ...
7150         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7151         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7152         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7154         Moved ...
7155         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7157         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7158         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7159         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7160         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7161         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7162         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7163         Moved ...
7164         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7165         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7166         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7167         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7168         Moved ...
7169         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7170         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7171         Moved ...
7172         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7173         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7174         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7175         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7176         Moved ...
7177         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7178         ... here.
7179         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7180         Identical file removed.
7181         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7182         Moved ...
7183         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7184         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7185         Identical file removed.
7186         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7187         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7189         Moved ...
7190         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7191         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7192         Identical file removed.
7193         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7194         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7195         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7196         Identical file removed.
7197         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7198         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7199         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7200         Identical file removed.
7201         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7202         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7203         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7204         Identical file removed.
7205         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7206         Moved ...
7207         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7208         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
7209         Identical file removed.
7210         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
7211         Moved ...
7212         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
7213         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
7214         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
7215         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
7216         Identical file removed.
7217         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
7218         Moved ...
7219         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
7220         ... here.
7221         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
7222         Identical file removed.
7223         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
7224         Moved ...
7225         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
7226         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
7227         Identical file removed.
7228         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
7229         Moved ...
7230         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
7231         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
7232         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
7233         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
7234         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
7235         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
7236         Moved ...
7237         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
7238         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
7239         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
7240
7241         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
7242         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
7243         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
7244         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
7245         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
7246
7247 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
7248
7249         [BZ #17092]
7250         * nscd/nscd.c (monitor_child): Return exit status of child
7251         instead of return value from wait syscall.
7252
7253 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7254
7255         * configure.ac (libc_commonpagesize): Remove variable.
7256         (libc_relro_required): Likewise.
7257         (libc_cv_z_relro): Remove configure test.
7258         * configure: Regenerated.
7259         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
7260         variable.
7261         (libc_relro_required): Likewise.
7262         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
7263         (libc_relro_required): Likewise.
7264         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
7265         (libc_relro_required): Likewise.
7266         * sysdeps/arm/preconfigure: Regenerated.
7267         * sysdeps/ia64/preconfigure: Remove file.
7268         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
7269         variable.
7270         (libc_relro_required): Likewise.
7271
7272         [BZ #16561]
7273         [BZ #16562]
7274         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
7275         (__ieee754_yn): Set FE_TONEAREST mode internally and then
7276         recompute overflowing results in original rounding mode.
7277         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
7278         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
7279         recompute overflowing results in original rounding mode.
7280         * sysdeps/ieee754/ldbl-128/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/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
7284         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7285         recompute overflowing results in original rounding mode.
7286         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
7287         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7288         recompute overflowing results in original rounding mode.
7289         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
7290         (libc_feholdsetround_ctx): New macro.
7291         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
7292         * sysdeps/i386/fpu/libm-test-ulps: Update.
7293         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
7294
7295 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7296
7297         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
7298         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
7299         corresponding .cpsetup call.
7300
7301 2014-06-26  Roland McGrath  <roland@hack.frob.com>
7302
7303         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
7304         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
7305         * sysdeps/arm/Makefile [$(subdir) = csu]
7306         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
7307         (static-only-routines): Add aeabi_read_tp here.
7308         (shared-only-routines): Add libc-aeabi_read_tp here.
7309         (CFLAGS-libc-start.c): Add -fexceptions here.
7310         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
7311         (sysdep_routines, static-only-routines, shared-only-routines):
7312         Don't add to these here.
7313         (CFLAGS-libc-start.c): Likewise.
7314
7315         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
7316         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7317         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
7318         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7319         * sysdeps/arm/Makefile [$(subdir) = rt]
7320         (librt-sysdep_routines, librt-shared-only-routines):
7321         Append rt-aeabi_unwind_cpp_pr1 here.
7322         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
7323         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
7324         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
7325         (libpthread-sysdep_routines, libpthread-shared-only-routines):
7326         Append nptl-aeabi_unwind_cpp_pr1 here.
7327         (tests): Filter out tst-cleanupx4 here.
7328         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
7329         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
7330         Don't do those here.
7331
7332 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7333
7334         * scripts/list-sources.sh: Do not handle ports specially.
7335
7336 2014-06-26  Roland McGrath  <roland@hack.frob.com>
7337
7338         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
7339         * sysdeps/arm/feupdateenv.c: Likewise.
7340
7341         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
7342
7343 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7344
7345         * manual/texinfo.tex: Update to version 2014-05-05.10 with
7346         trailing whitespace removed.
7347         * scripts/config.guess: Update to version 2014-03-23.
7348         * scripts/config.sub: Update to version 2014-05-01
7349         * scripts/install-sh: Update to version 2013-12-25.23.
7350         * scripts/move-if-change: Update from gnulib.
7351
7352 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7353
7354         * debug/memmove_chk.c: Remove pagecopy.h include.
7355
7356 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7357
7358         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
7359         identical to gnulib mktime.
7360
7361 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7362
7363         * configure.ac: Do not test for machine being rs6000.  Do not test
7364         for powerpc*-*soft.
7365         * configure: Regenerated.
7366
7367         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
7368         test.
7369         * configure: Regenerated.
7370         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
7371         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
7372         Remove configure test.
7373         * sysdeps/arm/configure: Regenerated.
7374         * sysdeps/nptl/configure.ac: Do not check
7375         libc_cv_asm_cfi_directives.
7376         * sysdeps/nptl/configure: Regenerated.
7377         * sysdeps/x86_64/nptl/configure.ac: Remove file.
7378         * sysdeps/x86_64/nptl/configure: Remove generated file.
7379         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
7380         unconditional.
7381         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
7382
7383 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7384
7385         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
7386         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
7387         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
7388         it is defined.
7389
7390         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
7391         instead of whether it is defined.
7392         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
7393         * sysdeps/hppa/dl-machine.h: Likewise.
7394         * sysdeps/ia64/dl-machine.h: Likewise.
7395         * sysdeps/m68k/dl-machine.h: Likewise.
7396         * sysdeps/microblaze/dl-machine.h: Likewise.
7397         * sysdeps/mips/dl-machine.: Likewise.
7398         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
7399         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
7400         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7401         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7402         * sysdeps/sh/dl-machine.h: Likewise.
7403         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7404         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7405         * sysdeps/tile/dl-machine.h: Likewise.
7406         * sysdeps/x86_64/dl-machine.h: Likewise.
7407
7408         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
7409         code.
7410         (verify_persistent_db): Likewise.
7411
7412 2014-06-26  Roland McGrath  <roland@hack.frob.com>
7413
7414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
7415         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
7416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
7417         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
7418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
7419         Moved ...
7420         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
7421         ... here.
7422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
7423         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
7425         Identical file removed.
7426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
7431         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
7432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
7433         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
7435         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
7436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
7437         Moved ...
7438         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
7439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
7440         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
7441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
7442         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
7444         Moved ...
7445         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
7446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
7447         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
7448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
7449         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
7450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
7451         Identical file removed.
7452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
7453         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
7454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
7455         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
7456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
7457         Moved ...
7458         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
7459         ... here.
7460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
7461         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
7462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
7463         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
7464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
7465         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
7466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
7467         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
7468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
7469         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
7470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7471         Moved ...
7472         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
7473         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
7474         Moved ...
7475         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
7476         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
7477         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
7481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
7482         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
7483
7484         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
7485         folded into ...
7486         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
7487         * sysdeps/unix/sysv/linux/s390/Versions
7488         (libpthread: GLIBC_2.19): New version set.
7489         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
7490         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
7491         (librt: GLIBC_2.3.3): New version set.
7492         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
7493         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
7494         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
7495         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
7496         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
7497         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
7498         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
7499         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
7500         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
7501         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
7502         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
7503         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
7504         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
7505         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
7506         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
7507         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
7508         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
7509         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
7510         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
7511         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
7512         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
7513         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
7514         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
7515         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
7516         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
7517         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
7518         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
7519         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
7520         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
7521         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
7522         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
7523         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
7524         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
7525         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
7526         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
7527         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
7528         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
7529         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
7530         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
7531         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
7532         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
7533         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
7534         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
7535         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
7536         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
7537
7538         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
7539         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
7540         (__libc_vfork): Define the function under this name.
7541         [!NOT_IN_libc] (__vfork): Make this an alias.
7542         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7543         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
7544         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
7545         (__libc_vfork): Define the function under this name.
7546         [!NOT_IN_libc] (__vfork): Make this an alias.
7547         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7548         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
7549         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
7550         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
7551         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
7552         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7553
7554         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
7555         code that was previously under [RESET_PID].
7556         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
7557         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
7558         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
7559
7560         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
7561         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
7562         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
7563         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
7564         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
7565         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
7566         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
7567         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
7568         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
7569         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
7571         Moved ...
7572         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
7573         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
7574         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
7575         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
7576         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
7577         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
7578         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
7579         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
7580         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
7581         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
7582         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
7583         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
7584         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
7585         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
7586         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
7587         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
7588         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
7589         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
7590         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
7591         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
7592         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
7593         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
7594         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
7595         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
7596         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
7597         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
7598         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
7599         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
7600         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
7601
7602 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7603
7604         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
7605         that was previously under [RESET_PID].
7606         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
7607
7608 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7609
7610         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
7611         not undefine and redefine.
7612         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
7613         [O_CLOEXEC]: Make code unconditional.
7614         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
7615         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
7616         <kernel-features.h>.
7617         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
7618         conditional variable definition.
7619         (shm_open) [O_CLOEXEC]: Make code unconditional.
7620         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
7621         code.
7622
7623         * configure.ac (USE_REGPARMS): Don't define here.
7624         * configure: Regenerated.
7625         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
7626         * sysdeps/i386/configure: Regenerated.
7627
7628         * nptl/createthread.c: Don't include kernel-features.h.
7629         * nptl/pthread_cancel.c: Likewise.
7630         * nptl/pthread_condattr_setclock.c: Likewise.
7631         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
7632         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
7633         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
7634         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
7635         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
7636         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
7637         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
7638         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
7639         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
7640         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
7641         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
7642         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
7643         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
7644         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
7645         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
7646         * nscd/gai.c: Likewise.
7647         * nss/nss_db/db-open.c: Likewise.
7648         * sysdeps/generic/ldsodefs.h: Likewise.
7649         * sysdeps/sh/nptl/tls.h: Likewise.
7650         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7651         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
7652         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
7653         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
7654         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
7655         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7656         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
7657         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7658         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7659         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
7660         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
7661         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7662         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
7663         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
7664         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
7665         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
7666         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
7667         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
7668         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
7669         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
7670         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
7671         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
7672         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
7673         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
7674         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
7675         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
7676         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
7677         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
7678         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7679         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7680         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
7681         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7682         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7683         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7684         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7685         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7686         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7687         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7688         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
7689         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7690         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7691         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
7692         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
7693         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7694         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7695         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
7696         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
7697         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
7698         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
7699         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7700         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7701         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7702         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7703         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7704         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
7705         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7706         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7707         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
7708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
7710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
7712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
7713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
7714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
7715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
7716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
7717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
7718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
7719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
7720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
7722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
7723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
7724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
7728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
7729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
7730         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7731         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7732         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
7733         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7734         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7735         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7736         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7737         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7738         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7739         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7740         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7741         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7742         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7743         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7744         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7745         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7746         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7747         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7748         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7749         * sysdeps/unix/sysv/linux/system.c: Likewise.
7750         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7751         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7752         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7753         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7754         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7755         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7756         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7757
7758         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7759         * configure: Regenerated.
7760         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7761
7762         * configure.ac (base_machine): Do not set specially for particular
7763         machines here.
7764         * configure: Regenerated.
7765         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7766         settings from configure.ac.
7767         * sysdeps/i386/preconfigure: New file.
7768         * sysdeps/s390/preconfigure: Likewise.
7769         * sysdeps/sh/preconfigure: Likewise.
7770         * sysdeps/sparc/preconfigure: Likewise.
7771
7772 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7773
7774         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7775         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7776         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7777         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7778         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7779         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7780         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7781         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7782         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7783         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7784         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7785         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7786         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7787         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7788         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7789         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7790         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7791         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7792         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7793
7794         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7795         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7796         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7797         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7798         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7799         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7800         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7801         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7802         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7803         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7804         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7805         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7806         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7807         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7808         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7809         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7810         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7811         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7812         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7813         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7814         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7815         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7816         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7817         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7818         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7819         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7820         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7821         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7822         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7823         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7824         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7825         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7826         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7827         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7828         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7829         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7830         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7831         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7832
7833         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7834         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7835         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7836         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7837         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7838         Moved ...
7839         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7840         ... here.
7841         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7842         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7843         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7844         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7845         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7846         Moved ...
7847         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7848         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7849         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7850         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7851         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7852         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7853         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7854         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7855         Moved ...
7856         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7857         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7858         Moved ...
7859         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7860         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7861         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7862         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7863         Moved ...
7864         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7865         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7866         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7868         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7869         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7870         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7871         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7872         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7873         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7874         Moved ...
7875         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7876         ... here.
7877         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7878         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7879         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7880         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7881         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7882         Moved ...
7883         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7884         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7885         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7886         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7887         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7888         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7889         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7891         Moved ...
7892         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7894         Moved ...
7895         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7896         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7897         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7898         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7899         Moved ...
7900         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7902         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7903         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7904         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7905
7906 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7907
7908         * timezone/checktab.awk: Update from tzcode 2014e.
7909         * timezone/private.h: Likewise.
7910         * timezone/tzfile.h: Likewise.
7911         * timezone/zdump.c: Likewise.
7912         * timezone/zic.c: Likewise.
7913
7914         * sysdeps/unix/sysv/linux/kernel-features.h
7915         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7916         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7917         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7918         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7919         Remove conditional code.
7920
7921 2014-06-25  Will Newton  <will.newton@linaro.org>
7922
7923         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7924         (_dl_arm_cap_flags): Add HWCAP2 values.
7925         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7926         (_DL_HWCAP_COUNT): Increase to 37.
7927         (_DL_HWCAP_LAST): New define.
7928         (_DL_HWCAP2_LAST): New define.
7929         (_dl_procinfo): Add support for printing
7930         AT_HWCAP2 entries.
7931         (_dl_string_hwcap): Use _dl_hwcap_string.
7932
7933 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7934
7935         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7936
7937 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7938
7939         * README: Do not mention ports directory.
7940
7941         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7942         Remove macro.
7943         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7944         <kernel-features.h>.
7945         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7946         conditional variable definition.
7947         (__futimes): Update comment.
7948         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7949         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7950
7951         [BZ #16560]
7952         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7953         arguments close to 0.
7954         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7955         Likewise.
7956         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7957         Likewise.
7958         * math/auto-libm-test-in: Add more tests of exp10.
7959         * math/auto-libm-test-out: Regenerated.
7960         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7961
7962         * sysdeps/unix/sysv/linux/kernel-features.h
7963         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7964         * sysdeps/unix/sysv/linux/readv.c: Do not include
7965         <kernel-features.h>.
7966         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7967         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7968         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7969         unconditional.
7970         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7971         conditional code.
7972         * sysdeps/unix/sysv/linux/writev.c: Do not include
7973         <kernel-features.h>.
7974         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7975         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7976         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7977         unconditional.
7978         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7979         conditional code.
7980
7981 2014-06-25  Will Newton  <will.newton@linaro.org>
7982
7983         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7984         comment changes throughout the file.  Remove checks
7985         for HAVE_*_H definitions that are not required.
7986         (__gen_tempname): Call abort if an unknown kind value is
7987         passed.
7988
7989 2014-06-25  Andreas Schwab  <schwab@suse.de>
7990
7991         [BZ #17086]
7992         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7993         scalbln, scalblnf, scalblnl in libc.
7994
7995 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7996
7997         [BZ #17086]
7998         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7999         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8000         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8001
8002 2014-06-24  Roland McGrath  <roland@hack.frob.com>
8003
8004         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8005         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8006         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8007         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8008         Update #include.
8009         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8010         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8011         Update #include.
8012         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8013         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8014         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8015         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8016         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8017         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8018         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8019         * sysdeps/x86/bits/semaphore.h: ... here.
8020         * sysdeps/x86/nptl/elide.h: Moved ...
8021         * sysdeps/x86/elide.h: ... here.
8022         * sysdeps/x86_64/nptl/Implies: File removed.
8023         * sysdeps/i386/nptl/Implies: File removed.
8024
8025 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8026
8027         [BZ #16539]
8028         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8029         return the argument for normal arguments with exponent below -64.
8030         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8031         Likewise.
8032         * math/auto-libm-test-in: Add another test of expm1.
8033         * math/auto-libm-test-out: Regenerated.
8034
8035         [BZ #16287]
8036         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8037         calling __erfcl for arguments at least 16.
8038         * math/auto-libm-test-in: Add more tests of erf.
8039         * math/auto-libm-test-out: Regenerated.
8040
8041         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8042         individual architectures.
8043         * sysdeps/unix/sysv/linux/configure: Regenerated.
8044         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8045         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8046         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8047         (ldd_rewrite_script): Define variable.
8048         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8050         file.
8051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8052         generated file.
8053         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8054         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8055         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8056         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8057         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8058         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8059         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8060         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8061
8062 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8063
8064         [BZ #17084]
8065         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8066         Rename member __data.d to __data.__elision_data.
8067
8068 2014-06-24  Wilco  <wdijkstr@arm.com>
8069
8070         * NEWS: Add 16918 to fixed bug list.
8071
8072 2014-06-24  Wilco  <wdijkstr@arm.com>
8073
8074         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8075
8076 2014-06-24  Wilco  <wdijkstr@arm.com>
8077
8078         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8079         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8080         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8081         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8082         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8083         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8084         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8085         Use _FPU_MASK_RM.
8086
8087 2014-06-24  Wilco  <wdijkstr@arm.com>
8088
8089         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8090
8091 2014-06-24  Wilco  <wdijkstr@arm.com>
8092
8093         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8094         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8095         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8096         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8097
8098 2014-06-24  Wilco  <wdijkstr@arm.com>
8099
8100         [BZ #16918]
8101         * sysdeps/arm/feupdateenv.c (feupdateenv):
8102         Rewrite to reduce FPSCR accesses and fix return value.
8103
8104 2014-06-24  Wilco  <wdijkstr@arm.com>
8105
8106         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8107         Optimize to avoid unnecessary FPSCR writes.
8108         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8109         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8110         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8111         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8112
8113 2014-06-24  Wilco  <wdijkstr@arm.com>
8114
8115         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8116         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8117         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8118         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8119         Call libc_fetestexcept_vfp.
8120         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8121         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8122         __SOFTFP__ ifdef so that they can be built for softfp.
8123
8124 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8125
8126         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8127         argument type signed char.
8128
8129         * Makerules (check-abi): Dump diff of symlist if the test
8130         fails.
8131
8132 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8133
8134         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8135         using abort.
8136
8137         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8138         Remove unused variable ST.
8139
8140 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8141
8142         [BZ #16354]
8143         [BZ #17061]
8144         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8145         small arguments before calling __expm1.
8146         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8147         small arguments before calling __expm1f.
8148         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8149         small arguments before calling __expm1l.
8150         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8151         Likewise.
8152         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8153         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8154         spurious underflow for some cosh tests.
8155         * math/auto-libm-test-out: Regenerated.
8156         * sysdeps/i386/fpu/libm-test-ulps: Update.
8157
8158         [BZ #17050]
8159         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8160         (__ieee754_y1): Set errno if return value overflows.
8161         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8162         (__ieee754_y1f): Set errno if return value overflows.
8163         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8164         (__ieee754_y1l): Set errno if return value overflows.
8165         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8166         (__ieee754_y1l): Set errno if return value overflows.
8167         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8168         * math/auto-libm-test-out: Regenerated.
8169
8170         * math/gen-auto-libm-tests.c: Document use of
8171         ignore-zero-inf-sign.
8172         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8173         (input_flags): Add ignore-zero-inf-sign.
8174         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8175         * math/gen-libm-test.pl (generate_testfile): Handle
8176         ignore-zero-inf-sign.
8177         * math/auto-libm-test-in: Mark some cpow tests with
8178         ignore-zero-inf-sign and some with xfail-rounding.
8179         * math/auto-libm-test-out: Regenerated.
8180         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8181         * sysdeps/i386/fpu/libm-test-ulps: Update.
8182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8183
8184         [BZ #16315]
8185         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8186         overflowing or underflowing operations take place with sign of
8187         result.
8188         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8189         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8190         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8191         (__ieee754_pow): Recompute overflowing and underflowing results in
8192         original rounding mode.
8193         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8194         (__powl_helper): Allow negative argument X and scale negated value
8195         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8196         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8197         overflowing or underflowing operations take place with sign of
8198         result.
8199         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8200         Include <math.h>.
8201         * math/auto-libm-test-in: Add more tests of pow.
8202         * math/auto-libm-test-out: Regenerated.
8203         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8204         (pow_tonearest_test_data): Remove.
8205         (pow_test_tonearest): Likewise.
8206         (pow_towardzero_test_data): Likewise.
8207         (pow_test_towardzero): Likewise.
8208         (pow_downward_test_data): Likewise.
8209         (pow_test_downward): Likewise.
8210         (pow_upward_test_data): Likewise.
8211         (pow_test_upward): Likewise.
8212         (main): Don't call removed functions.
8213         * sysdeps/i386/fpu/libm-test-ulps: Update.
8214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8215
8216 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8217
8218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
8219         Moved ...
8220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
8221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8222         Moved ...
8223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
8224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8225         Moved ...
8226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
8227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
8228         Moved ...
8229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
8230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8231         File removed.
8232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8233         File removed.
8234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
8235         File removed.
8236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
8237         File removed.
8238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
8239         File removed.
8240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
8241         File removed.
8242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
8243         File removed.
8244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
8245         File removed.
8246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
8247         File removed.
8248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
8249         File removed.
8250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
8251         File removed.
8252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
8253         File removed.
8254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
8255         Moved ...
8256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
8257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
8258         Moved ...
8259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
8260         ... here.
8261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
8262         Moved ...
8263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
8264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
8265         Moved ...
8266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
8267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
8268         Moved ...
8269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
8270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
8271         Moved ...
8272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
8273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
8274         Moved ...
8275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
8276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
8277         Moved ...
8278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
8279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
8280         Moved ...
8281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
8282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
8283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
8284         ... here.
8285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
8286         Moved ...
8287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
8288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
8289         Moved ...
8290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
8291         ... here.
8292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
8293         Moved ...
8294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
8295         ... here.
8296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
8297         Moved ...
8298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
8299         ... here.
8300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
8301         Moved ...
8302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
8303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
8304         Moved ...
8305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
8306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
8307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
8308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
8309         Moved ...
8310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
8311         ... here.
8312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
8313         Moved ...
8314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
8315         ... here.
8316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
8317         Moved ...
8318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
8319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
8320         Moved ...
8321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
8322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
8323         Moved ...
8324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
8325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
8326         Moved ...
8327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
8328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
8329         Moved ...
8330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
8331         ... here.
8332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
8333         Moved ...
8334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
8335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
8336         Moved ...
8337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
8338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
8339         Moved ...
8340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
8341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
8342         Moved ...
8343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
8344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
8345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
8346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
8347         Moved ...
8348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
8349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
8350         Moved ...
8351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
8352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
8353         Moved ...
8354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
8355         ... here.
8356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
8357         Moved ...
8358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
8359         ... here.
8360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
8361         Moved ...
8362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
8363         ... here.
8364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
8365         Moved ...
8366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
8367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
8368         Moved ...
8369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
8370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
8371         Moved ...
8372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
8373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
8374         Moved ...
8375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
8376         ... here.
8377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
8378         Moved ...
8379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
8380         ... here.
8381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
8382         Moved ...
8383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
8384         ... here.
8385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
8386         Moved ...
8387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
8388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
8389         Moved ...
8390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
8391
8392 2014-06-23  Will Newton  <will.newton@linaro.org>
8393             Wilco  <wdijkstr@arm.com>
8394
8395         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
8396         implementation.  Include get-rounding-mode.h.
8397         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
8398         [!libc_feholdsetround_noex_ctx]: Define
8399         libc_feholdsetround_noex_ctx.
8400         [!libc_feholdsetround_noexf_ctx]: Define
8401         libc_feholdsetround_noexf_ctx.
8402         [!libc_feholdsetround_noexl_ctx]: Define
8403         libc_feholdsetround_noexl_ctx.
8404         (libc_feholdsetround_ctx): New function.
8405         (libc_feresetround_ctx): New function.
8406         (libc_feholdsetround_noex_ctx): New function.
8407         (libc_feresetround_noex_ctx): New function.
8408
8409 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8410
8411         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
8412         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
8413         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
8414         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
8415         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
8416         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
8417
8418         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
8419         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
8420         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
8421         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
8422         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
8423         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
8424         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
8425         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
8426         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
8427         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
8428         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
8429         Moved ...
8430         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
8431         ... here.
8432         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
8433         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
8434         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
8435         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
8436         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
8437         Moved ...
8438         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
8439         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
8440         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
8441         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
8442         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
8443         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
8444         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
8445         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
8446         Moved ...
8447         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
8448         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
8449         Moved ...
8450         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
8451         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
8452         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
8453         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
8454         Moved ...
8455         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
8456         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
8457         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
8458         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
8459         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
8460         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
8461         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
8462         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
8463         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
8464         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
8465         Moved ...
8466         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
8467         ... here.
8468         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
8469         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
8470         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
8471         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
8472         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
8473         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
8474         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
8475         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
8476         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
8477         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
8478         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
8479         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
8480         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
8481         Moved ...
8482         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
8483         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
8484         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
8485         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
8486         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
8487         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
8488         Moved ...
8489         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
8490         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
8491         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
8492         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
8493         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
8494
8495         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
8496         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
8497         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
8498         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
8499         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
8500         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
8501         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
8502         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
8503         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
8504         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
8505         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
8506         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
8507         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
8508         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
8509         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
8510         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
8511         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
8512         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
8513         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
8514         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
8515         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
8516         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
8517         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
8518         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
8519         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
8520         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
8521         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
8522         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
8523
8524 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8525
8526         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
8527         (FALLOC_FL_COLLAPSE_RANGE): New macro.
8528         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
8529         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
8530         (IPV6_PMTUDISC_INTERFACE): Likewise.
8531         (IPV6_PMTUDISC_OMIT): Likewise.
8532
8533 2014-06-23  Andreas Schwab  <schwab@suse.de>
8534
8535         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
8536         Remove unused errout label.
8537
8538 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8539
8540         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
8541         macro: hardware supports Vector Crypto instructions.
8542
8543 2014-06-23  Will Newton  <will.newton@linaro.org>
8544
8545         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
8546         rather than __builtin_expect.
8547
8548         * elf/dl-lookup.c (undefined_msg): Remove variable.
8549         (_dl_lookup_symbol_x): Replace undefined_msg with string
8550         literal.
8551
8552         * elf/dl-lookup.c (do_lookup_unique): New function.
8553         (do_lookup_x): Move STB_GNU_UNIQUE handling code
8554         to a separate function.
8555
8556 2014-06-23  Andreas Schwab  <schwab@suse.de>
8557
8558         [BZ #17079]
8559         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
8560         before reading the next line.
8561
8562 2014-06-23  Will Newton  <will.newton@linaro.org>
8563
8564         * test-skeleton.c (signal_handler): Use printf and %m
8565         rather than perror.  Use printf rather than fprintf to
8566         stderr.  Use puts rather than fputs to stderr.
8567         (main): Likewise.
8568
8569 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
8570
8571         * nscd/nscd.c (thread_info_t): Remove typedef.
8572         (thread_info): Remove variable.
8573
8574 2014-06-21  Allan McRae  <allan@archlinux.org>
8575
8576         * NEWS: Mention CVE-2014-4043.
8577
8578 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8579
8580         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
8581         * nptl/smp.h: ... here.
8582
8583         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
8584
8585         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
8586         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
8587         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
8588         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
8589
8590         * nptl/allocatestack.c: Include <stack-aliasing.h>.
8591         * nptl/stack-aliasing.h: New file.
8592         * sysdeps/i386/i686/stack-aliasing.h: New file.
8593         * sysdeps/i386/i686/nptl/Makefile: File removed.
8594         * sysdeps/x86_64/stack-aliasing.h: New file.
8595         * sysdeps/x86_64/nptl/Makefile
8596         (CFLAGS-pthread_create.c): Variable removed.
8597
8598         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
8599         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
8600         old file.
8601         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
8602         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
8603         old file.
8604
8605 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
8606
8607         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8608         (__ASSUME_SIGFRAME_V2): Remove macro.
8609         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
8610         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
8611         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
8612         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
8613         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
8614         Declare as function.  Remove conditional macro definitions.
8615         (__default_rt_sa_restorer): Likewise.
8616         (__default_sa_restorer_v1): Remove declaration.
8617         (__default_sa_restorer_v2): Likewise.
8618         (__default_rt_sa_restorer_v1): Likewise.
8619         (__default_rt_sa_restorer_v2): Likewise.
8620         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
8621         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
8622         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
8623
8624 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8625
8626         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
8627         (libpthread-routines): Add sysdep.
8628         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
8629         * sysdeps/unix/sysv/linux/sparc/Versions
8630         (libpthread: GLIBC_2.3.3): New version set.
8631         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
8632         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
8633         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
8634         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
8635         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
8636         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
8637         Moved ...
8638         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
8640         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
8642         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
8644         * sysdeps/sparc/nptl/sem_init.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
8646         * sysdeps/sparc/nptl/sem_post.c: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
8648         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
8650         * sysdeps/sparc/nptl/sem_wait.c: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
8652         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
8653         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
8654         (libpthread-routines): Add cpu_relax.
8655         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
8656         File removed.
8657         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
8658         (librt: GLIBC_2.3.3): New version set.
8659         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
8660         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
8661         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
8662         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
8663         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
8664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
8665         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
8666         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
8667         Moved ...
8668         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
8669         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
8670         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
8672         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
8673         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
8674         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
8675         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
8676         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
8677         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
8678         Moved ...
8679         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
8680         Update #include.
8681         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
8682         Moved ...
8683         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
8684         Update #include.
8685         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
8686         Moved ...
8687         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
8688         Update #include.
8689         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
8690         Moved ...
8691         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
8692         Update #include.
8693         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
8694         Moved ...
8695         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
8696         Update #include.
8697         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
8698         Moved ...
8699         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
8700         Update #include.
8701         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
8702         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
8703         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
8704         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
8705         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
8706         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
8707         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
8708         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
8709         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
8710         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
8711         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
8712         Moved ...
8713         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
8714         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
8715         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
8716         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
8717         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
8718
8719 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8720
8721         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
8722         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
8723         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8724         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
8725         * nscd/nscd.c: Likewise.
8726         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
8727         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
8728         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
8729         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
8730
8731         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
8732         <kernel-features.h>.
8733         (init_mq_netlink): Remove conditional have_sock_cloexec
8734         definitions.  Remove code conditional on have_sock_cloexec < 0.
8735         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
8736         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
8737         * sysdeps/unix/sysv/linux/opensock.c: Do not include
8738         <kernel-features.h>.
8739         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8740         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8741
8742 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8743
8744         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8745         Add tests for memset_chk and memset.
8746
8747         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8748         with AVX2_Usable.
8749
8750 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8751
8752         [BZ #16046]
8753         * elf/tst-dl-iter-static.c: New file.
8754         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8755
8756         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8757         error.
8758
8759 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8760
8761         * sysdeps/unix/sysv/linux/kernel-features.h
8762         (__ASSUME_F_GETOWN_EX): Remove macro.
8763         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8764         <kernel-features.h>.
8765         (miss_F_GETOWN_EX): Remove variable or macro.
8766         (do_fcntl): Do not check miss_F_GETOWN_EX.
8767         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8768
8769         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8770         Remove macro.
8771         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8772         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8773         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8774
8775         * sysdeps/unix/sysv/linux/kernel-features.h
8776         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8777         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8778         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8779         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8780
8781 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8782
8783         [BZ #17075]
8784         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8785         Fix calculation of the symbol's value.
8786         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8787         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8788         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8789         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8790         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8791         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8792         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8793         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8794         (modules-names): Add `tst-armtlsdescmod',
8795         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8796         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8797         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8798         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8799         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8800         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8801         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8802         ($(objpfx)tst-armtlsdescloc): New dependency.
8803         ($(objpfx)tst-armtlsdescextnow): Likewise.
8804         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8805         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8806         TLS scheme support.
8807         * sysdeps/arm/configure: Regenerate.
8808
8809 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8810
8811         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8812         (__atfct_seterrno_2): Likewise.
8813         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8814         <kernel-features.h>.
8815         (__ASSUME_ATFCTS): Do not undefine and redefine.
8816         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8817         (__have_atfcts): Remove conditional definition.
8818         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8819         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8820         unreachable if [__ASSUME_ATFCTS].
8821         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8822         not undefine and redefine.
8823         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8824         <kernel-features.h>.
8825         (faccessat) [__NR_faccessat]: Make code unconditional.
8826         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8827         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8828         <kernel-features.h>.
8829         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8830         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8831         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8832         <kernel-features.h>.
8833         (fchownat) [__NR_fchownat]: Make code unconditional.
8834         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8835         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8836         <kernel-features.h>.
8837         (futimesat) [__NR_futimesat]: Make code unconditional.
8838         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8839         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8840         <kernel-features.h>.
8841         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8842         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8843         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8844         <kernel-features.h>.
8845         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8846         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8847         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8848         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8849         <kernel-features.h>.
8850         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8851         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8852         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8853         <kernel-features.h>.
8854         (linkat) [__NR_linkat]: Make code unconditional.
8855         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8856         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8857         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8858         <kernel-features.h>.
8859         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8860         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8861         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8862         <kernel-features.h>.
8863         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8864         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8865         * sysdeps/unix/sysv/linux/openat.c: Do not include
8866         <kernel-features.h>.
8867         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8868         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8869         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8870         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8871         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8872         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8873         <kernel-features.h>.
8874         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8875         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8876         result of INLINE_SYSCALL directly, not via int variable.
8877         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8878         <kernel-features.h>.
8879         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8880         (renameat) [__NR_renameat]: Make code unconditional.
8881         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8882         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8883         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8884         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8885         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8886         (__ASSUME_ATFCTS): Do not undefine and redefine.
8887         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8888         <kernel-features.h>.
8889         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8890         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8891         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8892         <kernel-features.h>.
8893         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8894         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8895         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8896         (__ASSUME_ATFCTS): Do not undefine and redefine.
8897         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8898         <kernel-features.h>.
8899         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8900         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8901         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8902         <kernel-features.h>.
8903         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8904         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8905
8906 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8907
8908         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8909
8910 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8911
8912         [BZ #17069]
8913         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8914         constructed tree before returning error.
8915         * posix/bug-regexp36.c: Expand test case.
8916
8917 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8918
8919         [BZ #6803]
8920         * math/libm-test.inc (scalbln_test_date):
8921         Add errno expectations.
8922         * math/w_scalblnf.c: New File.
8923         Add wrapper which checks for setting errno to ERANGE.
8924         Add weak_alias for corresponding scalbln function.
8925         * math/w_scalbln.c: Likewise.
8926         * math/w_scalblnl.c: Likewise.
8927         * math/Makefile (libm-calls): Add w_scalbln.
8928         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8929         Remove weak_alias for corresponding scalbln function.
8930         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8931         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8932         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8933         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8934         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8935         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8936         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8937         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8938         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8939         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8940         Remove long_double_symbol for scalblnl function in libm, libc.
8941         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8942         Add wrapper which checks for setting errno to ERANGE.
8943         Add long_double_symbol for scalblnl function in libm, libc.
8944         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8945         Remove long_double_symbol for scalblnl in libm.
8946         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8947         Add wrapper which checks for setting errno to ERANGE.
8948         Add long_double_symbol for scalblnl function in libm.
8949         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8950         Do not use wrapper because of own implementation.
8951
8952 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8953
8954         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8955         3 bytes for __pad1 for x32.
8956         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8957
8958 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8959             H.J. Lu  <hongjiu.lu@intel.com>
8960
8961         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8962         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8963         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8964         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8965         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8966
8967 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8968
8969         [BZ #17069]
8970         * posix/regcomp.c (parse_expression): Deallocate partially
8971         constructed tree before returning error.
8972         * posix/Makefile.c (tests): Add bug-regex36.
8973         (generated): Add bug-regex36.mtrace.
8974         (tests-special): Add $(objpfx)bug-regex36-mem.out
8975         (bug-regex36-ENV): New variable.
8976         ($(objpfx)bug-regex36-mem.out): New rule.
8977         * posix/bug-regex36.c: New file.
8978
8979 2014-06-19  Will Newton  <will.newton@linaro.org>
8980
8981         * malloc/malloc.c (systrim): If extra is zero then return
8982         early.
8983
8984 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8985
8986         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8987
8988 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8989
8990         * sysdeps/aarch64/strchr.S: New file.
8991
8992 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8993
8994         [BZ #17022]
8995         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8996         from arguments -2 or below.
8997         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8998         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8999
9000 2014-06-18  Andreas Schwab  <schwab@suse.de>
9001
9002         [BZ #17062]
9003         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9004         of a bracket expr not to run off the end of the string.
9005         * posix/Makefile (tests): Add tst-fnmatch3.
9006         * posix/tst-fnmatch3.c: New file.
9007
9008 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9009
9010         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9011         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9012         [$(cross-compiling) = no]: Likewise.
9013         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9014         [$(cross-compiling) = no]: Likewise.
9015
9016 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9017
9018         [BZ #17031]
9019         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9020         double, adjusted for any remainder from the high double.
9021         * math/libm-test.inc (nearbyint): Add tests.
9022         (rint): Likewise.
9023
9024 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9025
9026         * nptl/sysdeps/powerpc/Makefile: Moved ...
9027         * sysdeps/powerpc/nptl/Makefile: ... here.
9028         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9029         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9030         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9031         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9032         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9033         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9034         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9035         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9036         * nptl/sysdeps/powerpc/tls.h: Moved ...
9037         * sysdeps/powerpc/nptl/tls.h: ... here.
9038
9039 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9040
9041         [BZ #16681]
9042         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9043         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9044         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9045         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9046         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9047         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9048         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9049         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9050         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9051
9052 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9053
9054         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9055
9056 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9057
9058         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9059         defined operator.
9060
9061         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9062         $TIMEOUTFACTOR.
9063
9064 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9065
9066         [BZ #17058]
9067         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9068         non-executed part of the test.
9069
9070 2014-06-16  Andreas Schwab  <schwab@suse.de>
9071
9072         * string/bits/string2.h (strdup, strndup): Update feature guard.
9073
9074 2014-06-14  David S. Miller  <davem@davemloft.net>
9075
9076         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9077
9078 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9079
9080         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9081         that was previously under [RESET_PID].
9082         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9083
9084         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9085         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9086         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9087         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9088         (__libc_vfork): New strong alias.
9089         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9090
9091 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9092
9093         * sysdeps/generic/elide.h: New file.
9094
9095 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9096
9097         * Makefile (installed-headers): Adjust path of pthread.h header.
9098
9099 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9100
9101         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9102         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9103         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9104         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9105
9106         * nptl/sysdeps/s390/Makefile: Moved ...
9107         * sysdeps/s390/nptl/Makefile: ... here.
9108         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9109         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9110         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9111         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9112         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9113         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9114         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9115         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9116         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9117         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9118         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9119         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9120         * nptl/sysdeps/s390/tls.h: Moved ...
9121         * sysdeps/s390/nptl/tls.h: ... here.
9122
9123         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9124         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9125
9126 2014-06-13  David S. Miller  <davem@davemloft.net>
9127
9128         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9129         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9130         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9131         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9132         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9133         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9134         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9135         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9136         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9137         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9138         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9139         Remove RESET_PID cpp guards.
9140         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9141         Remove RESET_PID cpp guards.
9142         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9143
9144 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9145
9146         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9147         __sp to uintptr_t.
9148
9149 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9150
9151         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9152         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9153         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9154         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9155         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9156         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9157         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9158         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9159         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9160         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9161         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9162         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9163         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9164         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9165         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9166         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9167         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9168         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9169         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9170         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9171
9172         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9173         (pthread_rwlock_rdlock): Add elision.
9174         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9175         (pthread_rwlock_wrlock): Add elision.
9176         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9177         (pthread_rwlock_trywrlock): Add elision.
9178         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9179         (pthread_rwlock_tryrdlock): Add elision.
9180         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9181         (pthread_rwlock_tryrdlock): Add elision unlock.
9182         * nptl/sysdeps/pthread/pthread.h:
9183         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9184         (PTHREAD_RWLOCK_INITIALIZER,
9185         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9186         Handle new elision field.
9187         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9188         * sysdeps/arm/nptl/bits/pthreadtypes.h
9189         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9190         * sysdeps/sh/nptl/bits/pthreadtypes.h
9191         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9192         * sysdeps/tile/nptl/bits/pthreadtypes.h
9193         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9194         * sysdeps/a/nptl/bits/pthreadtypes.h
9195         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9196         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9197         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9198         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9199         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9200         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9201         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9202         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9203         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9204         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9205         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9206         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9207         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9208         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9209         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9210         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
9211         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9212         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
9213         (elision_init): Set try_xbegin to zero when no RTM.
9214         * sysdeps/x86/nptl/bits/pthreadtypes.h
9215         (pthread_rwlock_t): Change __pad1 to __rwelision.
9216         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9217
9218 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9219
9220         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
9221         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
9222         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
9223         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
9224
9225 2014-06-13  Meador Inge  <meadori@codesourcery.com>
9226
9227         [BZ #16996]
9228         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
9229         that the cached result has been set before returning it.
9230
9231 2014-06-12  Roland McGrath  <roland@hack.frob.com>
9232
9233         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
9234         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
9235         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
9236         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
9237         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
9238         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
9239
9240         * nptl/sysdeps/sparc/Makefile: Moved ...
9241         * sysdeps/sparc/nptl/Makefile: ... here.
9242         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
9243         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
9244         * nptl/sysdeps/sparc/tls.h: Moved ...
9245         * sysdeps/sparc/nptl/tls.h: ... here.
9246         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
9247         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
9248         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
9249         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
9250         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
9251         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
9252         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
9253         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
9254         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
9255         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
9256         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
9257         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
9258         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
9259         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
9260         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
9261         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
9262         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
9263         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
9264         Update #include.
9265         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
9266         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
9267         Update #include.
9268         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
9269         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
9270         Update #include.
9271         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
9272         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
9273         Update #include.
9274
9275         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9276
9277         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
9278         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
9279
9280         * sysdeps/pthread/posix-timer.h: Include <list.h>.
9281         (struct list_links): Type removed.
9282         (struct thread_node, struct timer_node): Replace struct list_links
9283         with struct list_head.
9284         (list_unlink_ip): Likewise.
9285         * sysdeps/pthread/timer_routines.c
9286         (timer_free_list, thread_free_list, thread_active_list): Likewise.
9287         (list_append, list_insbefore): Likewise.
9288         (list_init): Function removed.
9289         (thread_init, init_module): Use INIT_LIST_HEAD instead.
9290         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
9291         * sysdeps/pthread/Makefile: ... here, new file.
9292
9293         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
9294         * sysdeps/nptl/Implies: ... here.
9295         * sysdeps/unix/sysv/linux/Implies: Add nptl.
9296         * nptl/sysdeps/pthread/list.h: Moved ...
9297         * include/list.h: ... here.
9298         * nptl/sysdeps/pthread/createthread.c: Moved ...
9299         * nptl/createthread.c: ... here.
9300         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
9301         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
9302         * nptl/pt-longjmp.c: ... here.
9303         * nptl/sysdeps/pthread/Makefile: Moved ...
9304         * sysdeps/nptl/Makefile: ... here.
9305         * nptl/sysdeps/pthread/Subdirs: Moved ...
9306         * sysdeps/nptl/Subdirs: ... here.
9307         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
9308         * sysdeps/nptl/aio_misc.h: ... here.
9309         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
9310         * sysdeps/nptl/bits/libc-lock.h: ... here.
9311         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
9312         * sysdeps/nptl/bits/libc-lockP.h: ... here.
9313         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
9314         * sysdeps/nptl/bits/stdio-lock.h: ... here.
9315         * nptl/sysdeps/pthread/configure: Moved ...
9316         * sysdeps/nptl/configure: ... here.
9317         * nptl/sysdeps/pthread/configure.ac: Moved ...
9318         * sysdeps/nptl/configure.ac: ... here.
9319         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
9320         * sysdeps/nptl/gai_misc.h: ... here.
9321         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
9322         * sysdeps/nptl/librt-cancellation.c: ... here.
9323         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
9324         * sysdeps/nptl/malloc-machine.h: ... here.
9325         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
9326         * sysdeps/nptl/pthread-functions.h: ... here.
9327         * nptl/sysdeps/pthread/pthread.h: Moved ...
9328         * sysdeps/nptl/pthread.h: ... here.
9329         * nptl/sysdeps/pthread/setxid.h: Moved ...
9330         * sysdeps/nptl/setxid.h: ... here.
9331         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
9332         * sysdeps/nptl/sigfillset.c: ... here.
9333         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
9334         * sysdeps/nptl/tcb-offsets.h: ... here.
9335         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
9336         * sysdeps/nptl/tst-mqueue8x.c: ... here.
9337         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
9338         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
9339         * nptl/sysdeps/pthread/allocalim.h: Moved ...
9340         * sysdeps/pthread/allocalim.h: ... here.
9341         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
9342         * sysdeps/pthread/bits/sigthread.h: ... here.
9343         * nptl/sysdeps/pthread/flockfile.c: Moved ...
9344         * sysdeps/pthread/flockfile.c: ... here.
9345         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
9346         * sysdeps/pthread/ftrylockfile.c: ... here.
9347         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
9348         * sysdeps/pthread/funlockfile.c: ... here.
9349         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
9350         * sysdeps/pthread/posix-timer.h: ... here.
9351         * nptl/sysdeps/pthread/timer_create.c: Moved ...
9352         * sysdeps/pthread/timer_create.c: ... here.
9353         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
9354         * sysdeps/pthread/timer_delete.c: ... here.
9355         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
9356         * sysdeps/pthread/timer_getoverr.c: ... here.
9357         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
9358         * sysdeps/pthread/timer_gettime.c: ... here.
9359         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
9360         * sysdeps/pthread/timer_routines.c: ... here.
9361         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
9362         * sysdeps/pthread/timer_settime.c: ... here.
9363         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
9364         * sysdeps/pthread/tst-timer.c: ... here.
9365         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
9366         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
9367
9368         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
9369         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
9370
9371         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
9372         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
9373         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
9374         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
9375         Update #include target.
9376         * nptl/sysdeps/i386/i686/Makefile: Moved ...
9377         * sysdeps/i386/i686/nptl/Makefile: ... here.
9378         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
9379         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
9380         Update #include target.
9381         * nptl/sysdeps/i386/i686/tls.h: Moved ...
9382         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
9383         * nptl/sysdeps/i386/Makefile: Moved ...
9384         * sysdeps/i386/nptl/Makefile: ... here.
9385         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
9386         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
9387         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
9388         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
9389         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
9390         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
9391         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
9392         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
9393         * sysdeps/i386/nptl/pthreaddef.h: ... here.
9394         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
9395         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
9396         * nptl/sysdeps/i386/tls.h: Moved ...
9397         * sysdeps/i386/nptl/tls.h: ... here.
9398
9399         * sysdeps/sh/Makefile [$(subdir) = csu]
9400         (gen-as-const-headers): Add tcb-offsets.sym.
9401         * nptl/sysdeps/sh/Makefile: File removed.
9402         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
9403         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
9404         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
9405         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
9406         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
9407         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
9408         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
9409         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
9410         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
9411         * sysdeps/sh/nptl/pthreaddef.h: ... here.
9412         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
9413         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
9414         * nptl/sysdeps/sh/tls.h: Moved ...
9415         * sysdeps/sh/nptl/tls.h: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
9417         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
9418         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
9419         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
9421         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
9423         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
9425         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
9427         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
9429         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
9431         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
9433         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
9435         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
9437         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
9439         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
9443         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
9444         Moved ...
9445         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
9447         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
9448         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
9449         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
9451         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
9453         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
9454         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
9455         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
9457         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
9458         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
9459         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
9461         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
9463         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
9464
9465 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
9466
9467         * posix/spawn_faction_addopen.c: Include string.h.
9468
9469 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9470
9471         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
9472         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
9473         * nptl/sysdeps/x86_64/Makefile: Moved ...
9474         * sysdeps/x86_64/nptl/Makefile: ... here.
9475         * nptl/sysdeps/x86_64/configure: Moved ...
9476         * sysdeps/x86_64/nptl/configure: ... here.
9477         * nptl/sysdeps/x86_64/configure.ac: Moved ...
9478         * sysdeps/x86_64/nptl/configure.ac: ... here.
9479         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
9480         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
9481         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
9482         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
9483         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
9484         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
9485         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
9486         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
9487         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
9488         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
9489         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
9490         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
9491         * nptl/sysdeps/x86_64/tls.h: Moved ...
9492         * sysdeps/x86_64/nptl/tls.h: ... here.
9493         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
9494         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
9495         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
9496         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
9497
9498         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
9499
9500 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9501
9502         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9503
9504 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
9505
9506         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
9507         type.
9508         [POSIX] (off_t): Likewise.
9509         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
9510         [POSIX] (S_ISBLK): Require macro.
9511         [POSIX] (S_ISCHR): Likewise.
9512         [POSIX] (S_ISDIR): Likewise.
9513         [POSIX] (S_ISFIFO): Likewise.
9514         [POSIX] (S_ISREG): Likewise.
9515         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
9516         optional-macro.
9517         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
9518         type.
9519         [POSIX] (time_t): Likewise.
9520         [POSIX] (timer_t): Likewise.
9521
9522 2014-06-11  Florian Weimer  <fweimer@redhat.com>
9523
9524         [BZ #17048]
9525         * posix/spawn_int.h (struct __spawn_action): Make the path string
9526         non-const to support deallocation.
9527         * posix/spawn_faction_addopen.c
9528         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
9529         * posix/spawn_faction_destroy.c
9530         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
9531         path in all spawn_do_open actions.
9532         * posix/tst-spawn.c (do_test): Exercise the copy operation in
9533         posix_spawn_file_actions_addopen.
9534
9535 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
9536
9537         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
9538         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
9539         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
9540         conditional code always true.
9541         (__libc_vfork): New alias.
9542
9543 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9544
9545         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9546         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
9547
9548         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
9549
9550         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9551         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
9552
9553         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9554         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
9555
9556         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9557         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
9558
9559 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9560
9561         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
9562         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
9563         multiarch strcmp for PPC64.
9564         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
9565         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
9566         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
9567         multiarch optimizations.
9568         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9569         (__libc_ifunc_impl_list): Likewise.
9570
9571 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
9572
9573         * benchtests/scripts/validate_benchout.py: New script.
9574         * benchtests/Makefile (bench-func): Call it.
9575         * benchtests/scripts/benchout.schema.json: New file.
9576
9577 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
9578
9579         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
9580         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
9581         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
9582         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
9583         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
9584         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
9585         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
9586         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
9587         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
9588         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
9589         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
9590         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
9591         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
9592         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
9593         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
9594         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
9595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
9596         Moved ...
9597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
9598         ... here.
9599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
9600         Moved ...
9601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
9602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
9603         Moved ...
9604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
9605         ... here.
9606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
9607         Moved ...
9608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
9609         ... here.
9610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
9611         Moved ...
9612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
9613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
9614         Moved ...
9615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
9616         ... here.
9617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
9618         Moved ...
9619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
9620         ... here.
9621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
9622         Moved ...
9623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
9624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
9625         Moved ...
9626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
9627         ... here.
9628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
9629         Moved ...
9630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
9631         ... here.
9632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
9633         Moved ...
9634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
9635         ... here.
9636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
9637         Moved ...
9638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
9639         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
9640         Moved ...
9641         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
9642         ... here.
9643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
9644         Moved ...
9645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
9646         ... here.
9647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
9648         Moved ...
9649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
9650         ... here.
9651         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
9652         Moved ...
9653         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
9654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
9655         Moved ...
9656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
9657         ... here.
9658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
9659         Moved ...
9660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
9661         ... here.
9662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
9663         Moved ...
9664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
9665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
9666         Moved ...
9667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
9668         ... here.
9669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
9670         Moved ...
9671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
9672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
9673         Moved ...
9674         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
9675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
9676         Moved ...
9677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
9678         ... here.
9679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
9680         Moved ...
9681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
9682         ... here.
9683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
9684         Moved ...
9685         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
9686         ... here.
9687         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
9688         Moved ...
9689         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
9690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
9691         Moved ...
9692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
9693         ... here.
9694         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
9695         Moved ...
9696         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
9697         ... here.
9698         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
9699         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
9700         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
9701         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
9702         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
9703         Moved ...
9704         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
9705         ... here.
9706         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
9707         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
9713         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
9714         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
9715         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
9716         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
9717         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
9718         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
9719         Moved ...
9720         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
9721         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
9722         Moved ...
9723         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
9724         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
9725         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
9726         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
9727         Moved ...
9728         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
9729         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
9730         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
9731         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
9732         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
9733         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
9734         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
9735
9736 2014-06-10  Wilco  <wdijkstr@arm.com>
9737
9738         * math/test-fenv-return.c: New file.
9739         * math/Makefile: Add new test test-fenv-return.
9740
9741 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
9742
9743         [BZ #17042]
9744         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9745         when x - 1 is zero.
9746         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9747         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9748         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9749         0.0L for an argument of 1.0L.
9750         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9751         Likewise.
9752         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9753         value when x - 1 is zero.
9754         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9755         * sysdeps/i386/fpu/libm-test-ulps: Update.
9756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9757
9758 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9759
9760         [BZ #15119]
9761         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9762
9763 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9764
9765         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9766         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9767
9768 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9769
9770         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9771         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9772
9773         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9774         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9775
9776         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9777         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9778
9779         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9780         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9781
9782         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9783         if not already defined.
9784         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9785         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9786         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9787         (TLS_INIT_TP): Use it.
9788         (TLS_DEFINE_INIT_TP): New macro.
9789         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9790
9791 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9792
9793         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9794         constant.
9795         [POSIX] (IXANY): Likewise.
9796         [POSIX] (OLCUC): Likewise.
9797         [POSIX || POSIX2008] (CBAUD): Do not allow.
9798         [POSIX || POSIX2008] (DEFECHO): Likewise.
9799         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9800         [POSIX || POSIX2008] (ECHOKE): Likewise.
9801         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9802         [POSIX || POSIX2008] (EXTA): Likewise.
9803         [POSIX || POSIX2008] (EXTB): Likewise.
9804         [POSIX || POSIX2008] (FLUSHO): Likewise.
9805         [POSIX || POSIX2008] (LOBLK): Likewise.
9806         [POSIX || POSIX2008] (PENDIN): Likewise.
9807         [POSIX || POSIX2008] (SWTCH): Likewise.
9808         [POSIX || POSIX2008] (VDISCARD): Likewise.
9809         [POSIX || POSIX2008] (VDSUSP): Likewise.
9810         [POSIX || POSIX2008] (VLNEXT): Likewise.
9811         [POSIX || POSIX2008] (VREPRINT): Likewise.
9812         [POSIX || POSIX2008] (VSTATUS): Likewise.
9813         [POSIX || POSIX2008] (VWERASE): Likewise.
9814         (B*): Change to B[0123456789]*.
9815         * conform/data/time.h-data [POSIX || UNIX98]
9816         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9817         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9818         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9819         [POSIX] (tm_*): Do not allow.
9820
9821 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9822
9823         * Makefile (install): Don't set LANGUAGE.
9824         * Makefile.in (install): Likewise.
9825         * assert/Makefile (test-assert-ENV): Remove variable.
9826         (test-assert-perr-ENV): Likewise.
9827         * elf/Makefile (neededtest4-ENV): Likewise.
9828         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9829         [$(cross-compiling) = no]: Don't set LANGUAGE.
9830         * io/ftwtest-sh (LANG): Remove variable.
9831         * libio/Makefile (tst-widetext-ENV): Likewise.
9832         * manual/install.texi (Running make install): Don't refer to
9833         environment settings for make install.
9834         * INSTALL: Regenerated.
9835         * nptl/tst-tls6.sh: Don't set LANG.
9836         * posix/globtest.sh (LANG): Remove variable.
9837         * string/Makefile (tester-ENV): Likewise.
9838         (inl-tester-ENV): Likewise.
9839         (noinl-tester-ENV): Likewise.
9840         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9841         [$(cross-compiling) = no]: Don't set LANGUAGE.
9842         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9843         without explicit environment settings.
9844
9845 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9846
9847         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9848         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9849         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9850         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9851
9852 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9853
9854         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9855         other files in the crypt directory.
9856         * crypt/crypt.c: Remove duplicate includes.
9857         * crypt/crypt-entry.c: Likewise.
9858         * crypt/crypt_util.c: Likewise.
9859
9860 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9861
9862         * Makeconfig (run-program-env): New variable.
9863         (run-program-prefix-before-env): Likewise.
9864         (run-program-prefix-after-env): Likewise.
9865         (run-program-prefix): Define in terms of new variables.
9866         (built-program-cmd-before-env): New variable.
9867         (built-program-cmd-after-env): Likewise.
9868         (built-program-cmd): Define in terms of new variables.
9869         (test-program-prefix-before-env): New variable.
9870         (test-program-prefix-after-env): Likewise.
9871         (test-program-prefix): Define in terms of new variables.
9872         (test-program-cmd-before-env): New variable.
9873         (test-program-cmd-after-env): Likewise.
9874         (test-program-cmd): Define in terms of new variables.
9875         * Rules (make-test-out): Use $(run-program-env).
9876         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9877         (help): Do not mention environment variables.  Mention
9878         --timeoutfactor option.
9879         (timeoutfactor): New variable.
9880         (blacklist_exports): Remove function.
9881         (exports): Remove variable.
9882         (command): Do not include ${exports}.
9883         * manual/install.texi (Configuring and compiling): Do not mention
9884         test wrappers preserving environment variables.  Mention that last
9885         assignment to a variable must take precedence.
9886         * INSTALL: Regenerated.
9887         * benchtests/Makefile (run-bench): Use $(run-program-env).
9888         * catgets/Makefile ($(objpfx)test1.cat): Use
9889         $(built-program-cmd-before-env), $(run-program-env) and
9890         $(built-program-cmd-after-env).
9891         ($(objpfx)test2.cat): Do not specify environment variables
9892         explicitly.
9893         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9894         $(run-program-env) and $(built-program-cmd-after-env).
9895         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9896         $(run-program-env) and $(test-program-cmd-after-env).
9897         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9898         explicitly.
9899         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9900         run_program_env and test_program_cmd_after_env arguments.
9901         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9902         * elf/tst-pathopt.sh: Use run_program_env argument.
9903         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9904         $(test-wrapper-env) and $(run-program-env).
9905         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9906         run_program_env arguments.
9907         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9908         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9909         $(test-program-prefix-before-env), $(run-program-env) and
9910         $(test-program-prefix-after-env).
9911         ($(objpfx)tst-gettext2.out): Likewise.
9912         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9913         run_program_env and test_program_prefix_after_env arguments.
9914         * intl/tst-gettext2.sh: Likewise.
9915         * intl/tst-gettext4.sh: Do not set environment variables
9916         explicitly.
9917         * intl/tst-gettext6.sh: Likewise.
9918         * intl/tst-translit.sh: Likewise.
9919         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9920         $(test-program-prefix-before-env), $(run-program-env) and
9921         $(test-program-prefix-after-env).
9922         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9923         run_program_env and test_program_prefix_after_env arguments.
9924         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9925         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9926         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9927         explicitly with each use of ${test_wrapper_env}.
9928         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9929         $(test-program-prefix-before-env), $(run-program-env) and
9930         $(test-program-prefix-after-env).
9931         * posix/tst-getconf.sh: Do not set environment variables
9932         explicitly.
9933         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9934         run_program_env and test_program_prefix_after_env arguments.
9935         * stdio-common/tst-printf.sh: Do not set environment variables
9936         explicitly.
9937         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9938         $(test-program-prefix-before-env), $(run-program-env) and
9939         $(test-program-prefix-after-env).
9940         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9941         run_program_env and test_program_prefix_after_env arguments.
9942         Split $test calls into $test_pre and $test.
9943         * timezone/Makefile (build-testdata): Use
9944         $(built-program-cmd-before-env), $(run-program-env) and
9945         $(built-program-cmd-after-env).
9946
9947 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9948
9949         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9950         strlen for non SHARED builds.
9951
9952 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9953
9954         * nptl/allocatestack.c (check_list): Inlined function...
9955         (__reclaim_stacks): ... here.
9956
9957 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9958
9959         [BZ #15698]
9960         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9961         memory overrun.
9962
9963 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9964
9965         * Rules (make-test-out): Include
9966         LOCPATH=$(common-objpfx)localedata in default environment.
9967         * debug/Makefile (tst-chk1-ENV): Remove variable.
9968         (tst-chk2-ENV): Likewise.
9969         (tst-chk3-ENV): Likewise.
9970         (tst-chk4-ENV): Likewise.
9971         (tst-chk5-ENV): Likewise.
9972         (tst-chk6-ENV): Likewise.
9973         (tst-lfschk1-ENV): Likewise.
9974         (tst-lfschk2-ENV): Likewise.
9975         (tst-lfschk3-ENV): Likewise.
9976         (tst-lfschk4-ENV): Likewise.
9977         (tst-lfschk5-ENV): Likewise.
9978         (tst-lfschk6-ENV): Likewise.
9979         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9980         (tst-iconv7-ENV): Likewise.
9981         * intl/Makefile (LOCPATH-ENV): Likewise.
9982         (tst-codeset-ENV): Likewise.
9983         (tst-gettext3-ENV): Likewise.
9984         (tst-gettext5-ENV): Likewise.
9985         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9986         (tst-fopenloc-ENV): Likewise.
9987         (tst-fgetws-ENV): Remove variable.
9988         (tst-ungetwc1-ENV): Likewise.
9989         (tst-ungetwc2-ENV): Likewise.
9990         (bug-ungetwc2-ENV): Likewise.
9991         (tst-swscanf-ENV): Likewise.
9992         (bug-ftell-ENV): Likewise.
9993         (tst-fgetwc-ENV): Likewise.
9994         (tst-fseek-ENV): Likewise.
9995         (tst-ftell-partial-wide-ENV): Likewise.
9996         (tst-ftell-active-handler-ENV): Likewise.
9997         (tst-ftell-append-ENV): Likewise.
9998         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9999         (tst-regexloc-ENV): Likewise.
10000         (bug-regex1-ENV): Likewise.
10001         (tst-regex-ENV): Likewise.
10002         (tst-regex2-ENV): Likewise.
10003         (bug-regex5-ENV): Likewise.
10004         (bug-regex6-ENV): Likewise.
10005         (bug-regex17-ENV): Likewise.
10006         (bug-regex18-ENV): Likewise.
10007         (bug-regex19-ENV): Likewise.
10008         (bug-regex20-ENV): Likewise.
10009         (bug-regex22-ENV): Likewise.
10010         (bug-regex23-ENV): Likewise.
10011         (bug-regex25-ENV): Likewise.
10012         (bug-regex26-ENV): Likewise.
10013         (bug-regex30-ENV): Likewise.
10014         (bug-regex32-ENV): Likewise.
10015         (bug-regex33-ENV): Likewise.
10016         (bug-regex34-ENV): Likewise.
10017         (bug-regex35-ENV): Likewise.
10018         (tst-rxspencer-ENV): Likewise.
10019         (tst-rxspencer-no-utf8-ENV): Likewise.
10020         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10021         (tst-sscanf-ENV): Likewise.
10022         (tst-swprintf-ENV): Likewise.
10023         (tst-swscanf-ENV): Likewise.
10024         (test-vfprintf-ENV): Likewise.
10025         (scanf13-ENV): Likewise.
10026         (bug14-ENV): Likewise.
10027         (tst-grouping-ENV): Likewise.
10028         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10029         (tst-strtod3-ENV): Likewise.
10030         (tst-strtod4-ENV): Likewise.
10031         (tst-strtod5-ENV): Likewise.
10032         (testmb2-ENV): Likewise./
10033         * string/Makefile (tst-strxfrm-ENV): Likewise.
10034         (tst-strxfrm2-ENV): Likewise.
10035         (bug-strcoll1-ENV): Likewise.
10036         (test-strcasecmp-ENV): Likewise.
10037         (test-strncasecmp-ENV): Likewise.
10038         * time/Makefile (tst-strptime-ENV): Likewise.
10039         (tst-ftime_l-ENV): Likewise.
10040         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10041         (tst-mbrtowc-ENV): Likewise.
10042         (tst-wcrtomb-ENV): Likewise.
10043         (tst-mbrtowc2-ENV): Likewise.
10044         (tst-c16c32-1-ENV): Likewise.
10045         (tst-mbsnrtowcs-ENV): Likewise.
10046
10047 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10048
10049         * manual/resource.texi (How to get information about the memory
10050         subsystem?): Fix typo.
10051         Reported by Peon de la Parra Ivan <peon@keba.com>
10052
10053 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10054
10055         [BZ #16882]
10056         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10057         (pthread_spin_lock): Branch out of spin loop to proper location.
10058         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10059         (pthread_spin_lock): Likewise.
10060
10061         * nptl/tst-spin4.c: New test.
10062         * nptl/Makefile (tests): Add tst-spin4.
10063
10064 2014-06-03  Andreas Schwab  <schwab@suse.de>
10065
10066         [BZ #15946]
10067         * resolv/res_send.c (send_dg): Reload file descriptor after
10068         calling reopen.
10069
10070 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10071
10072         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10073
10074 2014-06-03  Richard Henderson  <rth@redhat.com>
10075
10076         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10077         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10078         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10079         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10080         in the SAVE_PID block.
10081         (__libc_vfork): New alias.
10082         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10083
10084         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10085         child in registers, not on the stack.  Remove RESET_PID conditionals.
10086         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10087
10088 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10089
10090         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10091
10092 2014-06-03  Wilco  <wdijkstr@arm.com>
10093
10094         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10095         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10096         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10097         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10098         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10099         Likewise.
10100
10101 2014-06-03  Wilco  <wdijkstr@arm.com>
10102
10103         * sysdeps/aarch64/fpu/math_private.h
10104         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10105         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10106         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10107         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10108         Fix declarations.
10109
10110 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10111
10112         * crypt/crypt-private.h: Include ufc-crypt.h.
10113         (__b64_from_24bit): Declare extern.
10114         * crypt/crypt_util.c(__b64_from_24bit): New function.
10115         (b64t): New static const variable.
10116         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10117         (b64t): Remove variable.
10118         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10119         * crypt/sha256-crypt.c: Include crypt-private.h.
10120         (b64t): Remove variable.
10121         (__sha256_crypt_r): Remove b64_from_24bit and replace
10122         with __b64_from_24bit.
10123         * crypt/sha512-crypt.c: Likewise.
10124
10125 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10126
10127         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10128         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10129         Label the code __libc_vfork rather than __vfork.
10130         [!NOT_IN_libc] (vfork): Define as weak alias.
10131         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10132         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10133         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10134
10135 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10136
10137         * malloc/malloc.c (malloc_info): Fix format specifier for
10138         n_mmaps.
10139
10140 2014-06-02  Wilco  <wdijkstr@arm.com>
10141
10142         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10143         FPCR write.
10144
10145 2014-06-02  Wilco  <wdijkstr@arm.com>
10146
10147         [BZ #17009]
10148         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10149         Rewrite to reduce FPCR/FPSR accesses.
10150
10151 2014-06-01  David S. Miller  <davem@davemloft.net>
10152
10153         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10154
10155 2014-05-31  David S. Miller  <davem@davemloft.net>
10156
10157         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10158         to occur in round to nearest mode when |x| >= 2.0
10159
10160 2014-05-30  Richard Henderson  <rth@twiddle.net>
10161
10162         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10163         (PSEUDO_RET_NOERRNO): Remove.
10164         (ret): Don't redefine.
10165         (ret_NOERRNO): Define in terms of ret.
10166         (ret_ERRVAL): Likewise.
10167
10168         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10169         use of PSEUDO_RET; perform the error check directly.
10170
10171 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10172
10173         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10174         with __int128_t.
10175
10176 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10177
10178         * malloc/malloc (malloc_info): Fix formatting.
10179
10180 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10181             Roland McGrath  <roland@hack.frob.com>
10182
10183         * malloc/malloc (malloc_info): Also print mmapped statistics.
10184
10185 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10186
10187         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10188         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10189
10190 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10191
10192         * malloc/malloc.c (malloc_info): Inline mi_arena.
10193
10194 2014-05-29  Richard Henderson  <rth@twiddle.net>
10195
10196         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10197         Remove comma before expanding ASM_ARGS_##nr.
10198         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10199         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10200         of ASM_ARGS_##nr.
10201         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10202         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10203         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10204         (ASM_ARGS_1): Add leading comma.
10205
10206         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10207         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10208         to __errno_location.
10209         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
10210         Remove the expected plt for __errno_location.
10211
10212         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10213         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
10214         call to __read_tp.
10215
10216         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10217         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
10218         it and break it down.
10219         (DOCARGS_0, DOCARGS_1): Do nothing.
10220         (DOCARGS_2): Update to store into the new stack frame.
10221         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
10222         (UNDOCARGS_1): Update to restore from the new stack frame.
10223         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
10224         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
10225
10226         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10227         (SINGLE_THREAD_P): New parameter for result regno.
10228         (PSEUDO): Update to match; use cbz instead of beq.
10229
10230         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10231         Use ENTRY to define the _nocancel entry point.  Share the syscall
10232         and syscall error check paths with the cancel path.
10233         (PSEUDO_END): New.
10234
10235         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
10236         whitespace; tabs before and after asm mnemonics.
10237
10238 2014-05-29  Eric Wong  <normalperson@yhbt.net>
10239
10240         [BZ #15132]
10241         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10242         Call fstat64 or stat64 internally, depending on arguments passed.
10243         Replace stat buffer argument with file descriptor argument.
10244         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
10245         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10246         Pass fd to __internal_statvfs instead of calling fstat64.
10247         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
10248         Pass fd to __internal_statvfs64 instead of calling fstat64.
10249         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
10250         Pass -1 to __internal_statvfs instead of calling stat64.
10251         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
10252         Pass -1 to __internal_statvfs64 instead of calling stat64.
10253
10254 2014-05-28  Roland McGrath  <roland@hack.frob.com>
10255
10256         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
10257         that was previously under [RESET_PID].
10258         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
10259
10260         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
10261         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
10262
10263 2014-05-27  Roland McGrath  <roland@hack.frob.com>
10264
10265         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
10266
10267         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
10268         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
10269
10270 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
10271
10272         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
10273
10274 2014-05-27  Andreas Schwab  <schwab@suse.de>
10275
10276         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
10277         TLS_INIT_TP macro.
10278         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
10279         * elf/rtld.c (init_tls, dl_main): Likewise.
10280         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
10281         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
10282         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
10283         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
10284         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
10285         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
10286         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
10287         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
10288         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
10289         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
10290         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
10291         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
10292         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
10293         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
10294         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
10295         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
10296         * sysdeps/generic/tls.h: Update description.
10297
10298 2014-05-27  Will Newton  <will.newton@linaro.org>
10299
10300         [BZ #16990]
10301         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
10302         and restore r2 rather than just restoring.
10303
10304 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10305
10306         [BZ #16724]
10307         * libio/tst-ftell-append.c: New test case.
10308         * libio/Makefile (tests): Add test case.
10309         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
10310         append mode.
10311         * libio/wfileops.c (do_ftell_wide): Likewise.
10312
10313 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10314
10315         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10316
10317         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
10318         ...
10319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
10320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
10321         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
10322         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
10323         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
10324         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
10326         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
10327         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
10330         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
10331         Moved ...
10332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
10334         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
10335         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
10336         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
10337         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
10338         ...
10339         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
10340         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
10341         Moved ...
10342         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
10343         here.
10344         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
10345         ...
10346         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
10347         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
10348         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
10349
10350         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
10351         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
10353         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
10354
10355         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
10356         merge into ...
10357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
10358         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
10359         ...
10360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
10361         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
10362         ...
10363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
10364         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10365         Moved ...
10366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
10367         here.
10368         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10372         Moved ...
10373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
10374
10375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
10376         conditional [RESET_PID].
10377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
10378         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
10379         removed.
10380         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
10381         removed.
10382
10383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
10384         <tcb-offsets.h>.
10385         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10386         (__libc_vfork): New strong alias.
10387         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
10388         removed.
10389         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
10390         Removed.
10391
10392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
10393         <tcb-offsets.h>.
10394         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
10395         (__libc_vfork): New strong alias.
10396         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
10397         removed.
10398         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
10399         removed.
10400
10401 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
10402
10403         * malloc/malloc.c (mi_arena): New function.
10404         (malloc_info): Remove nested function mi_arena. Call non-nosted
10405         function mi_arena.
10406
10407 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10408
10409         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
10410         by insrwi.
10411         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
10412         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
10413         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
10414         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
10415         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
10416         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
10417         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
10418
10419 2014-05-26  Andreas Schwab  <schwab@suse.de>
10420
10421         [BZ #16984]
10422         * locale/programs/repertoire.c (repertoire_read): Add slash
10423         between I18NPATH element and file name.
10424         * locale/programs/locfile.c (locfile_read): Likewise.
10425
10426 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
10427
10428         * nptl/pthread_mutexattr_settype.c
10429         (__pthread_mutexattr_settype):
10430         Disable lock elision for PTHREAD_MUTEX_NORMAL.
10431
10432 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
10433
10434         * nptl/tst-mutex5 (do_test):
10435         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
10436
10437 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10438
10439         * benchtests/README: Document 'init' directive.
10440         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
10441         BENCH_INIT.
10442         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
10443         (parse_file): Recognize 'init' directive.
10444
10445 2014-05-26  Kyle McMartin  <kyle@redhat.com>
10446
10447         [BZ #16796]
10448         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
10449         alignment of struct pthread.
10450
10451 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10452
10453         [BZ #16878]
10454         * nscd/netgroupcache.c (addgetnetgrentX): Look for
10455         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
10456         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
10457         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
10458
10459 2014-05-25  Richard Henderson  <rth@twiddle.net>
10460
10461         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10462         (SINGLE_THREAD_P_PIC): Remove.
10463         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
10464         (SINGLE_THREAD_P_PIC): Remove.
10465
10466         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
10467         branch to syscall error ...
10468         (PSEUDO): ... here.
10469         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
10470         from __local_syscall_error to .Lsyscall_error.
10471         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
10472         (SYSCALL_ERROR): Update label name.
10473
10474         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10475         Do not use DOARGS/UNDOARGS.
10476         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
10477         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
10478         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
10479         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
10480         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
10481
10482         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
10483         block comment.
10484
10485         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
10486         define if !NOT_IN_libc.
10487         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
10488         define with non-default symbol versions.
10489
10490 2014-05-23  Richard Henderson  <rth@twiddle.net>
10491
10492         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
10493         (vfork, __vfork): Define via compat_symbol.
10494
10495         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
10496         [!HAVE_IFUNC] (vfork_compat): Remove.
10497         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
10498
10499 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10500
10501         [BZ #16978]
10502         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
10503         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
10504         variable.
10505
10506 2014-05-23  Richard Henderson  <rth@twiddle.net>
10507
10508         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
10509         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
10510         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
10511         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
10512
10513         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
10514         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
10515         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
10516         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
10517         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
10518         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
10519         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
10520         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
10521         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
10522         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
10523         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
10524         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
10525         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
10526         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
10527         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
10528         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
10529         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
10530         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
10531         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
10532         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
10533         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
10534         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
10538         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
10539         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
10540         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
10541         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
10542         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
10543         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
10544         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
10545         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
10546         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
10547         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
10548         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
10549         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
10550         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
10551         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
10552         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
10553         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
10554         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
10555         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
10556         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
10557         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
10558         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
10559         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
10560         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
10561         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
10562         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
10563         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
10564         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
10565         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
10566         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
10567         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
10568         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
10569
10570         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
10571         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
10572         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
10573         before exiting on error.
10574         (__libc_vfork): New strong alias.
10575         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
10576         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
10577
10578         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
10579         that was previously under [RESET_PID].
10580         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
10581
10582         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
10583
10584 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10585
10586         [BZ #16977]
10587         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
10588         value when x - 1 is zero.
10589         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
10590         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
10591         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
10592         0.0L for an argument of 1.0L.
10593         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
10594         Likewise.
10595         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
10596         value when x - 1 is zero.
10597         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
10598         * sysdeps/i386/fpu/libm-test-ulps: Update.
10599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10600
10601 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
10602
10603         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
10604         alphasort and versionsort.
10605
10606 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10607
10608         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
10609         macro.
10610         [copysignf]: Likewise.
10611
10612 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10613
10614         * crypt/md5-crypt.c: Fix formatting.
10615
10616 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10617
10618         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
10619         (b64_from_24bit): New function.
10620
10621 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10622
10623         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
10624         libc_hidden_builtin_def to ifunc.
10625         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10626         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
10627
10628 2014-05-21  Roland McGrath  <roland@hack.frob.com>
10629
10630         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
10631         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
10632
10633 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
10634
10635         * nscd/Depend (linuxthreads): Remove.
10636         (nptl): Add.
10637         * resolv/Depend (linuxthreads): Remove.
10638         * rt/Depend (linuxthreads): Remove.
10639
10640         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
10641         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
10642         $(common-objpfx)elf/.
10643         (link-libc-before-gnulib): Likewise.
10644         (elfobjdir): Remove variable.
10645         * Makefile (install): Use $(elf-objpfx) instead of
10646         $(common-objpfx)elf/.
10647         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
10648         $(elfobjdir)/.
10649         (link-libc-deps): Likewise.
10650         ($(common-objpfx)libc.so): Likewise.
10651         ($(common-objpfx)linkobj/libc.so): Likewise.
10652         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
10653         instead of $(common-objpfx)elf/.
10654         (symbolic-link-list): Likewise.
10655         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10656         [$(cross-compiling) = no]: Likewise.
10657         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
10658         $(elfobjdir)/.
10659         (static-gnulib-arch): Likewise.
10660         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10661         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
10662         $(common-objpfx)elf/.
10663
10664 2014-05-21  Richard Henderson  <rth@redhat.com>
10665
10666         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10667         (SINGLE_THREAD_P): Use the correct width load.  Fold
10668         into the ldr offset.
10669
10670         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
10671         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
10672
10673 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
10674
10675         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
10676         (libgcc_s_resume): Use __attribute_used__.
10677         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
10678         Likewise.
10679
10680 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10681
10682         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
10683         optimization when used with float constants.
10684
10685         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10686
10687 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
10688
10689         [BZ #16915]
10690         * locale/nl_langinfo_l.c: Make direct reference to every
10691         _nl_current_CATEGORY symbol.
10692         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
10693         (tests-static): Add tst-langinfo-static.
10694         (tests-special): Add tst-langinfo-static.out.
10695         ($(objpfx)tst-langinfo.out): Redirect output.
10696         ($(objpfx)tst-langinfo-static.out): New.
10697         * localedata/tst-langinfo.sh: Send output to stdout.
10698         * localedata/tst-langinfo-static.c: New file.
10699
10700         [BZ #16965]
10701         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
10702         when the shift amount is modulo the limb size.
10703
10704 2014-05-20  Richard Henderson  <rth@redhat.com>
10705
10706         [BZ #16967]
10707         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
10708         Change type of sa_flags from unsigned int to int.
10709
10710         [BZ #16966]
10711         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
10712
10713         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
10714
10715 2014-05-20  Will Newton  <will.newton@linaro.org>
10716
10717         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10718         Test the return value of the system call in the nocancel case.
10719
10720 2014-05-20  Will Newton  <will.newton@linaro.org>
10721             Yvan Roux  <yvan.roux@linaro.org>
10722
10723         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
10724         #include of asm/ptrace.h.
10725         (PTRACE_GET_THREAD_AREA): Remove #undef.
10726         (PTRACE_GETHBPREGS): Likewise.
10727         (PTRACE_SETHBPREGS): Likewise.
10728         (struct user_regs_struct): New structure.
10729         (struct user_fpsimd_struct): New structure.
10730         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
10731         #include of asm/ptrace.h and second #include of sys/user.h.
10732         (PTRACE_GET_THREAD_AREA): Remove #undef.
10733         (PTRACE_GETHBPREGS): Likewise.
10734         (PTRACE_SETHBPREGS): Likewise.
10735         (ELF_NGREG): Use new struct user_regs_struct.
10736         (elf_fpregset_t): Use new struct user_fpsimd_struct.
10737
10738 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10739
10740         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10741         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10742
10743 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10744
10745         [BZ #16958]
10746         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10747         membar to avoid block loads/stores to overlap previous stores.
10748
10749 2014-05-17  Richard Henderson  <rth@redhat.com>
10750
10751         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10752         Create the __##syscall_name##_nocancel entry point.
10753         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10754         Remove; let the sysdep-cancel.h code create it.
10755
10756 2014-05-17  David S. Miller  <davem@davemloft.net>
10757
10758         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10759         Protect with __USE_GNU.
10760         (TIOCSET_TEMPT): Likewise.
10761         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10762         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10763         these are already provided in bits/ioctl-types.h
10764
10765 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10766
10767         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10768         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10769
10770         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10771         Use wait4 regardless of [__NR_waitpid].
10772
10773 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10774
10775         PR libgcc/60166
10776         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10777         (_FP_NANSIGN_Q): Set the quiet bit.
10778
10779 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10780
10781         * benchtests/Makefile
10782         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10783         not $(common-objpfx)math/libm.so.
10784         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10785         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10786         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10787         $(common-objpfx)dlfcn/libdl.so.
10788         ($(objpfx)tst-audit8): Depend on $(libm), not
10789         $(common-objpfx)math/libm.so.
10790         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10791         not $(common-objpfx)dlfcn/libdl.so.
10792         * math/Makefile
10793         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10794         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10795         [$(build-shared) = yes].
10796         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10797         $(common-objpfx)nptl/libpthread.so.
10798         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10799         $(common-objpfx)math/libm.so$(libm.so-version) or
10800         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10801         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10802         $(common-objpfx)dlfcn/libdl.so.
10803         * setjmp/Makefile (link-libm): Remove variable.
10804         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10805         * stdio-common/Makefile (link-libm): Remove variable.
10806         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10807         * stdlib/Makefile (link-libm): Remove variable.
10808         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10809         ($(objpfx)tst-strtod-round): Likewise.
10810         ($(objpfx)tst-tininess): Likewise.
10811         ($(objpfx)tst-strtod-underflow): Likewise.
10812         ($(objpfx)tst-strtod6): Likewise.
10813         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10814         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10815         $(common-objpfx)dlfcn/libdl.so.
10816
10817 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10818
10819         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10820         BSD terminal modes definitions.
10821
10822 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10823
10824         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10825         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10826
10827         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10828         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10829         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10830         Don't do #include_next.
10831         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10832         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10833         Don't do #include_next.
10834         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10835         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10836         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10837         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10838
10839 2014-05-16  Allan McRae  <allan@archlinux.org>
10840
10841         * po/sv.po: Update Swedish translation from translation project.
10842
10843         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10844         in sed expression.
10845
10846 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10847
10848         [BZ #16917]
10849         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10850         errno if the TIOCGPTN ioctl fails with an error different than
10851         EINVAL.
10852         * login/tst-ptsname.c: New file.
10853         * login/Makefile (tests): Add tst-ptsname.
10854
10855         [BZ #16943]
10856         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10857         and prlimit64.
10858
10859 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10860
10861         [BZ #16849]
10862         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10863         herrno to return EAI_AGAIN.
10864
10865 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10866
10867         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10868         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10869         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10870         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10871         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10872         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10873         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10874         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10875         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10876         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10877         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10878         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10879         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10880         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10881         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10882         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10883         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10884         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10885         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10886         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10887         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10888         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10889         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10890         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10891         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10892         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10893         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10894         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10895         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10896         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10897         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10898         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10900         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10901         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10902         Moved ...
10903         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10904         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10905         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10906         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10907         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10908         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10909         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10910         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10911         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10912         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10913         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10914         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10915         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10916         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10917         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10919         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10920         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10921         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10922         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10923         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10924         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10925         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10926         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10927         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10928         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10929         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10930         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10931         Moved ...
10932         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10933         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10934         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10935         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10936         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10937         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10938         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10939         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10940         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10941         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10942         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10943         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10944         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10945         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10946         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10947         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10948         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10949         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10950         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10951         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10952         Moved ...
10953         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10955         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10956
10957         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10958         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10959         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10960         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10961         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10962         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10963         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10964         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10965         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10966         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10967         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10968         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10969         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10970         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10971         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10972         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10973         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10974         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10975         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10976         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10977         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10978         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10979         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10980         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10981         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10982         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10983         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10984         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10985         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10986         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10987         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10988
10989         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10990         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10991
10992         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10993         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10994         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10995         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10996         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10997         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10998         Moved ...
10999         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11000         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11001         Moved ...
11002         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11003         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11004         Moved ...
11005         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11006         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11007         Moved ...
11008         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11009         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11010         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11011         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11012         Moved ...
11013         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11014         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11015         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11016         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11017         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11018         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11019         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11020         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11021         Moved ...
11022         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11023         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11024         Moved ...
11025         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11026         ... here.
11027         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11028         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11029         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11030         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11031         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11032         Moved ...
11033         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11034         ... here.
11035         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11036         Moved ...
11037         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11038         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11039         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11040         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11041         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11042         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11043         Moved ...
11044         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11045         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11046         Moved ...
11047         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11048         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11049         Moved ...
11050         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11051         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11052         Moved ...
11053         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11054         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11055         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11056         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11057         Moved ...
11058         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11059         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11060         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11061         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11062         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11063         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11064         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11065         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11066         Moved ...
11067         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11068         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11069         Moved ...
11070         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11071         ... here.
11072         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11073         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11074         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11075         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11076         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11077         Moved ...
11078         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11079         ... here.
11080         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11081         Moved ...
11082         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11083         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11084         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11085         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11086         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11087         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11088         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11089         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11090         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11091         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11092         Moved ...
11093         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11094         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11095         Moved ...
11096         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11097         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11098         Moved ...
11099         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11100         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11101         Moved ...
11102         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11103         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11104         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11105         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11106         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11107         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11108         Moved ...
11109         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11110         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11111         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11112         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11113         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11114         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11115         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11116         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11117         Moved ...
11118         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11119         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11120         Moved ...
11121         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11122         ... here.
11123         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11124         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11125         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11126         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11127         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11128         Moved ...
11129         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11130         ... here.
11131         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11132         Moved ...
11133         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11134         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11135         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11136         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11137         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11138         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11139         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11140         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11141         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11142         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11143         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11144
11145         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11146         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11147
11148         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11149         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11150
11151         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11152         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11153         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11154         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11155         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11156         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11157         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11158         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11159         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11160         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11161         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11162         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11163         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11164         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11165         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11166         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11167         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11168         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11169         Moved ...
11170         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11171         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11172         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11173         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11174         Moved ...
11175         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11176         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11177         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11178         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11179         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11180         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11181         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11182         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11183         Moved ...
11184         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11185         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11186         Moved ...
11187         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11188         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11189         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11190         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11191         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11192         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11193         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11194         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11195         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11196         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11197         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11198         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11199         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11200         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11201         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11202         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11203         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11204
11205         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11206         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11207         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11208         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
11209         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
11210
11211         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
11212         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
11213         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
11214         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
11215         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
11216         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
11217         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
11218         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
11219         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
11220         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
11221
11222         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
11223         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
11224
11225         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
11226         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
11227         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
11228         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
11229         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
11230         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
11231         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
11232         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
11233         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
11234         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
11235         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
11236         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
11237         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
11238         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
11239         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
11240         Update #include.
11241         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
11242         Likewise.
11243         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11244         Likewise.
11245         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11246         Likewise.
11247         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11248         Likewise.
11249         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
11250         Likewise.
11251         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
11252         Likewise.
11253         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11254         Likewise.
11255         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
11256         Likewise.
11257         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
11258         Likewise.
11259         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
11260         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
11261         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
11262         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
11263         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
11264         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
11265         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
11266         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
11267         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
11268         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
11269         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
11270         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
11271         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
11272         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
11273         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
11274
11275         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
11276         that was previously under [RESET_PID].
11277         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
11278         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
11279         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
11280
11281         * sysdeps/i386/nptl/Implies: New file.
11282         * sysdeps/x86_64/nptl/Implies: New file.
11283         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
11284         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
11285         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
11286         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
11287
11288         * sysdeps/unix/sysv/linux/i386/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/i386/vfork.S: File removed.
11292         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
11293
11294         * sysdeps/unix/sysv/linux/x86_64/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         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
11298         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
11299
11300         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
11301         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11302         (__libc_vfork): New strong alias.
11303         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
11304         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
11305         * nptl/pt-vfork.c: New file.
11306         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
11307         (libpthread: GLIBC_2.20): New version set (empty).
11308
11309 2014-05-14  Will Newton  <will.newton@linaro.org>
11310
11311         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
11312         rather than #if.
11313
11314 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
11315
11316         [BZ #16564]
11317         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
11318         arguments with exponent 65 or above.
11319         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
11320         arguments 0x1p113L or above.
11321         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
11322         to arguments 0x1p107L or above.
11323         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
11324         positive arguments with exponent 65 or above.
11325         * math/auto-libm-test-in: Add more tests of log1p.
11326         * math/auto-libm-test-out: Regenerated.
11327
11328         [BZ #16928]
11329         * math/s_cacos.c (__cacos): Ensure zero real part of result from
11330         non-finite arguments is +0.
11331         * math/s_cacosf.c (__cacosf): Likewise.
11332         * math/s_cacosl.c (__cacosl): Likewise.
11333         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
11334         * sysdeps/i386/fpu/libm-test-ulps: Update.
11335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11336
11337         [BZ #16927]
11338         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
11339         value.
11340         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
11341         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
11342         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
11343         for explicit high bit of mantissa when testing for argument equal
11344         to 1.
11345         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
11346         * sysdeps/i386/fpu/libm-test-ulps: Update.
11347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11348
11349         [BZ #16516]
11350         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
11351         (__erf): Scale by 16 instead of 8 in potentially underflowing
11352         case.  Ensure exception if result actually underflows.
11353         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
11354         (__erff): Scale by 16 instead of 8 in potentially underflowing
11355         case.  Ensure exception if result actually underflows.
11356         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
11357         (efx8): Remove variable.
11358         (__erfl): Scale by 16 instead of 8 in potentially underflowing
11359         case.  Ensure exception if result actually underflows.
11360         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
11361         (efx8): Remove variable.
11362         (__erfl): Scale by 16 instead of 8 in potentially underflowing
11363         case.  Ensure exception if result actually underflows.
11364         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
11365         (efx8): Remove variable.
11366         (__erfl): Scale by 16 instead of 8 in potentially underflowing
11367         case.  Ensure exception if result actually underflows.
11368         * math/auto-libm-test-in: Add more tests of erf.
11369         * math/auto-libm-test-out: Regenerated.
11370
11371 2014-05-14  Andreas Schwab  <schwab@suse.de>
11372
11373         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
11374         Remove code conditionalized on USE___THREAD.
11375
11376         * config.h.in (HAVE_PT_CHOWN): Define as 0.
11377         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
11378         not definedness.
11379
11380 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
11381
11382         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
11383         Define unconditionally.
11384         (__ASSUME_O_CLOEXEC): Likewise.
11385         (__ASSUME_SOCK_CLOEXEC): Likewise.
11386         (__ASSUME_IN_NONBLOCK): Likewise.
11387         (__ASSUME_PIPE2): Likewise.
11388         (__ASSUME_EVENTFD2): Likewise.
11389         (__ASSUME_SIGNALFD4): Likewise.
11390         (__ASSUME_DUP3): Likewise.
11391         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11392         (__ASSUME_DUP3): Do not define.
11393         (__ASSUME_EVENTFD2): Likewise.
11394         (__ASSUME_IN_NONBLOCK): Likewise.
11395         (__ASSUME_O_CLOEXEC): Likewise.
11396         (__ASSUME_PIPE2): Likewise.
11397         (__ASSUME_SIGNALFD4): Likewise.
11398         (__ASSUME_SOCK_CLOEXEC): Likewise.
11399         (__ASSUME_UTIMES): Undefine.
11400         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11401         (__ASSUME_UTIMES): Do not define.
11402         (__ASSUME_O_CLOEXEC): Likewise.
11403         (__ASSUME_SOCK_CLOEXEC): Likewise.
11404         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
11405         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
11406         0x020621].
11407         (__ASSUME_PIPE2): Likewise.
11408         (__ASSUME_EVENTFD2): Likewise.
11409         (__ASSUME_SIGNALFD4): Likewise.
11410         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
11411         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
11412         Do not define.
11413         (__ASSUME_EVENTFD2): Likewise.
11414         (__ASSUME_SIGNALFD4): Likewise.
11415         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
11416         (__ASSUME_32BITUIDS): Likewise.
11417         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
11418         (__ASSUME_IPC64): Likewise.
11419         (__ASSUME_ST_INO_64_BIT): Likewise.
11420         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
11421         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
11422         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11423         (__ASSUME_UTIMES): Do not define.
11424         (__ASSUME_PSELECT): Likewise.
11425         (__ASSUME_PPOLL): Likewise.
11426         (__ASSUME_O_CLOEXEC): Likewise.
11427         (__ASSUME_SOCK_CLOEXEC): Likewise.
11428         (__ASSUME_IN_NONBLOCK): Likewise.
11429         (__ASSUME_PIPE2): Likewise.
11430         (__ASSUME_EVENTFD2): Likewise.
11431         (__ASSUME_SIGNALFD4): Likewise.
11432         (__ASSUME_DUP3): Likewise.
11433         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11434         (__ASSUME_UTIMES): Likewise.
11435         (__ASSUME_O_CLOEXEC): Likewise.
11436         (__ASSUME_SOCK_CLOEXEC): Likewise.
11437         (__ASSUME_IN_NONBLOCK): Likewise.
11438         (__ASSUME_PIPE2): Likewise.
11439         (__ASSUME_EVENTFD2): Likewise.
11440         (__ASSUME_SIGNALFD4): Likewise.
11441         (__ASSUME_DUP3): Likewise.
11442         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11443         (__ASSUME_UTIMES): Likewise.
11444         (__ASSUME_O_CLOEXEC): Likewise.
11445         (__ASSUME_SOCK_CLOEXEC): Likewise.
11446         (__ASSUME_IN_NONBLOCK): Likewise.
11447         (__ASSUME_PIPE2): Likewise.
11448         (__ASSUME_EVENTFD2): Likewise.
11449         (__ASSUME_SIGNALFD4): Likewise.
11450         (__ASSUME_DUP3): Likewise.
11451         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
11452         Likewise.
11453         (__ASSUME_UTIMES): Likewise.
11454         (__ASSUME_EVENTFD2): Likewise.
11455         (__ASSUME_SIGNALFD4): Likewise.
11456         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11457         (__ASSUME_O_CLOEXEC): Likewise.
11458         (__ASSUME_SOCK_CLOEXEC): Likewise.
11459         (__ASSUME_IN_NONBLOCK): Likewise.
11460         (__ASSUME_PIPE2): Likewise.
11461         (__ASSUME_EVENTFD2): Likewise.
11462         (__ASSUME_SIGNALFD4): Likewise.
11463         (__ASSUME_DUP3): Likewise.
11464         (__ASSUME_UTIMES): Undefine.
11465
11466         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
11467         feclearexcept.  Remove symbol versioning code.
11468         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
11469         symbol versioning code.
11470         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
11471         symbol versioning code.
11472         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
11473         feupdateenv.  Remove symbol versioning code.
11474         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
11475         fegetexceptflag.  Remove symbol versioning code.
11476         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
11477         fesetexceptflag.  Remove symbol versioning code.
11478         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
11479         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
11480         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
11481         (__posix_fadvise64_l32): Remove prototype.
11482         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
11483         code.
11484
11485 2014-05-13  Roland McGrath  <roland@hack.frob.com>
11486
11487         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
11488         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
11489         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
11490         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
11491
11492 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
11493
11494         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
11495         current working directory
11496
11497 2014-05-13  Roland McGrath  <roland@hack.frob.com>
11498
11499         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
11500         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
11501         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
11502         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
11503         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
11504         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
11505         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
11506         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
11507         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
11508         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
11509         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
11510         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
11511         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
11512         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
11513         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
11514         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
11515         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
11516         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
11517         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
11518         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
11519         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
11520         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
11521         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
11522         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
11523         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
11524         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
11525         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
11526         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
11527         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
11528         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
11529         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
11530         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
11531         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
11532         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
11533         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
11534         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
11535         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
11536         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
11537         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
11538         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
11539         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
11540         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
11541
11542         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
11543         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
11544
11545         * sysdeps/unix/sysv/linux/arm/Makefile
11546         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
11547         Add rt-aeabi_unwind_cpp_pr1.
11548         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
11549         Add nptl-aeabi_unwind_cpp_pr1.
11550         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
11551         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
11552         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
11553         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11554         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
11555         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11556
11557         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
11558         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
11559         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
11560         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
11561
11562         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
11563         Deconditionalize the code that was previously under [RESET_PID].
11564         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
11565
11566         * sysdeps/generic/exit-thread.h: New file.
11567         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
11568         * include/unistd.h (__exit_thread): Remove declaration.
11569         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
11570         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
11571         * csu/libc-start.c: Include <exit-thread.h>.
11572         (LIBC_START_MAIN): Pass no argument to __exit_thread.
11573         * nptl/pthread_create.c: Include <exit-thread.h>.
11574         (start_thread): Call __exit_thread in place of __exit_thread_inline.
11575         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
11576         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
11577         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
11578         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
11579         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
11580         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
11581         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
11582         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
11583         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
11584         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
11585         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
11586         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
11587         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
11588         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
11589         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
11590         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
11591
11592 2014-05-13  Andreas Schwab  <schwab@suse.de>
11593
11594         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
11595
11596 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
11597
11598         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
11599         (__ASSUME_UTIMES): Do not condition on kernel version.
11600         (__ASSUME_PSELECT): Define unconditionally.
11601         (__ASSUME_PPOLL): Likewise.
11602         (__ASSUME_ATFCTS): Likewise.
11603         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
11604         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
11605         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
11606         (__ASSUME_UTIMENSAT): Define unconditionally.
11607         (__ASSUME_PRIVATE_FUTEX): Likewise.
11608         (__ASSUME_FALLOCATE): Likewise.
11609         (__ASSUME_O_CLOEXEC): Likewise.
11610         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
11611         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
11612         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
11613         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
11614         (__ASSUME_IN_NONBLOCK): Likewise.
11615         (__ASSUME_PIPE2): Likewise.
11616         (__ASSUME_EVENTFD2): Likewise.
11617         (__ASSUME_SIGNALFD4): Likewise.
11618         (__ASSUME_DUP3): Likewise.
11619         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11620         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
11621         (__ASSUME_AT_RANDOM): Likewise.
11622         (__ASSUME_PREADV): Likewise.
11623         (__ASSUME_PWRITEV): Likewise.
11624         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
11625         (__ASSUME_F_GETOWN_EX): Define unconditionally.
11626         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
11627         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
11628         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
11629         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11630         (__ASSUME_O_CLOEXEC): Define unconditionally.
11631         (__ASSUME_PSELECT): Do not undefine conditionally.
11632         (__ASSUME_PPOLL): Likewise.
11633         (__ASSUME_ATFCTS): Likewise.
11634         (__ASSUME_SET_ROBUST_LIST): Likewise.
11635         (__ASSUME_UTIMENSAT): Likewise.
11636         (__ASSUME_FDATASYNC): Define unconditionally.
11637         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11638         (__ASSUME_SIGFRAME_V2): Likewise.
11639         )__ASSUME_EVENTFD2): Likewise.
11640         (__ASSUME_SIGNALFD4): Likewise.
11641         (__ASSUME_PSELECT): Do not undefine conditionally.
11642         (__ASSUME_PPOLL): Likewise.
11643         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11644         (__ASSUME_PSELECT): Define unconditionally.
11645         (__ASSUME_PPOLL): Likewise.
11646         (__ASSUME_O_CLOEXEC): Likewise.
11647         (__ASSUME_SOCK_CLOEXEC): Likewise.
11648         (__ASSUME_IN_NONBLOCK): Likewise.
11649         (__ASSUME_PIPE2): Likewise.
11650         (__ASSUME_EVENTFD2): Likewise.
11651         (__ASSUME_SIGNALFD4): Likewise.
11652         (__ASSUME_DUP3): Likewise.
11653         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11654         (__ASSUME_O_CLOEXEC): Likewise.
11655         (__ASSUME_SOCK_CLOEXEC): Likewise.
11656         (__ASSUME_IN_NONBLOCK): Likewise.
11657         (__ASSUME_PIPE2): Likewise.
11658         (__ASSUME_EVENTFD2): Likewise.
11659         (__ASSUME_SIGNALFD4): Likewise.
11660         (__ASSUME_DUP3): Likewise.
11661         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11662         (__ASSUME_EVENTFD2): Likewise.
11663         (__ASSUME_SIGNALFD4): Likewise.
11664         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11665
11666 2014-05-12  Andreas Schwab  <schwab@suse.de>
11667
11668         [BZ #16932]
11669         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
11670         (_nss_nis_gethostbyname4_r): Return error if item length is larger
11671         than maximum RPC packet size.
11672         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
11673         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
11674         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
11675         (_nss_nis_getservbyport_r): Likewise.
11676
11677 2014-05-12  Will Newton  <will.newton@linaro.org>
11678
11679         * malloc/Makefile (tests): Add tst-mallopt.
11680         * malloc/tst-mallopt.c: New file.
11681
11682 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11683
11684         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
11685         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
11686
11687 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11688
11689         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
11690         (tst-tlsmod6.so): Likewise.
11691
11692 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11693
11694         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
11695
11696 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
11697
11698         [BZ #16064]
11699         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
11700         and <dl-procinfo.h>.
11701         (__fegetenv): Save SSE state in envp->__eip if supported.
11702         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
11703         envp->__eip if supported.
11704         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
11705         and <dl-procinfo.h>.
11706         (__fesetenv): Always set __eip, __cs_selector, __opcode,
11707         __data_offset and __data_selector in environment to 0.  Set SSE
11708         state if supported.
11709         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
11710         test-fenv-sse.
11711         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
11712         -mfpmath=sse.
11713         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
11714
11715 2014-05-09  Will Newton  <will.newton@linaro.org>
11716
11717         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
11718         and libc_relro_required for ARM.
11719         * sysdeps/arm/preconfigure: Regenerate.
11720
11721 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11722             Stefan Liebler  <stli@linux.vnet.ibm.com>
11723
11724         * config.make.in (enable-lock-elision): New Makefile variable.
11725         * configure.ac: Likewise.
11726         * configure: Regenerate.
11727         * sysdeps/s390/configure.ac:
11728         Add check for gcc transactions support.
11729         * sysdeps/s390/configure: Regenerate.
11730         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
11731         Build elision files if enabled.
11732         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
11733         Add lock elision support for s390.
11734         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
11735         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
11736         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
11737         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11738         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11739         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11740         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11741         Likewise.
11742         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11743         Likewise.
11744         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11745         Likewise.
11746         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11747         Likewise.
11748         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11749         (__lll_timedlock_elision, __lll_lock_elision)
11750         (__lll_unlock_elision, __lll_trylock_elision)
11751         (lll_timedlock_elision, lll_lock_elision)
11752         (lll_unlock_elision, lll_trylock_elision): Add.
11753         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11754         (pthread_mutex_t): Add lock elision support for s390.
11755
11756 2014-05-14  Wilco  <wdijkstr@arm.com>
11757
11758         * sysdeps/arm/fclrexcpt.c: Cleanup.
11759         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11760         * sysdeps/arm/feenablxcpt.c: Cleanup.
11761         * sysdeps/arm/fegetenv.c: Cleanup.
11762         * sysdeps/arm/fegetexcept.c: Cleanup.
11763         * sysdeps/arm/fegetround.c: Cleanup.
11764         * sysdeps/arm/feholdexcpt.c: Cleanup.
11765         * sysdeps/arm/fesetenv.c: Cleanup.
11766         * sysdeps/arm/fesetround.c: Cleanup.
11767         * sysdeps/arm/feupdateenv.c: Cleanup.
11768         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11769         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11770         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11771         * sysdeps/arm/ftestexcept.c: Cleanup.
11772         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11773         * sysdeps/arm/setfpucw.c: Cleanup.
11774
11775 2014-05-09  Will Newton  <will.newton@linaro.org>
11776
11777         * sysdeps/arm/armv7/strcmp.S: New file.
11778         * NEWS: Mention addition of ARMv7 optimized strcmp.
11779
11780 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11781
11782         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11783         look for %.ac rather than %.in.
11784
11785         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11786         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11787         * sysdeps/mach/hurd/configure: Regenerated.
11788         * sysdeps/unix/sysv/linux/configure: Regenerated.
11789
11790         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11791
11792 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11793
11794         [BZ# 16922]
11795         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11796         (LONG_SUB): Ditto.
11797         (PTR_SUB): Ditto.
11798
11799 2014-05-07  Andreas Schwab  <schwab@suse.de>
11800
11801         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11802         when skipping over non-matching result from nscd.
11803
11804 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11805
11806         [BZ #16876]
11807         * nptl/sockperf.c (client): Check socket return value.
11808
11809         [BZ #16877]
11810         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11811         nscd security class.
11812
11813 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11814
11815         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11816         * sysdeps/arm/unwind.h: ... here.
11817
11818 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11819
11820         [BZ# 16916]
11821         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11822         Define.
11823
11824 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11825
11826         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11827         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11828         multiarch strncpy for PPC64.
11829         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11830         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11831         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11832         multiarch optimizations.
11833         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11834         (__libc_ifunc_impl_list): Likewise.
11835         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11836         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11837         multiarch stpncpy for PPC64.
11838         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11839         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11840
11841 2014-05-06  Andreas Schwab  <schwab@suse.de>
11842
11843         [BZ #16912]
11844         * gmon/mcount.c (_MCOUNT_DECL): Use
11845         atomic_compare_and_exchange_bool_acq instead of
11846         catomic_compare_and_exchange_bool_acq.
11847
11848 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11849
11850         * elf/Makefile (others, install-bin): Remove pldd.
11851         (pldd-modules): Variable removed.
11852         ($(objpfx)pldd): Target removed.
11853         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11854         (others, install-bin): Append pldd here.
11855         ($(objpfx)pldd): New target.
11856
11857         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11858         to 0, so the first #if test emitted later doesn't see it undefined.
11859         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11860         * sysdeps/gnu/errlist.c: Regenerated.
11861
11862 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11863
11864         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11865         [libc_hidden_builtin_def]: Define to empty value.
11866         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11867         [libc_hidden_builtin_def]: Likewise.
11868         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11869         [libc_hidden_builtin_def]: Likewise.
11870         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11871         [libc_hidden_builtin_def]: Likewise.
11872         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11873         __redirect_memcpy and define ifunc as default hidden symbol.
11874         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11875         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11876
11877 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11878
11879         * locale/iso-4217.def: Reintroduce XDR currency.
11880
11881 2014-05-04  Allan McRae  <allan@archlinux.org>
11882
11883         * po/eo.po: Update Esperanto translation from translation project.
11884
11885 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11886
11887         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11888         and FEATURE_INDEX_MAX to 1.
11889         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11890
11891 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11892
11893         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11894         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11895         * iconvdata/big5.c (ONE_DIRECTION): Define.
11896         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11897         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11898         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11899         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11900         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11901         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11902         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11903         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11904         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11905         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11906         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11907         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11908         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11909         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11910         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11911         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11912         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11913         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11914         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11915         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11916         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11917         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11918         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11919         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11920         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11921         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11922         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11923         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11924         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11925         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11926         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11927         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11928         * iconvdata/johab.c (ONE_DIRECTION): Define.
11929         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11930         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11931         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11932         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11933         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11934         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11935         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11936         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11937         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11938         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11939
11940 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11941
11942         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11943         (_IO_JUMPS_OFFSET): Define to 0.
11944
11945         * nptl/sysdeps/pthread/bits/libc-lock.h
11946         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11947         (__libc_lock_define_initialized_recursive): Always define using
11948         initializer.  Modern compilers treat uninitialized (implicit zero) and
11949         explicit zero initializers the same (i.e. put the datum in bss).
11950
11951 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11952
11953         * nscd/nscd-client.h: Include <string.h>.
11954
11955 2014-05-01  David S. Miller  <davem@davemloft.net>
11956
11957         [BZ #16885]
11958         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11959         multiple zero bytes exist at the end of a string.
11960         Reported by Aurelien Jarno <aurelien@aurel32.net>
11961
11962         * string/test-strcmp.c (check): Add explicit test for situations where
11963         there are multiple zero bytes after the first.
11964
11965 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11966
11967         [BZ #16890]
11968         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11969         when compiling wprintf.
11970         * stdio-common/tstdiomisc.c (t3): New function.
11971         (main): Call it.
11972
11973 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11974
11975         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11976         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11977         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11978         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11979
11980 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11981
11982         * stdlib/longlong.h: Updated from GCC.
11983
11984 2014-05-01  Will Newton  <will.newton@linaro.org>
11985             Bernard Ogden  <bernie.ogden@linaro.org>
11986
11987         * NEWS: Update fixed bug list.
11988
11989         [BZ #15119]
11990         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11991
11992 2014-04-30  David S. Miller  <davem@davemloft.net>
11993
11994         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11995         (libc_feholdexcept_setround_sparc_ctx): New function.
11996         (libc_fesetenv_sparc_ctx): Likewise.
11997         (libc_feupdateenv_sparc_ctx): Likewise.
11998         (libc_feholdsetround_sparc_ctx): Likewise.
11999         (libc_feholdexcept_setround_ctx): Define.
12000         (libc_feholdexcept_setroundf_ctx): Likewise.
12001         (libc_feholdexcept_setroundl_ctx): Likewise.
12002         (libc_fesetenv_ctx): Likewise.
12003         (libc_fesetenvf_ctx): Likewise.
12004         (libc_fesetenvl_ctx): Likewise.
12005         (libc_feupdateenv_ctx): Likewise.
12006         (libc_feupdateenvf_ctx): Likewise.
12007         (libc_feupdateenvl_ctx): Likewise.
12008         (libc_feresetround_ctx): Likewise.
12009         (libc_feresetroundf_ctx): Likewise.
12010         (libc_feresetroundl_ctx): Likewise.
12011         (libc_feholdsetround_ctx): Likewise.
12012         (libc_feholdsetroundf_ctx): Likewise.
12013         (libc_feholdsetroundl_ctx): Likewise.
12014
12015         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12016         with __USE_GNU instead of XOPEN cpp guards.
12017
12018         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12019         0.
12020
12021         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12022         with XOPEN cpp guards.
12023
12024 2014-04-30  Julian Brown  <julian@codesourcery.com>
12025
12026         [BZ #16888]
12027         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12028         handling.
12029
12030 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12031
12032         [BZ #9894]
12033         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12034         Change to 2.6.32.
12035         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12036         * sysdeps/unix/sysv/linux/configure: Regenerated.
12037         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12038         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12039         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12040         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12041         * README: Update reference to required Linux kernel version.
12042         * manual/install.texi (Linux): Update reference to required Linux
12043         kernel headers version.
12044         * INSTALL: Regenerated.
12045
12046         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12047         header inclusion.
12048         [POSIX] (limits.h): Likewise.
12049         [POSIX] (math.h): Likewise.
12050         [POSIX] (sys/wait.h): Likewise.
12051         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12052         function.
12053         [POSIX] (stddef.h): Do not allow header inclusion.
12054
12055 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12056
12057         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12058
12059 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12060
12061         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12062         Return immediately after lll_futex_wake.
12063
12064 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12065
12066         [BZ #16791]
12067         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12068         structure.
12069         (datahead_init_pos): Call datahead_init_common early.
12070         (datahead_init_neg): Likewise.
12071
12072         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12073         datahead_init_neg): New functions.
12074         * nscd/aicache.c (addhstaiX): Use them.
12075         * nscd/grpcache.c (cache_addgr): Likewise.
12076         * nscd/hstcache.c (cache_addhst): Likewise.
12077         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12078         * nscd/netgroupcache.c (do_notfound): Likewise.
12079         (addgetnetgrentX): Likewise.
12080         (addinnetgrX): Likewise.
12081         * nscd/pwdcache.c (cache_addpw): Likewise.
12082         * nscd/servicescache.c (cache_addserv): Likewise.
12083
12084 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12085             Atsushi Onoe  <atsushi@onoe.org>
12086
12087         [BZ #14308]
12088         [BZ #12994]
12089         [BZ #13651]
12090         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12091         one response is valid.
12092         * resolv/res_send.c (send_dg): Check for validity of other
12093         response if the current response is a referral.
12094
12095 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12096
12097         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12098
12099 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12100
12101         [BZ #16823]
12102         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12103         Always divide by positive zero when computing -Inf result.
12104         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12105         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12106
12107 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12108
12109         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12110         FPSCR if value do not change.
12111         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12112         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12113         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12114         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12115         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12116         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12117         function.
12118
12119 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12120
12121         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12122         * sysdeps/unix/sysv/linux/hppa: Move directory from
12123         ports/systeps/unix/sysv/linux/hppa.
12124         * README: Update listing for hppa-*-linux-gnu.
12125
12126 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12127
12128         [BZ #16754]
12129         * manual/stdio.texi (Hook functions): Fix types of stream hook
12130         functions.
12131         [BZ #16854]
12132         * socket/sys/socket.h: Fix typo in comment.
12133
12134 2014-04-28  Wilco  <wdijkstr@arm.com>
12135
12136         * sysdeps/arm/fenv_private.h: New file.
12137         * sysdeps/arm/math_private.h: New file.
12138         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12139
12140 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12141
12142         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12143         with __int128_t.
12144         (La_x86_64_retval): Likewise.
12145
12146 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12147
12148         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12149         fpsr if value didn't change.
12150         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12151         to fpcr if value didn't change.
12152         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12153         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12154         fpsr or fpcr if value didn't change.
12155         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12156         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12157         fpcr if value didn't change.
12158         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12159         to fpsr if value didn't change.
12160
12161 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12162
12163         * nptl/tst-sem3.c: Use test-skeleton.c
12164         (main): Rename to do_test.  Use return instead of
12165         exit.
12166         * nptl/tst-sem4.c: Use test-skeleton.c
12167         (main): Rename to do_test.
12168
12169 2014-04-22  David S. Miller  <davem@davemloft.net>
12170
12171         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12172         (struct sigaction): New struct member __glibc_reserved0, change
12173         type of sa_flags to int.
12174
12175 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12176
12177         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12178         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12179
12180 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12181
12182         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12183         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12184
12185 2014-04-22  Will Newton  <will.newton@linaro.org>
12186             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12187
12188         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12189         (__longjmp): Add longjmp and longjmp_target SystemTap
12190         probes.
12191         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12192         (__sigsetjmp): Add setjmp SystemTap probe.
12193
12194 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12195
12196         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12197         match manual order.
12198
12199 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12200
12201         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12202
12203         * sysdeps/powerpc/fpu/fenv_private.h
12204         (libc_feholdexcept_setroundl_ctx): Define to
12205         libc_feholdexcept_setround_ppc_ctx.
12206         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12207         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12208         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
12209         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
12210
12211 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12212
12213         * sysdeps/aarch64/math-tests.h: New file.
12214
12215 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
12216
12217         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
12218         New.
12219         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12220         Check and set bit_AVX2_Usable.
12221         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
12222         macro.
12223         (bit_AVX2): Likewise.
12224         (index_AVX2_Usable): Likewise.
12225         (CPUID_AVX2): Likewise.
12226         (HAS_AVX2): Likewise.
12227
12228 2014-04-17  Will Newton  <will.newton@linaro.org>
12229
12230         * manual/setjmp.texi (System V contexts): Add note that
12231         calling setcontext on a context created by a call to a
12232         signal handler is undefined.  Update text to note that
12233         setcontext from a signal handler is possible but not
12234         recommended.
12235
12236         [BZ #16629]
12237         * stdlib/tst-setcontext.c: Include signal.h.
12238         (main): Check that the signal stack before and
12239         after swapcontext is the same.
12240
12241         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
12242         Re-implement to restore registers in user code and avoid
12243         rt_sigreturn system call.
12244
12245 2014-04-17  Wilco  <wdijkstr@arm.com>
12246
12247         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
12248         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
12249         * math/test-fenv.c: Skip exception trap tests on targets which only
12250         support non-stop mode.
12251
12252 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12253             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12254
12255         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
12256         (libc_feholdsetround_aarch64_ctx)
12257         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
12258         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
12259         (libc_feresetround_ctx, libc_feresetroundf_ctx)
12260         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
12261         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
12262         (libc_feresetround_noexl_ctx): Define.
12263
12264 2014-04-16  Richard Henderson  <rth@redhat.com>
12265
12266         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
12267
12268         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
12269         unwind tables.
12270
12271         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
12272         const from the non-libc, non-ldso copy.
12273
12274         * sysdeps/alpha/libm-test-ulps: Regenerate.
12275
12276 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
12277             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12278
12279         * sysdeps/aarch64/fpu/math_private.h: New file.
12280
12281 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12282
12283         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12284
12285 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
12286
12287         [BZ #16275]
12288         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
12289         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
12290         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
12291         Intel MPX bound registers before _dl_profile_fixup.
12292         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
12293         registers after _dl_profile_fixup.  Save and restore bound
12294         registers bnd0/bnd1 when calling _dl_call_pltexit.
12295         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
12296         (LR_BND_OFFSET): Likewise.
12297         (LRV_BND0_OFFSET): Likewise.
12298         (LRV_BND1_OFFSET): Likewise.
12299
12300 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12301
12302         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
12303         to...
12304         * sysdeps/mach/hurd/i386/tls.h: ... here.
12305         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
12306         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
12307         fields.
12308
12309 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12310
12311         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
12312
12313 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
12314
12315         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12316
12317 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
12318
12319         [BZ #14770]
12320         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
12321         * sysdeps/s390/configure: Regenerate.
12322
12323         [BZ #16824]
12324         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
12325         Set round-to-nearest internally to reduce error accumulation.
12326
12327 2014-04-16  Alan Modra  <amodra@gmail.com>
12328
12329         [BZ #16740]
12330         [BZ #16619]
12331         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
12332         * math/libm-test.inc (frexp_test_data): Add tests.
12333         * NEWS: Update fixed bug list.
12334
12335 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12336
12337         * benchtests/Makefile: Depend on libraries in build directory.
12338         (bench-math): Separate out math tests.
12339         (bench-pthread): Separate out pthread tests.
12340         (bench): Include math and pthread tests.
12341
12342 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
12343
12344         [BZ #16831]
12345         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
12346         _dl_debug_initialize.
12347
12348         * configure.ac: Remove SELinux header check.
12349         * configure: Regenerate.
12350         * nscd/selinux.c (perms): Array of const char* to permission names.
12351         (nscd_request_avc_has_perm): Call security_deny_unknown to find
12352         default policy. Call string_to_security_class and string_to_av_perm to
12353         translate strings. Enforce default policy and call avs_has_perm with
12354         results of translated strings.
12355
12356 2014-04-13  David S. Miller  <davem@davemloft.net>
12357
12358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12359
12360 2014-04-12  Allan McRae  <allan@archlinux.org>
12361
12362         [BZ #16838]
12363         * manual/string.texi (Collation Functions): Fix qsort argument
12364         order in example.
12365         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
12366
12367 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
12368
12369         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
12370         Make the test a no-op if there are no exceptions defined.
12371
12372 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
12373
12374         * elf/Makefile (tests): make tst-dlopen-aout conditional on
12375         enable-hardcoded-path-in-tests
12376
12377 2014-04-11  Will Newton  <will.newton@linaro.org>
12378
12379         * benchtests/Makefile (extra-objs): Add json-lib.o.
12380         (bench-func): Tidy up JSON output.
12381         * benchtests/bench-skeleton.c: Include json-lib.h.
12382         (main): Use JSON library functions to do output of
12383         benchmark results.
12384         * benchtests/bench-timing-type.c (main): Output the
12385         timing type simply, leaving formatting to the user.
12386         * benchtests/json-lib.c: New file.
12387         * benchtests/json-lib.h: Likewise.
12388
12389 2014-04-11  Torvald Riegel  <triegel@redhat.com>
12390
12391         [BZ #15215]
12392         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
12393         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
12394         memory barriers.  Add comments.
12395         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
12396         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
12397         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
12398         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
12399         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
12400         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
12401
12402 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
12403
12404         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
12405         * sysdeps/s390/s390-64/configure.ac: ... this ...
12406         * sysdeps/s390/configure.ac: ... to here.
12407         * sysdeps/s390/s390-32/configure: Delete file.
12408         * sysdeps/s390/s390-64/configure: Delete file.
12409         * sysdeps/s390/configure: Regenerate.
12410
12411 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
12412
12413         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
12414
12415 2014-04-11  Will Newton  <will.newton@linaro.org>
12416
12417         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
12418         to zero if it is not defined elsewhere.  (mtrim): Test
12419         the value of MALLOC_DEBUG with #if rather than #ifdef.
12420
12421 2014-04-10 Torvald Riegel  <triegel@redhat.com>
12422
12423         * benchtests/pthread_once-inputs: New file.
12424         * benchtests/pthread_once-source.c: New file.
12425         * benchtests/README: Update documentation.
12426
12427 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
12428             H.J. Lu  <hongjiu.lu@intel.com>
12429
12430         [BZ #16275]
12431         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
12432         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
12433         * sysdeps/x86_64/configure: Regenerated.
12434         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
12435         macro.
12436         (REGISTER_SAVE_RAX): Likewise.
12437         (REGISTER_SAVE_RCX): Likewise.
12438         (REGISTER_SAVE_RDX): Likewise.
12439         (REGISTER_SAVE_RSI): Likewise.
12440         (REGISTER_SAVE_RDI): Likewise.
12441         (REGISTER_SAVE_R8): Likewise.
12442         (REGISTER_SAVE_R9): Likewise.
12443         (REGISTER_SAVE_BND0): Likewise.
12444         (REGISTER_SAVE_BND1): Likewise.
12445         (REGISTER_SAVE_BND2): Likewise.
12446         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
12447         bound registers when calling _dl_fixup.
12448
12449 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12450
12451         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
12452         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
12453         of its definition.
12454         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
12455         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
12456         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
12457         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
12458         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
12459         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
12460         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
12461
12462 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
12463
12464         [BZ #15514]
12465         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
12466         pathconf(_PC_NAME_MAX).
12467
12468 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12469
12470         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
12471         Remove macro usage.
12472         (__PTHREAD_SPINS): Move definition to ...
12473         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12474         (__PTHREAD_SPINS): ... here.
12475         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12476         (__PTHREAD_SPIN): Likewise.
12477         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
12478         (__PTHREAD_SPIN): Likewise.
12479         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
12480         (__PTHREAD_SPIN): Likewise.
12481         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
12482         (__PTHREAD_SPIN): Likewise.
12483         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12484         (__PTHREAD_SPIN): Likewise.
12485         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12486         (__PTHREAD_SPIN): Likewise.
12487         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
12488         (__PTHREAD_SPIN): Likewise.
12489         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12490         (__PTHREAD_SPIN): Likewise.
12491         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12492         (__PTHREAD_SPIN): Likewise.
12493         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12494         (__PTHREAD_SPIN): Likewise.
12495         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12496         (__PTHREAD_SPIN): Likewise.
12497         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
12498         (__PTHREAD_SPIN): Likewise.
12499
12500         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
12501         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
12502         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
12503         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
12504         imply folder.
12505         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
12506         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
12507         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
12508         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
12509         correct imply path.
12510         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
12511         strlen symbol for non multi-arch builds.
12512         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
12513         missing hidden_def and weak_alias.
12514
12515 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
12516
12517         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
12518
12519 2014-04-07  Will Newton  <will.newton@linaro.org>
12520
12521         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
12522         and contents.  [!_LIBC] Remove #ifndef and contents.
12523         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
12524         * string/memccpy.c (__memccpy): Use ANSI prototype.
12525         * string/memfrob.c (memfrob): Likewise.
12526         * string/strcoll.c (STRCOLL): Likewise.
12527         * string/strlen.c (strlen): Likewise.
12528         * string/strtok.c (STRTOK): Likewise.
12529         * string/strcat.c: Remove unused #include of memcopy.h.
12530         (strcat): Use ANSI prototype.
12531         * string/strchr.c: Remove unused #include of memcopy.h.
12532         (strchr): Use ANSI prototype.
12533         * string/strcmp.c: Remove unused #include of memcopy.h.
12534         (strcmp): Use ANSI prototype.
12535         * string/strcpy.c: Remove unused #include of memcopy.h.
12536         (strcpy): Use ANSI prototype.
12537
12538 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12539
12540         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
12541         * config.make.in (config-extra-cppflags): Set it from
12542         libc_extra_cppflags.
12543         * configure.ac (libc_extra_cflags): Make it accumulate over
12544         configure fragments.
12545         (libc_extra_cppflags): New flag.
12546         * configure. Regenerate.
12547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
12548         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
12549         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
12550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
12551
12552         [BZ #16815]
12553         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
12554         result for FE_DOWNWARD rounding mode.
12555         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
12556         Likewise.
12557         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12558
12559 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
12560
12561         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
12562         in function argument name.
12563
12564 2014-04-03  David Svoboda  <svoboda@cert.org>
12565
12566         [BZ #5666]
12567         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
12568         explicitly.
12569
12570 2014-04-03  Roland McGrath  <roland@hack.frob.com>
12571
12572         * elf/dl-unmap-segments.h: New file.
12573         * sysdeps/generic/ldsodefs.h
12574         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
12575         * elf/dl-close.c: Include <dl-unmap-segments.h>.
12576         * elf/dl-fptr.c: Likewise.
12577         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
12578         * sysdeps/aarch64/tlsdesc.c: Likewise.
12579         * sysdeps/arm/tlsdesc.c: Likewise.
12580         * sysdeps/i386/tlsdesc.c: Likewise.
12581         * sysdeps/tile/dl-runtime.c: Likewise.
12582         * sysdeps/x86_64/tlsdesc.c: Likewise.
12583         * elf/dl-load.h: New file.
12584         * elf/dl-load.c: Include it.
12585         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
12586         Macros moved to dl-load.h.
12587         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
12588         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
12589         Use _dl_unmap_segments in place of __munmap.
12590         Break out segment-mapping loop into ...
12591         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
12592
12593 2014-04-03  Will Newton  <will.newton@linaro.org>
12594
12595         * elf/dl-lookup.c (do_lookup_x): Remove comment
12596         referring to nested function and move variable
12597         declarations down to before first use.
12598
12599 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
12600
12601         [BZ #16799]
12602         [BZ #16800]
12603         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
12604         with 0 numerator.
12605         * math/s_catanf.c (__catanf): Likewise.
12606         * math/s_catanh.c (__catanh): Likewise.
12607         * math/s_catanhf.c (__catanhf): Likewise.
12608         * math/s_catanhl.c (__catanhl): Likewise.
12609         * math/s_catanl.c (__catanl): Likewise.
12610         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
12611         by positive zero when computing -Inf result.
12612         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
12613         (catanh_test): Likewise.
12614         * sysdeps/i386/fpu/libm-test-ulps: Update.
12615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12616
12617         [BZ #16789]
12618         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
12619         instead of using underflowing value in computing result.
12620         * math/s_clog10.c (__clog10): Likewise.
12621         * math/s_clog10f.c (__clog10f): Likewise.
12622         * math/s_clog10l.c (__clog10l): Likewise.
12623         * math/s_clogf.c (__clogf): Likewise.
12624         * math/s_clogl.c (__clogl): Likewise.
12625         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
12626         (clog10_test): Likewise.
12627         * sysdeps/i386/fpu/libm-test-ulps: Update.
12628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12629
12630 2014-04-02  Alan Modra  <amodra@gmail.com>
12631
12632         [BZ #16739]
12633         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
12634         output when value is near a power of two.  Use int64_t for lx and
12635         remove casts.  Use decimal rather than hex exponent constants.
12636         Don't use long double multiplication when double will suffice.
12637         * math/libm-test.inc (nextafter_test_data): Add tests.
12638         * NEWS: Add 16739 and 16786 to bug list.
12639
12640         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
12641
12642         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
12643
12644 2014-04-01  Will Newton  <will.newton@linaro.org>
12645
12646         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
12647         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
12648
12649 2014-04-01  Florian Weimer  <fweimer@redhat.com>
12650
12651         [BZ #13347]
12652         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
12653         * nptl/tst-setuid2.c: New file.
12654         * nptl/Makefile (xtests): Add tst-setuid2.
12655
12656 2014-04-01  Alan Modra  <amodra@gmail.com>
12657
12658         [BZ #16786]
12659         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
12660
12661 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12662
12663         [BZ #6803]
12664         [BZ #6804]
12665         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
12666         set errno as appropriate.
12667         * math/w_scalbf.c (__scalbf): Likewise.
12668         * math/w_scalbl.c (__scalbl): Likewise.
12669         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
12670         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
12671         * math/libm-test.inc (scalb_test_data): Add errno expectations.
12672         Add more NaN tests.
12673
12674         [BZ #16349]
12675         * math/w_atan2.c: Include <errno.h>.
12676         (__atan2): Set errno for result underflowing to zero.
12677         * math/w_atan2f.c: Include <errno.h>.
12678         (__atan2f): Set errno for result underflowing to zero.
12679         * math/w_atan2l.c: Include <errno.h>.
12680         (__atan2l): Set errno for result underflowing to zero.
12681         * math/auto-libm-test-in: Don't allow missing errno for some atan2
12682         tests.
12683         * math/auto-libm-test-out: Regenerated.
12684
12685 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12686
12687         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
12688         Encode instruction correctly in little endian.
12689         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
12690         Likewise.
12691         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
12692         Likewise.
12693         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
12694         Likewise.
12695         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
12696         Likewise.
12697
12698 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12699
12700         [BZ #9894]
12701         * sysdeps/unix/sysv/linux/kernel-features.h
12702         [__sparc__ && !__arch64__ && !__sparc_v9__]
12703         (__ASSUME_SET_ROBUST_LIST): Do not define.
12704         [__sparc__ && !__arch64__ && !__sparc_v9__]
12705         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12706         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
12707         Likewise.
12708         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12709         (__ASSUME_FUTEX_LOCK_PI): Undefine.
12710         (__ASSUME_REQUEUE_PI): Likewise.
12711         (__ASSUME_SET_ROBUST_LIST): Likewise.
12712         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12713         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
12714         Undefine.
12715         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12716         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
12717         Likewise.
12718         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
12719         Likewise.
12720         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
12721         Likewise.
12722         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12723         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
12724         Undefine.
12725         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
12726         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
12727         Likewise.
12728
12729         [BZ #16648]
12730         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12731         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
12732         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
12733
12734 2014-03-31  Will Newton  <will.newton@linaro.org>
12735
12736         * benchtests/Makefile (bench): Add ffs and ffsll to list
12737         of tests.
12738         * benchtests/ffs-inputs: New file.
12739         * benchtests/ffsll-inputs: Likewise.
12740
12741 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
12742
12743         [BZ #16770]
12744         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12745         too large before casting to int.
12746         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12747         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12748         * math/libm-test.inc (scalb_test_data): Add more tests.
12749
12750 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12751
12752         * benchtests/Makefile (DETAILED_OPT): New make option.
12753         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12754         set.
12755         * benchtests/bench-skeleton.c: Include stdbool.h.
12756         (main): Store and print timings per input.
12757         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12758         member to each argument value.
12759         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12760         (_print_arg_data): Initialize per-input timing to 0.
12761
12762         * benchtests/Makefile (timing-type): New binary.
12763         (bench-clean): Also remove bench-timing-type.
12764         (bench): New target for timing-type.
12765         (bench-func): Print output in JSON format.
12766         * benchtests/bench-skeleton.c (main): Print output in JSON
12767         format.
12768         * benchtests/bench-timing-type.c: New file.
12769         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12770         (TIMING_PRINT_STATS): Remove.
12771         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12772         name separately.
12773
12774         * benchtests/bench-modf.c: Remove.
12775         * benchtests/modf-inputs: New inputs file.
12776
12777 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12778
12779         [BZ #16362]
12780         * math/s_clog10.c (M_PI_LOG10E): New macro.
12781         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12782         imaginary parts are 0.
12783         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12784         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12785         imaginary parts are 0.
12786         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12787         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12788         imaginary parts are 0.
12789         * math/libm-test.inc (clog10_test_data): Update expected results
12790         for when real and imaginary parts are 0.
12791
12792 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12793
12794         * elf/dl-load.c: Finish conversion of __builtin_expect into
12795         __glibc_{un}likely.
12796
12797 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12798
12799         [BZ #16348]
12800         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12801         1+x for argument with exponent below -67.
12802         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12803         Likewise.
12804         * math/auto-libm-test-in: Add more tests of exp.
12805         * math/auto-libm-test-out: Regenerated.
12806
12807 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12808
12809         [BZ #16759]
12810         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12811         (nscd_getnetgrent): Use it.
12812
12813         [BZ #16760]
12814         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12815         of stpcpy.
12816
12817 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12818
12819         * nptl/sysdeps/unix/sysv/linux/x86_64/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         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12826         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12827         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12828         (lll_robust_unlock): Remove out of line section. Use cfi
12829         intrinsics.
12830         (LLL_STUB_UNWIND_INFO*): Remove.
12831
12832 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12833
12834         [BZ #16758]
12835         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12836         blank values.
12837
12838 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12839
12840         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12841
12842 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12843
12844         [BZ #16198]
12845         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12846         fnstenv.
12847         * math/test-fenv-preserve.c: New file.
12848         * math/Makefile (tests): Add test-fenv-preserve.
12849
12850 2014-03-26  Will Newton <will.newton@linaro.org>
12851
12852         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12853
12854 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12855
12856         * scripts/versionlist.awk: Partition the version sets and emit all
12857         GLIBC_* (sorted) before all others (sorted).
12858
12859 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12860
12861         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12862         GLIBC_2.2.5 version.
12863
12864 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12865
12866         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12867         calls.
12868
12869         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12870         previous change.
12871
12872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12873
12874 2014-03-25  Andreas Schwab  <schwab@suse.de>
12875
12876         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12877         label to be used after in6ailist is initialized.
12878
12879 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12880
12881         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12882         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12883
12884 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12885
12886         [BZ #16357]
12887         [BZ #16599]
12888         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12889         min_plus_half.
12890         (fp_formats): Update initializers.
12891         (init_fp_formats): Initialize new field.
12892         (output_for_one_input_case): Allow underflow for results up to
12893         min_plus_half.
12894         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12895         * math/auto-libm-test-in: Don't mark some underflows from asin and
12896         atanh as spurious.
12897         * math/auto-libm-test-out: Regenerated.
12898         * sysdeps/i386/fpu/libm-test-ulps: Update.
12899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12900
12901 2014-03-25  Andreas Schwab  <schwab@suse.de>
12902
12903         * libio/Makefile (tst-ftell-partial-wide-ENV)
12904         (tst-ftell-active-handler-ENV): Define.
12905
12906 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12907
12908         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12909
12910 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12911
12912         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12913
12914 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12915
12916         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12917         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12918         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12919
12920 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12921
12922         [BZ #16634]
12923         * elf/dl-load.c (open_verify): Add mode parameter.
12924         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12925         (open_path): Change from boolean 'secure' to complete flag 'mode'
12926         (_dl_map_object): Adjust.
12927         * elf/Makefile (tests): Add tst-dlopen-aout.
12928         * elf/tst-dlopen-aout.c: New test.
12929
12930 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12931
12932         [BZ #16714]
12933         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12934         (struct stat): Rename member pad0 to __glibc_reserved0.
12935
12936         [BZ #16712]
12937         * sysdeps/s390/s390-32/bits/wordsize.h
12938         (__WORDSIZE32_SIZE_ULONG): New define.
12939         * sysdeps/s390/s390-64/bits/wordsize.h
12940         (__WORDSIZE32_SIZE_ULONG): Likewise.
12941         * sysdeps/generic/stdint.h (SIZE_MAX):
12942         Define as UL if __WORDSIZE32_SIZE_ULONG.
12943
12944         [BZ #16713]
12945         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12946         (__glibc_reserved0): New variable.
12947         (sa_flags): Change type to int.
12948
12949         * posix/Makefile (before-compile): Use += before-compile instead
12950         of a :=.
12951
12952         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12953         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12954
12955 2014-03-20  Andreas Schwab  <schwab@suse.de>
12956
12957         [BZ #16743]
12958         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12959         non-matching result from nscd.
12960
12961 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12962
12963         * scripts/bench.py: Moved to ...
12964         * benchtests/scripts/bench.py: ... here.
12965         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12966
12967 2014-03-24  Andreas Schwab  <schwab@suse.de>
12968
12969         [BZ #16002]
12970         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12971         alloca_account and account alloca use for struct in6ailist.
12972
12973 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12974
12975         [BZ #16284]
12976         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12977         rounding mode to recompute results that overflow to infinity or
12978         underflow to zero.
12979         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12980         bug 16284.
12981         * math/auto-libm-test-out: Regenerated.
12982         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12983         (ccosh_test): Likewise.
12984         (csin_test_data): Use plus_oflow.
12985         (csin_test): Use ALL_RM_TEST.
12986         (csinh_test_data): Use plus_oflow.
12987         (csinh_test): Use ALL_RM_TEST.
12988         * sysdeps/i386/fpu/libm-test-ulps: Update.
12989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12990
12991 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12992
12993         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12994         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12995         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12996
12997         [BZ #16731]
12998         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12999         when x - 1 is zero.
13000         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13001         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13002         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13003         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13004         argument is 1.
13005         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13006         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13007         zero.
13008         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13009         * sysdeps/i386/fpu/libm-test-ulps: Update.
13010         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13011
13012 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13013
13014         * scripts/bench.pl: Remove file.
13015         * scripts/bench.py: New benchmark script.
13016         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13017         * benchtests/README: Mention python dependency.
13018         * scripts/pylintrc: New file.
13019         * scripts/pylint: New file.
13020
13021         * bits/mathdef.h: Use #ifdef instead of #if.
13022         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13023         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13024         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13025         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13026         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13027         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13028
13029 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13030             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13031
13032         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13034         and strpbrk-ppc64 objects.
13035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13036         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13037         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13038         multiarch strpbrk for POWER7.
13039         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13040         multiarch strpbrk for PPC64.
13041         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13042         ifunc selector.
13043         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13044         strpbrk for POWER7.
13045
13046 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13047
13048         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13049         (atan_test): Likewise.
13050         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13051         (atanh_test): Use ALL_RM_TEST.
13052         (atan2_test_data): Likewise.
13053         (cabs_test): Likewise.
13054         (cacosh_test): Likewise.
13055         (carg_test): Likewise.
13056         (casin_test): Likewise.
13057         (casinh_test): Likewise.
13058         (cbrt_test): Likewise.
13059         (csqrt_test): Likewise.
13060         (erf_test): Likewise.
13061         (erfc_test): Likewise.
13062         (pow10_test): Likewise.
13063         (exp2_test): Likewise.
13064         (hypot_test): Likewise.
13065         (j0_test): Likewise.
13066         (j1_test): Likewise.
13067         (lgamma_test): Likewise.
13068         (gamma_test): Likewise.
13069         (sincos_test): Likewise.
13070         (tanh_test): Likewise.
13071         (y0_test): Likewise.
13072         (y1_test): Likewise.
13073         * sysdeps/i386/fpu/libm-test-ulps: Update.
13074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13075
13076 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13077
13078         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13080         and strcspn-ppc64 objects.
13081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13082         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13083         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13084         multiarch strcspn for POWER7.
13085         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13086         multiarch strcspn for PPC64.
13087         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13088         ifunc selector.
13089         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13090         strcspn for POWER7.
13091
13092 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13093
13094         * math/gen-libm-test.pl (generate_testfile): Expect only function
13095         name as argument to AUTO_TESTS_* and pass results for all rounding
13096         modes to parse_args.
13097         (parse_auto_input): Separate inputs of automatic tests from
13098         outputs before storing in %auto_tests.
13099         * math/libm-test.inc (acos_test_data): Update call to
13100         AUTO_TESTS_f_f.
13101         (acos_test): Use ALL_RM_TEST.
13102         (acos_tonearest_test_data): Remove.
13103         (acos_test_tonearest): Likewise.
13104         (acos_towardzero_test_data): Likewise.
13105         (acos_test_towardzero): Likewise.
13106         (acos_downward_test_data): Likewise.
13107         (acos_test_downward): Likewise.
13108         (acos_upward_test_data): Likewise.
13109         (acos_test_upward): Likewise.
13110         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13111         (asin_test_data): Likewise.
13112         (asin_test): Use ALL_RM_TEST.
13113         (asin_tonearest_test_data): Remove.
13114         (asin_test_tonearest): Likewise.
13115         (asin_towardzero_test_data): Likewise.
13116         (asin_test_towardzero): Likewise.
13117         (asin_downward_test_data): Likewise.
13118         (asin_test_downward): Likewise.
13119         (asin_upward_test_data): Likewise.
13120         (asin_test_upward): Likewise.
13121         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13122         (atan_test_data): Likewise.
13123         (atanh_test_data): Likewise.
13124         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13125         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13126         (carg_test_data): Likewise.
13127         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13128         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13129         (ccosh_test_data): Likewise.
13130         (cexp_test_data): Likewise.
13131         (clog_test_data): Likewise.
13132         (clog10_test_data): Likewise.
13133         (cos_test_data): Update call to AUTO_TESTS_f_f.
13134         (cos_test): Use ALL_RM_TEST.
13135         (cos_tonearest_test_data): Remove.
13136         (cos_test_tonearest): Likewise.
13137         (cos_towardzero_test_data): Likewise.
13138         (cos_test_towardzero): Likewise.
13139         (cos_downward_test_data): Likewise.
13140         (cos_test_downward): Likewise.
13141         (cos_upward_test_data): Likewise.
13142         (cos_test_upward): Likewise.
13143         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13144         (cosh_test): Use ALL_RM_TEST.
13145         (cosh_tonearest_test_data): Remove.
13146         (cosh_test_tonearest): Likewise.
13147         (cosh_towardzero_test_data): Likewise.
13148         (cosh_test_towardzero): Likewise.
13149         (cosh_downward_test_data): Likewise.
13150         (cosh_test_downward): Likewise.
13151         (cosh_upward_test_data): Likewise.
13152         (cosh_test_upward): Likewise.
13153         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13154         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13155         (ctan_test_data): Likewise.
13156         (ctan_test): Use ALL_RM_TEST.
13157         (ctan_tonearest_test_data): Remove.
13158         (ctan_test_tonearest): Likewise.
13159         (ctan_towardzero_test_data): Likewise.
13160         (ctan_test_towardzero): Likewise.
13161         (ctan_downward_test_data): Likewise.
13162         (ctan_test_downward): Likewise.
13163         (ctan_upward_test_data): Likewise.
13164         (ctan_test_upward): Likewise.
13165         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13166         (ctanh_test): Use ALL_RM_TEST.
13167         (ctanh_tonearest_test_data): Remove.
13168         (ctanh_test_tonearest): Likewise.
13169         (ctanh_towardzero_test_data): Likewise.
13170         (ctanh_test_towardzero): Likewise.
13171         (ctanh_downward_test_data): Likewise.
13172         (ctanh_test_downward): Likewise.
13173         (ctanh_upward_test_data): Likewise.
13174         (ctanh_test_upward): Likewise.
13175         (erf_test_data): Update call to AUTO_TESTS_f_f.
13176         (erfc_test_data): Likewise.
13177         (exp_test_data): Likewise.
13178         (exp_test): Use ALL_RM_TEST.
13179         (exp_tonearest_test_data): Remove.
13180         (exp_test_tonearest): Likewise.
13181         (exp_towardzero_test_data): Likewise.
13182         (exp_test_towardzero): Likewise.
13183         (exp_downward_test_data): Likewise.
13184         (exp_test_downward): Likewise.
13185         (exp_upward_test_data): Likewise.
13186         (exp_test_upward): Likewise.
13187         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13188         (exp10_test): Use ALL_RM_TEST.
13189         (exp10_tonearest_test_data): Remove.
13190         (exp10_test_tonearest): Likewise.
13191         (exp10_towardzero_test_data): Likewise.
13192         (exp10_test_towardzero): Likewise.
13193         (exp10_downward_test_data): Likewise.
13194         (exp10_test_downward): Likewise.
13195         (exp10_upward_test_data): Likewise.
13196         (exp10_test_upward): Likewise.
13197         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13198         (expm1_test_data): Likewise.
13199         (expm1_test): Use ALL_RM_TEST.
13200         (expm1_tonearest_test_data): Remove.
13201         (expm1_test_tonearest): Likewise.
13202         (expm1_towardzero_test_data): Likewise.
13203         (expm1_test_towardzero): Likewise.
13204         (expm1_downward_test_data): Likewise.
13205         (expm1_test_downward): Likewise.
13206         (expm1_upward_test_data): Likewise.
13207         (expm1_test_upward): Likewise.
13208         (fma_test_data): Update call to AUTO_TESTS_fff_f.
13209         (fma_test): Use ALL_RM_TEST.
13210         (fma_towardzero_test_data): Remove.
13211         (fma_test_towardzero): Likewise.
13212         (fma_downward_test_data): Likewise.
13213         (fma_test_downward): Likewise.
13214         (fma_upward_test_data): Likewise.
13215         (fma_test_upward): Likewise.
13216         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
13217         (j0_test_data): Update call to AUTO_TESTS_f_f.
13218         (j1_test_data): Likewise.
13219         (jn_test_data): Update call to AUTO_TESTS_if_f.
13220         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
13221         (log_test_data): Update call to AUTO_TESTS_f_f.
13222         (log10_test_data): Likewise.
13223         (log1p_test_data): Likewise.
13224         (log2_test_data): Likewise.
13225         (pow_test_data): Update call to AUTO_TESTS_ff_f.
13226         (pow_tonearest_test_data): Likewise.
13227         (sin_test_data): Update call to AUTO_TESTS_f_f.
13228         (sin_test): Use ALL_RM_TEST.
13229         (sin_tonearest_test_data): Remove.
13230         (sin_test_tonearest): Likewise.
13231         (sin_towardzero_test_data): Likewise.
13232         (sin_test_towardzero): Likewise.
13233         (sin_downward_test_data): Likewise.
13234         (sin_test_downward): Likewise.
13235         (sin_upward_test_data): Likewise.
13236         (sin_test_upward): Likewise.
13237         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
13238         (sinh_test_data): Update call to AUTO_TESTS_f_f.
13239         (sinh_test): Use ALL_RM_TEST.
13240         (sinh_tonearest_test_data): Remove.
13241         (sinh_test_tonearest): Likewise.
13242         (sinh_towardzero_test_data): Likewise.
13243         (sinh_test_towardzero): Likewise.
13244         (sinh_downward_test_data): Likewise.
13245         (sinh_test_downward): Likewise.
13246         (sinh_upward_test_data): Likewise.
13247         (sinh_test_upward): Likewise.
13248         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
13249         (sqrt_test): Use ALL_RM_TEST.
13250         (sqrt_tonearest_test_data): Remove.
13251         (sqrt_test_tonearest): Likewise.
13252         (sqrt_towardzero_test_data): Likewise.
13253         (sqrt_test_towardzero): Likewise.
13254         (sqrt_downward_test_data): Likewise.
13255         (sqrt_test_downward): Likewise.
13256         (sqrt_upward_test_data): Likewise.
13257         (sqrt_test_upward): Likewise.
13258         (tan_test_data): Update call to AUTO_TESTS_f_f.
13259         (tan_test): Use ALL_RM_TEST.
13260         (tan_tonearest_test_data): Remove.
13261         (tan_test_tonearest): Likewise.
13262         (tan_towardzero_test_data): Likewise.
13263         (tan_test_towardzero): Likewise.
13264         (tan_downward_test_data): Likewise.
13265         (tan_test_downward): Likewise.
13266         (tan_upward_test_data): Likewise.
13267         (tan_test_upward): Likewise.
13268         (tanh_test_data): Update call to AUTO_TESTS_f_f.
13269         (tgamma_test_data): Likewise.
13270         (y0_test_data): Likewise.
13271         (y1_test_data): Likewise.
13272         (yn_test_data): Update call to AUTO_TESTS_if_f.
13273         (main): Do not call removed functions.
13274
13275 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13276
13277         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
13278         (ldexp_test_data): Remove.
13279         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
13280         scalbn_test_data.
13281         (scalb_test): Use ALL_RM_TEST.
13282
13283 2014-03-19  Andreas Schwab  <schwab@suse.de>
13284
13285         * nscd/nscd.service: Also invalidate netgroup cache on reload.
13286
13287 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13288
13289         [BZ #16649]
13290         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13291         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
13292         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
13293         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13294         (__ASSUME_PREADV): Undefine.
13295         (__ASSUME_PWRITEV): Likewise.
13296
13297 2014-03-18  Roland McGrath  <roland@hack.frob.com>
13298
13299         * bits/mman-linux.h: Add comment about non-Linux use.
13300         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
13301         bits/mman-linux.h resting place.
13302
13303         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
13304         * bits/mman-linux.h: ... here.
13305
13306 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13307
13308         * conform/conformtest.pl: Add standard definition when calling C
13309         preprocessor on data files.
13310         (checknamespace): Remove unused variable.
13311
13312 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
13313
13314         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
13315         minus_oflow, plus_uflow and minus_uflow in expected results.
13316         * math/libm-test.inc (scalbn_test_data): Add more tests of
13317         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
13318         minus_uflow.
13319         (scalbn_test): Use ALL_RM_TEST.
13320         (scalbln_test_data): Add more tests of negative arguments.  Use
13321         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
13322         (scalbln_test): Use ALL_RM_TEST.
13323
13324 2014-03-18  Roland McGrath  <roland@hack.frob.com>
13325
13326         * scripts/abilist.awk: Ignore symbols marked with .hidden.
13327
13328 2014-03-18  Will Newton  <will.newton@linaro.org>
13329
13330         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
13331         inaccurate comment.
13332
13333 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
13334
13335         * Makerules [!subdir] (check-abi): Exit with error status if a
13336         test failed.
13337
13338 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
13339
13340         * math/libm-test.inc (nearbyint_test_data): Include all tests used
13341         for rint.  Include results for all rounding modes.
13342         (nearbyint_test): Use ALL_RM_TEST.
13343         (rint_test_data): Include all tests used for nearbyint.
13344
13345 2014-03-17  Will Newton  <will.newton@linaro.org>
13346
13347         * nptl/sysdeps/pthread/pthread.h: Revert previous
13348         change.
13349
13350         * sysdeps/generic/ldsodefs.h: Revert previous
13351         change.
13352
13353         * libio/genops.c: Revert previous change.
13354         * libio/libioP.h: Likewise.
13355         * stdio-common/vfprintf.c: Likewise.
13356
13357         * sysdeps/generic/math_private.h: Revert previous
13358         change.
13359
13360         * sysdeps/generic/math_private.h: Check whether
13361         HAVE_RM_CTX is defined with #ifdef rather
13362         than #if.
13363
13364         * argp/argp-fmtstream.h: Check whether
13365         __STRICT_ANSI__ is defined with #ifdef rather
13366         than #if.
13367         * argp/argp.h: Likewise.
13368
13369         * libio/genops.c: Check whether
13370         _IO_JUMPS_OFFSET is defined with #ifdef rather
13371         than #if.
13372         * libio/libioP.h: Likewise.
13373         * stdio-common/vfprintf.c: Likewise.
13374
13375         * sysdeps/generic/ldsodefs.h: Check whether
13376         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
13377         than #if.
13378
13379         * nptl/sysdeps/pthread/pthread.h: Check
13380         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
13381         its value.
13382
13383 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
13384
13385         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
13386         setting O_APPEND.
13387         * libio/tst-ftell-active-handler.c (do_append_test): Add a
13388         test case.
13389
13390         [BZ #16680]
13391         * libio/fileops.c (_IO_file_open): Seek to end of file but
13392         don't cache the offset.
13393         (get_file_offset): Remove function.
13394         (do_ftell): Use cached offset when available.
13395         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
13396         don't cache the offset.
13397         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
13398         case.
13399         (do_one_test): Call it.
13400         (do_ftell_test): Fix up expected old offset for a+ mode.
13401         * libio/wfileops.c (do_ftell_wide): Used cached offset when
13402         available.
13403
13404         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
13405         up test status with function return status.
13406         (do_write_test): Likewise.
13407         (do_append_test): Likewise.
13408
13409         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
13410         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
13411         Remove.
13412
13413 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
13414
13415         * math/gen-libm-test.pl (parse_args): Handle results specified for
13416         each rounding mode separately.
13417         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
13418         tests and results from lrint_tonearest_test_data,
13419         lrint_towardzero_test_data, lrint_downward_test_data and
13420         lrint_upward_test_data.
13421         (lrint_test): Use ALL_RM_TEST.
13422         (lrint_tonearest_test_data): Remove.
13423         (lrint_test_tonearest): Likewise.
13424         (lrint_towardzero_test_data): Likewise.
13425         (lrint_test_towardzero): Likewise.
13426         (lrint_downward_test_data): Likewise.
13427         (lrint_test_downward): Likewise.
13428         (lrint_upward_test_data): Likewise.
13429         (lrint_test_upward): Likewise.
13430         (llrint_test_data): Merge in per-rounding-mode tests and results
13431         from llrint_tonearest_test_data, llrint_towardzero_test_data,
13432         llrint_downward_test_data and llrint_upward_test_data.
13433         (llrint_test): Use ALL_RM_TEST.
13434         (llrint_tonearest_test_data): Remove.
13435         (llrint_test_tonearest): Likewise.
13436         (llrint_towardzero_test_data): Likewise.
13437         (llrint_test_towardzero): Likewise.
13438         (llrint_downward_test_data): Likewise.
13439         (llrint_test_downward): Likewise.
13440         (llrint_upward_test_data): Likewise.
13441         (llrint_test_upward): Likewise.
13442         (rint_test_data): Merge in per-rounding-mode tests and results
13443         from rint_tonearest_test_data, rint_towardzero_test_data,
13444         rint_downward_test_data and rint_upward_test_data.  Add
13445         per-rounding-mode results for tests not in those arrays.
13446         (rint_test): Use ALL_RM_TEST.
13447         (rint_tonearest_test_data): Remove.
13448         (rint_test_tonearest): Likewise.
13449         (rint_towardzero_test_data): Likewise.
13450         (rint_test_towardzero): Likewise.
13451         (rint_downward_test_data): Likewise.
13452         (rint_test_downward): Likewise.
13453         (rint_upward_test_data): Likewise.
13454         (rint_test_upward): Likewise.
13455         (main): Don't call removed functions.
13456
13457 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13458
13459         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
13460         "Compiled on ..." crapola.  It is anti-useful.
13461
13462 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
13463
13464         * scripts/evaluate-test.sh: Handle fourth argument to determine
13465         whether test run should stop on failure.
13466         * Makeconfig (stop-on-test-failure): New variable.
13467         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
13468         $(stop-on-test-failure).
13469         * Makefile (tests): Give a summary of results from testing and
13470         exit with failure status if they include an ERROR or FAIL.
13471         (xtests): Likewise.
13472         * manual/install.texi (Configuring and compiling): Mention
13473         stop-on-test-failure=y.
13474         * INSTALL: Regenerated.
13475
13476 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13477
13478         * scripts/versionlist.awk: New file.
13479         * Makerules [$(build-shared) = yes]
13480         (postclean-generated): Add Versions.def, not Versions.def.v and
13481         Versions.def.v.i.
13482         ($(common-objpfx)Versions.def.v.i): Target removed.
13483         ($(common-objpfx)Versions.def): New target.
13484         ($(common-objpfx)Versions.all): Depend on that rather that
13485         $(common-objpfx)Versions.def.v.
13486         * Versions.def: File removed.
13487
13488         * Makeconfig (+gccwarn): Add -Wundef.
13489         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
13490         a dl-sysdep.h breaking its contract.
13491         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
13492         * include/stackinfo.h: New file.
13493         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
13494         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
13495         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
13496         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
13497         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
13498         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
13499         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13500         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13501         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13502         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13503         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13504         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
13505         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13506         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13507         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13508
13509 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13510
13511         [BZ #16707]
13512         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
13513         implementation.
13514         * math/libm-test.inc (round_test_data): Add more tests.
13515
13516         [BZ #16706]
13517         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
13518         implementation.
13519         * math/libm-test.inc (nearbyint_test_data): Add more tests.
13520
13521         [BZ #16701]
13522         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
13523         implementation.
13524         * math/libm-test.inc (ceil_test_data): Add more tests.
13525
13526         * math/libm-test.inc (trunc_test_data): Add more tests related to
13527         BZ#16414.
13528
13529 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13530
13531         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
13532         with #if rather than #ifdef.
13533         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
13534
13535 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
13536
13537         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
13538         first.  Disable AVX-512 GCC support if assembler doesn't support
13539         it.
13540         * sysdeps/x86_64/configure: Regenerated.
13541
13542 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
13543
13544         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
13545         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
13546         (__old_pthread_attr_setstack): Likewise.
13547         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
13548         [!_STACK_GROWS_DOWN]: Likewise.
13549
13550 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
13551
13552         * config.make.in (have-bash2): Delete.
13553         * configure.ac (libc_cv_have_bash2): Delete.
13554         * configure: Regenerate.
13555         * elf/Makefile (common-ldd-rewrite): Rename to ...
13556         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
13557         (sh-ldd-rewrite): Delete.
13558         (bash-ldd-rewrite): Delete.
13559         (have-bash2): Delete checks.
13560         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
13561         ldd-rewrite.
13562
13563         * config.make.in (have-ksh): Delete.
13564         (KSH): Delete.
13565         * configure.ac (libc_cv_have_ksh): Delete.
13566         * configure: Regenerate.
13567
13568         * elf/Makefile: Delete $(have-ksh) check.
13569         ($(objpfx)sotruss): Change KSH to BASH.
13570         * elf/sotruss.ksh: Rename to ...
13571         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
13572         function style to match POSIX.  Drop ksh vim mode setting.
13573
13574         * manual/time.texi (Specifying the Time Zone with TZ): Change
13575         Tuesday to Thursday.
13576
13577         * debug/tst-longjmp_chk2.c: Update header comment.
13578         (stackoverflow_handler): Add comment.  Call assert on pass value.
13579
13580 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
13581
13582         [BZ #16194]
13583         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
13584         (HAVE_AVX512_ASM_SUPPORT): Likewise.
13585         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
13586         (La_x86_64_vector): Add zmm.
13587         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
13588         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
13589         ($(objpfx)tst-audit10): New target.
13590         ($(objpfx)tst-audit10.out): Likewise.
13591         (tst-audit10-ENV): New.
13592         (AVX512-CFLAGS): Likewise.
13593         (CFLAGS-tst-audit10.c): Likewise.
13594         (CFLAGS-tst-auditmod10a.c): Likewise.
13595         (CFLAGS-tst-auditmod10b.c): Likewise.
13596         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
13597         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
13598         * sysdeps/x86_64/configure: Regenerated.
13599         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
13600         AVX-512 zmm register support.
13601         (_dl_x86_64_save_sse): Likewise.
13602         (_dl_x86_64_restore_sse): Likewise.
13603         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
13604         size vector registers.
13605         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
13606         (ZMM_SIZE): Likewise.
13607         * sysdeps/x86_64/tst-audit10.c: New file.
13608         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
13609         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
13610
13611 2014-03-13  Roland McGrath  <roland@hack.frob.com>
13612
13613         * configure.ac (HAVE_EHDR_START): New check.
13614         * configure: Regenerated.
13615         * config.h.in (HAVE_EHDR_START): New #undef.
13616         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
13617         assuming the lowest-addressed segment maps the start of the file.
13618
13619 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
13620
13621         * INSTALL: Regenerated.
13622
13623 2014-03-13  Will Newton  <will.newton@linaro.org>
13624
13625         * manual/setjmp.texi (System V contexts): Improve
13626         clarity and grammar of documentation.
13627
13628 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
13629
13630         [BZ #16381]
13631         * elf/Makefile (tests): Add tst-pie2.
13632         (tests-pie): Add tst-pie2.
13633         * elf/tst-pie2.c: New file.
13634         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
13635         for ET_EXEC.
13636         * elf/rtld.c (map_doit): Load executable as lt_executable.
13637         (dl_main): Likewise.
13638
13639 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
13640
13641         [BZ #16642]
13642         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13643         (__ASSUME_PSELECT): Undefine.
13644
13645 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13646
13647         [BZ #16689]
13648         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
13649         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
13650         static build.
13651         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
13652         selector for static builds.
13653
13654 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13655
13656         [BZ #16695]
13657         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
13658         key in the buffer.
13659
13660 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13661
13662         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
13663         IFUNC selector for static builds.
13664
13665 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
13666
13667         * sysdeps/mips/math_private.h [__mips_hard_float]
13668         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
13669         libc_feresetround_mips_ctx.
13670         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
13671         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
13672         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
13673
13674         [BZ #16677]
13675         * math/s_nextafter.c (__nextafter): Do not return value from
13676         overflowing computation.
13677         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
13678         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
13679         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
13680         Likewise.
13681         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
13682         Likewise.
13683         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
13684         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
13685
13686 2014-03-11  Roland McGrath  <roland@hack.frob.com>
13687
13688         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
13689         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
13690         Move sfi_sp use from the load-multiple (that no longer sets sp) to
13691         the new mov targetting sp.
13692
13693 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13694
13695         [BZ #16683]
13696         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
13697         Define it for static builds as well.
13698         (NO_BZERO_IMPL): Likewise.
13699
13700 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13701
13702         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
13703         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
13704         multiarch strspn for PPC64.
13705         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
13706         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
13707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13708         (__libc_ifunc_impl_list): Likewise.
13709         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
13710         multiarch optimizations
13711         * string/strspn.c (strspn): Using macro to redefine symbol name.
13712
13713 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13714             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13715
13716         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
13717         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
13718         multiarch strncat for PPC64.
13719         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
13720         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
13721         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13722         (__libc_ifunc_impl_list): Likewise.
13723         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
13724         multiarch optimizations
13725
13726 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13727
13728         [BZ #16639]
13729         * nscd/nscd.service: Make service type forking.
13730
13731 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13732
13733         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
13734         sign in non default rounding modes.
13735         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
13736
13737 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
13738
13739         * math/libm-test.inc (ALL_RM_TEST): New macro.
13740         (ceil_test): Use ALL_RM_TEST.
13741         (cimag_test): Likewise.
13742         (conj_test): Likewise.
13743         (copysign_test): Likewise.
13744         (cproj_test): Likewise.
13745         (creal_test): Likewise.
13746         (fabs_test): Likewise.
13747         (floor_test): Likewise.
13748         (fmax_test): Likewise.
13749         (fmin_test): Likewise.
13750         (fmod_test): Likewise.
13751         (fpclassify_test): Likewise.
13752         (frexp_test): Likewise.
13753         (ilogb_test): Likewise.
13754         (isfinite_test): Likewise.
13755         (finite_test): Likewise.
13756         (isgreater_test): Likewise.
13757         (isgreaterequal_test): Likewise.
13758         (isinf_test): Likewise.
13759         (isless_test): Likewise.
13760         (islessequal_test): Likewise.
13761         (islessgreater_test): Likewise.
13762         (isnan_test): Likewise.
13763         (isnormal_test): Likewise.
13764         (issignaling_test): Likewise.
13765         (isunordered_test): Likewise.
13766         (logb_test): Likewise.
13767         (logb_downward_test_data): Remove.
13768         (logb_test_downward): Likewise.
13769         (lround_test): Use ALL_RM_TEST.
13770         (llround_test): Likewise.
13771         (modf_test): Likewise.
13772         (nexttoward_test): Likewise.
13773         (remainder_test): Likewise.
13774         (drem_test): Likewise.
13775         (remainder_tonearest_test_data): Likewise.
13776         (remainder_test_tonearest): Likewise.
13777         (drem_test_tonearest): Likewise.
13778         (remainder_towardzero_test_data): Likewise.
13779         (remainder_test_towardzero): Likewise.
13780         (drem_test_towardzero): Likewise.
13781         (remainder_downward_test_data): Likewise.
13782         (remainder_test_downward): Likewise.
13783         (drem_test_downward): Likewise.
13784         (remainder_upward_test_data): Likewise.
13785         (remainder_test_upward): Likewise.
13786         (drem_test_upward): Likewise.
13787         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13788         (round_test): Use ALL_RM_TEST.
13789         (signbit_test): Likewise.
13790         (trunc_test): Likewise.
13791         (significand_test): Likewise.
13792         (main): Don't call removed functions.
13793
13794 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13795
13796         [BZ #16674]
13797         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13798         || __USE_XOPEN2K8].
13799         (ILL_ILLOPN): Likewise.
13800         (ILL_ILLADR): Likewise.
13801         (ILL_ILLTRP): Likewise.
13802         (ILL_PRVOPC): Likewise.
13803         (ILL_PRVREG): Likewise.
13804         (ILL_COPROC): Likewise.
13805         (ILL_BADSTK): Likewise.
13806         (FPE_INTDIV): Likewise.
13807         (FPE_INTOVF): Likewise.
13808         (FPE_FLTDIV): Likewise.
13809         (FPE_FLTOVF): Likewise.
13810         (FPE_FLTUND): Likewise.
13811         (FPE_FLTRES): Likewise.
13812         (FPE_FLTINV): Likewise.
13813         (FPE_FLTSUB): Likewise.
13814         (SEGV_MAPERR): Likewise.
13815         (SEGV_ACCERR): Likewise.
13816         (BUS_ADRALN): Likewise.
13817         (BUS_ADRERR): Likewise.
13818         (BUS_OBJERR): Likewise.
13819         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13820         (TRAP_TRACE): Likewise.
13821         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13822         __USE_XOPEN2K8].
13823         (CLD_KILLED): Likewise.
13824         (CLD_DUMPED): Likewise.
13825         (CLD_TRAPPED): Likewise.
13826         (CLD_STOPPED): Likewise.
13827         (CLD_CONTINUED): Likewise.
13828         (POLL_IN): Likewise.
13829         (POLL_OUT): Likewise.
13830         (POLL_MSG): Likewise.
13831         (POLL_ERR): Likewise.
13832         (POLL_PRI): Likewise.
13833         (POLL_HUP): Likewise.
13834         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13835         Likewise.
13836         (ILL_ILLOPN): Likewise.
13837         (ILL_ILLADR): Likewise.
13838         (ILL_ILLTRP): Likewise.
13839         (ILL_PRVOPC): Likewise.
13840         (ILL_PRVREG): Likewise.
13841         (ILL_COPROC): Likewise.
13842         (ILL_BADSTK): Likewise.
13843         (FPE_INTDIV): Likewise.
13844         (FPE_INTOVF): Likewise.
13845         (FPE_FLTDIV): Likewise.
13846         (FPE_FLTOVF): Likewise.
13847         (FPE_FLTUND): Likewise.
13848         (FPE_FLTRES): Likewise.
13849         (FPE_FLTINV): Likewise.
13850         (FPE_FLTSUB): Likewise.
13851         (SEGV_MAPERR): Likewise.
13852         (SEGV_ACCERR): Likewise.
13853         (BUS_ADRALN): Likewise.
13854         (BUS_ADRERR): Likewise.
13855         (BUS_OBJERR): Likewise.
13856         (BUS_MCEERR_AR): Likewise.
13857         (BUS_MCEERR_AO): Likewise.
13858         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13859         (TRAP_TRACE): Likewise.
13860         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13861         __USE_XOPEN2K8].
13862         (CLD_KILLED): Likewise.
13863         (CLD_DUMPED): Likewise.
13864         (CLD_TRAPPED): Likewise.
13865         (CLD_STOPPED): Likewise.
13866         (CLD_CONTINUED): Likewise.
13867         (POLL_IN): Likewise.
13868         (POLL_OUT): Likewise.
13869         (POLL_MSG): Likewise.
13870         (POLL_ERR): Likewise.
13871         (POLL_PRI): Likewise.
13872         (POLL_HUP): Likewise.
13873         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13874         (ILL_ILLOPN): Likewise.
13875         (ILL_ILLADR): Likewise.
13876         (ILL_ILLTRP): Likewise.
13877         (ILL_PRVOPC): Likewise.
13878         (ILL_PRVREG): Likewise.
13879         (ILL_COPROC): Likewise.
13880         (ILL_BADSTK): Likewise.
13881         (FPE_INTDIV): Likewise.
13882         (FPE_INTOVF): Likewise.
13883         (FPE_FLTDIV): Likewise.
13884         (FPE_FLTOVF): Likewise.
13885         (FPE_FLTUND): Likewise.
13886         (FPE_FLTRES): Likewise.
13887         (FPE_FLTINV): Likewise.
13888         (FPE_FLTSUB): Likewise.
13889         (SEGV_MAPERR): Likewise.
13890         (SEGV_ACCERR): Likewise.
13891         (BUS_ADRALN): Likewise.
13892         (BUS_ADRERR): Likewise.
13893         (BUS_OBJERR): Likewise.
13894         (BUS_MCEERR_AR): Likewise.
13895         (BUS_MCEERR_AO): Likewise.
13896         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13897         (TRAP_TRACE): Likewise.
13898         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13899         __USE_XOPEN2K8].
13900         (CLD_KILLED): Likewise.
13901         (CLD_DUMPED): Likewise.
13902         (CLD_TRAPPED): Likewise.
13903         (CLD_STOPPED): Likewise.
13904         (CLD_CONTINUED): Likewise.
13905         (POLL_IN): Likewise.
13906         (POLL_OUT): Likewise.
13907         (POLL_MSG): Likewise.
13908         (POLL_ERR): Likewise.
13909         (POLL_PRI): Likewise.
13910         (POLL_HUP): Likewise.
13911         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13912         Likewise.
13913         (ILL_ILLOPN): Likewise.
13914         (ILL_ILLADR): Likewise.
13915         (ILL_ILLTRP): Likewise.
13916         (ILL_PRVOPC): Likewise.
13917         (ILL_PRVREG): Likewise.
13918         (ILL_COPROC): Likewise.
13919         (ILL_BADSTK): Likewise.
13920         (ILL_BADIADDR): Likewise.
13921         (ILL_BREAK): Likewise.
13922         (FPE_INTDIV): Likewise.
13923         (FPE_INTOVF): Likewise.
13924         (FPE_FLTDIV): Likewise.
13925         (FPE_FLTOVF): Likewise.
13926         (FPE_FLTUND): Likewise.
13927         (FPE_FLTRES): Likewise.
13928         (FPE_FLTINV): Likewise.
13929         (FPE_FLTSUB): Likewise.
13930         (FPE_DECOVF): Likewise.
13931         (FPE_DECDIV): Likewise.
13932         (FPE_DECERR): Likewise.
13933         (FPE_INVASC): Likewise.
13934         (FPE_INVDEC): Likewise.
13935         (SEGV_MAPERR): Likewise.
13936         (SEGV_ACCERR): Likewise.
13937         (SEGV_PSTKOVF): Likewise.
13938         (BUS_ADRALN): Likewise.
13939         (BUS_ADRERR): Likewise.
13940         (BUS_OBJERR): Likewise.
13941         (BUS_MCEERR_AR): Likewise.
13942         (BUS_MCEERR_AO): Likewise.
13943         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13944         (TRAP_TRACE): Likewise.
13945         (TRAP_BRANCH): Likewise.
13946         (TRAP_HWBKPT): Likewise.
13947         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13948         __USE_XOPEN2K8].
13949         (CLD_KILLED): Likewise.
13950         (CLD_DUMPED): Likewise.
13951         (CLD_TRAPPED): Likewise.
13952         (CLD_STOPPED): Likewise.
13953         (CLD_CONTINUED): Likewise.
13954         (POLL_IN): Likewise.
13955         (POLL_OUT): Likewise.
13956         (POLL_MSG): Likewise.
13957         (POLL_ERR): Likewise.
13958         (POLL_PRI): Likewise.
13959         (POLL_HUP): Likewise.
13960         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13961         (ILL_ILLOPN): Likewise.
13962         (ILL_ILLADR): Likewise.
13963         (ILL_ILLTRP): Likewise.
13964         (ILL_PRVOPC): Likewise.
13965         (ILL_PRVREG): Likewise.
13966         (ILL_COPROC): Likewise.
13967         (ILL_BADSTK): Likewise.
13968         (FPE_INTDIV): Likewise.
13969         (FPE_INTOVF): Likewise.
13970         (FPE_FLTDIV): Likewise.
13971         (FPE_FLTOVF): Likewise.
13972         (FPE_FLTUND): Likewise.
13973         (FPE_FLTRES): Likewise.
13974         (FPE_FLTINV): Likewise.
13975         (FPE_FLTSUB): Likewise.
13976         (SEGV_MAPERR): Likewise.
13977         (SEGV_ACCERR): Likewise.
13978         (BUS_ADRALN): Likewise.
13979         (BUS_ADRERR): Likewise.
13980         (BUS_OBJERR): Likewise.
13981         (BUS_MCEERR_AR): Likewise.
13982         (BUS_MCEERR_AO): Likewise.
13983         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13984         (TRAP_TRACE): Likewise.
13985         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13986         __USE_XOPEN2K8].
13987         (CLD_KILLED): Likewise.
13988         (CLD_DUMPED): Likewise.
13989         (CLD_TRAPPED): Likewise.
13990         (CLD_STOPPED): Likewise.
13991         (CLD_CONTINUED): Likewise.
13992         (POLL_IN): Likewise.
13993         (POLL_OUT): Likewise.
13994         (POLL_MSG): Likewise.
13995         (POLL_ERR): Likewise.
13996         (POLL_PRI): Likewise.
13997         (POLL_HUP): Likewise.
13998         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13999         (ILL_ILLOPN): Likewise.
14000         (ILL_ILLADR): Likewise.
14001         (ILL_ILLTRP): Likewise.
14002         (ILL_PRVOPC): Likewise.
14003         (ILL_PRVREG): Likewise.
14004         (ILL_COPROC): Likewise.
14005         (ILL_BADSTK): Likewise.
14006         (FPE_INTDIV): Likewise.
14007         (FPE_INTOVF): Likewise.
14008         (FPE_FLTDIV): Likewise.
14009         (FPE_FLTOVF): Likewise.
14010         (FPE_FLTUND): Likewise.
14011         (FPE_FLTRES): Likewise.
14012         (FPE_FLTINV): Likewise.
14013         (FPE_FLTSUB): Likewise.
14014         (SEGV_MAPERR): Likewise.
14015         (SEGV_ACCERR): Likewise.
14016         (BUS_ADRALN): Likewise.
14017         (BUS_ADRERR): Likewise.
14018         (BUS_OBJERR): Likewise.
14019         (BUS_MCEERR_AR): Likewise.
14020         (BUS_MCEERR_AO): Likewise.
14021         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14022         (TRAP_TRACE): Likewise.
14023         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14024         __USE_XOPEN2K8].
14025         (CLD_KILLED): Likewise.
14026         (CLD_DUMPED): Likewise.
14027         (CLD_TRAPPED): Likewise.
14028         (CLD_STOPPED): Likewise.
14029         (CLD_CONTINUED): Likewise.
14030         (POLL_IN): Likewise.
14031         (POLL_OUT): Likewise.
14032         (POLL_MSG): Likewise.
14033         (POLL_ERR): Likewise.
14034         (POLL_PRI): Likewise.
14035         (POLL_HUP): Likewise.
14036         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14037         (ILL_ILLOPN): Likewise.
14038         (ILL_ILLADR): Likewise.
14039         (ILL_ILLTRP): Likewise.
14040         (ILL_PRVOPC): Likewise.
14041         (ILL_PRVREG): Likewise.
14042         (ILL_COPROC): Likewise.
14043         (ILL_BADSTK): Likewise.
14044         (FPE_INTDIV): Likewise.
14045         (FPE_INTOVF): Likewise.
14046         (FPE_FLTDIV): Likewise.
14047         (FPE_FLTOVF): Likewise.
14048         (FPE_FLTUND): Likewise.
14049         (FPE_FLTRES): Likewise.
14050         (FPE_FLTINV): Likewise.
14051         (FPE_FLTSUB): Likewise.
14052         (SEGV_MAPERR): Likewise.
14053         (SEGV_ACCERR): Likewise.
14054         (BUS_ADRALN): Likewise.
14055         (BUS_ADRERR): Likewise.
14056         (BUS_OBJERR): Likewise.
14057         (BUS_MCEERR_AR): Likewise.
14058         (BUS_MCEERR_AO): Likewise.
14059         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14060         (TRAP_TRACE): Likewise.
14061         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14062         __USE_XOPEN2K8].
14063         (CLD_KILLED): Likewise.
14064         (CLD_DUMPED): Likewise.
14065         (CLD_TRAPPED): Likewise.
14066         (CLD_STOPPED): Likewise.
14067         (CLD_CONTINUED): Likewise.
14068         (POLL_IN): Likewise.
14069         (POLL_OUT): Likewise.
14070         (POLL_MSG): Likewise.
14071         (POLL_ERR): Likewise.
14072         (POLL_PRI): Likewise.
14073         (POLL_HUP): Likewise.
14074         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14075         (ILL_ILLOPN): Likewise.
14076         (ILL_ILLADR): Likewise.
14077         (ILL_ILLTRP): Likewise.
14078         (ILL_PRVOPC): Likewise.
14079         (ILL_PRVREG): Likewise.
14080         (ILL_COPROC): Likewise.
14081         (ILL_BADSTK): Likewise.
14082         (ILL_DBLFLT): Likewise.
14083         (ILL_HARDWALL): Likewise.
14084         (FPE_INTDIV): Likewise.
14085         (FPE_INTOVF): Likewise.
14086         (FPE_FLTDIV): Likewise.
14087         (FPE_FLTOVF): Likewise.
14088         (FPE_FLTUND): Likewise.
14089         (FPE_FLTRES): Likewise.
14090         (FPE_FLTINV): Likewise.
14091         (FPE_FLTSUB): Likewise.
14092         (SEGV_MAPERR): Likewise.
14093         (SEGV_ACCERR): Likewise.
14094         (BUS_ADRALN): Likewise.
14095         (BUS_ADRERR): Likewise.
14096         (BUS_OBJERR): Likewise.
14097         (BUS_MCEERR_AR): Likewise.
14098         (BUS_MCEERR_AO): Likewise.
14099         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14100         (TRAP_TRACE): Likewise.
14101         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14102         __USE_XOPEN2K8].
14103         (CLD_KILLED): Likewise.
14104         (CLD_DUMPED): Likewise.
14105         (CLD_TRAPPED): Likewise.
14106         (CLD_STOPPED): Likewise.
14107         (CLD_CONTINUED): Likewise.
14108         (POLL_IN): Likewise.
14109         (POLL_OUT): Likewise.
14110         (POLL_MSG): Likewise.
14111         (POLL_ERR): Likewise.
14112         (POLL_PRI): Likewise.
14113         (POLL_HUP): Likewise.
14114         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14115         (ILL_ILLOPN): Likewise.
14116         (ILL_ILLADR): Likewise.
14117         (ILL_ILLTRP): Likewise.
14118         (ILL_PRVOPC): Likewise.
14119         (ILL_PRVREG): Likewise.
14120         (ILL_COPROC): Likewise.
14121         (ILL_BADSTK): Likewise.
14122         (FPE_INTDIV): Likewise.
14123         (FPE_INTOVF): Likewise.
14124         (FPE_FLTDIV): Likewise.
14125         (FPE_FLTOVF): Likewise.
14126         (FPE_FLTUND): Likewise.
14127         (FPE_FLTRES): Likewise.
14128         (FPE_FLTINV): Likewise.
14129         (FPE_FLTSUB): Likewise.
14130         (SEGV_MAPERR): Likewise.
14131         (SEGV_ACCERR): Likewise.
14132         (BUS_ADRALN): Likewise.
14133         (BUS_ADRERR): Likewise.
14134         (BUS_OBJERR): Likewise.
14135         (BUS_MCEERR_AR): Likewise.
14136         (BUS_MCEERR_AO): Likewise.
14137         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14138         (TRAP_TRACE): Likewise.
14139         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14140         __USE_XOPEN2K8].
14141         (CLD_KILLED): Likewise.
14142         (CLD_DUMPED): Likewise.
14143         (CLD_TRAPPED): Likewise.
14144         (CLD_STOPPED): Likewise.
14145         (CLD_CONTINUED): Likewise.
14146         (POLL_IN): Likewise.
14147         (POLL_OUT): Likewise.
14148         (POLL_MSG): Likewise.
14149         (POLL_ERR): Likewise.
14150         (POLL_PRI): Likewise.
14151         (POLL_HUP): Likewise.
14152         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14153         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14154
14155         [BZ #16670]
14156         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14157         before #include of <time.h>.
14158         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14159         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14160         (test-xfail-UNIX98/sched.h/conform): Likewise.
14161
14162 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14163
14164         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14165         error absence of trapping exception support.
14166         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14167
14168 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14169
14170         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14171         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14172         * timezone/Makefile (testdata): Move definition above include of
14173         Rules.
14174         (test-zones): New variable.
14175         (tests-special): Add zone files.
14176         (build-testdata): Use $(evaluate-test).
14177
14178         * elf/Makefile (tests-special): Rename tests to end with .out.
14179         ($(objpfx)noload-mem): Likewise.
14180         ($(objpfx)tst-leaks1-mem): Likewise.
14181         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14182         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14183         $(objpfx)test-iconvconfig.out.
14184         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14185         set -e inside subshell and redirect output to file.
14186         * iconvdata/Makefile (generated): Rename tests to end with .out.
14187         Correct type.
14188         (tests-special): Rename tests to end with .out.
14189         ($(objpfx)mtrace-tst-loading): Likewise.
14190         * intl/Makefile (generated): Likewise.
14191         (tests-special): Likewise.
14192         ($(objpfx)mtrace-tst-gettext): Likewise.
14193         * misc/Makefile (generated): Likewise.
14194         (tests-special): Likewise.
14195         ($(objpfx)tst-error1-mem): Likewise.
14196         * nptl/Makefile (tests-special): Likewise.
14197         ($(objpfx)tst-stack3-mem): Likewise.
14198         (generated): Likewise.
14199         * posix/Makefile (generated): Likewise.
14200         (tests-special): Likewise.
14201         (xtests-special): Likewise.
14202         ($(objpfx)tst-fnmatch-mem): Likewise.
14203         ($(objpfx)bug-regex2-mem): Likewise.
14204         ($(objpfx)bug-regex14-mem): Likewise.
14205         ($(objpfx)bug-regex21-mem): Likewise.
14206         ($(objpfx)bug-regex31-mem): Likewise.
14207         ($(objpfx)tst-vfork3-mem): Likewise.
14208         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14209         ($(objpfx)tst-pcre-mem): Likewise.
14210         ($(objpfx)tst-boost-mem): Likewise.
14211         ($(objpfx)bug-ga2-mem): Likewise.
14212         ($(objpfx)bug-glob2-mem): Likewise.
14213         * resolv/Makefile (generate): Likewise.
14214         (tests-special): Likewise.
14215         (xtests-special): Likewise.
14216         (generated): Likewise.
14217         ($(objpfx)mtrace-tst-leaks): Likewise.
14218         ($(objpfx)mtrace-tst-leaks2): Likewise.
14219
14220         * scripts/merge-test-results.sh: New file.
14221         * Makefile (tests-special-notdir): New variable.
14222         (tests): Run merge-test-results.sh.
14223         (xtests): Likewise.
14224         * Rules (tests-special-notdir): New variable.
14225         (xtests-special-notdir): Likewise.
14226         (tests): Run merge-test-results.sh
14227         (xtests): Likewise.
14228
14229         * Makeconfig (test-xfail-name): New variable.
14230         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
14231         compute variable name for expected failures.
14232         * conform/Makefile (conformtest-headers-data): New variable.
14233         (conformtest-standards): Likewise.
14234         (conformtest-headers-ISO): Likewise.
14235         (conformtest-headers-ISO99): Likewise.
14236         (conformtest-headers-ISO11): Likewise.
14237         (conformtest-headers-POSIX): Likewise.
14238         (conformtest-headers-XPG3): Likewise.
14239         (conformtest-headers-XPG4): Likewise.
14240         (conformtest-headers-UNIX98): Likewise.
14241         (conformtest-headers-XOPEN2K): Likewise.
14242         (conformtest-headers-POSIX2008): Likewise.
14243         (conformtest-headers-XOPEN2K8): Likewise.
14244         (conformtest-header-list-base): Likewise.
14245         (conformtest-header-list-tests): Likewise.
14246         (conformtest-header-base): Likewise.
14247         (conformtest-header-tests): Likewise.
14248         (tests-special): Add $(conformtest-header-list-tests).  If
14249         [$(fast-check) && !$(cross-compiling)], add
14250         $(conformtest-header-tests) instead of
14251         $(objpfx)run-conformtest.out.
14252         (generated): Add $(conformtest-header-list-base).  If
14253         [$(fast-check) && !$(cross-compiling)], add
14254         $(conformtest-header-base).  Remove previous setting.
14255         ($(conformtest-header-list-tests)): New target.
14256         (test-xfail-run-conformtest): Remove variable.
14257         ($(objpfx)run-conformtest.out): Remove target.
14258         (test-xfail-ISO11/complex.h/conform): New variable.
14259         (test-xfail-ISO11/stdalign.h/conform): Likewise.
14260         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
14261         (test-xfail-XPG3/varargs.h/conform): Likewise.
14262         (test-xfail-XPG4/varargs.h/conform): Likewise.
14263         (test-xfail-UNIX98/varargs.h/conform): Likewise.
14264         (test-xfail-XPG4/ndbm.h/conform): Likewise.
14265         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
14266         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
14267         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
14268         (test-xfail-XPG3/fcntl.h/conform): Likewise.
14269         (test-xfail-XPG3/ftw.h/conform): Likewise.
14270         (test-xfail-XPG3/grp.h/conform): Likewise.
14271         (test-xfail-XPG3/langinfo.h/conform): Likewise.
14272         (test-xfail-XPG3/limits.h/conform): Likewise.
14273         (test-xfail-XPG3/pwd.h/conform): Likewise.
14274         (test-xfail-XPG3/search.h/conform): Likewise.
14275         (test-xfail-XPG3/signal.h/conform): Likewise.
14276         (test-xfail-XPG3/stdio.h/conform): Likewise.
14277         (test-xfail-XPG3/stdlib.h/conform): Likewise.
14278         (test-xfail-XPG3/string.h/conform): Likewise.
14279         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
14280         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
14281         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
14282         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
14283         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
14284         (test-xfail-XPG3/sys/types.h/conform): Likewise.
14285         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
14286         (test-xfail-XPG3/termios.h/conform): Likewise.
14287         (test-xfail-XPG3/time.h/conform): Likewise.
14288         (test-xfail-XPG3/unistd.h/conform): Likewise.
14289         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
14290         (test-xfail-XPG4/fcntl.h/conform): Likewise.
14291         (test-xfail-XPG4/langinfo.h/conform): Likewise.
14292         (test-xfail-XPG4/netdb.h/conform): Likewise.
14293         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
14294         (test-xfail-XPG4/signal.h/conform): Likewise.
14295         (test-xfail-XPG4/stdio.h/conform): Likewise.
14296         (test-xfail-XPG4/stdlib.h/conform): Likewise.
14297         (test-xfail-XPG4/stropts.h/conform): Likewise.
14298         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
14299         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
14300         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
14301         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
14302         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
14303         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
14304         (test-xfail-XPG4/sys/time.h/conform): Likewise.
14305         (test-xfail-XPG4/sys/types.h/conform): Likewise.
14306         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
14307         (test-xfail-XPG4/termios.h/conform): Likewise.
14308         (test-xfail-XPG4/ucontext.h/conform): Likewise.
14309         (test-xfail-XPG4/unistd.h/conform): Likewise.
14310         (test-xfail-XPG4/utmpx.h/conform): Likewise.
14311         (test-xfail-POSIX/sched.h/conform): Likewise.
14312         (test-xfail-POSIX/signal.h/conform): Likewise.
14313         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14314         (test-xfail-POSIX/tar.h/conform): Likewise.
14315         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
14316         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
14317         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
14318         (test-xfail-UNIX98/netdb.h/conform): Likewise.
14319         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
14320         (test-xfail-UNIX98/sched.h/conform): Likewise.
14321         (test-xfail-UNIX98/signal.h/conform): Likewise.
14322         (test-xfail-UNIX98/stdio.h/conform): Likewise.
14323         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
14324         (test-xfail-UNIX98/stropts.h/conform): Likewise.
14325         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
14326         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
14327         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
14328         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
14329         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
14330         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
14331         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
14332         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
14333         (test-xfail-UNIX98/unistd.h/conform): Likewise.
14334         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
14335         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
14336         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
14337         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
14338         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
14339         (test-xfail-XOPEN2K/math.h/conform): Likewise.
14340         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
14341         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
14342         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
14343         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
14344         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
14345         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
14346         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
14347         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
14348         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
14349         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
14350         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
14351         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
14352         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
14353         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
14354         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
14355         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
14356         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
14357         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
14358         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
14359         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
14360         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
14361         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
14362         (test-xfail-POSIX2008/signal.h/conform): Likewise.
14363         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
14364         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
14365         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
14366         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
14367         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
14368         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
14369         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
14370         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
14371         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
14372         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
14373         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
14374         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
14375         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
14376         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
14377         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
14378         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
14379         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
14380         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
14381         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
14382         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
14383         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
14384         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
14385         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
14386         (conformtest-cc-flags): Likewise.
14387         ($(conformtest-header-tests): New target.
14388         * conform/check-header-lists.sh: New file.
14389         * conform/run-conformtest.sh: Remove.
14390
14391         * conform/conformtest.pl: Allow ' and \ in values given for
14392         constants.
14393         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
14394         inclusion.
14395         [POSIX] (sys/types.h): Likewise.
14396         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
14397         inclusion.
14398         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
14399         inclusion.
14400         * conform/data/signal.h-data (SIGIO): Remove expectation.
14401         [XPG3] (SIGBUS): Do not expect.
14402         [POSIX || XPG3] (SIGPOLL): Likewise.
14403         [POSIX || XPG3] (SIGPROF): Likewise.
14404         [POSIX || XPG3] (SIGSYS): Likewise.
14405         [XPG3] (SIGTRAP): Likewise.
14406         [POSIX || XPG3] (SIGURG): Likewise.
14407         [POSIX || XPG3] (SIGVTALRM): Likewise.
14408         [POSIX || XPG3] (SIGXCPU): Likewise.
14409         [POSIX || XPG3] (SIGXFSZ): Likewise.
14410         [POSIX] (SA_SIGINFO): Expect.
14411         [XPG3] (siginfo_t): Do not expect type or contents.
14412         [POSIX] (si_pid): Do not expect element.
14413         [POSIX] (si_uid): Likewise.
14414         [POSIX] (si_addr): Likewise.
14415         [POSIX] (si_status): Likewise.
14416         [POSIX] (si_band): Likewise.
14417         [XPG4] (si_value): Likewise.
14418         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
14419         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
14420         [POSIX || XPG3] (ILL_ILLADR): Likewise.
14421         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
14422         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
14423         [POSIX || XPG3] (ILL_PRVREG): Likewise.
14424         [POSIX || XPG3] (ILL_COPROC): Likewise.
14425         [POSIX || XPG3] (ILL_BADSTK): Likewise.
14426         [POSIX || XPG3] (FPE_INTDIV): Likewise.
14427         [POSIX || XPG3] (FPE_INTOVF): Likewise.
14428         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
14429         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
14430         [POSIX || XPG3] (FPE_FLTUND): Likewise.
14431         [POSIX || XPG3] (FPE_FLTRES): Likewise.
14432         [POSIX || XPG3] (FPE_FLTINV): Likewise.
14433         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
14434         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
14435         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
14436         [POSIX || XPG3] (BUS_ADRALN): Likewise.
14437         [POSIX || XPG3] (BUS_ADRERR): Likewise.
14438         [POSIX || XPG3] (BUS_OBJERR): Likewise.
14439         [POSIX || XPG3] (CLD_EXITED): Likewise.
14440         [POSIX || XPG3] (CLD_KILLED): Likewise.
14441         [POSIX || XPG3] (CLD_DUMPED): Likewise.
14442         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
14443         [POSIX || XPG3] (CLD_STOPPED): Likewise.
14444         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
14445         [POSIX || XPG3] (POLL_IN): Likewise.
14446         [POSIX || XPG3] (POLL_OUT): Likewise.
14447         [POSIX || XPG3] (POLL_MSG): Likewise.
14448         [POSIX || XPG3] (POLL_ERR): Likewise.
14449         [POSIX || XPG3] (POLL_PRI): Likewise.
14450         [POSIX || XPG3] (POLL_HUP): Likewise.
14451         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
14452         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
14453         (SIG*): Do not allow.
14454         [XPG3] (si_*): Likewise.
14455         [XPG3] (SI_*): Likewise.
14456         [XPG3 || XPG4] (sigev_*): Likewise.
14457         [XPG3 || XPG4] (SIGEV_*): Likewise.
14458         [XPG3 || XPG4] (sival_*): Likewise.
14459         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
14460         [POSIX || XPG3] (BUS_*): Likewise.
14461         [POSIX || XPG3] (CLD_*): Likewise.
14462         [POSIX || XPG3] (FPE_*): Likewise.
14463         [POSIX || XPG3] (ILL_*): Likewise.
14464         [POSIX || XPG3] (POLL_*): Likewise.
14465         [POSIX || XPG3] (SEGV_*): Likewise.
14466         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
14467         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
14468         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
14469         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
14470         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
14471         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
14472         Specify type and value.
14473         (TVERSLEN): Likewise.
14474         (REGTYPE): Likewise.
14475         (AREGTYPE): Likewise.
14476         (LNKTYPE): Likewise.
14477         (SYMTYPE): Likewise.
14478         (CHRTYPE): Likewise.
14479         (BLKTYPE): Likewise.
14480         (DIRTYPE): Likewise.
14481         (FIFOTYPE): Likewise.
14482         (CONTTYPE): Likewise.
14483         (TSUID): Likewise.
14484         (TSGID): Likewise.
14485         (TSVTX): Likewise.
14486         (TUREAD): Likewise.
14487         (TUWRITE): Likewise.
14488         (TUEXEC): Likewise.
14489         (TGREAD): Likewise.
14490         (TGWRITE): Likewise.
14491         (TGEXEC): Likewise.
14492         (TOREAD): Likewise.
14493         (TOWRITE): Likewise.
14494         (TOEXEC): Likewise.
14495         [POSIX] (TSVTX): Expect constant.
14496
14497 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
14498
14499         * Makefile (tests): Change dependencies to ....
14500         (tests-special): ... additions to this variable.
14501         (tests): Depend on $(tests-special).
14502         * Makerules (check-abi-list): New variable.
14503         (check-abi): Depend on $(check-abi-list).
14504         [$(subdir) = elf] (tests-special): Add
14505         $(objpfx)check-abi-libc.out.
14506         [$(build-shared) = yes && subdir] (tests-special): Add
14507         $(check-abi-list).
14508         [$(build-shared) = yes && subdir] (tests): Do not depend on
14509         check-abi.
14510         * Rules (tests): Depend on $(tests-special).
14511         (xtests): Depend on $(xtests-special).
14512         * catgets/Makefile (tests): Change dependencies to ....
14513         (tests-special): ... additions to this variable.
14514         * conform/Makefile (tests): Change dependencies to ....
14515         (tests-special): ... additions to this variable.
14516         * elf/Makefile (tests): Change dependencies to ....
14517         (tests-special): ... additions to this variable.
14518         * grp/Makefile (tests): Change dependencies to ....
14519         (tests-special): ... additions to this variable.
14520         * iconv/Makefile (xtests): Change dependencies to ....
14521         (xtests-special): ... additions to this variable.
14522         * iconvdata/Makefile (tests): Change dependencies to ....
14523         (tests-special): ... additions to this variable.
14524         * intl/Makefile (tests): Change dependencies to ....
14525         (tests-special): ... additions to this variable.  Also add
14526         $(objpfx)tst-gettext.out.
14527         * io/Makefile (tests): Change dependencies to ....
14528         (tests-special): ... additions to this variable.
14529         * libio/Makefile (tests): Change dependencies to ....
14530         (tests-special): ... additions to this variable.
14531         * malloc/Makefile (tests): Change dependencies to ....
14532         (tests-special): ... additions to this variable.
14533         * misc/Makefile (tests): Change dependencies to ....
14534         (tests-special): ... additions to this variable.
14535         * nptl/Makefile (tests): Change dependencies to ....
14536         (tests-special): ... additions to this variable.
14537         * nptl_db/Makefile (tests): Change dependencies to ....
14538         (tests-special): ... additions to this variable.
14539         * posix/Makefile (tests): Change dependencies to ....
14540         (tests-special): ... additions to this variable.
14541         (xtests): Change dependencies to ....
14542         (xtests-special): ... additions to this variable.
14543         * resolv/Makefile (tests): Change dependencies to ....
14544         (tests-special): ... additions to this variable.
14545         (xtests): Change dependencies to ....
14546         (xtests-special): ... additions to this variable.
14547         * stdio-common/Makefile (tests): Change dependencies to ....
14548         (tests-special): ... additions to this variable.
14549         (do-tst-unbputc): Remove target.
14550         (do-tst-printf): Likewise.
14551         * stdlib/Makefile (tests): Change dependencies to ....
14552         (tests-special): ... additions to this variable.
14553         * string/Makefile (tests): Change dependencies to ....
14554         (tests-special): ... additions to this variable.
14555         * sysdeps/x86/Makefile (tests): Change dependencies to ....
14556         (tests-special): ... additions to this variable.
14557
14558         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
14559         whole file.
14560         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
14561         whole file.
14562         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
14563         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
14564
14565         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
14566         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
14567         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
14568         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
14569         * conform/data/libgen.h-data [XPG3]: Likewise.
14570         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
14571         * conform/data/ndbm.h-data [XPG3]: Likewise.
14572         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14573         * conform/data/netdb.h-data [XPG3]: Likewise.
14574         * conform/data/netinet/in.h-data [XPG3]: Likewise.
14575         * conform/data/poll.h-data [XPG3]: Likewise.
14576         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14577         * conform/data/strings.h-data [XPG3]: Likewise.
14578         * conform/data/stropts.h-data [XPG3]: Likewise.
14579         * conform/data/sys/mman.h-data [XPG3]: Likewise.
14580         * conform/data/sys/resource.h-data [XPG3]: Likewise.
14581         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
14582         Likewise.
14583         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
14584         * conform/data/sys/time.h-data [XPG3]: Likewise.
14585         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
14586         * conform/data/sys/uio.h-data [XPG3]: Likewise.
14587         * conform/data/sys/un.h-data [XPG3]: Likewise.
14588         * conform/data/syslog.h-data [XPG3]: Likewise.
14589         * conform/data/ucontext.h-data [XPG3]: Likewise.
14590         * conform/data/utmpx.h-data [XPG3]: Likewise.
14591         * conform/data/varargs.h-data [UNIX98]: Enable file.
14592
14593         * manual/Makefile (INSTALL_INFO): Remove variable setting.
14594
14595         * math/libm-test.inc (struct test_f_f_data): Move expected results
14596         into structure for each rounding mode.
14597         (struct test_ff_f_data): Likewise.
14598         (struct test_ff_f_data_nexttoward): Likewise.
14599         (struct test_fi_f_data): Likewise.
14600         (struct test_fl_f_data): Likewise.
14601         (struct test_if_f_data): Likewise.
14602         (struct test_fff_f_data): Likewise.
14603         (struct test_c_f_data): Likewise.
14604         (struct test_f_f1_data): Likewise.
14605         (struct test_fF_f1_data): Likewise.
14606         (struct test_ffI_f1_data): Likewise.
14607         (struct test_c_c_data): Likewise.
14608         (struct test_cc_c_data): Likewise.
14609         (struct test_f_i_data): Likewise.
14610         (struct test_ff_i_data): Likewise.
14611         (struct test_f_l_data): Likewise.
14612         (struct test_f_L_data): Likewise.
14613         (struct test_fFF_11_data): Likewise.
14614         (RM_): New macro.
14615         (RM_FE_DOWNWARD): Likewise.
14616         (RM_FE_TONEAREST): Likewise.
14617         (RM_FE_TOWARDZERO): Likewise.
14618         (RM_FE_UPWARD): Likewise.
14619         (RUN_TEST_LOOP_f_f): Update references to expected results.
14620         (RUN_TEST_LOOP_2_f): Likewise.
14621         (RUN_TEST_LOOP_fff_f): Likewise.
14622         (RUN_TEST_LOOP_c_f): Likewise.
14623         (RUN_TEST_LOOP_f_f1): Likewise.
14624         (RUN_TEST_LOOP_fF_f1): Likewise.
14625         (RUN_TEST_LOOP_fI_f1): Likewise.
14626         (RUN_TEST_LOOP_ffI_f1): Likewise.
14627         (RUN_TEST_LOOP_c_c): Likewise.
14628         (RUN_TEST_LOOP_cc_c): Likewise.
14629         (RUN_TEST_LOOP_f_i): Likewise.
14630         (RUN_TEST_LOOP_f_i_tg): Likewise.
14631         (RUN_TEST_LOOP_ff_i_tg): Likewise.
14632         (RUN_TEST_LOOP_f_b): Likewise.
14633         (RUN_TEST_LOOP_f_b_tg): Likewise.
14634         (RUN_TEST_LOOP_f_l): Likewise.
14635         (RUN_TEST_LOOP_f_L): Likewise.
14636         (RUN_TEST_LOOP_fFF_11): Likewise.
14637         * math/gen-libm-test.pl (parse_args): Output four copies of
14638         expected results for each test.
14639
14640         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14641         (__ASSUME_UTIMES): Remove.
14642         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14643         (__ASSUME_UTIMES): Likewise.
14644
14645         * math/gen-auto-libm-tests.c: Update comment on output format.
14646         (output_for_one_input_case): Generate before-rounding and
14647         after-rounding information as conditions on output flags not
14648         floating-point format.
14649         * math/auto-libm-test-out: Regenerated.
14650         * math/gen-libm-test.pl (cond_value): New function.
14651         (or_cond_value): Use cond_value.
14652         (generate_testfile): Handle conditional exceptions.
14653
14654 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
14655
14656         * math/libm-test.inc (max_valid_error): New variable.
14657         (init_max_error): Take new argument specifying whether function
14658         results are exactly determined.  Set max_valid_error and bound
14659         other variables for errors based on this argument.
14660         (set_max_error): Do not record results above max_valid_error.
14661         (check_float_internal): Only accept errors of up to 0.5ulps if
14662         also at most max_valid_error.
14663         (START): Take new argument EXACT and pass it to init_max_error.
14664         (acos_test): Update call to START.
14665         (acos_test_tonearest): Likewise.
14666         (acos_test_towardzero): Likewise.
14667         (acos_test_downward): Likewise.
14668         (acos_test_upward): Likewise.
14669         (acosh_test): Likewise.
14670         (asin_test): Likewise.
14671         (asin_test_tonearest): Likewise.
14672         (asin_test_towardzero): Likewise.
14673         (asin_test_downward): Likewise.
14674         (asin_test_upward): Likewise.
14675         (asinh_test): Likewise.
14676         (atan_test): Likewise.
14677         (atanh_test): Likewise.
14678         (atan2_test): Likewise.
14679         (cabs_test): Likewise.
14680         (cacos_test): Likewise.
14681         (cacosh_test): Likewise.
14682         (carg_test): Likewise.
14683         (casin_test): Likewise.
14684         (casinh_test): Likewise.
14685         (catan_test): Likewise.
14686         (catanh_test): Likewise.
14687         (cbrt_test): Likewise.
14688         (ccos_test): Likewise.
14689         (ccosh_test): Likewise.
14690         (ceil_test): Likewise.
14691         (cexp_test): Likewise.
14692         (cimag_test): Likewise.
14693         (clog_test): Likewise.
14694         (clog10_test): Likewise.
14695         (conj_test): Likewise.
14696         (copysign_test): Likewise.
14697         (cos_test): Likewise.
14698         (cos_test_tonearest): Likewise.
14699         (cos_test_towardzero): Likewise.
14700         (cos_test_downward): Likewise.
14701         (cos_test_upward): Likewise.
14702         (cosh_test): Likewise.
14703         (cosh_test_tonearest): Likewise.
14704         (cosh_test_towardzero): Likewise.
14705         (cosh_test_downward): Likewise.
14706         (cosh_test_upward): Likewise.
14707         (cpow_test): Likewise.
14708         (cproj_test): Likewise.
14709         (creal_test): Likewise.
14710         (csin_test): Likewise.
14711         (csinh_test): Likewise.
14712         (csqrt_test): Likewise.
14713         (ctan_test): Likewise.
14714         (ctan_test_tonearest): Likewise.
14715         (ctan_test_towardzero): Likewise.
14716         (ctan_test_downward): Likewise.
14717         (ctan_test_upward): Likewise.
14718         (ctanh_test): Likewise.
14719         (ctanh_test_tonearest): Likewise.
14720         (ctanh_test_towardzero): Likewise.
14721         (ctanh_test_downward): Likewise.
14722         (ctanh_test_upward): Likewise.
14723         (erf_test): Likewise.
14724         (erfc_test): Likewise.
14725         (exp_test): Likewise.
14726         (exp_test_tonearest): Likewise.
14727         (exp_test_towardzero): Likewise.
14728         (exp_test_downward): Likewise.
14729         (exp_test_upward): Likewise.
14730         (exp10_test): Likewise.
14731         (exp10_test_tonearest): Likewise.
14732         (exp10_test_towardzero): Likewise.
14733         (exp10_test_downward): Likewise.
14734         (exp10_test_upward): Likewise.
14735         (pow10_test): Likewise.
14736         (exp2_test): Likewise.
14737         (expm1_test): Likewise.
14738         (expm1_test_tonearest): Likewise.
14739         (expm1_test_towardzero): Likewise.
14740         (expm1_test_downward): Likewise.
14741         (expm1_test_upward): Likewise.
14742         (fabs_test): Likewise.
14743         (fdim_test): Likewise.
14744         (floor_test): Likewise.
14745         (fma_test): Likewise.
14746         (fma_test_towardzero): Likewise.
14747         (fma_test_downward): Likewise.
14748         (fma_test_upward): Likewise.
14749         (fmax_test): Likewise.
14750         (fmin_test): Likewise.
14751         (fmod_test): Likewise.
14752         (fpclassify_test): Likewise.
14753         (frexp_test): Likewise.
14754         (hypot_test): Likewise.
14755         (ilogb_test): Likewise.
14756         (isfinite_test): Likewise.
14757         (finite_test): Likewise.
14758         (isgreater_test): Likewise.
14759         (isgreaterequal_test): Likewise.
14760         (isinf_test): Likewise.
14761         (isless_test): Likewise.
14762         (islessequal_test): Likewise.
14763         (islessgreater_test): Likewise.
14764         (isnan_test): Likewise.
14765         (isnormal_test): Likewise.
14766         (issignaling_test): Likewise.
14767         (isunordered_test): Likewise.
14768         (j0_test): Likewise.
14769         (j1_test): Likewise.
14770         (jn_test): Likewise.
14771         (ldexp_test): Likewise.
14772         (lgamma_test): Likewise.
14773         (gamma_test): Likewise.
14774         (lrint_test): Likewise.
14775         (lrint_test_tonearest): Likewise.
14776         (lrint_test_towardzero): Likewise.
14777         (lrint_test_downward): Likewise.
14778         (lrint_test_upward): Likewise.
14779         (llrint_test): Likewise.
14780         (llrint_test_tonearest): Likewise.
14781         (llrint_test_towardzero): Likewise.
14782         (llrint_test_downward): Likewise.
14783         (llrint_test_upward): Likewise.
14784         (log_test): Likewise.
14785         (log10_test): Likewise.
14786         (log1p_test): Likewise.
14787         (log2_test): Likewise.
14788         (logb_test): Likewise.
14789         (logb_test_downward): Likewise.
14790         (lround_test): Likewise.
14791         (llround_test): Likewise.
14792         (modf_test): Likewise.
14793         (nearbyint_test): Likewise.
14794         (nextafter_test): Likewise.
14795         (nexttoward_test): Likewise.
14796         (pow_test): Likewise.
14797         (pow_test_tonearest): Likewise.
14798         (pow_test_towardzero): Likewise.
14799         (pow_test_downward): Likewise.
14800         (pow_test_upward): Likewise.
14801         (remainder_test): Likewise.
14802         (drem_test): Likewise.
14803         (remainder_test_tonearest): Likewise.
14804         (drem_test_tonearest): Likewise.
14805         (remainder_test_towardzero): Likewise.
14806         (drem_test_towardzero): Likewise.
14807         (remainder_test_downward): Likewise.
14808         (drem_test_downward): Likewise.
14809         (remainder_test_upward): Likewise.
14810         (drem_test_upward): Likewise.
14811         (remquo_test): Likewise.
14812         (rint_test): Likewise.
14813         (rint_test_tonearest): Likewise.
14814         (rint_test_towardzero): Likewise.
14815         (rint_test_downward): Likewise.
14816         (rint_test_upward): Likewise.
14817         (round_test): Likewise.
14818         (scalb_test): Likewise.
14819         (scalbn_test): Likewise.
14820         (scalbln_test): Likewise.
14821         (signbit_test): Likewise.
14822         (sin_test): Likewise.
14823         (sin_test_tonearest): Likewise.
14824         (sin_test_towardzero): Likewise.
14825         (sin_test_downward): Likewise.
14826         (sin_test_upward): Likewise.
14827         (sincos_test): Likewise.
14828         (sinh_test): Likewise.
14829         (sinh_test_tonearest): Likewise.
14830         (sinh_test_towardzero): Likewise.
14831         (sinh_test_downward): Likewise.
14832         (sinh_test_upward): Likewise.
14833         (sqrt_test): Likewise.
14834         (sqrt_test_tonearest): Likewise.
14835         (sqrt_test_towardzero): Likewise.
14836         (sqrt_test_downward): Likewise.
14837         (sqrt_test_upward): Likewise.
14838         (tan_test): Likewise.
14839         (tan_test_tonearest): Likewise.
14840         (tan_test_towardzero): Likewise.
14841         (tan_test_downward): Likewise.
14842         (tan_test_upward): Likewise.
14843         (tanh_test): Likewise.
14844         (tgamma_test): Likewise.
14845         (trunc_test): Likewise.
14846         (y0_test): Likewise.
14847         (y1_test): Likewise.
14848         (yn_test): Likewise.
14849         (significand_test): Likewise.
14850
14851         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14852         individual tests in comment.
14853         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14854         (prev_max_error): New variable.
14855         (prev_real_max_error): Likewise.
14856         (prev_imag_max_error): Likewise.
14857         (compare_ulp_data): Don't refer to test names in comment.
14858         (find_test_ulps): Remove function.
14859         (find_function_ulps): Likewise.
14860         (find_complex_function_ulps): Likewise.
14861         (init_max_error): Take function name as argument.  Look up ulps
14862         for that function.
14863         (print_ulps): Remove function.
14864         (print_max_error): Use prev_max_error instead of calling
14865         find_function_ulps.
14866         (print_complex_max_error): Use prev_real_max_error and
14867         prev_imag_max_error instead of calling find_complex_function_ulps.
14868         (check_float_internal): Take max_ulp parameter instead of calling
14869         find_test_ulps.  Don't call print_ulps.
14870         (check_float): Update call to check_float_internal.
14871         (check_complex): Update calls to check_float_internal.
14872         (START): Pass argument to init_max_error.
14873         * math/gen-libm-test.pl (%results): Don't include "kind"
14874         information.
14875         (parse_ulps): Don't handle ulps of individual tests.
14876         (print_ulps_file): Likewise.
14877         (output_ulps): Likewise.
14878         * math/README.libm-test: Update.
14879         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14880         individual tests.
14881         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14882         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14883         * sysdeps/arm/libm-test-ulps: Likewise.
14884         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14885         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14886         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14887         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14888         * sysdeps/microblaze/libm-test-ulps: Likewise.
14889         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14890         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14891         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14892         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14893         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14894         * sysdeps/sh/libm-test-ulps: Likewise.
14895         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14896         * sysdeps/tile/libm-test-ulps: Likewise.
14897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14898
14899 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14900
14901         * math/libm-test.inc (print_complex_max_error): Check separately
14902         whether real and imaginary errors are within allowed range and
14903         pass 0 to print_complex_function_ulps instead of value within
14904         allowed range.
14905
14906 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14907
14908         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14909         formatting.
14910         (get_handles_fopen): Likewise.
14911         (do_write_test): Likewise.
14912
14913         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14914
14915         * libio/fileops.c (do_ftell): Use cached offset when
14916         available.
14917         * libio/iofwide.c (do_ftell_wide): Likewise.
14918         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14919         _IO_file_attach.
14920         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14921
14922         [BZ #16532]
14923         * libio/libioP.h (get_file_offset): New function.
14924         * libio/fileops.c (get_file_offset): Likewise.
14925         (do_ftell): Likewise.
14926         (_IO_new_file_seekoff): Split out ftell logic.
14927         * libio/wfileops.c (do_ftell_wide): Likewise.
14928         (_IO_wfile_seekoff): Split out ftell logic.
14929         * libio/tst-ftell-active-handler.c: New test case.
14930         * libio/Makefile (tests): Add it.
14931
14932 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14933
14934         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14935         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14936
14937 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14938
14939         [BZ #16639]
14940         * nscd/connections.c (nscd_init): Call do_exit.
14941         (start_threads): Call do_exit and notify_parent.
14942         (begin_drop_privileges): Call do_exit.
14943         (finish_drop_privileges): Likewise.
14944         * nscd/selinux.c (preserve_capabilities): Likewise.
14945         (install_real_capabilities): Likewise.
14946         (nscd_selinux_enabled): Likewise.
14947         (avc_create_thread): Likewise.
14948         (avc_alloc_lock): Likewise.
14949         (nscd_avc_init): Likewise.
14950         * nscd/nscd.c (parent_fd): New static variable.
14951         (main): Create a pipe between parent and child processes.
14952         Skip closing parent_fd.
14953         (monitor_child): New function.
14954         (do_exit): Likewise.
14955         (notify_parent): Likewise.
14956         * nscd/nscd.h (notify_parent): Likewise.
14957         (do_exit): Likewise.
14958
14959 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14960
14961         * malloc/malloc.c (__libc_calloc): Revert last change.
14962
14963 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14964
14965         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14966
14967 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14968
14969         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14970         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14971         implementation.
14972         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14973         (__libc_ifunc_impl_list): Likewise.
14974         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14975         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14976         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14977         * string/strrchr.c: Define STRRCHR.
14978
14979 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14980
14981         * benchtest/bench-strtok.c (simple_strtok): Delete.
14982         (strtok_string): Use as benchmark.
14983         * string/strtok (STRTOK): New macro.
14984
14985 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14986
14987         * manual/threads.texi: Add header and standard comments to all
14988         functions.
14989
14990         * elf/dl-lookup.c (check_match): New function.
14991         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14992         (do_lookup_x): Remove nested function check_match. Use non-nested
14993         function check_match.
14994
14995 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14996
14997         * csu/Makefile (generated, before-compile): Use += rather than =.
14998         * catgets/Makefile (generated, generated-dirs): Likewise.
14999         * debug/Makefile (generated): Likewise.
15000         * dlfcn/Makefile (generated): Likewise.
15001         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15002         * iconvdata/Makefile (before-compile, generated): Likewise.
15003         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15004         * libio/Makefile (generated): Likewise.
15005         * malloc/Makefile (generated): Likewise.
15006         * manual/Makefile (generated, generated-dirs): Likewise.
15007         * misc/Makefile (generated): Likewise.
15008         * posix/Makefile (generated): Likewise.
15009         * resolv/Makefile (generated): Likewise.
15010         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15011         * timezone/Makefile (generated, generated-dirs): Likewise.
15012
15013         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15014
15015 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15016
15017         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15018         power8 implementation.
15019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15020         file: POWER8 llround ifunc implementation.
15021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15022         (__lllround): Add POWER8 implementation.
15023         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15024         POWER8 llround implementation.
15025
15026         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15027         power8 implementation.
15028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15029         file: POWER8 llrint ifunc implementation.
15030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15031         Add POWER8 implementation.
15032         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15033         POWER8 llrint implementation.
15034
15035         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15036         power8 implementation.
15037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15038         file: POWER8 finite ifunc implementation.
15039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15040         Add POWER8 implementation.
15041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15042         Likewise.
15043         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15044         POWER8 finite implementation.
15045         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15046
15047         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15048         power8 implementation.
15049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15050         file: POWER8 isinf ifunc implementation.
15051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15052         POWER8 implementation.
15053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15054         Likewise.
15055         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15056         isinf implementation.
15057         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15058
15059         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15060         (INIT_ARCH): Add hwcap2 initialization.
15061         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15062         power8 implementation.
15063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15064         file: POWER8 isnan ifunc implementation.
15065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15066         POWER8 implementation.
15067         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15068         Likewise.
15069         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15070         isnan implementation.
15071         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15072
15073 2014-02-27  Joey Ye  <joey.ye@arm.com>
15074
15075         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15076         (_FP_NANFRAC_Q): Set to zero.
15077
15078 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15079
15080         [BZ #16623]
15081         * math/auto-libm-test-in: New test inputs.
15082         * math/auto-libm-test-out: Regenerate.
15083         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15084         and DA.
15085         (__cos): Likewise.
15086         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15087
15088 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15089
15090         * scripts/evaluate-test.sh: Take new argument indicating whether
15091         failure is expected.
15092         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15093         indicating whether failure is expected.
15094         * conform/Makefile (test-xfail-run-conformtest): New variable.
15095         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15096         level.
15097         * posix/Makefile (test-xfail-annexc): New variable.
15098         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15099
15100 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15101
15102         * argp/Makefile: Include Makeconfig immediately after defining
15103         subdir.
15104         * assert/Makefile: Likewise.
15105         * benchtests/Makefile: Likewise.
15106         * catgets/Makefile: Likewise.
15107         * conform/Makefile: Likewise.
15108         * crypt/Makefile: Likewise.
15109         * csu/Makefile: Likewise.
15110         (all): Remove target.
15111         * ctype/Makefile: Include Makeconfig immediately after defining
15112         subdir.
15113         * debug/Makefile: Likewise.
15114         * dirent/Makefile: Likewise.
15115         * dlfcn/Makefile: Likewise.
15116         * gmon/Makefile: Likewise.
15117         * gnulib/Makefile: Likewise.
15118         * grp/Makefile: Likewise.
15119         * gshadow/Makefile: Likewise.
15120         * hesiod/Makefile: Likewise.
15121         * hurd/Makefile: Likewise.
15122         (all): Remove target.
15123         * iconvdata/Makefile: Include Makeconfig immediately after
15124         defining subdir.
15125         * inet/Makefile: Likewise.
15126         * intl/Makefile: Likewise.
15127         * io/Makefile: Likewise.
15128         * libio/Makefile: Likewise.
15129         (all): Remove target.
15130         * locale/Makefile: Include Makeconfig immediately after defining
15131         subdir.
15132         * login/Makefile: Likewise.
15133         * mach/Makefile: Likewise.
15134         (all): Remove target.
15135         * malloc/Makefile: Include Makeconfig immediately after defining
15136         subdir.
15137         (all): Remove target.
15138         * manual/Makefile: Include Makeconfig immediately after defining
15139         subdir.
15140         * math/Makefile: Likewise.
15141         * misc/Makefile: Likewise.
15142         * nis/Makefile: Likewise.
15143         * nss/Makefile: Likewise.
15144         * po/Makefile: Likewise.
15145         (all): Remove target.
15146         * posix/Makefile: Include Makeconfig immediately after defining
15147         subdir.
15148         * pwd/Makefile: Likewise.
15149         * resolv/Makefile: Likewise.
15150         * resource/Makefile: Likewise.
15151         * rt/Makefile: Likewise.
15152         * setjmp/Makefile: Likewise.
15153         * shadow/Makefile: Likewise.
15154         * signal/Makefile: Likewise.
15155         * socket/Makefile: Likewise.
15156         * soft-fp/Makefile: Likewise.
15157         * stdio-common/Makefile: Likewise.
15158         * stdlib/Makefile: Likewise.
15159         * streams/Makefile: Likewise.
15160         * string/Makefile: Likewise.
15161         * sunrpc/Makefile: Likewise.
15162         (all): Remove target.
15163         * sysvipc/Makefile: Include Makeconfig immediately after defining
15164         subdir.
15165         * termios/Makefile: Likewise.
15166         * time/Makefile: Likewise.
15167         * timezone/Makefile: Likewise.
15168         (all): Remove target.
15169         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15170         subdir.
15171         * wctype/Makefile: Likewise.
15172
15173 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15174
15175         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15176         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15177         (libc_feholdexcept_setround_mips): Ditto.
15178         (libc_feholdsetround): New.
15179         (libc_feholdsetroundf): New.
15180         (libc_feholdsetroundl): New.
15181         (libc_feupdateenv_test_mips): New.
15182         (libc_feupdateenv_test): New.
15183         (libc_feupdateenv_testf): New.
15184         (libc_feupdateenv_testl): New.
15185         (libc_feresetround): New.
15186         (libc_feresetroundf): New.
15187         (libc_feresetroundl): New.
15188         (libc_fetestexcept_mips): New.
15189         (libc_fetestexcept): New.
15190         (libc_fetestexceptf): New.
15191         (libc_fetestexceptl): New.
15192         (HAVE_RM_CTX): New.
15193         (libc_feholdexcept_setround_mips_ctx): New.
15194         (libc_feholdexcept_setround_ctx): New.
15195         (libc_feholdexcept_setroundf_ctx): New.
15196         (libc_feholdexcept_setroundl_ctx): New.
15197         (libc_fesetenv_mips_ctx): New.
15198         (libc_fesetenv_ctx): New.
15199         (libc_fesetenv_ctxf): New.
15200         (libc_fesetenv_ctxl): New.
15201         (libc_feupdateenv_mips_ctx): New.
15202         (libc_feupdateenv_ctx): New.
15203         (libc_feupdateenvf_ctx): New.
15204         (libc_feupdateenvl_ctx): New.
15205         (libc_feholdsetround_mips_ctx): New.
15206         (libc_feholdsetround_ctx): New.
15207         (libc_feholdsetroundf_ctx): New.
15208         (libc_feholdsetroundl_ctx): New.
15209         (libc_feresetround_mips_ctx): New.
15210         (libc_feresetround_ctx): New.
15211         (libc_feresetroundf_ctx): New.
15212         (libc_feresetroundl_ctx): New.
15213
15214 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
15215
15216         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
15217
15218         * manual/ipc.texi: New file.
15219         * manual/Makefile (chapters): Add ipc.
15220         * manual/job.texi: Add "Inter-Process Communication" to next.
15221         * manual/process.texi: Add "Inter-Process Communication" to prev.
15222
15223 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15224
15225         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15226
15227 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
15228
15229         * malloc/malloc.c (__libc_calloc): Simplify implementation.
15230
15231         * manual/arith.texi: Fix spaces after sentences.
15232         * manual/charset.texi: Likewise.
15233         * manual/errno.texi: Likewise.
15234         * manual/install.texi: Likewise.
15235         * manual/llio.texi: Likewise.
15236         * manual/locale.texi: Likewise.
15237         * manual/maint.texi: Likewise.
15238         * manual/math.texi: Likewise.
15239         * manual/memory.texi: Likewise.
15240         * manual/message.texi: Likewise.
15241         * manual/probes.texi: Likewise.
15242         * manual/resource.texi: Likewise.
15243         * manual/signal.texi: Likewise.
15244         * manual/socket.texi: Likewise.
15245         * manual/stdio.texi: Likewise.
15246         * manual/string.texi: Likewise.
15247         * manual/time.texi: Likewise.
15248         * manual/users.texi: Likewise.
15249
15250 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
15251
15252         [BZ #16632]
15253         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
15254         _DEFAULT_SOURCE is defined.
15255
15256 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
15257             Carlos O'Donell  <carlos@redhat.com>
15258
15259         [BZ #16613]
15260         * elf/dl-tls.c (_dl_count_modids): New function.
15261         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
15262         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
15263         audit library and increment generation counter.
15264         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
15265         * elf/tst-audit9.c: New file.
15266         * elf/tst-auditmod9a.c: New file.
15267         * elf/tst-auditmod9b.c: New file.
15268         * elf/Makefile: Add rules to build and run tst-audit9.
15269
15270 2014-02-25  Florian Weimer  <fweimer@redhat.com>
15271
15272         [BZ #15347]
15273         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
15274
15275 2014-02-25  Will Newton  <will.newton@linaro.org>
15276
15277         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
15278         (__longjmp): Restore sp and lr before restoring callee
15279         saved registers.  Add longjmp and longjmp_target
15280         SystemTap probe point.
15281         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
15282         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
15283         Define to zero to match jmpbuf layout.
15284         * sysdeps/arm/setjmp.S: Include stap-probe.h.
15285         (__sigsetjmp): Save sp and lr before saving callee
15286         saved registers.  Add setjmp SystemTap probe point.
15287
15288 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
15289
15290         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15291
15292 2014-02-24  Andreas Schwab  <schwab@suse.de>
15293
15294         [BZ #15804]
15295         * elf/pldd.c (wait_for_ptrace_stop): New function.
15296         (main): Call it after attaching.
15297
15298 2014-02-22  Roland McGrath  <roland@hack.frob.com>
15299
15300         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
15301         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
15302         Versions files is now verboten.
15303         * hurd/Versions (libc: GLIBC_2.0):
15304         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
15305         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
15306         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
15307         * mach/Versions: Likewise.
15308
15309         * csu/Versions: Remove unused %include.
15310         * resolv/Versions: Likewise.
15311
15312 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
15313
15314         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
15315         ($(objpfx)check-local-headers.out): Likewise.
15316         ($(objpfx)begin-end-check.out): Likewise.
15317         * Makerules (check-abi-%.out): Likewise.
15318         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
15319         ($(objpfx)test2.cat): Likewise.
15320         ($(objpfx)de/libc.cat): Likewise.
15321         ($(objpfx)test-gencat.out): Likewise.
15322         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
15323         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
15324         ($(objpfx)noload-mem): Likewise.
15325         ($(objpfx)tst-pathopt.out): Likewise.
15326         ($(objpfx)tst-rtld-load-self.out): Likewise.
15327         ($(objpfx)tst-array1-cmp.out): Likewise.
15328         ($(objpfx)tst-array1-static-cmp.out): Likewise.
15329         ($(objpfx)tst-array2-cmp.out): Likewise.
15330         ($(objpfx)tst-array3-cmp.out): Likewise.
15331         ($(objpfx)tst-array4-cmp.out): Likewise.
15332         ($(objpfx)tst-array5-cmp.out): Likewise.
15333         ($(objpfx)tst-array5-static-cmp.out): Likewise.
15334         ($(objpfx)check-textrel.out): Likewise.
15335         ($(objpfx)check-execstack.out): Likewise.
15336         ($(objpfx)check-localplt.out): Likewise.
15337         ($(objpfx)order2-cmp.out): Likewise.
15338         ($(objpfx)tst-leaks1-mem): Likewise.
15339         ($(objpfx)tst-leaks1-static-mem): Likewise.
15340         ($(objpfx)tst-initorder-cmp.out): Likewise.
15341         ($(objpfx)tst-initorder2-cmp.out): Likewise.
15342         ($(objpfx)tst-unused-dep.out): Likewise.
15343         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
15344         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
15345         * iconv/Makefile (test-iconvconfig): Likewise.
15346         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
15347         ($(objpfx)iconv-test.out): Likewise.
15348         ($(objpfx)tst-tables.out): Likewise.
15349         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
15350         ($(objpfx)tst-gettext.out): Likewise.
15351         ($(objpfx)tst-translit.out): Likewise.
15352         ($(objpfx)tst-gettext2.out): Likewise.
15353         ($(objpfx)tst-gettext4.out): Likewise.
15354         ($(objpfx)tst-gettext6.out): Likewise.
15355         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
15356         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
15357         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
15358         ($(objpfx)tst-fopenloc-mem.out): Likewise.
15359         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
15360         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
15361         * posix/Makefile ($(objpfx)globtest.out): Likewise.
15362         ($(objpfx)wordexp-tst.out): Likewise.
15363         ($(objpfx)annexc.out): Likewise.
15364         ($(objpfx)tst-fnmatch-mem): Likewise.
15365         ($(objpfx)bug-regex2-mem): Likewise.
15366         ($(objpfx)bug-regex14-mem): Likewise.
15367         ($(objpfx)bug-regex21-mem): Likewise.
15368         ($(objpfx)bug-regex31-mem): Likewise.
15369         ($(objpfx)tst-vfork3-mem): Likewise.
15370         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15371         ($(objpfx)tst-pcre-mem): Likewise.
15372         ($(objpfx)tst-boost-mem): Likewise.
15373         ($(objpfx)tst-getconf.out): Likewise.
15374         ($(objpfx)bug-ga2-mem): Likewise.
15375         ($(objpfx)bug-glob2-mem): Likewise.
15376         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
15377         ($(objpfx)mtrace-tst-leaks2): Likewise.
15378         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
15379         ($(objpfx)tst-printf.out): Likewise.
15380         ($(objpfx)tst-setvbuf1.out): Likewise.
15381         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
15382         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
15383         ($(objpfx)tst-fmtmsg.out): Likewise.
15384         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
15385         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
15386
15387         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
15388         * bits/sigaction.h [__USE_MISC]: Likewise.
15389         * bits/waitstatus.h: Update #endif comments.
15390         * ctype/ctype.h: Likewise.
15391         * dirent/dirent.h: Likewise.
15392         [__USE_MISC]: Remove redundant conditionals.
15393         * grp/grp.h: Update #endif comments.
15394         [__USE_GNU]: Remove redundant conditionals.
15395         [__USE_MISC]: Likewise.
15396         * inet/netinet/in.h [__USE_GNU]: Likewise.
15397         * io/sys/stat.h [__USE_MISC]: Likewise.
15398         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
15399         * libio/bits/stdio.h: Update #endif comments.
15400         [__USE_MISC]: Remove redundant conditionals.
15401         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
15402         * libio/stdio.h: Update #endif comments.
15403         [__USE_MISC]: Remove redundant conditionals.
15404         * math/bits/math-finite.h [__USE_MISC]: Likewise.
15405         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
15406         * math/math.h: Update #else and #endif comments.
15407         [__USE_MISC]: Remove redundant conditionals.
15408         * misc/sys/uio.h: Update #endif comments.
15409         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
15410         * posix/glob.h [__USE_MISC]: Likewise.
15411         * posix/sys/types.h: Update #endif comments.
15412         [__USE_MISC]: Remove redundant conditionals.
15413         * posix/sys/wait.h: Update #endif comments.
15414         [__USE_MISC]: Remove redundant conditionals.
15415         * posix/unistd.h: Update #endif comments.
15416         [__USE_MISC]: Remove redundant conditionals.
15417         * pwd/pwd.h [__USE_GNU]: Likewise.
15418         [__USE_MISC]: Likewise.
15419         * resolv/netdb.h [__USE_GNU]: Likewise.
15420         * signal/signal.h: Update #endif comments.
15421         [__USE_MISC]: Remove redundant conditionals.
15422         * stdlib/stdlib.h: Update #else and #endif comments.
15423         [__USE_MISC]: Remove redundant conditionals.
15424         [__USE_GNU]: Likewise.
15425         * string/bits/string2.h [__USE_MISC]: Likewise.
15426         * string/string.h: Update #endif comments.
15427         [__USE_MISC]: Remove redundant conditionals.
15428         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
15429         Likewise.
15430         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
15431         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
15432         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
15433         Likewise.
15434         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
15435         Likewise.
15436         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
15437         comments.
15438         [__USE_MISC]: Remove redundant conditionals.
15439         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
15440         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
15441         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
15442         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
15443         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
15444         Likewise.
15445         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
15446         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
15447         Likewise.
15448         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
15449         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
15450         Likewise.
15451         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
15452         Likewise.
15453         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
15454         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
15455         Likewise.
15456         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
15457         Likewise.
15458         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
15459         * sysdeps/x86/bits/string.h: Update #endif comments.
15460         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
15461         conditionals.
15462         * time/sys/time.h: Update #endif comments.
15463         * time/time.h: Likewise.
15464         [__USE_MISC]: Remove redundant conditionals.
15465
15466 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
15467
15468         [BZ #16600]
15469         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
15470
15471 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
15472
15473         * Versions.def (librt): Add GLIBC_2.17.
15474
15475 2014-02-21  Adam Conrad  <adconrad@0c3.net>
15476
15477         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
15478         synonym for _SYS_AUXV_H to allow direct inclusion.
15479         * sysdeps/sparc/bits/hwcap.h: Likewise.
15480         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
15481         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
15482         * sysdeps/sparc/sysdep.h: Likewise.
15483
15484 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15485
15486         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
15487
15488 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15489
15490         * benchtests/bench-strrchr.c: Print length instead of position.
15491
15492 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
15493
15494         [BZ #16611]
15495         * sysdeps/unix/sysv/linux/kernel-features.h
15496         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
15497         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
15498         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
15499         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
15500         Likewise.
15501         [__i386__ || __powerpc__ || __sh__ || __sparc__]
15502         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15503         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
15504         (__ASSUME_SENDMMSG): Define instead of using previous
15505         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
15506         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15507         (__ASSUME_SENDMMSG_SYSCALL): Define.
15508         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15509         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
15510         Likewise.
15511         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15512         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15513         Likewise.
15514         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15515         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15516         Likewise.
15517         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
15518         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
15519         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
15520         [__ASSUME_SENDMMSG]: Change conditionals to
15521         [__ASSUME_SENDMMSG_SOCKETCALL].
15522         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15523         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
15524         Define.
15525         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15526         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
15527         Likewise.
15528         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
15529         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
15530         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
15531         [!__ASSUME_SENDMMSG]: Change conditional to
15532         [!__ASSUME_SENDMMSG_SOCKETCALL].
15533         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15534         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15535         Define.
15536
15537         [BZ #16610]
15538         * sysdeps/unix/sysv/linux/kernel-features.h
15539         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
15540         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
15541         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
15542         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
15543         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
15544         [__i386__ || __sparc__]
15545         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15546         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
15547         (__ASSUME_RECVMMSG): Define instead of using previous
15548         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
15549         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15550         (__ASSUME_RECVMMSG_SYSCALL): Define.
15551         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15552         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15553         Likewise.
15554         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15555         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15556         Likewise.
15557         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15558         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15559         Likewise.
15560         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
15561         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15562         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15563         [__ASSUME_RECVMMSG]: Change condition to
15564         [__ASSUME_RECVMMSG_SOCKETCALL].
15565         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15566         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15567         Define.
15568         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15569         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15570         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15571         Likewise.
15572         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
15573         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15574         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15575         [!__ASSUME_RECVMMSG]: Change condition to
15576         [!__ASSUME_RECVMMSG_SOCKETCALL].
15577         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15578         (__ASSUME_RECVMMSG_SYSCALL): Define.
15579
15580         [BZ #16609]
15581         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
15582         __powerpc__ || __s390__ || __sh__ || __sparc__]
15583         (__ASSUME_SOCKETCALL): Define.
15584         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
15585         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
15586         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
15587         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
15588         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15589         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
15590         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
15591         (__ASSUME_ACCEPT4): Define instead of using previous
15592         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
15593         __powerpc__ || __sparc__ || __s390__)] condition.
15594         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15595         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15596         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
15597         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15598         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15599         [!__ASSUME_ACCEPT4]: Change condition to
15600         [!__ASSUME_ACCEPT4_SOCKETCALL].
15601         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15602         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
15603         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
15604         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15605         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
15606         __ASSUME_ACCEPT4_SYSCALL.
15607         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
15608         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
15609         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15610         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
15611         __ASSUME_ACCEPT4_SYSCALL.
15612         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
15613         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15614         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15615         [__ASSUME_ACCEPT4]: Change condition to
15616         [__ASSUME_ACCEPT4_SOCKETCALL].
15617         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15618         (__ASSUME_SOCKETCALL): Define.
15619         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
15620         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15621         (__ASSUME_SOCKETCALL): Define.
15622         (__ASSUME_ACCEPT4): Remove.
15623         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
15624         Define.
15625         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15626         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
15627         Likewise.
15628         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15629         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15630
15631         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
15632         macro.
15633         (HWCAP_ARM_LPAE): Likewise.
15634         (HWCAP_ARM_EVTSTRM): Likewise.
15635         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
15636         Add vpfd32, lpae and evtstrm.
15637         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
15638         Increase to 22.
15639
15640 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
15641
15642         * math/auto-libm-test-in: Add tests of clog10.
15643         * math/auto-libm-test-out: Regenerated.
15644         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
15645         * sysdeps/i386/fpu/libm-test-ulps: Update.
15646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15647
15648 2014-02-18  Andreas Schwab  <schwab@suse.de>
15649
15650         [BZ #16574]
15651         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
15652         Store non-zero if the second buffer was newly allocated.
15653         (send_dg): Likewise.
15654         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
15655         to send_vc and send_dg.
15656         (res_nsend): Pass NULL for ansp2_malloced.
15657         * resolv/res_query.c (__libc_res_nquery): Add parameter
15658         answerp2_malloced and pass it down to __libc_res_nsend.
15659         (res_nquery): Pass additional NULL to __libc_res_nquery.
15660         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
15661         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
15662         second answer buffer if answerp2_malloced was set.
15663         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
15664         (__libc_res_nquerydomain): Add parameter
15665         answerp2_malloced and pass it down to __libc_res_nquery.
15666         (res_nquerydomain): Pass additional NULL to
15667         __libc_res_nquerydomain.
15668         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
15669         additional NULL to __libc_res_nsend and __libc_res_nquery.
15670         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
15671         additional NULL to __libc_res_nsearch.
15672         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
15673         parameter of __libc_res_nsearch to check for separately allocated
15674         second buffer.
15675         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
15676         __libc_res_nquery.
15677         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
15678         additional NULL to __libc_res_nquery.
15679         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
15680         __libc_res_nsearch.
15681         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
15682         * include/resolv.h: Update prototypes of __libc_res_nquery,
15683         __libc_res_nsearch, __libc_res_nsend.
15684
15685 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
15686
15687         * math/auto-libm-test-in: Add tests of fma.
15688         * math/auto-libm-test-out: Regenerated.
15689         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
15690         (fma_towardzero_test_data): Likewise.
15691         (fma_downward_test_data): Likewise.
15692         (fma_upward_test_data): Likewise.
15693         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
15694         mpc_mode.
15695         (rounding_modes): Add values for new field.
15696         (func_calc_method): Add value mpfr_fff_f.
15697         (func_calc_desc): Add mpfr_fff_f union field.
15698         (test_function): Add field exact_args.
15699         (FUNC): Add macro argument EXACT_ARGS.
15700         (FUNC_mpfr_f_f): Update call to FUNC.
15701         (FUNC_mpfr_f_f): Likewise.
15702         (FUNC_mpfr_ff_f): Likewise.
15703         (FUNC_mpfr_if_f): Likewise.
15704         (FUNC_mpc_c_f): Likewise.
15705         (FUNC_mpc_c_c): Likewise.
15706         (test_functions): Add fma.  Update calls to FUNC.
15707         (handle_input_arg): Add argument exact_args.
15708         (add_test): Update call to handle_input_arg.
15709         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
15710         (output_for_one_input_case): Update call to calc_generic_results.
15711         Recalculate exact zero results in each rounding mode.
15712
15713         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
15714         non-negative before setting low bit.
15715         * math/auto-libm-test-in: Mark one asin test possibly having
15716         spurious underflow.
15717         * math/auto-libm-test-out: Regenerated.
15718         * sysdeps/i386/fpu/libm-test-ulps: Update.
15719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15720
15721 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
15722
15723         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
15724         * sysdeps/unix/sysv/linux/microblaze: Move directory from
15725         ports/sysdeps/unix/sysv/linux/microblaze.
15726         * README: Add missing listing for microblaze*-*-linux-gnu.
15727
15728 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
15729
15730         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
15731         duplicate code
15732
15733 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
15734
15735         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
15736         * sysdeps/unix/sysv/linux/ia64: Move directory from
15737         ports/sysdeps/unix/sysv/linux/ia64.
15738         * README: Update listing for ia64-*-linux-gnu.
15739
15740 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
15741             Joseph Myers  <joseph@codesourcery.com>
15742
15743         * Makeconfig (test-name): New variable.
15744         (evaluate-test): Likewise.
15745         * Makerules (do-test-clean): Remove .test-result files.
15746         (common-mostlyclean): Likewise.
15747         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15748         * scripts/evaluate-test.sh: New file.
15749
15750 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15751
15752         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15753         separate $(objpfx)tst-fopenloc-cmp.out and
15754         $(objpfx)tst-fopenloc-mem.out targets.
15755         (tests): Update dependencies.
15756         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15757         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15758         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15759         (tst-rxspencer-no-utf8-ARGS): New variable.
15760         (tst-rxspencer-no-utf8-ENV): Likewise.
15761         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15762         instead of $(objpfx)tst-rxspencer-mem.
15763         ($(objpfx)tst-rxspencer-mem): Change target to
15764         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15765         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15766         * posix/tst-rxspencer-no-utf8.c: New file.
15767
15768         * elf/Makefile ($(objpfx)order.out): Remove rule.
15769         [$(run-built-tests) = yes] (tests): Depend on
15770         $(objpfx)order-cmp.out.
15771         ($(objpfx)order-cmp.out): New rule.
15772         [$(run-built-tests) = yes] (tests): Depend on
15773         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15774         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15775         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15776         $(objpfx)tst-array5-static-cmp.out.
15777         ($(objpfx)tst-array1.out): Remove rule.
15778         ($(objpfx)tst-array1-cmp.out): New rule.
15779         ($(objpfx)tst-array1-static.out): Remove rule.
15780         ($(objpfx)tst-array1-static-cmp.out): New rule.
15781         ($(objpfx)tst-array2.out): Remove rule.
15782         ($(objpfx)tst-array2-cmp.out): New rule.
15783         ($(objpfx)tst-array3.out): Remove rule.
15784         ($(objpfx)tst-array3-cmp.out): New rule.
15785         ($(objpfx)tst-array4.out): Remove rule.
15786         ($(objpfx)tst-array4-cmp.out): New rule.
15787         ($(objpfx)tst-array5.out): Remove rule.
15788         ($(objpfx)tst-array5-cmp.out): New rule.
15789         ($(objpfx)tst-array5-static.out): Remove rule.
15790         ($(objpfx)tst-array5-static-cmp.out): New rule.
15791         [$(run-built-tests) = yes] (tests): Depend on
15792         $(objpfx)order2-cmp.out.
15793         ($(objpfx)order2.out): Remove rule.
15794         ($(objpfx)order2-cmp.out): New rule.
15795         ($(objpfx)tst-initorder.out): Remove rule.
15796         [$(run-built-tests) = yes] (tests): Depend on
15797         $(objpfx)tst-initorder-cmp.out.
15798         ($(objpfx)tst-initorder-cmp.out): New rule.
15799         ($(objpfx)tst-initorder2.out): Remove rule.
15800         [$(run-built-tests) = yes] (tests): Depend on
15801         $(objpfx)tst-initorder2-cmp.out.
15802         ($(objpfx)tst-initorder2-cmp.out): New rule.
15803         [$(run-built-tests) = yes] (tests): Depend on
15804         $(objpfx)tst-unused-dep-cmp.out.
15805         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15806         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15807         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15808         on $(objpfx)tst-setvbuf1-cmp.out.
15809         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15810         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15811         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15812         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15813         ($(objpfx)tst-svc.out): Remove rule.
15814         ($(objpfx)tst-svc-cmp.out): New rule.
15815
15816 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15817
15818         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15819         * ctype/ctype.h [__USE_MISC]: Likewise.
15820         * dirent/dirent.h [__USE_MISC]: Likewise.
15821         * grp/grp.h [__USE_MISC]: Likewise.
15822         * io/fcntl.h [__USE_MISC]: Likewise.
15823         * io/sys/stat.h [__USE_MISC]: Likewise.
15824         * libio/stdio.h [__USE_MISC]: Likewise.
15825         * posix/unistd.h [__USE_MISC]: Likewise.
15826         * pwd/pwd.h [__USE_MISC]: Likewise.
15827         * stdlib.h [__USE_MISC]: Likewise.
15828         * string/bits/string2.h [__USE_MISC]: Likewise.
15829         * string/string.h [__USE_MISC]: Likewise.
15830         * time/time.h [__USE_MISC]: Likewise.
15831
15832 2014-02-13  Andreas Schwab  <schwab@suse.de>
15833
15834         [BZ #16574]
15835         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15836         second answer buffer if it was separately allocated.
15837
15838 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15839
15840         * sysdeps/mips/math-tests.h: Include <features.h>.
15841         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15842         (ROUNDING_TESTS_long_double): Do not define.
15843         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15844         (EXCEPTION_TESTS_long_double): Likewise.
15845         * sysdeps/mips/mips64/libm-test-ulps: Update.
15846
15847         * include/features.h (__USE_BSD): Remove macro definitions.
15848         (__USE_SVID): Likewise.
15849         (_BSD_SOURCE): Likewise.
15850         (_SVID_SOURCE): Likewise.
15851         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15852         from definition of _DEFAULT_SOURCE.
15853         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15854         [_DEFAULT_SOURCE].
15855         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15856         * bits/mman.h [__USE_BSD]: Likewise.
15857         * bits/termios.h [__USE_BSD]: Likewise.
15858         * bits/waitstatus.h [__USE_BSD]: Likewise.
15859         * ctype/ctype.h [__USE_SVID]: Likewise.
15860         * dirent/dirent.h [__USE_BSD]: Likewise.
15861         * grp/grp.h [__USE_SVID]: Likewise.
15862         [__USE_BSD]: Likewise.
15863         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15864         * io/fcntl.h [__USE_BSD]: Likewise.
15865         * io/ftw.h [__USE_BSD]: Likewise.
15866         * io/sys/stat.h [__USE_BSD]: Likewise.
15867         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15868         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15869         * libio/stdio.h [__USE_SVID]: Likewise.
15870         [__USE_BSD]: Likewise.
15871         * math/math.h [__USE_SVID]: Likewise.
15872         [__USE_BSD]: Likewise.
15873         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15874         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15875         * misc/search.h [__USE_SVID]: Likewise.
15876         * misc/sys/mman.h [__USE_BSD]: Likewise.
15877         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15878         * misc/sys/uio.h [__USE_BSD]: Likewise.
15879         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15880         * posix/glob.h [__USE_BSD]: Likewise.
15881         * posix/regex.h [__USE_BSD]: Likewise.
15882         * posix/sys/types.h [__USE_BSD]: Likewise.
15883         [__USE_SVID]: Likewise.
15884         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15885         * posix/sys/wait.h [__USE_BSD]: Likewise.
15886         [__USE_SVID]: Likewise.
15887         * posix/unistd.h [__USE_BSD]: Likewise.
15888         [__USE_SVID]: Likewise.
15889         * pwd/pwd.h [__USE_SVID]: Likewise.
15890         * resolv/netdb.h [__USE_BSD]: Likewise.
15891         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15892         * signal/signal.h [__USE_BSD]: Likewise.
15893         [__USE_SVID]: Likewise.
15894         * socket/sys/socket.h [__USE_BSD]: Likewise.
15895         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15896         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15897         [__USE_SVID]: Likewise.
15898         * string/bits/string2.h [__USE_BSD]: Likewise.
15899         [__USE_SVID]: Likewise.
15900         * string/bits/string3.h [__USE_BSD]: Likewise.
15901         * string/endian.h [__USE_BSD]: Likewise.
15902         * string/string.h [__USE_SVID]: Likewise.
15903         [__USE_BSD]: Likewise.
15904         * string/strings.h [__USE_BSD]: Likewise.
15905         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15906         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15907         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15908         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15909         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15910         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15911         Likewise.
15912         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15913         Likewise.
15914         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15915         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15916         Likewise.
15917         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15918         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15919         Likewise.
15920         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15921         Likewise.
15922         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15923         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15924         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15925         Likewise.
15926         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15927         Likewise.
15928         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15929         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15930         * termios/termios.h [__USE_BSD]: Likewise.
15931         * time/sys/time.h [__USE_BSD]: Likewise.
15932         * time/time.h [__USE_BSD]: Likewise.
15933         [__USE_SVID]: Likewise.
15934
15935         * Makefile (subdir_targets): Remove subdir_lint.out.
15936
15937         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15938         (do-tst-printf): Likewise.
15939         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15940         $(objpfx)tst-printf.out.
15941
15942         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15943
15944         * Makerules (check-abi-%): Change target to
15945         $(objpfx)check-abi-%.out.
15946         (check-abi target): Update dependencies.
15947         (check-abi-pattern variable): Redirect output of diff to $@.
15948         (check-abi variable): Likewise.
15949         * elf/Makefile (check-abi): Update dependencies.
15950
15951         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15952         unused.
15953         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15954         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15955         subnormal range.
15956         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15957         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15958         value has largest subnormal exponent.
15959         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15960         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15961         * sysdeps/aarch64/soft-fp/sfp-machine.h
15962         (_FP_TININESS_AFTER_ROUNDING): New macro.
15963         * sysdeps/alpha/soft-fp/sfp-machine.h
15964         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15965         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15966         Likewise.
15967         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15968         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15969         * sysdeps/mips/soft-fp/sfp-machine.h
15970         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15971         * sysdeps/powerpc/soft-fp/sfp-machine.h
15972         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15973         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15974         Likewise.
15975         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15976         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15977         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15978         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15979         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15980         Likewise.
15981
15982 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15983
15984         [BZ #16545]
15985         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15986         model 1.
15987
15988 2014-02-12  Richard Henderson  <rth@redhat.com>
15989
15990         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15991         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15992         * sysdeps/unix/sysv/linux/alpha: Move directory from
15993         ports/sysdeps/unix/sysv/linux/alpha.
15994         * README: Update listing for alpha-*-linux-gnu.
15995
15996 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15997
15998         * include/features.h: Update comment documenting feature test
15999         macros.
16000         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
16001         _DEFAULT_SOURCE.
16002         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16003         (_SVID_SOURCE): Likewise.
16004         (_DEFAULT_SOURCE): Update description of default features.
16005         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16006         with _GNU_SOURCE.
16007         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16008         (S_ISVTX): Likewise.
16009         * manual/math.texi (Mathematical Constants): Likewise.
16010         * manual/signal.texi (Interrupted Primitives): Likewise.
16011         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16012         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16013         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16014         Don't refer to _SVID_SOURCE in warning text.
16015
16016         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16017
16018         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16019         already defined.
16020         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16021         * sysdeps/mips/dl-lookup.c: Remove.
16022         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16023
16024 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16025
16026         [BZ #16447]
16027         * math/auto-libm-test-in: Add testcase for expl.
16028         * math/auto-libm-test-out: Regenerate.
16029         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16030         calculation of unsafe.
16031         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16032
16033 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16034
16035         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16036         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16037         ports/sysdeps/unix/sysv/linux/aarch64.
16038         * README: Update listing for aarch64*-*-linux-gnu.
16039
16040 2014-02-11  Will Newton  <will.newton@linaro.org>
16041
16042         * manual/probes.texi (Mathematical Function Probes): Use
16043         "triggered" instead of "hit".
16044
16045         * manual/probes.texi (Internal Probes): Add documentation
16046         of setjmp, longjmp and longjmp_target probes.
16047
16048         * include/stap-probe.h: Add comment about probe argument
16049         format.
16050
16051         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16052         definition.  (tr_where, tr_freehook, tr_mallochook,
16053         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16054
16055 2014-02-11  David S. Miller  <davem@davemloft.net>
16056
16057         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16058         processing int_tests.
16059
16060 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16061
16062         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16063         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16064         * sysdeps/unix/sysv/linux/mips: Move directory from
16065         ports/sysdeps/unix/sysv/linux/mips.
16066         * README: Update listing for mips-*-linux-gnu and
16067         mips64-*-linux-gnu.
16068
16069 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16070
16071         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16072         * sysdeps/unix/sysv/linux/m68k: Move directory from
16073         ports/sysdeps/unix/sysv/linux/m68k.
16074         * README: Update listing for m68k-*-linux-gnu.
16075
16076 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16077
16078         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16079         * sysdeps/unix/sysv/linux/generic: Move directory from
16080         ports/sysdeps/unix/sysv/linux/generic.
16081         * sysdeps/unix/sysv/linux/tile: Move directory from
16082         ports/sysdeps/unix/sysv/linux/tile.
16083         * README: Update listing for tile*-*-linux-gnu.
16084
16085 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16086
16087         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16088         __builtin_expect.
16089         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16090         * catgets/open_catalog.c (__open_catalog): Likewise.
16091         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16092         * debug/confstr_chk.c: Likewise.
16093         * debug/fread_chk.c (__fread_chk): Likewise.
16094         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16095         * debug/getgroups_chk.c: Likewise.
16096         * debug/mbsnrtowcs_chk.c: Likewise.
16097         * debug/mbsrtowcs_chk.c: Likewise.
16098         * debug/mbstowcs_chk.c: Likewise.
16099         * debug/memcpy_chk.c: Likewise.
16100         * debug/memmove_chk.c: Likewise.
16101         * debug/mempcpy_chk.c: Likewise.
16102         * debug/memset_chk.c: Likewise.
16103         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16104         * debug/strcat_chk.c (__strcat_chk): Likewise.
16105         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16106         * debug/strncat_chk.c (__strncat_chk): Likewise.
16107         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16108         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16109         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16110         * debug/wcpncpy_chk.c: Likewise.
16111         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16112         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16113         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16114         * debug/wcsncpy_chk.c: Likewise.
16115         * debug/wcsnrtombs_chk.c: Likewise.
16116         * debug/wcsrtombs_chk.c: Likewise.
16117         * debug/wcstombs_chk.c: Likewise.
16118         * debug/wmemcpy_chk.c: Likewise.
16119         * debug/wmemmove_chk.c: Likewise.
16120         * debug/wmempcpy_chk.c: Likewise.
16121         * debug/wmemset_chk.c: Likewise.
16122         * dirent/scandirat.c (SCANDIRAT): Likewise.
16123         * dlfcn/dladdr1.c (dladdr1): Likewise.
16124         * dlfcn/dladdr.c (dladdr): Likewise.
16125         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16126         * dlfcn/dlerror.c (__dlerror): Likewise.
16127         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16128         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16129         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16130         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16131         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16132         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16133         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16134         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16135         Likewise.
16136         * elf/dl-conflict.c: Likewise.
16137         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16138         * elf/dl-dst.h: Likewise.
16139         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16140         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16141         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16142         * elf/dl-init.c (call_init, _dl_init): Likewise.
16143         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16144         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16145         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16146         Likewise.
16147         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16148         Likewise.
16149         * elf/dl-minimal.c (__libc_memalign): Likewise.
16150         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16151         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16152         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16153         * elf/dl-sym.c (do_sym): Likewise.
16154         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16155         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16156         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16157         * elf/dl-writev.h (_dl_writev): Likewise.
16158         * elf/ldconfig.c (search_dir): Likewise.
16159         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16160         (dl_main): Likewise.
16161         * elf/setup-vdso.h (setup_vdso): Likewise.
16162         * grp/compat-initgroups.c (compat_call): Likewise.
16163         * grp/fgetgrent.c (fgetgrent): Likewise.
16164         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16165         * grp/putgrent.c (putgrent): Likewise.
16166         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16167         Likewise.
16168         * hurd/hurdinit.c: Likewise.
16169         * iconvdata/8bit-gap.c (struct): Likewise.
16170         * iconvdata/ansi_x3.110.c : Likewise.
16171         * iconvdata/big5.c : Likewise.
16172         * iconvdata/big5hkscs.c : Likewise.
16173         * iconvdata/cp1255.c: Likewise.
16174         * iconvdata/cp1258.c : Likewise.
16175         * iconvdata/cp932.c : Likewise.
16176         * iconvdata/euc-cn.c: Likewise.
16177         * iconvdata/euc-jisx0213.c : Likewise.
16178         * iconvdata/euc-jp.c: Likewise.
16179         * iconvdata/euc-jp-ms.c : Likewise.
16180         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16181         * iconvdata/gb18030.c : Likewise.
16182         * iconvdata/gbbig5.c (const): Likewise.
16183         * iconvdata/gbgbk.c: Likewise.
16184         * iconvdata/gbk.c : Likewise.
16185         * iconvdata/ibm1364.c : Likewise.
16186         * iconvdata/ibm930.c : Likewise.
16187         * iconvdata/ibm932.c: Likewise.
16188         * iconvdata/ibm933.c : Likewise.
16189         * iconvdata/ibm935.c : Likewise.
16190         * iconvdata/ibm937.c : Likewise.
16191         * iconvdata/ibm939.c : Likewise.
16192         * iconvdata/ibm943.c: Likewise.
16193         * iconvdata/iso_11548-1.c: Likewise.
16194         * iconvdata/iso-2022-cn.c : Likewise.
16195         * iconvdata/iso-2022-cn-ext.c : Likewise.
16196         * iconvdata/iso-2022-jp-3.c: Likewise.
16197         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16198         * iconvdata/iso-2022-kr.c : Likewise.
16199         * iconvdata/iso646.c (gconv_end): Likewise.
16200         * iconvdata/iso_6937-2.c : Likewise.
16201         * iconvdata/iso_6937.c : Likewise.
16202         * iconvdata/iso8859-1.c: Likewise.
16203         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16204         * iconvdata/shift_jisx0213.c : Likewise.
16205         * iconvdata/sjis.c : Likewise.
16206         * iconvdata/t.61.c : Likewise.
16207         * iconvdata/tcvn5712-1.c : Likewise.
16208         * iconvdata/tscii.c: Likewise.
16209         * iconvdata/uhc.c : Likewise.
16210         * iconvdata/unicode.c (gconv_end): Likewise.
16211         * iconvdata/utf-16.c (gconv_end): Likewise.
16212         * iconvdata/utf-32.c (gconv_end): Likewise.
16213         * iconvdata/utf-7.c (base64): Likewise.
16214         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
16215         * iconv/gconv_close.c (__gconv_close): Likewise.
16216         * iconv/gconv_open.c (__gconv_open): Likewise.
16217         * iconv/gconv_simple.c (internal_ucs4_loop_single)
16218         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
16219         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
16220         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
16221         (ucs4le_internal_loop_single): Likewise.
16222         * iconv/iconv.c (iconv): Likewise.
16223         * iconv/iconv_close.c: Likewise.
16224         * iconv/loop.c (SINGLE): Likewise.
16225         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
16226         * include/atomic.h: Likewise.
16227         * inet/inet6_option.c (option_alloc): Likewise.
16228         * intl/bindtextdom.c (set_binding_values): Likewise.
16229         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
16230         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
16231         * intl/localealias.c (read_alias_file): Likewise.
16232         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
16233         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
16234         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
16235         * libio/fmemopen.c (fmemopen): Likewise.
16236         * libio/iofgets.c (_IO_fgets): Likewise.
16237         * libio/iofgets_u.c (fgets_unlocked): Likewise.
16238         * libio/iofgetws.c (fgetws): Likewise.
16239         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
16240         * libio/iogetdelim.c (_IO_getdelim): Likewise.
16241         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
16242         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
16243         * locale/findlocale.c (_nl_find_locale): Likewise.
16244         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
16245         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
16246         Likewise.
16247         * locale/setlocale.c (setlocale): Likewise.
16248         * login/programs/pt_chown.c (main): Likewise.
16249         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
16250         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
16251         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
16252         (mmap, mmap64, mremap, munmap): Likewise.
16253         * math/e_exp2l.c: Likewise.
16254         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
16255         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
16256         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
16257         * math/s_catan.c (__catan): Likewise.
16258         * math/s_catanf.c (__catanf): Likewise.
16259         * math/s_catanh.c (__catanh): Likewise.
16260         * math/s_catanhf.c (__catanhf): Likewise.
16261         * math/s_catanhl.c (__catanhl): Likewise.
16262         * math/s_catanl.c (__catanl): Likewise.
16263         * math/s_ccosh.c (__ccosh): Likewise.
16264         * math/s_ccoshf.c (__ccoshf): Likewise.
16265         * math/s_ccoshl.c (__ccoshl): Likewise.
16266         * math/s_cexp.c (__cexp): Likewise.
16267         * math/s_cexpf.c (__cexpf): Likewise.
16268         * math/s_cexpl.c (__cexpl): Likewise.
16269         * math/s_clog10.c (__clog10): Likewise.
16270         * math/s_clog10f.c (__clog10f): Likewise.
16271         * math/s_clog10l.c (__clog10l): Likewise.
16272         * math/s_clog.c (__clog): Likewise.
16273         * math/s_clogf.c (__clogf): Likewise.
16274         * math/s_clogl.c (__clogl): Likewise.
16275         * math/s_csin.c (__csin): Likewise.
16276         * math/s_csinf.c (__csinf): Likewise.
16277         * math/s_csinh.c (__csinh): Likewise.
16278         * math/s_csinhf.c (__csinhf): Likewise.
16279         * math/s_csinhl.c (__csinhl): Likewise.
16280         * math/s_csinl.c (__csinl): Likewise.
16281         * math/s_csqrt.c (__csqrt): Likewise.
16282         * math/s_csqrtf.c (__csqrtf): Likewise.
16283         * math/s_csqrtl.c (__csqrtl): Likewise.
16284         * math/s_ctan.c (__ctan): Likewise.
16285         * math/s_ctanf.c (__ctanf): Likewise.
16286         * math/s_ctanh.c (__ctanh): Likewise.
16287         * math/s_ctanhf.c (__ctanhf): Likewise.
16288         * math/s_ctanhl.c (__ctanhl): Likewise.
16289         * math/s_ctanl.c (__ctanl): Likewise.
16290         * math/w_pow.c: Likewise.
16291         * math/w_powf.c: Likewise.
16292         * math/w_powl.c: Likewise.
16293         * math/w_scalb.c (sysv_scalb): Likewise.
16294         * math/w_scalbf.c (sysv_scalbf): Likewise.
16295         * math/w_scalbl.c (sysv_scalbl): Likewise.
16296         * misc/error.c (error_tail): Likewise.
16297         * misc/pselect.c (__pselect): Likewise.
16298         * nis/nis_callback.c (__nis_create_callback): Likewise.
16299         * nis/nis_call.c (__nisfind_server): Likewise.
16300         * nis/nis_creategroup.c (nis_creategroup): Likewise.
16301         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
16302         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
16303         * nis/nis_getservlist.c (nis_getservlist): Likewise.
16304         * nis/nis_lookup.c (nis_lookup): Likewise.
16305         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
16306         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
16307         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
16308         * nis/nis_xdr.c (xdr_endpoint): Likewise.
16309         * nis/nss_compat/compat-grp.c (getgrent_next_file)
16310         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
16311         * nis/nss_compat/compat-initgroups.c (add_group)
16312         (internal_getgrent_r): Likewise.
16313         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
16314         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
16315         * nis/nss_compat/compat-spwd.c (getspent_next_file)
16316         (internal_getspnam_r): Likewise.
16317         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
16318         (_nss_nis_getaliasbyname_r): Likewise.
16319         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
16320         (_nss_nis_getntohost_r): Likewise.
16321         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
16322         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
16323         (_nss_nis_getgrgid_r): Likewise.
16324         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
16325         (internal_nis_gethostent_r, internal_gethostbyname2_r)
16326         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
16327         (_nss_nis_gethostbyname4_r): Likewise.
16328         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
16329         (initgroups_netid): Likewise.
16330         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
16331         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
16332         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
16333         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
16334         (_nss_nis_getprotobynumber_r): Likewise.
16335         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
16336         (_nss_nis_getsecretkey): Likewise.
16337         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
16338         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
16339         (_nss_nis_getpwuid_r): Likewise.
16340         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
16341         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
16342         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
16343         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
16344         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
16345         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
16346         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
16347         Likewise.
16348         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
16349         (_nss_nisplus_getntohost_r): Likewise.
16350         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
16351         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
16352         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
16353         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
16354         Likewise.
16355         * nis/nss_nisplus/nisplus-initgroups.c
16356         (_nss_nisplus_initgroups_dyn): Likewise.
16357         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
16358         (_nss_nisplus_getnetbyaddr_r): Likewise.
16359         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
16360         (_nss_nisplus_getprotobynumber_r): Likewise.
16361         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
16362         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
16363         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
16364         Likewise.
16365         * nis/nss_nisplus/nisplus-service.c
16366         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
16367         (_nss_nisplus_getservbyport_r): Likewise.
16368         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
16369         (_nss_nisplus_getspnam_r): Likewise.
16370         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
16371         Likewise.
16372         * nscd/aicache.c (addhstaiX): Likewise.
16373         * nscd/cache.c (cache_search, prune_cache): Likewise.
16374         * nscd/connections.c (register_traced_file, send_ro_fd)
16375         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
16376         (main_loop_epoll): Likewise.
16377         * nscd/grpcache.c (addgrbyX): Likewise.
16378         * nscd/hstcache.c (addhstbyX): Likewise.
16379         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16380         * nscd/mem.c (gc, mempool_alloc): Likewise.
16381         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
16382         (addinnetgrX): Likewise.
16383         * nscd/nscd-client.h (__nscd_acquire_maplock)
16384         (__nscd_drop_map_ref): Likewise.
16385         * nscd/nscd_getai.c (__nscd_getai): Likewise.
16386         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
16387         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
16388         Likewise.
16389         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
16390         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
16391         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
16392         (__nscd_get_map_ref): Likewise.
16393         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
16394         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
16395         Likewise.
16396         * nscd/pwdcache.c (addpwbyX): Likewise.
16397         * nscd/selinux.c (preserve_capabilities): Likewise.
16398         * nscd/servicescache.c (addservbyX): Likewise.
16399         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
16400         * posix/fnmatch.c (fnmatch): Likewise.
16401         * posix/getopt.c (_getopt_internal_r): Likewise.
16402         * posix/glob.c (glob, glob_in_dir): Likewise.
16403         * posix/wordexp.c (exec_comm_child): Likewise.
16404         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
16405         (getanswer_r, gaih_getanswer_slice): Likewise.
16406         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
16407         * resolv/res_init.c: Likewise.
16408         * resolv/res_mkquery.c (res_nmkquery): Likewise.
16409         * resolv/res_query.c (__libc_res_nquery): Likewise.
16410         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
16411         Likewise.
16412         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
16413         * stdio-common/perror.c (perror): Likewise.
16414         * stdio-common/printf_fp.c (___printf_fp): Likewise.
16415         * stdio-common/tmpnam.c (tmpnam): Likewise.
16416         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
16417         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
16418         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
16419         Likewise.
16420         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
16421         * stdlib/putenv.c (putenv): Likewise.
16422         * stdlib/setenv.c (__add_to_environ): Likewise.
16423         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
16424         * stdlib/strtol_l.c (INTERNAL): Likewise.
16425         * string/memmem.c (memmem): Likewise.
16426         * string/strerror.c (strerror): Likewise.
16427         * string/strnlen.c (__strnlen): Likewise.
16428         * string/test-memmem.c (simple_memmem): Likewise.
16429         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
16430         * sunrpc/pm_getport.c (__get_socket): Likewise.
16431         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
16432         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
16433         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
16434         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
16435         Likewise.
16436         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
16437         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
16438         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
16439         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
16440         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
16441         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
16442         Likewise.
16443         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
16444         Likewise.
16445         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
16446         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
16447         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
16448         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
16449         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
16450         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
16451         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
16452         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
16453         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
16454         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
16455         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
16456         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
16457         Likewise.
16458         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
16459         Likewise.
16460         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
16461         Likewise.
16462         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
16463         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
16464         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
16465         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
16466         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
16467         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
16468         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
16469         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
16470         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
16471         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
16472         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
16473         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16474         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16475         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
16476         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
16477         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
16478         Likewise.
16479         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
16480         Likewise.
16481         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
16482         Likewise.
16483         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
16484         Likewise.
16485         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
16486         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
16487         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
16488         Likewise.
16489         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
16490         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
16491         * sysdeps/posix/opendir.c (__opendirat): Likewise.
16492         * sysdeps/posix/sleep.c: Likewise.
16493         * sysdeps/posix/tempname.c: Likewise.
16494         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
16495         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16496         Likewise.
16497         * sysdeps/powerpc/powerpc32/dl-machine.h
16498         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
16499         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
16500         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16501         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
16502         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
16503         Likewise.
16504         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
16505         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
16506         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
16507         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
16508         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
16509         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
16510         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
16511         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
16512         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
16513         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
16514         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
16515         (elf_machine_lazy_rel): Likewise.
16516         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
16517         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
16518         (elf_machine_lazy_rel): Likewise.
16519         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
16520         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
16521         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
16522         * sysdeps/unix/grantpt.c (grantpt): Likewise.
16523         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
16524         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
16525         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
16526         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
16527         Likewise.
16528         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
16529         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
16530         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
16531         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
16532         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
16533         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
16534         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
16535         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
16536         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
16537         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
16538         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
16539         Likewise.
16540         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
16541         (__posix_fallocate64_l64): Likewise.
16542         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
16543         (posix_fallocate): Likewise.
16544         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
16545         Likewise.
16546         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
16547         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
16548         (getifaddrs_internal): Likewise.
16549         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
16550         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
16551         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
16552         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16553         * sysdeps/unix/sysv/linux/posix_fallocate64.c
16554         (__posix_fallocate64_l64): Likewise.
16555         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
16556         Likewise.
16557         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
16558         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
16559         (__get_clockfreq): Likewise.
16560         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
16561         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
16562         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
16563         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
16564         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
16565         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
16566         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
16567         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
16568         Likewise.
16569         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
16570         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
16571         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
16572         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
16573         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
16574         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
16575         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
16576         Likewise.
16577         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16578         (posix_fallocate): Likewise.
16579         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
16580         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
16581         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
16582         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
16583         (elf_machine_rela, elf_machine_rela_relative)
16584         (elf_machine_lazy_rel): Likewise.
16585         * time/asctime.c (asctime_internal): Likewise.
16586         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
16587         * time/tzset.c (__tzset_parse_tz): Likewise.
16588         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
16589         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
16590         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
16591         * wcsmbs/wcsmbsload.h: Likewise.
16592
16593         [BZ #15894]
16594         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
16595
16596         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
16597         (arena_get2): Remove THREAD_STATS conditionals.
16598         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
16599         (__malloc_stats, int): Likewise.
16600
16601 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
16602
16603         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
16604         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
16605
16606         * manual/setjmp.texi: Fix typos/grammar errors.
16607
16608         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
16609         Only return early when n is <= 0.  Delete unused return statement.
16610
16611         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
16612         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
16613         * debug/tst-longjmp_chk3.c: New file.
16614
16615         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
16616         (test_main): Replace code with set_fortify_handler call.
16617         * debug/test-strcpy_chk.c: Likewise.
16618         * debug/tst-chk1.c: Likewise.
16619         * debug/tst-longjmp_chk.c: Likewise.
16620         * test-skeleton.c: Include fcntl.h & paths.h
16621         (set_fortify_handler): Define.
16622
16623         * debug/tst-longjmp_chk.c: Add header comment and include
16624         ../test-skeleton.c.
16625         (do_test): Mark static.
16626         (TEST_FUNCTION): Define.
16627
16628         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
16629         (IP_PMTUDISC_INTERFACE): Likewise.
16630         (IP_MULTICAST_IF): Likewise.
16631         (IP_MULTICAST_TTL): Likewise.
16632         (IP_MULTICAST_LOOP): Likewise.
16633         (IP_ADD_MEMBERSHIP): Likewise.
16634         (IP_DROP_MEMBERSHIP): Likewise.
16635         (IP_UNBLOCK_SOURCE): Likewise.
16636         (IP_BLOCK_SOURCE): Likewise.
16637         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
16638         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
16639         (IP_MSFILTER): Likewise.
16640         (MCAST_JOIN_GROUP): Likewise.
16641         (MCAST_BLOCK_SOURCE): Likewise.
16642         (MCAST_UNBLOCK_SOURCE): Likewise.
16643         (MCAST_LEAVE_GROUP): Likewise.
16644         (MCAST_JOIN_SOURCE_GROUP): Likewise.
16645         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
16646         (MCAST_MSFILTER): Likewise.
16647         (IP_MULTICAST_ALL): Likewise.
16648         (IP_UNICAST_IF): Likewise.
16649
16650         * timezone/Makefile: Delete $(have-ksh) check.
16651         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
16652         * timezone/tzselect.ksh: Add +x mode bits.
16653
16654         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
16655         (ANON_INODE_FS_MAGIC): Likewise.
16656         (BDEVFS_MAGIC): Likewise.
16657         (BINFMTFS_MAGIC): Likewise.
16658         (BTRFS_TEST_MAGIC): Likewise.
16659         (CRAMFS_MAGIC_WEND): Likewise.
16660         (DEBUGFS_MAGIC): Likewise.
16661         (ECRYPTFS_SUPER_MAGIC): Likewise.
16662         (EXT3_SUPER_MAGIC): Likewise.
16663         (EXT4_SUPER_MAGIC): Likewise.
16664         (FUTEXFS_SUPER_MAGIC): Likewise.
16665         (HOSTFS_SUPER_MAGIC): Likewise.
16666         (HUGETLBFS_MAGIC): Likewise.
16667         (MINIX3_SUPER_MAGIC): Likewise.
16668         (MTD_INODE_FS_MAGIC): Likewise.
16669         (NILFS_SUPER_MAGIC): Likewise.
16670         (OPENPROM_SUPER_MAGIC): Likewise.
16671         (PIPEFS_MAGIC): Likewise.
16672         (PSTOREFS_MAGIC): Likewise.
16673         (QNX6_SUPER_MAGIC): Likewise.
16674         (RAMFS_MAGIC): Likewise.
16675         (REISERFS_SUPER_MAGIC_STRING): Likewise.
16676         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
16677         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
16678         (SECURITYFS_MAGIC): Likewise.
16679         (SELINUX_MAGIC): Likewise.
16680         (SMACK_MAGIC): Likewise.
16681         (SOCKFS_MAGIC): Likewise.
16682         (SQUASHFS_MAGIC): Likewise.
16683         (STACK_END_MAGIC): Likewise.
16684         (TMPFS_MAGIC): Likewise.
16685         (USBDEVICE_SUPER_MAGIC): Likewise.
16686         (V9FS_MAGIC): Likewise.
16687         (XENFS_SUPER_MAGIC): Likewise.
16688         (CRAMFS_MAGIC): Fix typo in comment.
16689         (EXT2_SUPER_MAGIC): Update comment.
16690         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
16691
16692 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
16693
16694         * sysdeps/arm: Move directory from ports/sysdeps/arm.
16695         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
16696         * sysdeps/unix/sysv/linux/arm: Move directory from
16697         ports/sysdeps/unix/sysv/linux/arm.
16698         * README: Update listing for arm-*-linux-gnueabi.
16699
16700         * README: Remove mention of am33.
16701
16702 2014-02-07  Roland McGrath  <roland@hack.frob.com>
16703
16704         * bits/sigset.h (__sigemptyset): Use a statement expression rather
16705         than the comma operator, to avoid "rhs of comma has no effect"
16706         compiler warnings.
16707         (__sigfillset, __sigandset, __sigorset): Likewise.
16708         * include/signal.h (__sigemptyset): Likewise.
16709         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
16710
16711 2014-02-07  Allan McRae  <allan@archlinux.org>
16712
16713         * version.h (RELEASE): Set to "development".
16714         (VERSION): Set to "2.19.90"
16715         * NEWS: Add 2.20 section.
16716
16717 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
16718
16719         [BZ #16529]
16720         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
16721
16722 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
16723
16724         * manual/contrib.texi: Update entry for Carlos O'Donell,
16725         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
16726
16727 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
16728
16729         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
16730
16731         * sysdeps/unix/sysv/linux/kernel-features.h
16732         [__LINUX_KERNEL_VERSION >= 0x020621]
16733         (__ASSUME_PROC_PID_TASK_COMM): Define.
16734
16735 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16736
16737         [BZ #16398]
16738         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16739         conversion when destination buffer does not have enough space.
16740         * libio/tst-ftell-partial-wide.c: New test case.
16741         * libio/Makefile (tests): Add tst-ftell-partial-wide.
16742
16743         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16744         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16745         Leonard and Allan McRae.
16746
16747 2014-02-04  David S. Miller  <davem@davemloft.net>
16748
16749         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16750         32-bit.
16751
16752 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16753
16754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16755         New file
16756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16757         New file
16758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16759         New file.
16760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16761         New file.
16762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16763         New file.
16764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16765         New file.
16766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16767         New file.
16768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16769         New file.
16770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16771         New file.
16772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16773         New file.
16774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16775         New file.
16776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16777         New file.
16778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16779         New file.
16780
16781 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16782
16783         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16784         * shlib-versions: Likewise.
16785
16786 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16787             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16788
16789         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16790         (abilist-pattern): New variable, set to %-le.abilist.
16791
16792         * Makerules (abilist-pattern): New variable.
16793         (vpath): Use $(abilist-pattern) in place of %.abilist.
16794         (check-abi-% pattern rule): Likewise.
16795         (check-abi, update-abi): Likewise.
16796
16797 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16798
16799         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16800
16801 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16802
16803         * manual/startup.texi: Add next, previous, and top entries for
16804         the `Program Arguments' and `Environment Variables' nodes.
16805
16806 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16807
16808         * manual/macros.texi: Add comments before MTASC-safety macros.
16809
16810         * manual/users.texi: Document MTASC-safety properties.
16811
16812         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16813         (pthread_getspecific, pthread_setspecific): Format with
16814         @deftypefun, and add @safety note.
16815         * manual/signal.texi: Move comments that analyze the above
16816         functions to their home place.
16817
16818 2014-02-03  Allan McRae  <allan@archlinux.org>
16819
16820         * po/sl.po: Update Slovenian translation from translation project.
16821
16822 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16823
16824         * manual/time.texi (timegm): Add missing blank after @c.
16825         Reported by Joseph Myers <joseph@codesourcery.com>.
16826
16827 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16828
16829         * manual/check-safety.sh: New.
16830         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16831
16832         * manual/terminal.texi: Document MTASC-safety properties.
16833
16834         * manual/filesys.texi: Document MTASC-safety properties.
16835
16836         * manual/errno.texi: Document MTASC-safety properties.
16837
16838         * manual/intro.texi: Document safety identifiers and
16839         conditionals.
16840
16841         * manual/string.texi (wcstok): Fix prototype.
16842         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16843
16844         * manual/time.texi: Document MTASC-safety properties.
16845
16846         * manual/string.texi: Document MTASC-safety properties.
16847
16848         * manual/threads.texi: Document MTASC-safety properties.
16849
16850         * manual/stdio.texi: Document MTASC-safety properties.
16851
16852         * manual/syslog.texi: Document MTASC-safety properties.
16853
16854         * manual/sysinfo.texi: Document MTASC-safety properties.
16855
16856         * manual/startup.texi: Document MTASC-safety properties.
16857
16858         * manual/socket.texi: Document MTASC-safety properties.
16859
16860         * manual/signal.texi: Document MTASC-safety properties.
16861
16862 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16863
16864         * manual/setjmp.texi: Document MTASC-safety properties.
16865
16866         * manual/search.texi: Document MTASC-safety properties.
16867
16868         * manual/resource.texi: Document MTASC-safety properties.
16869
16870         * manual/process.texi: Document MTASC-safety properties.
16871
16872         * manual/platform.texi: Document MTASC-safety properties.
16873
16874         * manual/pipe.texi: Document MTASC-safety properties.
16875
16876         * manual/pattern.texi: Document MTASC-safety properties.
16877
16878         * manual/message.texi: Document MTASC-safety properties.
16879
16880         [BZ #12751]
16881         * manual/memory.texi: Document MTASC-safety properties.
16882
16883         * manual/math.texi: Document MTASC-safety properties.
16884
16885         * manual/locale.texi: Document MTASC-safety properties.
16886
16887         * manual/llio.texi: Document MTASC-safety properties.
16888
16889         * manual/libdl.texi: New.
16890
16891         * manual/lang.texi: Document MTASC-safety properties.
16892
16893         * manual/job.texi: Document MTASC-safety properties.
16894
16895         * manual/getopt.texi: Document MTASC-safety properties.
16896
16897         * manual/ctype.texi: Document MTASC-safety properties.
16898
16899 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16900
16901         [BZ #16046]
16902         * csu/libc-tls.c (static_map): Remove variable.
16903         (__libc_setup_tls): Use main executable's link map for TLS data.
16904         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16905         casing for LM_ID_BASE and GL(dl_nns).
16906         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16907         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16908         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16909         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16910         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16911         member.
16912         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16913         l_phnum members.
16914
16915 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16916
16917         * manual/debug.texi: Document MTASC-safety properties.
16918
16919 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16920
16921         [BZ #16510]
16922         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16923         of __x86_64__ when disabling x87 inline functions.
16924
16925 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16926
16927         * manual/charset.texi: Document MTASC-safety properties.
16928
16929         * manual/crypt.texi: Document MTASC-safety properties.
16930
16931         * manual/conf.texi: Document MTASC-safety properties.
16932
16933         * manual/arith.texi: Document MTASC-safety properties.
16934
16935         * manual/argp.texi: Document MTASC-safety properties.
16936
16937         * manual/macros.texi: Introduce macros to document multi
16938         thread, asynchronous signal and asynchronous cancellation
16939         safety properties.
16940         * manual/intro.texi: Introduce the properties themselves.
16941
16942 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16943
16944         * sysdeps/sh/sh4/Makefile: New file.
16945
16946 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16947
16948         * math/gen-libm-test.pl ($srcdir): New variable.
16949         ($auto_input): Use it.
16950
16951 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16952
16953         [BZ #16506]
16954         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16955         access beyond array bounds when parsing netgroups file.
16956
16957         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16958         the old buffer before realloc.
16959
16960 2014-01-27  Allan McRae  <allan@archlinux.org>
16961
16962         * po/fr.po: Update French translation from translation project.
16963
16964 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16965
16966         * sysdeps/sh/libm-test-ulps: Regenerate.
16967
16968 2014-01-24  David S. Miller  <davem@davemloft.net>
16969
16970         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16971
16972 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16973
16974         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16975         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16976
16977 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16978
16979         [BZ #16474]
16980         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16981         string pointers after reallocation.
16982
16983 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16984
16985         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16986         __SH4A__ instead of __SH_FPU_ANY__.
16987
16988 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16989
16990         * sysdeps/sh/fpu_control.h: New file.
16991         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16992         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16993         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16994         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16995         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16996         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16997         * sysdeps/sh/sys/ucontext.h: Remove.
16998         * sysdeps/sh/sys: Remove directory.
16999
17000 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17001
17002         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17003         s390/sys/ucontext.h.
17004         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17005         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17006
17007 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17008
17009         [BZ #15605]
17010         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17011
17012 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17013
17014         [BZ#16431]
17015         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17016         Adjust the vDSO correctly for internal calls.
17017         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17018
17019 2014-01-20  Allan McRae  <allan@archlinux.org>
17020
17021         * po/ca.po: Update Catalan translation from translation project.
17022
17023 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17024
17025         * sysdeps/s390/sotruss-lib.c: New file.
17026
17027 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17028
17029         [BZ#16430]
17030         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17031         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17032         local calls issues by not having a PLT stub required for IFUNC calls.
17033         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17034
17035 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17036
17037         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17038         * math/test-fpucw-static.c: Likewise.
17039
17040 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17041
17042         [BZ #16453]
17043         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17044
17045 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17046
17047         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17048         implementation for powerpc.
17049
17050 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17051
17052         [BZ #14782]
17053         * sysdeps/posix/system.c (__libc_system): Do not enable
17054         asynchronous cancellation.
17055
17056 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17057
17058         [BZ #16427]
17059         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17060         handling only for numbers special also in the IEEE case.
17061
17062 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17063
17064         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17065
17066 2014-01-11  Allan McRae  <allan@archlinux.org>
17067
17068         * po/bg.po: Update Bulgarian translation from translation project.
17069
17070         * po/de.po: Update German translation from translation project.
17071
17072 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17073
17074         * sysdeps/generic/gcc-compat.h: New file.
17075
17076 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17077
17078         * benchtests/asin-inputs: Correct slow inputs.
17079         * benchtests/acos-inputs: Likewise.
17080
17081 2014-01-10  Allan McRae  <allan@archlinux.org>
17082
17083         * po:sv.po: Update Swedish translation from translation project.
17084
17085         * po/vi.po: Update Vietnamese translation from translation project.
17086
17087         * po/eo.po: Update Esperanto translation from translation project.
17088
17089         * po/cs.po: Update Czech translation from translation project.
17090
17091         * po/nl.po: Update Dutch translation from translation project.
17092
17093         * po/pl.po: Update Polish translation from translation project.
17094
17095         * po/ru.po: Update Russian translation from translation project.
17096
17097         * po/uk.po: Update Ukrainian translation from translation project.
17098
17099 2014-01-08  Brooks Moses  <bmoses@google.com>
17100
17101         * elf/dl-load.c: Fix comment typo.
17102
17103 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17104
17105         * po/header.pot: Rename to...
17106         * po/pot.header: ... this.
17107         * po/Makefile: Use pot.header.
17108
17109 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17110             Maxim Kuvyrkov  <maxim@kugelworks.com>
17111
17112         [BZ #16394]
17113         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17114         SRC and DEST against LEN.
17115
17116 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17117
17118         [BZ #16414]
17119         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17120         implementation.
17121         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17122
17123 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17124
17125         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17126
17127 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17128
17129         [BZ #16408]
17130         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17131         for large positive arguments.
17132
17133 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17134
17135         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17136
17137         * math/auto-libm-test-in: Mark various tests with
17138         xfail-rounding:ldbl-128ibm.
17139         * math/auto-libm-test-out: Regenerated.
17140
17141         [BZ #16407]
17142         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17143         Increase overflow threshold.
17144
17145 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17146
17147         [BZ #14286]
17148         * stdio-common/vfprintf.c: Check for integer overflow.
17149
17150 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17151
17152         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17153         the first argument and return value of __tls_get_addr_internal.
17154
17155 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17156
17157         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17158         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17159
17160 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17161
17162         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17163         * sysdeps/s390/rtld-global-offsets.sym: New file.
17164         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17165         GLIBC_2.19 symbol.
17166         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17167         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17168         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17169         ... this.
17170         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17171         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17172         ... this.
17173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17174         Regenerate.
17175         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17176         Regenerate.
17177         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17178         halfs of GPRs for high_gprs contexts.
17179         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17180         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17181         field.
17182         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17183         uc_flags field.
17184         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17185         64 bit versions:
17186         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17187         for high GPRs (uc_high_gprs) and for future extensions
17188         (__reserved).
17189         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17190         for future extensions (__reserved).
17191         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17192         64 bit versions:
17193         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17194         SC_HIGHGPRS offset definition.
17195         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17196         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17197
17198         * Versions.def: Add GLIBC_2.19 for libpthread.
17199         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17200         siglongjmp for libpthread with GLIBC_2.19 symver.
17201         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17202         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17203         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17204         * sysdeps/s390/__longjmp.c: New file.
17205         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17206         * sysdeps/s390/longjmp.c: New file.
17207         * sysdeps/s390/setjmp.S: New file.
17208         * sysdeps/s390/sigjmp.S: New file.
17209         * sysdeps/s390/v1-longjmp.c: New file.
17210         * sysdeps/s390/v1-setjmp.h: New file.
17211         * sysdeps/s390/v1-sigjmp.c: New file.
17212         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
17213         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
17214         GLIBC_2.19 version.
17215         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
17216         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
17217         versioned symbols for ____longjmp_chk.
17218         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
17219         Likewise.
17220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17221         Regenerate.
17222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17223         Regenerate.
17224         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17225         Regenerate.
17226         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17227         Regenerate.
17228         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
17229         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
17230         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
17231         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
17232         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
17233         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
17234         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
17235         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
17236         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
17237         * sysdeps/s390/rtld-__longjmp.c: New file.
17238         * sysdeps/s390/rtld-setjmp.S: New file.
17239
17240 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
17241
17242         [BZ #16400]
17243         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17244         Return -__logl (x) for small positive arguments without evaluating
17245         a polynomial.
17246
17247 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
17248
17249         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
17250         Rename to ...
17251         (__ptrace_peeksiginfo_args): ... this.
17252         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17253         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17254         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17255
17256 2014-01-06  Allan McRae  <allan@archlinux.org>
17257
17258         * inet/netinet/in.h: Fix typo in comment.
17259
17260 2014-01-05  Andreas Jaeger  <aj@suse.de>
17261
17262         * sysdeps/i386/fpu/libm-test-ulps: Update.
17263
17264 2014-01-05  Allan McRae  <allan@archlinux.org>
17265
17266         * po/libc.pot: Regenerated.
17267
17268         * malloc/memusagestat.c: Fix gettext call formatting.
17269
17270 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
17271
17272         * nscd/nscd.c: Improve usage() output.
17273
17274 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
17275
17276         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
17277         * sysdeps/unix/sysv/linux/configure: Regenerated.
17278         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
17279         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
17280
17281 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
17282
17283         [BZ #16390]
17284         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17285         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
17286
17287 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17288
17289         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
17290         extra tokens at end of #undef directive.
17291         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
17292         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
17293         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
17294
17295 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
17296
17297         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17298
17299         * math/auto-libm-test-in: Mark various tests with
17300         xfail-rounding:ldbl-128ibm.
17301         * math/auto-libm-test-out: Regenerated.
17302
17303 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
17304
17305         [BZ #16386]
17306         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
17307         numbers with subnormal high part when calculating exponent.
17308
17309         [BZ #16385]
17310         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
17311         fabs.
17312
17313         [BZ #16384]
17314         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
17315         M_LN2l.
17316         (__ieee754_acoshl): Use __log1pl not __log1p.
17317
17318 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
17319
17320         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
17321         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
17322         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
17323         (grow_heap, heap_trim, _int_new_arena, get_free_list)
17324         (reused_arena, arena_get2): Convert to GNU style.
17325         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
17326         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
17327         (memalign_check, __malloc_set_state): Likewise.
17328         * malloc/mallocbug.c (main): Likewise.
17329         * malloc/malloc.c (__malloc_assert, malloc_init_state)
17330         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
17331         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
17332         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
17333         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
17334         (__posix_memalign, malloc_info): Likewise.
17335         * malloc/malloc.h: Likewise.
17336         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
17337         (mallochook, memalignhook, reallochook, mabort): Likewise.
17338         * malloc/mcheck.h: Likewise.
17339         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
17340         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
17341         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
17342         * malloc/morecore.c (__default_morecore): Likewise.
17343         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
17344         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
17345         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
17346         (print_and_abort): Likewise.
17347         * malloc/obstack.h: Likewise.
17348         * malloc/set-freeres.c (__libc_freeres): Likewise.
17349         * malloc/tst-mallocstate.c (main): Likewise.
17350         * malloc/tst-mtrace.c (main): Likewise.
17351         * malloc/tst-realloc.c (do_test): Likewise.
17352
17353 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17354
17355         [BZ #16366]
17356         * nscd/netgroupcache.c (do_notfound): New function.
17357         (addgetnetgrentX): Use it.
17358
17359         [BZ # 16365]
17360         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
17361         NSS_STATUS_NOTFOUND.
17362
17363 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
17364
17365         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17367
17368 2014-01-01  Allan McRae  <allan@archlinux.org>
17369
17370         * scripts/update-copyrights: Update configure input file suffix.
17371
17372         * NEWS: Update copyright year.
17373         * catgets/gencat.c: Likewise.
17374         * csu/version.c: Likewise.
17375         * debug/catchsegv.sh: Likewise.
17376         * debug/pcprofiledump.c: Likewise.
17377         * debug/xtrace.sh: Likewise.
17378         * elf/ldconfig.c: Likewise.
17379         * elf/ldd.bash.in: Likewise.
17380         * elf/pldd.c: Likewise.
17381         * elf/sotruss.ksh: Likewise.
17382         * elf/sprof.c: Likewise.
17383         * iconv/iconv_prog.c: Likewise.
17384         * iconv/iconvconfig.c: Likewise.
17385         * locale/programs/locale.c: Likewise.
17386         * locale/programs/localedef.c: Likewise.
17387         * login/programs/pt_chown.c: Likewise.
17388         * malloc/memusage.sh: Likewise.
17389         * malloc/memusagestat.c: Likewise.
17390         * malloc/mtrace.pl: Likewise.
17391         * manual/libc.texinfo: Likewise.
17392         * nscd/nscd.c: Likewise.
17393         * nss/getent.c: Likewise.
17394         * nss/makedb.c: Likewise.
17395         * posix/getconf.c: Likewise.
17396         * scripts/test-installation.pl: Likewise.
17397
17398         * All files with FSF copyright notices: Update copyright dates
17399         using scripts/update-copyrights.
17400         * intl/plural.c: Regenerated.
17401         * locale/programs/charmap-kw.h: Likewise.
17402         * locale/programs/locfile-kw.h: Likewise.
17403
17404 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
17405
17406         * sysdeps/unix/sysv/linux/configure: Regenerated.
17407         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
17408         the linux/fanotify.h header.
17409         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
17410         HAVE_LINUX_FANOTIFY_H is defined.
17411
17412 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
17413
17414         * benchtests/cos-inputs: New inputs.
17415         * benchtests/sin-inputs: Likewise.
17416
17417         * benchtests/atan-inputs: New inputs. Fix name of multiple
17418         precision fallback inputs.
17419
17420         * benchtests/atanh-inputs: New inputs.
17421         * benchtests/tanh-inputs: Likewise.
17422
17423         * benchtests/acosh-inputs: New inputs.
17424         * benchtests/asinh-inputs: Likewise.
17425
17426         * benchtests/cosh-inputs: New inputs.
17427         * benchtests/sinh-inputs: Likewise.
17428
17429         * benchtests/acos-inputs: Add more inputs.
17430         * benchtests/asin-inputs: Likewise.
17431
17432 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
17433
17434         [BZ #16375]
17435         * manual/arith.texi: Fix spelling.
17436         * manual/charset.texi: Likewise.
17437         * manual/errno.texi: Likewise.
17438         * manual/filesys.texi: Likewise.
17439         * manual/lang.texi: Likewise.
17440         * manual/llio.texi: Likewise.
17441         * manual/locale.texi: Likewise.
17442         * manual/message.texi: Likewise.
17443         * manual/resource.texi: Likewise.
17444         * manual/search.texi: Likewise.
17445         * manual/setjmp.texi: Likewise.
17446         * manual/stdio.texi: Likewise.
17447         * manual/string.texi: Likewise.
17448         * manual/sysinfo.texi: Likewise.
17449         * manual/time.texi: Likewise.
17450
17451 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
17452
17453         * po/sl.po: New file.
17454
17455 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
17456
17457         * .gitignore: Add core/.gdbinit/.gdb_history.
17458
17459 2013-12-27  Allan McRae  <allan@archlinux.org>
17460
17461         [BZ #16369]
17462         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
17463         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
17464
17465 2013-12-24  Brooks Moses  <bmoses@google.com>
17466
17467         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
17468         all compilers that claim C++98 compliance, not just GCC.
17469         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
17470         Likewise.
17471
17472 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
17473
17474         * NEWS: Restore accidentally deleted bug-fix entries.
17475
17476 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
17477             Ondřej Bílka  <neleai@seznam.cz>
17478
17479         [BZ #15073]
17480         * malloc/malloc.c (_int_free): Perform sanity check only if we
17481         have_lock.
17482
17483 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
17484
17485         [BZ #12986]
17486         * manual/stdio.texi (String Input Conversions): Clarify that character
17487         classes are not supported.
17488
17489 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17490
17491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17492
17493 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
17494
17495         [BZ #16337]
17496         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17497         Calculate results for small negative arguments directly rather
17498         than using reflection formula with special underflow handling.
17499
17500         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
17501         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
17502         sysdeps/unix/bsd/bsd4.4/syscalls.list.
17503         (fchflags): Likewise.
17504         (revoke): Likewise.
17505         (setlogin): Likewise.
17506         (sigaltstack): Likewise.
17507         (wait4): Likewise.
17508         (sigblock): Remove.
17509         (sigsetmask): Likewise.
17510         (wait3): Likewise.
17511         (waitpid): Likewise.
17512         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
17513         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
17514         file.
17515         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
17516         * sysdeps/unix/bsd/Makefile: ... here.
17517         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
17518         * sysdeps/unix/bsd/Versions: ... here.
17519         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
17520         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
17521         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
17522         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
17523         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
17524         * sysdeps/unix/bsd/sigblock.c: ... here.
17525         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
17526         * sysdeps/unix/bsd/sigsetmask.c: ... here.
17527         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
17528         * sysdeps/unix/bsd/sigvec.c: ... here.
17529         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
17530         * sysdeps/unix/bsd/tcdrain.c: ... here.
17531         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
17532         * sysdeps/unix/bsd/tcgetattr.c: ... here.
17533         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
17534         * sysdeps/unix/bsd/tcsetattr.c: ... here.
17535         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
17536         * sysdeps/unix/bsd/wait.c: ... here.
17537         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
17538         * sysdeps/unix/bsd/wait3.c: ... here.
17539         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
17540         * sysdeps/unix/bsd/waitpid.c: ... here.
17541
17542 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
17543
17544         [BZ #16356]
17545         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
17546         round-to-nearest for [!USE_AS_EXPM1L].
17547         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
17548         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
17549         more tests of exp and exp10.  Expect some exp10 tests to miss
17550         exceptions or fail in directed rounding modes.
17551         * math/auto-libm-test-out: Regenerated.
17552         * math/libm-test.inc (exp10_tonearest_test_data): New array.
17553         (exp10_test_tonearest): New function.
17554         (exp10_towardzero_test_data): New array.
17555         (exp10_test_towardzero): New function.
17556         (exp10_downward_test_data): New array.
17557         (exp10_test_downward): New function.
17558         (exp10_upward_test_data): New array.
17559         (exp10_test_upward): New function.
17560         (main): Call the new functions.
17561         * sysdeps/i386/fpu/libm-test-ulps: Update.
17562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17563
17564 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
17565
17566         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
17567         asinh, atan, atan2, atanh, cbrt, cos and cosh.
17568         * math/auto-libm-test-out: Regenerated.
17569         * math/libm-test.inc (acosh_test_data): Add more tests.
17570         (atanh_test_data): Likewise.
17571         (ceil_test_data): Likewise.
17572         (copysign_test_data): Likewise.
17573         * sysdeps/i386/fpu/libm-test-ulps: Update.
17574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17575
17576         * timezone/checktab.awk: Update from tzcode 2013i.
17577         * timezone/private.h: Likewise.
17578         * timezone/scheck.c: Likewise.
17579         * timezone/tzfile.h: Likewise.
17580         * timezone/tzselect.ksh: Likewise.
17581         * timezone/zdump.c: Likewise.
17582         * timezone/zic.c: Likewise.
17583
17584         * math/auto-libm-test-in: Add tests of cpow.
17585         * math/auto-libm-test-out: Regenerated.
17586         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
17587         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17588         mpc_cc_c.
17589         (func_calc_desc): Add mpc_cc_c union field.
17590         (test_functions): Add cpow.
17591         (special_fill_2pi): New function.
17592         (special_real_inputs): Add 2pi.
17593         (calc_generic_results): Handle mpc_cc_c.
17594         * sysdeps/i386/fpu/libm-test-ulps: Update.
17595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17596
17597         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
17598         csqrt, ctan and ctanh.
17599         * math/auto-libm-test-out: Regenerated.
17600         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17601         (TEST_COND_x86): Likewise.
17602         (ccos_test_data): Use AUTO_TESTS_c_c.
17603         (ccosh_test_data): Likewise.
17604         (cexp_test_data): Likewise.
17605         (clog_test_data): Likewise.
17606         (csqrt_test_data): Likewise.
17607         (ctan_test_data): Likewise.
17608         (ctan_tonearest_test_data): Likewise.
17609         (ctan_towardzero_test_data): Likewise.
17610         (ctan_downward_test_data): Likewise.
17611         (ctan_upward_test_data): Likewise.
17612         (ctanh_test_data): Likewise.
17613         (ctanh_tonearest_test_data): Likewise.
17614         (ctanh_towardzero_test_data): Likewise.
17615         (ctanh_downward_test_data): Likewise.
17616         (ctanh_upward_test_data): Likewise.
17617         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17618         mpc_c_c.
17619         (func_calc_desc): Add mpc_c_c union field.
17620         (FUNC_mpc_c_c): New macro.
17621         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
17622         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
17623         ctanh.
17624         (special_fill_min_subnorm_p120): New function.
17625         (special_real_inputs): Add min_subnorm_p120.
17626         (calc_generic_results): Handle mpc_c_c.
17627         * sysdeps/i386/fpu/libm-test-ulps: Update.
17628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17629
17630 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17631
17632         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
17633         (do_sin_slow): New functions.
17634         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
17635         (cslow2, csloww1, csloww2): Use the new functions.
17636
17637         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
17638         Use M to change sign of result instead of X.  Assume X is
17639         positive.
17640         (csloww1): Likewise.
17641         (__sin): Adjust.
17642         (__cos): Adjust.
17643
17644         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
17645         arguments A and DA.
17646         (__sin): Adjust.
17647         (__cos): Likewise.
17648
17649         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
17650         (__cos): Likewise.
17651         (sloww1): Don't adjust sign of DX.
17652         (csloww1): Likewise.
17653         (sloww2): Use X directly and don't adjust sign of DX.
17654         (csloww2): Likewise.
17655
17656 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17657
17658         * math/auto-libm-test-in: Add tests of cabs and carg.
17659         * math/auto-libm-test-out: Regenerated.
17660         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
17661         (carg_test_data): Likewise.
17662         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17663         mpc_c_f.
17664         (func_calc_desc): Add mpc_c_f union field.
17665         (test_functions): Add cabs and carg.
17666         (calc_generic_results): Handle mpc_c_f.
17667
17668         * sysdeps/powerpc/powerpc32/libgcc-compat.S
17669         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
17670         as a macro and a compat symbol.
17671         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
17672         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
17673         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
17674         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
17675         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
17676         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
17677         not use .hidden.
17678         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
17679         Likewise.
17680         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
17681         Likewise.
17682         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
17683         Likewise.
17684         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
17685         Likewise.
17686         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
17687         Likewise.
17688         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
17689         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
17690         from GLIBC_2.3.2.
17691
17692 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17693
17694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17695
17696 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17697
17698         * manual/texinfo.tex: Update to version 2013-11-26.10 with
17699         trailing whitespace removed.
17700         * scripts/config.guess: Update to version 2013-11-29.
17701         * scripts/config.sub: Update to version 2013-10-01.
17702
17703         * math/auto-libm-test-in: Add tests of sincos.
17704         * math/auto-libm-test-out: Regenerated.
17705         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
17706         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17707         mpfr_f_11.
17708         (func_calc_desc): Add mpfr_f_11 union field.
17709         (test_functions): Add sincos.
17710         (calc_generic_results): Handle mpfr_f_11.
17711         * sysdeps/i386/fpu/libm-test-ulps: Update.
17712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17713
17714 2013-12-19  Andreas Schwab  <schwab@suse.de>
17715
17716         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
17717         CALL_MCOUNT.
17718         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
17719         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
17720         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
17721
17722 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17723
17724         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
17725         * sysdeps/i386/fpu/libm-test-ulps: Update.
17726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17727
17728         [BZ #16293]
17729         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
17730         round-to-nearest mode when using frndint.
17731         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
17732         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
17733         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
17734         Likewise.
17735         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
17736         sinh test to fail.
17737         * math/auto-libm-test-out: Regenerated.
17738         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17739         (TEST_COND_x86): Likewise.
17740         (expm1_tonearest_test_data): New array.
17741         (expm1_test_tonearest): New function.
17742         (expm1_towardzero_test_data): New array.
17743         (expm1_test_towardzero): New function.
17744         (expm1_downward_test_data): New array.
17745         (expm1_test_downward): New function.
17746         (expm1_upward_test_data): New array.
17747         (expm1_test_upward): New function.
17748         (main): Run the new test functions.
17749         * sysdeps/i386/fpu/libm-test-ulps: Update.
17750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17751
17752         * include/features.h: Update comment documenting feature test
17753         macros.  Mention _DEFAULT_SOURCE in comment.
17754         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17755         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17756         _BSD_SOURCE and _SVID_SOURCE.
17757         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17758         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17759         !_SVID_SOURCE]: Likewise.
17760         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17761         (__USE_POSIX_IMPLICITLY): Define.
17762         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17763         (_POSIX_SOURCE): Undefine and redefine.
17764         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17765         (_POSIX_C_SOURCE): Likewise.
17766         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17767         (Feature Test Macros): Update documentation of default features.
17768
17769 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17770
17771         * benchtests/Makefile: Add bench-strtok.
17772         * benchtests/bench-strtok.c: New file: strtok benchtest.
17773
17774 2013-12-19  Allan McRae  <allan@archlinux.org>
17775
17776         * manual/install.texi: Suppress menu for plain text output.
17777         * INSTALL: Regenerated.
17778
17779 2013-12-18  Brooks Moses  <bmoses@google.com>
17780
17781         [BZ #15846]
17782         * misc/getauxval.c: Include errno.h.
17783         (__getauxval): Set errno to ENOENT if the requested type is not
17784         found.
17785         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17786         don't declare with __attribute_const__.
17787         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17788         * manual/startup.texi: Document that getauxval sets errno.
17789
17790 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17791
17792         * math/auto-libm-test-in: Add tests of jn and yn.
17793         * math/auto-libm-test-out: Regenerated.
17794         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17795         (yn_test_data): Likewise.
17796         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17797         mpfr_if_f.
17798         (func_calc_desc): Add mpfr_if_f union field.
17799         (FUNC_mpfr_if_f): New macro.
17800         (test_functions): Add jn and yn.
17801         (calc_generic_results): Assert type of second input for
17802         mpfr_ff_f.  Handle mpfr_if_f.
17803         (output_for_one_input_case): Disable all checking for arguments
17804         fitting floating-point types in case of an integer argument.
17805         * sysdeps/i386/fpu/libm-test-ulps: Update.
17806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17807
17808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17809         Don't expect fegetround reference in libm.so.
17810
17811 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17812
17813         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17814         $(config-cflags-nofma).
17815
17816 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17817
17818         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17819         * math/auto-libm-test-out: Regenerated.
17820
17821         [BZ #16338]
17822         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17823         to determine exponent and adjust argument to have exponent of -1.
17824         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17825         log2.
17826         * math/auto-libm-test-out: Regenerated.
17827         * sysdeps/i386/fpu/libm-test-ulps: Update.
17828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17829
17830 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17831
17832         * manual/probes.texi: Remove cases when per-thread arenas are
17833         disabled.
17834
17835 2013-12-18  Andreas Schwab  <schwab@suse.de>
17836
17837         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17838         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17839         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17840         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17841         * sysdeps/i386/i686/multiarch/Makefile: Update.
17842         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17843
17844 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17845
17846         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17847         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17848
17849 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17850
17851         [BZ #15968]
17852         Support TZ transition times < 00:00:00.
17853         This is needed for version-3 tz-format files; it supports time
17854         stamps past 2037 for America/Godthab (the only entry in the tz
17855         database for which this change is relevant).
17856         * manual/time.texi (TZ Variable): Document transition times
17857         from -167:59:59 through -00:00:01.
17858         * time/tzset.c (tz_rule): Time of day is now signed.
17859         (__tzset_parse_tz): Parse negative time of day.
17860
17861         Document TZ transition times >= 25:00:00.
17862         * manual/time.texi (TZ Variable): Document transition times from
17863         25:00:00 through 167:59:59.  These are already supported, and this
17864         support will help with version-3 tz-format files.
17865
17866         * manual/time.texi (TZ Variable): Modernize North America example
17867         to reflect current (i.e., 2007-and-later) daylight saving rules.
17868
17869         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17870
17871 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17872
17873         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17874         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17875         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17876         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17877         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17878         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17879         * sysdeps/unix/bsd/clock.c: Likewise.
17880         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17881         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17882         * sysdeps/unix/bsd/init-posix.c: Likewise.
17883         * sysdeps/unix/bsd/poll.c: Likewise.
17884         * sysdeps/unix/bsd/ptsname.c: Likewise.
17885         * sysdeps/unix/bsd/seekdir.c: Likewise.
17886         * sysdeps/unix/bsd/setegid.c: Likewise.
17887         * sysdeps/unix/bsd/seteuid.c: Likewise.
17888         * sysdeps/unix/bsd/setgid.c: Likewise.
17889         * sysdeps/unix/bsd/setrgid.c: Likewise.
17890         * sysdeps/unix/bsd/setruid.c: Likewise.
17891         * sysdeps/unix/bsd/setsid.c: Likewise.
17892         * sysdeps/unix/bsd/setuid.c: Likewise.
17893         * sysdeps/unix/bsd/sigaction.c: Likewise.
17894         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17895         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17896         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17897         * sysdeps/unix/bsd/telldir.c: Likewise.
17898         * sysdeps/unix/bsd/times.c: Likewise.
17899         * sysdeps/unix/bsd/usleep.c: Likewise.
17900
17901         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17902         ($(objpfx)libbsd-compat.a): Remove rule.
17903
17904         * include/features.h (__FAVOR_BSD): Do not define.
17905         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17906         features conflicting with POSIX.
17907         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17908         (_BSD_SOURCE): Remove description of not being a subset of other
17909         feature test macros.
17910         * manual/job.texi (getpgrp): Do not document BSD version.
17911         (getpgid): Do not document by reference to BSD getpgrp.
17912         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17913         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17914         * signal/signal.h [__FAVOR_BSD]: Likewise.
17915         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17916         instead of making contents conditional on [__FAVOR_BSD].
17917         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17918
17919 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17920
17921         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17922
17923 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17924
17925         [BZ #16314]
17926         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17927         values below 2**-450, not 2**-500.
17928         * math/auto-libm-test-in: Don't allow spurious underflow from
17929         hypot.
17930         * math/auto-libm-test-out: Regenerated.
17931
17932         [BZ #16316]
17933         [BZ #16330]
17934         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17935         values of ha and hb and sort them after adjusting subnormal
17936         arguments.
17937         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17938         Likewise.
17939         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17940         values of ea and eb and sort them after adjusting subnormal
17941         arguments.
17942         * math/auto-libm-test-in: Do not expect some hypot tests of
17943         subnormals to fail.  Add more hypot tests.
17944         * math/auto-libm-test-out: Regenerated.
17945
17946 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17947
17948         [BZ #13304]
17949         * sysdeps/sh/s_fma.c: New file.
17950         * sysdeps/sh/s_fmaf.c: New file.
17951         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17952         version.
17953         * sysdeps/sh/Implies: Add sh/soft-fp.
17954
17955 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17956
17957         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17958         level of indirection to members `objname', `errstring', `malloced'.
17959         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17960         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17961         it as the __longjmp argument (just pass 1 instead).
17962         (_dl_catch_error): Initialize C with argument pointers and address of
17963         volatile local ERRCODE rather than copying values out of C at return.
17964
17965 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17966
17967         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17968         * math/auto-libm-test-out: Regenerated.
17969         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17970         (hypot_test_data): Likewise.
17971         (pow_test_data): Likewise.
17972         (pow_tonearest_test_data): Likewise.
17973         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17974         mpfr_ff_f.
17975         (func_calc_desc): Add mpfr_ff_f union field.
17976         (FUNC_mpfr_ff_f): New macro.
17977         (test_functions): Add atan2, hypot and pow.
17978         (special_fill_min): New function.
17979         (special_fill_minus_min): Likewise.
17980         (special_fill_min_subnorm): Likewise.
17981         (special_fill_minus_min_subnorm): Likewise.
17982         (special_real_inputs): Add min, -min, min_subnorm and
17983         -min_subnorm.
17984         (calc_generic_results): Handle mpfr_ff_f.
17985         * sysdeps/i386/fpu/libm-test-ulps: Update.
17986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17987
17988 2013-12-16  Will Newton  <will.newton@linaro.org>
17989
17990         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17991         (Aligned Memory Blocks): Add documentation for aligned_alloc
17992         and suggest it as an alternative to posix_memalign.
17993         (Hooks for Malloc): Document __memalign_hook is also called
17994         for aligned_alloc.  (Summary of Malloc): Add summary for
17995         aligned alloc.  Document __memalign_hook is also called
17996         for aligned_alloc.
17997
17998 2013-12-16  Will Newton  <will.newton@linaro.org>
17999
18000         * manual/memory.texi (Malloc Examples): Clarify default
18001         alignment documentation.  Suggest posix_memalign rather
18002         than memalign or valloc.
18003         (Aligned Memory Blocks): Remove suggestion to use memalign
18004         or valloc.  Remove obsolete comment about BSD.
18005         Document memalign errno values and mark the function obsolete.
18006         Document posix_memalign returned error codes.  Mark valloc
18007         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18008         called for posix_memalign and valloc.
18009         (Summary of Malloc): Add posix_memalign to function summary.
18010         __memalign_hook is also called for posix_memalign and valloc.
18011
18012 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18013
18014         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18015         TAYLOR_SIN.
18016         (__sin): Adjust.
18017         (__cos): Likewise.
18018         (sloww): Use mynumber union.  Expand ternary operator into
18019         if-else statements.
18020         (cslow): use mynumber union.
18021
18022 2013-12-16  Allan McRae  <allan@archlinux.org>
18023
18024         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18025         * configure: Regenerated.
18026
18027         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18028
18029         [BZ #14120]
18030         * configure.ac: Added --enable-maintainer-mode. Check for
18031         autoconf when enabled.
18032         * configure: Regenerated.
18033
18034         * nscd/nscd.service: New file.
18035         * nscd/nscd.tmpfiles: New file.
18036
18037 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18038
18039         [BZ #12100]
18040         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18041         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18042         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18043         (strstr): Add __strstr_sse2_unaligned ifunc.
18044         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18045         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18046         (strcasestr): Remove __strcasestr_sse42 ifunc.
18047         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18048         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18049         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18050
18051 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18052
18053         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18054         * sysdeps/sh/bits/fenv.h: ... here.
18055         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18056
18057 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18058
18059         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18060
18061         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18062         hypotf multiarch implementations.
18063         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18064         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18065         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18066         multiarch hypot for PPC64.
18067         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18068         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18069         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18070         multiarch hypotf for PPC64.
18071
18072         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18073         modff multiarch implementations.
18074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18077         multiarch modf for PPC64.
18078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18081         multiarch modff for PPC64.
18082
18083         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18084         and logl multiarch implementations.
18085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18088         multiarch logb for PPC64.
18089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18092         multiarch logb for PPC64.
18093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18096         multiarch logb for PPC64.
18097
18098         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18099         isinff multiarch implementation.
18100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18101         file.
18102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18104         multiarch isinf for PPC64.
18105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18106         file.
18107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18108         multiarch isinff for PPC64.
18109
18110         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18111         finitef multiarch implementation.
18112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18113         file.
18114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18116         multiarch finite for PPC64.
18117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18118         file.
18119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18120         multiarch finitef for PPC64.
18121
18122         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18123         lrint multiarch implementation.
18124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18125         file.
18126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18128         multiarch llrint for PPC64.
18129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18130         multiarch lrint for PPC64.
18131
18132         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18133         copysignf multiarch implementation.
18134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18135         file.
18136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18137         file.
18138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18139         multiarch copysign for PPC64.
18140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18141         multiarch copysignf for PPC64.
18142
18143         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18144         multiarch implementation.
18145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18146         file.
18147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18148         file.
18149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18150         file.
18151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18152         file.
18153         multiarch llround for PPC64.
18154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18155         multiarch trunc for PPC64.
18156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18157         multiarch truncf for PPC64.
18158
18159         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18160         multiarch implementation.
18161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18162         file.
18163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18164         file.
18165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18166         file.
18167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18168         file.
18169         multiarch llround for PPC64.
18170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18171         multiarch round for PPC64.
18172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18173         multiarch roundf for PPC64.
18174
18175         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18176         multiarch implementation.
18177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18178         file.
18179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18180         file.
18181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18182         file.
18183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18184         file.
18185         multiarch llround for PPC64.
18186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18187         multiarch floor for PPC64.
18188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18189         multiarch floorf for PPC64.
18190
18191         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18192         multiarch implementation.
18193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18194         file.
18195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18196         file.
18197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18198         file.
18199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18200         file.
18201         multiarch llround for PPC64.
18202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18203         multiarch ceil for PPC64.
18204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18205         multiarch ceilf for PPC64.
18206
18207         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18208         multiarch implementation.
18209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
18210         file.
18211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
18212         file.
18213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
18214         file.
18215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
18216         multiarch llround for PPC64.
18217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
18218         multiarch lround for PPC64.
18219
18220         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18221         multiarch implementation.
18222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
18223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
18224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
18225         file.
18226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
18227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
18228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
18229         multiarch isnan for PPC64.
18230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
18231         multiarch isnanf for PPC64.
18232
18233         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
18234         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
18235         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
18236         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
18237         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
18238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
18239
18240         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
18241         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
18242         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18243         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18244
18245         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
18246         multiarch implementations.
18247         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18248         (__libc_ifunc_impl_list): Likewise.
18249         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
18250         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
18251         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
18252         multiarch stpcpy for PPC64.
18253
18254         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
18255         multiarch implementations.
18256         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18257         (__libc_ifunc_impl_list): Likewise.
18258         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
18259         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
18260         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
18261         multiarch strcpy for PPC64.
18262
18263         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
18264         redefine function name.
18265         (_wordcopy_fwd_dest_aligned): Likewise.
18266         (_wordcopy_bwd_aligned): Likewise.
18267         (_wordcopy_bwd_dest_aligned): Likewise.
18268         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
18269         multiarch implementations.
18270         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18271         (__libc_ifunc_impl_list): Likewise.
18272         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
18273         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
18274         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
18275         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
18276         multiarch wcscpy for PPC64.
18277
18278         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
18279         multiarch implementations.
18280         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18281         (__libc_ifunc_impl_list): Likewise.
18282         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
18283         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
18284         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
18285         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
18286         multiarch wcscpy for PPC64.
18287
18288         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
18289         multiarch implementations.
18290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18291         (__libc_ifunc_impl_list): Likewise.
18292         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
18293         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
18294         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
18295         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
18296         multiarch wcsrchr for PPC64.
18297
18298         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
18299         multiarch implementations.
18300         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18301         (__libc_ifunc_impl_list): Likewise.
18302         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
18303         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
18304         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
18305         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
18306         multiarch wcschr for PPC64.
18307
18308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
18309         multiarch implementations.
18310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18311         (__libc_ifunc_impl_list): Likewise.
18312         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
18313         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
18314         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
18315         multiarch strchrnul for PPC64.
18316
18317         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
18318         implementations.
18319         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18320         (__libc_ifunc_impl_list): Likewise.
18321         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
18322         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
18323         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
18324         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
18325         strchr for PPC64.
18326
18327         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
18328         implementations.
18329         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18330         (__libc_ifunc_impl_list): Likewise.
18331         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
18332         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
18333         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
18334         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
18335         strncmp for PPC64.
18336
18337         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
18338         multiarch implementations.
18339         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18340         (__libc_ifunc_impl_list): Likewise.
18341         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
18342         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
18343         strncasecmp for PPC64.
18344         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
18345         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
18346         multiarch strncasecmp_l for PPC64.
18347
18348         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
18349         multiarch implementations.
18350         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18351         (__libc_ifunc_impl_list): Likewise.
18352         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
18353         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
18354         multiarch strcasecmp for PPC64.
18355         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
18356         file.
18357         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
18358         multiarch strcasecmp_l for PPC64.
18359
18360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
18361         implementations.
18362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18363         (__libc_ifunc_impl_list): Likewise.
18364         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
18365         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
18366         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
18367         strnlen for PPC64.
18368
18369         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
18370         implementations.
18371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18372         (__libc_ifunc_impl_list): Likewise.
18373         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
18374         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
18375         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
18376         strlen for PPC64.
18377
18378         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
18379         implementations.
18380         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18381         (__libc_ifunc_impl_list): Likewise.
18382         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
18383         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
18384         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
18385         rawmemrchr for PPC64.
18386
18387         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
18388         implementation.
18389         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18390         (__libc_ifunc_impl_list): Likewise.
18391         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
18392         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
18393         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
18394         memrchr for PPC64.
18395
18396         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
18397         implementation.
18398         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18399         (__libc_ifunc_impl_list): Likewise.
18400         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
18401         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
18402         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
18403         memchr for PPC64.
18404
18405         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
18406         implementation.
18407         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18408         (__libc_ifunc_impl_list): Likewise.
18409         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
18410         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
18411         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
18412         mempcpy for PPC64.
18413
18414         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
18415         avoid cretion of __bzero symbol.
18416         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
18417         Likewise.
18418         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
18419         Likewise.
18420         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
18421         Likewise.
18422         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
18423         multiarch implementations.
18424         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18425         (__libc_ifunc_impl_list): Likewise.
18426         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
18427         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
18428         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
18429         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
18430         bzero for PPC32.
18431         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
18432         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
18433         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
18434         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
18435         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
18436         memset for PPC64.
18437         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
18438
18439         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
18440         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
18441         implementations.
18442         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18443         (__libc_ifunc_impl_list): Likewise.
18444         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
18445         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
18446         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
18447         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
18448         memcmp for PPC64.
18449
18450         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
18451         multiarch for POWER/PPC64.
18452         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
18453         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
18454         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
18455         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
18456         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
18457         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
18458         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
18459         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
18460         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
18461         memcpy for PPC64.
18462
18463         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
18464         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
18465         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
18466         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
18467         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
18468         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
18469         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
18470         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
18471         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
18472         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
18473         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
18474         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
18475         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
18476         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
18477         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
18478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
18479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
18480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
18481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
18482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
18483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
18484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
18485
18486 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18487
18488         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
18489
18490 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18491
18492         * benchtests/Makefile (bench): Add exp2 and log2.
18493         (LDLIBS-bench-exp2): Add -lm.
18494         (LDLIBS-bench-log2): Likewise.
18495         * benchtests/exp2-inputs: New inputs file.
18496         * benchtests/log2-inputs: New inputs file.
18497         * benchtests/log-inputs: Add new inputs.
18498         * benchtests/tan-inputs: Likewise.
18499
18500 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18501
18502         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
18503         definition...
18504         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
18505         (csloww2): ... from here.
18506
18507         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
18508         instead of structures.
18509         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
18510         (POLYNOMIAL): Likewise.
18511         (TAYLOR_SLOW): Likewise.
18512         (__sin): Likewise.
18513         (__cos): Likewise.
18514         (slow1): Likewise.
18515         (slow2): Likewise.
18516         (sloww): Likewise.
18517         (sloww1); Likewise.
18518         (sloww2): Likewise.
18519         (bsloww1): Likewise.
18520         (bsloww2): Likewise.
18521         (cslow2): Likewise.
18522         (csloww): Likewise.
18523         (csloww1): Likewise.
18524         (csloww2): Likewise.
18525
18526 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
18527
18528         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
18529         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
18530         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
18531         * malloc/hooks.c (realloc_check): Likewise.
18532
18533         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
18534         * malloc/arena.c: Remove PER_THREAD conditional.
18535         [!PER_THREAD]: Remove code.
18536         (ptmalloc_unlock_all2): Likewise.
18537         (ptmalloc_init): Likewise.
18538         (_int_new_arena): Likewise.
18539         (arena_get2): Likewise.
18540         * malloc/hooks.c (__malloc_get_state): Likewise.
18541         (__malloc_set_state): Likewise.
18542         * malloc/malloc.c: Likewise.
18543         (struct malloc_state): Likewise.
18544         (struct malloc_par): Likewise.
18545         (__libc_realloc): Likewise.
18546         (__libc_mallopt): Likewise.
18547
18548 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18549
18550         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
18551
18552 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
18553
18554         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
18555         macro to a function.  Check for zero perturb_byte.
18556         (_int_malloc, _int_free): Remove zero perturb_byte checks.
18557
18558         * malloc/malloc.c: (force_reg): Remove.
18559         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
18560         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
18561         force_reg by atomic_forced_read.
18562         * malloc/arena.c (ptmalloc_init): Likewise.
18563         * malloc/hooks.c (top_check): Likewise.
18564
18565 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18566
18567         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18568
18569 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
18570
18571         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18572
18573 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
18574
18575         * math/auto-libm-test-in: Add tests of lgamma.
18576         * math/auto-libm-test-out: Regenerated.
18577         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
18578         (M_LOG_2_SQRT_PIl): Likewise.
18579         (lgamma_test_data): Use AUTO_TESTS_f_f1.
18580         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18581         mpfr_f_f1.
18582         (func_calc_desc): Add mpfr_f_f1 union field.
18583         (ARGS1): New macro.
18584         (ARGS2): Likewise.
18585         (ARGS3): Likewise.
18586         (ARGS4): Likewise.
18587         (RET1): Likewise.
18588         (RET2): Likewise.
18589         (CALC): Likewise.
18590         (FUNC): Likewise.
18591         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
18592         (test_functions): Add lgamma.
18593         (calc_generic_results): Handle mpfr_f_f1.
18594         * sysdeps/i386/fpu/libm-test-ulps: Update.
18595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18596
18597 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18598
18599         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
18600         __mpn_add_n for PowerPC64/POWER7.
18601         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
18602         __mpn_sub_n for PowerPC64/POWER7.
18603
18604         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
18605         __mpn_addmul_1 for PowerPC64.
18606         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
18607         __mpn_submul_1 for PowerPC64.
18608         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
18609         for PowerPC64.
18610         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
18611         for PowerPC64.
18612
18613 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
18614
18615         [BZ #15089]
18616         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
18617
18618 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18619
18620         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
18621
18622         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
18623         add multiarch folders.
18624         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
18625         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
18626         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
18627         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
18628         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
18629         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
18630         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
18631         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
18632         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
18633         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
18634         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
18635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
18636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
18637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
18638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
18639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
18640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
18641
18642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18643         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
18644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
18645         New file.
18646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
18647         New file.
18648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
18649         multiarch __ieee754_hypot for PowerPC32.
18650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
18651         New file.
18652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
18653         New file.
18654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
18655         multiarch __ieee754_hypotf for PowerPC32.
18656
18657         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
18658         long_double_symbol only if __logbl is defined.
18659         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
18660         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
18661         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
18662         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
18663         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
18664         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
18665         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
18666         path for implementation.
18667         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
18668         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
18669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
18670         logb, and logbl multiarch implementations for PowerPC32.
18671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
18672         file.
18673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
18674         file.
18675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
18676         multiarch logb for PowerPC32.
18677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
18678         file.
18679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
18680         file.
18681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
18682         multiarch logbf for PowerPC32.
18683         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
18684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
18685         file.
18686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
18687         multiarch logbl implementation for PowerPC32.
18688
18689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
18690         and modff multiarch implementations.
18691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
18692         New file.
18693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
18694         New file.
18695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
18696         multiarch modf for PowerPC32.
18697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
18698         New file.
18699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
18700         New file.
18701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
18702         multiarch modff for PowerPC32.
18703
18704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
18705         and lrintf multiarch implementations.
18706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
18707         New file.
18708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
18709         New file.
18710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
18711         multiarch lrint for PowerPC32.
18712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
18713         file: multiarch lrintf for PowerPC32.
18714
18715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
18716         and lroundf multiarch implementations.
18717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
18718         New file.
18719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
18720         New file.
18721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
18722         New file.
18723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
18724         multiarch lround for PowerPC32.
18725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
18726         file: multiarch lroundf for PowerPC32.
18727
18728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18729         copysign and copysignf multiarch implementations.
18730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
18731         New file.
18732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
18733         New file.
18734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
18735         file: multiarch copysign for PowerPC32.
18736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
18737         file: multiarch copysignf for PowerPC32.
18738
18739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18740         and truncf multiarch implementations.
18741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18742         New file.
18743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18744         file.
18745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18746         multiarch trunc for PowerPC32.
18747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18748         New file.
18749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18750         New file.
18751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18752         multiarch truncf for PowerPC32.
18753
18754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18755         and roundf multiarch implementations.
18756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18757         New file.
18758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18759         file.
18760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18761         multiarch round for PowerPC32.
18762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18763         New file.
18764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18765         New file.
18766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18767         multiarch roundf for PowerPC32.
18768
18769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18770         and floorf multiarch implementations.
18771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18772         New file.
18773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18774         file.
18775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18776         multiarch floor for PowerPC32.
18777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18778         New file.
18779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18780         New file.
18781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18782         multiarch floorf for PowerPC32.
18783
18784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18785         and ceilf multiarch implementations.
18786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18787         New file.
18788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18789         file.
18790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18791         multiarch ceil for PowerPC32.
18792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18793         New file.
18794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18795         file.
18796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18797         multiarch ceilf for PowerPC32.
18798
18799         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18800         is defined.
18801         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18802         FINITEF is defined.
18803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18804         and finitef multiarch implementations.
18805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18806         New file.
18807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18808         file.
18809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18810         multiarch finite for PowerPC32.
18811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18812         New file.
18813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18814         file: multiarch finitef for PowerPC32.
18815
18816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18817         and isinff multiarch implementations.
18818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18819         file.
18820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18821         file.
18822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18823         multiarch isinf for PowerPC32.
18824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18825         New file.
18826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18827         multiarch isinff for PowerPC32.
18828
18829         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18830         alias when __isnan is defined.
18831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18832         and isnanf multiarch implementations.
18833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18834         file.
18835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18836         file.
18837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18838         file.
18839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18840         file.
18841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18842         multiarch isnan for PowerPC32.
18843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18844         New file.
18845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18846         New file.
18847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18848         multiarch isnanf for PowerPC32.
18849
18850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18851         and sqrtf multiarch implementations.
18852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18853         file.
18854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18855         file.
18856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18857         multiarch sqrt for PowerPC32.
18858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18859         file.
18860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18861         file.
18862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18863         multiarch sqrtf for PowerPC32.
18864
18865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18866         and llroundf multiarch implementations.
18867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18868         New file.
18869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18870         New file.
18871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18872         New file.
18873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18874         file: multiarch llround for PowerPC32.
18875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18876         file: multiarch llroundf for PowerPC32.
18877
18878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18879         multiarch PowerPC32 fpu implementations.
18880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18881         New file.
18882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18883         New file.
18884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18885         multiarch llrint for PowerPC32.
18886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18887         New file.
18888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18889         New file.
18890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18891         file.
18892
18893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18894
18895         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18896         file.
18897         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18898         file.
18899         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18900         file.
18901         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18902         multiarch wordcopy for PPC32.
18903         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18904         wordcopy objects.
18905         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18906         (__libc_ifunc_impl_list): Likewise.
18907         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18908         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18909         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18910         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18911         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18912         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18913
18914         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18915         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18916         file.
18917         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18918         file.
18919         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18920         file.
18921         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18922         multiarch wcscpy for PPC32.
18923         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18924         multiarch objects.
18925         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18926         (__libc_ifunc_impl_list): Likewise.
18927         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18928         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18929         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18930         sysdeps/powerpc/power6/wcscpy.c.
18931
18932         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18933         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18934         file.
18935         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18936         file.
18937         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18938         file.
18939         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18940         multiarch wcsrchr for PPC32.
18941         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18942         multiarch objects.
18943         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18944         (__libc_ifunc_impl_list): Likewise.
18945         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18946         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18947         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18948         sysdeps/powerpc/power6/wcsrchr.c.
18949
18950         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18951         file.
18952         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18953         file.
18954         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18955         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18956         multiarch wcschr for PPc32.
18957         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18958         multiarch objects.
18959         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18960         (__libc_ifunc_impl_list): Likewise.
18961         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18962         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18963         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18964         sysdeps/powerpc/power6/wcschr.c.
18965
18966         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18967         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18968         file.
18969         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18970         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18971         file: multiarch strchr for PPC32.
18972         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18973         multiarch objects.
18974         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18975         (__libc_ifunc_impl_list): Likewise.
18976
18977         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18978         name.
18979         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18980         file.
18981         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18982         file.
18983         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18984         multiarch strchrnul for PPC32.
18985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18986         multiarch objects.
18987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18988         (__libc_ifunc_impl_list): Likewise.
18989
18990         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18991         file.
18992         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18993         multiarch strncasecmp for PPC32.
18994         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18995         file.
18996         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18997         multiarch strncasecmp_l for PPC32.
18998         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18999         strncasecmp multiarch objects.
19000         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19001         (__libc_ifunc_impl_list): Likewise.
19002
19003         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19004         file.
19005         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19006         multiarch strncasecmp for PPC32.
19007         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19008         New file.
19009         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19010         multiarch strcasecmp_l for PPC32.
19011         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19012         multiarch objects.
19013         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19014         (__libc_ifunc_impl_list): Likewise.
19015
19016         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19017         file.
19018         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19019         file.
19020         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19021         multiarch strncmp for PPC32.
19022         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19023         multiarch objects.
19024         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19025         (__libc_ifunc_impl_list): Likewise.
19026
19027         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19028         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19029         file.
19030         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19031         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19032         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19033         multiarch objects.
19034         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19035         (__libc_ifunc_impl_list): Likewise.
19036
19037         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19038         file.
19039         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19040         file.
19041         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19042         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19043         multiarch objects.
19044         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19045         (__libc_ifunc_impl_list): Likewise.
19046
19047         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19048         file.
19049         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19050         file.
19051         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19052         multiarch rawmemchr for PPC32.
19053         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19054         multiarch objects.
19055         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19056         (__libc_ifunc_impl_list): Likewise.
19057
19058         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19059         file.
19060         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19061         file.
19062         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19063         file: memrchr multiarch for PPC32.
19064         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19065         multiarch objects.
19066         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19067         (__libc_ifunc_impl_list): Likewise.
19068
19069         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19070         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19071         file.
19072         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19073         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19074         multiarch memchr for PPC32.
19075         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19076         multiarch objects.
19077         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19078         (__libc_ifunc_impl_list): Likewise.
19079
19080         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19081         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19082         file.
19083         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19084         file.
19085         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19086         file: multiarch mempcpy for PPC32.
19087         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19088         multiarch objects.
19089         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19090         (__libc_ifunc_impl_list): Likewise.
19091
19092         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19093         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19094         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19095         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19096         multiarch bzero for PPC32.
19097         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19098         file.
19099         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19100         file.
19101         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19102         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19103         file: multiarch memset for PPC32.
19104         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19105         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19106         memset multiarch objects.
19107         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19108         (__libc_ifunc_impl_list): Likewise.
19109
19110         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19111         file.
19112         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19113         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19114         memcmp for PPC32.
19115         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19116         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19117         multiarch objects.
19118         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19119         (__libc_ifunc_impl_list): Likewise.
19120
19121         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19122         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19123         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19124         file.
19125         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19126         file.
19127         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19128         file.
19129         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19130         multiarch memcpy for PPC32.
19131         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19132         multiarch objects.
19133         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19134         (__libc_ifunc_impl_list): Likewise.
19135
19136         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19137         support multiarch for POWER/PPC32.
19138         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19139         Likewise.
19140         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19142         Implies file to make multiarch folder appers before the fpu and
19143         default folder for power4 configuration.
19144
19145 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19146
19147         * scripts/bench.pl: Append volatile keyword to type.
19148
19149 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19150
19151         * sysdeps/sh/sotruss-lib.c: New file.
19152         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19153
19154 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19155
19156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19157
19158 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19159
19160         [BZ #6810]
19161         * math/w_tgamma.c: Include <errno.h>.
19162         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19163         * math/w_tgammaf.c: Include <errno.h>.
19164         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19165         * math/w_tgammal.c: Include <errno.h>.
19166         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19167         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19168         underflow.  Add more tgamma tests.
19169         * math/auto-libm-test-out: Regenerated.
19170         * sysdeps/i386/fpu/libm-test-ulps: Update.
19171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19172
19173         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19174         sin, sinh, tan, tanh, tgamma, y0 and y1.
19175         * math/auto-libm-test-out: Regenerated.
19176         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19177         (TEST_COND_x86): Likewise.
19178         (M_E2l): Remove macro.
19179         (M_E3l): Likewise.
19180         (M_2_SQRT_PIl): Likewise.
19181         (M_SQRT_PIl): Likewise.
19182         (M_1_DIV_El): Likewise.
19183         (log_test_data): Use AUTO_TESTS_f_f.
19184         (log10_test_data): Likewise.
19185         (log1p_test_data): Likewise.
19186         (log2_test_data): Likewise.
19187         (sin_test_data): Likewise.
19188         (sin_tonearest_test_data): Likewise.
19189         (sin_towardzero_test_data): Likewise.
19190         (sin_downward_test_data): Likewise.
19191         (sin_upward_test_data): Likewise.
19192         (sinh_test_data): Likewise.
19193         (sinh_tonearest_test_data): Likewise.
19194         (sinh_towardzero_test_data): Likewise.
19195         (sinh_downward_test_data): Likewise.
19196         (sinh_upward_test_data): Likewise.
19197         (tan_test_data): Likewise.
19198         (tan_tonearest_test_data): Likewise.
19199         (tan_towardzero_test_data): Likewise.
19200         (tan_downward_test_data): Likewise.
19201         (tan_upward_test_data): Likewise.
19202         (tanh_test_data): Likewise.
19203         (tgamma_test_data): Likewise.
19204         (y0_test_data): Likewise.
19205         (y1_test_data): Likewise.
19206         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19207         (special_real_inputs): Add pi/4.
19208         * sysdeps/i386/fpu/libm-test-ulps: Update.
19209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19210
19211 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19212
19213         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
19214         "longjmp_target" static probes.
19215         (__longjmp): Rename to __longjmp_symbol.
19216         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19217         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
19218         on which longjmp to generate.
19219         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19220         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
19221         probe.
19222         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19223         (__sigjmp_save): Rename to __sigjmp_save_symbol.
19224         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19225         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
19226         and __sigjmp_save_symbol based on which sigsetjmp to generated.
19227         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
19228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
19229         __longjmp_symbol based on which __longjmp to generate.
19230         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
19231         probe.
19232         (setjmp): Rename to setjmp_symbol.
19233         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19234         (_setjmp): Rename to _setjmp_symbol.
19235         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19236         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
19237         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
19238         which setjmp to generate.
19239         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
19240         "longjmp_target" static probes.
19241
19242 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19243
19244         * benchtests/README: Add note about output arguments.
19245         * benchtests/bench-sincos.c: Remove file.
19246         * benchtests/sincos-inputs: New file.
19247         * scripts/bench.pl: Identify output arguments and define
19248         static variables for them.
19249
19250         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
19251
19252         [BZ #15941]
19253         * Makefile (INSTALL): Add install-plain.texi as the primary
19254         dependency.
19255         * manual/install-plain.texi: New file.
19256         * manual/install.texi: Include node directive only for
19257         non-plaintext output.
19258
19259 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
19260
19261         * stdlib/longlong.h: Update from GCC.
19262
19263         [BZ #6807]
19264         [BZ #15901]
19265         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
19266         * math/w_j0f.c (y0f): Likewise.
19267         * math/w_j0l.c (__y0l): Likewise.
19268         * math/w_j1.c (y1): Likewise.
19269         * math/w_j1f.c (y1f): Likewise.
19270         * math/w_j1l.c (__y1l): Likewise
19271         * math/w_jn.c (yn): Likewise.
19272         * math/w_jnf.c (ynf): Likewise.
19273         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
19274         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
19275         value for Bessel function domain errors outside _SVID_ mode.
19276         Adjust sign of return value for yn (negative integer, 0).
19277         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
19278         by zero in return for negative x and set sign appropriately for
19279         negative n.
19280         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
19281         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
19282         * math/libm-test.inc (y0_test_data): Add more tests and adjust
19283         expectations in error cases.
19284         (y1_test_data): Likewise.
19285         (yn_test_data): Likewise.
19286         * sysdeps/i386/fpu/libm-test-ulps: Update.
19287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19288
19289 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19290
19291         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
19292         "64" to "64-v1".  Add "64-v2".
19293         (abi-64-options): Rename to ...
19294         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
19295         (abi-64-condition): Rename to ...
19296         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
19297         (abi-64-ld-soname): Rename to ...
19298         (abi-64-v1-ld-soname): ... this.
19299         (abi-64-v2-options): Define.
19300         (abi-64-v2-condition): Likewise.
19301         (abi-64-v2-ld-soname): Likewise.
19302         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
19303         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
19304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
19305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
19306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
19307
19308 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19309             Alan Modra  <amodra@gmail.com>
19310
19311         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
19312         New versions for use with the ELFv2 ABI.
19313         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
19314         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
19315         declaration.
19316         (struct La_ppc64v2_retval): Likewise.
19317         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
19318         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
19319         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
19320         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
19321         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
19322         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
19323         Do not save or restore CR.
19324         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
19325         (_dl_profile_resolve): Do no save or restore CR.  Support extended
19326         return values for ELFv2 ABI.  Fix location of FPR return registers.
19327         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
19328         updated values for _CALL_ELF == 2.
19329         (La_regs, La_retval, int_retval): Likewise.
19330
19331 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19332
19333         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
19334         (FRAME_MIN_SIZE_PARM): Likewise.
19335         (FRAME_BACKCHAIN): Likewise.
19336         (FRAME_CR_SAVE): Likewise.
19337         (FRAME_LR_SAVE): Likewise.
19338         (FRAME_TOC_SAVE): Likewise.
19339         (FRAME_PARM_SAVE): Likewise.
19340         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
19341         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
19342         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
19343         (call_mcount_parm_offset): New macro.
19344         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
19345         (PROF): Use symbolic stack frame offsets.
19346         (TAIL_CALL_SYSCALL_ERROR): Likewise.
19347         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
19348         Redefine in terms of FRAME_MIN_SIZE.
19349         (_dl_runtime_resolve): Use symbolic stack frame offsets.
19350         (_dl_profile_resolve): Likewise.  Update comment.
19351         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
19352         symbols stack frame offsets.
19353         (__sigsetjmp): Likewise.
19354         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
19355         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
19356         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
19357         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
19358
19359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
19360         (FRAME_BACKCHAIN): Remove.
19361         (FRAME_CR_SAVE): Likewise.
19362         (FRAME_LR_SAVE): Likewise.
19363         (FRAME_COMPILER_DW): Likewise.
19364         (FRAME_LINKER_DW): Likewise.
19365         (FRAME_TOC_SAVE): Likewise.
19366         (FRAME_PARM_SAVE): Likewise.
19367         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
19368         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
19369         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
19370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
19371         (CHECK_SP): Use symbolic stack frame offsets.
19372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
19373         zone" instead of caller's parameter save area for temp storage.
19374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
19375         Likewise.  Also, use symbolic stack frame offsets.
19376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
19377         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
19378         our own stack frame instead of the caller's.
19379         (__socket): Use symbolic stack frame offsets.
19380
19381 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19382             Alan Modra  <amodra@gmail.com>
19383
19384         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
19385         Define.
19386         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
19387         (PPC64_LOCAL_ENTRY_OFFSET): Define.
19388         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
19389         New function.
19390         (elf_machine_fixup_plt): Call it.
19391         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
19392         reloc arguments.
19393         (elf_machine_rela): Update call to elf_machine_plt_conflict.
19394         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
19395         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
19396         r2 before calling target.
19397
19398 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19399             Alan Modra  <amodra@gmail.com>
19400
19401         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
19402         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
19403         versions of macros to support ELFv2 ABI.
19404         (LOCALENTRY): New macro.
19405         (ENTRY, EALIGN): Use it.
19406         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
19407         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
19408         fall through into ENTRY entry point.
19409         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
19410         Only define if _CALL_ELF != 2.
19411
19412         (elf_machine_matches_host): Verify ABI version matches.
19413         (RTLD_START): Use LOCALENTRY.
19414         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
19415         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
19416         (PLT_ENTRY_WORDS): New macro.
19417         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
19418         (elf_machine_runtime_setup): Support ELFv2 ABI.
19419         (elf_machine_fixup_plt): Likewise.
19420         (elf_machine_plt_conflict): Likewise.
19421         (resolve_ifunc): Likewise.
19422         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19423         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19424         Likewise.
19425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
19426         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
19427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19428         (makecontext): Support ELFv2 ABI.
19429         * elf/elf.h (EF_PPC64_ABI): Define.
19430
19431 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19432
19433         * sysdeps/powerpc/powerpc64/sysdep.h
19434         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
19435         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
19436         (ENTRY) [ASSEMBLER]: ... but instead here ...
19437         (EALIGN) [ASSEMBLER]: ... and here.
19438         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
19439         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
19440         (ENTRY_2) [!ASSEMBLER]: Use it.
19441         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
19442         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
19443         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
19444         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
19445         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
19446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
19447         Use PPC64_LOAD_FUNCPTR.
19448
19449         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
19450
19451 2013-12-04  Alan Modra  <amodra@gmail.com>
19452
19453         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
19454         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
19455         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
19456         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
19457
19458         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
19459         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
19460         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
19461         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
19462         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
19463         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
19464
19465 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19466
19467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19468         (__makecontext): Fix incorrect CFI when backtracing out of
19469         context created via makecontext.
19470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
19471         (__setcontext): Fix incorrect CFI during switch to new context.
19472         (__novec_setcontext): Likewise.
19473
19474 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
19475
19476         [BZ #4772]
19477         * time/strptime_l.c (__strptime_internal): Allow modifiers
19478         in strptime.
19479         * time/tst-strptime.c (day_tests): Add testcase.
19480
19481 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19482
19483         * scripts/bench.pl: Skip over blank lines.
19484
19485 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19486
19487         [BZ #926]
19488         * manual/time.texi (Calendar Time): Clarify what timezone functions
19489         use.
19490
19491 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19492
19493         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19494
19495 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
19496
19497         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
19498         implementation.
19499         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
19500         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
19501         * debug/memset_chk.c (__memset_chk): Likewise.
19502         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
19503         * debug/strncpy_chk.c: Likewise.
19504
19505 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
19506
19507         [BZ #15268]
19508         [BZ #15425]
19509         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
19510         (__ieee754_exp): For possibly underflowing results, check size of
19511         result and force underflow exception if required.
19512         * math/auto-libm-test-in: Add more tests of exp.
19513         * math/auto-libm-test-out: Regenerated.
19514         * sysdeps/i386/fpu/libm-test-ulps: Update.
19515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19516
19517         [BZ #16283]
19518         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
19519         * math/w_exp2f.c (__exp2f): Likewise.
19520         * math/w_exp2l.c (__exp2l): Likewise.
19521         * math/auto-libm-test-in: Do not allow missing errno on exp2
19522         underflow.
19523         * math/auto-libm-test-out: Regenerated.
19524
19525 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
19526
19527         [BZ #16274]
19528         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
19529         handle filename validation.
19530         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
19531         (do_open): Delete.
19532
19533 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
19534
19535         [BZ #6786]
19536         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
19537         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
19538         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
19539         <float.h>.
19540         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
19541         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
19542         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19543         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
19544         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19545         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
19546         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19547         * math/auto-libm-test-in: Don't allow missing errno from erfc.
19548         Add more erfc tests.
19549         * math/auto-libm-test-out: Regenerated.
19550         * sysdeps/i386/fpu/libm-test-ulps: Update.
19551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19552
19553         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
19554         exp2, expm1, j0 and j1.
19555         * math/auto-libm-test-out: Regenerated.
19556         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
19557         (erfc_test_data): Likewise.
19558         (exp_test_data): Likewise.
19559         (exp_tonearest_test_data): Likewise.
19560         (exp_towardzero_test_data): Likewise.
19561         (exp_downward_test_data): Likewise.
19562         (exp_upward_test_data): Likewise.
19563         (exp10_test_data): Likewise.
19564         (exp2_test_data): Likewise.
19565         (expm1_test_data): Likewise.
19566         (j0_test_data): Likewise.
19567         (j1_test_data): Likewise.
19568         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
19569         (input_flag_type): Add flag_xfail_rounding.
19570         (input_flags): Add xfail-rounding.
19571         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
19572         (output_for_one_input_case): Handle flag_xfail_rounding.
19573         * sysdeps/i386/fpu/libm-test-ulps: Update.
19574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19575
19576 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
19577
19578         [BZ #16289]
19579         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
19580         division by 0.
19581
19582 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19583
19584         [BZ #16195]
19585         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
19586         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
19587         (STAP_PROBE0): New macro.
19588         (STAP_PROBE1): Likewise.
19589         (STAP_PROBE2): Likewise.
19590         (STAP_PROBE3): Likewise.
19591         (STAP_PROBE4): Likewise.
19592
19593 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
19594
19595         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
19596
19597 2013-12-02  Steve Ellcey  <sellcey@mips.com>
19598
19599         * benchtests/Makefile (bench): Add sqrt.
19600         (LDLIBS-bench-sqrt): New.
19601         * benchtests/sqrt-input: New.
19602
19603 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
19604
19605         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
19606         (GAIH_EAI): Likewise.
19607         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
19608         (gaih_inet): Likewise.
19609         (getaddrinfo): Don't use GAIH_EAI.
19610
19611         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
19612         (struct gaih): Remove definition.
19613
19614 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19615
19616         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
19617         Use HERRNOP directly.
19618
19619 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19620
19621         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19622
19623 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
19624
19625         * math/gen-auto-libm-tests.c (test_functions): Add more
19626         single-argument functions.
19627         (special_fill_pi_2): New function.
19628         (special_fill_minus_pi_2): Likewise.
19629         (special_fill_pi_6): Likewise.
19630         (special_fill_minus_pi_6): Likewise.
19631         (special_fill_pi_3): Likewise.
19632         (special_fill_2pi_3): Likewise.
19633         (special_fill_e): Likewise.
19634         (special_fill_1_e): Likewise.
19635         (special_fill_e_minus_1): Likewise.
19636         (special_real_inputs): Add more special inputs.
19637         (output_for_one_input_case): Do not require ERANGE on underflow to
19638         zero if round-to-nearest result does not underflow to zero, unless
19639         exact results required.
19640         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
19641         atan, atanh, cbrt, cos and cosh.
19642         * math/auto-libm-test-out: Regenerated.
19643         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
19644         (acos_tonearest_test_data): Likewise.
19645         (acos_towardzero_test_data): Likewise.
19646         (acos_downward_test_data): Likewise.
19647         (acos_upward_test_data): Likewise.
19648         (acosh_test_data): Likewise.
19649         (asin_test_data): Likewise.
19650         (asin_tonearest_test_data): Likewise.
19651         (asin_towardzero_test_data): Likewise.
19652         (asin_upward_test_data): Likewise.
19653         (asinh_test_data): Likewise.
19654         (atan_test_data): Likewise.
19655         (atanh_test_data): Likewise.
19656         (cbrt_test_data): Likewise.
19657         (cos_test_data): Likewise.
19658         (cos_tonearest_test_data): Likewise.
19659         (cos_towardzero_test_data): Likewise.
19660         (cos_downward_test_data): Likewise.
19661         (cos_upward_test_data): Likewise.
19662         (cosh_test_data): Likewise.
19663         (cosh_tonearest_test_data): Likewise.
19664         (cosh_towardzero_test_data): Likewise.
19665         (cosh_downward_test_data): Likewise.
19666         (cosh_upward_test_data): Likewise.
19667         * sysdeps/i386/fpu/libm-test-ulps: Update.
19668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19669
19670 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
19671
19672         [BZ #6787]
19673         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
19674         * math/w_exp10f.c (__exp10f): Likewise.
19675         * math/w_exp10l.c (__exp10l): Likewise.
19676         * math/libm-test.inc (exp10_test_data): Add more tests and expect
19677         errno settings in existing tests.
19678
19679         [BZ #14032]
19680         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
19681         precision control set to double precision.
19682         * sysdeps/i386/fpu/w_sqrt.c: New file.
19683         * math/auto-libm-test-in: Add more tests.
19684         * math/auto-libm-test-out: Update.
19685
19686         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
19687         (sqrt_test_tonearest): New function.
19688         (sqrt_towardzero_test_data): New variable.
19689         (sqrt_test_towardzero): New function.
19690         (sqrt_downward_test_data): New variable.
19691         (sqrt_test_downward): New function.
19692         (sqrt_upward_test_data): New variable.
19693         (sqrt_test_upward): New function.
19694         (main): Call the new functions.
19695
19696         * math/gen-auto-libm-tests.c: New file.
19697         * math/auto-libm-test-in: Likewise.
19698         * math/auto-libm-test-out: New generated file.
19699         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
19700         variables.
19701         (%beautify): Add generated representations of zero.
19702         (top level): Set $auto_input and call parse_auto_input.
19703         (beautify): Remove trailing "f" from hex float constants.
19704         (parse_args): Handle XFAIL_TEST.
19705         (convert_condition): New function.
19706         (or_value): Likewise.
19707         (or_cond_value): Likewise.
19708         (generate_testfile): Handle AUTO_TESTS_* lines.
19709         (parse_auto_input): New function.
19710         * math/libm-test.inc (XFAIL_TEST): New macro.
19711         (ERRNO_UNCHANGED): Update value.
19712         (ERRNO_EDOM): Likewise.
19713         (ERRNO_ERANGE): Likewise.
19714         (IGNORE_RESULT): Likewise.
19715         (TEST_COND_flt_32): New macro.
19716         (TEST_COND_dbl_64): Likewise.
19717         (TEST_COND_ldbl_96_intel): Likewise.
19718         (TEST_COND_ldbl_96_m68k): Likewise.
19719         (TEST_COND_ldbl_128): Likewise.
19720         (TEST_COND_ldbl_128ibm): Likewise.
19721         (TEST_COND_long32): Likewise.
19722         (TEST_COND_long64): Likewise.
19723         (TEST_COND_before_rounding): Likewise.
19724         (TEST_COND_after_rounding): Likewise.
19725         (enable_test): Handle XFAIL_TEST flag.
19726         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
19727         with finite results.
19728         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
19729         auto-libm-test-out.
19730
19731 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19732             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19733
19734         [BZ #16214]
19735         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
19736         __tls_get_addr_internal instead of __tls_get_offset in order to
19737         avoid GOT pointer dependency.  Make rtld export
19738         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19739         __tls_get_addr since we are a __tls_get_offset platform.
19740         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19741         GOT pointer being set up before.
19742         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19743
19744 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19745
19746         * manual/math.texi (Errors in Math Functions): Document accuracy
19747         goals.
19748
19749         [BZ #15004]
19750         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19751         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19752         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19753         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19754         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19755         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19756         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19757         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19758         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19759         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19760         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19761         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19762         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19763         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19764         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19765         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19766
19767         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19768         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19769         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19770         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19771         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19772         Likewise.
19773         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19774         Likewise.
19775         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19776         Likewise.
19777         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19778         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19779         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19780         atomic-feupdateenv and flt-rounds.
19781         * sysdeps/powerpc/nofpu/Versions (libc): Add
19782         __atomic_feholdexcept, __atomic_feclearexcept,
19783         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19784         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19785         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19786         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19787         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19788         here.
19789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19790         Update.
19791
19792         * manual/arith.texi (FP Exceptions): Document that exceptions may
19793         not be raised when matherr is used.
19794         (Math Error Reporting): Document overflow in directed rounding
19795         modes.  Document that errno may not be set when finite values are
19796         returned on overflow.  Document intent to set errno on underflow
19797         only for underflow to zero.
19798
19799         [BZ #16271]
19800         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19801         round-to-nearest then adjust result for other rounding modes.
19802         * include/fenv.h (fegetround): Use libm_hidden_proto.
19803         * math/fegetround.c (fegetround): Use libm_hidden_def.
19804         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19805         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19806         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19807         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19808         Likewise.
19809         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19810         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19811         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19812         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19813
19814 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19815
19816         [BZ #16077]
19817         * nss/Versions (libnss_files): Add
19818         _nss_files_gethostbyname3_r.
19819         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19820         New function.
19821         (HOST_DB_LOOKUP): Remove macro.
19822         (_nss_files_gethostbyname_r): Implement function without the
19823         HOST_DB_LOOKUP macro.
19824         (_nss_files_gethostbyname2_r): Likewise.
19825
19826 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19827
19828         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19829
19830 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19831
19832         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19833         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19834         warning.
19835
19836 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19837
19838         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19839         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19840         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19841         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19842         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19843         __fe_nomask_env_priv and attribute_hidden.
19844         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19845         (libc_feupdateenv_test_ppc): Likewise.
19846         (libc_feresetround_ppc): Likewise.
19847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19848         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19849         compat_symbol macro.
19850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19851         (__fe_nomask_env): Likewise.
19852         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19853
19854 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19855
19856         * string/Makefile: Remove ifunc tests.
19857         * string/test-string.h: Define TEST_IFUNC.
19858         * string/test-bcopy-ifunc.c: Remove.
19859         * string/test-bzero-ifunc.c: Likewise.
19860         * string/test-memccpy-ifunc.c: Likewise.
19861         * string/test-memchr-ifunc.c: Likewise.
19862         * string/test-memcmp-ifunc.c: Likewise.
19863         * string/test-memcpy-ifunc.c: Likewise.
19864         * string/test-memmem-ifunc.c: Likewise.
19865         * string/test-memmove-ifunc.c: Likewise.
19866         * string/test-mempcpy-ifunc.c: Likewise.
19867         * string/test-memrchr-ifunc.c: Likewise.
19868         * string/test-memset-ifunc.c: Likewise.
19869         * string/test-rawmemchr-ifunc.c: Likewise.
19870         * string/test-stpcpy-ifunc.c: Likewise.
19871         * string/test-stpncpy-ifunc.c: Likewise.
19872         * string/test-strcasecmp-ifunc.c: Likewise.
19873         * string/test-strcasestr-ifunc.c: Likewise.
19874         * string/test-strcat-ifunc.c: Likewise.
19875         * string/test-strchr-ifunc.c: Likewise.
19876         * string/test-strchrnul-ifunc.c: Likewise.
19877         * string/test-strcmp-ifunc.c: Likewise.
19878         * string/test-strcpy-ifunc.c: Likewise.
19879         * string/test-strcspn-ifunc.c: Likewise.
19880         * string/test-strlen-ifunc.c: Likewise.
19881         * string/test-strncasecmp-ifunc.c: Likewise.
19882         * string/test-strncat-ifunc.c: Likewise.
19883         * string/test-strncmp-ifunc.c: Likewise.
19884         * string/test-strncpy-ifunc.c: Likewise.
19885         * string/test-strnlen-ifunc.c: Likewise.
19886         * string/test-strpbrk-ifunc.c: Likewise.
19887         * string/test-strrchr-ifunc.c: Likewise.
19888         * string/test-strspn-ifunc.c: Likewise.
19889         * string/test-strstr-ifunc.c: Likewise.
19890
19891 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19892
19893         * benchtests/Makefile: Remove ifunc tests.
19894         * benchtests/bench-string.h: Define TEST_IFUNC.
19895         * benchtests/bench-bcopy-ifunc.c: Remove.
19896         * benchtests/bench-bzero-ifunc.c: Likewise.
19897         * benchtests/bench-memccpy-ifunc.c: Likewise.
19898         * benchtests/bench-memchr-ifunc.c: Likewise.
19899         * benchtests/bench-memcmp-ifunc.c: Likewise.
19900         * benchtests/bench-memcpy-ifunc.c: Likewise.
19901         * benchtests/bench-memmem-ifunc.c: Likewise.
19902         * benchtests/bench-memmove-ifunc.c: Likewise.
19903         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19904         * benchtests/bench-memrchr-ifunc.c: Likewise.
19905         * benchtests/bench-memset-ifunc.c: Likewise.
19906         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19907         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19908         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19909         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19910         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19911         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19912         * benchtests/bench-strcat-ifunc.c: Likewise.
19913         * benchtests/bench-strchr-ifunc.c: Likewise.
19914         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19915         * benchtests/bench-strcmp-ifunc.c: Likewise.
19916         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19917         * benchtests/bench-strcpy-ifunc.c: Likewise.
19918         * benchtests/bench-strcspn-ifunc.c: Likewise.
19919         * benchtests/bench-strlen-ifunc.c: Likewise.
19920         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19921         * benchtests/bench-strncat-ifunc.c: Likewise.
19922         * benchtests/bench-strncmp-ifunc.c: Likewise.
19923         * benchtests/bench-strncpy-ifunc.c: Likewise.
19924         * benchtests/bench-strnlen-ifunc.c: Likewise.
19925         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19926         * benchtests/bench-strrchr-ifunc.c: Likewise.
19927         * benchtests/bench-strsep-ifunc.c: Likewise.
19928         * benchtests/bench-strspn-ifunc.c: Likewise.
19929         * benchtests/bench-strstr-ifunc.c: Likewise.
19930
19931 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19932
19933         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19934
19935 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19936
19937         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19938         * rt/aio.h: Likewise.
19939         * sysdeps/gnu/bits/utmp.h: Likewise.
19940         * sysdeps/gnu/bits/utmpx.h: Likewise.
19941         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19942         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19943         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19944         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19945         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19946         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19947         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19948         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19949         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19950         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19951         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19952         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19953         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19955         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19956         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19957         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19958         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19959         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19960         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19961         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19962         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19963         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19964         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19965         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19966         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19967         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19968         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19969         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19970         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19971         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19972         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19973         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19974         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19975         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19976         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19977         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19978         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19979         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19980         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19981         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19982         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19983
19984 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19985
19986         [BZ #16245]
19987         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19988         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19989
19990 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19991
19992         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19993         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19994         Likewise.
19995
19996 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19997
19998         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19999         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20000         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20001         (__fesetround): Remove define.
20002         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20003         rounding and exceptions handling.
20004         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20005         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20006         (__fe_nomask_env): Likewise.
20007         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20008         __fegetround instead of fegetround.
20009         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20010         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20011
20012 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20013
20014         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20015         it's there.
20016
20017         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20018
20019 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20020
20021         [BZ #11157]
20022         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20023         (encrypt_r): Likewise.
20024         * malloc/obstack.h (obstack_free): Likewise.
20025         * posix/unistd.h (encrypt): Likewise.
20026
20027 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20028
20029         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20030         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20031         DL_CALL_DT_FINI() that call the functions directly.
20032         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20033         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20034         * elf/dl-fini.c: Likewise.
20035
20036 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20037
20038         * malloc/hooks.c (memalign_check): Add alignment rounding.
20039         * malloc/malloc.c (_mid_memalign): New function.
20040         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20041         Implement by calling _mid_memalign.
20042         * manual/probes.texi (Memory Allocation Probes): Remove
20043         memory_valloc_retry and memory_pvalloc_retry.
20044
20045 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20046
20047         * locale/programs/locarchive.c (open_archive): Add const
20048         qualifier to ARCHIVEFNAME and copy default fname to
20049         DEFAULT_FNAME.
20050
20051         [BZ #15601]
20052         * libio/tst-widetext.input: Rename Oriya to Odia.
20053         * locale/iso-639.def: Likewise.
20054
20055         * manual/probes.texi (Mathematical Function Probes): Add
20056         documentation for sin, cos, asin and acos probes.
20057         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20058         (__sin32): Add slowasin probe.
20059         (__cos32): Add slowacos probe.
20060         (__mpsin): Add slowsin probe.
20061         (__mpcos): Add slowcos probe.
20062
20063 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20064
20065         [BZ #15483]
20066         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20067         thread-local __sim_exceptions_thread and global
20068         __sim_exceptions_global.
20069         (__sim_disabled_exceptions): Change to thread-local
20070         __sim_disabled_exceptions_thread and global
20071         __sim_disabled_exceptions_global.
20072         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20073         and global __sim_round_mode_global.
20074         (__simulate_exceptions): Use thread-local floating-point state and
20075         set global state from it as needed.
20076         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20077         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20078         __sim_round_mode_thread.
20079         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20080         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20081         and global __sim_exceptions_global.
20082         (__sim_disabled_exceptions): Change to thread-local
20083         __sim_disabled_exceptions_thread and global
20084         __sim_disabled_exceptions_global.
20085         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20086         and global __sim_round_mode_global.
20087         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20088         (SIM_SET_GLOBAL): Likewise.
20089         * sysdeps/powerpc/soft-fp/sfp-machine.h
20090         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20091         __sim_round_mode_thread.
20092         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20093         __sim_disabled_exceptions_thread.
20094         (__sim_exceptions): Change to __sim_exceptions_thread.
20095         (__sim_disabled_exceptions): Change to
20096         __sim_disabled_exceptions_thread.
20097         (__sim_round_mode): Change to __sim_round_mode_thread.
20098         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20099         thread-local floating-point state and set global state from it as
20100         needed.
20101         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20102         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20103         (__sim_disabled_exceptions): Remove extern declaration.
20104         (feenableexcept): Use thread-local floating-point state and set
20105         global state from it as needed.
20106         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20107         extern declaration.
20108         (__sim_disabled_exceptions): Likewise.
20109         (__sim_round_mode): Likewise.
20110         (__fegetenv): Use thread-local floating-point state.
20111         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20112         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20113         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20114         floating-point state and set global state from it as needed.
20115         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20116         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20117         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20118         Likewise.
20119         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20120         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20121         Likewise.
20122         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20123         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20124         Use __sim_round_mode_thread.
20125         * math/test-fenv-tls.c: New file.
20126         * math/Makefile (tests): Add test-fenv-tls.
20127         ($(objpfx)test-fenv-tls): Depend on
20128         $(common-objpfx)nptl/libpthread.so.
20129
20130 2013-11-19  Andreas Schwab  <schwab@suse.de>
20131
20132         * locale/programs/locale.c (show_info): Decode wordarray elements.
20133         * locale/categories.def (LC_MONETARY): Add element for
20134         _NL_MONETARY_CRNCYSTR.
20135         * locale/C-monetary.c (conversion_rate): New variable.
20136         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20137         element.
20138
20139 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20140
20141         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20142         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20143
20144 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20145
20146         * elf/Makefile (tst-auxv): New test.
20147         * elf/tst-auxv.c: New
20148         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20149
20150 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20151
20152         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20153         (hidden_proto): Caller changed.
20154         (hidden_tls_proto): New macro.
20155         (libc_hidden_tls_proto): Likewise.
20156         (rtld_hidden_tls_proto): Likewise.
20157         (libm_hidden_tls_proto): Likewise.
20158         (libresolv_hidden_tls_proto): Likewise.
20159         (librt_hidden_tls_proto): Likewise.
20160         (libdl_hidden_tls_proto): Likewise.
20161         (libnss_files_hidden_tls_proto): Likewise.
20162         (libnsl_hidden_tls_proto): Likewise.
20163         (libnss_nisplus_hidden_tls_proto): Likewise.
20164         (libutil_hidden_tls_proto): Likewise.
20165
20166 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20167
20168         [BZ #10253]
20169         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20170         (decompose_rpath): Defer expansion to fillin_rpath.
20171         (_dl_init_paths): Pass linkmap to fillin_rpath.
20172
20173 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20174
20175         * benchtests/Makefile: Add strsep.
20176         * benchtests/bench-strsep.c: New file: strsep benchtest.
20177         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20178
20179 2013-11-18  Andreas Schwab  <schwab@suse.de>
20180
20181         * locale/programs/locale.c (show_info) [case byte]: Check for
20182         '\377' instead of '\177'.
20183         * locale/C-monetary.c (not_available): Always use "\377".
20184         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20185         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20186         detect unavailable sign_posn locale elements.
20187         * locale/localeconv.c (__localeconv): For grouping and
20188         mon_grouping handle "\177" and "\377" like no grouping.
20189         (INT_ELEM): New macro.  Use it to set all numeric members.
20190         * locale/programs/ld-monetary.c (monetary_read)
20191         <tok_mon_grouping>: Normalize single -1 to the empty string.
20192         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20193         Likewise.
20194
20195 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20196
20197         [BZ #16055]
20198         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20199         when we match (nil).
20200         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20201
20202 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20203
20204         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20205         (NO_TEST_INLINE): Update value.
20206         (ERRNO_UNCHANGED): Likewise.
20207         (ERRNO_EDOM): Likewise.
20208         (ERRNO_ERANGE): Likewise.
20209         (IGNORE_RESULT): Likewise.
20210         (check_float_internal): Check signs of NaN results if
20211         TEST_NAN_SIGN used.
20212         (check_complex): Pass TEST_NAN_SIGN flag through to second
20213         check_float_internal call.
20214         (copysign_test_data): Add tests with quiet NaNs as second
20215         argument.  Use TEST_NAN_SIGN.
20216         (fabs_test_data): Add test of negative quiet NaN argument.  Use
20217         TEST_NAN_SIGN.
20218         (signbit_test_data): Add tests of quiet NaN argument.
20219         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
20220
20221         * math/gen-libm-test.pl (show_exceptions): Take extra argument
20222         $ignore_result.
20223         (parse_args): Handle function results specified as IGNORE.
20224         * math/libm-test.inc (IGNORE_RESULT): New macro.
20225         (check_float_internal): Do not check numerical result if flag
20226         IGNORE_RESULT set.
20227         (check_complex): Pass through IGNORE_RESULT to second
20228         check_float_internal call.
20229         (check_int): Do not check numerical result if flag IGNORE_RESULT
20230         set.
20231         (check_long): Likewise.
20232         (check_bool): Likewise.
20233         (check_longlong): Likewise.
20234         (lrint_test_data): Add tests of infinite and NaN arguments.
20235         (lrint_tonearest_test_data): Likewise.
20236         (lrint_towardzero_test_data): Likewise.
20237         (lrint_downward_test_data): Likewise.
20238         (lrint_upward_test_data): Likewise.
20239         (llrint_test_data): Likewise.
20240         (llrint_tonearest_test_data): Likewise.
20241         (llrint_towardzero_test_data): Likewise.
20242         (llrint_downward_test_data): Likewise.
20243         (llrint_upward_test_data): Likewise.
20244         (lround_test_data): Likewise.
20245         (llround_test_data): Likewise.
20246
20247         * math/libm-test.inc (NO_TEST_INLINE): New macro.
20248         (ERRNO_UNCHANGED): Update value.
20249         (ERRNO_EDOM): Likewise.
20250         (ERRNO_ERANGE): Likewise.
20251         (NO_TEST_INLINE_FLOAT): New macro.
20252         (NO_TEST_INLINE_DOUBLE): Likewise.
20253         (enable_test): New function.
20254         (RUN_TEST_f_f): Check enable_test before running test.
20255         (RUN_TEST_2_f): Likewise.
20256         (RUN_TEST_fff_f): Likewise.
20257         (RUN_TEST_c_f): Likewise.
20258         (RUN_TEST_f_f1): Likewise.
20259         (RUN_TEST_fF_f1): Likewise.
20260         (RUN_TEST_fI_f1): Likewise.
20261         (RUN_TEST_ffI_f1): Likewise.
20262         (RUN_TEST_c_c): Likewise.
20263         (RUN_TEST_cc_c): Likewise.
20264         (RUN_TEST_f_i): Likewise.
20265         (RUN_TEST_f_i_tg): Likewise.
20266         (RUN_TEST_ff_i_tg): Likewise.
20267         (RUN_TEST_f_b): Likewise.
20268         (RUN_TEST_f_b_tg): Likewise.
20269         (RUN_TEST_f_l): Likewise.
20270         (RUN_TEST_f_L): Likewise.
20271         (RUN_TEST_fFF_11): Likewise.
20272         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
20273         conditionals.
20274         (cosh_test_data): Likewise.
20275         (exp_test_data): Likewise.
20276         (expm1_test_data): Likewise.
20277         (hypot_test_data): Likewise.
20278         (pow_test_data): Likewise.
20279         (sinh_test_data): Likewise.
20280         (tanh_test_data): Likewise.
20281         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
20282         flags argument.
20283
20284         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
20285         tests with quiet NaN input and output.
20286         (acosh_test_data): Likewise.
20287         (asin_test_data): Likewise.
20288         (asinh_test_data): Likewise.
20289         (atan_test_data): Likewise.
20290         (atanh_test_data): Likewise.
20291         (atan2_test_data): Likewise.
20292         (cbrt_test_data): Likewise.
20293         (cos_test_data): Likewise.
20294         (cosh_test_data): Likewise.
20295         (erf_test_data): Likewise.
20296         (erfc_test_data): Likewise.
20297         (exp_test_data): Likewise.
20298         (exp10_test_data): Likewise.
20299         (exp2_test_data): Likewise.
20300         (expm1_test_data): Likewise.
20301         (hypot_test_data): Likewise.
20302         (j0_test_data): Likewise.
20303         (j1_test_data): Likewise.
20304         (jn_test_data): Likewise.
20305         (lgamma_test_data): Likewise.
20306         (log_test_data): Likewise.
20307         (log10_test_data): Likewise.
20308         (log1p_test_data): Likewise.
20309         (log2_test_data): Likewise.
20310         (pow_test_data): Likewise.
20311         (scalb_test_data): Likewise.
20312         (sin_test_data): Likewise.
20313         (sincos_test_data): Likewise.
20314         (sinh_test_data): Likewise.
20315         (tan_test_data): Likewise.
20316         (tanh_test_data): Likewise.
20317         (tgamma_test_data): Likewise.
20318         (y0_test_data): Likewise.
20319         (y1_test_data): Likewise.
20320         (yn_test_data): Likewise.
20321
20322         [BZ #16167]
20323         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
20324         argument being NaN and avoid computations with second argument in
20325         that case.
20326         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
20327         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
20328         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
20329
20330 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
20331
20332         * locale/iso-639.def: Add Chitwani Tharu (the).
20333
20334 2013-11-14  Andreas Schwab  <schwab@suse.de>
20335
20336         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
20337         word instead of empty string.
20338
20339 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20340
20341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20342         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
20343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20344         (__fe_nomask_env): Likewise.
20345
20346 2013-11-13  Steve Ellcey  <sellcey@mips.com>
20347
20348         * benchtests/bench-timing.h: Include time.h.
20349
20350 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
20351
20352         [BZ #15997]
20353         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
20354         to 3.4.0 for x32.
20355         * sysdeps/unix/sysv/linux/configure: Regenerated.
20356
20357 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
20358
20359         [BZ #16151]
20360         * stdlib/strtod_l.c (round_and_return): Do not consider
20361         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
20362         exponent one less than half the least subnormal exponent.
20363         * stdlib/test-strtod-round-data: Add more tests.
20364         * stdlib/tst-strtod-round.c (tests): Regenerated.
20365
20366 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20367
20368         [BZ #14143]
20369         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
20370         (__fe_mask_env): Likewise.
20371         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
20372         libm_hidden_proto and add function prototype.
20373         (__fe_mask_env): Add function prototype.
20374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20375         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
20376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
20377         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
20378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20379         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
20380
20381 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20382
20383         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
20384         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
20385
20386 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20387
20388         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
20389         of htab_find_slot().
20390
20391 2013-11-11  David S. Miller  <davem@davemloft.net>
20392
20393         [BZ #16150]
20394         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
20395         symbol in the non-vis3 case in static builds.
20396         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
20397         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
20398         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
20399         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
20400
20401 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
20402
20403         [BZ #387]
20404         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
20405         it is empty.
20406
20407 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20408
20409         * benchtests/Makefile: Add bench-strtod.
20410         * benchtests/bench-strtod.c: New file: strtod benchtest
20411
20412 2013-11-11  Andreas Schwab  <schwab@suse.de>
20413
20414         [BZ #16153]
20415         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
20416         terminating NUL in key length.
20417
20418 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20419
20420         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20421         Add artificial ODP entry for vDSO symbol for PPC64.
20422         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
20423         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
20424
20425 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20426
20427         [BZ #15374]
20428         * nss/getent.c (services_keys): Recognize services starting with digit.
20429
20430 2013-11-06  David S. Miller  <davem@davemloft.net>
20431
20432         [BZ #15985]
20433         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
20434         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
20435
20436 2013-11-06  Will Newton  <will.newton@linaro.org>
20437
20438         * manual/memory.texi (Malloc Examples): Remove register
20439         keyword from examples.
20440
20441 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
20442
20443         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
20444
20445 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
20446
20447         [BZ #6981]
20448         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
20449         depending on [__GCC_IEC_559 > 0].
20450         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
20451         depending on [__GCC_IEC_559_COMPLEX > 0].
20452
20453 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
20454
20455         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
20456         to iso-639.def.
20457
20458 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
20459
20460         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
20461
20462 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
20463
20464         [BZ #16112]
20465         * malloc/malloc (malloc_info): Do not handle first bin as
20466         special case.
20467
20468 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
20469
20470         * locale/iso-639.def: Add Central Nahuatl (nhn).
20471
20472 2013-11-01  Bruno Haible  <bruno@clisp.org>
20473
20474         [BZ #7003]
20475         * manual/math.texi (BSD Random): Specify range upper bound as
20476         in POSIX.
20477
20478 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
20479
20480         * locale/iso-639.def: Add Meadow Mari (mhr).
20481
20482 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
20483
20484         [BZ #14752], [BZ #15763]
20485         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
20486         Validate name.
20487         * rt/tst_shm.c: Add test for escaping directory.
20488
20489 2013-10-31  Andreas Schwab  <schwab@suse.de>
20490
20491         [BZ #15917]
20492         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
20493         followed by 'x' as part of digit sequence.
20494         * stdio-common/tst-sscanf.c (double_tests2): New tests.
20495
20496 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
20497
20498         [BZ #16037]
20499         * configure.ac: allow GNU Make 4.0 and greater.
20500         * configure: Regenerated.
20501
20502 2013-10-30  Will Newton  <will.newton@linaro.org>
20503
20504         [BZ #16038]
20505         * malloc/hooks.c (memalign_check): Limit alignment to the
20506         maximum representable power of two.
20507         * malloc/malloc.c (__libc_memalign): Likewise.
20508         * malloc/tst-memalign.c (do_test): Add test for very
20509         large alignment values.
20510         * malloc/tst-posix_memalign.c (do_test): Likewise.
20511
20512 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
20513
20514         [BZ #11087]
20515         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
20516         (munmap_chunk): Likewise.
20517         (mremap_chunk): Likewise.
20518
20519 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
20520
20521         [BZ #15799]
20522         * stdlib/div.c (div): Remove obsolete code.
20523         * stdlib/ldiv.c (ldiv): Likewise.
20524         * stdlib/lldiv.c (lldiv): Likewise.
20525
20526 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20527
20528         [BZ #16071]
20529         * nss/nss_files/files-XXX.c (get_contents_ret): New
20530         enumerator.
20531         (get_contents): New function.
20532         (internal_getent): Use it.  Expand size of LINEBUFLEN.
20533
20534 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
20535
20536         * configure.in: Moved to ...
20537         * configure.ac: ... here. Change reference to configure.in
20538         to configure.ac.
20539         * sysdeps/arm/preconfigure.ac: ... here.
20540         configure.in to configure.ac.
20541         * sysdeps/gnu/configure.in: Moved to ...
20542         * sysdeps/gnu/configure.ac: ... here.
20543         * sysdeps/i386/configure.in: Moved to ...
20544         * sysdeps/i386/configure.ac: ... here.
20545         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
20546         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
20547         * sysdeps/mach/configure.in: Moved to ...
20548         * sysdeps/mach/configure.ac: ... here.
20549         * sysdeps/mach/hurd/configure.in: Moved to ...
20550         * sysdeps/mach/hurd/configure.ac: ... here.
20551         * sysdeps/powerpc/configure.in: Moved to ...
20552         * sysdeps/powerpc/configure.ac: ... here.
20553         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
20554         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
20555         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
20556         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
20557         * sysdeps/s390/s390-32/configure.in: Moved to ...
20558         * sysdeps/s390/s390-32/configure.ac: ... here.
20559         * sysdeps/s390/s390-64/configure.in: Moved to ...
20560         * sysdeps/s390/s390-64/configure.ac: ... here.
20561         * sysdeps/sh/configure.in: Moved to ...
20562         * sysdeps/sh/configure.ac: ... here.
20563         * sysdeps/sparc/configure.in: Moved to ...
20564         * sysdeps/sparc/configure.ac: ... here.
20565         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
20566         * sysdeps/unix/sysv/linux/configure.ac: ... here.
20567         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
20568         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
20569         * sysdeps/x86_64/configure.in: Moved to ...
20570         * sysdeps/x86_64/configure.ac: ... here.
20571         * sysdeps/x86_64/preconfigure.in: Moved to ...
20572         * sysdeps/x86_64/preconfigure.ac: ... here.
20573         * aclocal.m4: Change reference to configure.in to configure.ac.
20574         * config.h.in: Likewise.
20575         * manual/install.texi: Likewise.
20576         * manual/maint.texi: Likewise.
20577         * Makefile: Likewise.
20578         * malloc/Makefile: Likewise.
20579         * nscd/Makefile: Likewise.
20580         * Makeconfig: Change reference to configure.in and
20581         preconfigure.in to configure.ac and preconfigure.ac
20582         respectively.
20583         * INSTALL: Regenerated.
20584         * configure: Likewise.
20585         * sysdeps/gnu/configure: Likewise.
20586         * sysdeps/i386/configure: Likewise.
20587         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
20588         * sysdeps/mach/configure: Likewise.
20589         * sysdeps/mach/hurd/configure: Likewise.
20590         * sysdeps/powerpc/configure: Likewise.
20591         * sysdeps/powerpc/powerpc32/configure: Likewise.
20592         * sysdeps/powerpc/powerpc64/configure: Likewise.
20593         * sysdeps/s390/s390-32/configure: Likewise.
20594         * sysdeps/s390/s390-64/configure: Likewise.
20595         * sysdeps/sh/configure: Likewise.
20596         * sysdeps/sparc/configure: Likewise.
20597         * sysdeps/unix/sysv/linux/configure: Likewise.
20598         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
20599         * sysdeps/x86_64/configure: Likewise.
20600         * sysdeps/x86_64/preconfigure: Likewise.
20601
20602 2013-10-29  Andreas Schwab  <schwab@suse.de>
20603
20604         * stdio-common/Makefile (tst-swscanf-ENV): Define.
20605
20606 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20607
20608         * benchtests/pow-inputs: Add new inputs.
20609
20610         * benchtests/exp-inputs: Add new inputs.
20611
20612         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
20613         conditional check for return value.
20614         (__cos32): Likewise.
20615
20616 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20617
20618         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
20619         to provide a boost for large inputs with word alignment.
20620         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
20621         implementation based on optimized PPC64 strcpy.
20622         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
20623         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
20624         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
20625         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
20626
20627 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20628
20629         [BZ #2801]
20630         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
20631
20632 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20633
20634         [BZ #14876]
20635         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
20636         * time/tst-strptime.c (day_tests): Add testcase.
20637
20638 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20639
20640         [BZ #14029]
20641         * manual/pattern.texi: Acknowledge that fnmatch can fail.
20642
20643 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
20644
20645         [BZ #16074]
20646         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
20647         MAP_FAILED on error.
20648
20649 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
20650
20651         [BZ #16072]
20652         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
20653         heap for large requests.
20654
20655 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
20656
20657         [BZ #9954]
20658         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
20659         result if the result has no associated interface.
20660         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
20661         interface for all 127.X.Y.Z addresses.
20662
20663 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
20664
20665         * locale/iso-639.def: Add Ligurian (lij)
20666
20667 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
20668
20669         [BZ #15825]
20670         * sunrpc/rpc_main.c: Document rpcgen -5.
20671
20672 2013-10-19  Michael Stahl  <mstahl@redhat.com>
20673
20674         * elf/rtld.c (do_preload): Print the reason why preloading failed.
20675
20676 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20677
20678         [BZ #10278]
20679         * posix/glob.c: Match only directories when trailing slash is present.
20680         * posix/tst-gnuglob.c (my_opendir): Do not open files.
20681         (main): Add testcase.
20682
20683 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20684
20685         [BZ #15670]
20686         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
20687
20688 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
20689
20690         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
20691         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
20692         AUTH_DES and cindex for FIPS 140-2.
20693         (DES Encryption): Add cindex FIPS 46-3.
20694
20695         * locale/locarchive.h (struct locarhandle): Add fname.
20696         * locale/programs/localedef.c (main): Pass ARGV[remaining]
20697         if an optional argument was specified to --list-archive,
20698         otherwise NULL.
20699         * locale/programs/locarchive.c (show_archive_content): Take new
20700         argument fname and pass it via ah.fname to open_archive.
20701         * locale/programs/localedef.h: Update decl.
20702         (open_archive): If AH->fname is non-null, open that file
20703         rather than the default file name, and don't ignore ENOENT.
20704         (create_archive): Set AH.fname to NULL.
20705         (delete_locales_from_archive): Likewise.
20706         (add_locales_to_archive): Likewise.
20707         * locale/programs/locfile.c (write_all_categories): Likewise.
20708
20709 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
20710             Aldy Hernandez  <aldyh@redhat.com>
20711
20712         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
20713         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
20714         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
20715         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
20716         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
20717         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
20718         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
20719         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
20720         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
20721         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
20722         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
20723         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
20724         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
20725         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
20726         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
20727         Likewise.
20728         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
20729         Likewise.
20730         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
20731         Likewise.
20732         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
20733         Likewise.
20734         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
20735         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
20736         Likewise.
20737         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20738         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20739         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20740         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20741         Likewise.
20742         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20743         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20744         * sysdeps/powerpc/preconfigure: Likewise.
20745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20746         Likewise.
20747         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20748         Replace contents of file by #include of <fenv_libc.h>.
20749         * sysdeps/powerpc/soft-fp/sfp-machine.h
20750         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20751         and <sys/prctl.h>.
20752         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20753         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20754         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20755         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20756         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20757         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20758         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20759         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20760         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20761         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20762         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20763         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20765         Allow copysignl PLT reference to be missing.
20766
20767 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20768             Joseph Myers  <joseph@codesourcery.com
20769
20770         [BZ #15948]
20771         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20772         single character.
20773         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20774
20775 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20776
20777         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20778         * elf/tst-tls1.c: Likewise.
20779         * elf/tst-tls10.h: Likewise.
20780         * elf/tst-tls14.c: Likewise.
20781         * elf/tst-tls2.c: Likewise.
20782         * elf/tst-tls3.c: Likewise.
20783         * elf/tst-tls4.c: Likewise.
20784         * elf/tst-tls5.c: Likewise.
20785         * elf/tst-tls6.c: Likewise.
20786         * elf/tst-tls7.c: Likewise.
20787         * elf/tst-tls8.c: Likewise.
20788         * elf/tst-tls9.c: Likewise.
20789         * elf/tst-tlsmod1.c: Likewise.
20790         * elf/tst-tlsmod13.c: Likewise.
20791         * elf/tst-tlsmod13a.c: Likewise.
20792         * elf/tst-tlsmod14a.c: Likewise.
20793         * elf/tst-tlsmod16a.c: Likewise.
20794         * elf/tst-tlsmod16b.c: Likewise.
20795         * elf/tst-tlsmod2.c: Likewise.
20796         * elf/tst-tlsmod3.c: Likewise.
20797         * elf/tst-tlsmod4.c: Likewise.
20798         * elf/tst-tlsmod5.c: Likewise.
20799         * elf/tst-tlsmod6.c: Likewise.
20800
20801 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20802
20803         [BZ #12486]
20804         * malloc/malloc.c: remove checks for statistics.
20805
20806 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20807
20808         [BZ #15277]
20809         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20810         * inet/tst-network.c: Add testcase.
20811
20812 2013-10-17  Andreas Schwab  <schwab@suse.de>
20813
20814         [BZ #15218]
20815         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20816         to determine canonical name.
20817
20818 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20819
20820         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20821         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20822         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20823         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20824         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20825         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20826         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20827         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20828         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20829         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20830         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20831         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20832         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20833         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20834         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20835         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20836         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20837         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20838         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20839         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20840         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20841         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20842         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20843         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20844         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20845         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20846         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20847         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20848         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20849         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20850         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20851         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20852         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20853         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20854         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20855         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20856         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20857         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20858         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20859         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20860         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20861         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20862         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20863         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20864         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20865         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20866         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20867         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20868         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20869         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20870         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20871         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20872         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20873         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20874         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20875         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20876         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20877         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20878
20879 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20880
20881         [BZ #16041]
20882         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20883         make result into a quiet NaN.
20884
20885 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20886
20887         * soft-fp/adddf3.c: Fix horizontal whitespace.
20888         * soft-fp/addsf3.c: Likewise.
20889         * soft-fp/addtf3.c: Likewise.
20890         * soft-fp/divdf3.c: Likewise.
20891         * soft-fp/divsf3.c: Likewise.
20892         * soft-fp/divtf3.c: Likewise.
20893         * soft-fp/double.h: Likewise.
20894         * soft-fp/eqdf2.c: Likewise.
20895         * soft-fp/eqsf2.c: Likewise.
20896         * soft-fp/eqtf2.c: Likewise.
20897         * soft-fp/extenddftf2.c: Likewise.
20898         * soft-fp/extended.h: Likewise.
20899         * soft-fp/extendsfdf2.c: Likewise.
20900         * soft-fp/extendsftf2.c: Likewise.
20901         * soft-fp/extendxftf2.c: Likewise.
20902         * soft-fp/fixdfdi.c: Likewise.
20903         * soft-fp/fixdfsi.c: Likewise.
20904         * soft-fp/fixdfti.c: Likewise.
20905         * soft-fp/fixsfdi.c: Likewise.
20906         * soft-fp/fixsfsi.c: Likewise.
20907         * soft-fp/fixsfti.c: Likewise.
20908         * soft-fp/fixtfdi.c: Likewise.
20909         * soft-fp/fixtfsi.c: Likewise.
20910         * soft-fp/fixtfti.c: Likewise.
20911         * soft-fp/fixunsdfdi.c: Likewise.
20912         * soft-fp/fixunsdfsi.c: Likewise.
20913         * soft-fp/fixunsdfti.c: Likewise.
20914         * soft-fp/fixunssfdi.c: Likewise.
20915         * soft-fp/fixunssfsi.c: Likewise.
20916         * soft-fp/fixunssfti.c: Likewise.
20917         * soft-fp/fixunstfdi.c: Likewise.
20918         * soft-fp/fixunstfsi.c: Likewise.
20919         * soft-fp/fixunstfti.c: Likewise.
20920         * soft-fp/floatdidf.c: Likewise.
20921         * soft-fp/floatdisf.c: Likewise.
20922         * soft-fp/floatditf.c: Likewise.
20923         * soft-fp/floatsidf.c: Likewise.
20924         * soft-fp/floatsisf.c: Likewise.
20925         * soft-fp/floatsitf.c: Likewise.
20926         * soft-fp/floattidf.c: Likewise.
20927         * soft-fp/floattisf.c: Likewise.
20928         * soft-fp/floattitf.c: Likewise.
20929         * soft-fp/floatundidf.c: Likewise.
20930         * soft-fp/floatundisf.c: Likewise.
20931         * soft-fp/floatunditf.c: Likewise.
20932         * soft-fp/floatunsidf.c: Likewise.
20933         * soft-fp/floatunsisf.c: Likewise.
20934         * soft-fp/floatunsitf.c: Likewise.
20935         * soft-fp/floatuntidf.c: Likewise.
20936         * soft-fp/floatuntisf.c: Likewise.
20937         * soft-fp/floatuntitf.c: Likewise.
20938         * soft-fp/fmadf4.c: Likewise.
20939         * soft-fp/fmasf4.c: Likewise.
20940         * soft-fp/fmatf4.c: Likewise.
20941         * soft-fp/gedf2.c: Likewise.
20942         * soft-fp/gesf2.c: Likewise.
20943         * soft-fp/getf2.c: Likewise.
20944         * soft-fp/ledf2.c: Likewise.
20945         * soft-fp/lesf2.c: Likewise.
20946         * soft-fp/letf2.c: Likewise.
20947         * soft-fp/muldf3.c: Likewise.
20948         * soft-fp/mulsf3.c: Likewise.
20949         * soft-fp/multf3.c: Likewise.
20950         * soft-fp/negdf2.c: Likewise.
20951         * soft-fp/negsf2.c: Likewise.
20952         * soft-fp/negtf2.c: Likewise.
20953         * soft-fp/op-1.h: Likewise.
20954         * soft-fp/op-2.h: Likewise.
20955         * soft-fp/op-4.h: Likewise.
20956         * soft-fp/op-8.h: Likewise.
20957         * soft-fp/op-common.h: Likewise.
20958         * soft-fp/quad.h: Likewise.
20959         * soft-fp/single.h: Likewise.
20960         * soft-fp/soft-fp.h: Likewise.
20961         * soft-fp/sqrtdf2.c: Likewise.
20962         * soft-fp/sqrtsf2.c: Likewise.
20963         * soft-fp/sqrttf2.c: Likewise.
20964         * soft-fp/subdf3.c: Likewise.
20965         * soft-fp/subsf3.c: Likewise.
20966         * soft-fp/subtf3.c: Likewise.
20967         * soft-fp/truncdfsf2.c: Likewise.
20968         * soft-fp/trunctfdf2.c: Likewise.
20969         * soft-fp/trunctfsf2.c: Likewise.
20970         * soft-fp/trunctfxf2.c: Likewise.
20971         * soft-fp/unorddf2.c: Likewise.
20972         * soft-fp/unordsf2.c: Likewise.
20973         * soft-fp/unordtf2.c: Likewise.
20974
20975 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20976
20977         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20978         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20979
20980 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20981
20982         * elf/dl-libc.c: Clear initfini list after freeing.
20983
20984 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20985
20986         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20987         * soft-fp/addsf3.c: Likewise.
20988         * soft-fp/addtf3.c: Likewise.
20989         * soft-fp/divdf3.c: Likewise.
20990         * soft-fp/divsf3.c: Likewise.
20991         * soft-fp/divtf3.c: Likewise.
20992         * soft-fp/double.h: Likewise.
20993         * soft-fp/eqdf2.c: Likewise.
20994         * soft-fp/eqsf2.c: Likewise.
20995         * soft-fp/eqtf2.c: Likewise.
20996         * soft-fp/extenddftf2.c: Likewise.
20997         * soft-fp/extended.h: Likewise.
20998         * soft-fp/extendsfdf2.c: Likewise.
20999         * soft-fp/extendsftf2.c: Likewise.
21000         * soft-fp/extendxftf2.c: Likewise.
21001         * soft-fp/fixdfdi.c: Likewise.
21002         * soft-fp/fixdfsi.c: Likewise.
21003         * soft-fp/fixdfti.c: Likewise.
21004         * soft-fp/fixsfdi.c: Likewise.
21005         * soft-fp/fixsfsi.c: Likewise.
21006         * soft-fp/fixsfti.c: Likewise.
21007         * soft-fp/fixtfdi.c: Likewise.
21008         * soft-fp/fixtfsi.c: Likewise.
21009         * soft-fp/fixtfti.c: Likewise.
21010         * soft-fp/fixunsdfdi.c: Likewise.
21011         * soft-fp/fixunsdfsi.c: Likewise.
21012         * soft-fp/fixunsdfti.c: Likewise.
21013         * soft-fp/fixunssfdi.c: Likewise.
21014         * soft-fp/fixunssfsi.c: Likewise.
21015         * soft-fp/fixunssfti.c: Likewise.
21016         * soft-fp/fixunstfdi.c: Likewise.
21017         * soft-fp/fixunstfsi.c: Likewise.
21018         * soft-fp/fixunstfti.c: Likewise.
21019         * soft-fp/floatdidf.c: Likewise.
21020         * soft-fp/floatdisf.c: Likewise.
21021         * soft-fp/floatditf.c: Likewise.
21022         * soft-fp/floatsidf.c: Likewise.
21023         * soft-fp/floatsisf.c: Likewise.
21024         * soft-fp/floatsitf.c: Likewise.
21025         * soft-fp/floattidf.c: Likewise.
21026         * soft-fp/floattisf.c: Likewise.
21027         * soft-fp/floattitf.c: Likewise.
21028         * soft-fp/floatundidf.c: Likewise.
21029         * soft-fp/floatundisf.c: Likewise.
21030         * soft-fp/floatunsidf.c: Likewise.
21031         * soft-fp/floatunsisf.c: Likewise.
21032         * soft-fp/floatuntidf.c: Likewise.
21033         * soft-fp/floatuntisf.c: Likewise.
21034         * soft-fp/floatuntitf.c: Likewise.
21035         * soft-fp/fmadf4.c: Likewise.
21036         * soft-fp/fmasf4.c: Likewise.
21037         * soft-fp/fmatf4.c: Likewise.
21038         * soft-fp/gedf2.c: Likewise.
21039         * soft-fp/gesf2.c: Likewise.
21040         * soft-fp/getf2.c: Likewise.
21041         * soft-fp/ledf2.c: Likewise.
21042         * soft-fp/lesf2.c: Likewise.
21043         * soft-fp/letf2.c: Likewise.
21044         * soft-fp/muldf3.c: Likewise.
21045         * soft-fp/mulsf3.c: Likewise.
21046         * soft-fp/multf3.c: Likewise.
21047         * soft-fp/negdf2.c: Likewise.
21048         * soft-fp/negsf2.c: Likewise.
21049         * soft-fp/negtf2.c: Likewise.
21050         * soft-fp/op-1.h: Likewise.
21051         * soft-fp/op-2.h: Likewise.
21052         * soft-fp/op-4.h: Likewise.
21053         * soft-fp/op-8.h: Likewise.
21054         * soft-fp/op-common.h: Likewise.
21055         * soft-fp/quad.h: Likewise.
21056         * soft-fp/single.h: Likewise.
21057         * soft-fp/soft-fp.h: Likewise.
21058         * soft-fp/sqrtdf2.c: Likewise.
21059         * soft-fp/sqrtsf2.c: Likewise.
21060         * soft-fp/sqrttf2.c: Likewise.
21061         * soft-fp/subdf3.c: Likewise.
21062         * soft-fp/subsf3.c: Likewise.
21063         * soft-fp/subtf3.c: Likewise.
21064         * soft-fp/truncdfsf2.c: Likewise.
21065         * soft-fp/trunctfdf2.c: Likewise.
21066         * soft-fp/trunctfsf2.c: Likewise.
21067         * soft-fp/trunctfxf2.c: Likewise.
21068         * soft-fp/unorddf2.c: Likewise.
21069         * soft-fp/unordsf2.c: Likewise.
21070         * soft-fp/unordtf2.c: Likewise.
21071
21072 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21073
21074         [BZ #15672]
21075         * misc/error.c (error_tail): Fix possible buffer overflow.
21076
21077 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21078
21079         [BZ #13028]
21080         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21081         address.
21082
21083 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21084
21085         [BZ #832]
21086         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21087         testing pipefail option.
21088
21089 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21090
21091         * soft-fp/double.h: Indent preprocessor directives inside #if.
21092         * soft-fp/extended.h: Likewise.
21093         * soft-fp/op-2.h: Likewise.
21094         * soft-fp/op-4.h: Likewise.
21095         * soft-fp/op-common.h: Likewise.
21096         * soft-fp/quad.h: Likewise.
21097         * soft-fp/single.h: Likewise.
21098         * soft-fp/soft-fp.h: Likewise.
21099
21100 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21101
21102         * iconv/iconv_prog.c: Fix typos.
21103         * stdio-common/psiginfo-data.h: Likewise.
21104
21105 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21106
21107         [BZ #15764]
21108         * locale/setlocale.c: Fix typo.
21109
21110 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21111
21112         [BZ #16036]
21113         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21114         signaling NaN arguments.
21115         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21116         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21117
21118         [BZ #14910]
21119         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21120         unordered operands.
21121         * soft-fp/gesf2.c (__gesf2): Likewise.
21122         * soft-fp/getf2.c (__getf2): Likewise.
21123         * soft-fp/ledf2.c (__ledf2): Likewise.
21124         * soft-fp/lesf2.c (__lesf2): Likewise.
21125         * soft-fp/letf2.c (__letf2): Likewise.
21126
21127         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21128         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21129         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21130         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21131         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21132         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21133         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21134         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21135         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21136         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21137         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21138         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21139         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21140         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21141         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21142         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21143         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21144         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21145         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21146         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21147         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21148         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21149         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21150         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21151         * soft-fp/floattidf.c (__floattidf): Likewise.
21152         * soft-fp/floattisf.c (__floattisf): Likewise.
21153         * soft-fp/floattitf.c (__floattitf): Likewise.
21154         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21155         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21156         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21157         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21158         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21159         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21160         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21161         * soft-fp/gesf2.c (__gesf2): Likewise.
21162         * soft-fp/getf2.c (__getf2): Likewise.
21163         * soft-fp/ledf2.c (__ledf2): Likewise.
21164         * soft-fp/lesf2.c (__lesf2): Likewise.
21165         * soft-fp/letf2.c (__letf2): Likewise.
21166
21167         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21168         Undefine and redefine.
21169         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21170         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21171         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21172         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21173         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21174         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21175         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21176         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21177         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21178         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21179         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21180         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21181         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21182         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21183         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21184
21185         [BZ #16032]
21186         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21187         without decrementing exponent if mantissa >= that for the
21188         denominator, not >.
21189         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21190         denominator, not >.  Decrement exponent in < case instead of
21191         incrementing in >= case.
21192         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21193         without decrementing exponent if mantissa >= that for the
21194         denominator, not >.
21195
21196         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21197         computing saturated result for unsigned overflow.
21198
21199 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21200             Jeff Law  <law@redhat.com>
21201
21202         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21203         (atan2Mp): Add systemtap probe marker.
21204         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21205         (__ieee754_log): Add systemtap probe marker.
21206         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21207         (atanMp): Add systemtap probe marker.
21208         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
21209         (tanMp): Add systemtap probe marker.
21210         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
21211         (__slowexp): Add systemtap probe marker.
21212         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
21213         (__slowpow): Add systemtap probe marker.
21214         * manual/probes.texi: Document probes.
21215
21216 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
21217
21218         [BZ #15362]
21219         * libio/fileops.c (_IO_new_file_write): Return count of bytes
21220         written.
21221         (_IO_new_file_xsputn): Don't return EOF if nothing has been
21222         written.
21223         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
21224         written to buffer but not flushed.
21225         * libio/iofwrite_u.c:  Likewise.
21226         * libio/iopadn.c:  Return bytes returned even if EOF was
21227         encountered.
21228         * libio/iowpadn.c:  Likewise.
21229         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
21230         if _IO_padn does not write the whole buffer.
21231         [!COMPILE_WPRINTF] (PAD): Likewise.
21232
21233 2013-10-10  David S. Miller  <davem@davemloft.net>
21234
21235         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
21236         directory block.
21237
21238 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21239
21240         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
21241         instead of FSF address.
21242         * soft-fp/fixdfti.c: Likewise.
21243         * soft-fp/fixsfti.c: Likewise.
21244         * soft-fp/fixtfti.c: Likewise.
21245         * soft-fp/fixunsdfti.c: Likewise.
21246         * soft-fp/fixunssfti.c: Likewise.
21247         * soft-fp/fixunstfti.c: Likewise.
21248         * soft-fp/floattidf.c: Likewise.
21249         * soft-fp/floattisf.c: Likewise.
21250         * soft-fp/floattitf.c: Likewise.
21251         * soft-fp/floatuntidf.c: Likewise.
21252         * soft-fp/floatuntisf.c: Likewise.
21253         * soft-fp/floatuntitf.c: Likewise.
21254         * soft-fp/trunctfxf2.c: Likewise.
21255
21256         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
21257         * soft-fp/fixdfti.c: Likewise.
21258         * soft-fp/fixsfti.c: Likewise.
21259         * soft-fp/fixtfti.c: Likewise.
21260         * soft-fp/fixunsdfti.c: Likewise.
21261         * soft-fp/fixunssfti.c: Likewise.
21262         * soft-fp/fixunstfti.c: Likewise.
21263         * soft-fp/floattidf.c: Likewise.
21264         * soft-fp/floattisf.c: Likewise.
21265         * soft-fp/floattitf.c: Likewise.
21266         * soft-fp/floatuntidf.c: Likewise.
21267         * soft-fp/floatuntisf.c: Likewise.
21268         * soft-fp/floatuntitf.c: Likewise.
21269         * soft-fp/trunctfxf2.c: Likewise.
21270
21271 2013-10-10  David S. Miller  <davem@davemloft.net>
21272
21273         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21274
21275 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
21276
21277         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21278         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
21279         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
21280         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
21281         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
21282         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
21283         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
21284
21285         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
21286         for NaNs before doing comparisons on argument.
21287         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
21288         Likewise.
21289
21290 2013-10-10  Will Newton  <will.newton@linaro.org>
21291
21292         * malloc/hooks.c (memalign_check): Ensure the value of bytes
21293         passed to _int_memalign does not overflow.
21294
21295 2013-10-10  Torvald Riegel  <triegel@redhat.com>
21296
21297         * scripts/bench.pl: Add include-sources directive.
21298         * benchtests/README: Update documentation.
21299
21300 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21301
21302         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
21303         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
21304         instead of FP_INIT_ROUNDMODE.
21305         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
21306         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
21307
21308         [BZ #16034]
21309         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
21310         copy class of input value.
21311         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
21312         not handle exceptions.
21313         * soft-fp/negsf2.c (__negsf2): Likewise.
21314         * soft-fp/negtf2.c (__negtf2): Likewise.
21315         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
21316
21317 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
21318
21319         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
21320         semicolon.  From Linux kernel.
21321
21322 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
21323
21324         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
21325
21326 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
21327
21328         [BZ #156]
21329         * manual/socket.texi: Added statement about buffer
21330         for gethostbyname2_r.
21331
21332 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
21333
21334         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
21335         Use .p2align directive instead, throughout.
21336         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
21337         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
21338         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
21339         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
21340         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
21341         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
21342         * sysdeps/x86_64/strchr.S: Likewise.
21343         * sysdeps/x86_64/strrchr.S: Likewise.
21344
21345 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
21346
21347         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
21348
21349         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
21350
21351         * sysdeps/generic/math_private.h (__mpsin1): Remove
21352         declaration.
21353         (__mpcos1): Likewise.
21354         (__mpsin): New argument __range_reduce.
21355         (__mpcos): Likewise.
21356         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21357         (slow): Use __mpsin and __mpcos.
21358         (slow1): Likewise.
21359         (slow2): Likewise.
21360         (sloww): Likewise.
21361         (sloww1): Likewise.
21362         (sloww2): Likewise.
21363         (bsloww): Likewise.
21364         (bsloww1): Likewise.
21365         (bsloww2): Likewise.
21366         (cslow2): Likewise.
21367         (csloww): Likewise.
21368         (csloww1): Likewise.
21369         (csloww2): Likewise.
21370         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
21371         range_reduce.  Merge in __mpsin1.
21372         (__mpcos): Likewise.
21373         (__mpsin1): Remove.
21374         (__mpcos1): Likewise.
21375
21376 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
21377
21378         * locale/loadlocale.c (_nl_intern_locale_data): Use
21379         LOCFILE_ALIGNED_P.
21380         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
21381         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
21382         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
21383         obstack data is appropriately aligned.
21384         (obstack_int32_grow_fast): Likewise.
21385         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
21386         * locale/programs/locfile.c (add_locale_uint32): Likewise.
21387         (add_locale_uint32_array): Likewise.
21388
21389 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
21390
21391         * benchtests/Makefile: Remove ARGLIST and RET variables.
21392         ($(objpfx)bench-%.c): Pass only function name to the script.
21393         * benchtests/README: Update documentation.
21394         * benchtests/acos-inputs: Add new directives.
21395         * benchtests/acosh-inputs: Likewise.
21396         * benchtests/asin-inputs: Likewise.
21397         * benchtests/asinh-inputs: Likewise.
21398         * benchtests/atan-inputs: Likewise.
21399         * benchtests/atanh-inputs: Likewise.
21400         * benchtests/cos-inputs: Likewise.
21401         * benchtests/cosh-inputs: Likewise.
21402         * benchtests/exp-inputs: Likewise.
21403         * benchtests/log-inputs: Likewise.
21404         * benchtests/pow-inputs: Likewise.
21405         * benchtests/rint-inputs: Likewise.
21406         * benchtests/sin-inputs: Likewise.
21407         * benchtests/sinh-inputs: Likewise.
21408         * benchtests/tan-inputs: Likewise.
21409         * benchtests/tanh-inputs: Likewise.
21410         * scripts/bench.pl: Add support for new directives.
21411
21412 2013-10-07  Alan Modra  <amodra@gmail.com>
21413
21414         * README: Fix careless merge.
21415
21416 2013-10-05  Alan Modra  <amodra@gmail.com>
21417
21418         * NEWS: Mention powerpc64le support and bugs fixed.
21419         * README: Both big-endian and little-endian powerpc64 supported.
21420
21421 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21422
21423         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
21424         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
21425         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
21426         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
21427
21428 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
21429
21430         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
21431         match prototype.
21432
21433 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
21434
21435         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
21436         Move -mhard-float appending from
21437         ports/sysdeps/powerpc/powerpc32/Makefile.
21438         [$(with-fp) = yes] (ASFLAGS): Likewise.
21439         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
21440         * sysdeps/powerpc/nofpu: Move directory from
21441         ports/sysdeps/powerpc/nofpu.
21442         * sysdeps/powerpc/soft-fp: Move directory from
21443         ports/sysdeps/powerpc/soft-fp.
21444         * sysdeps/powerpc/powerpc32/405: Move directory from
21445         ports/sysdeps/powerpc/powerpc32/405.
21446         * sysdeps/powerpc/powerpc32/440: Move directory from
21447         ports/sysdeps/powerpc/powerpc32/440.
21448         * sysdeps/powerpc/powerpc32/464: Move directory from
21449         ports/sysdeps/powerpc/powerpc32/464.
21450         * sysdeps/powerpc/powerpc32/476: Move directory from
21451         ports/sysdeps/powerpc/powerpc32/476.
21452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
21453         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
21454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
21455         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
21456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
21457         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
21458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
21459         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
21460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
21461         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
21462         * README: Update for powerpc-*-linux-gnu software floating point
21463         support in libc.
21464
21465         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
21466         case to powerpc/powerpc32*.
21467         * sysdeps/unix/sysv/linux/configure: Regenerated.
21468
21469         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
21470         (_FPU_MASK_OM): Define as 0x04.
21471         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
21472         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
21473         0x00c10080.
21474         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
21475         0x0000003c.
21476         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
21477
21478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
21479         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
21480         getcontext_e500.
21481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
21482         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
21483         setcontext_e500.
21484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
21485         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
21486         and setcontext_e500.
21487
21488 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
21489
21490         * locale/iso-3166.def: Update iso-1366.def and related occurrences
21491
21492 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21493
21494         * manual/threads.texi (Default Thread Attributes): Fix typo.
21495
21496 2013-10-04  Will Newton  <will.newton@linaro.org>
21497
21498         * malloc/Makefile: Add tst-memalign.
21499         * malloc/tst-memalign.c: New file.
21500
21501         * malloc/tst-posix_memalign.c: Add comments.
21502         (do_test): Add comments and call free on all potentially
21503         allocated pointers. Add space after cast.
21504
21505         * malloc/tst-pvalloc.c: Add comments.
21506         (do_test): Add comments and call free on all potentially
21507         allocated pointers. Remove duplicate check for NULL pointer.
21508         Add space after cast.
21509
21510         * malloc/tst-valloc.c: Add comments.
21511         (do_test): Add comments and call free on all potentially
21512         allocated pointers. Remove duplicate check for NULL pointer.
21513         Add space after cast.
21514
21515 2013-10-04  Alan Modra  <amodra@gmail.com>
21516
21517         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
21518         Use stdint types in rather than __attribute__((mode())).
21519         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
21520
21521 2013-10-04  Alan Modra  <amodra@gmail.com>
21522
21523         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
21524         Correct handling of unaligned relocs for little-endian.
21525         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
21526
21527 2013-10-04  Alan Modra  <amodra@gmail.com>
21528
21529         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
21530         * configure: Regenerate.
21531         * nptl/shlib-versions: Powerpc*le starts at 2.18.
21532         * shlib-versions: Likewise.
21533
21534 2013-10-04  Alan Modra  <amodra@gmail.com>
21535
21536         * string/tester.c (test_memrchr): Increment reported test cycle.
21537
21538 2013-10-04  Alan Modra  <amodra@gmail.com>
21539
21540         * string/test-memcpy.c (do_one_test): When reporting errors, print
21541         string address and don't overrun end of string.
21542
21543 2013-10-04  Alan Modra  <amodra@gmail.com>
21544
21545         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
21546         insrdi.  Make better use of reg selection to speed exit slightly.
21547         Schedule entry path a little better.  Remove useless "are we done"
21548         checks on entry to main loop.  Handle wrapping around zero address.
21549         Correct main loop count.  Handle single left-over word from main
21550         loop inline rather than by using loop_small.  Remove extra word
21551         case in loop_small caused by wrong loop count.  Add little-endian
21552         support.
21553         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
21554         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
21555         cache hint.
21556         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
21557         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
21558         support.  Avoid rlwimi.
21559         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
21560
21561 2013-10-04  Alan Modra  <amodra@gmail.com>
21562
21563         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
21564         insrdi.  Formatting.
21565         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
21566         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21567         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
21568         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
21569         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21570         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
21571
21572 2013-10-04  Alan Modra  <amodra@gmail.com>
21573
21574         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
21575         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21576         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
21577         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
21578         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
21579         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
21580         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21581         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
21582         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
21583         use of regs.  Use power7 mtocrf.  Tidy function tails.
21584
21585 2013-10-04  Alan Modra  <amodra@gmail.com>
21586
21587         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
21588         Formatting.  Consistently use rXXX register defines or rN defines.
21589         Use early exit labels that avoid restoring unused non-volatile regs.
21590         Make cr field use more consistent with rWORDn compares.  Rename
21591         regs used as shift registers for unaligned loop, using rN defines
21592         for short lifetime/multiple use regs.
21593         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
21594         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
21595         addi 1,1,64 to pop stack frame.  Simplify return value code.
21596         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21597
21598 2013-10-04  Alan Modra  <amodra@gmail.com>
21599
21600         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
21601         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
21602         rather than rlwimi.
21603         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
21604         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
21605         little-endian support.  Correct typos.
21606         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
21607         rather than rlwimi.
21608         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
21609         in loop and entry code to keep "and." results.
21610         (strchr): Add little-endian support.  Comment.  Move cntlzd
21611         earlier in tail.
21612         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
21613
21614 2013-10-04  Alan Modra  <amodra@gmail.com>
21615
21616         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
21617         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
21618         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
21619         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
21620
21621 2013-10-04  Alan Modra  <amodra@gmail.com>
21622
21623         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
21624         (rTMP): Define as r11.
21625         (strcmp): Add little-endian support.  Optimise tail.
21626         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
21627         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
21628         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
21629         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
21630         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
21631         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21632         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
21633
21634 2013-10-04  Alan Modra  <amodra@gmail.com>
21635
21636         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
21637         little-endian support.  Remove unnecessary "are we done" tests.
21638         Handle "s" wrapping around zero and extremely large "size".
21639         Correct main loop count.  Handle single left-over word from main
21640         loop inline rather than by using small_loop.  Correct comments.
21641         Delete "zero" tail, use "end_max" instead.
21642         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
21643
21644 2013-10-04  Alan Modra  <amodra@gmail.com>
21645
21646         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
21647         support.  Don't branch over align.
21648         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
21649         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
21650         support.  Rearrange tmp reg use to suit.  Comment.
21651         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
21652
21653 2013-10-04  Alan Modra  <amodra@gmail.com>
21654
21655         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
21656
21657 2013-10-04  Alan Modra  <amodra@gmail.com>
21658
21659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
21660         conditional form of branch and link when obtaining pc.
21661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
21662
21663 2013-10-04  Alan Modra  <amodra@gmail.com>
21664
21665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
21666         HIWORD/LOWORD.
21667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
21668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
21669
21670 2013-10-04  Alan Modra  <amodra@gmail.com>
21671
21672         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
21673         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
21674         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
21675         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
21676         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21677         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21678         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
21679         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21680         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
21681         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
21682
21683 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21684             Alistair Popple <alistair@ozlabs.au.ibm.com>
21685             Alan Modra <amodra@gmail.com>
21686
21687         [BZ #15723]
21688         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
21689         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
21690         _dl_hwcap access for little-endian.
21691         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
21692         destroy vmx regs when saving unaligned.
21693         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
21694         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
21695         destroy vmx regs when saving unaligned.
21696
21697 2013-10-04  Alan Modra  <amodra@gmail.com>
21698
21699         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
21700         Don't use a union to pack hi/low value.
21701
21702 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21703
21704         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
21705         for little-endian.
21706         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21707         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
21708         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21709         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21710         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21711
21712 2013-10-04  Alan Modra  <amodra@gmail.com>
21713
21714         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
21715         constants to usual value for .cst8 section, and remove redundant
21716         high address load.
21717         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
21718         constant for 0x1p52.  Load little-endian words of double from
21719         correct stack offsets.
21720
21721 2013-10-04  Alan Modra  <amodra@gmail.com>
21722
21723         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
21724         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
21725         words of double from correct stack offsets.
21726         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
21727         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
21728         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21729         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21730         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21731         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21732         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21733         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
21734         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
21735         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21736         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21737         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21738         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21739         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21740         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21741         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21742         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21743
21744 2013-10-04  Alan Modra  <amodra@gmail.com>
21745
21746         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21747         64-bit int/double union.
21748         (_FPU_SETCW): Likewise.
21749         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21750         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21751
21752 2013-10-04  Alan Modra  <amodra@gmail.com>
21753
21754         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21755         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21756
21757 2013-10-04  Alan Modra  <amodra@gmail.com>
21758
21759         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21760         use vector int constants.
21761         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21762
21763 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21764
21765         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21766         array with long long.
21767         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21768         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21769         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21770         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21771         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21772         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21773         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21774         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21775         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21776         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21777         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21778         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21779         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21780
21781 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21782
21783         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21784         (__signbit): Likewise.  Correct for little-endian.
21785         (__signbitl): Call __signbit.
21786         (lrint): Correct for little-endian.
21787         (lrintf): Call lrint.
21788
21789 2013-10-04  Alan Modra  <amodra@gmail.com>
21790
21791         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21792         union 32-bit int array member with 64-bit int array.
21793         (t515, tm256): Double rather than long double.
21794         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21795
21796 2013-10-04  Alan Modra  <amodra@gmail.com>
21797
21798         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21799         Delete.
21800         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21801         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21802         version of math_ldbl.h.
21803
21804 2013-10-04  Alan Modra  <amodra@gmail.com>
21805
21806         [BZ #15734], [BZ #15735]
21807         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21808         all uses of ieee875 long double macros and unions.  Simplify test
21809         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21810         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21811         normalize after ldbl_extract_mantissa, and don't add hidden bit
21812         already handled.  Don't treat low word of ieee854 mantissa like
21813         low word of IBM long double and mask off bit when testing for
21814         zero.
21815         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21816         all uses of ieee875 long double macros and unions.  Simplify tests
21817         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21818         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21819         two1022, instead use their values.  Recognise that tests for large
21820         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21821         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21822         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21823         test for 0.0L and nan.  Correct negation.
21824         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21825         ieee875 long double macros and unions.  Correct output for large
21826         magnitude x.  Correct absolute value calculation.
21827         (__erfcl): Likewise.
21828         * math/libm-test.inc: Add tests for errors discovered in IBM long
21829         double versions of fmodl, remainderl, erfl and erfcl.
21830
21831 2013-10-04  Alan Modra  <amodra@gmail.com>
21832
21833         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21834         all uses of ieee854 long double macros and unions.  Simplify tests
21835         for long doubles that are fully specified by the high double.
21836         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21837         Likewise.
21838         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21839         Remove dead code too.
21840         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21841         (__ieee754_ynl): Likewise.
21842         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21843         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21844         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21845         Remove dead code too.
21846         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21847         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21848         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21849         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21850         Simplify.
21851         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21852         Simplify.
21853         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21854         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21855         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21856         Comment on variable precision.
21857         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21858         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21859         Likewise.
21860         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21861         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21862         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21863         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21864         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21865
21866 2013-10-04  Alan Modra  <amodra@gmail.com>
21867
21868         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21869         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21870         all uses of ieee854 long double macros and unions.
21871         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21872         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21873         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21874         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21875         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21876         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21877         Likewise.
21878         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21879         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21880         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21881         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21882         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21883         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21884         Simplify sign and nan test too.
21885         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21886         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21887         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21888         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21889         Likewise.
21890         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21891         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21892         Likewise.
21893         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21894         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21895         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21896         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21897         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21898         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21899
21900 2013-10-04  Alan Modra  <amodra@gmail.com>
21901
21902         * stdio-common/printf_size.c (__printf_size): Don't use
21903         union ieee854_long_double in fpnum union.
21904         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21905         signbit macro to retrieve sign from long double.
21906         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21907         retrieve sign from long double.
21908         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21909         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21910         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21911         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21912         * math/test-misc.c (main): Don't use union ieee854_long_double.
21913
21914 2013-10-04  Alan Modra  <amodra@gmail.com>
21915
21916         [BZ #15680]
21917         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21918         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21919         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21920         calculation.  Remove unnecessary test for denormal exponent.
21921         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21922         Correct handling of denormals.  Avoid undefined shift behaviour.
21923         Correct normalisation of low mantissa when low double is denormal.
21924         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21925         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21926         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21927         Correct normalisation of low mantissa.  Test for overflow of high
21928         mantissa and normalise.
21929         (ldbl_nearbyint): Use more readable constant for two52.
21930         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21931         (__mpn_construct_long_double): Fix test for overflow of high
21932         mantissa and correct normalisation.  Avoid undefined shift.
21933
21934 2013-10-04  Alan Modra  <amodra@gmail.com>
21935
21936         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21937         (union ibm_extended_long_double): Define as an array of ieee754_double.
21938         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21939         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21940         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21941         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21942         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21943         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21944         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21945         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21946         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21947         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21948         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21949
21950 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21951
21952         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21953         page size instead of calling getpagesize.
21954
21955         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21956         (LOCFILE_ALIGN_MASK): Likewise.
21957         (LOCFILE_ALIGN_UP): Likewise.
21958         (LOCFILE_ALIGNED_P): Likewise.
21959         * locale/programs/ld-collate.c (collate_output): Use the new
21960         macros instead of __alignof__ (int32_t).
21961         * locale/weight.h (findidx): Likewise.
21962
21963 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21964
21965         [BZ #431]
21966         * manual/string.texi: Fix strncat and wcsncat.
21967
21968 2013-10-03  Brooks Moses  <bmoses@google.com>
21969
21970         [BZ #15915]
21971         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21972         * Makerules: ...here, and adjust associated comments.
21973
21974 2013-10-02  Will Newton  <will.newton@linaro.org>
21975
21976         * malloc/Makefile: Add tst-pvalloc.
21977         * malloc/tst-pvalloc.c: New file.
21978
21979 2013-10-02  Will Newton  <will.newton@linaro.org>
21980
21981         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21982         improve test coverage.
21983
21984 2013-10-02  Will Newton  <will.newton@linaro.org>
21985
21986         * malloc/Makefile: Add tst-posix_memalign.
21987         * malloc/tst-posix_memalign.c: New file.
21988
21989 2013-10-01  Eric Blake  <eblake@redhat.com>
21990
21991         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21992         Use __THROWNL rather than __THROW on static functions.
21993
21994 2013-09-30  Petr Machata  <pmachata@redhat.com>
21995
21996         * elf/elf.h (R_AARCH64_ABS16): New macro.
21997         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21998         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21999         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22000         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22001         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22002         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22003         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22004         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22005         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22006         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22007         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22008         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22009         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22010         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22011         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22012         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22013         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22014         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22015         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22016         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22017         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22018         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22019         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22020         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22021         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22022         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22023         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22024         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22025         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22026         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22027         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22028         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22029         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22030         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22031         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22032         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22033         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22034         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22035         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22036         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22037         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22038         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22039         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22040         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22041         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22042         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22043         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22044         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22045         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22046         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22047         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22048         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22049         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22050         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22051         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22052         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22053         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22054         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22055         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22056         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22057         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22058         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22059         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22060         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22061         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22062         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22063         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22064         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22065         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22066         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22067         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22068         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22069         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22070         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22071         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22072         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22073         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22074         (R_AARCH64_TLSDESC_LDR): Likewise.
22075         (R_AARCH64_TLSDESC_ADD): Likewise.
22076         (R_AARCH64_TLSDESC_CALL): Likewise.
22077
22078 2013-09-30  Andreas Schwab  <schwab@suse.de>
22079
22080         [BZ #15048]
22081         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22082         the nss database lookup.
22083         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22084         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22085
22086 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22087
22088         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22089
22090 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22091
22092         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22093         ${Bash-specific parameter/pattern/string} parameter expansion.
22094         * sysdeps/unix/make-syscalls.sh: Likewise.
22095
22096 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22097
22098         * sysdeps/sh/stackguard-macros.h: New file.
22099
22100 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22101
22102         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22103         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22104         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22105         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22106         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22107         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22108
22109 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22110
22111         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22112         Fix thread ID register.
22113
22114 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22115
22116         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22117         [POSIX || UNIX98]: Require rather than permitting all symbols from
22118         <time.h>.
22119         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22120         element of struct sched_param.
22121         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22122         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22123         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22124         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22125         constant.
22126
22127 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22128
22129         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22130         argument calculation.
22131
22132 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22133
22134         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22135         Expect macro.
22136         [POSIX] (pthread_attr_t): Do not require type.
22137         [POSIX] (pthread_cond_t): Likewise.
22138         [POSIX] (pthread_condattr_t): Likewise.
22139         [POSIX] (pthread_key_t): Likewise.
22140         [POSIX] (pthread_mutex_t): Likewise.
22141         [POSIX] (pthread_mutexattr_t): Likewise.
22142         [POSIX] (pthread_once_t): Likewise.
22143         [POSIX] (pthread_t): Likewise.
22144         [POSIX-based standards] (pthread_atfork): Expect function.
22145
22146 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22147             Richard Sandiford  <richard@codesourcery.com>
22148
22149         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22150         (swap_endianness_p): New extern variable.
22151         (set_big_endian): New inline function.
22152         (maybe_swap_uint32): Likewise.
22153         (maybe_swap_uint32_array): Likewise.
22154         (maybe_swap_uint32_obstack): Likewise.
22155         * locale/programs/locfile.c: Include <stdbool.h>.
22156         (swap_endianness_p): New variable.
22157         (add_locale_uint32): Call maybe_swap_uint32.
22158         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22159         (write_locale_data): Call maybe_swap_uint32_array.
22160         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22161         maybe_swap_uint32.
22162         (obstack_int32_grow_fast): Likewise.
22163         (output_weightwc): Call maybe_swap_uint32_obstack.
22164         (collate_output): Likewise.
22165         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22166         (OPT_LITTLE_ENDIAN): Likewise.
22167         (options): Add --little-endian and --big-endian options.
22168         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22169         * locale/programs/locarchive.c: Include "locfile.h".
22170         (GET): New macro.
22171         (SET): Likewise.
22172         (INC): Likewise.
22173         (create_archive): Use the new macros to access fields of
22174         structures directly mapped from or written to locale archives.
22175         (oldlocrecentcmp): Likewise.
22176         (enlarge_archive): Likewise.
22177         (insert_name): Likewise.
22178         (add_alias): Likewise.
22179         (add_locale): Likewise.
22180         (delete_locales_from_archive): Likewise.
22181         (show_archive_content): Likewise.
22182         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22183         locale data.
22184
22185 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22186
22187         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22188         http://www.gnu.org/doc/freemanuals.texi.
22189         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22190
22191 2013-09-24  Will Newton  <will.newton@linaro.org>
22192
22193         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22194         macro.
22195
22196 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22197
22198         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22199         unsigned char.
22200
22201 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22202
22203         * manual/threads.texi (POSIX Threads): Fix a typo.
22204
22205 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22206
22207         [BZ #14547]
22208         * string/tst-strcoll-overflow.c: New test case.
22209         * string/Makefile (xtests): Add tst-strcoll-overflow.
22210         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
22211         cache if string sizes may cause integer overflow.
22212
22213         [BZ #14547]
22214         * string/strcoll_l.c (coll_seq): New members rule, idx,
22215         save_idx and back_us.
22216         (get_next_seq_nocache): New function.
22217         (do_compare_nocache): New function.
22218         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
22219         when malloc fails.
22220
22221 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
22222
22223         [BZ #15754]
22224         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
22225         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
22226         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
22227
22228         [BZ #15754]
22229         * elf/Makefile (tests): Add tst-ptrguard1.
22230         (tests-static): Add tst-ptrguard1-static.
22231         (tst-ptrguard1-ARGS): Define.
22232         (tst-ptrguard1-static-ARGS): Define.
22233         * elf/tst-ptrguard1.c: New file.
22234         * elf/tst-ptrguard1-static.c: New file.
22235         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
22236         * sysdeps/i386/stackguard-macros.h: Likewise.
22237         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22238         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22239         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22240         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22241         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22242         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22243
22244 2013-09-23  Hector Marco  <hecmargi@upv.es>
22245             Ismael Ripoll  <iripoll@disca.upv.es>
22246             Carlos O'Donell  <carlos@redhat.com>
22247
22248         [BZ #15754]
22249         * sysdeps/generic/stackguard-macros.h: Define
22250         __pointer_chk_guard_local and POINTER_CHK_GUARD.
22251         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
22252         Define __pointer_chk_guard_local.
22253         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
22254         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
22255
22256 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
22257
22258         [BZ #15859]
22259         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
22260
22261 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
22262
22263         * include/string.h (__ffs): Declare as hidden.
22264         * string/ffs.c (__ffs): Define as hidden.
22265         * sysdeps/i386/ffs.c (__ffs): Likewise.
22266         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
22267         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
22268         * sysdeps/s390/ffs.c (__ffs): Likewise.
22269         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
22270
22271 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
22272
22273         * NEWS: Mention malloc probes.
22274
22275         * malloc/arena.c (new_heap): New memory_heap_new probe.
22276         (grow_heap): New memory_heap_more probe.
22277         (shrink_heap): New memory_heap_less probe.
22278         (heap_trim): New memory_heap_free probe.
22279         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
22280         (systrim): New memory_sbrk_less probe.
22281         * manual/probes.texi: Document them.
22282
22283         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
22284         * manual/probes.texi: Document it.
22285
22286         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
22287         (__libc_realloc): Add memory_realloc_retry probe.
22288         (__libc_memalign): Add memory_memalign_retry probe.
22289         (__libc_valloc): Add memory_valloc_retry probe.
22290         (__libc_pvalloc): Add memory_pvalloc_retry probe.
22291         (__libc_calloc): Add memory_calloc_retry probe.
22292         * manual/probes.texi: Document them.
22293
22294         * malloc/arena.c (get_free_list): Add probe
22295         memory_arena_reuse_free_list.
22296         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
22297         and memory_arena_reuse.
22298         (arena_get2) [!PER_THREAD]: Likewise.
22299         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
22300         memory_arena_reuse_realloc.
22301         * manual/probes.texi: Document them.
22302
22303         * malloc/malloc.c (__libc_free): Add
22304         memory_mallopt_free_dyn_thresholds probe.
22305         (__libc_mallopt): Add multiple memory_mallopt probes.
22306         * manual/probes.texi: Document them.
22307
22308         * malloc/malloc.c: Include stap-probe.h.
22309         (__libc_mallopt): Add memory_mallopt probe.
22310         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
22311         * manual/probes.texi: New.
22312         * manual/Makefile (chapters): Add probes.
22313         * manual/threads.texi: Set next node.
22314
22315 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
22316
22317         [BZ #15963, #13985]
22318         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
22319         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
22320         Add `Chinese' to `nan' entry name.
22321
22322 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22323
22324         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
22325         (POLYNOMIAL): Likewise.
22326         (TAYLOR_SINCOS): Likewise.
22327         (TAYLOR_SLOW): Likewise.
22328         (__sin): Use TAYLOR_SINCOS.
22329         (__cos): Likewise.
22330         (slow): Use TAYLOR_SLOW.
22331         (sloww): Likewise.
22332         (bsloww): Likewise.
22333         (csloww): Likewise.
22334
22335 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22336
22337         * stdlib/strtod_l.c: Fix buffer overrun.
22338
22339 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22340
22341         * benchtests/Makefile (bench): Add sincos.
22342         * benchtests/bench-sincos.c: New file.
22343
22344         * math/libm-test.inc (cos_test_data): New test inputs.
22345         (sin_test_data): Likewise.
22346
22347         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
22348         macro.
22349         (__sin): Use it.
22350         (__cos): Likewise.
22351         (slow1): Likewise.
22352         (slow2): Likewise.
22353         (sloww1): Likewise.
22354         (sloww2): Likewise.
22355         (bsloww1): Likewise.
22356         (bsloww2): Likewise.
22357         (cslow2): Likewise.
22358         (csloww1): Likewise.
22359         (csloww2): Likewise.
22360
22361         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
22362         function.
22363         (__sin): Use it.
22364         (__cos): Likewise.
22365
22366         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
22367         gotos.
22368         (__cos): Likewise.
22369
22370 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
22371
22372         * config.h.in (HAVE_MIPS_NAN2008): New macro.
22373         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
22374         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
22375         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
22376         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
22377         * elf/cache.c (print_entry): Handle the new cache flags.
22378
22379 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
22380             Aldy Hernandez  <aldyh@redhat.com>
22381
22382         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
22383         Change condition to [_SOFT_FLOAT].
22384         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
22385         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
22386         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
22387         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
22388         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
22389         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
22390         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
22391         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
22392         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
22393         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
22394         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
22395         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
22396         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
22397         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
22398         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
22399         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
22400         declaration.
22401
22402 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
22403
22404         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
22405         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
22406         (__longjmp): Use LOAD_GP to load saved GPRs.
22407         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
22408         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
22409         (__sigsetjmp): Use SAVE_GP to save GPRs.
22410
22411         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
22412         Do not append -msoft-float.
22413         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
22414
22415 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22416
22417         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
22418
22419 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
22420
22421         [BZ #15966]
22422         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
22423         (_FPU_GETCW): Use initial "__" on variable and field names but not
22424         on macro parameter name.
22425         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
22426         parentheses around reference to macro parameter.
22427
22428 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
22429
22430         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
22431         prototype.
22432         (ctype_startup): Use uint32_t in cast and sizeof for
22433         ctype->charnames.
22434
22435 2013-09-11  Jia Liu  <proljc@gmail.com>
22436
22437         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
22438         __daddr_t_defined.
22439         [__FreeBSD__]: Likewise.
22440
22441 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
22442
22443         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
22444         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
22445         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
22446         (strchr): Remove __strchr_sse42 ifunc selection.
22447         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
22448         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
22449
22450 2013-09-11  Will Newton  <will.newton@linaro.org>
22451
22452         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
22453         parameter to RES. Remove hardcoded 1000 value.
22454         * benchtests/bench-skeleton.c (main): Pass RES parameter
22455         to TIMING_INIT and multiply result by 1000.
22456
22457 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22458
22459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22460
22461 2013-09-11  Andreas Schwab  <schwab@suse.de>
22462
22463         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
22464         if not defined.
22465         (O_TMPFILE) [__USE_GNU]: Define.
22466         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
22467         Define.
22468
22469 2013-09-11  Will Newton  <will.newton@linaro.org>
22470
22471         [BZ #15857]
22472         * malloc/malloc.c (__libc_memalign): Check the value of bytes
22473         does not overflow.
22474
22475 2013-09-11  Will Newton  <will.newton@linaro.org>
22476
22477         [BZ #15856]
22478         * malloc/malloc.c (__libc_valloc): Check the value of bytes
22479         does not overflow.
22480
22481 2013-09-11  Will Newton  <will.newton@linaro.org>
22482
22483         [BZ #15855]
22484         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
22485         does not overflow.
22486
22487 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
22488
22489         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
22490         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22491         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22492         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22493         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22494
22495 2013-09-10  Allan McRae  <allan@archlinux.org>
22496
22497         [BZ #15748]
22498         * manual/arith.texi (Parsing of Floats): Clarify
22499         cross-reference.
22500
22501         [BZ #15849]
22502         * manual/install.texi (Running make install): Mention
22503         --enable-pt-chown.
22504         * INSTALL: Regenerated.
22505
22506 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
22507
22508         * csu/init-first.c (_init): Remove the !SHARED condition around
22509         FPU control word initialization.
22510         * elf/dl-support.c (_dl_fpu_control): New variable.
22511         (_dl_aux_init) <AT_FPUCW>: Initialize it.
22512         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
22513         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
22514         * math/test-fpucw-static.c: New file.
22515         * math/test-fpucw-ieee.c: New file.
22516         * math/test-fpucw-ieee-static.c: New file.
22517         * math/Makefile (tests): Add `test-fpucw-ieee' and
22518         `$(tests-static)'.
22519         (tests-static): New variable.
22520         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
22521         dependency to...
22522         [($(build-shared),yes)]
22523         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
22524         ... this.
22525         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
22526         New dependency.
22527
22528 2013-09-09  Allan McRae  <allan@archlinux.org>
22529
22530         [BZ #15939]
22531         * manual/string.texi (Collation Functions): Fix typo in
22532         strcoll example.
22533         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
22534
22535         [BZ #15893]
22536         * stdlib/isomac.c (get_null_defines): Fix memory leak.
22537
22538         [BZ #15892]
22539         * libio/memstream.c (open_memstream): Fix memory leak.
22540         * libio/wmemstream.c (open_wmemstream): Likewise.
22541
22542         [BZ #15895]
22543         * nscd/netgroupcache.c: Fix nesting of ifdefs.
22544
22545 2013-09-09  Will Newton  <will.newton@linaro.org>
22546
22547         * malloc/Makefile: Add tst-realloc to tests.
22548         * malloc/tst-realloc.c: New file.
22549
22550 2013-09-09  Allan McRae  <allan@archlinux.org>
22551
22552         [BZ #15844]
22553         * COPYING: Update from GNU website to fix FSF address.
22554         * COPYING.LIB: Likewise.
22555
22556 2013-09-06  David S. Miller  <davem@davemloft.net>
22557
22558         * po/zh_TW.po: Update Chinese (traditional) translation from
22559         translation project.
22560
22561 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
22562             Joseph Myers  <joseph@codesourcery.com>
22563
22564         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
22565         "localeinfo.h".
22566         (obstack_chunk_alloc): New macro.
22567         (obstack_chunk_free): Likewise.
22568         (record_offset): New function.
22569         (init_locale_data): Likewise.
22570         (align_locale_data): Likewise.
22571         (add_locale_empty): Likewise.
22572         (add_locale_raw_data): Likewise.
22573         (add_locale_raw_obstack): Likewise.
22574         (add_locale_string): Likewise.
22575         (add_locale_wstring): Likewise.
22576         (add_locale_uint32): Likewise.
22577         (add_locale_uint32_array): Likewise.
22578         (add_locale_char): Likewise.
22579         (start_locale_structure): Likewise.
22580         (end_locale_structure): Likewise.
22581         (start_locale_prelude): Likewise.
22582         (end_locale_prelude): Likewise.
22583         (write_locale_data): Take locale_file structure rather than an
22584         iovec.
22585         * locale/programs/locfile.h: Include "obstack.h".
22586         (struct locale_file): Change to store locale file contents instead
22587         of header.
22588         (init_locale_data): New prototype.
22589         (align_locale_data): Likewise.
22590         (add_locale_empty): Likewise.
22591         (add_locale_raw_data): Likewise.
22592         (add_locale_raw_obstack): Likewise.
22593         (add_locale_string): Likewise.
22594         (add_locale_wstring): Likewise.
22595         (add_locale_uint32): Likewise.
22596         (add_locale_uint32_array): Likewise.
22597         (add_locale_char): Likewise.
22598         (start_locale_structure): Likewise.
22599         (end_locale_structure): Likewise.
22600         (start_locale_prelude): Likewise.
22601         (end_locale_prelude): Likewise.
22602         (write_locale_data): Update prototype.
22603         * locale/programs/3level.h (struct TABLE): Remove result field.
22604         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
22605         Use new locale_file interface.
22606         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
22607         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
22608         * locale/programs/ld-address.c (address_output): Use new
22609         locale_file interface.
22610         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
22611         NO_ADD_LOCALE.
22612         (collate_finish): Don't call collseq_table_finalize.
22613         (collate_output): Use new locale_file interface.
22614         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
22615         in file.
22616         (NO_FINALIZE): Change to NO_ADD_LOCALE.
22617         (TABLE): Move defines earlier in file.
22618         (ELEMENT): Likewise.
22619         (DEFAULT): Likewise.
22620         (wctrans_table_add): Move macro and inline function earlier in
22621         file.
22622         (struct wctype_table): Move type earlier in file.
22623         (add_locale_wctype_table): New static prototype.
22624         (struct locale_ctype_t): Use logical types instead of struct iovec
22625         pointers for members.
22626         (ctype_output): Use new locale_file interface.
22627         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
22628         new locale_file interface.
22629         (allocate_arrays): Update for use of new locale_file interface.
22630         * locale/programs/ld-identification.c (identification_output): Use
22631         new locale_file interface.
22632         * locale/programs/ld-measurement.c (measurement_output): Likewise.
22633         * locale/programs/ld-messages.c (messages_output): Likewise.
22634         * locale/programs/ld-monetary.c (monetary_output): Likewise.
22635         * locale/programs/ld-name.c (name_output): Likewise.
22636         * locale/programs/ld-numeric.c (numeric_output): Likewise.
22637         * locale/programs/ld-paper.c (paper_output): Likewise.
22638         * locale/programs/ld-telephone.c (telephone_output): Likewise.
22639         * locale/programs/ld-time.c (time_output): Likewise.
22640
22641 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22642
22643         * benchtests/Makefile: Add memrchr benchmark.
22644         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
22645         benchmark as memrchr.
22646         * benchtests/bench-memrchr-ifunc.c: New file.
22647         * benchtests/bench-memrchr.c: New file.
22648
22649 2013-09-06   Will Newton  <will.newton@linaro.org>
22650
22651         * benchtests/Makefile (string-bench): Add memcpy.
22652
22653 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
22654             Cong Wang  <amwang@redhat.com>
22655
22656         [BZ #15850]
22657         * sysdeps/unix/sysv/linux/bits/in.h
22658         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
22659         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
22660         before __USE_KERNEL_IPV6_DEFS uses.
22661         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
22662         IPPROTO_BEETPH.
22663         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
22664         sockaddr_in6, or ipv6_mreq.
22665
22666 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22667
22668         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
22669         memory access for final bytes in some large inputs.
22670         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
22671
22672 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22673
22674         * string/test-memrchr.c: New file.
22675         * string/test-memrchr-ifunc.c: New file.
22676         * string/Makefile: Add new memrchr testcase.
22677
22678 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
22679
22680         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
22681         fanotify_init returns EPERM.
22682
22683 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22684
22685         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
22686         errors.
22687         (top level): Treat second token from macro or constant entries for
22688         allowed headers as allowed.
22689         * include/complex.h: Condition internal declarations on
22690         [!_ISOMAC].
22691         * include/fenv.h: Condition include of <stdbool.h> and internal
22692         declarations on [!_ISOMAC].
22693
22694 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
22695
22696         [BZ #15923]
22697         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
22698
22699 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22700
22701         * configure.in (--enable-versioning): Remove configure option.
22702         (libc_cv_asm_symver_directive): Remove configure test.
22703         (libc_cv_ld_version_script_option): Likewise.
22704         (VERSIONING): Remove variable and AC_SUBST.
22705         (DO_VERSIONING): Remove AC_DEFINE.
22706         * configure: Regenerated.
22707         * config.h.in (DO_VERSIONING): Remove macro.
22708         * Makerules [$(versioning) = yes]: Change conditionals to
22709         [$(build-shared) = yes].
22710         * config.make.in (versioning): Remove variable.
22711         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
22712         [$(build-shared) = yes].
22713         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
22714         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
22715         * elf/Makefile [$(versioning) = yes]: Change conditionals to
22716         [$(build-shared) = yes].
22717         * extra-lib.mk [$(versioning) = yes]: Likewise.
22718         * hurd/Makefile [$(versioning) = yes]: Likewise.
22719         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
22720         [SHARED].
22721         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
22722         [SHARED].
22723         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22724         [SHARED && !NO_HIDDEN].
22725         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
22726         [SHARED].
22727         [SHARED && DO_VERSIONING]: Likewise..
22728         * libio/Makefile [$(versioning) = yes]: Change conditionals to
22729         [$(build-shared) = yes].
22730         * manual/install.texi (--disable-versioning): Remove
22731         documentation.
22732         * INSTALL: Regenerated.
22733         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
22734         to [SHARED].
22735         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
22736         [$(build-shared) = yes].
22737         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22738         * sysdeps/i386/i686/multiarch/strstr-c.c
22739         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22740         [SHARED && !NO_HIDDEN].
22741         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22742         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22743         * sysdeps/powerpc/powerpc32/dl-machine.c
22744         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22745         * sysdeps/powerpc/powerpc32/sysdep.h
22746         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22747         to [SHARED && PIC && !NO_HIDDEN].
22748         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22749         conditional to [SHARED].
22750
22751 2013-09-04   Will Newton  <will.newton@linaro.org>
22752
22753         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22754         * benchtests/bench-string.h: Include bench-timing.h instead
22755         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22756         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22757         call to HP_TIMING_DIFF_INIT.
22758         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22759         instead of hp-timing.h macros.
22760         * benchtests/bench-memchr.c: Likewise.
22761         * benchtests/bench-memcmp.c: Likewise.
22762         * benchtests/bench-memcpy.c: Likewise.
22763         * benchtests/bench-memmem.c: Likewise.
22764         * benchtests/bench-memmove.c: Likewise.
22765         * benchtests/bench-memset.c: Likewise.
22766         * benchtests/bench-rawmemchr.c: Likewise.
22767         * benchtests/bench-strcasecmp.c: Likewise.
22768         * benchtests/bench-strcasestr.c: Likewise.
22769         * benchtests/bench-strcat.c: Likewise.
22770         * benchtests/bench-strchr.c: Likewise.
22771         * benchtests/bench-strcmp.c: Likewise.
22772         * benchtests/bench-strcpy.c: Likewise.
22773         * benchtests/bench-strcpy_chk.c: Likewise.
22774         * benchtests/bench-strlen.c: Likewise.
22775         * benchtests/bench-strncasecmp.c: Likewise.
22776         * benchtests/bench-strncat.c: Likewise.
22777         * benchtests/bench-strncmp.c: Likewise.
22778         * benchtests/bench-strncpy.c: Likewise.
22779         * benchtests/bench-strnlen.c: Likewise.
22780         * benchtests/bench-strpbrk.c: Likewise.
22781         * benchtests/bench-strrchr.c: Likewise.
22782         * benchtests/bench-strspn.c: Likewise.
22783         * benchtests/bench-strstr.c: Likewise.
22784
22785 2013-09-04  Will Newton  <will.newton@linaro.org>
22786
22787         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22788
22789 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22790
22791         [BZ #15427]
22792         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22793         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22794         * math/libm-test.inc (lgamma_test_data): Add more tests.
22795         * sysdeps/i386/fpu/libm-test-ulps: Update.
22796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22797
22798 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22799
22800         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22801         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22802         Add ifunc.
22803         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22804         Add strcmp-sse2-unaligned
22805         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22806
22807 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22808
22809         * Versions.def (libc): Add GLIBC_2.19.
22810
22811 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22812
22813         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22814         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22815
22816 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22817
22818         [BZ #14155]
22819         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22820         intermediate calculations in recurrence.
22821         (__ieee754_ynf): Likewise.
22822         * math/libm-test.inc (jn_test_data): Do not allow spurious
22823         underflow exception.  Add more tests.
22824         (yn_test_data): Add more tests.
22825         * sysdeps/i386/fpu/libm-test-ulps: Update.
22826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22827
22828 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22829
22830         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22831
22832 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22833
22834         * csu/init-first.c: Fix then/than typos.
22835         * locale/programs/ld-collate.c: Likewise.
22836         * locale/programs/linereader.h: Likewise.
22837         * manual/charset.texi: Likewise.
22838         * manual/filesys.texi: Likewise.
22839         * manual/stdio.texi: Likewise.
22840         * manual/string.texi: Likewise.
22841         * stdlib/fmtmsg.c: Likewise.
22842         * sysdeps/i386/stpncpy.S: Likewise.
22843         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22844         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22845         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22846         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22847
22848 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22849
22850         * elf/dl-open.c: Fix typos.
22851         * iconvdata/gbbig5.c: Likewise.
22852         * iconvdata/iso-2022-jp.c: Likewise.
22853         * iconv/gconv_int.h: Likewise.
22854         * iconv/loop.c: Likewise.
22855         * nis/rpcsvc/nis.h: Likewise.
22856         * resolv/ns_name.c: Likewise.
22857         * stdio-common/vfscanf.c: Likewise.
22858         * streams/stropts.h: Likewise.
22859         * sunrpc/rpc_thread.c: Likewise.
22860         * sysdeps/i386/strpbrk.S: Likewise.
22861         * sysdeps/ieee754/k_standard.c: Likewise.
22862         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22863         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22864         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22865         * sysdeps/mach/hurd/profil.c: Likewise.
22866         * sysdeps/s390/dl-procinfo.h: Likewise.
22867         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22868         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22869         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22870         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22871         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22872
22873 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22874
22875         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22876         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22877
22878 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22879
22880         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22881         aix specific files.
22882         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22883         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22884         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22885         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22886         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22887         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22888         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22889         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22890
22891 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22892             Roland McGrath  <roland@hack.frob.com>
22893
22894         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22895         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22896
22897 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22898
22899         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22900         __executable_start symbol instead of _start.
22901
22902 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22903
22904         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22905         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22906         Move macros to...
22907         * sysdeps/gnu/ldsodefs.h: ... this new file.
22908
22909         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22910         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22911         instead of ELFOSABI_LINUX.
22912
22913         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22914         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22915         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22916         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22917         Likewise.
22918         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22919         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22920         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22921         Likewise.
22922         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22923         (ibm_extended_long_double): Add ieee_nan member.
22924         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22925         (do_test): New function.
22926
22927         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22928         TEST_TRUNC.
22929         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22930         functions, renamed from truncdfsf_test, trunctfsf_test,
22931         trunctfdf_test.
22932         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22933         functions.
22934         (do_test): Run all these.
22935
22936 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22937
22938         * argp/argp-help.c: Fix typos.
22939         * argp/argp-parse.c: Likewise.
22940         * debug/backtracesyms.c: Likewise.
22941         * elf/elf.h: Likewise.
22942         * malloc/malloc.c: Likewise.
22943         * nis/nis_print.c: Likewise.
22944         * resolv/res_comp.c: Likewise.
22945         * stdlib/stdlib.h: Likewise.
22946         * sunrpc/clnt_tcp.c: Likewise.
22947         * sunrpc/clnt_udp.c: Likewise.
22948         * sunrpc/clnt_unix.c: Likewise.
22949         * sysdeps/unix/bsd/ptsname.c: Likewise.
22950         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22951         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22953         Likewise.
22954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22955         Likewise.
22956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22957         Likewise.
22958         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22959
22960 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22961
22962         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22963         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22964
22965 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22966
22967         [BZ #15897]
22968         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22969         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22970         ($(objpfx)bug-dl-leaf): New rule.
22971         ($(objpfx)bug-dl-leaf.so): Likewise.
22972         ($(objpfx)bug-dl-leaf.out): Likewise.
22973         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22974         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22975         * dlfcn/bug-dl-leaf.c: New test.
22976         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22977         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22978         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22979         (dlclose): Likewise.
22980         (dlmopen): Likewise.
22981
22982 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22983
22984         * include/netdb.h [!_ISOMAC]:
22985         Don't include <tls.h>.
22986         (h_errno, __libc_h_errno): Move declaration and macros out of
22987         [_LIBC_REENTRANT].
22988
22989         * include/resolv.h [_RESOLV_H_]:
22990         Don't include <tls.h>.
22991         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22992         * resolv/res_libc.c: Don't include <tls.h>.
22993         (_res): Use __attribute__ ((nocommon)) in place of
22994         __attribute__ ((section (".bss"))).
22995
22996         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22997         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22998
22999         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23000
23001         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23002         only under [SIOCGIFCONF && SIOCGIFNETMASK].
23003
23004         * resolv/res_mkquery.c: Include <sys/time.h>.
23005
23006         * inet/ifreq.c: Moved to ...
23007         * sysdeps/unix/ifreq.c: ... here.
23008         * inet/ifreq.c: New file, true stub version.
23009
23010         * socket/sa_len.c: New file.
23011         * socket/Makefile (aux): Add it.
23012         * sysdeps/unix/sysv/linux/Makefile
23013         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23014         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23015         and #include <socket/sa_len.c>.
23016         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23017         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23018
23019         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23020         * bits/socket.h: ... here.
23021
23022         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23023         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23024         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23025
23026 2013-08-27  Andreas Schwab  <schwab@suse.de>
23027
23028         [BZ #15736]
23029         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23030         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23031         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23032         * string/test-strcasecmp.c (test_main): Run tests in several
23033         locales.
23034         * string/test-strncasecmp.c (test_main): Likewise.
23035
23036         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23037         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23038         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23039         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23040         (__strncasecmp_ssse3) [PIC]: Likewise.
23041
23042 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23043
23044         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23045
23046         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23047         instead of explicitly declaring xdecrypt.
23048         * nis/nss_nis/nis-publickey.c: Likewise.
23049
23050 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23051
23052         [BZ #15890]
23053         * nscd/aicache.c: Include res_hconf.h.
23054         (addhstaiX): Initialize res_hconf.
23055
23056 2013-08-26  Andreas Schwab  <schwab@suse.de>
23057
23058         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23059         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23060
23061 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23062
23063         * nscd/aicache.c (addhstaiX): Fix indentation.
23064
23065 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23066
23067         * configure.ac: Quote $build_pt_chown test.
23068         * configure: Regenerated.
23069
23070 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23071
23072         [BZ #15532]
23073         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23074         * math/s_cexpf.c (__cexpf): Likewise.
23075         * math/s_cexpl.c (__cexpl): Likewise.
23076         * math/libm-test.inc (cexp_test_data): Correct expected return
23077         value for NaN + i0.  Add another test.
23078
23079 2013-08-22  David S. Miller  <davem@davemloft.net>
23080
23081         * po/ca.po: Update Catalan translation from translation project.
23082         * po/uk.po: Add Ukrainian translations from translation project.
23083
23084 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23085
23086         [BZ #15797]
23087         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23088         is infinite, not alongside NaN test.
23089         * math/s_fdimf.c (__fdimf): Likewise.
23090         * math/s_fdiml.c (__fdiml): Likewise.
23091         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23092         errno is unchanged.
23093
23094 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23095
23096         * argp/argp-help.c: Fix typos.
23097         * crypt/speeds.c: Likewise.
23098         * csu/check_fds.c: Likewise.
23099         * elf/dl-load.c: Likewise.
23100         * elf/dl-open.c: Likewise.
23101         * elf/reldep3.c: Likewise.
23102         * elf/reldep.c: Likewise.
23103         * elf/sprof.c: Likewise.
23104         * iconv/iconv_charmap.c: Likewise.
23105         * iconv/skeleton.c: Likewise.
23106         * iconv/strtab.c: Likewise.
23107         * io/lockf64.c: Likewise.
23108         * libio/libioP.h: Likewise.
23109         * resolv/gai_notify.c: Likewise.
23110         * resolv/ns_name.c: Likewise.
23111         * resolv/ns_samedomain.c: Likewise.
23112         * resolv/res_send.c: Likewise.
23113         * stdlib/random.c: Likewise.
23114         * sunrpc/rpc/xdr.h: Likewise.
23115         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23116         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23117         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23118         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23119         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23120         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23121         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23122         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23123         * sysdeps/mach/hurd/check_fds.c: Likewise.
23124         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23125         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23126         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23127         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23128         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23129         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23130         * sysdeps/pthread/aio_notify.c: Likewise.
23131         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23132         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23133         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23134         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23135         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23136
23137 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23138
23139         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23140         version if bit_Slow_SSE4_2 is set.
23141         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23142         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23143
23144 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23145
23146         [BZ #15867]
23147         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23148         trampoline stack frame information.
23149         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23150         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23151         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23152         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23153         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23154         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23155         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23156         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23157         sa_flags value.
23158         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23159         interrupting a syscall and set with option SA_SIGINFO.
23160
23161 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23162
23163         [BZ #15531]
23164         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23165         argument is infinite.
23166         * math/s_cprojf.c (__cprojf): Likewise.
23167         * math/s_cprojl.c (__cprojl): Likewise.
23168         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23169         * math/libm-test.inc (cproj_test_data): Add more tests.
23170
23171         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23172
23173         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23174         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23175         size.  Use __ffs to determine corresponding shift.
23176
23177 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23178             Roland McGrath  <roland@hack.frob.com>
23179
23180         * Makefile (INSTALL): Remove trailing blank lines from output of
23181         makeinfo.
23182
23183 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23184
23185         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23186         Align 32 bit compat elf_greg to 8 bytes.
23187
23188 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23189
23190         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23191
23192 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23193
23194         * string/strcoll_l.c (coll_seq): New structure.
23195         (get_next_seq_cached): New function.
23196         (get_next_seq): New function.
23197         (do_compare): New function.
23198         (STRCOLL): Use GNU style definition.  Simplify implementation
23199         by using get_next_seq, get_next_seq_cached and do_compare.
23200
23201 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23202
23203         [BZ #14699]
23204         CVE-2013-4237
23205         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23206         member.
23207         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23208         member.
23209         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
23210         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
23211         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
23212         conditional.
23213         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
23214         GETDENTS_64BIT_ALIGNED.
23215         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
23216         * manual/filesys.texi (Reading/Closing Directory): Document
23217         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
23218         strongly.
23219         * manual/conf.texi (Limits for Files): Add portability note to
23220         NAME_MAX, PATH_MAX.
23221         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
23222
23223 2013-08-13  Andreas Schwab  <schwab@suse.de>
23224
23225         [BZ #15749]
23226         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
23227         of fabs.
23228         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
23229         LDBL_MAX_EXP >= 16384]: Add tests for it.
23230
23231 2013-08-12  David S. Miller  <davem@davemloft.net>
23232
23233         * version.h (RELEASE): Set to "development".
23234         (VERSION): Set to "2.18.90".
23235         * NEWS: Add 2.19 section.
23236
23237 2013-08-03  David S. Miller  <davem@davemloft.net>
23238
23239         * po/ko.po: Update Korean translation from translation project.
23240
23241 2013-08-01  David S. Miller  <davem@davemloft.net>
23242
23243         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
23244         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
23245         Bilka.
23246
23247 2013-07-30  David S. Miller  <davem@davemloft.net>
23248
23249         * po/fr.po: Update French translation from translation project.
23250
23251 2013-07-28  David S. Miller  <davem@davemloft.net>
23252
23253         * po/cs.po: Update Czech translation from translation project.
23254
23255         * po/sv.po: Update Swedish translation from translation project.
23256
23257 2013-07-27  David S. Miller  <davem@davemloft.net>
23258
23259         * po/eo.po: Update Esperanto translation from translation project.
23260
23261         * po/vi.po: Update Vietnamese translation from translation project.
23262
23263         * po/de.po: Update German translation from translation project.
23264
23265 2013-07-26  David S. Miller  <davem@davemloft.net>
23266
23267         * po/bg.po: Update Bulgarian translation from translation project.
23268
23269         * po/nl.po: Update Dutch translation from translation project.
23270         * po/pl.po: Update Polish translation from translation project.
23271         * po/ru.po: Update Russian translation from translation project.
23272
23273 2013-07-24  David S. Miller  <davem@davemloft.net>
23274
23275         * po/libc.pot: Update.
23276
23277 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23278
23279         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
23280         variable page size.
23281         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
23282         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
23283         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
23284
23285 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23286
23287         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
23288
23289 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23290             Andreas Schwab  <schwab@suse.de>
23291             Roland McGrath  <roland@hack.frob.com>
23292             Joseph Myers  <joseph@codesourcery.com>
23293             Carlos O'Donell  <carlos@redhat.com>
23294
23295         [BZ #15755]
23296         * config.h.in: Define HAVE_PT_CHOWN.
23297         * config.make.in (build-pt-chown): New variable.
23298         * configure.in (--enable-pt_chown): New configure option.
23299         * configure: Regenerate.
23300         * login/Makefile: Include Makeconfig.  Build pt_chown only if
23301         build-pt-chown is enabled.
23302         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
23303         pt_chown to fix pty ownership.
23304         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
23305         CLOSE_ALL_FDS.
23306         * manual/install.texi (Configuring and compiling): Mention
23307         --enable-pt_chown. Add @findex for grantpt.
23308         * INSTALL: Regenerate.
23309
23310 2013-07-20  David S. Miller  <davem@davemloft.net>
23311
23312         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
23313         difference between 32-bit and 64-bit.
23314
23315 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
23316
23317         [BZ #15711]
23318         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
23319         Avoid system header dependency with -ffreestanding.
23320         ($(objpfx)bits/syscall%d): Likewise.
23321
23322 2013-07-13  David S. Miller  <davem@davemloft.net>
23323
23324         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
23325         underflows from atanl/atan2l due to bug 15319.
23326         (casinh_test_data): Likewise.
23327
23328 2013-07-07  David S. Miller  <davem@davemloft.net>
23329
23330         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
23331
23332 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
23333
23334         * sysdeps/i386/fpu/libm-test-ulps: Update.
23335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23336
23337 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23338
23339         * configure.in (--enable-lock-elision): Fix message text.
23340         * INSTALL: Regenerate.
23341         * configure: Regenerate.
23342
23343 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23344
23345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23346
23347 2013-07-03  Andreas Jaeger  <aj@suse.de>
23348
23349         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
23350         define.
23351         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
23352         (ptrace_peeksiginfo_args): Add.
23353         (__ptrace_peeksiginfo_flags): Add.
23354         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
23355         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
23356         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
23357
23358 2013-07-03  Allan McRae  <allan@archlinux.org>
23359
23360         * sysdeps/i386/fpu/libm-test-ulps: Update.
23361
23362 2013-07-02  David S. Miller  <davem@davemloft.net>
23363
23364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23365
23366 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
23367
23368         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23369
23370 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
23371
23372         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
23373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23374
23375 2013-07-02  Andi Kleen <ak@linux.intel.com>
23376
23377         * config.h.in (ENABLE_LOCK_ELISION): Add.
23378         * configure.in (--enable-lock-elision): Add option.
23379         * manual/install.texi: Document --enable lock elision.
23380         * configure: Regenerate
23381         * INSTALL: Regenerate.
23382
23383 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
23384
23385         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
23386         SSE4.2 strcasecmp for libc.a.
23387         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
23388
23389 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
23390
23391         [BZ #13304]
23392         * soft-fp/op-common.h (_FP_FMA): New macro.
23393         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
23394         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
23395         (_FP_MUL_MEAT_1_imm): ... here.
23396         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
23397         (_FP_MUL_MEAT_1_wide): ... here.
23398         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
23399         (_FP_MUL_MEAT_1_hard): ... here.
23400         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
23401         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
23402         (_FP_MUL_MEAT_2_wide): ... here.
23403         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
23404         (_FP_MUL_MEAT_2_wide_3mul): ... here.
23405         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
23406         (_FP_MUL_MEAT_2_gmp): ... here.
23407         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
23408         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
23409         (_FP_MUL_MEAT_4_wide): ... here.
23410         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
23411         (_FP_MUL_MEAT_4_gmp): ... here.
23412         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
23413         (_FP_WFRACBITS_DW_S): Likewise.
23414         (_FP_WFRACXBITS_DW_S): Likewise.
23415         (_FP_HIGHBIT_DW_S): Likewise.
23416         (FP_FMA_S): Likewise.
23417         (_FP_FRAC_HIGH_DW_S): Likewise.
23418         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
23419         (_FP_WFRACBITS_DW_D): Likewise.
23420         (_FP_WFRACXBITS_DW_D): Likewise.
23421         (_FP_HIGHBIT_DW_D): Likewise.
23422         (FP_FMA_D): Likewise.
23423         (_FP_FRAC_HIGH_DW_D): Likewise.
23424         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
23425         (_FP_WFRACBITS_DW_E): Likewise.
23426         (_FP_WFRACXBITS_DW_E): Likewise.
23427         (_FP_HIGHBIT_DW_E): Likewise.
23428         (FP_FMA_E): Likewise.
23429         (_FP_FRAC_HIGH_DW_E): Likewise.
23430         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
23431         (_FP_WFRACBITS_DW_Q): Likewise.
23432         (_FP_WFRACXBITS_DW_Q): Likewise.
23433         (_FP_HIGHBIT_DW_Q): Likewise.
23434         (FP_FMA_Q): Likewise.
23435         (_FP_FRAC_HIGH_DW_Q): Likewise.
23436         * soft-fp/fmasf4.c: New file.
23437         * soft-fp/fmadf4.c: Likewise.
23438         * soft-fp/fmatf4.c: Likewise.
23439
23440 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23441
23442         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
23443         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
23444         Silvermont.
23445         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
23446         macro.
23447         (index_Slow_SSE4_2): Likewise.
23448         (index_Prefer_PMINUB_for_stringop): Likewise.
23449         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
23450         bit_Slow_SSE4_2 is set.
23451         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
23452         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23453
23454 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23455
23456         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
23457         rtld_global._dl_hwcap2.
23458         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
23459         POWER8.
23460         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
23461         POWER8 feature descriptions defined in _dl_hwcap2.
23462         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
23463         string handling for POWER8 feature bits.
23464         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
23465         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
23466         _dl_powerpc_cap_flags.
23467         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
23468         * sysdeps/powerpc/rtld-global-offsets.sym
23469         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
23470         _dl_hwcap2 in the rtld_global_ro structure.
23471
23472 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23473
23474         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
23475         hardware capabilities in support of AT_HWCAP2.
23476         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
23477         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
23478         GLRO(dl_hwcap2).
23479         (_dl_show_auxv): Add support for calling _dl_procinfo to display
23480         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
23481         explicitly the unknown a_type display mechanism is used.
23482         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
23483         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
23484         struct member.
23485         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
23486         to macro prototype for AT_HWCAP2 support.
23487         * sysdeps/i386/dl-procinfo.h: Likewise.
23488         * sysdeps/s390/dl-procinfo.h: Likewise.
23489         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
23490         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
23491         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
23492         return -1 for unknown a_type display fallback.
23493         * sysdeps/sparc/dl-procinfo.h: Likewise.
23494         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
23495         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
23496
23497 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
23498
23499         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
23500         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
23501
23502 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
23503
23504         [BZ #12492]
23505         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
23506         mprotect making __stack_prot writable.
23507
23508 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
23509             Joseph Myers  <joseph@codesourcery.com>
23510
23511         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
23512         as being properly aligned.
23513
23514 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
23515
23516         * dlfcn/modstatic5.c: New file.
23517         * dlfcn/tststatic5.c: New file.
23518         * dlfcn/Makefile (tests): Add tststatic5.
23519         (tests-static): Likewise.
23520         (modules-names): Add modstatic5.
23521         (tststatic5-ENV): New variable.
23522         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
23523
23524         [BZ #15022]
23525         * elf/dl-support.c (_dl_main_map): New variable.
23526         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
23527         (_dl_nns, _dl_load_adds): Set to 1.
23528         (_dl_initial_searchlist): Refer to _dl_main_map.
23529         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
23530         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
23531         call to _dl_get_origin.
23532         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
23533         around call_map.
23534         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
23535         * dlfcn/modstatic3.c: New file.
23536         * dlfcn/tststatic3.c: New file.
23537         * dlfcn/tststatic4.c: New file.
23538         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
23539         (tests-static): Likewise.
23540         (modules-names): Add modstatic3.
23541         (tststatic3-ENV, tststatic4-ENV): New variables.
23542         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
23543         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
23544
23545 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
23546
23547         * configure.in (CC): Require GCC version 4.4 or later.
23548         * configure: Regenerated.
23549         * manual/install.texi (Tools for Compilation): Update GCC version
23550         requirement.
23551         * INSTALL: Regenerated.
23552
23553 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23554
23555         [BZ #15674]
23556         * string/test-memcmp.c (check2): New.
23557         (main): Call check2.
23558
23559         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
23560
23561 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
23562
23563         [BZ #15022]
23564         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
23565         over to...
23566         (dl_open_worker) [!SHARED]: ... here.
23567
23568 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23569
23570         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
23571
23572 2013-06-25  Richard Henderson  <rth@redhat.com>
23573
23574         * locale/programs/locarchive.c: Include <libc-internal.h>
23575
23576 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
23577
23578         * manual/texinfo.tex: Update to version 2013-06-21.17, with
23579         trailing whitespace removed.
23580
23581 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23582
23583         [BZ #10283]
23584         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
23585         * locale/programs/locarchive.c: Include libc-mmap.h.
23586         (prepare_address_space): Take two new outputs (the mmap base and len).
23587         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
23588         values.
23589         (create_archive): Declare new mmap base and len values for
23590         prepare_address_space, and store the result in ah.
23591         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
23592         (enlarge_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         Declare new mmap base and len values for
23595         prepare_address_space, and store the result in new_ah.
23596         (open_archive): Declare new mmap base and len values for
23597         prepare_address_space, and store the result in ah.
23598         (close_archive): If ah->mmap_base is not NULL, use that and
23599         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23600         * sysdeps/generic/libc-mmap.h: New file.
23601
23602 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23603
23604         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
23605         (ALIGN_UP): Likewise.
23606         (PTR_ALIGN_DOWN): Likewise.
23607         (PTR_ALIGN_UP): Likewise.
23608
23609 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23610
23611         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
23612         entry mapped to PPC_PLATFORM_POWER8.
23613         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
23614         POWER8.
23615         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
23616         (_dl_string_platform): Add case for exporting platform position for
23617         POWER8.
23618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
23619         search path to sysdeps/powerpc/powerpc32/power8 directory.
23620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
23621         search path to sysdeps/powerpc/powerpc64/power8 directory.
23622         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
23623         power7 directories.
23624         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
23625         power7 directories.
23626
23627 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23628
23629         * INSTALL: Regenerate.
23630
23631         * nscd/connections.c (nscd_init): Fix comment.
23632
23633 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
23634
23635         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
23636
23637         [BZ #15667]
23638         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
23639         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
23640
23641 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23642
23643         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
23644         DL_DST_REQ_STATIC.
23645         (DL_DST_REQ_STATIC): Remove macro.
23646
23647 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
23648
23649         [BZ #7006]
23650         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
23651         with a shift of 0 bits.
23652
23653 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23654
23655         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
23656         $(tststatic-ENV).
23657
23658 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23659
23660         [BZ #15655]
23661         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
23662
23663 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23664
23665         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
23666         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
23667         accepts -fno-tree-loop-distribute-patterns.
23668         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
23669         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
23670         recursive call.
23671         * string/memset.c (memset): Likewise.
23672         * string/test-memmove.c (simple_memmove): Disable loop transformation
23673         to library calls.
23674         * string/test-memset.c (simple_memset): Likewise.
23675         * benchtests/bench-memmove.c (simple_memmove): Likewise.
23676         * benchtests/bench-memset.c (simple_memset): Likewise.
23677         * configure: Regenerated.
23678
23679 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
23680
23681         * math/test-misc.c (main): Ignore fesetround failure when failures
23682         of subsequent rounding tests would be ignored.
23683
23684         [BZ #15654]
23685         * math/fedisblxcpt.c (fedisableexcept): Return 0.
23686         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
23687         * math/fegetenv.c (__fegetenv): Return 0.
23688         * math/fegetexcept.c (fegetexcept): Return 0.
23689         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
23690         FE_TONEAREST.
23691         * math/feholdexcpt.c (feholdexcept): Return 0.
23692         * math/fesetenv.c (__fesetenv): Return 0.
23693         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
23694         argument FE_TONEAREST.
23695         * math/feupdateenv.c (__feupdateenv): Return 0.
23696         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
23697
23698 2013-06-18  Roland McGrath  <roland@hack.frob.com>
23699
23700         * elf/rtld-Rules (rtld-compile-command.S): New variable.
23701         (rtld-compile-command.s, rtld-compile-command.c): New variables.
23702         ($(objpfx)rtld-%.os rules): Use them.
23703
23704 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23705
23706         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
23707         fields.
23708
23709 2013-06-17  Roland McGrath  <roland@hack.frob.com>
23710
23711         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
23712         length of target pattern, then descending length of dependency pattern.
23713         * configure.in (AWK): Require gawk 3.1.2 or newer.
23714         * manual/install.texi (Tools for Compilation): Say that we do.
23715         * configure: Regenerated.
23716
23717         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
23718         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
23719         * scripts/sysd-rules.awk: ... this new script.
23720         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
23721         than a glob-style pattern.
23722
23723 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
23724
23725         * math/test-misc.c (main): Do not treat incorrectly rounded
23726         conversions as failure unless ROUNDING_TESTS passes.
23727
23728 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
23729
23730         [BZ #15631]
23731         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
23732         restore exception state around main square root computation, then
23733         check for inexactness explicitly.
23734
23735         * math/libm-test.inc (fma_test_data): Add another test.
23736
23737 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23738
23739         * manual/threads.texi (Non-POSIX Extensions): New document
23740         node.  Document pthread_getattr_default_np and
23741         pthread_setattr_default_np.
23742
23743         * Versions.def (libpthread): Add GLIBC_2.18.
23744         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23746         Likewise.
23747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23748         Likewise.
23749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23750         Likewise.
23751         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23752         Likewise.
23753         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23754         Likewise.
23755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23756         Likewise.
23757         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23758         Likewise.
23759         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23760         Likewise.
23761         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23762         Likewise.
23763
23764 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23765
23766         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23767         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23768
23769 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23770             H.J. Lu  <hjl.tools@gmail.com>
23771
23772         [BZ #15627]
23773         * sysdeps/x86_64/rtld-memset.c: Remove file.
23774         * sysdeps/x86_64/rtld-memset.S: New file.
23775
23776 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23777
23778         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23779         (test_in_one_mode): Take arguments for whether the rounding mode
23780         is supported for each floating-point type.
23781         (do_test): Pass new arguments to test_in_one_mode using
23782         ROUNDING_TESTS.
23783
23784 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23785
23786         * posix/tst-waitid.c (do_test): Distinguish different instances of
23787         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23788         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23789         before entering the kernel for waitpid.
23790
23791 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23792
23793         * NEWS: Fix note on clock function precision.  Text by Roland
23794         McGrath.
23795
23796 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23797
23798         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23799         it into place only when and if the sanity check passes.
23800
23801 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23802
23803         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23804         output for whether conversion result is exact.  Take argument
23805         indicating whether type is IBM long double.
23806         (round_for_all): Change need_exact field to ibm_ld.
23807         * stdlib/tst-strtod-round.c (struct exactness): New type.
23808         (struct test): Change bool ld_ok field to struct exactness exact.
23809         (TEST): Update all definitions for change to field.
23810         (tests): Regenerate array contents.
23811         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23812         field value.  Check for IBM long double here.
23813         (do_test): Update calls to test_in_one_mode.
23814
23815 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23816
23817         [BZ #12515]
23818         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23819         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23820
23821 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23822
23823         [BZ #15605]
23824         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23825         generated by the compiler on loop optimizations.
23826         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23827         general definitions.
23828
23829 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23830
23831         * math/bug-nextafter.c: Include <math-tests.h>.
23832         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23833         the relevant type.
23834         * math/bug-nexttoward.c: Include <math-tests.h>.
23835         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23836         the relevant type.
23837         * math/test-misc.c: Include <math-tests.h>.
23838         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23839         the relevant type.
23840
23841 2013-06-12  Andreas Jaeger  <aj@suse.de>
23842
23843         * po/ia.po: Update Interlingua translation from translation
23844         project.
23845
23846 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23847
23848         * include/fenv.h: Include stdbool.h.
23849         (struct rm_ctx): New structure.
23850         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23851         Define macro.
23852         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23853         (SET_RESTORE_ROUNDF): Likewise.
23854         (SET_RESTORE_ROUNDL): Likewise.
23855         (SET_RESTORE_ROUND_NOEX): Likewise.
23856         (SET_RESTORE_ROUND_NOEXF): Likewise.
23857         (SET_RESTORE_ROUND_NOEXL): Likewise.
23858         (SET_RESTORE_ROUND_53BIT): Likewise.
23859         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23860         (libc_feresetround_noexf_ctx): Likewise.
23861         (libc_feresetround_noexl_ctx): Likewise.
23862         (libc_feholdsetround_53bit_ctx): Likewise.
23863         (libc_feresetround_53bit_ctx): Likewise.
23864         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23865         (libc_feholdexcept_setround_sse_ctx): New function.
23866         (libc_fesetenv_sse_ctx): Likewise.
23867         (libc_feupdateenv_sse_ctx): Likewise.
23868         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23869         (libc_feholdexcept_setround_387_ctx): Likewise.
23870         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23871         (libc_feholdsetround_387_prec_ctx): Likewise.
23872         (libc_feholdsetround_387_ctx): Likewise.
23873         (libc_feholdsetround_387_53bit_ctx): Likewise.
23874         (libc_feholdsetround_sse_ctx): Likewise.
23875         (libc_feresetround_sse_ctx): Likewise.
23876         (libc_feresetround_387_ctx): Likewise.
23877         (libc_feupdateenv_387_ctx): Likewise.
23878         (libc_feholdexcept_setroundf_ctx): Define macro.
23879         (libc_fesetenvf_ctx): Likewise.
23880         (libc_feupdateenvf_ctx): Likewise.
23881         (libc_feholdsetroundf_ctx): Likewise.
23882         (libc_feresetroundf_ctx): Likewise.
23883         (libc_feholdexcept_setround_ctx): Likewise.
23884         (libc_fesetenv_ctx): Likewise.
23885         (libc_feupdateenv_ctx): Likewise.
23886         (libc_feholdsetround_ctx): Likewise.
23887         (libc_feresetround_ctx): Likewise.
23888         (libc_feholdexcept_setroundl_ctx): Likewise.
23889         (libc_feupdateenvl_ctx): Likewise.
23890         (libc_feholdsetroundl_ctx): Likewise.
23891         (libc_feresetroundl_ctx): Likewise.
23892         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23893         (libc_feresetround_53bit_ctx): Likewise.
23894
23895 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23896
23897         * locale/iso-639.def: Convert to UTF-8.
23898
23899 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23900
23901         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23902         (EXCEPTION_TESTS_double): Likewise.
23903         (EXCEPTION_TESTS_long_double): Likewise.
23904         (EXCEPTION_TESTS): Likewise.
23905         * math/libm-test.inc (test_exceptions): Only test exceptions if
23906         EXCEPTION_TESTS (FLOAT).
23907
23908 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23909
23910         * benchtests/Makefile (string-bench): Add strcpy_chk and
23911         stpcpy_chk.
23912         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23913         * benchtests/bench-stpcpy_chk.c: New file.
23914         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23915         * benchtests/bench-strcpy_chk.c: New file.
23916         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23917         code.
23918         (do_test): Likewise.
23919
23920 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23921
23922         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23923         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23924         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23925         with tabs where appropriate.
23926         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23927         dl-procinfo.h.
23928         [PPC_PLATFORM_PPC440]: Likewise.
23929         [PPC_PLATFORM_PPC464]: Likewise.
23930         [PPC_PLATFORM_PPC476]: Likewise.
23931         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23932         ppc464, and ppc476 platform strings merging from ports/
23933         dl-procinfo.h.
23934
23935 2013-06-11  Andreas Schwab  <schwab@suse.de>
23936
23937         [BZ #14991]
23938         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23939         (from_ucs4_idx): Regenerate.
23940         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23941         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23942         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23943         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23944         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23945         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23946         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23947         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23948         from FROM_LOOP and TO_LOOP specific macros.
23949         (BODY): Handle combining characters.
23950         * iconvdata/BIG5HKSCS.irreversible: Update.
23951         * iconvdata/BIG5HKSCS.precomposed: New file.
23952         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23953         characters.
23954         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23955
23956 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23957
23958         * include/sys/time.h: Fix indentation and add copyright header.
23959
23960         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23961         (do_test): Likewise.
23962         * string/test-memchr.c (do_one_test): Likewise.
23963         (do_test): Likewise.
23964         * string/test-memcmp.c (do_one_test): Likewise.
23965         (do_test): Likewise.
23966         * string/test-memcpy.c (do_one_test): Likewise.
23967         (do_test): Likewise.
23968         * string/test-memmem.c (do_one_test): Likewise.
23969         (do_test): Likewise.
23970         (do_random_tests): Likewise.
23971         * string/test-memmove.c (do_one_test): Likewise.
23972         (do_test): Likewise.
23973         * string/test-memset.c (do_one_test): Likewise.
23974         (do_test): Likewise.
23975         * string/test-rawmemchr.c (do_one_test): Likewise.
23976         (do_test): Likewise.
23977         * string/test-strcasecmp.c (do_one_test): Likewise.
23978         (do_test): Likewise.
23979         * string/test-strcasestr.c (do_one_test): Likewise.
23980         (do_test): Likewise.
23981         * string/test-strcat.c (do_one_test): Likewise.
23982         (do_test): Likewise.
23983         * string/test-strchr.c (do_one_test): Likewise.
23984         (do_test): Likewise.
23985         * string/test-strcmp.c (do_one_test): Likewise.
23986         (do_test): Likewise.
23987         * string/test-strcpy.c (do_one_test): Likewise.
23988         (do_test): Likewise.
23989         * string/test-string.h: Likewise.
23990         (test_init): Likewise.
23991         * string/test-strlen.c (do_one_test): Likewise.
23992         (do_test): Likewise.
23993         * string/test-strncasecmp.c (do_one_test): Likewise.
23994         (do_test): Likewise.
23995         * string/test-strncat.c (do_one_test): Likewise.
23996         (do_test): Likewise.
23997         * string/test-strncmp.c (do_one_test): Likewise.
23998         (do_test_limit): Likewise.
23999         (do_test): Likewise.
24000         * string/test-strncpy.c (do_one_test): Likewise.
24001         (do_test): Likewise.
24002         * string/test-strnlen.c (do_one_test): Likewise.
24003         (do_test): Likewise.
24004         * string/test-strpbrk.c (do_one_test): Likewise.
24005         (do_test): Likewise.
24006         * string/test-strrchr.c (do_one_test): Likewise.
24007         (do_test): Likewise.
24008         * string/test-strspn.c (do_one_test): Likewise.
24009         (do_test): Likewise.
24010         * string/test-strstr.c (do_one_test): Likewise.
24011         (do_test): Likewise.
24012
24013         * benchtests/Makefile (string-bench): Add string benchmarks.
24014         * benchtests/bench-bcopy-ifunc.c: New file.
24015         * benchtests/bench-bcopy.c: New file.
24016         * benchtests/bench-bzero-ifunc.c: New file.
24017         * benchtests/bench-bzero.c: New file.
24018         * benchtests/bench-memccpy-ifunc.c: New file.
24019         * benchtests/bench-memccpy.c: New file.
24020         * benchtests/bench-memchr-ifunc.c: New file.
24021         * benchtests/bench-memchr.c: New file.
24022         * benchtests/bench-memcmp-ifunc.c: New file.
24023         * benchtests/bench-memcmp.c: New file.
24024         * benchtests/bench-memmem-ifunc.c: New file.
24025         * benchtests/bench-memmem.c: New file.
24026         * benchtests/bench-memmove-ifunc.c: New file.
24027         * benchtests/bench-memmove.c: New file.
24028         * benchtests/bench-mempcpy-ifunc.c: New file.
24029         * benchtests/bench-mempcpy.c: New file.
24030         * benchtests/bench-memset-ifunc.c: New file.
24031         * benchtests/bench-memset.c: New file.
24032         * benchtests/bench-rawmemchr-ifunc.c: New file.
24033         * benchtests/bench-rawmemchr.c: New file.
24034         * benchtests/bench-stpcpy-ifunc.c: New file.
24035         * benchtests/bench-stpcpy.c: New file.
24036         * benchtests/bench-stpncpy-ifunc.c: New file.
24037         * benchtests/bench-stpncpy.c: New file.
24038         * benchtests/bench-strcasecmp-ifunc.c: New file.
24039         * benchtests/bench-strcasecmp.c: New file.
24040         * benchtests/bench-strcasestr-ifunc.c: New file.
24041         * benchtests/bench-strcasestr.c: New file.
24042         * benchtests/bench-strcat-ifunc.c: New file.
24043         * benchtests/bench-strcat.c: New file.
24044         * benchtests/bench-strchr-ifunc.c: New file.
24045         * benchtests/bench-strchr.c: New file.
24046         * benchtests/bench-strchrnul-ifunc.c: New file.
24047         * benchtests/bench-strchrnul.c: New file.
24048         * benchtests/bench-strcmp-ifunc.c: New file.
24049         * benchtests/bench-strcmp.c: New file.
24050         * benchtests/bench-strcpy-ifunc.c: New file.
24051         * benchtests/bench-strcpy.c: New file.
24052         * benchtests/bench-strcspn-ifunc.c: New file.
24053         * benchtests/bench-strcspn.c: New file.
24054         * benchtests/bench-strlen-ifunc.c: New file.
24055         * benchtests/bench-strlen.c: New file.
24056         * benchtests/bench-strncasecmp-ifunc.c: New file.
24057         * benchtests/bench-strncasecmp.c: New file.
24058         * benchtests/bench-strncat-ifunc.c: New file.
24059         * benchtests/bench-strncat.c: New file.
24060         * benchtests/bench-strncmp-ifunc.c: New file.
24061         * benchtests/bench-strncmp.c: New file.
24062         * benchtests/bench-strncpy-ifunc.c: New file.
24063         * benchtests/bench-strncpy.c: New file.
24064         * benchtests/bench-strnlen-ifunc.c: New file.
24065         * benchtests/bench-strnlen.c: New file.
24066         * benchtests/bench-strpbrk-ifunc.c: New file.
24067         * benchtests/bench-strpbrk.c: New file.
24068         * benchtests/bench-strrchr-ifunc.c: New file.
24069         * benchtests/bench-strrchr.c: New file.
24070         * benchtests/bench-strspn-ifunc.c: New file.
24071         * benchtests/bench-strspn.c: New file.
24072         * benchtests/bench-strstr-ifunc.c: New file.
24073         * benchtests/bench-strstr.c: New file.
24074
24075         * benchtests/Makefile: Disable parallel execution of targets.
24076         (string-bench): Add memcpy.
24077         (benchset): New variable to store a list of benchmark sets.
24078         (bench-func): Renamed from bench.
24079         (bench-set): New target.
24080         (bench): Depend on bench-func and bench-set.
24081         * benchtests/README: Add section on benchmark sets.
24082         * benchtests/bench-memcpy-ifunc.c: New file.
24083         * benchtests/bench-memcpy.c: New file.
24084         * benchtests/bench-string.h: New file.
24085
24086 2013-06-11  Andreas Schwab  <schwab@suse.de>
24087
24088         [BZ #15577]
24089         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24090         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24091         values in the triple.
24092         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24093         terminator in the group key.
24094
24095 2013-06-11  Andreas Jaeger  <aj@suse.de>
24096
24097         * po/zh_TW.po: Update Chinese (traditional) translation from
24098         translation project.
24099
24100 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24101
24102         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24103         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24104         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24105         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24106         (clock_getcpuclockid): Likewise.
24107         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24108         Add weak_alias and libc_hidden_def.
24109         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24110         * rt/clock_gettime.c (clock_gettime): Rename to
24111         __clock_gettime.  Add weak_alias and libc_hidden_def.
24112         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24113         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24114         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24115         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24116         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24117         Likewise.
24118         * rt/clock_settime.c (clock_settime): Rename to
24119         __clock_settime.  Add weak_alias and libc_hidden_def.
24120         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24121
24122 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24123
24124         * mach/err_boot.sub: Remove trailing whitespace.
24125         * mach/err_ipc.sub: Likewise.
24126         * mach/err_mach.sub: Likewise.
24127
24128         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24129         (ROUNDING_TESTS_double): Likewise.
24130         (ROUNDING_TESTS_long_double): Likewise.
24131         (ROUNDING_TESTS): Likewise.
24132         * math/libm-test.inc: Include <math-tests.h>.
24133         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24134         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24135         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24136         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24137
24138 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24139
24140         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24141         of assigning.
24142
24143 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24144
24145         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24146         otherwise empty TRANS lines.
24147         * sysdeps/gnu/errlist.c: Regenerated.
24148
24149         * catgets/gencat.c (error_print): Use (void) in function
24150         definition.
24151         * crypt/crypt_util.c (__init_des): Likewise.
24152         * crypt/speeds.c (Stop): Likewise.
24153         (main): Likewise.
24154         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24155         * inet/ruserpass.c (token): Likewise.
24156         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24157         * intl/localealias.c (extend_alias_table): Likewise.
24158         * intl/plural-exp.c (init_germanic_plural): Likewise.
24159         * libio/fcloseall.c (__fcloseall): Likewise.
24160         * libio/genops.c (_IO_flush_all): Likewise.
24161         (_IO_flush_all_linebuffered): Likewise.
24162         (_IO_cleanup): Likewise.
24163         (_IO_iter_begin): Likewise.
24164         (_IO_iter_end): Likewise.
24165         (_IO_list_lock): Likewise.
24166         (_IO_list_unlock): Likewise.
24167         (_IO_list_resetlock): Likewise.
24168         * libio/getchar.c (getchar): Likewise.
24169         * libio/getchar_u.c (getchar_unlocked): Likewise.
24170         * libio/getwchar.c (getwchar): Likewise.
24171         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24172         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24173         * login/getpt.c (__getpt): Likewise.
24174         * login/tst-utmp.c (main): Likewise.
24175         * malloc/hooks.c (__malloc_check_init): Likewise.
24176         * malloc/malloc.c (__malloc_stats): Likewise.
24177         * malloc/mtrace.c (tr_break): Likewise.
24178         (mtrace): Likewise.
24179         (muntrace): Likewise.
24180         * misc/fstab.c (endfsent): Likewise.
24181         * misc/getclktck.c (__getclktck): Likewise.
24182         * misc/getdtsz.c (__getdtablesize): Likewise.
24183         * misc/gethostid.c (gethostid): Likewise.
24184         * misc/getpagesize.c (__getpagesize): Likewise.
24185         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24186         (__get_nprocs): Likewise.
24187         (__get_phys_pages): Likewise.
24188         (__get_avphys_pages): Likewise.
24189         * misc/getttyent.c (getttyent): Likewise.
24190         (setttyent): Likewise.
24191         (endttyent): Likewise.
24192         * misc/getusershell.c (getusershell): Likewise.
24193         (endusershell): Likewise.
24194         (setusershell): Likewise.
24195         (initshells): Likewise.
24196         * misc/hsearch.c (__hdestroy): Likewise.
24197         * misc/sync.c (sync): Likewise.
24198         * misc/syslog.c (closelog_internal): Likewise.
24199         (closelog): Likewise.
24200         * misc/ttyslot.c (ttyslot): Likewise.
24201         * misc/vhangup.c (vhangup): Likewise.
24202         * posix/fork.c (__fork): Likewise.
24203         * posix/getegid.c (__getegid): Likewise.
24204         * posix/geteuid.c (__geteuid): Likewise.
24205         * posix/getgid.c (__getgid): Likewise.
24206         * posix/getpid.c (__getpid): Likewise.
24207         * posix/getppid.c (__getppid): Likewise.
24208         * posix/getuid.c (__getuid): Likewise.
24209         * posix/pause.c (pause): Likewise.
24210         * posix/setpgrp.c (setpgrp): Likewise.
24211         * posix/setsid.c (__setsid): Likewise.
24212         * posix/test-vfork.c (noop): Likewise.
24213         * resolv/gethnamaddr.c (_endhtent): Likewise.
24214         (_gethtent): Likewise.
24215         (ht_endhostent): Likewise.
24216         (gethostent): Likewise.
24217         (dns_service): Likewise.
24218         * stdlib/drand48.c (drand48): Likewise.
24219         * stdlib/lrand48.c (lrand48): Likewise.
24220         * stdlib/mrand48.c (mrand48): Likewise.
24221         * stdlib/rand.c (rand): Likewise.
24222         * stdlib/random.c (__random): Likewise.
24223         * stdlib/setenv.c (clearenv): Likewise.
24224         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
24225         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
24226         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
24227         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
24228         (__get_nprocs): Likewise.
24229         (__get_phys_pages): Likewise.
24230         (__get_avphys_pages): Likewise.
24231         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
24232         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
24233         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
24234         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
24235         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
24236         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
24237         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
24238         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
24239         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
24240         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
24241         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
24242         * sysdeps/mach/hurd/sync.c (sync): Likewise.
24243         * sysdeps/posix/clock.c (clock): Likewise.
24244         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
24245         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
24246         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
24247         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
24248         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
24249         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
24250         (__get_nprocs_conf): Likewise.
24251         (__get_phys_pages): Likewise.
24252         (__get_avphys_pages): Likewise.
24253         * time/clock.c (clock): Likewise.
24254         * time/tzset.c (__tzname_max): Likewise.
24255
24256 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
24257
24258         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
24259         (__bswap_32): Do not use "register".
24260         * crypt/crypt.c (_ufc_doit_r): Likewise.
24261         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
24262         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
24263         * gmon/gmon.c (__monstartup): Likewise.
24264         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
24265         * hurd/hurdmalloc.c (more_memory): Likewise.
24266         (malloc): Likewise.
24267         (free): Likewise.
24268         (realloc): Likewise.
24269         (malloc_fork_prepare): Likewise.
24270         (malloc_fork_parent): Likewise.
24271         (malloc_fork_child): Likewise.
24272         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
24273         (_svcauth_des): Likewise.
24274         * inet/inet_lnaof.c (inet_lnaof): Likewise.
24275         * inet/inet_net.c (inet_network): Likewise.
24276         * inet/inet_netof.c (inet_netof): Likewise.
24277         * inet/rcmd.c (__validuser2_sa): Likewise.
24278         * io/fts.c (fts_open): Likewise.
24279         (fts_load): Likewise.
24280         (fts_close): Likewise.
24281         (fts_read): Likewise.
24282         (fts_children): Likewise.
24283         (fts_build): Likewise.
24284         (fts_stat): Likewise.
24285         (fts_sort): Likewise.
24286         (fts_alloc): Likewise.
24287         (fts_lfree): Likewise.
24288         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
24289         (_IO_file_xsgetn): Likewise.
24290         (_IO_file_xsgetn_mmap): Likewise.
24291         * libio/iofopncook.c (_IO_cookie_read): Likewise.
24292         (_IO_cookie_write): Likewise.
24293         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
24294         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
24295         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
24296         * malloc/obstack.c (_obstack_begin): Likewise.
24297         (_obstack_begin_1): Likewise.
24298         (_obstack_newchunk): Likewise.
24299         (_obstack_allocated_p): Likewise.
24300         (obstack_free): Likewise.
24301         (_obstack_memory_used): Likewise.
24302         * misc/getttyent.c (getttynam): Likewise.
24303         (getttyent): Likewise.
24304         (skip): Likewise.
24305         (value): Likewise.
24306         * misc/getusershell.c (initshells): Likewise.
24307         * misc/syslog.c (__vsyslog_chk): Likewise.
24308         * misc/ttyslot.c (ttyslot): Likewise.
24309         * nis/nis_hash.c (__nis_hash): Likewise.
24310         * posix/fnmatch_loop.c (FCT): Likewise.
24311         * posix/getconf.c (print_all): Likewise.
24312         (main): Likewise.
24313         * posix/getopt.c (exchange): Likewise.
24314         * posix/glob.c (globfree): Likewise.
24315         (prefix_array): Likewise.
24316         (__glob_pattern_type): Likewise.
24317         * resolv/arpa/nameser.h (NS_GET16): Likewise.
24318         (NS_GET32): Likewise.
24319         (NS_PUT16): Likewise.
24320         (NS_PUT32): Likewise.
24321         * resolv/gethnamaddr.c (getanswer): Likewise.
24322         (gethostbyname2): Likewise.
24323         (gethostbyaddr): Likewise.
24324         (_gethtent): Likewise.
24325         (_gethtbyname2): Likewise.
24326         (_gethtbyaddr): Likewise.
24327         * resolv/ns_print.c (dst_s_get_int16): Likewise.
24328         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
24329         * resolv/res_init.c (__res_vinit): Likewise.
24330         (net_mask): Likewise.
24331         * resolv/res_mkquery.c (outchar): Likewise.
24332         (PRINT): Likewise.
24333         * stdio-common/printf_fp.c (outchar): Likewise.
24334         (PRINT): Likewise.
24335         * stdio-common/printf_fphex.c (outchar): Likewise.
24336         (PRINT): Likewise.
24337         * stdio-common/printf_size.c (outchar): Likewise.
24338         (PRINT): Likewise.
24339         * stdio-common/test_rdwr.c (main): Likewise.
24340         * stdio-common/tfformat.c (matches): Likewise.
24341         * stdio-common/vfprintf.c (outchar): Likewise.
24342         (printf_unknown): Likewise.
24343         (buffered_vfprintf): Likewise.
24344         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
24345         * stdio-common/xbug.c (AppendToBuffer): Likewise.
24346         (ReadFile): Likewise.
24347         * stdlib/qsort.c (SWAP): Likewise.
24348         (_quicksort): Likewise.
24349         * stdlib/setenv.c (__add_to_environ): Likewise.
24350         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
24351         * stdlib/strtol_l.c (__strtol_l): Likewise.
24352         * stdlib/tst-strtod.c (main): Likewise.
24353         * stdlib/tst-strtol.c (main): Likewise.
24354         * stdlib/tst-strtoll.c (main): Likewise.
24355         * string/bits/string2.h (__strcmp_cc): Likewise.
24356         (__strcmp_cg): Likewise.
24357         (__strcspn_c1): Likewise.
24358         (__strcspn_c2): Likewise.
24359         (__strcspn_c3): Likewise.
24360         (__strspn_c1): Likewise.
24361         (__strspn_c2): Likewise.
24362         (__strspn_c3): Likewise.
24363         (__strsep_1c): Likewise.
24364         (__strsep_2c): Likewise.
24365         (__strsep_3c): Likewise.
24366         * string/memccpy.c (__memccpy): Likewise.
24367         * string/stpcpy.c (__stpcpy): Likewise.
24368         * string/strcmp.c (strcmp): Likewise.
24369         * string/strrchr.c (strrchr): Likewise.
24370         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
24371         Likewise.
24372         * sysdeps/mach/hurd/getcwd.c
24373         (_hurd_canonicalize_directory_name_internal): Likewise.
24374         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
24375         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
24376         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
24377         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
24378         Likewise, in both definitions.
24379         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
24380         definitions.
24381         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
24382         64] (__bswap_64): Likewise.
24383         * time/test_time.c (main): Likewise.
24384         * time/tzfile.c (__tzfile_read): Likewise.
24385         (__tzfile_compute): Likewise.
24386         * time/tzset.c (__tzset_parse_tz): Likewise.
24387         (tzset_internal): Likewise.
24388         (compute_change): Likewise.
24389         * wcsmbs/wcscat.c (__wcscat): Likewise.
24390         * wcsmbs/wcschr.c (wcschr): Likewise.
24391         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
24392         * wcsmbs/wcscspn.c (wcscspn): Likewise.
24393         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
24394         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
24395         * wcsmbs/wcsspn.c (wcsspn): Likewise.
24396         * wcsmbs/wcsstr.c (wcsstr): Likewise.
24397         * wcsmbs/wmemchr.c (wmemchr): Likewise.
24398         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
24399         * wcsmbs/wmemset.c (wmemset): Likewise.
24400
24401 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
24402
24403         * scripts/config.guess: Update to version 2013-05-16.
24404         * scripts/config.sub: Update to version 2013-04-24.
24405         * scripts/install-sh: Update to version 2011-11-20.07.
24406         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
24407         * scripts/move-if-change: Update to version 2012-01-06 07:23.
24408
24409 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
24410
24411         * debug/fgetws_u_chk.c: Fix leading whitespaces.
24412         * elf/sln.c: Likewise.
24413         * hurd/hurd/ioctl.h: Likewise.
24414         * hurd/hurdmalloc.c: Likewise.
24415         * hurd/xattr.c: Likewise.
24416         * include/shlib-compat.h: Likewise.
24417         * inet/ruserpass.c: Likewise.
24418         * libio/iofgets_u.c: Likewise.
24419         * libio/iofgetws_u.c: Likewise.
24420         * locale/programs/ld-identification.c: Likewise.
24421         * locale/programs/ld-time.c: Likewise.
24422         * mach/msg-destroy.c: Likewise.
24423         * nss/nss_files/files-netgrp.c: Likewise.
24424         * resolv/res_data.c: Likewise.
24425         * soft-fp/op-1.h: Likewise.
24426         * soft-fp/op-2.h: Likewise.
24427         * soft-fp/op-4.h: Likewise.
24428         * soft-fp/op-common.h: Likewise.
24429         * stdio-common/printf_fphex.c: Likewise.
24430         * stdlib/strtod_l.c: Likewise.
24431         * sunrpc/rpc/clnt.h: Likewise.
24432         * sysdeps/generic/framestate.c: Likewise.
24433         * sysdeps/i386/bsd-_setjmp.S: Likewise.
24434         * sysdeps/i386/bsd-setjmp.S: Likewise.
24435         * sysdeps/i386/__longjmp.S: Likewise.
24436         * sysdeps/i386/setjmp.S: Likewise.
24437         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24438         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
24439         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
24440         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24441         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24442         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
24443         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
24444         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
24445         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
24446         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
24447         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
24448         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
24449         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
24450         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
24451         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
24452         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
24453         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
24454         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
24455         * sysdeps/ieee754/support.c: Likewise.
24456         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
24457         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
24458         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
24459         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
24460         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
24461         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
24462         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
24463         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
24464         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
24465         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
24466         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
24467         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
24468         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
24469         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
24470         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
24471         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
24472         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
24473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
24474
24475 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
24476
24477         * posix/transbug.c: Remove executable mode.
24478
24479 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
24480
24481         * crypt/speeds.c: Remove trailing whitespace.
24482         * dlfcn/default.c: Likewise.
24483         * elf/ifuncdep2.c: Likewise.
24484         * elf/ifuncmain1.c: Likewise.
24485         * elf/ifuncmain1vis.c: Likewise.
24486         * elf/testobj.h: Likewise.
24487         * elf/tst-stackguard1.c: Likewise.
24488         * gmon/sys/gmon.h: Likewise.
24489         * hurd/hurdmsg.c: Likewise.
24490         * hurd/new-fd.c: Likewise.
24491         * hurd/ports-get.c: Likewise.
24492         * iconvdata/ibm1008_420.c: Likewise.
24493         * inet/tst-getni1.c: Likewise.
24494         * inet/tst-getni2.c: Likewise.
24495         * libio/ioungetc.c: Likewise.
24496         * libio/wfiledoalloc.c: Likewise.
24497         * manual/libm-err-tab.pl: Likewise.
24498         * math/w_dremf.c: Likewise.
24499         * misc/ftruncate.c: Likewise.
24500         * posix/bug-glob2.c: Likewise.
24501         * posix/tst-pcre.c: Likewise.
24502         * posix/wait4.c: Likewise.
24503         * resolv/README: Likewise.
24504         * resolv/res_debug.h: Likewise.
24505         * resolv/tst-inet_ntop.c: Likewise.
24506         * setjmp/bug269-setjmp.c: Likewise.
24507         * soft-fp/extended.h: Likewise.
24508         * soft-fp/op-1.h: Likewise.
24509         * soft-fp/op-2.h: Likewise.
24510         * soft-fp/op-4.h: Likewise.
24511         * soft-fp/op-8.h: Likewise.
24512         * soft-fp/testit.c: Likewise.
24513         * stdio-common/bug16.c: Likewise.
24514         * stdlib/random.c: Likewise.
24515         * sunrpc/rpcsvc/rquota.x: Likewise.
24516         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
24517         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
24518         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
24519         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
24520         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
24521         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
24522         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
24523         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
24524         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
24525         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
24526         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
24527         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
24528         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
24529         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
24530         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
24531         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
24532         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
24533         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
24534         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
24535         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
24536         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
24537         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
24538         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
24539         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
24540         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
24541         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
24542         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24543         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
24544         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
24545         * sysdeps/ieee754/s_lib_version.c: Likewise.
24546         * sysdeps/mach/hurd/check_fds.c: Likewise.
24547         * sysdeps/mach/hurd/getsockname.c: Likewise.
24548         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
24549         * sysdeps/mach/hurd/recvfrom.c: Likewise.
24550         * sysdeps/powerpc/bits/link.h: Likewise.
24551         * sysdeps/powerpc/dl-procinfo.c: Likewise.
24552         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
24553         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
24554         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
24555         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
24556         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
24557         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
24558         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
24559         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
24560         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
24561         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
24562         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24563         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
24564         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
24565         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
24566         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
24567         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24568         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24569         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
24570         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
24571         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
24572         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
24573         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24574         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24575         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
24576         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24577         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24578         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
24579         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
24580         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24581         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24582         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24583         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24584         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24585         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
24586         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
24587         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
24588         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24589         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
24590         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
24591         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
24592         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
24593         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
24594         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
24595         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24596         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
24597         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
24598         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24599         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
24600         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
24601         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24602         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24603         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24604         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24605         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
24606         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
24607         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
24608         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24609         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
24610         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
24611         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
24612         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
24613         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
24614         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24615         * sysdeps/powerpc/sysdep.h: Likewise.
24616         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
24617         * sysdeps/s390/s390-64/sub_n.S: Likewise.
24618         * sysdeps/sh/dl-trampoline.S: Likewise.
24619         * sysdeps/sh/memset.S: Likewise.
24620         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
24621         * sysdeps/sh/strlen.S: Likewise.
24622         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
24623         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
24624         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
24625         * sysdeps/sparc/sparc32/rem.S: Likewise.
24626         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
24627         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
24628         * sysdeps/sparc/sparc32/strchr.S: Likewise.
24629         * sysdeps/sparc/sparc32/udiv.S: Likewise.
24630         * sysdeps/sparc/sparc32/urem.S: Likewise.
24631         * sysdeps/sparc/sparc64/add_n.S: Likewise.
24632         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
24633         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
24634         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
24635         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
24636         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
24637         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
24638         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
24639         * sysdeps/unix/bsd/times.c: Likewise.
24640         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
24641         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
24642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
24643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
24644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
24645         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
24646         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24647         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
24648         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
24649         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
24650         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
24651         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24652         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
24653         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
24654         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24655         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
24656         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24657         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
24658         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
24659         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
24660         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
24661         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
24662         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24663         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
24664         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
24665         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
24666         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
24667         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
24668         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
24669         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
24670         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
24671         * sysdeps/x86_64/strcspn.S: Likewise.
24672
24673 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24674
24675         * locale/C-translit.h: Revert #include <stdint.h> because this is a
24676         generated file.  Regenerate properly from gen-translit.pl.
24677         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
24678         locale/C-translit.h.
24679
24680 2013-06-05  Andreas Schwab  <schwab@suse.de>
24681
24682         [BZ #15100]
24683         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
24684         week as 6 instead of -1.
24685         * time/tst-strptime.c (day_tests): Add test case.
24686
24687 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
24688
24689         * sysdeps/generic/math_private.h
24690         (libc_feholdexcept_setround_53bit): Replace with
24691         libc_feholdsetround_53bit.
24692         (libc_feupdateenv_53bit): Replace with
24693         libc_feresetround_53bit.
24694         (SET_RESTORE_ROUND_53BIT): Adjust.
24695
24696 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
24697
24698         * string/test-strchrnul.c: Add copyright header.
24699
24700         * posix/tst-getaddrinfo4.c: Increase test timeout.
24701
24702 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
24703
24704         [BZ #15536]
24705         * math/libm-test.inc (MAX_EXP): Remove
24706         (MIN_EXP): Define.
24707         (ulp): Use MIN_EXP - MANT_DIG.
24708         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
24709
24710 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
24711
24712         * po/be.po: Revert last change.
24713         * po/zh_CN.po: Likewise.
24714         * po/header.pot: Likewise.
24715
24716 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
24717
24718         * Makefile ($(common-objpfx)linkobj/libc.so): Define
24719         link-libc-deps to empty as target-specific variable.
24720         * Makerules (link-libc-args): New variable.
24721         (libc-for-link): Likewise.
24722         (link-libc-deps): Likewise.
24723         (lib%.so): Depend on $(link-libc-deps).  Link with
24724         $(link-libc-args).
24725         (build-module): Link with $(link-libc-args).
24726         (build-module-asneeded): Likewise.
24727         (build-module-helper-objlist): Filter out $(link-libc-deps) from
24728         list of objects.
24729         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
24730         target-specific variable.
24731         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
24732         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
24733         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
24734         libc.
24735         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
24736         libc and ld.so.
24737         ($(objpfx)libpcprofile.so): Likewise.
24738         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24739         libc_nonshared.a.
24740         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24741         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24742         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24743         $(link-libc-deps).
24744         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24745         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24746         * login/Makefile ($(objpfx)libutil.so): Likewise.
24747         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24748         * math/Makefile ($(objpfx)libm.so): Likewise.
24749         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24750         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24751         variable instead of depending directly on libc.
24752         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24753         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24754         $(link-libc-deps).
24755         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24756         libc.
24757         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24758         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24759         ($(objpfx)libanl.so): Likewise.
24760         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24761         ld.so.
24762         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24763         $(link-libc-deps).
24764         * sysdeps/i386/fpu/Makefile: Remove file.
24765         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24766         ($(objpfx)libm.so): Remove dependency on ld.so.
24767
24768 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24769
24770         [BZ # 15553]
24771         * nis/yp_xdr.c (XDRMAXNAME): Define.
24772         (XDRMAXRECORD): Define.
24773         (xdr_domainname): Use XDRMAXNAME.
24774         (xdr_mapname): Likewise.
24775         (xdr_peername): Likewise.
24776         (xdr_keydat): Use XDRMAXRECORD.
24777         (xdr_valdat): Likewise.
24778
24779 2013-05-30  Jeff Law  <law@redhat.com>
24780
24781         [BZ #14256]
24782         * manual/errno.texi (ESTALE): Update to account for more than
24783         just NFS file systems.
24784         * sysdeps/gnu/errlist.c: Regenerated.
24785
24786 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24787
24788         [BZ #15465]
24789         * elf/Makefile (tests): Add tst-null-argv.
24790         (modules-names):  Add tst-null-argv-lib.
24791         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24792         (tst-null-argv-ENV): Set environment for tst-null-argv.
24793         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24794         (RTLD_PROGNAME): New macro.
24795         * elf/tst-null-argv.c: New test case.
24796         * elf/tst-null-argv-lib.c: Library for test case.
24797         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24798         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24799         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24800         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24801         * elf/dl-init.c (call_init): Likewise.
24802         (_dl_init): Likewise.
24803         * elf/dl-load.c (print_search_path): Likewise.
24804         (_dl_map_object): Likewise.
24805         * elf/dl-lookup.c (do_lookup_x): Likewise.
24806         (add_dependency): Likewise.
24807         (_dl_lookup_symbol_x): Likewise.
24808         (_dl_debug_bindings): Likewise.
24809         * elf/dl-open.c (_dl_show_scope): Likewise.
24810         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24811         * elf/dl-version.c (match_symbol): Likewise.
24812         (_dl_check_map_versions): Likewise.
24813         * elf/rtld.c (dl_main): Likewise.
24814         (print_unresolved): Use RTLD_PROGNAME.
24815         (print_missing_version): Likewise.
24816         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24817         (elf_machine_rela): Likewise.
24818         * sysdeps/powerpc/powerpc32/dl-machine.c
24819         (__process_machine_rela): Likewise.
24820         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24821         Likewise.
24822         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24823         Likewise.
24824         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24825         Likewise.
24826         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24827         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24828         Likewise.
24829         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24830         Likewise.
24831         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24832
24833 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24834
24835         * po/be.po: Add descriptive title.
24836         * po/zh_CN.po: Likewise.
24837         * po/header.pot: Likewise.
24838
24839 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24840
24841         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24842         error message.
24843         (enlarge_archive): Likewise.
24844
24845 2013-05-28  Ben North  <ben@redfrontdoor.org>
24846
24847         * manual/arith.texi (frexp): It is the magnitude of the return
24848         value which lies in [0.5, 1), not the return value itself.
24849
24850 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24851
24852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24853
24854 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24855
24856         * stdio-common/bug26.c (main): Correct fscanf template.
24857
24858         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24859         declare _dl_skip_args.
24860
24861         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24862         Don't declare.
24863
24864         * manual/platform.texi: Add missing @end deftypefun.
24865
24866 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24867
24868         [BZ #15529]
24869         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24870         bit of mantissa of 2^16382.
24871         * math/libm-test.inc (hypot_test_data): Add more tests.
24872
24873         * math/libm-test.inc: Add drem and pow10 to list of tested
24874         functions.
24875         (pow10_test): New function.
24876         (drem_test): Likewise.
24877         (drem_test_tonearest): Likewise.
24878         (drem_test_towardzero): Likewise.
24879         (drem_test_downward): Likewise.
24880         (drem_test_upward): Likewise.
24881         (main): Call the new functions.
24882
24883         * math/libm-test.inc (finite_test_data): Remove.
24884         (finite_test): Run tests from isfinite_test_data.
24885         (gamma_test_data): Remove.
24886         (gamma_test): Run tests from lgamma_test_data.
24887         * sysdeps/i386/fpu/libm-test-ulps: Update.
24888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24889
24890 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24891
24892         * manual/platform.texi: Add PowerPC PPR function set documentation.
24893         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24894         implementation.
24895
24896 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24897
24898         * math/libm-test.inc (MAX_EXP): Define.
24899         (ULPDIFF): Define.
24900         (ulp): New function.
24901         (check_float_internal): Use ULPDIFF.
24902         (cpow_test): Disable failing test.
24903         (check_ulp): Test ulp() implemetnation.
24904         (main): Call check_ulp before starting tests.
24905
24906 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24907
24908         * math/gen-libm-test.pl (generate_testfile): Do not handle
24909         START_DATA and END_DATA.
24910         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24911         END_DATA.
24912         (acos_tonearest_test_data): Likewise.
24913         (acos_towardzero_test_data): Likewise.
24914         (acos_downward_test_data): Likewise.
24915         (acos_upward_test_data): Likewise.
24916         (acosh_test_data): Likewise.
24917         (asin_test_data): Likewise.
24918         (asin_tonearest_test_data): Likewise.
24919         (asin_towardzero_test_data): Likewise.
24920         (asin_downward_test_data): Likewise.
24921         (asin_upward_test_data): Likewise.
24922         (asinh_test_data): Likewise.
24923         (atan_test_data): Likewise.
24924         (atanh_test_data): Likewise.
24925         (atan2_test_data): Likewise.
24926         (cabs_test_data): Likewise.
24927         (cacos_test_data): Likewise.
24928         (cacosh_test_data): Likewise.
24929         (carg_test_data): Likewise.
24930         (casin_test_data): Likewise.
24931         (casinh_test_data): Likewise.
24932         (catan_test_data): Likewise.
24933         (catanh_test_data): Likewise.
24934         (cbrt_test_data): Likewise.
24935         (ccos_test_data): Likewise.
24936         (ccosh_test_data): Likewise.
24937         (ceil_test_data): Likewise.
24938         (cexp_test_data): Likewise.
24939         (cimag_test_data): Likewise.
24940         (clog_test_data): Likewise.
24941         (clog10_test_data): Likewise.
24942         (conj_test_data): Likewise.
24943         (copysign_test_data): Likewise.
24944         (cos_test_data): Likewise.
24945         (cos_tonearest_test_data): Likewise.
24946         (cos_towardzero_test_data): Likewise.
24947         (cos_downward_test_data): Likewise.
24948         (cos_upward_test_data): Likewise.
24949         (cosh_test_data): Likewise.
24950         (cosh_tonearest_test_data): Likewise.
24951         (cosh_towardzero_test_data): Likewise.
24952         (cosh_downward_test_data): Likewise.
24953         (cosh_upward_test_data): Likewise.
24954         (cpow_test_data): Likewise.
24955         (cproj_test_data): Likewise.
24956         (creal_test_data): Likewise.
24957         (csin_test_data): Likewise.
24958         (csinh_test_data): Likewise.
24959         (csqrt_test_data): Likewise.
24960         (ctan_test_data): Likewise.
24961         (ctan_tonearest_test_data): Likewise.
24962         (ctan_towardzero_test_data): Likewise.
24963         (ctan_downward_test_data): Likewise.
24964         (ctan_upward_test_data): Likewise.
24965         (ctanh_test_data): Likewise.
24966         (ctanh_tonearest_test_data): Likewise.
24967         (ctanh_towardzero_test_data): Likewise.
24968         (ctanh_downward_test_data): Likewise.
24969         (ctanh_upward_test_data): Likewise.
24970         (erf_test_data): Likewise.
24971         (erfc_test_data): Likewise.
24972         (exp_test_data): Likewise.
24973         (exp_tonearest_test_data): Likewise.
24974         (exp_towardzero_test_data): Likewise.
24975         (exp_downward_test_data): Likewise.
24976         (exp_upward_test_data): Likewise.
24977         (exp10_test_data): Likewise.
24978         (exp2_test_data): Likewise.
24979         (expm1_test_data): Likewise.
24980         (fabs_test_data): Likewise.
24981         (fdim_test_data): Likewise.
24982         (finite_test_data): Likewise.
24983         (floor_test_data): Likewise.
24984         (fma_test_data): Likewise.
24985         (fma_towardzero_test_data): Likewise.
24986         (fma_downward_test_data): Likewise.
24987         (fma_upward_test_data): Likewise.
24988         (fmax_test_data): Likewise.
24989         (fmin_test_data): Likewise.
24990         (fmod_test_data): Likewise.
24991         (fpclassify_test_data): Likewise.
24992         (frexp_test_data): Likewise.
24993         (gamma_test_data): Likewise.
24994         (hypot_test_data): Likewise.
24995         (ilogb_test_data): Likewise.
24996         (isfinite_test_data): Likewise.
24997         (isgreater_test_data): Likewise.
24998         (isgreaterequal_test_data): Likewise.
24999         (isinf_test_data): Likewise.
25000         (isless_test_data): Likewise.
25001         (islessequal_test_data): Likewise.
25002         (islessgreater_test_data): Likewise.
25003         (isnan_test_data): Likewise.
25004         (isnormal_test_data): Likewise.
25005         (issignaling_test_data): Likewise.
25006         (isunordered_test_data): Likewise.
25007         (j0_test_data): Likewise.
25008         (j1_test_data): Likewise.
25009         (jn_test_data): Likewise.
25010         (ldexp_test_data): Likewise.
25011         (lgamma_test_data): Likewise.
25012         (lrint_test_data): Likewise.
25013         (lrint_tonearest_test_data): Likewise.
25014         (lrint_towardzero_test_data): Likewise.
25015         (lrint_downward_test_data): Likewise.
25016         (lrint_upward_test_data): Likewise.
25017         (llrint_test_data): Likewise.
25018         (llrint_tonearest_test_data): Likewise.
25019         (llrint_towardzero_test_data): Likewise.
25020         (llrint_downward_test_data): Likewise.
25021         (llrint_upward_test_data): Likewise.
25022         (log_test_data): Likewise.
25023         (log10_test_data): Likewise.
25024         (log1p_test_data): Likewise.
25025         (log2_test_data): Likewise.
25026         (logb_test_data): Likewise.
25027         (logb_downward_test_data): Likewise.
25028         (lround_test_data): Likewise.
25029         (llround_test_data): Likewise.
25030         (modf_test_data): Likewise.
25031         (nearbyint_test_data): Likewise.
25032         (nextafter_test_data): Likewise.
25033         (nexttoward_test_data): Likewise.
25034         (pow_test_data): Likewise.
25035         (pow_tonearest_test_data): Likewise.
25036         (pow_towardzero_test_data): Likewise.
25037         (pow_downward_test_data): Likewise.
25038         (pow_upward_test_data): Likewise.
25039         (remainder_test_data): Likewise.
25040         (remainder_tonearest_test_data): Likewise.
25041         (remainder_towardzero_test_data): Likewise.
25042         (remainder_downward_test_data): Likewise.
25043         (remainder_upward_test_data): Likewise.
25044         (remquo_test_data): Likewise.
25045         (rint_test_data): Likewise.
25046         (rint_tonearest_test_data): Likewise.
25047         (rint_towardzero_test_data): Likewise.
25048         (rint_downward_test_data): Likewise.
25049         (rint_upward_test_data): Likewise.
25050         (round_test_data): Likewise.
25051         (scalb_test_data): Likewise.
25052         (scalbn_test_data): Likewise.
25053         (scalbln_test_data): Likewise.
25054         (signbit_test_data): Likewise.
25055         (sin_test_data): Likewise.
25056         (sin_tonearest_test_data): Likewise.
25057         (sin_towardzero_test_data): Likewise.
25058         (sin_downward_test_data): Likewise.
25059         (sin_upward_test_data): Likewise.
25060         (sincos_test_data): Likewise.
25061         (sinh_test_data): Likewise.
25062         (sinh_tonearest_test_data): Likewise.
25063         (sinh_towardzero_test_data): Likewise.
25064         (sinh_downward_test_data): Likewise.
25065         (sinh_upward_test_data): Likewise.
25066         (sqrt_test_data): Likewise.
25067         (tan_test_data): Likewise.
25068         (tan_tonearest_test_data): Likewise.
25069         (tan_towardzero_test_data): Likewise.
25070         (tan_downward_test_data): Likewise.
25071         (tan_upward_test_data): Likewise.
25072         (tanh_test_data): Likewise.
25073         (tgamma_test_data): Likewise.
25074         (trunc_test_data): Likewise.
25075         (y0_test_data): Likewise.
25076         (y1_test_data): Likewise.
25077         (yn_test_data): Likewise.
25078         (significand_test_data): Likewise.
25079
25080         * math/gen-libm-test.pl (@functions): Remove variable.
25081         (generate_testfile): Don't handle START and END lines.
25082         * math/libm-test.inc (START): New macro.
25083         (END): Likewise.
25084         (END_COMPLEX): Likewise.
25085         (acos_test): Use END macro without arguments.
25086         (acos_test_tonearest): Likewise.
25087         (acos_test_towardzero): Likewise.
25088         (acos_test_downward): Likewise.
25089         (acos_test_upward): Likewise.
25090         (acosh_test): Likewise.
25091         (asin_test): Likewise.
25092         (asin_test_tonearest): Likewise.
25093         (asin_test_towardzero): Likewise.
25094         (asin_test_downward): Likewise.
25095         (asin_test_upward): Likewise.
25096         (asinh_test): Likewise.
25097         (atan_test): Likewise.
25098         (atanh_test): Likewise.
25099         (atan2_test): Likewise.
25100         (cabs_test): Likewise.
25101         (cacos_test): Use END_COMPLEX macro without arguments.
25102         (cacosh_test): Likewise.
25103         (carg_test): Use END macro without arguments.
25104         (casin_test): Use END_COMPLEX macro without arguments.
25105         (casinh_test): Likewise.
25106         (catan_test): Likewise.
25107         (catanh_test): Likewise.
25108         (cbrt_test): Use END macro without arguments.
25109         (ccos_test): Use END_COMPLEX macro without arguments.
25110         (ccosh_test): Likewise.
25111         (ceil_test): Use END macro without arguments.
25112         (cexp_test): Use END_COMPLEX macro without arguments.
25113         (cimag_test): Use END macro without arguments.
25114         (clog_test): Use END_COMPLEX macro without arguments.
25115         (clog10_test): Likewise.
25116         (conj_test): Likewise.
25117         (copysign_test): Use END macro without arguments.
25118         (cos_test): Likewise.
25119         (cos_test_tonearest): Likewise.
25120         (cos_test_towardzero): Likewise.
25121         (cos_test_downward): Likewise.
25122         (cos_test_upward): Likewise.
25123         (cosh_test): Likewise.
25124         (cosh_test_tonearest): Likewise.
25125         (cosh_test_towardzero): Likewise.
25126         (cosh_test_downward): Likewise.
25127         (cosh_test_upward): Likewise.
25128         (cpow_test): Use END_COMPLEX macro without arguments.
25129         (cproj_test): Likewise.
25130         (creal_test): Use END macro without arguments.
25131         (csin_test): Use END_COMPLEX macro without arguments.
25132         (csinh_test): Likewise.
25133         (csqrt_test): Likewise.
25134         (ctan_test): Likewise.
25135         (ctan_test_tonearest): Likewise.
25136         (ctan_test_towardzero): Likewise.
25137         (ctan_test_downward): Likewise.
25138         (ctan_test_upward): Likewise.
25139         (ctanh_test): Likewise.
25140         (ctanh_test_tonearest): Likewise.
25141         (ctanh_test_towardzero): Likewise.
25142         (ctanh_test_downward): Likewise.
25143         (ctanh_test_upward): Likewise.
25144         (erf_test): Use END macro without arguments.
25145         (erfc_test): Likewise.
25146         (exp_test): Likewise.
25147         (exp_test_tonearest): Likewise.
25148         (exp_test_towardzero): Likewise.
25149         (exp_test_downward): Likewise.
25150         (exp_test_upward): Likewise.
25151         (exp10_test): Likewise.
25152         (exp2_test): Likewise.
25153         (expm1_test): Likewise.
25154         (fabs_test): Likewise.
25155         (fdim_test): Likewise.
25156         (finite_test): Likewise.
25157         (floor_test): Likewise.
25158         (fma_test): Likewise.
25159         (fma_test_towardzero): Likewise.
25160         (fma_test_downward): Likewise.
25161         (fma_test_upward): Likewise.
25162         (fmax_test): Likewise.
25163         (fmin_test): Likewise.
25164         (fmod_test): Likewise.
25165         (fpclassify_test): Likewise.
25166         (frexp_test): Likewise.
25167         (gamma_test): Likewise.
25168         (hypot_test): Likewise.
25169         (ilogb_test): Likewise.
25170         (isfinite_test): Likewise.
25171         (isgreater_test): Likewise.
25172         (isgreaterequal_test): Likewise.
25173         (isinf_test): Likewise.
25174         (isless_test): Likewise.
25175         (islessequal_test): Likewise.
25176         (islessgreater_test): Likewise.
25177         (isnan_test): Likewise.
25178         (isnormal_test): Likewise.
25179         (issignaling_test): Likewise.
25180         (isunordered_test): Likewise.
25181         (j0_test): Likewise.
25182         (j1_test): Likewise.
25183         (jn_test): Likewise.
25184         (ldexp_test): Likewise.
25185         (lgamma_test): Likewise.
25186         (lrint_test): Likewise.
25187         (lrint_test_tonearest): Likewise.
25188         (lrint_test_towardzero): Likewise.
25189         (lrint_test_downward): Likewise.
25190         (lrint_test_upward): Likewise.
25191         (llrint_test): Likewise.
25192         (llrint_test_tonearest): Likewise.
25193         (llrint_test_towardzero): Likewise.
25194         (llrint_test_downward): Likewise.
25195         (llrint_test_upward): Likewise.
25196         (log_test): Likewise.
25197         (log10_test): Likewise.
25198         (log1p_test): Likewise.
25199         (log2_test): Likewise.
25200         (logb_test): Likewise.
25201         (logb_test_downward): Likewise.
25202         (lround_test): Likewise.
25203         (llround_test): Likewise.
25204         (modf_test): Likewise.
25205         (nearbyint_test): Likewise.
25206         (nextafter_test): Likewise.
25207         (nexttoward_test): Likewise.
25208         (pow_test): Likewise.
25209         (pow_test_tonearest): Likewise.
25210         (pow_test_towardzero): Likewise.
25211         (pow_test_downward): Likewise.
25212         (pow_test_upward): Likewise.
25213         (remainder_test): Likewise.
25214         (remainder_test_tonearest): Likewise.
25215         (remainder_test_towardzero): Likewise.
25216         (remainder_test_downward): Likewise.
25217         (remainder_test_upward): Likewise.
25218         (remquo_test): Likewise.
25219         (rint_test): Likewise.
25220         (rint_test_tonearest): Likewise.
25221         (rint_test_towardzero): Likewise.
25222         (rint_test_downward): Likewise.
25223         (rint_test_upward): Likewise.
25224         (round_test): Likewise.
25225         (scalb_test): Likewise.
25226         (scalbn_test): Likewise.
25227         (scalbln_test): Likewise.
25228         (signbit_test): Likewise.
25229         (sin_test): Likewise.
25230         (sin_test_tonearest): Likewise.
25231         (sin_test_towardzero): Likewise.
25232         (sin_test_downward): Likewise.
25233         (sin_test_upward): Likewise.
25234         (sincos_test): Likewise.
25235         (sinh_test): Likewise.
25236         (sinh_test_tonearest): Likewise.
25237         (sinh_test_towardzero): Likewise.
25238         (sinh_test_downward): Likewise.
25239         (sinh_test_upward): Likewise.
25240         (sqrt_test): Likewise.
25241         (tan_test): Likewise.
25242         (tan_test_tonearest): Likewise.
25243         (tan_test_towardzero): Likewise.
25244         (tan_test_downward): Likewise.
25245         (tan_test_upward): Likewise.
25246         (tanh_test): Likewise.
25247         (tgamma_test): Likewise.
25248         (trunc_test): Likewise.
25249         (y0_test): Likewise.
25250         (y1_test): Likewise.
25251         (yn_test): Likewise.
25252         (significand_test): Likewise.
25253
25254 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
25255
25256         [BZ #15381]
25257         * libio/genops.c (_IO_no_init): Initialize wide struct info.
25258
25259 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25260
25261         [BZ #14894]
25262         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
25263         __ppc_mdoio and __ppc_mdoom.
25264         * manual/platform.texi: Document new functions __ppc_yield,
25265         __ppc_mdoio and __ppc_mdoom.
25266
25267 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
25268
25269         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
25270         (main): Mention "tls" pseudo-hwcap is legacy.
25271         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
25272
25273 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
25274
25275         * math/gen-libm-test.pl (parse_args): Output only string of
25276         arguments as text for test name, not full call or descriptions of
25277         tests for extra outputs.
25278         (generate_testfile): Do not pass function name to parse_args.
25279         Generate this_func variable from START.
25280         * math/libm-test.inc (struct test_f_f_data): Rename test_name
25281         field to arg_str.
25282         (struct test_ff_f_data): Likewise.
25283         (test_ff_f_data_nexttoward): Likewise.
25284         (struct test_fi_f_data): Likewise.
25285         (struct test_fl_f_data): Likewise.
25286         (struct test_if_f_data): Likewise.
25287         (struct test_fff_f_data): Likewise.
25288         (struct test_c_f_data): Likewise.
25289         (struct test_f_f1_data): Likewise.  Remove field extra_name.
25290         (struct test_fF_f1_data): Likewise.
25291         (struct test_ffI_f1_data): Likewise.
25292         (struct test_c_c_data): Rename test_name field to arg_str.
25293         (struct test_cc_c_data): Likewise.
25294         (struct test_f_i_data): Likewise.
25295         (struct test_ff_i_data): Likewise.
25296         (struct test_f_l_data): Likewise.
25297         (struct test_f_L_data): Likewise.
25298         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
25299         and extra2_name.
25300         (COMMON_TEST_SETUP): New macro.
25301         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
25302         (COMMON_TEST_CLEANUP): Likewise.
25303         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
25304         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
25305         macros.
25306         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
25307         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
25308         macros.
25309         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
25310         (RUN_TEST_fff_f): Take argument string.  Call new setup and
25311         cleanup macros.
25312         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
25313         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
25314         macros.
25315         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
25316         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
25317         macros.
25318         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
25319         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
25320         cleanup macros.
25321         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
25322         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
25323         cleanup macros.
25324         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
25325         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
25326         cleanup macros.
25327         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
25328         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
25329         macros.
25330         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
25331         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
25332         macros.
25333         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
25334         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
25335         macros.
25336         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
25337         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
25338         cleanup macros.
25339         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
25340         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
25341         cleanup macros.
25342         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
25343         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
25344         macros.
25345         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
25346         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
25347         cleanup macros.
25348         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
25349         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
25350         macros.
25351         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
25352         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
25353         macros.
25354         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
25355         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
25356         cleanup macros.
25357         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
25358
25359 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
25360
25361         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
25362         to _sifields.sigfault.
25363         (si_addr_lsb): Define new macro.
25364         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25365         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
25366         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
25367
25368 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
25369
25370         [BZ #15441]
25371         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
25372         returns -1.
25373         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
25374         null return -1.
25375         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
25376         loading the domain.
25377
25378 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
25379
25380         * math/gen-libm-test.pl (parse_args): Do not include expected
25381         result in test name.
25382         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
25383         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
25384         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
25385         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
25386         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
25387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25388
25389 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25390
25391         * benchtests/Makefile: Sort function entries.
25392
25393         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
25394         tanh, asinh, acosh, atanh.
25395         * benchtests/acos-inputs: New file.
25396         * benchtests/acosh-inputs: New file.
25397         * benchtests/asin-inputs: New file.
25398         * benchtests/asinh-inputs: New file.
25399         * benchtests/atanh-inputs: New file.
25400         * benchtests/cosh-inputs: New file.
25401         * benchtests/log-inputs: New file.
25402         * benchtests/sinh-inputs: New file.
25403         * benchtests/tanh-inputs: New file.
25404
25405 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
25406
25407         [BZ #15339]
25408         * posix/tst-getaddrinfo4.c: New test.
25409         * posix/Makefile (tests): Add it.
25410
25411 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25412
25413         [BZ #15339]
25414         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
25415         when no services were used.
25416         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
25417         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
25418
25419 2013-05-21  Andreas Schwab  <schwab@suse.de>
25420
25421         [BZ #15014]
25422         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
25423         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
25424         successful.
25425         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
25426         redundant variable declarations and reallocation of buffer when
25427         parsing as IPv6 address.  Always set NSS status when called from
25428         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
25429         buffer too small.  Correct computation of needed size.
25430         * nss/Makefile (tests): Add test-digits-dots.
25431         * nss/test-digits-dots.c: New test.
25432
25433 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25434
25435         * benchtests/Makefile: Remove instructions for adding
25436         benchmark tests.
25437         * benchtests/README: New file to explain how to execute and
25438         enhance the benchmark tests.
25439
25440 2013-05-21  Andreas Schwab  <schwab@suse.de>
25441
25442         [BZ #15493]
25443         * setjmp/Makefile (tests): Add tst-sigsetjmp.
25444         * setjmp/tst-sigsetjmp.c: New test.
25445
25446 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
25447
25448         * sysdeps/x86_64/memset.S (memset): New implementation.
25449         (__bzero): Likewise.
25450         (__memset_tail): New function.
25451
25452 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
25453
25454         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
25455         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
25456         __memcpy_sse2_unaligned ifunc selection.
25457         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25458         Add memcpy-sse2-unaligned.S.
25459         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25460         Add: __memcpy_sse2_unaligned.
25461
25462 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
25463
25464         [BZ #15490]
25465         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25466         math_force_eval before restoring floating-point envrionment.
25467         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
25468         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
25469         Likewise.
25470         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
25471         <math_private.h>.
25472         (__nearbyintl): Use math_force_eval before restoring
25473         floating-point environment.
25474         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
25475
25476         * math/gen-libm-test.pl (special_functions): Remove.
25477         (parse_args): Don't handle TEST_extra.  Handle functions with no
25478         return value.
25479         * math/libm-test.inc (struct test_sincos_data): Replace with
25480         struct test_fFF_11_data.
25481         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
25482         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
25483         (sincos_test_data): Change element type to struct
25484         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
25485         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
25486         RUN_TEST_LOOP_sincos.
25487         * math/README.libm-test: Don't mention special handling of
25488         individual functions.
25489         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
25490         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
25491         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
25492         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
25493         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
25494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25495
25496         * math/gen-libm-test.pl (get_variable): Remove function.
25497         (parse_args): Don't show pointer parameters to call in test
25498         names.  Use "extra output N" in test names for extra outputs
25499         rather than naming variables.
25500
25501 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
25502
25503         [BZ #15488]
25504         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
25505         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
25506         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
25507         double tests.
25508         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
25509         disable.
25510         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
25511         check_long_double.
25512
25513         * math/gen-libm-test.pl (@tests): Remove variable.
25514         ($count): Likewise.
25515         (new_test): Remove function.
25516         (show_exceptions): New function.
25517         (special_functions): Use show_exceptions instead of new_test.
25518         (parse_args): Likewise.
25519         (generate_testfile): Pass only function name in generated call to
25520         print_max_error or print_complex_max_error.
25521         (get_ulps): Do not handle complex tests specially.
25522         (output_test): Rename to ...
25523         (get_all_ulps_for_test): ... this.  Return a string rather than
25524         printing to a file.  Require ulps to be present.
25525         (output_ulps): Generate arrays rather than #defines.
25526         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
25527         (struct ulp_data): New type.
25528         (BUILD_COMPLEX_ULP): Remove macro.
25529         (compare_ulp_data): New function.
25530         (find_ulps): Likewise.
25531         (find_test_ulps): Likewise.
25532         (find_function_ulps): Likewise.
25533         (find_complex_function_ulps): Likewise.
25534         (print_max_error): Determine allowed ulps using
25535         find_function_ulps.
25536         (print_complex_max_error): Determine allowed ulps using
25537         find_complex_function_ulps.
25538         (check_float_internal): Determine max ulps using find_test_ulps.
25539         (check_float): Do not take max_ulp parameter.  Update call to
25540         check_float_internal.
25541         (check_complex): Likewise.
25542         (check_int): Do not take max_ulp parameter.
25543         (check_long): Likewise.
25544         (check_bool): Likewise.
25545         (check_longlong): Likewise.
25546         (struct test_f_f_data): Remove max_ulp field.
25547         (struct test_ff_f_data): Likewise.
25548         (struct test_ff_f_data_nexttoward): Likewise.
25549         (struct test_fi_f_data): Likewise.
25550         (struct test_fl_f_data): Likewise.
25551         (struct test_if_f_data): Likewise.
25552         (struct test_fff_f_data): Likewise.
25553         (struct test_c_f_data): Likewise.
25554         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
25555         (struct test_fF_f1_data): Likewise.
25556         (struct test_ffI_f1_data): Likewise.
25557         (struct test_c_c_data): Remove max_ulp field.
25558         (struct test_cc_c_data): Likewise.
25559         (struct test_f_i_data): Likewise.
25560         (struct test_ff_i_data): Likewise.
25561         (struct test_f_l_data): Likewise.
25562         (struct test_f_L_data): Likewise.
25563         (struct test_sincos_data): Likewise.
25564         (RUN_TEST_f_f): Do not handle ulps.
25565         (RUN_TEST_LOOP_f_f): Likewise.
25566         (RUN_TEST_2_f): Likewise.
25567         (RUN_TEST_LOOP_2_f): Likewise.
25568         (RUN_TEST_fff_f): Likewise.
25569         (RUN_TEST_LOOP_fff_f): Likewise.
25570         (RUN_TEST_c_f): Likewise.
25571         (RUN_TEST_LOOP_c_f): Likewise.
25572         (RUN_TEST_f_f1): Likewise.
25573         (RUN_TEST_LOOP_f_f1): Likewise.
25574         (RUN_TEST_fF_f1): Likewise.
25575         (RUN_TEST_LOOP_fF_f1): Likewise.
25576         (RUN_TEST_fI_f1): Likewise.
25577         (RUN_TEST_LOOP_fI_f1): Likewise.
25578         (RUN_TEST_ffI_f1): Likewise.
25579         (RUN_TEST_LOOP_ffI_f1): Likewise.
25580         (RUN_TEST_c_c): Likewise.
25581         (RUN_TEST_LOOP_c_c): Likewise.
25582         (RUN_TEST_cc_c): Likewise.
25583         (RUN_TEST_LOOP_cc_c): Likewise.
25584         (RUN_TEST_f_i): Likewise.
25585         (RUN_TEST_LOOP_f_i): Likewise.
25586         (RUN_TEST_f_i_tg): Likewise.
25587         (RUN_TEST_LOOP_f_i_tg): Likewise.
25588         (RUN_TEST_ff_i_tg): Likewise.
25589         (RUN_TEST_LOOP_ff_i_tg): Likewise.
25590         (RUN_TEST_f_b): Likewise.
25591         (RUN_TEST_LOOP_f_b): Likewise.
25592         (RUN_TEST_f_b_tg): Likewise.
25593         (RUN_TEST_LOOP_f_b_tg): Likewise.
25594         (RUN_TEST_f_l): Likewise.
25595         (RUN_TEST_LOOP_f_l): Likewise.
25596         (RUN_TEST_f_L): Likewise.
25597         (RUN_TEST_LOOP_f_L): Likewise.
25598         (RUN_TEST_sincos): Likewise.
25599         (RUN_TEST_LOOP_sincos): Likewise.
25600
25601 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
25602
25603         [BZ #15480]
25604         [BZ #15485]
25605         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
25606         main case of finite arguments, set rounding mode to FE_TONEAREST
25607         and discard exceptions.
25608         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
25609         exceptions.
25610         (remainder_tonearest_test_data): New variable.
25611         (remainder_test_tonearest): New function.
25612         (remainder_towardzero_test_data): New variable.
25613         (remainder_test_towardzero): New function.
25614         (remainder_downward_test_data): New variable.
25615         (remainder_test_downward): New function.
25616         (remainder_upward_test_data): New variable.
25617         (remainder_test_upward): New function.
25618         (main): Call the new test functions.
25619
25620         * math/libm-test.inc (struct test_f_f1_data): Remove field
25621         extra_init.
25622         (struct test_fF_f1_data): Likewise.
25623         (struct test_ffI_f1_data): Likewise.
25624         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
25625         based on value of EXTRA_EXPECTED.
25626         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
25627         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
25628         EXTRA_VAR based on value of EXTRA_EXPECTED.
25629         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
25630         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
25631         EXTRA_VAR based on value of EXTRA_EXPECTED.
25632         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
25633         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
25634         EXTRA_VAR based on value of EXTRA_EXPECTED.
25635         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
25636         * math/gen-libm-test.pl (parse_args): Don't output initializers
25637         for extra output values.
25638
25639         * math/libm-test.inc (check_int): Expect result to be exactly
25640         equal to expected value and do not handle ulps.
25641         (check_long): Likewise.
25642         (check_longlong): Likewise.
25643
25644         * math/libm-test.inc (ceil_test_data): Test for "inexact"
25645         exceptions.
25646         (cimag_test_data): Likewise.
25647         (conj_test_data): Likewise.
25648         (copysign_test_data): Likewise.
25649         (cproj_test_data): Likewise.
25650         (creal_test_data): Likewise.
25651         (fabs_test_data): Likewise.
25652         (fdim_test_data): Likewise.
25653         (finite_test_data): Likewise.
25654         (floor_test_data): Likewise.
25655         (fmax_test_data): Likewise.
25656         (fmin_test_data): Likewise.
25657         (fmod_test_data): Likewise.
25658         (fpclassify_test_data): Likewise.
25659         (frexp_test_data): Likewise.
25660         (ilogb_test_data): Likewise.
25661         (isfinite_test_data): Likewise.
25662         (isgreater_test_data): Likewise.
25663         (isgreaterequal_test_data): Likewise.
25664         (isinf_test_data): Likewise.
25665         (isless_test_data): Likewise.
25666         (islessequal_test_data): Likewise.
25667         (islessgreater_test_data): Likewise.
25668         (isnan_test_data): Likewise.
25669         (isnormal_test_data): Likewise.
25670         (issignaling_test_data): Likewise.
25671         (isunordered_test_data): Likewise.
25672         (ldexp_test_data): Likewise.
25673         (lrint_test_data): Likewise.
25674         (lrint_test_data) [TEST_FLOAT]: Disable one test.
25675         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
25676         (lrint_tonearest_test_data): Test for "inexact" exceptions.
25677         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25678         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
25679         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25680         test input.
25681         (lrint_towardzero_test_data): Test for "inexact" exceptions.
25682         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25683         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
25684         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
25685         that test input.
25686         (lrint_downward_test_data): Test for "inexact" exceptions.
25687         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25688         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
25689         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25690         test input.
25691         (lrint_upward_test_data): Test for "inexact" exceptions.
25692         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
25693         test input.
25694         (llrint_test_data): Test for "inexact" exceptions.
25695         (llrint_test_data) [TEST_FLOAT]: Disable one test.
25696         (llrint_tonearest_test_data): Test for "inexact" exceptions.
25697         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25698         (llrint_towardzero_test_data): Test for "inexact" exceptions.
25699         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25700         (llrint_downward_test_data): Test for "inexact" exceptions.
25701         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25702         (llrint_upward_test_data): Test for "inexact" exceptions.
25703         (logb_test_data): Likewise.
25704         (logb_downward_test_data): Likewise.
25705         (nextafter_test_data): Likewise.
25706         (nexttoward_test_data): Likewise.
25707         (remainder_test_data): Likewise.
25708         (remquo_test_data): Likewise.
25709         (scalbn_test_data): Likewise.
25710         (scalbln_test_data): Likewise.
25711         (signbit_test_data): Likewise.
25712         (sqrt_test_data): Likewise.
25713         (significand_test_data): Likewise.
25714
25715 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25716
25717         [BZ #15424]
25718         * benchtests/bench-modf.c (struct args): Mark arg0 as
25719         volatile.
25720         * scripts/bench.pl: Mark members of struct args as volatile.
25721
25722 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25723
25724         [BZ # 15497]
25725         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
25726         negative infinity on POWER6 or lower.
25727         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
25728
25729 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
25730
25731         [BZ #15442]
25732         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
25733         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
25734         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
25735         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
25736         (_FP_SETQNAN): New macro.
25737         (_FP_SETQNAN_SEMIRAW): Likewise.
25738         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25739         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25740         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25741         (FP_EXTEND): Use _FP_FRAC_SNANP.
25742         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25743         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25744         into account.
25745         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25746         New macro.
25747         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25748         Likewise.
25749
25750 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25751
25752         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25753         with DIVIDE_BY_ZERO_EXCEPTION.
25754         (gamma_test_data): Likewise.
25755         (lgamma_test_data): Likewise.
25756         (log_test_data): Likewise.
25757         (log10_test_data): Likewise.
25758         (log2_test_data): Likewise.
25759         (tgamma_test_data): Likewise.
25760
25761         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25762         (acos_test_tonearest): Likewise.
25763         (acos_test_towardzero): Likewise.
25764         (acos_test_downward): Likewise.
25765         (acos_test_upward): Likewise.
25766         (acosh_test): Likewise.
25767         (asin_test): Likewise.
25768         (asin_test_tonearest): Likewise.
25769         (asin_test_towardzero): Likewise.
25770         (asin_test_downward): Likewise.
25771         (asin_test_upward): Likewise.
25772         (asinh_test): Likewise.
25773         (atan_test): Likewise.
25774         (atanh_test): Likewise.
25775         (atan2_test): Likewise.
25776         (cabs_test): Likewise.
25777         (cacos_test): Likewise.
25778         (cacosh_test): Likewise.
25779         (casin_test): Likewise.
25780         (casinh_test): Likewise.
25781         (catan_test): Likewise.
25782         (catanh_test): Likewise.
25783         (cbrt_test): Likewise.
25784         (ccos_test): Likewise.
25785         (ccosh_test): Likewise.
25786         (cexp_test): Likewise.
25787         (clog_test): Likewise.
25788         (clog10_test): Likewise.
25789         (cos_test): Likewise.
25790         (cos_test_tonearest): Likewise.
25791         (cos_test_towardzero): Likewise.
25792         (cos_test_downward): Likewise.
25793         (cos_test_upward): Likewise.
25794         (cosh_test): Likewise.
25795         (cosh_test_tonearest): Likewise.
25796         (cosh_test_towardzero): Likewise.
25797         (cosh_test_downward): Likewise.
25798         (cosh_test_upward): Likewise.
25799         (cpow_test): Likewise.
25800         (csin_test): Likewise.
25801         (csinh_test): Likewise.
25802         (csqrt_test): Likewise.
25803         (ctan_test): Likewise.
25804         (ctan_test_tonearest): Likewise.
25805         (ctan_test_towardzero): Likewise.
25806         (ctan_test_downward): Likewise.
25807         (ctan_test_upward): Likewise.
25808         (ctanh_test): Likewise.
25809         (ctanh_test_tonearest): Likewise.
25810         (ctanh_test_towardzero): Likewise.
25811         (ctanh_test_downward): Likewise.
25812         (ctanh_test_upward): Likewise.
25813         (erf_test): Likewise.
25814         (erfc_test): Likewise.
25815         (exp_test): Likewise.
25816         (exp_test_tonearest): Likewise.
25817         (exp_test_towardzero): Likewise.
25818         (exp_test_downward): Likewise.
25819         (exp_test_upward): Likewise.
25820         (exp10_test): Likewise.
25821         (exp2_test): Likewise.
25822         (expm1_test): Likewise.
25823         (fmod_test): Likewise.
25824         (gamma_test): Likewise.
25825         (hypot_test): Likewise.
25826         (j0_test): Likewise.
25827         (j1_test): Likewise.
25828         (jn_test): Likewise.
25829         (lgamma_test): Likewise.
25830         (log_test): Likewise.
25831         (log10_test): Likewise.
25832         (log1p_test): Likewise.
25833         (log2_test): Likewise.
25834         (logb_test_downward): Likewise.
25835         (pow_test): Likewise.
25836         (pow_test_tonearest): Likewise.
25837         (pow_test_towardzero): Likewise.
25838         (pow_test_downward): Likewise.
25839         (pow_test_upward): Likewise.
25840         (remainder_test): Likewise.
25841         (remquo_test): Likewise.
25842         (sin_test): Likewise.
25843         (sin_test_tonearest): Likewise.
25844         (sin_test_towardzero): Likewise.
25845         (sin_test_downward): Likewise.
25846         (sin_test_upward): Likewise.
25847         (sincos_test): Likewise.
25848         (sinh_test): Likewise.
25849         (sinh_test_tonearest): Likewise.
25850         (sinh_test_towardzero): Likewise.
25851         (sinh_test_downward): Likewise.
25852         (sinh_test_upward): Likewise.
25853         (sqrt_test): Likewise.
25854         (tan_test): Likewise.
25855         (tan_test_tonearest): Likewise.
25856         (tan_test_towardzero): Likewise.
25857         (tan_test_downward): Likewise.
25858         (tan_test_upward): Likewise.
25859         (tanh_test): Likewise.
25860         (tgamma_test): Likewise.
25861         (y0_test): Likewise.
25862         (y1_test): Likewise.
25863         (yn_test): Likewise.
25864
25865         * math/gen-libm-test.pl (adjust_arg): Remove function.
25866         (special_function): Remove argument $in_func.  Only handle
25867         generating output for tables of tests, not inside functions.
25868         (parse_args): Likewise.
25869         (generate_testfile): Remove variable $in_func.  Update call to
25870         parse_args.
25871         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25872         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25873         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25874         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25875         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25876         (MAX_VALUE_INIT): Rename macro to max_value.
25877         (MIN_VALUE_INIT): Rename macro to min_value.
25878         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25879         (plus_zero): Remove variable.
25880         (minus_zero): Likewise.
25881         (plus_infty): Likewise.
25882         (minus_infty): Likewise.
25883         (qnan_value): Likewise.
25884         (max_value): Likewise.
25885         (min_value): Likewise.
25886         (min_subnorm_value): Likewise.
25887
25888 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25889
25890         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25891         uint64_t or uint32_t usage.
25892         * crypt/sha256-block.c: Likewise.
25893         * crypt/sha256-crypt.c: Likewise.
25894         * crypt/sha256.c: Likewise.
25895         * crypt/sha512-block.c: Likewise.
25896         * crypt/sha512-crypt.c: Likewise.
25897         * crypt/sha512.c: Likewise.
25898         * debug/backtrace-tst.c: Likewise.
25899         * debug/pcprofiledump.c: Likewise.
25900         * elf/cache.c: Likewise.
25901         * elf/dl-cache.c: Likewise.
25902         * elf/dl-misc.c: Likewise.
25903         * elf/dl-profile.c: Likewise.
25904         * elf/dl-support.c: Likewise.
25905         * elf/ldconfig.c: Likewise.
25906         * elf/sprof.c: Likewise.
25907         * iconv/dummy-repertoire.c: Likewise.
25908         * iconv/iconv_charmap.c: Likewise.
25909         * iconv/skeleton.c: Likewise.
25910         * iconvdata/8bit-generic.c: Likewise.
25911         * iconvdata/cp737.h: Likewise.
25912         * iconvdata/cp775.h: Likewise.
25913         * iconvdata/ibm1008.h: Likewise.
25914         * iconvdata/ibm1025.h: Likewise.
25915         * iconvdata/ibm1046.h: Likewise.
25916         * iconvdata/ibm1097.h: Likewise.
25917         * iconvdata/ibm1112.h: Likewise.
25918         * iconvdata/ibm1122.h: Likewise.
25919         * iconvdata/ibm1123.h: Likewise.
25920         * iconvdata/ibm1124.h: Likewise.
25921         * iconvdata/ibm1129.h: Likewise.
25922         * iconvdata/ibm1130.h: Likewise.
25923         * iconvdata/ibm1132.h: Likewise.
25924         * iconvdata/ibm1133.h: Likewise.
25925         * iconvdata/ibm1137.h: Likewise.
25926         * iconvdata/ibm1140.h: Likewise.
25927         * iconvdata/ibm1141.h: Likewise.
25928         * iconvdata/ibm1142.h: Likewise.
25929         * iconvdata/ibm1143.h: Likewise.
25930         * iconvdata/ibm1144.h: Likewise.
25931         * iconvdata/ibm1145.h: Likewise.
25932         * iconvdata/ibm1146.h: Likewise.
25933         * iconvdata/ibm1147.h: Likewise.
25934         * iconvdata/ibm1148.h: Likewise.
25935         * iconvdata/ibm1149.h: Likewise.
25936         * iconvdata/ibm1153.h: Likewise.
25937         * iconvdata/ibm1154.h: Likewise.
25938         * iconvdata/ibm1155.h: Likewise.
25939         * iconvdata/ibm1156.h: Likewise.
25940         * iconvdata/ibm1157.h: Likewise.
25941         * iconvdata/ibm1158.h: Likewise.
25942         * iconvdata/ibm1160.h: Likewise.
25943         * iconvdata/ibm1161.h: Likewise.
25944         * iconvdata/ibm1162.h: Likewise.
25945         * iconvdata/ibm1163.h: Likewise.
25946         * iconvdata/ibm1164.h: Likewise.
25947         * iconvdata/ibm1166.h: Likewise.
25948         * iconvdata/ibm1167.h: Likewise.
25949         * iconvdata/ibm12712.h: Likewise.
25950         * iconvdata/ibm1390.h: Likewise.
25951         * iconvdata/ibm1399.h: Likewise.
25952         * iconvdata/ibm16804.h: Likewise.
25953         * iconvdata/ibm4517.h: Likewise.
25954         * iconvdata/ibm4899.h: Likewise.
25955         * iconvdata/ibm4909.h: Likewise.
25956         * iconvdata/ibm4971.h: Likewise.
25957         * iconvdata/ibm5347.h: Likewise.
25958         * iconvdata/ibm803.h: Likewise.
25959         * iconvdata/ibm856.h: Likewise.
25960         * iconvdata/ibm901.h: Likewise.
25961         * iconvdata/ibm902.h: Likewise.
25962         * iconvdata/ibm9030.h: Likewise.
25963         * iconvdata/ibm9066.h: Likewise.
25964         * iconvdata/ibm921.h: Likewise.
25965         * iconvdata/ibm922.h: Likewise.
25966         * iconvdata/ibm9448.h: Likewise.
25967         * iconvdata/isiri-3342.h: Likewise.
25968         * iconvdata/jis0201.h: Likewise.
25969         * include/link.h: Likewise.
25970         * include/netdb.h: Likewise.
25971         * inet/check_native.c: Likewise.
25972         * inet/check_pf.c: Likewise.
25973         * inet/getipv4sourcefilter.c: Likewise.
25974         * inet/getnameinfo.c: Likewise.
25975         * inet/getsourcefilter.c: Likewise.
25976         * inet/htonl.c: Likewise.
25977         * inet/setipv4sourcefilter.c: Likewise.
25978         * inet/setsourcefilter.c: Likewise.
25979         * inet/test-inet6_opt.c: Likewise.
25980         * inet/tst-network.c: Likewise.
25981         * locale/C-collate.c: Likewise.
25982         * locale/C-ctype.c: Likewise.
25983         * locale/C-time.c: Likewise.
25984         * locale/C-translit.h: Likewise.
25985         * locale/loadarchive.c: Likewise.
25986         * locale/programs/3level.h: Likewise.
25987         * locale/programs/charmap.c: Likewise.
25988         * locale/programs/charmap.h: Likewise.
25989         * locale/programs/ld-address.c: Likewise.
25990         * locale/programs/ld-collate.c: Likewise.
25991         * locale/programs/ld-ctype.c: Likewise.
25992         * locale/programs/ld-identification.c: Likewise.
25993         * locale/programs/ld-measurement.c: Likewise.
25994         * locale/programs/ld-messages.c: Likewise.
25995         * locale/programs/ld-monetary.c: Likewise.
25996         * locale/programs/ld-name.c: Likewise.
25997         * locale/programs/ld-numeric.c: Likewise.
25998         * locale/programs/ld-paper.c: Likewise.
25999         * locale/programs/ld-telephone.c: Likewise.
26000         * locale/programs/ld-time.c: Likewise.
26001         * locale/programs/linereader.c: Likewise.
26002         * locale/programs/locale.c: Likewise.
26003         * locale/programs/locarchive.c: Likewise.
26004         * locale/programs/locfile.h: Likewise.
26005         * locale/programs/repertoire.c: Likewise.
26006         * locale/programs/simple-hash.c: Likewise.
26007         * locale/programs/simple-hash.h: Likewise.
26008         * malloc/memusage.c: Likewise.
26009         * malloc/memusagestat.c: Likewise.
26010         * nis/nis_defaults.c: Likewise.
26011         * nis/nis_hash.c: Likewise.
26012         * nis/nis_print.c: Likewise.
26013         * nis/nis_xdr.c: Likewise.
26014         * nscd/connections.c: Likewise.
26015         * nscd/hstcache.c: Likewise.
26016         * nscd/nscd_gethst_r.c: Likewise.
26017         * nscd/nscd_getserv_r.c: Likewise.
26018         * nscd/nscd_helper.c: Likewise.
26019         * nscd/servicescache.c: Likewise.
26020         * nss/makedb.c: Likewise.
26021         * nss/nss_db/db-XXX.c: Likewise.
26022         * nss/nss_db/db-initgroups.c: Likewise.
26023         * nss/nss_db/db-netgrp.c: Likewise.
26024         * nss/nss_files/files-network.c: Likewise.
26025         * nss/nss_files/files-parse.c: Likewise.
26026         * posix/bug-regex5.c: Likewise.
26027         * posix/fnmatch_loop.c: Likewise.
26028         * posix/regcomp.c: Likewise.
26029         * posix/regexec.c: Likewise.
26030         * posix/tst-rfc3484-2.c: Likewise.
26031         * posix/tst-rfc3484-3.c: Likewise.
26032         * posix/tst-rfc3484.c: Likewise.
26033         * resolv/nss_dns/dns-canon.c: Likewise.
26034         * resolv/nss_dns/dns-network.c: Likewise.
26035         * resolv/res_init.c: Likewise.
26036         * resolv/res_mkquery.c: Likewise.
26037         * resolv/tst-aton.c: Likewise.
26038         * stdlib/cxa_atexit.c: Likewise.
26039         * stdlib/cxa_finalize.c: Likewise.
26040         * stdlib/gen-fpioconst.c: Likewise.
26041         * stdlib/strtol_l.c: Likewise.
26042         * string/tst-endian.c: Likewise.
26043         * sunrpc/auth_des.c: Likewise.
26044         * sunrpc/clnt_udp.c: Likewise.
26045         * sunrpc/rtime.c: Likewise.
26046         * sunrpc/svcauth_des.c: Likewise.
26047         * sunrpc/xdr.c: Likewise.
26048         * sunrpc/xdr_intXX_t.c: Likewise.
26049         * sunrpc/xdr_rec.c: Likewise.
26050         * sysdeps/generic/ldconfig.h: Likewise.
26051         * sysdeps/generic/ldsodefs.h: Likewise.
26052         * sysdeps/generic/memusage.h: Likewise.
26053         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26054         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26055         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26056         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26057         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26058         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26059         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26060         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26061         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26062         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26063         * sysdeps/posix/getaddrinfo.c: Likewise.
26064         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26065         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26066         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26067         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26068         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26069         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26070         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26071         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26072         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26073         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26074         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26075         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26076         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26077         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26078         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26079         * sysdeps/x86_64/dl-tls.h: Likewise.
26080         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26081         * time/alt_digit.c: Likewise.
26082         * time/era.c: Likewise.
26083         * wcsmbs/tst-c16c32-1.c: Likewise.
26084
26085 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26086
26087         * math/libm-test.inc (struct test_sincos_data): New type.
26088         (RUN_TEST_LOOP_sincos): New macro.
26089         (sincos_test_data): New variable.
26090         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26091
26092 2013-05-16  Richard Henderson  <rth@redhat.com>
26093
26094         * math/atest-exp2.c (LIMB64): New macro.
26095         (CONSTSZ): New macro.
26096         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26097         (hexdig): Move ...
26098         (print_mpn_fp): ... to function scope.
26099         (read_mpn_hex): Remove.
26100         (get_log2): Remove.
26101         (exp2_mpn): Use mp_log2.
26102         (main): Use mp_exp1.
26103
26104 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26105
26106         * math/libm-test.inc: Remove comment about not testing "inexact"
26107         exceptions.
26108         (INEXACT_EXCEPTION): New macro.
26109         (NO_INEXACT_EXCEPTION): Likewise.
26110         (INVALID_EXCEPTION_OK): Update value.
26111         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26112         (OVERFLOW_EXCEPTION_OK): Likewise.
26113         (UNDERFLOW_EXCEPTION_OK): Likewise.
26114         (IGNORE_ZERO_INF_SIGN): Likewise.
26115         (ERRNO_UNCHANGED): Likewise.
26116         (ERRNO_EDOM): Likewise.
26117         (ERRNO_ERANGE): Likewise.
26118         (test_exceptions): Handle testing "inexact" exceptions.
26119         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26120         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26121         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26122         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26123         INEXACT_EXCEPTION.
26124         (rint_towardzero_test_data): Likewise.
26125         (rint_downward_test_data): Likewise.
26126         (rint_upward_test_data): Likewise.
26127
26128         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26129         with OVERFLOW_EXCEPTION.
26130         (exp10_test_data): Likewise.
26131         (exp2_test_data): Likewise.
26132         (expm1_test_data): Likewise.
26133         (lgamma_test_data): Likewise.
26134         (pow_test_data): Likewise.
26135         (tgamma_test_data): Likewise.
26136         (yn_test_data): Remove duplicate test of overflow.
26137
26138         * math/libm-test.inc (struct test_cc_c_data): New type.
26139         (RUN_TEST_LOOP_cc_c): New macro.
26140         (cpow_test_data): New variable.
26141         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26142
26143         * math/libm-test.inc (struct test_f_L_data): New type.
26144         (RUN_TEST_LOOP_f_L): New macro.
26145         (llrint_test_data): New variable.
26146         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26147         (llrint_tonearest_test_data): New variable.
26148         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26149         (llrint_towardzero_test_data): New variable.
26150         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26151         (llrint_downward_test_data): New variable.
26152         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26153         (llrint_upward_test_data): New variable.
26154         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26155         (llround_test_data): New variable.
26156         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26157
26158 2013-05-13  Peter Collingbourne  <pcc@google.com>
26159
26160         * math/atest-exp2.c (get_log2): Remove const attribute.
26161
26162 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26163
26164         * math/libm-test.inc (struct test_f_l_data): New type.
26165         (RUN_TEST_LOOP_f_l): New macro.
26166         (lrint_test_data): New variable.
26167         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26168         (lrint_tonearest_test_data): New variable.
26169         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26170         (lrint_towardzero_test_data): New variable.
26171         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26172         (lrint_downward_test_data): New variable.
26173         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26174         (lrint_upward_test_data): New variable.
26175         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26176         (lround_test_data): New variable.
26177         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26178
26179 2013-05-15  Peter Collingbourne  <pcc@google.com>
26180
26181         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26182         (EXTRACT_WORDS64) Use where appropriate.
26183         (INSERT_WORDS64) Likewise.
26184
26185         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26186         constraints with x constraints.
26187         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26188
26189         * malloc/obstack.c (_obstack_compat): Add initializer.
26190
26191 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26192
26193         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26194         si_trapno and add si_addr_lsb to _sifields.sigfault.
26195         (si_trapno): Remove macro.
26196         (si_addr_lsb): Define new macro.
26197         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26198
26199 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26200
26201         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26202         instead of TEST_f_l.
26203         (llrint_test_tonearest): Likewise.
26204         (llrint_test_towardzero): Likewise.
26205         (llrint_test_downward): Likewise.
26206         (llrint_test_upward): Likewise.
26207         (llround_test): Likewise.
26208
26209         * math/libm-test.inc (struct test_f_i_data): Add comment.
26210         (RUN_TEST_LOOP_f_b): New macro.
26211         (RUN_TEST_LOOP_f_b_tg): Likewise.
26212         (finite_test_data): New variable.
26213         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
26214         (isfinite_test_data): New variable.
26215         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26216         (isinf_test_data): New variable.
26217         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26218         (isnan_test_data): New variable.
26219         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26220         (isnormal_test_data): New variable.
26221         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26222         (issignaling_test_data): New variable.
26223         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26224         (signbit_test_data): New variable.
26225         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26226
26227         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
26228         with INVALID_EXCEPTION.
26229         (acosh_test_data): Likewise.
26230         (asin_test_data): Likewise.
26231         (atanh_test_data): Likewise.
26232         (fmod_test_data): Likewise.
26233         (log_test_data): Likewise.
26234         (log10_test_data): Likewise.
26235         (log2_test_data): Likewise.
26236         (pow_test_data): Likewise.
26237         (sqrt_test_data): Likewise.
26238         (y0_test_data): Likewise.
26239         (y1_test_data): Likewise.
26240         (yn_test_data): Likewise.
26241
26242         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
26243         function contents.
26244
26245         * math/libm-test.inc (struct test_ff_i_data): New type.
26246         (RUN_TEST_LOOP_ff_i_tg): New macro.
26247         (isgreater_test_data): New variable.
26248         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26249         (isgreaterequal_test_data): New variable.
26250         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26251         (isless_test_data): New variable.
26252         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26253         (islessequal_test_data): New variable.
26254         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26255         (islessgreater_test_data): New variable.
26256         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26257         (isunordered_test_data): New variable.
26258         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26259
26260 2013-05-14  David S. Miller  <davem@davemloft.net>
26261
26262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26263
26264 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
26265
26266         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
26267
26268         * math/libm-test.inc (struct test_fF_f1_data): Change type of
26269         extra_test to int.
26270         (struct test_f_i_data): Change type of max_ulp to int.
26271
26272         * math/libm-test.inc (test_ffI_f1_data): New type.
26273         (RUN_TEST_LOOP_ffI_f1): New macro.
26274         (remquo_test_data): New variable.
26275         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
26276
26277         * setjmp/tst-setjmp-fp.c: New file.
26278         * setjmp/Makefile (tests): Add tst-setjmp-fp.
26279         (link-libm): New variable.
26280         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
26281
26282         * math/libm-test.inc (struct test_f_i_data): New type.
26283         (RUN_TEST_LOOP_f_i): New macro.
26284         (RUN_TEST_LOOP_f_i_tg): Likewise.
26285         (fpclassify_test_data): New variable.
26286         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
26287         (ilogb_test_data): New variable.
26288         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
26289
26290         * math/libm-test.inc (scalbln_test): Correct function name in END
26291         call.
26292
26293         * math/libm-test.inc (struct test_f_f1_data): Add comment.
26294         (RUN_TEST_LOOP_fI_f1): New macro.
26295         (frexp_test_data): New variable.
26296         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
26297
26298         * math/libm-test.inc (struct test_fF_f1_data): New type.
26299         (RUN_TEST_LOOP_fF_f1): New macro.
26300         (modf_test_data): New variable.
26301         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
26302
26303         * math/libm-test.inc (struct test_f_f1_data): New type.
26304         (RUN_TEST_LOOP_f_f1): New macro.
26305         (gamma_test_data): New variable.
26306         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
26307         (lgamma_test_data): New variable.
26308         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
26309
26310 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
26311
26312         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
26313         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
26314         (main): Comment "tls" pseudo-hwcap.
26315
26316 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
26317
26318         * math/libm-test.inc (struct test_fl_f_data): New type.
26319         (RUN_TEST_LOOP_fl_f): New variable.
26320         (scalbln_test_data): New variable.
26321         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
26322
26323         * math/libm-test.inc (struct test_fi_f_data): New type.
26324         (RUN_TEST_LOOP_fi_f): New macro.
26325         (ldexp_test_data): New variable.
26326         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
26327         (scalbn_test_data): New variable.
26328         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
26329
26330         * math/libm-test.inc (struct test_c_f_data): New type.
26331         (RUN_TEST_LOOP_c_f): New macro.
26332         (cabs_test_data): New variable.
26333         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
26334         (carg_test_data): New variable.
26335         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
26336         (cimag_test_data): New variable.
26337         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
26338         (creal_test_data): New variable.
26339         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
26340
26341         * math/libm-test.inc (struct test_if_f_data): New type.
26342         (RUN_TEST_LOOP_if_f): New macro.
26343         (jn_test_data): New variable.
26344         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
26345         (yn_test_data): New variable.
26346         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
26347
26348         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
26349
26350 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26351
26352         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
26353         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
26354
26355 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26356
26357         * benchtests/Makefile (CPPFLAGS-nonlib): Add
26358         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
26359         (bench-deps): Add bench-timing.h.
26360         * benchtests-bench-skeleton.c: Include bench-timing.h.
26361         (main): Use TIMING_* macros instead of clock_gettime.
26362         * benchtests/bench-timing.h: New file.
26363
26364         [BZ #14582]
26365         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
26366         Renamed from _LIB_VERSION.
26367         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
26368
26369 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
26370
26371         * math/libm-test.inc (struct test_fff_f_data): New type.
26372         (RUN_TEST_LOOP_fff_f): New macro.
26373         (fma_test_data): New variable.
26374         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
26375         (fma_towardzero_test_data): New variable.
26376         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
26377         (fma_downward_test_data): New variable.
26378         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
26379         (fma_upward_test_data): New variable.
26380         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
26381
26382         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
26383         (struct test_c_c_data): New type.
26384         (RUN_TEST_LOOP_c_c): New macro.
26385         (cacos_test_data): New variable.
26386         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
26387         (cacosh_test_data): New variable.
26388         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
26389         (casin_test_data): New variable.
26390         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
26391         (casinh_test_data): New variable.
26392         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
26393         (catan_test_data): New variable.
26394         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
26395         (catanh_test_data): New variable.
26396         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
26397         (ccos_test_data): New variable.
26398         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
26399         (ccosh_test_data): New variable.
26400         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
26401         (cexp_test_data): New variable.
26402         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
26403         (clog_test_data): New variable.
26404         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
26405         (clog10_test_data): New variable.
26406         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
26407         (conj_test_data): New variable.
26408         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
26409         (cproj_test_data): New variable.
26410         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
26411         (csin_test_data): New variable.
26412         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
26413         (csinh_test_data): New variable.
26414         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
26415         (csqrt_test_data): New variable.
26416         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
26417         (ctan_test_data): New variable.
26418         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
26419         (ctan_tonearest_test_data): New variable.
26420         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
26421         (ctan_towardzero_test_data): New variable.
26422         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
26423         (ctan_downward_test_data): New variable.
26424         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
26425         (ctan_upward_test_data): New variable.
26426         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
26427         (ctanh_test_data): New variable.
26428         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
26429         (ctanh_tonearest_test_data): New variable.
26430         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
26431         (ctanh_towardzero_test_data): New variable.
26432         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
26433         (ctanh_downward_test_data): New variable.
26434         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
26435         (ctanh_upward_test_data): New variable.
26436         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
26437         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
26438         of BUILD_COMPLEX.
26439
26440         * math/libm-test.inc (struct test_ff_f_data): New type.
26441         (struct test_ff_f_data_nexttoward): Likewise.
26442         (RUN_TEST_LOOP_2_f): New macro.
26443         (RUN_TEST_LOOP_ff_f): Likewise.
26444         (atan2_test_data): New variable.
26445         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
26446         (copysign_test_data): New variable.
26447         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
26448         (fdim_test_data): New variable.
26449         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
26450         (fmax_test_data): New variable.
26451         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
26452         (fmin_test_data): New variable.
26453         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
26454         (fmod_test_data): New variable.
26455         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
26456         (hypot_test_data): New variable.
26457         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
26458         (nextafter_test_data): New variable.
26459         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
26460         (nexttoward_test_data): New variable.
26461         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
26462         (pow_test_data): New variable.
26463         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
26464         (pow_tonearest_test_data): New variable.
26465         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
26466         (pow_towardzero_test_data): New variable.
26467         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
26468         (pow_downward_test_data): New variable.
26469         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
26470         (pow_upward_test_data): New variable.
26471         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
26472         (remainder_test_data): New variable.
26473         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
26474         (scalb_test_data): New variable.
26475         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
26476         * sysdeps/i386/fpu/libm-test-ulps: Update.
26477
26478 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
26479
26480         * math/libm-test.inc (fma_test): Use max_value instead of local
26481         variable fltmax.
26482         (nextafter_test): Likewise.
26483
26484         * math/libm-test.inc (acos_towardzero_test_data): New variable.
26485         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26486         (acos_downward_test_data): New variable.
26487         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26488         (acos_upward_test_data): New variable.
26489         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26490         (acosh_test_data): New variable.
26491         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
26492         (asin_test_data): New variable.
26493         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
26494         (asin_tonearest_test_data): New variable.
26495         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26496         (asin_towardzero_test_data): New variable.
26497         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26498         (asin_downward_test_data): New variable.
26499         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26500         (asin_upward_test_data): New variable.
26501         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26502         (asinh_test_data): New variable.
26503         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
26504         (atan_test_data): New variable.
26505         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
26506         (atanh_test_data): New variable.
26507         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
26508         (cbrt_test_data): New variable.
26509         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
26510         (ceil_test_data): New variable.
26511         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
26512         (cos_test_data): New variable.
26513         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
26514         (cos_tonearest_test_data): New variable.
26515         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26516         (cos_towardzero_test_data): New variable.
26517         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26518         (cos_downward_test_data): New variable.
26519         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26520         (cos_upward_test_data): New variable.
26521         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26522         (cosh_test_data): New variable.
26523         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
26524         (cosh_tonearest_test_data): New variable.
26525         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26526         (cosh_towardzero_test_data): New variable.
26527         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26528         (cosh_downward_test_data): New variable.
26529         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26530         (cosh_upward_test_data): New variable.
26531         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26532         (erf_test_data): New variable.
26533         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
26534         (erfc_test_data): New variable.
26535         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
26536         (exp_test_data): New variable.
26537         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
26538         (exp_tonearest_test_data): New variable.
26539         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26540         (exp_towardzero_test_data): New variable.
26541         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26542         (exp_downward_test_data): New variable.
26543         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26544         (exp_upward_test_data): New variable.
26545         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26546         (exp10_test_data): New variable.
26547         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
26548         (exp2_test_data): New variable.
26549         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
26550         (expm1_test_data): New variable.
26551         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
26552         (fabs_test_data): New variable.
26553         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
26554         (floor_test_data): New variable.
26555         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
26556         (j0_test_data): New variable.
26557         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
26558         (j1_test_data): New variable.
26559         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
26560         (log_test_data): New variable.
26561         (log_test): Run tests with RUN_TEST_LOOP_f_f.
26562         (log10_test_data): New variable.
26563         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
26564         (log1p_test_data): New variable.
26565         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
26566         (log2_test_data): New variable.
26567         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
26568         (logb_test_data): New variable.
26569         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
26570         (logb_downward_test_data): New variable.
26571         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26572         (nearbyint_test_data): New variable.
26573         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
26574         (rint_test_data): New variable.
26575         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
26576         (rint_tonearest_test_data): New variable.
26577         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26578         (rint_towardzero_test_data): New variable.
26579         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26580         (rint_downward_test_data): New variable.
26581         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26582         (rint_upward_test_data): New variable.
26583         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26584         (round_test_data): New variable.
26585         (round_test): Run tests with RUN_TEST_LOOP_f_f.
26586         (sin_test_data): New variable.
26587         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
26588         (sin_tonearest_test_data): New variable.
26589         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26590         (sin_towardzero_test_data): New variable.
26591         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26592         (sin_downward_test_data): New variable.
26593         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26594         (sin_upward_test_data): New variable.
26595         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26596         (sinh_test_data): New variable.
26597         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
26598         (sinh_tonearest_test_data): New variable.
26599         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26600         (sinh_towardzero_test_data): New variable.
26601         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26602         (sinh_downward_test_data): New variable.
26603         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26604         (sinh_upward_test_data): New variable.
26605         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26606         (sqrt_test_data): New variable.
26607         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
26608         (tan_test_data): New variable.
26609         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
26610         (tan_tonearest_test_data): New variable.
26611         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26612         (tan_towardzero_test_data): New variable.
26613         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26614         (tan_downward_test_data): New variable.
26615         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26616         (tan_upward_test_data): New variable.
26617         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26618         (tanh_test_data): New variable.
26619         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
26620         (tgamma_test_data): New variable.
26621         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
26622         (trunc_test_data): New variable.
26623         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
26624         (y0_test_data): New variable.
26625         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
26626         (y1_test_data): New variable.
26627         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
26628         (significand_test_data): New variable.
26629         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
26630
26631 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
26632
26633         [BZ #12387]
26634         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
26635
26636 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
26637
26638         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
26639
26640 2013-05-10  Andreas Jaeger  <aj@suse.de>
26641
26642         [BZ #15448]
26643         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
26644         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
26645
26646 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26647
26648         * math/gen-libm-test.pl (adjust_arg): New function.
26649         (special_functions): Handle generating output in both functions
26650         and arrays.
26651         (parse_args): Likewise.
26652         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
26653         $in_func argument to parse_args.
26654         * math/libm-test.inc (struct test_f_f_data): New type.
26655         (IF_ROUND_INIT_): New macro.
26656         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
26657         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26658         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26659         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26660         (ROUND_RESTORE_): Likewise.
26661         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
26662         (ROUND_RESTORE_FE_TONEAREST): Likewise.
26663         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
26664         (ROUND_RESTORE_FE_UPWARD): Likewise.
26665         (RUN_TEST_LOOP_f_f): New macro.
26666         (acos_test_data): New variable.
26667         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
26668         (acos_tonearest_test_data): New variable.
26669         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26670
26671 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26672
26673         * benchtests/bench-skeleton.c (startup): Fix coding style.
26674
26675 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26676
26677         [BZ #6809]
26678         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
26679         negative infinity argument.
26680         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
26681         negative infinity argument.
26682         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
26683         negative infinity argument.
26684         * math/libm-test.inc (tgamma_test): Expect errno to be set for
26685         domain errors.
26686
26687 2013-05-10  Florian Weimer  <fweimer@redhat.com>
26688
26689         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
26690         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
26691         * iconv/iconv_prog.c (main): Likewise.
26692         * locale/programs/charmap-dir.c (charmap_readdir)
26693         (fopen_uncompressed): Likewise.
26694         * locale/programs/locfile.c (siblings_uncached)
26695         (write_locale_data): Use lstat64 instead of lstat.
26696         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
26697         stat.
26698
26699 2013-05-10  Andreas Jaeger  <aj@suse.de>
26700
26701         [BZ #15395]
26702         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
26703         localization.
26704         Include <locale.h>.
26705
26706 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
26707
26708         * elf/dl-close.c (_dl_close_worker): Add comments.
26709
26710 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
26711
26712         [BZ #15359]
26713         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
26714         high part of pi/2.
26715         (__ieee754_rem_pio2l): Update comments.
26716
26717         [BZ #15429]
26718         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
26719         high part of pi/2.
26720         (__ieee754_rem_pio2l): Update comments.
26721
26722         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
26723         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
26724
26725         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
26726         M_PI_4l.
26727
26728         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
26729         (M_PI_34_LOG10El): Likewise.
26730         (M_PI2_LOG10El): Likewise.
26731         (M_PI4_LOG10El): Likewise.
26732         (M_PI_LOG10El): Likewise.
26733
26734 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26735
26736         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26737
26738 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
26739
26740         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26741         (MINUS_ZERO_INIT): Likewise.
26742         (PLUS_INFTY_INIT): Likewise.
26743         (MINUS_INFTY_INIT): Likewise.
26744         (QNAN_VALUE_INIT): Likewise.
26745         (MAX_VALUE_INIT): Likewise.
26746         (MIN_VALUE_INIT): Likewise.
26747         (MIN_SUBNORM_VALUE_INIT): Likewise.
26748         (plus_zero): Initialize with PLUS_ZERO_INIT.
26749         (minus_zero): Initialize with MINUS_ZERO_INIT.
26750         (plus_infty): Initialize with PLUS_INFTY_INIT.
26751         (minus_infty): Initialize with MINUS_INFTY_INIT.
26752         (qnan_value): Initialize with QNAN_VALUE_INIT.
26753         (max_value): Initialize with MAX_VALUE_INIT.
26754         (min_value): Initialize with MIN_VALUE_INIT.
26755         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26756
26757         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26758         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26759         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26760         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26761
26762         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26763         (RUN_TEST_2_f): Likewise.
26764         (RUN_TEST_ff_f): Likewise.
26765         (RUN_TEST_fi_f): Likewise.
26766         (RUN_TEST_fl_f): Likewise.
26767         (RUN_TEST_fff_f): Likewise.
26768         (RUN_TEST_c_f): Likewise.
26769         (RUN_TEST_f_f1): Likewise.
26770         (RUN_TEST_fF_f1): Likewise.
26771         (RUN_TEST_fI_f1): Likewise.
26772         (RUN_TEST_ffI_f1): Likewise.
26773         (RUN_TEST_c_c): Likewise.
26774         (RUN_TEST_cc_c): Likewise.
26775         (RUN_TEST_f_i): Likewise.
26776         (RUN_TEST_f_i_tg): Likewise.
26777         (RUN_TEST_ff_i_tg): Likewise.
26778         (RUN_TEST_f_b): Likewise.
26779         (RUN_TEST_f_b_tg): Likewise.
26780         (RUN_TEST_f_l): Likewise.
26781         (RUN_TEST_f_L): Likewise.
26782         (RUN_TEST_sincos): Likewise.
26783         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26784         whether to show exceptions.  Do not include ");\n" in return
26785         value.
26786         (special_functions): Output call to RUN_TEST_sincos instead of
26787         check_float calls.  Update calls to new_test.
26788         (parse_args): Output call to single RUN_TEST_* macro instead of
26789         check_* calls and other assignments.  Update calls to new_test.
26790
26791         [BZ #2546]
26792         [BZ #2560]
26793         [BZ #5159]
26794         [BZ #15426]
26795         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26796         input to result for tgamma overflow.
26797         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26798         (gamma_coeff): New variable.
26799         (NCOEFF): New macro.
26800         (gamma_positive): New function.
26801         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26802         underflow here.  Use gamma_positive instead of exp (lgamma) for
26803         other arguments.
26804         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26805         (gamma_coeff): New variable.
26806         (NCOEFF): New macro.
26807         (gammaf_positive): New function.
26808         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26809         underflow here.  Use gamma_positive instead of exp (lgamma) for
26810         other arguments.
26811         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26812         (gamma_coeff): New variable.
26813         (NCOEFF): New macro.
26814         (gammal_positive): New function.
26815         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26816         underflow here.  Use gamma_positive instead of exp (lgamma) for
26817         other arguments.
26818         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26819         (gamma_coeff): New variable.
26820         (NCOEFF): New macro.
26821         (gammal_positive): New function.
26822         (__ieee754_gammal_r): Handle positive infinity, overflow and
26823         underflow here.  Handle NaN the same as positive infinity.  Remove
26824         check x < 0xffffffff for negative integers.  Use gamma_positive
26825         instead of exp (lgamma) for other arguments.
26826         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26827         (gamma_coeff): New variable.
26828         (NCOEFF): New macro.
26829         (gammal_positive): New function.
26830         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26831         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26832         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26833         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26834         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26835         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26836         * sysdeps/generic/math_private.h (__gamma_productf): New
26837         prototype.
26838         (__gamma_product): Likewise.
26839         (__gamma_productl): Likewise.
26840         * math/Makefile (libm-calls): Add gamma_product.
26841         * math/libm-test.inc (tgamma_test): Add more tests.
26842         * sysdeps/i386/fpu/libm-test-ulps: Update.
26843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26844
26845 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26846
26847         * benchtests/bench-skeleton.c (main): Preheat CPU.
26848
26849 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26850
26851         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26852
26853 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26854
26855         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26856         and _dl_skip_args_internal.
26857
26858 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26859
26860         * manual/message.texi (Message Translation): Talk about users.
26861         Message to key mapping impacts design.
26862
26863 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26864
26865         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26866
26867         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26868
26869         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26870         * sysdeps/wordsize-64/glob64.c: ... here.
26871
26872         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26873         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26874         New macros.
26875
26876         * debug/getlogin_r_chk.c: Moved to ...
26877         * login/getlogin_r_chk.c: ... here.
26878         * debug/Makefile (routines): Move getlogin_r_chk to ...
26879         * login/Makefile (routines): ... here.
26880         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26881         * login/Versions (libc: GLIBC_2.4): ... here.
26882
26883         * io/poll.c (__poll): Renamed from poll.
26884         Add libc_hidden_def.
26885         (poll): Define as weak alias.
26886
26887         * debug/ptsname_r_chk.c: Moved to ...
26888         * login/ptsname_r_chk.c: ... here.
26889         * debug/Makefile (routines): Move ptsname_r_chk to ...
26890         * login/Makefile (routines): ... here.
26891         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26892         * login/Versions (libc: GLIBC_2.4): ... here.
26893
26894         * posix/getlogin.c: Moved to ...
26895         * login/getlogin.c: ... here.
26896         * posix/getlogin_r.c: Moved to ...
26897         * login/getlogin_r.c: ... here.
26898         * posix/getlogin_r.c: Moved to ...
26899         * login/getlogin_r.c: ... here.
26900         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26901         * login/Makefile (routines): ... here.
26902         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26903         * login/Versions (libc: GLIBC_2.0): ... here.
26904
26905         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26906         (setrlimit): Define as weak alias.
26907
26908         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26909         Call __ names for open, ftruncate, and close.
26910         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26911         (truncate): Define as weak alias.
26912
26913 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26914
26915         * math/gen-libm-test.pl (parse_args): Initialize x before each
26916         test of frexp, modf and remquo.
26917
26918         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26919         test signgam value.
26920
26921 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26922
26923         [BZ #15418]
26924         [BZ #15419]
26925         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26926         internal tests.
26927         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26928
26929 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26930
26931         * elf/dl-writev.h: New file.
26932         * elf/dl-misc.c: Include it.
26933         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26934         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26935
26936 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26937
26938         * math/libm-test.inc (noXFails): Remove variable.
26939         (noXPasses): Likewise.
26940         (BUILD_COMPLEX_INT): Remove macro.
26941         (print_screen): Remove xfail argument.
26942         (print_screen_max_error): Likewise.
26943         (update_stats): Likewise.
26944         (print_max_error): Likewise.  Update calls to other affected
26945         functions.
26946         (print_complex_max_error): Likewise.
26947         (test_single_exception): Update calls to print_screen.
26948         (test_single_errno): Likewise.
26949         (check_float_internal): Remove xfail argument.  Update calls to
26950         other affected functions.
26951         (check_float): Likewise.
26952         (check_complex): Likewise.
26953         (check_int): Likewise.
26954         (check_long): Likewise.
26955         (check_bool): Likewise.
26956         (check_longlong): Likewise.
26957         (main): Don't print noXFails and noXPasses.
26958         * math/gen-libm-test.pl (top level): Don't mention expected
26959         failure handling in comment.
26960         (new_test): Don't handle expected failures.
26961         (parse_args): Don't mention expected failure handling in comment.
26962         (generate_testfile): Don't handle expected failures.
26963         (parse_ulps): Likewise.
26964         (print_ulps_file): Likewise.
26965         (get_failure): Remove function.
26966         (output_test): Don't handle expected failures.
26967         * make/README.libm-test: Don't mention expected failure handling.
26968
26969         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26970         (minus_zero): Likewise.
26971         (plus_infty): Likewise.
26972         (minus_infty): Likewise.
26973         (qnan_value): Likewise.
26974         (max_value): Likewise.
26975         (min_value): Likewise.
26976         (min_subnorm_value): Likewise.
26977         (initialize): Do not initialize those variables dynamically.
26978
26979 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26980
26981         * io/open.c (__open_2): Moved to ...
26982         * io/open_2.c: ... this new file.
26983         * io/open64.c (__open64_2): Moved to ...
26984         * io/open64_2.c: ... this new file.
26985         * io/openat.c (__openat_2): Moved to ...
26986         * io/openat_2.c: ... this new file.
26987         * io/openat64.c (__openat64_2): Moved to ...
26988         * io/openat64_2.c: ... this new file.
26989         * io/Makefile (routines): Add them.
26990         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26991         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26992         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26993         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26994         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26995         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26996         (__openat64): Add hidden_ver.
26997         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26998         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26999
27000         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27001         Separately conditionalize setting of GLRO(dl_sysinfo) so
27002         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27003         as well, but the actual setting is only under [NEED_DL_SYSINFO].
27004
27005 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27006
27007         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27008         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27009         definition.
27010         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27011         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27012         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27013         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27014         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27015
27016 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27017
27018         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27019         test signgam value.
27020
27021         * math/libm-test.inc (hypot_test): Do not use
27022         IGNORE_ZERO_INF_SIGN.
27023
27024 2013-05-03  Andreas Jaeger  <aj@suse.de>
27025
27026         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27027         Linux 3.9.
27028         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27029         (PF_MAX): Adjust for VSOCK change.
27030
27031 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27032
27033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27034
27035 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27036
27037         [BZ #15264]
27038         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27039         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27040         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27041
27042 2013-05-02  David S. Miller  <davem@davemloft.net>
27043
27044         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27045
27046 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27047
27048         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27049
27050 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27051
27052         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27053
27054 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27055
27056         [BZ #14952]
27057         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27058         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27059         Use __attribute__ ((__gnu_inline__)).
27060         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27061         Don't use __attribute__ ((__gnu_inline__)).
27062
27063 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27064
27065         [BZ #15423]
27066         * math/s_catan.c (__catan): Handle small real or imaginary part of
27067         input specially to avoid spurious underflow.
27068         * math/s_catanf.c (__catanf): Likewise.
27069         * math/s_catanh.c (__catanh): Likewise.
27070         * math/s_catanhf.c (__catanhf): Likewise.
27071         * math/s_catanhl.c (__catanhl): Likewise.
27072         * math/s_catanl.c (__catanl): Likewise.
27073         * math/libm-test.inc (catan_test): Add more tests.
27074         (catanh_test): Likewise.
27075         * sysdeps/i386/fpu/libm-test-ulps: Update.
27076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27077
27078 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27079
27080         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27081
27082 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27083
27084         [BZ #15416]
27085         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27086         accurately for denominator in atan2.
27087         * math/s_catanf.c (__catanf): Likewise.
27088         * math/s_catanh.c (__catanh): Likewise.
27089         * math/s_catanhf.c (__catanhf): Likewise.
27090         * math/s_catanhl.c (__catanhl): Likewise.
27091         * math/s_catanl.c (__catanl): Likewise.
27092         * math/libm-test.inc (catan_test): Add more tests.
27093         (catanh_test): Likewise.
27094         * sysdeps/i386/fpu/libm-test-ulps: Update.
27095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27096
27097 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27098
27099         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27100
27101         * benchtests/Makefile (bench): Remove slow benchmarks.
27102         * benchtests/atan-inputs: Add slow benchmark inputs.
27103         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27104         (BENCH_FUNC): Accept variant offset.
27105         (VARIANT): Define.
27106         * benchtests/bench-skeleton.c (main): Run benchmark for each
27107         variant.
27108         * benchtests/cos-inputs: Add slow benchmark inputs.
27109         * benchtests/exp-inputs: Likewise.
27110         * benchtests/pow-inputs: Likewise.
27111         * benchtests/sin-inputs: Likewise.
27112         * benchtests/slowatan-inputs: Remove.
27113         * benchtests/slowatan.c: Remove.
27114         * benchtests/slowcos-inputs: Remove.
27115         * benchtests/slowcos.c: Remove.
27116         * benchtests/slowexp-inputs: Remove.
27117         * benchtests/slowexp.c: Remove.
27118         * benchtests/slowpow-inputs: Remove.
27119         * benchtests/slowpow.c: Remove.
27120         * benchtests/slowsin-inputs: Remove.
27121         * benchtests/slowsin.c: Remove.
27122         * benchtests/slowtan-inputs: Remove.
27123         * benchtests/slowtan.c: Remove.
27124         * benchtests/tan-inputs: Add slow benchmark inputs.
27125         * scripts/bench.pl: Parse comments and directives.
27126
27127         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27128         in CPPFLAGS.
27129         ($(objpfx)bench-%.c): Remove *-ITER.
27130         * benchtests/bench-modf.c: Remove definition of ITER.
27131         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27132         (main): Loop for DURATION seconds instead of fixed number of
27133         iterations.
27134         * scripts/bench.pl: Don't expect iterations in parameters.
27135
27136 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27137
27138         * io/fchdir.c (__fchdir): Renamed from fchdir.
27139         (fchdir): Define as weak alias.
27140
27141 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27142
27143         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27144         (ERRNO_EDOM): Likewise.
27145         (ERRNO_ERANGE): Likewise.
27146         (noErrnoTests): New variable.
27147         (init_max_error): Set errno to 0.
27148         (test_single_errno): New function.
27149         (test_errno): Likewise.
27150         (check_float_internal): Call test_errno.  Set errno to 0.
27151         (check_complex): Refer to errno tests in comment.
27152         (check_int): Call test_errno.  Set errno to 0.
27153         (check_long): Likewise.
27154         (check_bool): Likewise.
27155         (check_longlong): Likewise.
27156         (cos_test): Use ERRNO_* flags for errno tests instead of
27157         check_int.
27158         (expm1_test): Likewise.
27159         (fmod_test): Likewise.
27160         (ilogb_test): Likewise.
27161         (lgamma_test): Likewise.
27162         (pow_test): Likewise.
27163         (remainder_test): Likewise.
27164         (sin_test): Likewise.
27165         (tan_test): Likewise.
27166         (yn_test): Likewise.
27167         (initialize): Set errno to 0.
27168         (main): Print number of errno tests.
27169         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27170
27171 2013-04-29  Andreas Jaeger  <aj@suse.de>
27172
27173         [BZ #15084]
27174         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27175         and RES_USEVC.
27176
27177         [BZ #15085]
27178         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27179         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27180         unimplemented.
27181
27182         [BZ #15380]
27183         * stdlib/random.c (__initstate): Return NULL if
27184         __initstate fails.
27185
27186         [BZ #15086]
27187         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27188         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27189         RES_SNGLKUPREOP.
27190
27191 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27192
27193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27194
27195 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27196
27197         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27198         of individual tests.
27199         (casin_test): Likewise.
27200         (casinh_test): Likewise.
27201
27202 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27203
27204         [BZ #15409]
27205         * math/s_catan.c (__catan): Handle arguments with large real or
27206         imaginary part separately without squaring.
27207         * math/s_catanf.c (__catanf): Likewise.
27208         * math/s_catanh.c (__catanh): Likewise.
27209         * math/s_catanhf.c (__catanhf): Likewise.
27210         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27211         and redefine.
27212         (__catanhl): Handle arguments with large real or imaginary part
27213         separately without squaring.
27214         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27215         and redefine.
27216         (__catanl): Handle arguments with large real or imaginary part
27217         separately without squaring.
27218         * math/libm-test.inc (catan_test): Add more tests.
27219         (catanh_test): Likewise.
27220         * sysdeps/i386/fpu/libm-test-ulps: Update.
27221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27222
27223 2013-04-27  Andreas Jaeger  <aj@suse.de>
27224
27225         [BZ #15007]
27226         * stdlib/stdlib.h: Update guards for qecvt.
27227         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
27228         <stdlib.h>.
27229
27230 2013-04-27  Allan McRae  <allan@archlinux.org>
27231
27232         * sysdeps/i386/fpu/libm-test-ulps: Update.
27233
27234 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
27235
27236         [BZ #15406]
27237         * math/s_catan.c: Include <float.h>.
27238         (__catan): Ensure underflow exception occurs for underflowed
27239         result.
27240         * math/s_catanf.c: Include <float.h>.
27241         (__catanf): Ensure underflow exception occurs for underflowed
27242         result.
27243         * math/s_catanh.c: Include <float.h>.
27244         (__catanh): Ensure underflow exception occurs for underflowed
27245         result.
27246         * math/s_catanhf.c: Include <float.h>.
27247         (__catanhf): Ensure underflow exception occurs for underflowed
27248         result.
27249         * math/s_catanhl.c: Include <float.h>.
27250         (__catanhl): Ensure underflow exception occurs for underflowed
27251         result.
27252         * math/s_catanl.c: Include <float.h>.
27253         (__catanl): Ensure underflow exception occurs for underflowed
27254         result.
27255         * math/libm-test.inc (catan_test): Add more tests.
27256         (catanh_test): Likewise.
27257
27258         [BZ #15405]
27259         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
27260         underflowed result.
27261         * math/s_ccoshf.c (__ccoshf): Likewise.
27262         * math/s_ccoshl.c (__ccoshl): Likewise.
27263         * math/s_csin.c (__csin): Likewise.
27264         * math/s_csinf.c (__csinf): Likewise.
27265         * math/s_csinh.c (__csinh): Likewise.
27266         * math/s_csinhf.c (__csinhf): Likewise.
27267         * math/s_csinhl.c (__csinhl): Likewise.
27268         * math/s_csinl.c (__csinl): Likewise.
27269         * math/libm-test.inc (ccos_test): Add more tests.
27270         (ccosh_test): Likewise.
27271         (csin_test): Likewise.
27272         (csinh_test): Likewise.
27273
27274 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27275
27276         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
27277         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
27278         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
27279         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
27280         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
27281         powerpc/power5+/fpu folders.
27282         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
27283
27284
27285 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
27286
27287         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27288
27289 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
27290
27291         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
27292         additions to variable.
27293         [$(config-machine) = x86_64] (modules-names): Likewise.
27294         ($(objpfx)tst-audit3): Remove dependency.
27295         ($(objpfx)tst-audit3.out): Likewise.
27296         ($(objpfx)tst-audit4): Likewise.
27297         ($(objpfx)tst-audit4.out): Likewise.
27298         ($(objpfx)tst-audit5): Likewise.
27299         ($(objpfx)tst-audit5.out): Likewise.
27300         ($(objpfx)tst-audit6): Likewise.
27301         ($(objpfx)tst-audit6.out): Likewise.
27302         ($(objpfx)tst-audit7): Likewise.
27303         ($(objpfx)tst-audit7.out): Likewise.
27304         (tst-audit3-ENV): Remove variable.
27305         (tst-audit4-ENV): Likewise.
27306         (tst-audit5-ENV): Likewise.
27307         (tst-audit6-ENV): Likewise.
27308         (tst-audit7-ENV): Likewise.
27309         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
27310         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
27311         addition to variable.
27312         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
27313         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
27314         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
27315         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
27316         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
27317         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
27318         tst-audit3, tst-audit4 and tst-audit5.
27319         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
27320         tst-audit6 and tst-audit7.
27321         [$(subdir) = elf] (modules-names): Add audit modules for those
27322         tests.
27323         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
27324         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
27325         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
27326         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
27327         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
27328         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
27329         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
27330         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
27331         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
27332         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
27333         [$(subdir) = elf] (tst-audit3-ENV): New variable.
27334         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
27335         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
27336         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
27337         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
27338         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
27339         Likewise.
27340         [$(subdir) = elf && $(config-cflags-avx) = yes]
27341         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
27342         [$(subdir) = elf && $(config-cflags-avx) = yes]
27343         (CFLAGS-tst-auditmod4a.c): Likewise.
27344         [$(subdir) = elf && $(config-cflags-avx) = yes]
27345         (CFLAGS-tst-auditmod4b.c): Likewise.
27346         [$(subdir) = elf && $(config-cflags-avx) = yes]
27347         (CFLAGS-tst-auditmod6b.c): Likewise.
27348         [$(subdir) = elf && $(config-cflags-avx) = yes]
27349         (CFLAGS-tst-auditmod6c.c): Likewise.
27350         [$(subdir) = elf && $(config-cflags-avx) = yes]
27351         (CFLAGS-tst-auditmod7b.c): Likewise.
27352         * elf/tst-audit3.c: Move to ...
27353         * sysdeps/x86_64/tst-audit3.c: ... here.
27354         * elf/tst-audit4.c: Move to ...
27355         * sysdeps/x86_64/tst-audit4.c: ... here.
27356         * elf/tst-audit5.c: Move to ...
27357         * sysdeps/x86_64/tst-audit5.c: ... here.
27358         * elf/tst-audit6.c: Move to ...
27359         * sysdeps/x86_64/tst-audit6.c: ... here.
27360         * elf/tst-audit7.c: Move to ...
27361         * sysdeps/x86_64/tst-audit7.c: ... here.
27362         * elf/tst-auditmod3a.c: Move to ...
27363         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
27364         * elf/tst-auditmod3b.c: Move to ...
27365         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
27366         * elf/tst-auditmod4a.c: Move to ...
27367         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
27368         * elf/tst-auditmod4b.c: Move to ...
27369         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
27370         * elf/tst-auditmod5a.c: Move to ...
27371         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
27372         * elf/tst-auditmod5b.c: Move to ...
27373         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
27374         * elf/tst-auditmod6a.c: Move to ...
27375         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
27376         * elf/tst-auditmod6b.c: Move to ...
27377         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
27378         * elf/tst-auditmod6c.c: Move to ...
27379         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
27380         * elf/tst-auditmod7a.c: Move to ...
27381         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
27382         * elf/tst-auditmod7b.c: Move to ...
27383         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
27384
27385 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
27386
27387         [BZ #15366]
27388         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
27389         define unconditionally.
27390         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
27391         define unconditionally.
27392         (INT8_C, INT16_C, etc.): Likewise.
27393
27394 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
27395
27396         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
27397         __ehdr_start with hidden visibility.
27398
27399         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
27400
27401 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
27402
27403         * math/libm-test.inc (cos_test): Use accurate hex constants.
27404         (sincost_test): Likewise.
27405
27406 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
27407
27408         * math/libm-test.inc (catan_test): Add more tests.
27409         (catanh_test): Likewise.
27410
27411         * math/s_catanf.c (__catanf): Use suffixed floating-point
27412         constants.
27413         * math/s_catanhf.c (__catanhf): Likewise.
27414         * math/s_catanhl.c (__catanhl): Likewise.
27415         * math/s_catanl.c (__catanl): Likewise.
27416
27417         [BZ #15394]
27418         * math/s_catan.c (__catan): Calculate imaginary part of result
27419         with log1p not log unless computing log of number close to 0.
27420         * math/s_catanf.c (__catanf): Likewise.
27421         * math/s_catanl.c (__catanl): Likewise.
27422         * math/s_catanh.c (__catanh): Calculate real part of result with
27423         log1p not log unless computing log of number close to 0.
27424         * math/s_catanhf.c (__catanhf): Likewise.
27425         * math/s_catanhl.c (__catanhl): Likewise.
27426         * math/libm-test.inc (catan_test): Add more tests.
27427         (catanh_test): Likewise.
27428         * sysdeps/i386/fpu/libm-test-ulps: Update.
27429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27430
27431 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27432
27433         * benchtests/Makefile: Mention files in which fast and slow
27434         paths of math functions are implemented.
27435
27436 2013-04-23  Roland McGrath  <roland@hack.frob.com>
27437
27438         * sysdeps/posix/timespec_get.c: New file.
27439
27440 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27441
27442         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
27443         POWER.
27444         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
27445         for POWER.
27446         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
27447         powerpc/power5/fpu folders.
27448         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
27449         * benchtests/Makefile: Add modf testcase.
27450         * benchtests/bench-modf.c: New file: Benchmark test for mo
27451
27452 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
27453
27454         [BZ #14888]
27455         * time/Makefile (tests): Add tst-strptime-whitespace.
27456         * time/strptime_l.c (get_number): Use ISSPACE.
27457         (__strptime_internal): Likewise.
27458         * time/tst-strptime-whitespace.c: New test case.
27459
27460 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
27461
27462         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
27463         member.
27464         (_nss_files_init): Set it here.
27465
27466 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
27467
27468         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
27469         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
27470         unsigned.
27471
27472 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
27473
27474         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
27475
27476 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27477
27478         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
27479         size just once.
27480
27481 2013-04-21  David S. Miller  <davem@davemloft.net>
27482
27483         * po/ru.po: Update Russion translation from translation project.
27484
27485 2013-04-17  Adam Conrad  <adconrad@0c3.net>
27486
27487         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
27488         and setfsgid.
27489
27490 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
27491
27492         * configure.in: Remove i386 configure warning. Remove i386 case.
27493         * configure: Regenerate.
27494         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
27495         Add example to error message.
27496         * sysdeps/i386/configure: Regenerate.
27497
27498 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27499
27500         * benchtests/Makefile (bench): Add cos, tan, slowcos and
27501         slowtan.
27502         * benchtests/cos-inputs: New file.
27503         * benchtests/slowcos-inputs: New file.
27504         * benchtests/slowcos.c: New file.
27505         * benchtests/slowtan-inputs: New file.
27506         * benchtests/slowtan.c: New file.
27507         * benchtests/tan-inputs: New file.
27508
27509 2013-04-16  Roland McGrath  <roland@hack.frob.com>
27510
27511         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
27512         considered kosher.
27513
27514 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27515
27516         * benchtests/Makefile: Include cppflags-iterator.mk to add
27517         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
27518
27519         * Makefile.in (bench-clean): New target.
27520         * benchtests/Makefile (bench-clean): Likewise.
27521
27522 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
27523
27524         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
27525
27526 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
27527
27528         * stdio-common/tstdiomisc.c: Fix coding-style violation.
27529
27530 2013-04-15  Andreas Schwab  <schwab@suse.de>
27531
27532         * nscd/grpcache.c (cache_addgr): Properly check for short write.
27533         * nscd/initgrcache.c (addinitgroupsX): Likewise.
27534         * nscd/pwdcache.c (cache_addpw): Likewise.
27535         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
27536         more than recsize.
27537
27538 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27539
27540         * benchtests/Makefile (bench): Write all output to
27541         bench-out.tmp together.
27542
27543 2013-04-15  Andreas Schwab  <schwab@suse.de>
27544
27545         * nscd/nscd.c (main): Don't fork again after closing files.
27546
27547 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27548
27549         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
27550
27551         * benchtests/Rules (bench-deps): Collect dependencies into a
27552         single variable.  Add Makefile to dependencies.
27553         ($(objpfx)bench-%.c): Depend on bench-deps.
27554
27555 2013-04-12  Roland McGrath  <roland@hack.frob.com>
27556             Xavier Roche  <roche+kml2@exalead.com>
27557
27558         [BZ #15361]
27559         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
27560         just that it's a file descriptor.
27561         * manual/llio.texi (Synchronizing AIO Operations): Update description
27562         for EBADF error from aio_fsync.
27563
27564 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27565
27566         * Rules (bench): Move target definition...
27567         * benchtests/Makefile: ... here.
27568
27569 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
27570
27571         * math/libm-test.inc (cos_test): Fix PI/2 test.
27572         (sincos_test): Likewise.
27573         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
27574         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
27575
27576 2013-04-11  Andreas Schwab  <schwab@suse.de>
27577
27578         [BZ #13988]
27579         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
27580         accept exponent character only when digits were seen.
27581         * stdio-common/Makefile (tests): Add bug26.
27582         * stdio-common/bug26.c: New file.
27583
27584         [BZ #14293]
27585         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
27586         non-freeable.
27587
27588 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27589
27590         * Makeconfig (rtld-prefix): Define built linker prefix.
27591         * Rules (run-bench): Use it.
27592         * math/Makefile (run-regen-ulps): Likewise.
27593
27594         * Rules (bench): Remove eval.
27595
27596 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27597             Roland McGrath  <roland@hack.frob.com>
27598             Ondrej Bilka  <neleai@seznam.cz>
27599
27600         [BZ #15346]
27601         * time/getdate.c: Include ctype.h and alloca.h.
27602         (__getdate_r): Trim leading and trailing spaces of input.
27603         * time/tst-getdate.c (tests): Add tests with leading and
27604         trailing spaces.
27605
27606 2013-04-08  Roland McGrath  <roland@hack.frob.com>
27607
27608         [BZ #14280]
27609         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
27610         when computing value.
27611
27612 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27613
27614         * math/README.libm-test (How can I generate "libm-test-ulps"?):
27615         Use testrun.sh to run libm tests.
27616
27617         [BZ #15309]
27618         * elf/dl-open.c (dl_open_worker): memset all of seen array.
27619
27620 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
27621
27622         [BZ #15264]
27623         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
27624
27625 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27626
27627         * Makefile.in (regen-ulps): New target.
27628         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
27629         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
27630         [ifneq (no,$(PERL)] (regen-ulps): New target.
27631         [ifeq (no,$(PERL)] (regen-ulps): New target.
27632         * math/libm-test.inc (ulps_file_name): Define.
27633         (output_dir): New variable.
27634         (options): Add "output-dir" option.
27635         (parse_opt): Handle 'o' case.
27636         (main): If output_dir is non-NULL use it as a prefix
27637         otherwise use "".
27638         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
27639
27640 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27641
27642         [BZ #10060, #10062]
27643         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
27644         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
27645         fail configure if __sync_val_compare_and_swap is not inlined.
27646         * sysdeps/i386/configure: Regenerate.
27647         * configure.in: Build for i686 when configured for i386.
27648         * configure: Regenerate.
27649         * README: Remove i386 reference.
27650
27651 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27652
27653         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
27654         * sysdeps/s390/s390-64/sysdep.h: Likewise.
27655
27656 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27657
27658         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
27659         (lmsnanval): New variables.
27660         (F): Add conversion tests.
27661         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
27662         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
27663
27664         * stdio-common/tstdiomisc.c (F): Properly collect individual
27665         tests' results.
27666
27667         [BZ #14686, #15336]
27668         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
27669         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27670         Instead, use input NaN values or generate a qNaN by arithmetic
27671         operation.  Also fix bugs to comply with the standard.
27672         * math/libm-test.inc (remainder_test): Add more tests.
27673
27674         [BZ #15335, #15342]
27675         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
27676         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
27677         input NaN values or generate a qNaN by arithmetic operation.
27678
27679         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
27680         unreachable code.
27681
27682         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
27683         definitions.
27684
27685 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
27686
27687         [BZ #14478]
27688         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
27689         underflowed result.
27690         * math/s_cexpf.c (__cexpf): Likewise.
27691         * math/s_cexpl.c (__cexpl): Likewise.
27692         * math/libm-test.inc (cexp_test): Add more tests.
27693
27694 2013-04-03  Andreas Schwab  <schwab@suse.de>
27695
27696         [BZ #15330]
27697         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
27698         order arrays from heap if bigger than alloca cutoff.
27699
27700 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
27701
27702         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
27703         (SNAN_TESTS_double): Refer to GCC PR56831.
27704         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
27705         GCC PR56828.
27706
27707 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27708
27709         * Rules (bench): Move bench.out after the run is complete.
27710
27711         * Rules (bench): Echo currently running benchmark.
27712
27713         * benchtests/Makefile (bench): Add atan and slowatan.
27714         * benchtests/atan-inputs: New file.
27715         * benchtests/slowatan-inputs: New file.
27716         * benchtests/slowatan.c: New file.
27717
27718         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
27719         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
27720         its value.
27721
27722         [BZ #15305]
27723         * sysdeps/unix/sysv/linux/kernel-features.h
27724         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
27725         __ASSUME_XFS_RESTRICTED_CHOWN.
27726         * sysdeps/unix/sysv/linux/pathconf.c
27727         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
27728         Save and restore errno.
27729
27730 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
27731
27732         [BZ #15327]
27733         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
27734         arguments using __kernel_casinh.
27735         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
27736         arguments using __kernel_casinhf.
27737         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27738         arguments using __kernel_casinhl.
27739         * math/libm-test.inc (cacosh_test): Add more tests.
27740         * sysdeps/i386/fpu/libm-test-ulps: Update.
27741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27742
27743 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27744
27745         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27746         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27747
27748         * bench/Makefile (bench): Add sin and slowsin.
27749         * benchtests/sin-inputs: New file.
27750         * benchtests/slowsin-inputs: New file.
27751         * benchtests/slowsin.c: New file.
27752
27753         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27754         (bench): Add slowexp and slowpow.
27755         (exp-ITER): Increase iterations.
27756         (pow-ITER): Likewise.
27757         * benchtests/exp-inputs: Change input.
27758         * benchtests/pow-inputs: Likewise.
27759         * benchtests/slowexp-inputs: New file.
27760         * benchtests/slowexp.c: New file.
27761         * benchtests/slowpow-inputs: New file.
27762         * benchtests/slowpow.c: New file.
27763
27764 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27765
27766         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27767         instructions.
27768         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27769         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27770         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27771         * benchtests/Makefile: Add rint benchtest.
27772         * benchtests/rint-inputs: Input for rint benchtest.
27773
27774 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27775
27776         * Versions.def (libm): Add GLIBC_2.18.
27777         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27778         hidden libm prototypes.
27779         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27780         * math/Makefile (libm-calls): Add s_issignaling.
27781         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27782         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27783         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27784         declaration.
27785         * math/math.h [__USE_GNU] (issignaling): New macro.
27786         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27787         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27788         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27789         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27790         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27791         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27792         * manual/arith.texi (issignaling): New section.
27793         * manual/libm-err-tab.pl (@all_functions): Update comment.
27794         * math/gen-libm-test.pl (parse_args): Apply special handling for
27795         issignaling.
27796         * math/libm-test.inc (print_float, issignaling_test): New
27797         functions.
27798         (check_float_internal): Add issignaling checks.
27799         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27800         default definition.
27801         * sysdeps/powerpc/math-tests.h: New file.
27802         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27803         tests.
27804         * math/test-snan.c (TEST_FUNC): Likewise.
27805
27806 2013-03-30  David S. Miller  <davem@davemloft.net>
27807
27808         * po/de.po: Update from translation team.
27809
27810 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27811
27812         [BZ #10357]
27813         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27814         imaginary part less than 1.0 and real part less than 0.5
27815         specially.
27816         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27817         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27818         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27819         (cacos_test): Add more tests.
27820         (casin_test): Likewise.
27821         (casinh_test): Likewise.
27822         * sysdeps/i386/fpu/libm-test-ulps: Update.
27823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27824
27825 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27826
27827         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27828         ONE with its value.
27829
27830         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27831         (__pow_mp): Replace ONE and MONE with their values.
27832         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27833         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27834         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27835         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27836         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27837         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27838
27839         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27840
27841         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27842         (__pow_mp): Replace ZERO and MZERO with their values.
27843         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27844         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27845         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27846         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27847         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27848         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27849         (__sqr): Likewise.
27850
27851         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27852
27853         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27854
27855 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27856
27857         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27858         Declare with __attribute__ ((weak)).
27859         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27860         Call __call_tls_dtors only if it's not NULL.
27861
27862 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27863
27864         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27865         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27866         magic __ehdr_start linker symbol if it's defined.
27867         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27868         them up here if it was already done.
27869
27870         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27871         (_dl_aux_init): Use const in cast when setting it.
27872         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27873         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27874         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27875
27876         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27877         Declare them here.
27878         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27879         * csu/libc-tls.c: Nor here.
27880         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27881
27882         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27883         (__libc_message): Never call vsyslog.
27884
27885 2013-03-28  Alan Modra  <amodra@gmail.com>
27886
27887         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27888         Define as empty.
27889         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27890         Likewise.
27891
27892 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27893
27894         [BZ #15214]
27895         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27896         underflow.
27897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27898
27899 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27900
27901         [BZ #15304]
27902         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27903         Don't add gid passed as argument.
27904
27905         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27906
27907 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27908
27909         [BZ #15307]
27910         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27911         imaginary part between 1.0 and 1.5 and real part less than 0.5
27912         specially.
27913         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27914         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27915         * math/libm-test.inc (cacos_test): Add more tests.
27916         (casin_test): Likewise.
27917         (casinh_test): Likewise.
27918         * sysdeps/i386/fpu/libm-test-ulps: Update.
27919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27920
27921 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27922
27923         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27924         constants.
27925         (norm): Likewise.
27926         (denorm): Likewise.
27927         (__dbl_mp): Likewise.
27928         (add_magnitudes): Likewise.
27929         (sub_magnitudes): Likewise.
27930         (__add): Likewise.
27931         (__sub): Likewise.
27932         (__mul): Likewise.
27933         (__sqr): Likewise.
27934         (__inv): Likewise.
27935         (__dvd): Likewise.
27936
27937         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27938         commented code.
27939         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27940         (__dubcos): Likewise.
27941         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27942         (__ieee754_acos): Likewise.
27943         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27944         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27945         (__exp1): Likewise.
27946         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27947         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27948         (log1): Likewise.
27949         (my_log2): Likewise.
27950         (checkint): Likewise.
27951         * sysdeps/ieee754/dbl-64/e_remainder.c
27952         (__ieee754_remainder): Likewise.
27953         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27954         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27955         (bsloww): Likewise.
27956         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27957
27958         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27959         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27960         MANTISSA_STORE_T to store computations on mantissa.  Use
27961         macros for rounding and division.
27962         (denorm): Likewise.
27963         (__dbl_mp): Likewise.
27964         (add_magnitudes): Likewise.
27965         (sub_magnitudes): Likewise.
27966         (__mul): Likewise.
27967         (__sqr): Likewise.
27968         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27969         powers of two in terms of TWOPOW macro.
27970         (mp_no): Make type of mantissa as MANTISSA_T.
27971         [!RADIXI]: Define RADIXI.
27972         [!TWO52]: Define TWO52.
27973         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27974
27975 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27976
27977         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27978         llroundl symbol when building for PPC32.
27979
27980 2013-03-24  Mark H Weaver  <mhw@netris.org>
27981
27982         * manual/arith.texi (Normalization Functions): Fix prototypes for
27983         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27984
27985 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27986
27987         [BZ #13889]
27988         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27989         high value to check if expl overflow.
27990         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27991         to check for underflow and overflow.
27992         * math/libm-test.inc: Add exp test.
27993
27994 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27995
27996         [BZ #11120]
27997         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27998         with NOT_IN_libc.
27999
28000 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28001
28002         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28003         symbol.
28004
28005 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28006
28007         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28008         wrap blocks consisting of several statements.
28009
28010         * sysdeps/generic/math-tests.h: New file.
28011         * sysdeps/i386/fpu/math-tests.h: Likewise.
28012         * math/test-snan.c: Include it.
28013         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28014
28015 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28016
28017         [BZ #15285]
28018         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28019         (__ieee754_j0l): Do not improve calculations using cos of twice
28020         input for inputs above LDBL_MAX / 2.0L.
28021         (__ieee754_y0l): Likewise.
28022         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28023         (__ieee754_j1l): Do not improve calculations using cos of twice
28024         input for inputs above LDBL_MAX / 2.0L.
28025         (__ieee754_y1l): Likewise.
28026         * math/libm-test.inc (j0_test): Add another test.
28027         (j1_test): Likewise.
28028         (y0_test): Likewise.
28029         (y1_test): Likewise.
28030         * sysdeps/i386/fpu/libm-test-ulps: Update.
28031
28032 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28033
28034         * Rules ($(objpfx)bench-%.c): Include code from a C source
28035         file.
28036
28037 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28038
28039         [BZ #15287]
28040         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28041         imaginary part 1.0 and real part less than 0.5 specially.
28042         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28043         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28044         * math/libm-test.inc (cacos_test): Add more tests.
28045         (casin_test): Likewise.
28046         (casinh_test): Likewise.
28047         * sysdeps/i386/fpu/libm-test-ulps: Update.
28048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28049
28050 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28051
28052         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28053         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28054
28055 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28056
28057         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28058         * config.make.in (config-cflags-sse4): Remove variable.
28059         (config-cflags-avx): Likewise.
28060         (config-cflags-sse2avx): Likewise.
28061         (config-cflags-novzeroupper): Likewise.
28062         (config-asflags-i686): Likewise.
28063         (have-mfma4): Likewise.
28064         (have-as-vis3): Likewise.
28065         (MIG): Likewise.
28066         * configure.in (MIG): Do not AC_SUBST.
28067         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28068         (libc_cv_cc_sse4): Do not AC_SUBST.
28069         (libc_cv_cc_avx): Likewise.
28070         (libc_cv_cc_sse2avx): Likewise.
28071         (libc_cv_cc_novzeroupper): Likewise.
28072         (libc_cv_cc_fma4): Likewise.
28073         (libc_cv_as_i686): Likewise.
28074         (libc_cv_sparc_as_vis3): Likewise.
28075         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28076         LIBC_CONFIG_VAR.
28077         (config-asflags-i686): Likewise.
28078         (config-cflags-avx): Likewise.
28079         (config-cflags-sse2avx): Likewise.
28080         (have-mfma4): Likewise.
28081         (config-cflags-novzeroupper): Likewise.
28082         * sysdeps/mach/configure.in (MIG): Likewise.
28083         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28084         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28085         LIBC_CONFIG_VAR.
28086         (config-cflags-avx): Likewise.
28087         (config-cflags-sse2avx): Likewise.
28088         (have-mfma4): Likewise.
28089         (config-cflags-novzeroupper): Likewise.
28090         * configure: Regenerated.
28091         * sysdeps/i386/configure: Likewise.
28092         * sysdeps/mach/configure: Likewise.
28093         * sysdeps/sparc/configure: Likewise.
28094         * sysdeps/x86_64/configure: Likewise.
28095
28096 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28097
28098         [BZ #14812]
28099         * locale/programs/localedef.c (options): Put N_ translation marker
28100         on argument names, not just descriptions.
28101
28102 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28103
28104         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28105
28106 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28107
28108         [BZ #14176]
28109         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28110
28111 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28112
28113         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28114         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28115         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28116         [!BEFORE_ABORT] (before_abort): New function.
28117         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28118         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28119         (writev_for_fatal): New function.
28120         (WRITEV_FOR_FATAL): New macro; call that.
28121         (backtrace_and_maps): New function.
28122         (BEFORE_ABORT): New macro; call that.
28123         (struct str_list): Type removed.
28124         (__libc_message, __libc_fatal): Functions removed.
28125         Include <sysdeps/posix/libc_fatal.c> instead.
28126
28127 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28128
28129         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28130         constants.
28131         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28132         double constants.
28133
28134 2013-03-19  Andreas Schwab  <schwab@suse.de>
28135
28136         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28137         * sysdeps/gnu/configure: Regenerate.
28138
28139         * configure.in: Substitute libc_cv_rtlddir.
28140         * configure: Regenerate.
28141         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28142         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28143         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28144         * elf/Makefile (install-others, CFLAGS-interp.c)
28145         (ldso_install, common-ldd-rewrite): Likewise.
28146         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28147         $(inst_slibdir)/$(rtld-installed-name).
28148         * scripts/rellns-sh: Add -p option.
28149         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28150         for source.
28151
28152 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28153
28154         * manual/nptl.texi: Renamed to ...
28155         * manual/threads.texi: ... this.
28156         * manual/Makefile (chapters): Update.
28157
28158 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28159
28160         [BZ #14812]
28161         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28162         on argument names, not just descriptions.
28163         * malloc/memusagestat.c (options): Likewise.
28164         * nss/getent.c (options): Likewise.
28165
28166 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28167
28168         [BZ #14812]
28169         * iconv/iconv_prog.c (options): Put N_ translation marker
28170         on argument names, not just descriptions.
28171         * iconv/iconvconfig.c (options): Likewise.
28172
28173 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28174
28175         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28176         implementation which is faster on all x86_64 architectures.
28177         Tested on AMD, Intel Nehalem, SNB, IVB.
28178         * sysdeps/x86_64/strnlen.S: Likewise.
28179
28180         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28181         Remove all multiarch strlen and strnlen versions.
28182         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28183         Remove strlen and strnlen related parts.
28184
28185         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28186         Inline strlen part.
28187         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28188
28189         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28190         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28191         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28192         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28193         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28194         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28195
28196 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28197
28198         * manual/memory.texi (Malloc Tunable Parameters):
28199         Sort parameters alphabetically. Add comments for missing entries.
28200
28201 2013-03-17  David S. Miller  <davem@davemloft.net>
28202
28203         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28204
28205 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28206
28207         [BZ #15283]
28208         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
28209         for arguments at most half maximum finite value.
28210         * math/libm-test.inc (j0_test): Add more tests.
28211         (j1_test): Likewise.
28212         (y0_test): Likewise.
28213         (y1_test): Likewise.
28214         * sysdeps/i386/fpu/libm-test-ulps: Update.
28215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28216
28217         [BZ #14155]
28218         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
28219         1 / x and functions P and Q for arguments above 0x1p256L.
28220         (__ieee754_y0l): Likewise.
28221         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
28222         (__ieee754_y1l): Likewise.
28223         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
28224         (j1_test): Likewise.
28225         (y0_test): Likewise.
28226         (y1_test): Likewise.
28227
28228 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
28229
28230         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
28231         variable.
28232
28233 2013-03-15  Roland McGrath  <roland@hack.frob.com>
28234
28235         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
28236         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
28237         zero since it's initialized to EXEC_PAGESIZE.
28238
28239         * sysdeps/unix/sysv/linux/ldsodefs.h
28240         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
28241         * sysdeps/generic/ldsodefs.h: ... here.
28242
28243 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
28244
28245         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
28246
28247         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
28248         math/test-snan.c.
28249         * math/test-snan.c: Renamed from
28250         sysdeps/powerpc/fpu/test-powerpc-snan.c.
28251         * math/Makefile (tests): Add test-snan.
28252         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
28253         test-powerpc-snan.
28254
28255         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
28256         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
28257         functions.
28258         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
28259         __builtin_nan family of functions.
28260         * math/libm-test.inc (initialize): Initialize qnan_value with
28261         __builtin_nan family of functions.
28262         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
28263         Remove variables.
28264         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
28265         Remove functions.
28266         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
28267         storage class.  Initialize qNaN_var and sNaN_var with
28268         __builtin_nan and __builtin_nans families of functions,
28269         respectively.
28270
28271         * math/libm-test.inc (acosh_test): Also test with qNaN input.
28272         (sqrt_test): Remove duplicate test with qNaN input.
28273         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
28274         (round_test, signbit_test, significand_test): Note missing +/-Inf
28275         as well as qNaN tests.
28276
28277         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
28278         qNaN_var.  Fix a few strings, too.
28279         * math/libm-test.inc (nan_value): Rename to qnan_value.
28280         * math/gen-libm-test.pl (%beautify): Adjust to that.
28281         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
28282         * math/test-misc.c (main): Likewise.
28283         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
28284         to __qnan_bytes, and __qnan_union, respectively.
28285         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
28286         Likewise.
28287         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
28288         and lqnanval, respectively.
28289         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
28290         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
28291         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
28292         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
28293
28294         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
28295         * math/test-misc.c (main) [__x86_64__]: Enable test for long
28296         doubles.
28297
28298         * math/test-misc.c (main): Fix copy'n'pastos.
28299         * misc/tst-efgcvt.c (special): Likewise.
28300
28301         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
28302         Remove declarations.
28303
28304 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28305
28306         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
28307         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
28308         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
28309         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
28310
28311 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28312
28313         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
28314         macro to return vdso values correctly in IFUNC implementations.
28315         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
28316         Optimization by using IFUNC.
28317
28318 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28319             Richard Henderson  <rth@redhat.com>
28320             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28321
28322         * Makefile.in (bench): New target.
28323         * NEWS: Mention the benchmark framework.
28324         * Rules (bench): Likewise.
28325         (binaries-bench): Generate binaries for functions to
28326         benchmark.
28327         * benchtests/Makefile: New makefile for benchmark tests.
28328         * benchtests/bench-skeleton.c: New skeleton file for benchmark
28329         programs.
28330         * benchtests/exp-inputs: New input file for EXP function.
28331         * benchtests/pow-inputs: New input file for POW function.
28332         * scripts/bench.pl: New script to generate source files for
28333         benchmark programs.
28334
28335 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28336
28337         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28338         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
28339         computations on mantissa.  Use macros for rounding and
28340         division.
28341         (denorm): Likewise.
28342         (__dbl_mp): Likewise.
28343         (add_magnitudes): Likewise.
28344         (sub_magnitudes): Likewise.
28345         (__mul): Likewise.
28346         (__sqr): Likewise.
28347         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28348         powers of two in terms of TWOPOW macro.
28349         (mp_no): Make type of mantissa as MANTISSA_T.
28350         [!RADIXI]: Define RADIXI.
28351         [!TWO52]: Define TWO52.
28352         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28353
28354         * manual/nptl.texi (cindex): Modify threads to pthreads.
28355
28356 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
28357
28358         * sysdeps/x86_64/preconfigure: Regenerated.
28359
28360 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
28361
28362         [BZ #14155]
28363         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
28364         0x1p28 and above.
28365         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
28366         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
28367         0x1p28 and above.
28368         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
28369         * math/libm-test.inc (j0_test): Do not allow one spurious
28370         underflow exception.
28371         (y1_test): Likewise.
28372
28373 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28374
28375         * manual/Makefile (chapters): Add nptl.
28376         * manual/debug.texi (Debugging Support): Add link to Threads
28377         chapter.
28378         * manual/nptl.texi: New file.
28379
28380         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
28381
28382 2013-03-14  Petr Baudis  <pasky@ucw.cz>
28383
28384         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
28385         for non-NULL pointer before the memory validity test. Pointed
28386         out by Holger Brunck <holger.brunck@keymile.com>.
28387
28388 2013-03-13  Andreas Schwab  <schwab@suse.de>
28389
28390         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
28391         instead of .os.
28392
28393 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
28394
28395         * timezone/zic.c: Update from tzcode 2013b.
28396
28397 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
28398
28399         * manual/install.texi (Configuring and compiling):
28400         Mention i686 and i586.
28401         * INSTALL: Regenerate.
28402
28403 2013-03-12  Roland McGrath  <roland@hack.frob.com>
28404
28405         * sysdeps/init_array/elf-init.c: New file.
28406         * csu/elf-init.c
28407         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
28408         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
28409
28410         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
28411         __gmon_start__ as global, but as static with a .preinit_array pointer.
28412         * sysdeps/init_array/gmon-start.c: New file.  Use that.
28413         * sysdeps/init_array/crti.S: New file, empty except for comments.
28414         * sysdeps/init_array/crtn.S: Likewise.
28415
28416 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
28417
28418         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
28419         definining bcopy.
28420         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28421         Remove Prefer_SSE_for_memop.
28422         * sysdeps/x86_64/multiarch/init-arch.h: Remove
28423         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
28424         HAS_PREFER_SSE_FOR_MEMOP.
28425         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
28426         memset-x86-64.
28427         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28428         Remove bzero, memset ifunc support.
28429         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
28430         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
28431         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28432         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28433
28434 2013-03-11  Andreas Schwab  <schwab@suse.de>
28435
28436         [BZ #15234]
28437         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
28438         by SHLIB_COMPAT.
28439         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
28440         (GLIBC_2.16): Remove pthread_atfork.
28441
28442 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
28443
28444         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
28445         (ptestcases.h): Likewise.
28446
28447 2013-03-08  Roland McGrath  <roland@hack.frob.com>
28448
28449         * Makeconfig ($(common-objpfx)config.status): Depend on
28450         sysdeps/*/preconfigure{,.in} too.
28451
28452 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
28453
28454         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
28455         (__free_hook): Use void * instead of __malloc_ptr_t.
28456         (__malloc_hook): Likewise.
28457         (__realloc_hook): Likewise.
28458         (__memalign_hook): Likewise.
28459         (__after_morecore_hook): Likewise.
28460         * malloc/arena.c (save_malloc_hook): Likewise.
28461         (save_free_hook): Likewise.
28462         * malloc/hooks.c (malloc_hook_ini): Likewise.
28463         (realloc_hook_ini): Likewise.
28464         (memalign_hook_ini): Likewise.
28465         * malloc/malloc.c (malloc_hook_ini): Likewise.
28466         (realloc_hook_ini): Likewise.
28467         (memalign_hook_ini): Likewise.
28468         (__free_hook): Likewise.
28469         (__malloc_hook): Likewise.
28470         (__realloc_hook): Likewise.
28471         (__memalign_hook): Likewise.
28472         (__libc_malloc): Likewise.
28473         (__libc_free): Likewise.
28474         (__libc_realloc): Likewise.
28475         (__libc_memalign): Likewise.
28476         (__libc_valloc): Likewise.
28477         (__libc_pvalloc): Likewise.
28478         (__libc_calloc): Likewise.
28479         (__posix_memalign): Likewise.
28480         * malloc/morecore.c (__sbrk): Likewise.
28481         (__default_morecore): Likewise.
28482
28483         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
28484
28485         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
28486         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
28487         __malloc_ptrdiff_t.
28488
28489         * malloc/malloc.h (__malloc_size_t): Remove macro.
28490         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
28491         __malloc_size_t.
28492         (old_memalign_hook): Likewise.
28493         (old_realloc_hook): Likewise.
28494         (struct hdr): Likewise.
28495         (flood): Likewise.
28496         (mallochook): Likewise.
28497         (memalignhook): Likewise.
28498         (reallochook): Likewise.
28499         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
28500         (tr_old_realloc_hook): Likewise.
28501         (tr_old_memalign_hook): Likewise.
28502         (tr_mallochook): Likewise.
28503         (tr_reallochook): Likewise.
28504         (tr_memalignhook): Likewise.
28505
28506 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28507
28508         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
28509         default_ldbl_pack and using as default implementation.
28510         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
28511         implementation.
28512         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
28513         redundant definition.
28514         (ldbl_insert_mantissa): Likewise.
28515         (ldbl_canonicalize): Likewise.
28516         (ldbl_nearbyint): Likewise.
28517         (ldbl_pack): Rename to ldbl_pack_ppc.
28518         (ldbl_unpack): Rename to ldbl_unpack_ppc.
28519         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
28520         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
28521
28522 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28523
28524         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
28525         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
28526         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
28527         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
28528         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
28529         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
28530         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
28531         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
28532
28533 2013-03-07  Andreas Jaeger  <aj@suse.de>
28534
28535         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28536         bits/mman-linux.h.
28537
28538 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
28539
28540         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
28541         Include mpa.h and declare __MPEXP.
28542         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
28543         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28544         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28545         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
28546         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28547         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28548         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
28549
28550         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
28551         (__slowpow): Use long double EXPL and LOGL functions to
28552         compute POW.
28553         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28554         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28555         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
28556         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28557         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28558         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
28559
28560         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
28561         intermediate variable to calculate exponent.
28562         (__sqr): Likewise.
28563         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28564         Likewise.
28565         (__sqr): Likewise.
28566
28567         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
28568         [!NO__SQR]: Define __sqr.
28569         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
28570         and NO__SQR.  Remove all code except __mul and __sqr.  Include
28571         sysdeps/ieee754/dbl-64/mpa.c.
28572         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28573
28574         [BZ #12723]
28575         * posix/Makefile (tests): Add tst-pathconf.
28576         * posix/tst-pathconf.c: New test case.
28577         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
28578         _PC_PIPE_BUF.
28579         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
28580
28581 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
28582
28583         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
28584
28585 2013-03-06  Andreas Jaeger  <aj@suse.de>
28586
28587         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
28588         definition via __MAP_ANONYMOUS.
28589
28590         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
28591         it's not part of Linux headers.
28592
28593         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
28594         (MAP_HUGE_MASK): Define.
28595
28596         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28597         Define.
28598         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28599         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28600         Define.
28601         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28602         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28603         Define.
28604         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28605         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
28606         Define.
28607         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28608
28609         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
28610         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
28611         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
28612         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
28613         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
28614         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
28615
28616         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
28617         Handle f2fs.
28618
28619         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28620         Handle f2fs and efivarfs.
28621
28622         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
28623         f2fs.
28624
28625         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
28626         (EFIVARFS_MAGIC): Add.
28627         (F2FS_LINK_MAX): Add.
28628
28629 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
28630
28631         * stdio-common/vfprintf.c: Replace __builtin_expect with
28632         __glibc_unlikely.
28633
28634 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
28635
28636         [BZ #13550]
28637         * sysdeps/generic/bp-sym.h: Remove file.
28638         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
28639         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
28640         <bp-sym.h> and <bp-asm.h>.
28641         (__longjmp): Don't use BP_SYM.
28642         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
28643         and <bp-asm.h>.
28644         (memcpy): Don't use BP_SYM.
28645         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
28646         <bp-sym.h> and <bp-asm.h>.
28647         (memcpy): Don't use BP_SYM.
28648         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
28649         <bp-asm.h>.
28650         (memcpy): Don't use BP_SYM.
28651         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
28652         <bp-asm.h>.
28653         (memset): Don't use BP_SYM.
28654         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28655         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28656         (__bzero): Don't use BP_SYM.
28657         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28658         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28659         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
28660         <bp-sym.h> and <bp-asm.h>.
28661         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28662         pointers.
28663         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
28664         <bp-sym.h> and <bp-asm.h>.
28665         (memcpy): Don't use BP_SYM.
28666         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
28667         <bp-sym.h> and <bp-asm.h>.
28668         (memset): Don't use BP_SYM.
28669         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28670         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28671         (__bzero): Don't use BP_SYM.
28672         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28673         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28674         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
28675         <bp-sym.h> and <bp-asm.h>.
28676         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28677         pointers.
28678         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
28679         <bp-sym.h> and <bp-asm.h>.
28680         (memcpy): Don't use BP_SYM.
28681         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
28682         <bp-sym.h> and <bp-asm.h>.
28683         (memset): Don't use BP_SYM.
28684         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28685         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28686         (__bzero): Don't use BP_SYM.
28687         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28688         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28689         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
28690         <bp-sym.h> and <bp-asm.h>.
28691         (__memchr): Don't use BP_SYM.
28692         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
28693         <bp-sym.h> and <bp-asm.h>.
28694         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28695         pointers.
28696         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
28697         <bp-sym.h> and <bp-asm.h>.
28698         (memcpy): Don't use BP_SYM.
28699         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
28700         <bp-sym.h> and <bp-asm.h>.
28701         (__mempcpy): Don't use BP_SYM.
28702         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
28703         <bp-sym.h> and <bp-asm.h>.
28704         (__memrchr): Don't use BP_SYM.
28705         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
28706         <bp-sym.h> and <bp-asm.h>.
28707         (memset): Don't use BP_SYM.
28708         (__bzero): Likewise.
28709         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
28710         <bp-sym.h> and <bp-asm.h>.
28711         (__rawmemchr): Don't use BP_SYM.
28712         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
28713         <bp-sym.h> and <bp-asm.h>.
28714         (__STRCMP): Don't use BP_SYM.
28715         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
28716         <bp-sym.h> and <bp-asm.h>.
28717         (strchr): Don't use BP_SYM.
28718         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
28719         <bp-sym.h> and <bp-asm.h>.
28720         (__strchrnul): Don't use BP_SYM.
28721         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
28722         <bp-sym.h> and <bp-asm.h>.
28723         (strlen): Don't use BP_SYM.
28724         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
28725         <bp-sym.h> and <bp-asm.h>.
28726         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28727         pointers.
28728         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
28729         <bp-sym.h> and <bp-asm.h>.
28730         (__strnlen): Don't use BP_SYM.
28731         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
28732         <bp-sym.h> and <bp-asm.h>.
28733         (__GI__setjmp): Don't use BP_SYM.
28734         (_setjmp): Likewise.
28735         (__sigsetjmp): Likewise.
28736         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
28737         (L(start_addresses)): Don't use BP_SYM.
28738         (_start): Likewise.
28739         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28740         <bp-asm.h>.
28741         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28742         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28743         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28744         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28745         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28746         <bp-asm.h>.
28747         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28748         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28749         about bounded pointers.
28750         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28751         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28752         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28753         <bp-asm.h>.
28754         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28755         about bounded pointers.  Remove GKM FIXME comments.
28756         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28757         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28758         <bp-asm.h>.
28759         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28760         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28761         Remove GKM FIXME comments.
28762         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28763         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28764         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28765         <bp-asm.h>.
28766         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28767         about bounded pointers.  Remove GKM FIXME comment.
28768         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28769         and <bp-asm.h>.
28770         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28771         pointers.
28772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28773         <bp-sym.h> and <bp-asm.h>.
28774         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28776         <bp-sym.h> and <bp-asm.h>.
28777         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28778         comment.
28779
28780 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28781
28782         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28783         call free(NULL).
28784
28785 2013-03-05  David S. Miller  <davem@davemloft.net>
28786
28787         * po/es.po: Update from translation team.
28788
28789 2013-03-05  Andreas Jaeger  <aj@suse.de>
28790
28791         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28792         <bits/mman-linux.h>.
28793         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28794         is fine.
28795         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28796         <bits/mman-linux.h> to end of file.
28797         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28798         is fine.
28799         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28800         <bits/mman-linux.h> to end of file.
28801         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28802         is fine.
28803         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28804         <bits/mman-linux.h> to end of file.
28805
28806         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28807         (MCL_CURRENT, MCL_FUTURE): Define here.
28808
28809 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28810
28811         [BZ #15232]
28812         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28813         attribute_hidden.
28814         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28815
28816 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28817
28818         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28819         fourth parameter needed for rt_sigprocmask syscall.
28820         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28821         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28822         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28823         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28824         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28825         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28826
28827 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28828
28829         [BZ #13550]
28830         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28831         comment about bounded pointers.
28832         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28833         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28834
28835 2013-03-04  Andreas Jaeger  <aj@suse.de>
28836
28837         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28838         common definitions.
28839
28840         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28841         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28842         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28843         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28844         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28845         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28846
28847 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28848
28849         [BZ #15055]
28850         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28851         __ieee754_sqrl instead of __sqrl.
28852
28853 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28854
28855         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28856         * sysdeps/powerpc/fpu_control.h: ... here.
28857         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28858         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28859         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28860         * sysdeps/powerpc/bits/mathinline.h: ... here.
28861
28862 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28863
28864         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28865         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28866         to just [NEED_DL_SYSINFO_DSO].
28867         * elf/dl-support.c: Likewise.
28868         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28869         * elf/rtld.c (dl_main): Likewise.
28870         * elf/setup-vdso.h (setup_vdso): Likewise.
28871         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28872         * sysdeps/unix/sysv/linux/dl-sysdep.c
28873         (_dl_discover_osversion): Likewise.
28874
28875 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28876
28877         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28878         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28879
28880 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28881
28882         * NEWS: Mention libm performance improvements and non-x86 PI
28883         futex support.
28884
28885         * csu/libc-start.c (__pthread_initialize_minimal): Change
28886         function arguments.
28887         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28888
28889 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28890
28891         [BZ #13550]
28892         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28893         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28894         <bp-sym.h> and <bp-asm.h>.
28895         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28896         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28897         and <bp-asm.h>.
28898         (memcpy): Don't use BP_SYM.
28899         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28900         <bp-asm.h>.
28901         (__mpn_add_n): Don't use BP_SYM.
28902         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28903         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28904         and <bp-asm.h>.
28905         (__mpn_addmul_1): Don't use BP_SYM.
28906         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28907         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28908         <bp-sym.h>.
28909         (_setjmp): Don't use BP_SYM.
28910         (__novmx_setjmp): Likewise.
28911         (__GI__setjmp): Likewise.
28912         (__vmx_setjmp): Likewise.
28913         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28914         <bp-sym.h>.
28915         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28916         (__bzero): Don't use BP_SYM.
28917         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28918         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28919         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28920         <bp-sym.h> and <bp-asm.h>.
28921         (memcpy): Don't use BP_SYM.
28922         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28923         <bp-sym.h> and <bp-asm.h>.
28924         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28925         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28926         <bp-sym.h> and <bp-asm.h>.
28927         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28928         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28929         <bp-asm.h>.
28930         (__mpn_lshift): Don't use BP_SYM.
28931         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28932         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28933         <bp-asm.h>.
28934         (memset): Don't use BP_SYM.
28935         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28936         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28937         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28938         <bp-asm.h>.
28939         (__mpn_mul_1): Don't use BP_SYM.
28940         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28941         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28942         <bp-sym.h> and <bp-asm.h>.
28943         (memcmp): Don't use BP_SYM.
28944         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28945         <bp-sym.h> and <bp-asm.h>.
28946         (memcpy): Don't use BP_SYM.
28947         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28948         <bp-sym.h> and <bp-asm.h>.
28949         (memset): Don't use BP_SYM.
28950         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28951         <bp-sym.h> and <bp-asm.h>.
28952         (strncmp): Don't use BP_SYM.
28953         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28954         <bp-sym.h> and <bp-asm.h>.
28955         (memcpy): Don't use BP_SYM.
28956         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28957         <bp-sym.h> and <bp-asm.h>.
28958         (memset): Don't use BP_SYM.
28959         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28960         <bp-sym.h> and <bp-asm.h>.
28961         (__memchr): Don't use BP_SYM.
28962         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28963         <bp-sym.h> and <bp-asm.h>.
28964         (memcmp): Don't use BP_SYM.
28965         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28966         <bp-sym.h> and <bp-asm.h>.
28967         (memcpy): Don't use BP_SYM.
28968         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28969         <bp-sym.h> and <bp-asm.h>.
28970         (__mempcpy): Don't use BP_SYM.
28971         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28972         <bp-sym.h> and <bp-asm.h>.
28973         (__memrchr): Don't use BP_SYM.
28974         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28975         <bp-sym.h> and <bp-asm.h>.
28976         (memset): Don't use BP_SYM.
28977         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28978         <bp-sym.h> and <bp-asm.h>.
28979         (__rawmemchr): Don't use BP_SYM.
28980         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28981         <bp-sym.h> and <bp-asm.h>.
28982         (__STRCMP): Don't use BP_SYM.
28983         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28984         <bp-sym.h> and <bp-asm.h>.
28985         (strchr): Don't use BP_SYM.
28986         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28987         <bp-sym.h> and <bp-asm.h>.
28988         (__strchrnul): Don't use BP_SYM.
28989         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28990         <bp-sym.h> and <bp-asm.h>.
28991         (strlen): Don't use BP_SYM.
28992         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28993         <bp-sym.h> and <bp-asm.h>.
28994         (strncmp): Don't use BP_SYM.
28995         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28996         <bp-sym.h> and <bp-asm.h>.
28997         (__strnlen): Don't use BP_SYM.
28998         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28999         <bp-asm.h>.
29000         (__mpn_rshift): Don't use BP_SYM.
29001         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29002         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29003         <bp-sym.h> and <bp-asm.h>.
29004         (__sigsetjmp): Don't use BP_SYM.
29005         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29006         (L(start_addresses)): Don't use BP_SYM.
29007         (_start): Likewise.
29008         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29009         <bp-asm.h>.
29010         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29011         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29012         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29013         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29014         <bp-asm.h>.
29015         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29016         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29017         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29018         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29019         <bp-asm.h>.
29020         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29021         comments.
29022         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29023         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29024         <bp-asm.h>.
29025         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29026         FIXME comments.
29027         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29028         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29029         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29030         <bp-asm.h>.
29031         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29032         comment.
29033         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29034         and <bp-asm.h>.
29035         (strncmp): Don't use BP_SYM,
29036         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29037         <bp-asm.h>.
29038         (__mpn_sub_n): Don't use BP_SYM.
29039         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29040         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29041         and <bp-asm.h>.
29042         (__mpn_submul_1): Don't use BP_SYM.
29043         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29045         <bp-sym.h> and <bp-asm.h>.
29046         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29048         <bp-sym.h> and <bp-asm.h>.
29049         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29050         comment.
29051
29052 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29053
29054         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29055         Use ZK to minimize writes to Z.
29056         (sub_magnitudes): Simplify code a bit.
29057         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29058         Use ZK to minimize writes to Z.
29059         (sub_magnitudes): Simplify code a bit.
29060
29061 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29062
29063         * csu/gmon-start.c: Add special exception to license text.
29064
29065 2013-02-27  Richard Henderson  <rth@redhat.com>
29066
29067         * scripts/config.guess: Update from config.git.
29068         * scripts/config.sub: Likewise.
29069
29070 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29071
29072         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29073
29074         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29075
29076         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29077
29078         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29079
29080         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29081
29082 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29083
29084         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29085         [$(build-shared = yes].
29086
29087 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29088
29089         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29090         (__mul): Reduce iterations for calculating mantissa.
29091
29092         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29093         MPTWO.
29094         (__mpranred): Likewise.
29095
29096         [BZ #15160]
29097         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29098         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29099
29100 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29101
29102         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29103         Define __attribute__.
29104
29105 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29106
29107         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29108         unused.
29109         * posix/regex_internal.h (__attribute): Remove.
29110         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29111         (re_string_context_at): Likewise.
29112         (bitset_not): Use __attribute__ and mark function as possibly
29113         unused.
29114         (bitset_merge): Likewise.
29115         (bitset_mask): Likewise.
29116         (re_string_char_size_at): Likewise.
29117         (re_string_wchar_at): Likewise.
29118         (re_string_elem_size_at): Likewise.
29119
29120 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29121
29122         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29123         code.
29124         (cc32): Likewise.
29125
29126         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29127         (__acr): Likewise.
29128         (__cpy): Likewise.
29129         (norm): Likewise.
29130         (denorm): Likewise.
29131         (__dbl_mp): Likewise.
29132         (add_magnitudes): Likewise.
29133         (sub_magnitudes): Likewise.
29134         (__mul): Likewise.
29135         (__inv): Likewise.
29136
29137         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29138         style.
29139
29140         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29141         style.
29142
29143         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29144         code.
29145
29146         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29147         up changes with default code.
29148         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29149         Likewise.
29150
29151 2013-02-24  Allan McRae  <allan@archlinux.org>
29152
29153         * manual/socket.texi (The Internet Namespace): Order menu items
29154         to match that in the file.
29155
29156         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29157         node listing of the info page menu.
29158
29159 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29160
29161         [BZ #13550]
29162         * sysdeps/i386/bp-asm.h: Remove file.
29163         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29164         (PARMS): Do not use macros from bp-asm.h.
29165         (S1): Likewise.
29166         (S2): Likewise.
29167         (SIZE): Likewise.
29168         (__mpn_add_n): Do not use BP_SYM
29169         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29170         "bp-asm.h".
29171         (PARMS): Do not use macros from bp-asm.h.
29172         (S1): Likewise.
29173         (SIZE): Likewise.
29174         (__mpn_addmul_1): Do not use BP_SYM
29175         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29176         "bp-asm.h".
29177         (PARMS): Do not use macros from bp-asm.h.
29178         (SIGMSK): Likewise.
29179         (_setjmp): Likewise.  Do not use BP_SYM.
29180         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29181         "bp-asm.h".
29182         (PARMS): Do not use macros from bp-asm.h.
29183         (SIGMSK): Likewise.
29184         (setjmp): Likewise.  Do not use BP_SYM.
29185         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29186         "bp-asm.h".
29187         (PARMS): Do not use macros from bp-asm.h.
29188         (__frexp): Do not use BP_SYM.
29189         (frexp): Likewise.
29190         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29191         "bp-asm.h".
29192         (PARMS): Do not use macros from bp-asm.h.
29193         (__frexpf): Do not use BP_SYM.
29194         (frexpf): Likewise.
29195         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29196         "bp-asm.h".
29197         (PARMS): Do not use macros from bp-asm.h.
29198         (__frexpl): Do not use BP_SYM.
29199         (frexpl): Likewise.
29200         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29201         "bp-asm.h".
29202         (PARMS): Do not use macros from bp-asm.h.
29203         (__remquo): Do not use BP_SYM.
29204         (remquo): Likewise.
29205         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29206         "bp-asm.h".
29207         (PARMS): Do not use macros from bp-asm.h.
29208         (__remquof): Do not use BP_SYM.
29209         (remquof): Likewise.
29210         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
29211         "bp-asm.h".
29212         (PARMS): Do not use macros from bp-asm.h.
29213         (__remquol): Do not use BP_SYM.
29214         (remquol): Likewise.
29215         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
29216         "bp-asm.h".
29217         (PARMS): Do not use macros from bp-asm.h.
29218         (DEST): Likewise.
29219         (SRC): Likewise.
29220         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
29221         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
29222         "bp-asm.h".
29223         (PARMS): Do not use macros from bp-asm.h.
29224         (strlen): Do not use BP_SYM.
29225         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
29226         "bp-asm.h".
29227         (PARMS): Do not use macros from bp-asm.h.
29228         (S1): Likewise.
29229         (S2): Likewise.
29230         (SIZE): Likewise.
29231         (__mpn_add_n): Do not use BP_SYM.
29232         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
29233         "bp-asm.h".
29234         (PARMS): Do not use macros from bp-asm.h.
29235         (S1): Likewise.
29236         (SIZE): Likewise.
29237         (__mpn_addmul_1): Do not use BP_SYM.
29238         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
29239         weak_alias.
29240         (bzero): Likewise.
29241         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
29242         "bp-asm.h".
29243         (PARMS): Do not use macros from bp-asm.h.
29244         (S): Likewise.
29245         (SIZE): Likewise.
29246         (__mpn_lshift): Do not use BP_SYM.
29247         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
29248         "bp-asm.h".
29249         (PARMS): Do not use macros from bp-asm.h.
29250         (DEST): Likewise.
29251         (SRC): Likewise.
29252         (LEN): Likewise.
29253         (memcpy): Likewise.  Do not use BP_SYM.
29254         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
29255         libc_hidden_def and weak_alias.
29256         (mempcpy): Do not use BP_SYM in weak_alias.
29257         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
29258         "bp-asm.h".
29259         (PARMS): Do not use macros from bp-asm.h.
29260         (DEST): Likewise.
29261         (LEN): Likewise.
29262         [!BZERO_P] (CHR): Likewise.
29263         (memset): Likewise.  Do not use BP_SYM.
29264         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
29265         "bp-asm.h".
29266         (PARMS): Do not use macros from bp-asm.h.
29267         (S1): Likewise.
29268         (SIZE): Likewise.
29269         (__mpn_mul_1): Do not use BP_SYM.
29270         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
29271         "bp-asm.h".
29272         (PARMS): Do not use macros from bp-asm.h.
29273         (S): Likewise.
29274         (SIZE): Likewise.
29275         (__mpn_rshift): Do not use BP_SYM.
29276         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
29277         "bp-asm.h".
29278         (PARMS): Do not use macros from bp-asm.h.
29279         (STR): Likewise.
29280         (CHR): Likewise.
29281         (strchr): Likewise.  Do not use BP_SYM.
29282         (index): Do not use BP_SYM in weak_alias.
29283         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
29284         "bp-asm.h".
29285         (PARMS): Do not use macros from bp-asm.h.
29286         (DEST): Likewise.
29287         (SRC): Likewise.
29288         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
29289         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
29290         "bp-asm.h".
29291         (PARMS): Do not use macros from bp-asm.h.
29292         (strlen): Do not use BP_SYM.
29293         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
29294         "bp-asm.h".
29295         (PARMS): Do not use macros from bp-asm.h.
29296         (S1): Likewise.
29297         (S2): Likewise.
29298         (SIZE): Likewise.
29299         (__mpn_sub_n): Do not use BP_SYM.
29300         * sysdeps/i386/i586/submul_1.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         (SIZE): Likewise.
29305         (__mpn_submul_1): Do not use BP_SYM.
29306         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
29307         "bp-asm.h".
29308         (PARMS): Do not use macros from bp-asm.h.
29309         (S1): Likewise.
29310         (S2): Likewise.
29311         (SIZE): Likewise.
29312         (__mpn_add_n): Do not use BP_SYM.
29313         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
29314         weak_alias.
29315         (bzero): Likewise.
29316         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
29317         "bp-asm.h".
29318         (PARMS): Do not use macros from bp-asm.h.
29319         (BLK2): Likewise.
29320         (LEN): Likewise.
29321         (memcmp): Do not use BP_SYM.
29322         (bcmp): Do not use BP_SYM in weak_alias.
29323         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
29324         "bp-asm.h".
29325         (PARMS): Do not use macros from bp-asm.h.
29326         (DEST): Likewise.
29327         (SRC): Likewise.
29328         (LEN): Likewise.
29329         (memcpy): Likewise.  Do not use BP_SYM.
29330         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
29331         "bp-asm.h".
29332         (PARMS): Do not use macros from bp-asm.h.
29333         (DEST): Likewise.
29334         (SRC): Likewise.
29335         (LEN): Likewise.
29336         (memmove): Likewise.  Do not use BP_SYM.
29337         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
29338         "bp-asm.h".
29339         (PARMS): Do not use macros from bp-asm.h.
29340         (DEST): Likewise.
29341         (SRC): Likewise.
29342         (LEN): Likewise.
29343         (__mempcpy): Likewise.  Do not use BP_SYM.
29344         (mempcpy): Do not use BP_SYM in weak_alias.
29345         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
29346         "bp-asm.h".
29347         (PARMS): Do not use macros from bp-asm.h.
29348         (DEST): Likewise.
29349         (LEN): Likewise.
29350         [!BZERO_P] (CHR): Likewise.
29351         (memset): Likewise.  Do not use BP_SYM.
29352         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
29353         "bp-asm.h".
29354         (PARMS): Do not use macros from bp-asm.h.
29355         (STR2): Likewise.
29356         (strcmp): Do not use BP_SYM.
29357         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
29358         "bp-asm.h".
29359         (PARMS): Do not use macros from bp-asm.h.
29360         (STR): Likewise.
29361         (DELIM): Likewise.
29362         [USE_AS_STRTOK_R] (SAVE): Likewise.
29363         (FUNCTION): Likewise.  Do not use BP_SYM.
29364         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
29365         aliases.
29366         (strtok_r): Likewise.
29367         (__GI___strtok_r): Likewise.
29368         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
29369         (PARMS): Do not use macros from bp-asm.h.
29370         (S): Likewise.
29371         (SIZE): Likewise.
29372         (__mpn_lshift): Do not use BP_SYM.
29373         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
29374         (PARMS): Do not use macros from bp-asm.h.
29375         (STR): Likewise.
29376         (CHR): Likewise.
29377         (__memchr): Do not use BP_SYM.
29378         (memchr): Do not use BP_SYM in weak_alias.
29379         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
29380         (PARMS): Do not use macros from bp-asm.h.
29381         (BLK2): Likewise.
29382         (LEN): Likewise.
29383         (memcmp): Do not use BP_SYM.
29384         (bcmp): Do not use BP_SYM in weak_alias.
29385         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
29386         (PARMS): Do not use macros from bp-asm.h.
29387         (S1): Likewise.
29388         (SIZE): Likewise.
29389         (__mpn_mul_1): Do not use BP_SYM.
29390         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
29391         "bp-asm.h".
29392         (PARMS): Do not use macros from bp-asm.h.
29393         (STR): Likewise.
29394         (CHR): Likewise.
29395         (__rawmemchr): Do not use BP_SYM.
29396         (rawmemchr): Do not use BP_SYM in weak_alias.
29397         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
29398         (PARMS): Do not use macros from bp-asm.h.
29399         (S): Likewise.
29400         (SIZE): Likewise.
29401         (__mpn_rshift): Do not use BP_SYM.
29402         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
29403         (PARMS): Do not use macros from bp-asm.h.
29404         (SIGMSK): Likewise.
29405         (__sigsetjmp): Likewise.  Do not use BP_SYM.
29406         * sysdeps/i386/start.S: Do not include "bp-sym.h".
29407         (_start): Do not use BP_SYM.
29408         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
29409         (PARMS): Do not use macros from bp-asm.h.
29410         (DEST): Likewise.
29411         (SRC): Likewise.
29412         (__stpcpy): Likewise.  Do not use BP_SYM.
29413         (stpcpy): Do not use BP_SYM in weak_alias.
29414         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
29415         "bp-asm.h".
29416         (PARMS): Do not use macros from bp-asm.h.
29417         (DEST): Likewise.
29418         (SRC): Likewise.
29419         (LEN): Likewise.
29420         (__stpncpy): Likewise.  Do not use BP_SYM.
29421         (stpncpy): Do not use BP_SYM in weak_alias.
29422         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
29423         (PARMS): Do not use macros from bp-asm.h.
29424         (STR): Likewise.
29425         (CHR): Likewise.
29426         (strchr): Likewise.  Do not use BP_SYM.
29427         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
29428         "bp-asm.h".
29429         (PARMS): Do not use macros from bp-asm.h.
29430         (STR): Likewise.
29431         (CHR): Likewise.
29432         (__strchrnul): Likewise.  Do not use BP_SYM.
29433         (strchrnul): Do not use BP_SYM in weak_alias.
29434         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
29435         "bp-asm.h".
29436         (PARMS): Do not use macros from bp-asm.h.
29437         (STOP): Likewise.
29438         (strcspn): Do not use BP_SYM.
29439         * sysdeps/i386/strpbrk.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         (STOP): Likewise.
29444         (strpbrk): Likewise.  Do not use BP_SYM.
29445         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
29446         "bp-asm.h".
29447         (PARMS): Do not use macros from bp-asm.h.
29448         (STR): Likewise.
29449         (CHR): Likewise.
29450         (strrchr): Likewise.  Do not use BP_SYM.
29451         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
29452         (PARMS): Do not use macros from bp-asm.h.
29453         (SKIP): Likewise.
29454         (strspn): Do not use BP_SYM.
29455         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
29456         (PARMS): Do not use macros from bp-asm.h.
29457         (STR): Likewise.
29458         (DELIM): Likewise.
29459         (SAVE): Likewise.
29460         (FUNCTION): Likewise.  Do not use BP_SYM.
29461         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
29462         aliases.
29463         (strtok_r): Likewise.
29464         (__GI___strtok_r): Likewise.
29465         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29466         (PARMS): Do not use macros from bp-asm.h.
29467         (S1): Likewise.
29468         (S2): Likewise.
29469         (SIZE): Likewise.
29470         (__mpn_sub_n): Do not use BP_SYM.
29471         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
29472         "bp-asm.h".
29473         (PARMS): Do not use macros from bp-asm.h.
29474         (S1): Likewise.
29475         (SIZE): Likewise.
29476         (__mpn_submul_1): Do not use BP_SYM.
29477         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
29478         <bp-sym.h>.
29479         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
29480         and <bp-asm.h>.
29481         (PARMS): Do not use macros from bp-asm.h.
29482         (FLAGS): Likewise.
29483         (PTID): Likewise.
29484         (TLS): Likewise.
29485         (CTID): Likewise.
29486         (__clone): Do not use BP_SYM.
29487         (clone): Do not use BP_SYM in weak_alias.
29488         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
29489         and <bp-asm.h>.
29490         (PARMS): Do not use macros from bp-asm.h.
29491         (LEN): Likewise.
29492         (__mmap64): Do not use BP_SYM.
29493         (mmap64): Do not use BP_SYM in weak_alias.
29494         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
29495         <bp-sym.h> and <bp-asm.h>.
29496         (PARMS): Do not use macros from bp-asm.h.
29497         (__posix_fadvise64_l64): Do not use BP_SYM.
29498         * sysdeps/unix/sysv/linux/i386/semtimedop.S
29499         (PARMS): Do not use macros from bp-asm.h.
29500         (NSOPS): Likewise.
29501         (semtimedop): Do not use BP_SYM.
29502         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
29503         and <bp-asm.h>.
29504
29505 2013-02-21  Allan McRae  <allan@archlinux.org>
29506
29507         * manual/message.texi (Charset conversion in gettext):
29508         Move @end statement to beginning of line.
29509
29510 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29511
29512         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
29513         static.
29514         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29515         Likewise.
29516
29517         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
29518         (denorm): Likewise.
29519         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
29520         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
29521
29522 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29523
29524         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
29525         tail-call to the resolved function if pltexit isn't needed.
29526
29527 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29528
29529         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
29530         or Y being zero as being unlikely.
29531         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29532         Likewise.
29533
29534 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
29535
29536         * manual/nss.texi (System Databases and Name Service Switch):
29537         Remove frobnicate @pxref.
29538
29539 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29540
29541         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29542         __attribute__ ((unused)) to __attribute__ ((__unused__)).
29543
29544 2013-02-20  Petr Machata  <pmachata@redhat.com>
29545
29546         * elf/elf.h (R_ARM_TARGET1): New macro.
29547         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
29548         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
29549         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
29550         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
29551         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
29552         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
29553         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
29554         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
29555         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
29556         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
29557         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
29558         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
29559         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
29560         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
29561         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
29562         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
29563         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
29564         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
29565         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
29566         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
29567         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
29568         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
29569         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
29570         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
29571         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
29572         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
29573         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
29574         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
29575         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
29576         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
29577         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
29578         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
29579         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
29580         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
29581         (R_ARM_THM_GOT_BREL12): Likewise.
29582         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
29583         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
29584         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
29585         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
29586         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
29587         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
29588         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
29589         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
29590         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
29591
29592 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29593
29594         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29595         __attribute_used__ to __attribute__ ((unused)).
29596
29597 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29598
29599         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
29600         powerpc mpa.c.
29601         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
29602         comment formatting.
29603         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
29604
29605 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
29606
29607         [BZ #13550]
29608         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
29609         Remove macro.
29610         (ENTER): Remove both macro definitions.
29611         (LEAVE): Likewise.
29612         (CHECK_BOUNDS_LOW): Likewise.
29613         (CHECK_BOUNDS_HIGH): Likewise.
29614         (CHECK_BOUNDS_BOTH): Likewise.
29615         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
29616         (RETURN_BOUNDED_POINTER): Likewise.
29617         (RETURN_NULL_BOUNDED_POINTER): Likewise.
29618         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
29619         (POP_ERRNO_LOCATION_RETURN): Likewise.
29620         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
29621         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29622         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
29623         macros.
29624         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29625         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
29626         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
29627         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
29628         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
29629         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
29630         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
29631         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
29632         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
29633         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
29634         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
29635         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
29636         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29637         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
29638         removed macros.
29639         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29640         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
29641         macros.
29642         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29643         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
29644         * sysdeps/i386/i586/memset.S (memset): Likewise.
29645         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
29646         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29647         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
29648         macros.
29649         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29650         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
29651         Change uses of L(2) to L(out).
29652         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
29653         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
29654         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
29655         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29656         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
29657         removed macros.
29658         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29659         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
29660         macros.
29661         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29662         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
29663         (RETURN): Do not use macro LEAVE.
29664         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
29665         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
29666         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
29667         * sysdeps/i386/i686/memset.S (memset): Likewise.
29668         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
29669         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
29670         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29671         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
29672         Likewise.
29673         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29674         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
29675         L(1_2) and L(1_3) into L(1).
29676         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29677         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
29678         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29679         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
29680         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29681         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
29682         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
29683         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29684         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
29685         macros.
29686         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
29687         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29688         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
29689         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
29690         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
29691         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29692         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
29693         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
29694         * sysdeps/i386/strcspn.S (strcspn): Likewise.
29695         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
29696         * sysdeps/i386/strrchr.S (strrchr): Likewise.
29697         * sysdeps/i386/strspn.S (strspn): Likewise.
29698         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
29699         conditional code.
29700         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29701         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
29702         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29703         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
29704         L(1_3) into L(1_1).
29705         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
29706         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29707         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
29708         macros.
29709         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29710
29711 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
29712
29713         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
29714         macro.
29715
29716 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29717
29718         * math/atest-exp.c (exp_mpn): Remove ROUND.
29719         * math/atest-exp2.c (exp_mpn): Likewise.
29720         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
29721
29722         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
29723         * stdlib/tst-tls-atexit-lib.c: Likewise.
29724         * stdlib/tst-tls-atexit.c: Likewise.
29725
29726 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29727
29728         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
29729         and __attribute_alloc_size__.
29730
29731 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29732
29733         * include/programs/xmalloc.h: Change __attribute_alloc_size to
29734         __attribute_alloc_size__.
29735         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
29736         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29737
29738 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29739
29740         * include/programs/xmalloc.h: New file.
29741         * catgets/gencat.c: Include it.
29742         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29743         * elf/pldd.c: Likewise.
29744         * iconv/iconv_charmap.c: Likewise.
29745         * iconv/iconvconfig.c: Likewise.
29746         * iconv/strtab.c: Likewise.
29747         * locale/programs/locale.c: Likewise.
29748         * locale/programs/localedef.h: Likewise.
29749         * locale/programs/simple-hash.c: Likewise.
29750         * nscd/nscd.h: Likewise.
29751         * nss/makedb.c: Likewise.
29752         * sysdeps/generic/ldconfig.h: Likewise.
29753
29754 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29755
29756         * Versions.def: Add GLIBC_2.18.
29757         * include/link.h (struct link_map): New member l_tls_dtor_count.
29758         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29759         (__call_tls_dtors): Likewise.
29760         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29761         __cxa_thread_atexit_impl.
29762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29763         Likewise.
29764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29765         Likewise.
29766         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29767         Likewise.
29768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29769         Likewise.
29770         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29771         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29772         Likewise.
29773         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29774         Likewise.
29775         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29776         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29777         Likewise.
29778         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29779         (tests): Add test case tst-tls-atexit.
29780         (modules-names): Add shared library for tst-tls-atexit.
29781         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29782         (GLIBC_PRIVATE): Add __call_tls_dtors.
29783         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29784         for libstdc++.
29785         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29786         * stdlib/tst-tls-atexit.c: New test case.
29787         * stdlib/tst-tls-atexit-lib.c: New test case.
29788
29789         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29790
29791         * elf/Versions (ld): Add _dl_find_dso_for_object.
29792         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29793         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29794         (dl_open_worker): Use _dl_find_dso_for_object.
29795         * elf/dl-sym.c (do_sym): Likewise.
29796         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29797
29798 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29799
29800         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29801         Syntactic changes only.
29802         (_dl_runtime_profile): Do a tail-call to the resolved function.
29803
29804 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29805
29806         [BZ #13550]
29807         * sysdeps/x86_64/bp-asm.h: Remove file.
29808         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29809         <bp-sym.h> and <bp-asm.h>.
29810         (__clone): Do not use BP_SYM.
29811         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29812         <bp-sym.h> and <bp-asm.h>.
29813         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29814         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29815         "bp-asm.h".
29816         (_setjmp): Do not use BP_SYM.
29817         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29818         "bp-asm.h".
29819         (setjmp): Do not use BP_SYM.
29820         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29821         libc_hidden_def.
29822         (mempcpy): Do not use BP_SYM in weak_alias.
29823         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29824         "bp-asm.h".
29825         (strchr): Do not use BP_SYM.
29826         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29827         "bp-asm.h".
29828         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29829         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29830         (_start): Do not use BP_SYM.
29831         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29832         "bp-asm.h".
29833         (strcat): Do not use BP_SYM.
29834         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29835         "bp-asm.h".
29836         (STRCMP): Do not use BP_SYM.
29837         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29838         "bp-asm.h".
29839         (STRCPY): Do not use BP_SYM.
29840         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29841         "bp-asm.h".
29842         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29843         "bp-asm.h".
29844         (FUNCTION): Do not use BP_SYM.
29845         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29846         weak_alias.
29847         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29848
29849 2013-02-17  Andreas Jaeger  <aj@suse.de>
29850
29851         * time/Versions: Sort entries.
29852         * string/Versions: Likewise.
29853         * resolv/Versions: Likewise.
29854         * posix/Versions: Likewise.
29855         * iconv/Versions: Likewise.
29856         * elf/Versions: Likewise.
29857         * wcsmbs/Versions: Likewise.
29858
29859 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29860
29861         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29862         loop termination condition.
29863
29864         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29865         variable to calculate EZ.
29866         (__sqr): Likewise.
29867
29868         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29869         the lower precision input.
29870
29871 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29872
29873         [BZ #13550]
29874         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29875         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29876         (run-via-rtld-prefix): Do not handle %-bp tests.
29877         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29878         (all-object-suffixes): Remove .ob.
29879         (bppfx): Remove variable.
29880         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29881         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29882         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29883         [$(build-bounded) = yes] (libtype.ob): Likewise.
29884         * Makerules (elide-routines.ob): Remove variable.
29885         (do-tests-clean): Do not handle *-bp.out.
29886         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29887         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29888         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29889         (tests): Do not include $(tests-bp.out).
29890         (xtests): Do not include $(xtests-bp.out).
29891         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29892         [$(build-bounded) = yes] ($(addprefix
29893         $(objpfx),$(binaries-bounded))): Remove rule.
29894         ($(objpfx)%-bp.out): Remove rule.
29895         * config.make.in (build-bounded): Remove variable.
29896         * crypt/Makefile [$(build-bounded) = yes]
29897         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29898         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29899         append to variable.
29900         [$(build-bounded) = yes] (install-lib): Likewise.
29901         [$(build-bounded) = yes] (generated): Likewise.
29902         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29903         Remove rule.
29904         * intl/Makefile [$(build-bounded) = yes]
29905         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29906         * math/Makefile [$(build-bounded) = yes]
29907         ($(tests:%=$(objpfx)%-bp): Likewise.
29908         * misc/Makefile [$(build-bounded) = yes]
29909         ($(objpfx)tst-tsearch-bp): Likewise.
29910         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29911         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29912         Remove dependency.
29913         * string/Makefile (o-objects.ob): Remove variable.
29914         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29915         (CFLAGS-.ob): Remove variable.
29916         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29917         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29918         both definitions of variable.
29919         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29920         (ASFLAGS-.ob): Remove variable.
29921
29922 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29923
29924         [BZ #13550]
29925         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29926         Remove __BOUNDED_POINTERS__ from condition.
29927         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29928         * string/bits/string2.h [!__NO_STRING_INLINES &&
29929         !__BOUNDED_POINTERS__]: Likewise.
29930         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29931         Likewise.
29932         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29933         Remove conditional code.
29934         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29935         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29936         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29937         condition.
29938
29939         [BZ #13550]
29940         * csu/libc-start.c: Do not include <bp-sym.h>.
29941         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29942         * elf/dl-open.c: Do not include <bp-sym.h>.
29943         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29944         * math/fegetenv.c: Do not include <bp-sym.h>.
29945         (fegetenv): Do not use BP_SYM in versioned symbols.
29946         * nptl/sysdeps/pthread/bits/libc-lockP.h
29947         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29948         <bp-sym.h>.
29949         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29950         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29951         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29952         (__pthread_mutex_destroy): Likewise.
29953         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29954         (__pthread_mutex_lock): Likewise.
29955         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29956         (__pthread_mutex_trylock): Likewise.
29957         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29958         (__pthread_mutex_unlock): Likewise.
29959         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29960         (__pthread_mutexattr_init): Likewise.
29961         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29962         (__pthread_mutexattr_destroy): Likewise.
29963         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29964         (__pthread_mutexattr_settype): Likewise.
29965         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29966         (__pthread_rwlock_init): Likewise.
29967         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29968         (__pthread_rwlock_destroy): Likewise.
29969         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29970         (__pthread_rwlock_rdlock): Likewise.
29971         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29972         (__pthread_rwlock_tryrdlock): Likewise.
29973         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29974         (__pthread_rwlock_wrlock): Likewise.
29975         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29976         (__pthread_rwlock_trywrlock): Likewise.
29977         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29978         (__pthread_rwlock_unlock): Likewise.
29979         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29980         (__pthread_key_create): Likewise.
29981         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29982         (__pthread_setspecific): Likewise.
29983         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29984         (__pthread_getspecific): Likewise.
29985         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29986         Likewise.
29987         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29988         (_pthread_cleanup_push_defer): Likewise.
29989         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29990         (_pthread_cleanup_pop_restore): Likewise.
29991         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29992         (pthread_setcancelstate): Likewise.
29993         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29994         <bp-sym.h>.
29995         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29996         (memchr): Do not use BP_SYM in weak_alias.
29997         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29998         (fegetenv): Do not use BP_SYM in versioned symbols.
29999         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30000         (fesetenv): Do not use BP_SYM in versioned symbols.
30001         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30002         (feupdateenv): Do not use BP_SYM in versioned symbols.
30003         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30004         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30005         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30006         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30007         (open64): Do not use BP_SYM in weak_alias.
30008         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30009         (fegetenv): Do not use BP_SYM in versioned symbols.
30010         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30011         (fesetenv): Do not use BP_SYM in versioned symbols.
30012         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30013         (feupdateenv): Do not use BP_SYM in versioned symbols.
30014         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30015         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30016         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30017         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30018         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30019         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30020         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30021         <bp-sym.h>.
30022         (__libc_start_main): Do not use BP_SYM.
30023
30024 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30025
30026         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30027         redundant return line.
30028         (norm): Likewise.
30029         (denorm): Likewise.
30030         (dbl_mp): Likewise.
30031         (sub_magnitudes): Likewise.
30032         (__add): Likewise.
30033         (__sub): Likewise.
30034         (__mul): Likewise.
30035         (__inv): Likewise.
30036         (__dvd): Likewise.
30037         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30038         (norm): Likewise.
30039         (denorm): Likewise.
30040         (dbl_mp): Likewise.
30041         (sub_magnitudes): Likewise.
30042         (__add): Likewise.
30043         (__sub): Likewise.
30044         (__mul): Likewise.
30045         (__inv): Likewise.
30046         (__dvd): Likewise.
30047
30048         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30049         instead of __mul.
30050         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30051         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30052         (cc32): Likewise.
30053
30054         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30055         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30056         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30057         of __mul for squares.
30058         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30059         function
30060         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30061         Likewise.
30062         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30063         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30064
30065 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30066
30067         [BZ #13550]
30068         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30069         code.
30070         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30071         prototype or function definition.  Rename ubp_* variables and
30072         parameters.  Remove argv definitions conditional on
30073         [__BOUNDED_POINTERS__].
30074         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30075         * elf/dl-runtime.c (_dl_fixup): Likewise.
30076         * include/set-hooks.h (RUN_HOOK): Likewise.
30077         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30078         definition.
30079         * string/strcpy.c (strcpy): Do not use __unbounded.
30080         * sysdeps/generic/frame.h (struct layout): Likewise.
30081         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30082         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30083         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30084         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30085         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30086         (__backtrace): Likewise.
30087         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30088         use __ptrvalue.
30089         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30090         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30091         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30092         Likewise.
30093         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30094         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30095         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30096         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30097         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30098         Do not use __unbounded.
30099         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30100         Rename __unboundedrlimits parameter to rlimits in prototype.
30101         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30102         Do not use __unbounded.
30103         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30104         not use __ptrvalue.
30105         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30106         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30107         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30108         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30109         __ptrvalue or __unbounded.
30110         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30111         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30112         use __unbounded.
30113         (__new_msgctl): Do not use __ptrvalue.
30114         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30115         __unbounded.
30116         (__libc_msgrcv): Do not use __ptrvalue.
30117         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30118         startup_info): Do not use __unbounded.
30119         (__libc_start_main): Likewise.  Rename ubp_* variables and
30120         parameters.  Remove argv definitions conditional on
30121         [__BOUNDED_POINTERS__].
30122         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30123         __ptrvalue.
30124         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30125         use __unbounded.
30126         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30127         or __ptrvalue.
30128         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30129         use __unbounded.
30130         (__new_shmctl): Do not use __ptrvalue.
30131         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30132         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30133         Likewise.
30134         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30135         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30136         (__libc_sigaction): Likewise.
30137         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30138         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30139         Likewise.
30140         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30141
30142 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30143
30144         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30145
30146         * string/mempcpy.c: Implement by calling memcpy.
30147
30148 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30149
30150         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30151
30152         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30153         evaluation.
30154
30155         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30156         values in the mantissa.
30157
30158         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30159         minimize writes to Z.
30160         (sub_magnitudes): Simplify code a bit.
30161
30162 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30163
30164         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30165         from the message.  The linker prefixes all warnings with that already.
30166
30167 2013-02-12  Andreas Schwab  <schwab@suse.de>
30168
30169         [BZ #15078]
30170         * posix/regexec.c (extend_buffers): Add parameter min_len.
30171         (check_matching): Pass minimum needed length.
30172         (clean_state_log_if_needed): Likewise.
30173         (get_subexp): Likewise.
30174         * posix/Makefile (tests): Add bug-regex34.
30175         (bug-regex34-ENV): Define.
30176         * posix/bug-regex34.c: New file.
30177
30178         [BZ #11561]
30179         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30180         elements compare against the byte sequence of it, not its name.
30181         * posix/Makefile (tests): Add bug-regex35.
30182         (bug-regex35-ENV): Define.
30183         * posix/bug-regex35.c: New file.
30184
30185 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30186
30187         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30188         comment.
30189         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30190         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30191         (CHECK_EOL): Add undef.
30192
30193 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30194
30195         * bits/stdlib-bsearch.h: New file.
30196         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30197         * stdlib/stdlib.h: Likewise.
30198
30199 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30200
30201         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30202         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30203         declaration.
30204         * manual/search.texi (Array Search Function): Add missing const in
30205         lfind prototype.
30206         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30207         declaration to use rlim_t.
30208         (Basic Scheduling Functions): Remove erroneous const from
30209         sched_getparam prototype.  Remove erroneous * from
30210         sched_get_priority_max and sched_get_priority_min prototypes.
30211         (Resource Usage): Fix summary @comment on vtimes to refer to
30212         sys/vtimes.h rather than vtimes.h.
30213         Add missing *s in vtimes prototype.
30214         (Limits on Resources): Fix ulimit prototype to return long int.
30215         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
30216         prototypes to use long int rather than double.
30217         (BSD Random): Fix initstate and setstate to use char *, not void *.
30218         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
30219         prototype to make second argument 'struct aiocb64 *const[]'.
30220         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
30221         (Status of AIO Operations): Remove erroneous const in aio_return and
30222         aio_return64 prototypes.
30223         (Synchronizing I/O): Fix sync prototype to return void.
30224         * manual/startup.texi (Suboptions): Remove an erroneous const in
30225         getsubopt prototype.
30226         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
30227         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
30228         use size_t rather than int.
30229         (Scanning All Users): Likewise for getpwent_r.
30230         (Setting Groups): Add missing const to setgroups prototype.
30231         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
30232         * manual/socket.texi (Host Names): Fix gethostbyaddr and
30233         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
30234         'const void *' rather than 'const char *'.
30235         (Host Address Functions): Likewise for inet_ntop.
30236         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
30237         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
30238         ssize_t for return value.
30239         (Sending Data): Likewise for send, sendto, sendmsg.
30240         (Socket Option Functions): Add a missing const in setsockopt prototype.
30241         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
30242         use wchar_t for the argument.
30243         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
30244         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
30245         take no arguments.
30246         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
30247         double/float/long double for second argument.
30248         Fix return types of significand, significandf, significandl.
30249         * manual/filesys.texi (Setting Permissions): Use mode_t for second
30250         argument in fchmod prototype.
30251         (File Owner): Use uid_t and gid_t in fchown prototype.
30252         (File Times): Add const to utimes, futimes, and lutimes prototypes.
30253         (Making Special Files): Use mode_t and dev_t in mknod prototype.
30254         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
30255         use 'const struct dirent **' as argument types to CMP function pointer
30256         argument.
30257         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
30258         (File Times): Fix summary magic @comment for struct utimbuf and utime
30259         to refer to utime.h, not time.h.
30260         * manual/string.texi (Argz Functions): Add missing const in
30261         argz_extract and argz_next prototypes.
30262         (Finding Tokens in a String): Likewise for basename.
30263         (String/Array Comparison): Fix typo in wcscasecmp prototype.
30264         (Copying and Concatenation): Fix typo in wmemmove prototype.
30265         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
30266         (Signal Stack): Remove erroneous const in sigstack prototype.
30267         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
30268         prototype.
30269         (Simple Calendar Time): Likewise for stime.
30270         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
30271         prototype.
30272         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
30273         say sys/sysctl.h instead.
30274         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
30275         and vsyslog prototypes.
30276
30277 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30278
30279         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
30280         Remove.
30281
30282 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30283
30284         * misc/sys/mman.h: Fix typo in mremap comment.
30285
30286 2013-02-08  Roland McGrath  <roland@hack.frob.com>
30287
30288         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
30289         the '\0' terminator.
30290
30291 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
30292
30293         [BZ #13550]
30294         * debug/segfault.c: Don't include <bp-checks.h>.
30295         * sysdeps/generic/bp-checks.h: Remove file.
30296         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
30297         (__GETDENTS): Don't use CHECK_N.
30298         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
30299         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
30300         (__getgroups): Don't use CHECK_N.
30301         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
30302         (setgroups): Don't use CHECK_N.
30303         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
30304         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
30305         (__libc_msgrcv): Don't use CHECK_N.
30306         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
30307         (__libc_msgsnd): Don't use CHECK_N.
30308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
30309         <bp-checks.h>.
30310         (__libc_pread): Don't use CHECK_N.
30311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
30312         include <bp-checks.h>.
30313         (__libc_pread64): Don't use CHECK_N.
30314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
30315         include <bp-checks.h>.
30316         (__libc_pwrite): Don't use CHECK_N.
30317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
30318         include <bp-checks.h>.
30319         (__libc_pwrite64): Don't use CHECK_N.
30320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
30321         <bp-checks.h>.
30322         (__libc_pread): Don't use CHECK_N.
30323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
30324         include <bp-checks.h>.
30325         (__libc_pread64): Don't use CHECK_N.
30326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
30327         include <bp-checks.h>.
30328         (__libc_pwrite): Don't use CHECK_N.
30329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
30330         include <bp-checks.h>.
30331         (__libc_pwrite64): Don't use CHECK_N.
30332         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
30333         (do_pread): Don't use CHECK_N.
30334         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
30335         (do_pread64): Don't use CHECK_N.
30336         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
30337         (do_pwrite): Don't use CHECK_N.
30338         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
30339         (do_pwrite64): Don't use CHECK_N.
30340         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
30341         (__libc_readv): Don't use CHECK_N.
30342         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
30343         (semop): Don't use CHECK_N.
30344         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
30345         <bp-checks.h>.
30346         (semtimedop): Don't use CHECK_N.
30347         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
30348         (__libc_pread): Don't use CHECK_N.
30349         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
30350         <bp-checks.h>.
30351         (__libc_pread64): Don't use CHECK_N.
30352         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
30353         <bp-checks.h>.
30354         (__libc_pwrite): Don't use CHECK_N.
30355         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
30356         <bp-checks.h>.
30357         (__libc_pwrite64): Don't use CHECK_N.
30358         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
30359         <bp-checks.h>.
30360         (__libc_msgrcv): Don't use CHECK_N.
30361         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
30362         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
30363         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
30364         (__libc_writev): Don't use CHECK_N.
30365
30366 2013-02-08  Roland McGrath  <roland@hack.frob.com>
30367
30368         * string/strcpy.c: Removed unused variable.
30369
30370         * Makeconfig (+sysdep-includes): Define with := rather than =.
30371         Use an existing include/ subdir of each sysdeps dir before it.
30372
30373 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
30374
30375         * nscd/connection.c (register_traced_file): Comment function.
30376         [HAVE_INOTIFY] (union __inev): Define.
30377         [HAVE_INOTIFY] (inotify_check_files): New function.
30378         [HAVE_INOTIFY] (clear_db_cache): Likewise.
30379         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
30380         clear_db_cache.
30381         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
30382
30383 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
30384
30385         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
30386         loaded if not already and that a failure is permanent.
30387
30388 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
30389
30390         [BZ #15006]
30391         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
30392         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
30393
30394 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
30395
30396         [BZ #13550]
30397         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
30398         (CHECK_1_NULL_OK): Likewise.
30399         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
30400         (__fxstat): Do not use CHECK_1.
30401         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
30402         <bp-checks.h>.
30403         (___fxstat64): Do not use CHECK_1.
30404         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
30405         <bp-checks.h>.
30406         (__fxstatat): Do not use CHECK_1.
30407         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
30408         <bp-checks.h>.
30409         (__fxstatat64): Do not use CHECK_1.
30410         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
30411         <bp-checks.h>.
30412         (__fxstat): Do not use CHECK_1.
30413         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
30414         <bp-checks.h>.
30415         (__fxstatat): Do not use CHECK_1.
30416         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
30417         <bp-checks.h>.
30418         (__getresgid): Do not use CHECK_1.
30419         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
30420         <bp-checks.h>.
30421         (__getresuid): Do not use CHECK_1.
30422         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
30423         <bp-checks.h>.
30424         (__lxstat): Do not use CHECK_1.
30425         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
30426         <bp-checks.h>.
30427         (__old_msgctl): Do not use CHECK_1.
30428         (__new_msgctl): Likewise.
30429         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
30430         <bp-checks.h>.
30431         (__new_setrlimit): Do not use CHECK_1.
30432         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
30433         <bp-checks.h>.
30434         (__old_shmctl): Do not use CHECK_1.
30435         (__new_shmctl): Likewise.
30436         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
30437         <bp-checks.h>.
30438         (__xstat): Do not use CHECK_1.
30439         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
30440         (__lxstat): Do not use CHECK_1.
30441         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
30442         <bp-checks.h>.
30443         (___lxstat64): Do not use CHECK_1.
30444         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
30445         (__old_msgctl): Do not use CHECK_1.
30446         (__new_msgctl): Likewise.
30447         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
30448         <bp-checks.h>.
30449         (__gettimeofday): Do not use CHECK_1.
30450         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
30451         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
30452         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
30453         <bp-checks.h>.
30454         (__gettimeofday): Do not use CHECK_1.
30455         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
30456         (__old_shmctl): Do not use CHECK_1_NULL_OK.
30457         (__new_shmctl): Do not use CHECK_1.
30458         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
30459         <bp-checks.h>.
30460         (do_sigtimedwait): Do not use CHECK_1.
30461         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
30462         <bp-checks.h>.
30463         (do_sigwaitinfo): Do not use CHECK_1.
30464         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
30465         <bp-checks.h>.
30466         (msgctl): Do not use CHECK_1.
30467         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
30468         <bp-checks.h>.
30469         (shmctl): Do not use CHECK_1.
30470         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
30471         (ustat): Do not use CHECK_1.
30472         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
30473         <bp-checks.h>.
30474         (__fxstat): Do not use CHECK_1.
30475         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
30476         <bp-checks.h>.
30477         (__fxstatat): Do not use CHECK_1.
30478         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
30479         <bp-checks.h>.
30480         (__lxstat): Do not use CHECK_1.
30481         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
30482         <bp-checks.h>.
30483         (__xstat): Do not use CHECK_1.
30484         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
30485         (__xstat): Do not use CHECK_1.
30486         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
30487         (___xstat64): Do not use CHECK_1.
30488
30489         [BZ #13550]
30490         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
30491         definitions.
30492         (CHECK_BOUNDS_HIGH): Likewise.
30493         * string/strcpy.c: Do not include <bp-checks.h>.
30494         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
30495
30496 2013-02-07  Roland McGrath  <roland@hack.frob.com>
30497
30498         * nscd/nscd-client.h (__nscd_drop_map_ref):
30499         Add __attribute__ ((unused)).
30500         * nis/nss-nisplus.h (niserr2nss): Likewise.
30501
30502         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
30503         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
30504
30505         * csu/libc-tls.c (init_static_tls, init_slotinfo):
30506         Remove inline keyword.
30507         * include/rounding-mode.h (round_away): Likewise.
30508         * libio/wfileops.c (adjust_wide_data): Likewise.
30509         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
30510         (__m128i_strloadu_tolower): Likewise.
30511         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
30512         (__m128i_strloadu_tolower): Likewise.
30513         * time/mktime.c (ydhms_diff): Likewise.
30514         * locale/elem-hash.h (elem_hash): Likewise.
30515         * locale/setlocale.c (setdata): Likewise.
30516         * posix/regex_internal.h (re_string_char_size_at): Likewise.
30517         (re_string_wchar_at): Likewise.
30518         (bitset_not, bitset_merge, bitset_mask): Likewise.
30519         [!(__GNUC__ > 3)] (inline): Remove macro.
30520         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
30521         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
30522         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
30523         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
30524         * string/memcmp.c (memcmp_bytes): Likewise.
30525         * locale/programs/locarchive.c (compute_hashval): Likewise.
30526         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
30527         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
30528         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
30529         * nss/getent.c (print_rpc, print_protocols): Likewise.
30530         (print_passwd, print_group, print_aliases): Likewise.
30531         * nis/nss-nisplus.h (niserr2nss): Likewise.
30532         * nscd/connections.c (restart_p): Likewise.
30533         Change return type to bool.
30534
30535 2013-02-05  Roland McGrath  <roland@hack.frob.com>
30536
30537         * Makeconfig (all-Depend-files): Add existing
30538         $(sorted-subdirs:=/Depend) files.
30539         (all-subdirs): Remove nss.
30540         * sysdeps/unix/inet/Subdirs: Add it here instead.
30541         * hesiod/Depend: New file.
30542
30543         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
30544         instead of calling alloca.
30545
30546         * io/lseek.c (__lseek): Rename to __libc_lseek.
30547         Define __lseek as an alias.
30548
30549         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
30550
30551 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
30552
30553         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
30554         else clause and remove check for non-standard endianness.
30555
30556 2013-02-04  David S. Miller  <davem@davemloft.net>
30557
30558         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30559
30560 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
30561
30562         [BZ #13550]
30563         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
30564         (__ubp_memchr): Remove prototype.
30565         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
30566         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30567         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
30568         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30569         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
30570         Remove alias.
30571         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
30572         (__ubp_memchr): Likewise.
30573         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
30574         (__ubp_memchr): Likewise.
30575         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
30576         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
30577         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
30578         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
30579         CHECK_STRING.
30580         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
30581         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
30582         (__getcwd): Do not use CHECK_STRING.
30583         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
30584         <bp-checks.h>.
30585         (__real_chown): Do not use CHECK_STRING.
30586         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
30587         <bp-checks.h>.
30588         (fchownat): Do not use CHECK_STRING.
30589         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
30590         CHECK_STRING.
30591         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
30592         <bp-checks.h>.
30593         (__lchown): Do not use CHECK_STRING.
30594         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30595         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30596         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30597         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
30598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
30599         include <bp-checks.h>.
30600         (truncate64): Do not use CHECK_STRING.
30601         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
30602         <bp-checks.h>.
30603         (__real_chown): Do not use CHECK_STRING.
30604         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
30605         <bp-checks.h>.
30606         (__lchown): Do not use CHECK_STRING.
30607         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
30608         <bp-checks.h>.
30609         (__chown): Do not use CHECK_STRING.
30610         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
30611         <bp-checks.h>.
30612         (truncate64): Do not use CHECK_STRING.
30613         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
30614         Likewise.
30615         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
30616         (__xmknod): Do not use CHECK_STRING.
30617         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
30618         <bp-checks.h>.
30619         (__xmknodat): Do not use CHECK_STRING.
30620         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30621         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
30622
30623 2013-02-04  Andreas Schwab  <schwab@suse.de>
30624
30625         [BZ #14142]
30626         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
30627         * include/netdb.h: Likewise for h_errno.
30628         * elf/tst-stackguard1.c: Include <tls.h>.
30629
30630 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
30631
30632         * elf/link.h (struct link_map): Extend the l_addr comment.
30633         * include/link.h (struct link_map): Likewise.
30634
30635 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
30636
30637         [BZ #13550]
30638         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
30639         (BOUNDED_1): Remove macro.
30640         * debug/backtrace.c: Don't include <bp-checks.h>.
30641         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
30642         (__backtrace): Likewise.
30643         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
30644         <bp-checks.h>.
30645         (__backtrace): Don't use BOUNDED_1.
30646         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
30647         <bp-checks.h>.
30648         (__backtrace): Don't use BOUNDED_1.
30649         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
30650         (__backtrace): Don't use BOUNDED_1.
30651         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
30652         (shmat): Don't use BOUNDED_N.
30653
30654 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
30655
30656         [BZ #13550]
30657         * sysdeps/generic/bp-start.h: Remove file.
30658         * csu/libc-start.c: Don't include <bp-start.h>.
30659         (LIBC_START_MAIN): Set up __environ directly instead of using
30660         INIT_ARGV_and_ENVIRON.
30661         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
30662         <bp-start.h>.
30663
30664         [BZ #13550]
30665         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
30666         definitions.
30667         (CHECK_FCNTL): Likewise.
30668         (CHECK_N_PAGES): Likewise.
30669
30670         [BZ #13550]
30671         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
30672         definitions.
30673         (CHECK_SIGSET_NULL_OK): Likewise.
30674         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
30675         <bp-checks.h>.
30676         (sigpending): Don't use CHECK_SIGSET.
30677         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
30678         <bp-checks.h>.
30679         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30680         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
30681         <bp-checks.h>.
30682         (do_sigsuspend): Don't use CHECK_SIGSET.
30683         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
30684         use CHECK_SIGSET.
30685         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
30686         (do_sigwait): Don't use CHECK_SIGSET.
30687         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
30688         use CHECK_SIGSET.
30689         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
30690         include <bp-checks.h>.
30691         (sigpending): Don't use CHECK_SIGSET.
30692         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
30693         include <bp-checks.h>.
30694         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30695         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
30696         <bp-checks.h>.
30697         (sigpending): Don't use CHECK_SIGSET.
30698         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
30699         <bp-checks.h>.
30700         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30701
30702         [BZ #13550]
30703         * sysdeps/generic/bp-semctl.h: Remove file.
30704         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
30705         <bp-checks.h> and <bp-semctl.h>.
30706         (__old_semctl): Don't use CHECK_SEMCTL.
30707         (__new_semctl): Likewise.
30708         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
30709         and <bp-semctl.h>.
30710         (__old_semctl): Don't use CHECK_SEMCTL.
30711         (__new_semctl): Likewise.
30712         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
30713         <bp-checks.h> and <bp-semctl.h>.
30714         (__old_semctl): Don't use CHECK_SEMCTL.
30715         (__new_semctl): Likewise.
30716         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
30717         <bp-checks.h> and <bp-semctl.h>.
30718         (semctl): Don't use CHECK_SEMCTL.
30719
30720         [BZ #13550]
30721         * Makerules (elide-bp-thunks): Remove variable.
30722         (elide-routines.oS): Don't use $(elide-bp-thunks).
30723         (elide-routines.os): Likewise.
30724         (elide-routines.o): Likewise.
30725         (elide-routines.op): Likewise.
30726         (elide-routines.og): Likewise.
30727         (objects): Don't use $(bp-thunks).
30728         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
30729         include.
30730         (common-generated): Do not add s-proto-bp.d.
30731         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
30732         (int): Likewise.
30733         (typ): Likewise.
30734         Do not generate makefile rules for bounded-pointer thunks.
30735         * sysdeps/generic/bp-thunks.h: Remove file.
30736         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
30737         * sysdeps/unix/s-proto-bp.S: Likewise.
30738
30739         [BZ #15062]
30740         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30741         parts of result separately when argument is not close to line from
30742         -i to i and one part of argument is small.
30743         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30744         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30745         * math/libm-test.inc (cacos_test): Add more tests.
30746         (casin_test): Likewise.
30747         (casinh_test): Likewise.
30748         * sysdeps/i386/fpu/libm-test-ulps: Update.
30749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30750
30751 2013-01-31  David S. Miller  <davem@davemloft.net>
30752
30753         * po/de.po: Update from translation team.
30754
30755 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30756
30757         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30758
30759 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30760
30761         * configure.in (_AC_PROG_CC_C89): New definition.
30762         * configure: Regenerate.
30763
30764         * configure.in (AC_PROG_CPP): New definition.
30765         * configure: Regenerate.
30766
30767 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30768
30769         * debug/tst-backtrace.h: New file.
30770         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30771         (ret): Remove variable.
30772         (x): Likewise.
30773         (FAIL): Remove macro.
30774         (NO_INLINE): Likewise.
30775         (fn1): Use match function instead of strstr.
30776         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30777         (ret): Remove variable.
30778         (x): Likewise.
30779         (FAIL): Remove macro.
30780         (NO_INLINE): Likewise.
30781         (fn): Use match function instead of strstr.
30782         * debug/tst-backtrace4.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         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30789         (ret): Remove variable.
30790         (x): Likewise.
30791         (FAIL): Remove macro.
30792         (NO_INLINE): Likewise.
30793         (handle_signal): Use match function instead of strstr.
30794
30795 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30796
30797         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30798
30799 2013-01-23  David S. Miller  <davem@davemloft.net>
30800
30801         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30802         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30803         argument of CAS if possible.
30804         * sysdeps/sparc/sparc64/bits/atomic.h
30805         (__arch_compare_and_exchange_val_32_acq): Likewise.
30806         (__arch_compare_and_exchange_val_64_acq): Likewise.
30807
30808 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30809
30810         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30811         * sysdeps/posix/ulimit.c: ... this.
30812         Include <limits.h>.
30813         * sysdeps/unix/bsd/ulimit.c: Remove file.
30814
30815 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30816
30817         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30818         (LDFLAGS-tst-array5): Likewise.
30819
30820 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30821
30822         [BZ #15036]
30823         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30824         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30825         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30826         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30827
30828 2013-01-21  David S. Miller  <davem@davemloft.net>
30829
30830         * sysdeps/sparc/backtrace.c: New file.
30831         * sysdeps/sparc/sparc32/backtrace.h: New file.
30832         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30833         * sysdeps/sparc/sparc64/backtrace.h: New file.
30834         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30835         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30836         -funwind-tables.
30837
30838 2013-01-21  Andreas Schwab  <schwab@suse.de>
30839
30840         [BZ #15020]
30841         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30842         closed its stdout.
30843
30844 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30845
30846         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30847         "mpa2.h".
30848         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30849
30850 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30851             Mark Mitchell  <mark@codesourcery.com>
30852             Tom de Vries  <tom@codesourcery.com>
30853             Paul Pluzhnikov  <ppluzhnikov@google.com>
30854
30855         * debug/tst-backtrace2.c: New file.
30856         * debug/tst-backtrace3.c: Likewise.
30857         * debug/tst-backtrace4.c: Likewise.
30858         * debug/tst-backtrace5.c: Likewise.
30859         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30860         (CFLAGS-tst-backtrace3.c): Likewise.
30861         (CFLAGS-tst-backtrace4.c): Likewise.
30862         (CFLAGS-tst-backtrace5.c): Likewise.
30863         (LDFLAGS-tst-backtrace2): Likewise.
30864         (LDFLAGS-tst-backtrace3): Likewise.
30865         (LDFLAGS-tst-backtrace4): Likewise.
30866         (LDFLAGS-tst-backtrace5): Likewise.
30867         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30868         tst-backtrace4 and tst-backtrace5.
30869
30870 2013-01-18  Anton Blanchard  <anton@samba.org>
30871             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30872
30873         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30874         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30875         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30876         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30878         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30879         "+r" and remove output regs list as redundant.  Add explicit inline
30880         asm to specify register of return val to work around compiler codegen
30881         bug.  Remove (int) cast on return value.  Add return type parameter to
30882         use in macro so that this macro does not truncate return value for
30883         64-bit values.
30884         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30885         pass to INTERNAL_VSYSCALL_NCS.
30886         (INLINE_VSYSCALL): Add 'long int' as return type to
30887         INTERNAL_VSYSCALL_NCS macro invocation.
30888         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30889         INTERNAL_VSYSCALL_NCS macro invocation.
30890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30891
30892 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30893
30894         [BZ #14496]
30895         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30896         Fix application of SIMD FP exception mask.
30897
30898         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30899         mp_no from a power of two.
30900         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30901         __mpexp_twomm1.  Use __pow_mp.
30902
30903         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30904         multiplication.
30905
30906 2013-01-17  David S. Miller  <davem@davemloft.net>
30907
30908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30909
30910 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30911
30912         [BZ #15023]
30913         * include/complex.h: Condition contents on [!_COMPLEX_H].
30914         (__kernel_casinhf): New prototype.
30915         (__kernel_casinh): Likewise.
30916         (__kernel_casinhl): Likewise.
30917         * math/Makefile (libm_calls): Add k_casinh.
30918         * math/k_casinh.c: New file.
30919         * math/k_casinhf.c: Likewise.
30920         * math/k_casinhl.c: Likewise.
30921         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30922         finite nonzero arguments.
30923         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30924         finite nonzero arguments.
30925         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30926         finite nonzero arguments.
30927         * math/s_casinh.c: Do not include <float.h>.
30928         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30929         * math/s_casinhf.c: Do not include <float.h>.
30930         (__casinhf): Move code for finite nonzero arguments to
30931         k_casinhf.c.
30932         * math/s_casinhl.c: Do not include <float.h>.
30933         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30934         redefine.
30935         (__casinhl): Move code for finite nonzero arguments to
30936         k_casinhl.c.
30937         * math/libm-test.inc (cacos_test): Add more tests.
30938         * sysdeps/i386/fpu/libm-test-ulps: Update.
30939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30940
30941 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30942
30943         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30944         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30945         [!HAVE_MREMAP]: Remove [defined linux] case.
30946         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30947
30948 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30949
30950         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30951
30952 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30953
30954         * elf/elf.h (R_386_SIZE32): New relocation.
30955         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30956         R_386_SIZE32.
30957         (elf_machine_rela): Likewise.
30958         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30959         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30960
30961 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30962
30963         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30964         (FP_FAST_FMA): Do not define.
30965         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30966         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30967         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30968         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30969         !_SOFT_FLOAT]: Likewise.
30970         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30971         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30972         value.
30973         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30974         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30975         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30976         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30977         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30978         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30979         file.
30980
30981 2013-01-16  Andreas Schwab  <schwab@suse.de>
30982
30983         [BZ #14327]
30984         * include/stdlib.h (__mktemp): Add declaration.
30985         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30986         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30987
30988 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30989
30990         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30991         definitions.
30992         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30993         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30994         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30995         definitions here.
30996         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30997         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30998         definitions.
30999         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31000         and ONE.
31001         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31002         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31003         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31004         definitions.
31005         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31006         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31007         definitions.
31008         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31009
31010         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31011
31012 2013-01-15  David S. Miller  <davem@davemloft.net>
31013
31014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31015         trunc{,f} to libm-sysdep_routes.
31016         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31018         file.
31019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31021         file.
31022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31023         file.
31024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31025         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31026         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31027         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31028         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31029         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31030         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31031         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31032
31033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31034         nearbyint{,f} to libm-sysdep_routes.
31035         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31037         New file.
31038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31039         file.
31040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31041         New file.
31042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31043         file.
31044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31045         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31046         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31047         file.
31048         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31049         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31050         file.
31051         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31052         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31053         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31054
31055         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31056         libc_feholdexcept and libc_fesetenv.
31057
31058 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31059
31060         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31061
31062 2013-01-14  David S. Miller  <davem@davemloft.net>
31063
31064         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31065         (SPARC_ASM_VIS2_IFUNC): Likewise.
31066         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31068         use of 'siam' instruction.
31069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31070         Likewise.
31071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31072         Likewise.
31073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31074         Likewise.
31075         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31076         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31077         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31078         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31080         file.
31081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31082         file.
31083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31084         file.
31085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31086         file.
31087         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31088         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31089         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31090         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31092         new VIS2 routines.
31093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31096         Likewise.
31097         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31098         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31099         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31100         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31102         routines to libm-sysdep_routines.
31103         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31104
31105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31106         fdim/fdimf to libm-sysdep_routines.
31107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31108         file.
31109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31111         file.
31112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31113         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31114         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31115         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31116         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31117         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31118         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31119
31120 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31121
31122         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31123         to optimize copies.
31124
31125         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31126         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31127         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31128
31129         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31130         local variable MPTWO.
31131         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31132         Likewise.
31133
31134 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31135
31136         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31137         GLOB_NOESCAPE.
31138
31139 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31140
31141         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31142
31143 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31144
31145         * manual/pattern.texi (glob_t): Document gl_flags.
31146         (glob64_t): Likewise.
31147
31148 2013-01-11  David S. Miller  <davem@davemloft.net>
31149
31150         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31151         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31152         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31153         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31154         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31155         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31156         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31157         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31158         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31159         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31160         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31161         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31162         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31163
31164         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31165         sparc V9 rather than using V8 code.
31166         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31167         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31168
31169         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31170         Move to...
31171         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31172         Here.
31173
31174 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31175
31176         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31177         not in the main loop.
31178         * configure: Regenerated.
31179
31180 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31181
31182         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31183         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31184         to just #else.
31185         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31186         [!__GLIBC_HAVE_LONG_LONG] case.
31187         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31188         condition to just #else.
31189         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31190         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31191         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31192         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31193         unconditional.
31194         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31195         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31196         #elif condition to just #else.
31197         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31198         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31199         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31200         #elif condition to just #else.
31201
31202 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31203
31204         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31205         (EF_MIPS_ARCH_64): Fix value.
31206         (EF_MIPS_ARCH_32R2): New.
31207         (EF_MIPS_ARCH_64R2): New.
31208
31209 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
31210
31211         * Makeconfig (+link-pie-before-libc): New.
31212         (+link-pie-after-libc): Likewise.
31213         (+link-pie-tests): Likewise.
31214         (+link-pie): Rewritten.
31215         (link-before-libc): Remove $(config-LDFLAGS).
31216         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
31217         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
31218         (config-LDFLAGS): Renamed to ...
31219         (rtld-LDFLAGS): This.
31220         (rtld-tests-LDFLAGS): New macro.
31221         (link-libc-rpath-link): Likewise.
31222         (link-libc-tests-rpath-link): Likewise.
31223         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
31224         (link-libc): Prepand $(link-libc-rpath-link).
31225         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
31226         (test-program-prefix): New macro.
31227         (test-via-rtld-prefix): Likewise.
31228         (test-program-cmd): Likewise.
31229         (host-test-program-cmd): Likewise.
31230         * Makefile ($(common-objpfx)testrun.sh): Replace
31231         $(run-program-prefix) with $(test-program-prefix).
31232         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
31233         $(rtld-LDFLAGS).
31234         ($(common-objpfx)shlib.lds): Likewise.
31235         (build-module-helper): Likewise.
31236         ($(common-objpfx)format.lds): Likewise.
31237         * Rules (binaries-pie-tests): New.
31238         (binaries-pie-notests): Likewise.
31239         (binaries-pie): Rewritten.
31240         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
31241         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
31242         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
31243         (make-test-out): Replace $(host-built-program-cmd) with
31244         $(host-test-program-cmd).
31245         * config.make.in (build-hardcoded-path-in-tests): New variable.
31246         * configure.in (--enable-hardcoded-path-in-tests): New configure
31247         option.
31248         (hardcoded_path_in_tests): New AC_SUBST.
31249         * configure: Regenerated.
31250         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
31251         $(built-program-cmd) with $(test-program-cmd).
31252         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
31253         (test_program_cmd): This.
31254         * elf/Makefile ($(objpfx)order.out): Run test with
31255         $(test-program-prefix).
31256         ($(objpfx)order2.out): Likewise.
31257         ($(objpfx)tst-initorder.out): Likewise.
31258         ($(objpfx)tst-initorder2.out): Likewise.
31259         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
31260         $(test-program-cmd).
31261         ($(objpfx)tst-array1-static.out): Likewise.
31262         ($(objpfx)tst-array2.out): Likewise.
31263         ($(objpfx)tst-array3.out): Likewise.
31264         ($(objpfx)tst-array4.out): Likewise.
31265         ($(objpfx)tst-array5.out): Likewise.
31266         ($(objpfx)tst-array5-static.out): Likewise.
31267         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
31268         $(test-program-cmd).
31269         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
31270         $(run-program-prefix) with $(test-program-prefix).
31271         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
31272         (test_program_prefix): This.
31273         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
31274         $(run-program-prefix) with $(test-program-prefix).
31275         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
31276         (test_program_prefix): This.
31277         * iconvdata/tst-tables.sh: Likewise.
31278         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
31279         $(run-program-prefix) with $(test-program-prefix).
31280         ($(objpfx)tst-translit.out): Likewise.
31281         ($(objpfx)tst-gettext2.out): Likewise.
31282         ($(objpfx)tst-gettext4.out): Likewise.
31283         ($(objpfx)tst-gettext6.out): Likewise.
31284         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
31285         (test_program_prefix): This.
31286         * intl/tst-gettext2.sh: Likewise.
31287         * intl/tst-gettext4.sh  Likewise.
31288         * intl/tst-gettext6.sh: Likewise.
31289         * intl/tst-translit.sh: Likewise.
31290         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
31291         with $(test-program-cmd).
31292         * libio/Makefile ($(objpfx)test-freopen.out): Replace
31293         $(run-program-prefix) with $(test-program-prefix).
31294         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
31295         (test_program_prefix): This.
31296         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
31297         $(run-program-prefix) with $(test-program-prefix).
31298         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
31299         (test_program_prefix): This.
31300         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
31301         * posix/Makefile ($(objpfx)globtest.out): Replace
31302         $(run-via-rtld-prefix) and $(test-wrapper) with
31303         $(test-program-prefix) and $(test-via-rtld-prefix).
31304         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
31305         $(test-program-prefix).
31306         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
31307         $(host-test-program-cmd).
31308         (tst-spawn-ARGS): Likewise.
31309         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
31310         $(test-program-prefix).
31311         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
31312         (test_via_rtld_prefix): This.
31313         (test_wrapper): Renamed to ...
31314         (test_program_prefix): This.
31315         (run_program_prefix): Replaced by test_program_prefix.
31316         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
31317         (test_program_prefix): This.
31318         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
31319         with $(host-test-program-cmd).
31320         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
31321         $(run-program-prefix) with $(test-program-prefix).
31322         ($(objpfx)tst-printf.out): Likewise.
31323         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
31324         $(test-program-cmd).
31325         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
31326         (test_program_prefix): This.
31327         * stdio-common/tst-unbputc.sh: Likewise.
31328         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
31329         $(run-program-prefix) with $(test-program-prefix).
31330         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
31331         (test_program_prefix): This.
31332         * string/Makefile ($(objpfx)tst-svc.out):  Replace
31333         $(built-program-cmd) with $(test-program-cmd).
31334
31335 2013-01-11  Andreas Jaeger  <aj@suse.de>
31336
31337         [BZ #15003]
31338         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
31339         value. Sync with Linux 3.7.
31340
31341 2013-01-10  David S. Miller  <davem@davemloft.net>
31342
31343         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
31344         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31345         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31346
31347 2013-01-10  Roland McGrath  <roland@hack.frob.com>
31348
31349         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
31350         never set.
31351         * configure: Regenerated.
31352
31353 2013-01-10  David S. Miller  <davem@davemloft.net>
31354
31355         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31356         sparc V9 rather than using V8 code.
31357         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31358         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31359
31360 2013-01-10  Roland McGrath  <roland@hack.frob.com>
31361
31362         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
31363         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
31364         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
31365         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
31366         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
31367         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
31368         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
31369         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
31370         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
31371         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
31372         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
31373         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
31374         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
31375         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
31376         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
31377         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
31378         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
31379         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
31380         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
31381         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
31382         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
31383         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
31384         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
31385         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
31386         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
31387         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
31388         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
31389
31390 2013-01-10  David S. Miller  <davem@davemloft.net>
31391
31392         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31393
31394 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
31395
31396         * posix/Makefile (tests-static): New variable.
31397         (tests): Add $(tests-static).
31398         (tst-exec-static-ARGS): New variable.
31399         (tst-spawn-static-ARGS): Likewise.
31400         * posix/tst-exec-static.c: New file.
31401         * posix/tst-spawn-static.c: Likewise.
31402         * posix/tst-exec.c: Support run directly.
31403         * posix/tst-spawn.c: Likewise.
31404
31405 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
31406
31407         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
31408         long.
31409         * math/bits/mathcalls.h (llrint): Likewise.
31410         (llround): Likewise.
31411         * stdlib/stdlib.h (struct drand48_data): Likewise.
31412         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
31413         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
31414         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
31415         Likewise.
31416         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
31417         Likewise.
31418         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
31419         (elf_greg_t): Likewise.
31420         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
31421         (__jmp_buf): Likewise.
31422         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
31423         definitions.
31424         (llrint): Likewise, for all definitions.
31425         (llrintl): Likewise.
31426
31427         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
31428         Remove [__GNUC__] condition.
31429         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
31430         condition to just [__USE_ISOC99].
31431         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
31432
31433 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
31434
31435         [BZ #14200]
31436         * sysdeps/unix/sysv/linux/x86/bits/environments.h
31437         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
31438         defined.
31439         (_POSIX_V6_ILP32_OFF32): Likewise.
31440         (_XBS5_ILP32_OFF32): Likewise.
31441         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
31442         (__ILP32_OFFBIG_LDFLAGS): Likewise.
31443
31444 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31445
31446         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
31447
31448         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
31449         doubles __mpexp_twomm1.  Adjust usage.
31450         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
31451         Remove.
31452
31453 2013-01-10  Andreas Schwab  <schwab@suse.de>
31454
31455         [BZ #14964]
31456         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
31457         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
31458
31459 2013-01-09  David S. Miller  <davem@davemloft.net>
31460
31461         [BZ #15003]
31462         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
31463         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
31464         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
31465         (TCP_FASTOPEN): Define.
31466         (tcp_repair_opt): New structure.
31467         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
31468         enum values.
31469         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
31470         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
31471         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
31472         (tcp_cookie_transactions): New structure.
31473
31474 2013-01-09  Anton Blanchard  <anton@samba.org>
31475
31476         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
31477         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
31478         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
31479         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
31480
31481 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
31482
31483         * include/features.h (__USE_ANSI): Remove.
31484
31485 2013-01-09  Roland McGrath  <roland@hack.frob.com>
31486
31487         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
31488
31489         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
31490
31491 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
31492
31493         * sysdeps/s390/fpu/libm-test-ulps: Update.
31494
31495         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31496
31497         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
31498         (__acr): Likewise.
31499         (__cpy): Likewise.
31500         (norm): Likewise.
31501         (denorm): Likewise.
31502         (__mp_dbl): Likewise.
31503         (__dbl_mp): Likewise.
31504         (add_magnitudes): Likewise.
31505         (sub_magnitudes): Likewise.
31506         (__add): Likewise.
31507         (__sub): Likewise.
31508         (__mul): Likewise.
31509         (__inv): Likewise.
31510         (__dvd): Likewise.
31511         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
31512         (__acr): Likewise.
31513         (__cpy): Likewise.
31514         (norm): Likewise.
31515         (denorm): Likewise.
31516         (__mp_dbl): Likewise.
31517         (__dbl_mp): Likewise.
31518         (add_magnitudes): Likewise.
31519         (sub_magnitudes): Likewise.
31520         (__add): Likewise.
31521         (__sub): Likewise.
31522         (__mul): Likewise.
31523         (__inv): Likewise.
31524         (__dvd): Likewise.
31525         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
31526         (__acr): Likewise.
31527         (__cpy): Likewise.
31528         (norm): Likewise.
31529         (denorm): Likewise.
31530         (__mp_dbl): Likewise.
31531         (__dbl_mp): Likewise.
31532         (add_magnitudes): Likewise.
31533         (sub_magnitudes): Likewise.
31534         (__add): Likewise.
31535         (__sub): Likewise.
31536         (__mul): Likewise.
31537         (__inv): Likewise.
31538         (__dvd): Likewise.
31539
31540 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
31541
31542         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
31543         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
31544         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
31545         2 && __USE_EXTERN_INLINES]: Likewise.
31546
31547 2013-01-08  Andreas Jaeger  <aj@suse.de>
31548
31549         [BZ# 14985]
31550         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
31551         Remove.
31552         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31553         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31554
31555 2013-01-07  Anton Blanchard  <anton@samba.org>
31556
31557         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
31558         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
31559         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
31560         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
31561         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
31562         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
31563         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
31564         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31565         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31566         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31567         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
31568         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
31569         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
31570         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31571         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
31572         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
31573         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
31574         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31575         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
31576         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
31577         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
31578         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
31579         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
31580         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
31581         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
31582         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
31583         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
31584         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
31585         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
31586         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
31587         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
31588         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31589         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31590         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
31591         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
31592         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
31593         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31594         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31595         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
31596         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
31597         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
31598         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
31599         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
31600
31601 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
31602
31603         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
31604         (__MALLOC_PMT): Likewise.
31605         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
31606         [__GNUC__], only on [_LIBC].
31607         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31608         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
31609         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31610         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
31611         forward declaration.
31612         (realloc_hook_ini): Likewise.
31613         (memalign_hook_ini): Likewise.
31614         (__libc_memalign): Do not use __MALLOC_PMT in variable
31615         declaration.
31616         (__libc_valloc): Likewise.
31617         (__libc_pvalloc): Likewise.
31618         (__libc_calloc): Likewise.
31619         (__posix_memalign): Likewise.
31620
31621         [BZ #14996]
31622         * math/s_casinh.c: Include <float.h>.
31623         (__casinh): Do not do computation with squaring and square root
31624         for large arguments.
31625         * math/s_casinhf.c: Include <float.h>.
31626         (__casinhf): Do not do computation with squaring and square root
31627         for large arguments.
31628         * math/s_casinhl.c: Include <float.h>.
31629         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
31630         (__casinhl): Do not do computation with squaring and square root
31631         for large arguments.
31632         * math/libm-test.inc (casin_test): Add more tests.
31633         (casinh_test): Likewise.
31634         * sysdeps/i386/fpu/libm-test-ulps: Update.
31635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31636
31637 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
31638
31639         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
31640         (__x86_64_raw_data_cache_size): Likewise.
31641         (__x86_64_data_cache_size_half): Likewise.
31642         (__x86_64_raw_data_cache_size_half): Likewise.
31643         (__x86_64_shared_cache_size): Likewise.
31644         (__x86_64_raw_shared_cache_size): Likewise.
31645         (__x86_64_shared_cache_size_half): Likewise.
31646         (__x86_64_raw_shared_cache_size_half): Likewise.
31647         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
31648         to ...
31649         (__x86_data_cache_size): This.
31650         (__x86_64_raw_data_cache_size): Renamed to ...
31651         (__x86_raw_data_cache_size): This.
31652         (__x86_64_data_cache_size_half): Renamed to ...
31653         (__x86_data_cache_size_half): This.
31654         (__x86_64_raw_data_cache_size_half): Renamed to ...
31655         (__x86_raw_data_cache_size_half): This.
31656         (__x86_64_shared_cache_size): Renamed to ...
31657         (__x86_shared_cache_size): This.
31658         (__x86_64_raw_shared_cache_size): Renamed to ...
31659         (__x86_raw_shared_cache_size): This.
31660         (__x86_64_shared_cache_size_half): Renamed to ...
31661         (__x86_shared_cache_size_half): This.
31662         (__x86_64_raw_shared_cache_size_half): Renamed to ...
31663         (__x86_raw_shared_cache_size_half): This.
31664         * sysdeps/x86_64/memcpy.S: Updated.
31665         * sysdeps/x86_64/memset.S: Likewise.
31666         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
31667         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
31668         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31669
31670 2013-01-04  David S. Miller  <davem@davemloft.net>
31671
31672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31673
31674 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
31675
31676         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
31677         1 to avoid redefinition warning.
31678         (__USE_GNU): Don't define.
31679         (init_signaling_nan): Protoize.
31680
31681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31682
31683 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31684
31685         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
31686         * sysdeps/powerpc/powerpc32/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         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
31693         (__cpymn): Likewise.
31694         (norm): Remove commented code.
31695         (denorm): Likewise.
31696         (__mp_dbl): Likewise.
31697         (__inv): Likewise.
31698
31699         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
31700         mp_no value for 1.0 and 2.0.
31701         (norm): Use RADIXI instead of radixi.d.
31702         (denorm): Likewise.
31703         (__mul): Use 0.0 instead of zero.d.
31704         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
31705         mp_no value for 1.0 and 2.0.
31706         (norm): Use RADIXI instead of radixi.d.
31707         (denorm): Likewise.
31708         (__mul): Use 0.0 instead of zero.d.
31709
31710 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
31711
31712         [BZ #14994]
31713         * math/s_casinh.c (__casinh): Reduce finite argument to first
31714         quadrant then set signs of results at the end.
31715         * math/s_casinhf.c (__casinhf): Likewise.
31716         * math/s_casinhl.c (__casinhl): Likewise.
31717         * math/libm-test.inc (casin_test): Add more tests.
31718         (casinh_test): Likewise.
31719         * sysdeps/i386/fpu/libm-test-ulps: Update.
31720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31721
31722 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31723
31724         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
31725
31726         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
31727
31728         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
31729         declarations.
31730         (denorm): Likewise.
31731         (__mp_dbl): Likewise.
31732         (__inv): Likewise.
31733
31734         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
31735         and adjust the header comment.
31736
31737         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31738         variable name from declaration.
31739
31740 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31741
31742         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31743         Initialize COMMON_CPUID_INDEX_7 element.
31744         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31745         (CPUID_RTM): Likewise.
31746         (HAS_RTM): Likewise.
31747         (COMMON_CPUID_INDEX_7): New enum.
31748
31749 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31750
31751         [BZ #14981]
31752         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31753         size is zero, record memory as freed.
31754
31755 2013-01-03  Andreas Jaeger  <aj@suse.de>
31756
31757         * po/ia.po: Add new Interlingua translation.
31758
31759 2012-01-03  Allan McRae  <allan@archlinux.org>
31760
31761         * locale/programs/localedef.c: Fix description of '--posix' flag.
31762
31763 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31764
31765         * NEWS: Update dates in second copyright notice.
31766         * README: Update copyright dates in example.
31767         * manual/libc.texinfo: Update copyright dates.
31768         * scripts/test-installation.pl: Update copyright date in --version
31769         output.
31770
31771         * hurd/ctty-input.c: Fix copyright notice formatting.
31772         * hurd/ctty-output.c: Likewise.
31773         * hurd/dtable.c: Likewise.
31774         * hurd/hurd-raise.c: Likewise.
31775         * hurd/hurdprio.c: Likewise.
31776         * hurd/msgportdemux.c: Likewise.
31777         * misc/sys/file.h: Likewise.
31778         * misc/sys/ioctl.h: Likewise.
31779         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31780         * sysdeps/mach/hurd/chdir.c: Likewise.
31781         * sysdeps/mach/hurd/fchdir.c: Likewise.
31782         * sysdeps/mach/hurd/rename.c: Likewise.
31783         * sysdeps/mach/hurd/rmdir.c: Likewise.
31784         * sysdeps/mach/hurd/seekdir.c: Likewise.
31785         * sysdeps/mach/hurd/setsid.c: Likewise.
31786         * sysdeps/posix/wait3.c: Likewise.
31787
31788         * All files with FSF copyright notices: Update copyright dates
31789         using scripts/update-copyrights.
31790         * intl/plural.c: Regenerated.
31791         * locale/programs/charmap-kw.h: Likewise.
31792         * locale/programs/locfile-kw.h: Likewise.
31793
31794 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31795
31796         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31797         four values.
31798
31799         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31800         calculation loop and add branch prediction.
31801
31802         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31803         check access beyond bounds of m1np.
31804
31805         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31806         MPTWO.
31807         (__inv): Remove local variable MPTWO to use the global
31808         constant.
31809         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31810         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31811         variable MPTWO.
31812         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31813         MP3HALFS static const.
31814
31815 2013-01-01  David S. Miller  <davem@davemloft.net>
31816
31817         * po/ca.po: Update from translation team.
31818
31819 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31820
31821         * scripts/update-copyrights: New file.
31822         * Makeconfig: Reformat copyright notice.
31823         * ctype/ctype.h: Likewise.
31824         * debug/swprintf_chk.c: Likewise.
31825         * elf/dl-cache.c: Likewise.
31826         * elf/dl-debug.c: Likewise.
31827         * elf/dl-object.c: Likewise.
31828         * grp/initgroups.c: Likewise.
31829         * hurd/Makefile: Likewise.
31830         * hurd/hurd/signal.h: Likewise.
31831         * hurd/hurdfault.c: Likewise.
31832         * hurd/hurdioctl.c: Likewise.
31833         * hurd/hurdlookup.c: Likewise.
31834         * hurd/intr-msg.c: Likewise.
31835         * iconv/gconv_open.c: Likewise.
31836         * libio/swprintf.c: Likewise.
31837         * locale/lc-ctype.c: Likewise.
31838         * locale/nl_langinfo.c: Likewise.
31839         * mach/Machrules: Likewise.
31840         * mach/Makefile: Likewise.
31841         * malloc/obstack.h: Likewise.
31842         * manual/Makefile: Likewise.
31843         * manual/tsort.awk: Likewise.
31844         * misc/bits/stab.def: Likewise.
31845         * nis/nis_print_group_entry.c: Likewise.
31846         * nis/nis_table.c: Likewise.
31847         * nis/nss_compat/compat-pwd.c: Likewise.
31848         * nis/nss_compat/compat-spwd.c: Likewise.
31849         * po/Makefile: Likewise.
31850         * posix/fnmatch.c: Likewise.
31851         * posix/regex.h: Likewise.
31852         * resolv/Makefile: Likewise.
31853         * resolv/nss_dns/dns-network.c: Likewise.
31854         * resolv/res_hconf.c: Likewise.
31855         * scripts/gen-sorted.awk: Likewise.
31856         * soft-fp/soft-fp.h: Likewise.
31857         * stdio-common/printf.h: Likewise.
31858         * stdlib/monetary.h: Likewise.
31859         * stdlib/random.c: Likewise.
31860         * stdlib/random_r.c: Likewise.
31861         * sysdeps/generic/Makefile: Likewise.
31862         * sysdeps/gnu/Makefile: Likewise.
31863         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31864         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31865         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31866         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31867         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31868         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31869         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31870         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31871         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31872         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31873         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31874         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31875         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31876         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31877         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31878         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31879         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31880         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31881         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31882         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31883         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31884         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31885         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31886         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31887         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31888         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31889         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31890         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31891         * sysdeps/mach/hurd/errnos.awk: Likewise.
31892         * sysdeps/mach/hurd/fork.c: Likewise.
31893         * sysdeps/mach/hurd/getcwd.c: Likewise.
31894         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31895         * sysdeps/mach/hurd/mmap.c: Likewise.
31896         * sysdeps/mach/hurd/utimes.c: Likewise.
31897         * sysdeps/mach/hurd/xmknod.c: Likewise.
31898         * sysdeps/posix/profil.c: Likewise.
31899         * sysdeps/posix/readdir_r.c: Likewise.
31900         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31901         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31902         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31903         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31904         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31905         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31906         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31907         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31908         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31909         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31910         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31911         * sysdeps/pthread/lio_listio.c: Likewise.
31912         * sysdeps/sparc/dl-procinfo.h: Likewise.
31913         * sysdeps/unix/i386/sysdep.S: Likewise.
31914         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31915         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31916         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31917         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31919         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31920         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31921         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31922         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31923         * sysdeps/wordsize-32/divdi3.c: Likewise.
31924         * time/sys/time.h: Likewise.
31925         * wcsmbs/Makefile: Likewise.
31926
31927 2013-01-01  David S. Miller  <davem@davemloft.net>
31928
31929         * po/fr.po: Update from translation team.
31930
31931         * catgets/gencat.c: Update copyright year.
31932         * csu/version.c: Likewise.
31933         * debug/catchsegv.sh: Likewise.
31934         * debug/pcprofiledump.c: Likewise.
31935         * debug/xtrace.sh: Likewise.
31936         * elf/ldconfig.c: Likewise.
31937         * elf/ldd.bash.in: Likewise.
31938         * elf/pldd.c: Likewise.
31939         * elf/sotruss.ksh: Likewise.
31940         * elf/sprof.c: Likewise.
31941         * iconv/iconv_prog.c: Likewise.
31942         * iconv/iconvconfig.c: Likewise.
31943         * locale/programs/locale.c: Likewise.
31944         * locale/programs/localedef.c: Likewise.
31945         * login/programs/pt_chown.c: Likewise.
31946         * malloc/memusage.sh: Likewise.
31947         * malloc/memusagestat.c: Likewise.
31948         * malloc/mtrace.pl: Likewise.
31949         * nscd/nscd.c: Likewise.
31950         * nss/getent.c: Likewise.
31951         * nss/makedb.c: Likewise.
31952         * posix/getconf.c: Likewise.
31953
31954 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31955
31956         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31957         numbers.
31958
31959 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31960
31961         * math/bits/mathcalls.h (modf): Use __nonnull.
31962
31963 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31964
31965         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31966         (split): Use macro CN instead of the bare value.
31967         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31968         could be used.
31969         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31970         instead of the bare value.
31971         (power1): Likewise.
31972
31973 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31974
31975         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31976         __ATAN_TWOM.
31977         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31978
31979         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31980         their values.
31981         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31982         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31983         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31984         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31985
31986 2012-12-28  Andreas Jaeger  <aj@suse.de>
31987
31988         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31989         values are from Linux 3.7.
31990
31991         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31992         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31993
31994 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31995
31996         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31997         TRUE case.
31998
31999         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32000         (norm): Likewise.
32001         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32002         variables with preprocessor constants.
32003         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32004         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32005         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32006
32007 2012-12-27  Bruno Haible  <bruno@clisp.org>
32008
32009         [BZ #14317]
32010         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32011         only if needed.
32012
32013 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32014
32015         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32016         and use variable directly.
32017         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32018
32019         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32020         MPONE.
32021         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32022         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32023         variable MPONE.
32024         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32025         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32026         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32027         include directive.  Remove local variable MPONE.
32028         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32029         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32030         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32031
32032 2012-12-25  David S. Miller  <davem@davemloft.net>
32033
32034         * version.h (RELEASE): Set to "development".
32035         (VERSION): Set to "2.17.90".
32036         * NEWS: Add 2.18 section.
32037
32038 2012-12-21  David S. Miller  <davem@davemloft.net>
32039
32040         * po/hr.po: Update from translation team.
32041
32042 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32043
32044         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32045
32046 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32047
32048         * NEWS:  Mention new memcpy for MIPS.
32049
32050 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32051
32052         * manual/contrib.texi (Contributors): Spelling correction.
32053
32054 2012-12-15  David S. Miller  <davem@davemloft.net>
32055
32056         * po/ru.po: Update from translation team.
32057
32058 2012-12-13  David S. Miller  <davem@davemloft.net>
32059
32060         * NEWS: Mention IFUNC testsuite enhancements.
32061
32062         * po/pl.po: Update from translation team.
32063         * po/bg.po: Likewise.
32064
32065         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32066         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32067
32068 2012-12-11  David S. Miller  <davem@davemloft.net>
32069
32070         * po/sv.po: Update from translation team.
32071
32072         * po/vi.po: Update from translation team.
32073
32074         * po/cs.po: Update from translation team.
32075
32076         * po/de.po: Update from translation team.
32077         * po/eo.po: Likewise.
32078         * po/nl.po: Likewise.
32079
32080 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32081
32082         [BZ #14246]
32083         * manual/argp.texi (Argp Helper Functions): Move node to follow
32084         Argp Parsing State.
32085
32086         [BZ #14872]
32087         * manual/conf.texi (Limits on File System Capacity): Mention if
32088         terminating null is included in the max size.
32089
32090 2012-12-10  Andreas Jaeger  <aj@suse.de>
32091
32092         * po/cs.po: Update from translation team.
32093
32094 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32095
32096         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32097         void pointer and cast to uintptr_t.
32098         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32099         path.
32100         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32101         * sysdeps/s390/s390-64/memset.S: Likewise.
32102
32103 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32104
32105         [BZ #14833]
32106         * menual/message.texi (Message Translation): Fix typos.
32107         (Helper programs for gettext): Likewise.
32108
32109 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32110
32111         [BZ #14898]
32112         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32113         Change to -1.
32114
32115 2012-12-07  David S. Miller  <davem@davemloft.net>
32116
32117         * po/libc.pot: Update.
32118
32119 2012-12-07  Richard Henderson  <rth@redhat.com>
32120
32121         [BZ #10114]
32122         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32123         normal/normal case to before the switch.
32124         (_FP_DIV): Likewise.
32125
32126 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32127             Mike Frysinger  <vapier@gentoo.org>
32128
32129         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32130         check for __NR_fadvise64_64.
32131
32132 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32133
32134         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32135         0, not just to plain "0" as a statement.
32136         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32137         with cw.
32138
32139 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32140
32141         * NEWS: Use sourceware.org in Bugzilla URL.
32142
32143 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32144
32145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32146         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32147
32148         * stdio-common/tst-put-error.c (do_test): Add newline to the
32149         padded test to ensure flush.
32150
32151 2012-12-05  Jeff Law  <law@redhat.com>
32152
32153         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32154
32155 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32156
32157         * README: Don't refer to ports add-on as distributed separately.
32158         Mention AArch64 in list of systems supported in the ports add-on.
32159
32160         * LICENSES: Add more non-FSF copyright and license notices.
32161
32162         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32163         ((unused)).
32164
32165         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32166
32167         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32168         10000 as width of padded output.
32169
32170 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32171
32172         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32173
32174         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32175         variable LX with __attribute__ ((unused)).
32176         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32177         Likewise.
32178         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32179         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32180         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32181         with __attribute__ ((unused)).
32182
32183 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32184
32185         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32186
32187 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32188
32189         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32190         (CFLAGS-nldbl-acos.c): New variable.
32191         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32192         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32193         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32194         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32195         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32196         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32197         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32198         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32199         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32200         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32201         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32202         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32203         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32204         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32205         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32206         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32207         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32208         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
32209         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
32210         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
32211         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
32212         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
32213         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
32214         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
32215         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
32216         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
32217         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
32218         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
32219         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
32220         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
32221         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
32222         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
32223         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
32224         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
32225         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
32226         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
32227         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
32228         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
32229         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
32230         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
32231         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
32232         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
32233         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
32234         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
32235         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
32236         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
32237         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
32238         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
32239         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
32240         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
32241         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
32242         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
32243         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
32244         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
32245         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
32246         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
32247         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
32248         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
32249         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
32250         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
32251         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
32252         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
32253         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
32254         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
32255         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
32256         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
32257         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
32258         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
32259         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
32260         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
32261         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
32262         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
32263         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
32264         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
32265         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
32266         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
32267         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
32268         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
32269         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
32270         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
32271         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
32272         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
32273         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
32274         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
32275         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
32276         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
32277         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
32278         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
32279         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
32280         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
32281         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
32282         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
32283         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
32284         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
32285         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
32286         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
32287         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
32288
32289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32290         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32291
32292         [BZ #14914]
32293         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
32294         whole low double instead of just low 47 bits when splitting values
32295         into two parts.
32296
32297 2012-12-03  Allan McRae  <allan@archlinux.org>
32298
32299         * manual/stdio.texi (Predefined Printf Handlers): Remove
32300         @hsep and @vsep usage.
32301
32302 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
32303
32304         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
32305         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
32306
32307 2012-12-03  Jeff Law  <law@redhat.com>
32308
32309         * time/sys/time.h (settimeofday): Do not mark TV argument
32310         as __nonnull.
32311
32312 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
32313
32314         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
32315         when currently writing and seek to current position when not.
32316         * libio/Makefile (tests): Remove bug-fclose1.
32317         * libio/bug-fclose1.c: Delete.
32318
32319 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
32320
32321         * manual/arith.texi (feenableexcept): Fix typo.
32322         (fedisableexcept): Likewise.
32323
32324 2012-11-30  Roland McGrath  <roland@hack.frob.com>
32325
32326         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
32327         second, differently-typed declaration, rather than a cast.
32328
32329 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
32330
32331         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
32332         * include/rpc/svc.h: ... here.
32333
32334 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
32335
32336         [BZ #13013]
32337         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
32338         depending n and resplen2 to catch cases where answer
32339         equals answerp2.
32340
32341 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
32342
32343         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
32344         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
32345
32346 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
32347
32348         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
32349
32350 2012-11-29  Roland McGrath  <roland@hack.frob.com>
32351
32352         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
32353
32354 2012-11-28  Jeff Law  <law@redhat.com>
32355
32356         [BZ #13761]
32357         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
32358         dataset_temporary.  Track alloca usage into alloca_used.
32359         If dataset is large allocate and release it via malloc/free.
32360
32361 2012-06-04  Florian Weimer  <fweimer@redhat.com>
32362
32363         [BZ #14197]
32364         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
32365
32366 2012-11-28  David S. Miller  <davem@davemloft.net>
32367
32368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32369
32370 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
32371
32372         [BZ #14803]
32373         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
32374         of pi/2 rounded to nearest to 64 bits.
32375         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
32376         nearest to 64 bits.
32377         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
32378         bits.
32379
32380 2012-11-28  Jeff Law <law@redhat.com>
32381             Martin Osvald <mosvald@redhat.com>
32382
32383         [BZ #14889]
32384         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
32385         * sunrpc/svc.c: Include time.h.
32386         (__svc_accept_failed): New function.
32387         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
32388         any reason other than EINTR, call __svc_accept_failed.
32389         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
32390         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
32391
32392 2012-11-28  Andreas Schwab  <schwab@suse.de>
32393
32394         * scripts/abilist.awk: Also handle indirect functions in .opd
32395         section.
32396
32397 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
32398
32399         [BZ #13881]
32400         * sysdeps/x86/fpu/powl_helper.c: New file.
32401         * sysdeps/x86/fpu/Makefile: Likewise.
32402         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
32403         (p3): New object.
32404         (__ieee754_powl): Use __powl_helper for finite arguments except
32405         integer exponents below 8.
32406         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
32407         (p3): New object.
32408         (__ieee754_powl): Use __powl_helper for finite arguments except
32409         integer exponents below 8.
32410         * math/libm-test.inc (pow_test): Add more tests and enable some
32411         previously disabled tests.
32412         * sysdeps/i386/fpu/libm-test-ulps: Update.
32413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32414
32415 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32416             Carlos O'Donell  <carlos_odonell@mentor.com>
32417
32418         * nss/makedb.c (is_prime): Assert that input is odd and greater
32419         than 4.  Note that fact in a comment too.
32420         (next_prime): Add 4 to input.
32421
32422 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32423
32424         [BZ #11741]
32425         * libio/Makefile (tests): Add test case tst-fwrite-error.
32426         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
32427         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
32428         * libio/tst-fwrite-error.c: New test case.
32429
32430 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
32431
32432         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
32433         before casting to void *.
32434         * include/libc-internal.h (__pointer_type): New macro.
32435         (__integer_if_pointer_type_sub): Likewise.
32436         (__integer_if_pointer_type): Likewise.
32437         (cast_to_integer): Likewise.
32438         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
32439         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
32440         before casting to atomic64_t.
32441         (atomic_exchange_acq): Likewise.
32442         (__arch_exchange_and_add_body): Likewise.
32443         (__arch_add_body): Likewise.
32444         (atomic_add_negative): Likewise.
32445         (atomic_add_zero): Likewise.
32446
32447 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
32448
32449         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
32450         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
32451         (add_fdes): Likewise.
32452         (linear_search_fdes): Likewise.
32453         (binary_search_unencoded_fdes): Likewise.
32454
32455 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
32456
32457         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
32458
32459 2012-11-24  Adam Conrad  <adconrad@0c3.net>
32460
32461         * configure.in: Autodetect C++ header directories.
32462         * configure: Regenerated.
32463
32464 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
32465
32466         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
32467
32468 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
32469
32470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32471
32472 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
32473
32474         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
32475         LDBL_MANT_DIG == 106]: Disable some tests.
32476         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
32477         Likewise.
32478         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
32479         Likewise.
32480
32481         [BZ #14871]
32482         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
32483         input for small inputs.  Return +/- pi/2 for large inputs.
32484         * math/libm-test.inc (atan_test): Add more tests.
32485
32486         * sysdeps/generic/unwind-dw2-fde-glibc.c
32487         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
32488         __attribute__ ((unused)).
32489
32490         [BZ #14645]
32491         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
32492         x * y if x and y are nonzero and z is zero.
32493
32494         [BZ #14811]
32495         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
32496         nonzero exponents with absolute value below 0x1p-117 to +/-
32497         0x1p-117.
32498
32499         [BZ #14869]
32500         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
32501         up arguments below 2**-450, not just those below 2**-500.
32502         * math/libm-test.inc (hypot_test): Add another test.
32503
32504         [BZ #14868]
32505         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
32506         Return a+b for ratio over 2**120, not 2**60.
32507         * math/libm-test.inc (hypot_test): Add another test.
32508
32509         * math/libm-test.inc (clog_test): Use
32510         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
32511         (clog10_test): Likewise.
32512
32513         [BZ #6778]
32514         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
32515
32516 2012-11-22  Andreas Schwab  <schwab@suse.de>
32517
32518         * sysdeps/i386/fpu/libm-test-ulps: Update.
32519
32520 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
32521
32522         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
32523         printf output with newline.
32524
32525 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
32526
32527         [BZ #14865]
32528         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
32529         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
32530         -z nodlopen, -z initfirst and -z execstack support.
32531         * configure: Regenerated.
32532
32533         * elf/elf.h (DF_1_NODIRECT): New macro.
32534         (DF_1_IGNMULDEF): Likewise.
32535         (DF_1_NOKSYMS): Likewise.
32536         (DF_1_NOHDR): Likewise.
32537         (DF_1_EDITED): Likewise.
32538         (DF_1_NORELOC): Likewise.
32539         (DF_1_SYMINTPOSE): Likewise.
32540         (DF_1_GLOBAUDIT): Likewise.
32541         (DF_1_SINGLETON): Likewise.
32542         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
32543         DT_1_SUPPORTED_MASK bits.
32544         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
32545
32546 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
32547
32548         * sysdeps/unix/make-syscalls.sh: Document prefixes.
32549
32550 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
32551
32552         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
32553         macro.
32554
32555         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
32556         (sendmmsg): Move declarations...
32557         * socket/sys/socket.h: ... here.
32558         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
32559         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
32560         include it from...
32561         * socket/recvmmsg.c: ... this new file.
32562         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
32563         (sendmmsg): Rename to __sendmmsg, create weak alias and make
32564         definition of __sendmmsg hidden.
32565         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
32566         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
32567         Move ENOSYS stub into and include it from...
32568         * socket/sendmmsg.c: ... this new file.
32569         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
32570         (sysdep_routines): Move recvmmsg and sendmmsg...
32571         * socket/Makefile (routines): ... here.
32572         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
32573         (GLIBC_PRIVATE): Add __sendmmsg.
32574         * include/sys/socket.h (__sendmmsg): Add declarations.
32575         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
32576         sendmmsg.
32577
32578 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
32579
32580         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
32581         variable I1 with __attribute__ ((unused)).
32582         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32583
32584 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32585
32586         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
32587         DUMMY variables with __attribute__ ((unused)).
32588
32589         * bits/byteswap.h: Include <bits/types.h>.
32590         (__bswap_64): Use __uint64_t instead of unsigned long long int.
32591
32592 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32593
32594         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
32595         string_t.  Do not manually set errno.
32596         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
32597         length with __strnlen.  Make sure to both set errno and return it on
32598         failure.
32599
32600 2012-11-19  David S. Miller  <davem@davemloft.net>
32601
32602         With help from Joseph Myers.
32603         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
32604         very large arguments properly.
32605         * math/libm-test.inc (atan_test): New tests.
32606         (atan2_test): New tests.
32607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32608         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32609
32610 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32611
32612         [BZ #14856]
32613         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
32614         Define to 3.
32615
32616         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
32617         [POSIX] (EADDRNOTAVAIL): Likewise.
32618         [POSIX] (EAFNOSUPPORT): Likewise.
32619         [POSIX] (EALREADY): Likewise.
32620         [POSIX] (ECONNABORTED): Likewise.
32621         [POSIX] (ECONNREFUSED): Likewise.
32622         [POSIX] (ECONNRESET): Likewise.
32623         [POSIX] (EDESTADDRREQ): Likewise.
32624         [POSIX] (EDQUOT): Likewise.
32625         [POSIX] (EHOSTUNREACH): Likewise.
32626         [POSIX] (EIDRM): Likewise.
32627         [POSIX] (EISCONN): Likewise.
32628         [POSIX] (ELOOP): Likewise.
32629         [POSIX] (EMULTIHOP): Likewise.
32630         [POSIX] (ENETDOWN): Likewise.
32631         [POSIX] (ENETUNREACH): Likewise.
32632         [POSIX] (ENOBUFS): Likewise.
32633         [POSIX] (ENODATA): Likewise.
32634         [POSIX] (ENOLINK): Likewise.
32635         [POSIX] (ENOMSG): Likewise.
32636         [POSIX] (ENOPROTOOPT): Likewise.
32637         [POSIX] (ENOSR): Likewise.
32638         [POSIX] (ENOSTR): Likewise.
32639         [POSIX] (ENOTCONN): Likewise.
32640         [POSIX] (ENOTSOCK): Likewise.
32641         [POSIX] (EOPNOTSUPP): Likewise.
32642         [POSIX] (EOVERFLOW): Likewise.
32643         [POSIX] (EPROTO): Likewise.
32644         [POSIX] (EPROTONOSUPPORT): Likewise.
32645         [POSIX] (EPROTOTYPE): Likewise.
32646         [POSIX] (ESTALE): Likewise.
32647         [POSIX] (ETIME): Likewise.
32648         [POSIX] (ETXTBSY): Likewise.
32649         [POSIX] (EWOULDBLOCK): Likewise.
32650         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
32651         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
32652         [POSIX] (SEEK_CUR): Likewise.
32653         [POSIX] (SEEK_END): Likewise.
32654         [POSIX || UNIX98] (mode_t): Do not require.
32655         [POSIX] (off_t): Likewise.
32656         [POSIX] (pid_t): Likewise.
32657         [POSIX] (sys/stat.h): Do not allow header.
32658         [POSIX] (unistd.h): Likewise.
32659         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
32660         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
32661         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
32662         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
32663         require.
32664         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
32665         sigevent): Specify elements.
32666         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
32667         entry.
32668         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
32669         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
32670
32671         * conform/data/cpio.h-data [POSIX]: Disable whole file.
32672         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
32673         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
32674         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
32675         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
32676         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
32677         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
32678         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
32679         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
32680         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
32681         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
32682         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
32683         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
32684         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
32685         Likewise.
32686         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
32687         Likewise.
32688         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
32689         Likewise.
32690         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
32691         Likewise.
32692         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
32693         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
32694         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
32695         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
32696         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
32697         Specify lower bound on value.
32698         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
32699         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
32700         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
32701         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
32702         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
32703         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
32704         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
32705         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
32706         value.
32707         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
32708         as optional.
32709         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
32710         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
32711         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
32712         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
32713         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
32714         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
32715         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
32716         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
32717         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
32718         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
32719         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
32720         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
32721         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
32722         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
32723         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
32724         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
32725         entry.
32726         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
32727         optional.
32728         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
32729         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
32730         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
32731         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
32732         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
32733         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
32734         Likewise.
32735         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
32736         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
32737         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32738         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32739         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
32740         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32741         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32742         as optional.
32743         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32744         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32745         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32746         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32747         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32748         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32749         specify as optional.
32750         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32751         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32752         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32753         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32754         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32755         [XPG3] (NL_LANGMAX): Likewise.
32756         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32757         [POSIX || XPG3] (NL_NMAX): Likewise.
32758         [POSIX || XPG3] (NL_SETMAX): Likewise.
32759         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32760         [XPG3] (NZERO): Likewise.
32761         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32762         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32763         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32764         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32765         (REG_ERANGE): Expect.
32766         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32767         optional-constant.
32768         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32769         Use (void) in prototype.
32770         [POSIX] (*_t): Allow.
32771         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32772         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32773         (WRDE_BADVAL): Expect.
32774
32775         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32776         expect.
32777         [XPG3 || XPG4] (O_RSYNC): Likewise.
32778         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32779         Likewise.
32780         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32781         [XPG3 || XPG4] (sigqueue): Likewise.
32782         [XPG3 || XPG4] (sigtimedwait): Likewise.
32783         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32784         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32785         [XPG3 || XPG4] (vsnprintf): Likewise.
32786         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32787         Likewise.
32788         [XPG3 || XPG4] (blksize_t): Likewise.
32789         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32790         Likewise.
32791         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32792         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32793         [XPG3 || XPG4] (struct itimerspec): Likewise.
32794         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32795         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32796         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32797         [XPG3 || XPG4] (clockid_t): Likewise.
32798         [XPG3 || XPG4] (timer_t): Likewise.
32799         [XPG3 || XPG4] (clock_getres): Likewise.
32800         [XPG3 || XPG4] (clock_gettime): Likewise.
32801         [XPG3 || XPG4] (clock_settime): Likewise.
32802         [XPG3 || XPG4] (nanosleep): Likewise.
32803         [XPG3 || XPG4] (timer_create): Likewise.
32804         [XPG3 || XPG4] (timer_delete): Likewise.
32805         [XPG3 || XPG4] (timer_gettime): Likewise.
32806         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32807         [XPG3 || XPG4] (timer_settime): Likewise.
32808         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32809         [XPG3 || XPG4] (getlogin_r): Likewise.
32810         [XPG3 || XPG4] (pread): Likewise.
32811         [XPG3 || XPG4] (pthread_atfork): Likewise.
32812         [XPG3 || XPG4] (pwrite): Likewise.
32813
32814         [BZ #14835]
32815         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32816         <bits/siginfo.h>.
32817
32818 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32819
32820         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32821         finalizing MALLSTREAM.
32822
32823         * sysdeps/mach/hurd/syncfs.c: New file.
32824
32825 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32826
32827         [BZ #14719]
32828         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32829         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32830         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32831         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32832         (_nss_dns_gethostbyname4_r): Likewise.
32833         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32834         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32835
32836 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32837
32838         [BZ #13763]
32839         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32840
32841 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32842
32843         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32844         * elf/cache.c (print_entry): Print ",AArch64" for
32845         FLAG_AARCH64_LIB64
32846
32847         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32848         * elf/cache.c (print_entry): Print ",hard-float" for
32849         FLAG_ARM_LIBHF.
32850
32851 2012-11-18  David S. Miller  <davem@davemloft.net>
32852
32853         With help from Joseph Myers.
32854         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32855         cutoff to 2**-13.
32856         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32857         cutoff to 2**-25.
32858         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32859         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32860         small.
32861         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32862         * math/libm-test.inc (y0_test): New tests.
32863         (y1_test): New tests.
32864         * sysdeps/i386/fpu/libm-test-ulps: Update.
32865         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32866         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32867
32868 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32869
32870         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32871         64-bit targets.
32872         * configure: Regenerated.
32873
32874 2012-11-17  David S. Miller  <davem@davemloft.net>
32875
32876         [BZ #14811]
32877         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32878         nonzero exponents with absolute value below 0x1p-128 to +/-
32879         0x1p-128.
32880
32881 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32882
32883         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32884
32885         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32886
32887         * posix/getconf-speclist.c: New file.
32888         * posix/posix-envs.def: Likewise.
32889         * posix/confstr.c (START_ENV_GROUP): New macro.
32890         (END_ENV_GROUP): Likewise.
32891         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32892         (KNOWN_PRESENT_ENV_STRING): Likewise.
32893         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32894         (UNKNOWN_ENVIRONMENT): Likewise.
32895         (confstr): Include posix-envs.def instead of handling
32896         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32897         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32898         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32899         (END_ENV_GROUP): Likewise.
32900         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32901         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32902         (UNKNOWN_ENVIRONMENT): Likewise.
32903         (__sysconf): Include posix-envs.def instead of handling associated
32904         cases directly here.
32905         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32906         preprocessing getconf-speclist.c rather than running getconf or
32907         generating empty file.
32908
32909 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32910
32911         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32912
32913 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32914
32915         [BZ #14672]
32916         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32917
32918 2012-11-16  David S. Miller  <davem@davemloft.net>
32919
32920         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32921         smaller than LDBL_EPSILON/2.0L, just return xm1.
32922
32923 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32924
32925         * elf/tst-array1.c (init): Set constructor priority to 1000.
32926         (fini): Set destructor priority to 1000.
32927         * elf/tst-array2dep.c: Likewise.
32928
32929 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32930
32931         [BZ #11741]
32932         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32933         (_IO_new_file_xsputn): Also return EOF if none of the input
32934         data was written when overflow failed.
32935         * libio/iopadn.c (_IO_padn): Likewise.
32936         * libio/iowpadn.c (_IO_wpadn): Likewise.
32937         * stdio-common/tst-put-error.c: Add copyright notice.
32938         (do_test): Add case for printing padded string.
32939         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32940         _IO_padn returned error.
32941         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32942         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32943         return EOF.
32944
32945 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32946
32947         * libio/libioP.h: Add comment note that the references to C++
32948         bits are now obsolete.
32949
32950 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32951
32952         * math/libm-test.inc (check_complex): Use asprintf.
32953
32954 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32955
32956         * debug/pcprofiledump.c (print_version): Update copyright year.
32957         * malloc/memusagestat.c (print_version): Likewise.
32958
32959 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32960
32961         [BZ #14831]
32962         * elf/Makefile (tests): Add tst-audit8.
32963         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32964         ($(objpfx)tst-audit8.out): New target.
32965         (tst-audit8-ENV): New variable.
32966         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32967         audit if l_reloc_result is NULL.
32968         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32969         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32970         * elf/tst-audit8.c: New file.
32971
32972 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32973
32974         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32975         * misc/Makefile (CFLAGS-select.c): Define.
32976         * posix/Makefile (CFLAGS-pause.c): Define.
32977
32978 2012-11-13  David S. Miller  <davem@davemloft.net>
32979
32980         * crypt/Makefile: Move test targets after toplevel Rules
32981         inclusion.  Grab any necessary sysdep routines when linking.
32982         * crypt/md5.c (md5_process_block): Remove define, we will always
32983         name it __md5_process_block.
32984         (md5_finish_ctx): Update md5_process_block call.
32985         (md5_stream): Likewise.
32986         (md5_process_bytes): Likewise.
32987         (md5_process_block): Rename to __md5_process_block and move to ...
32988         * crypt/md5-block.c: ... here.
32989         * crypt/sha256.c (sha256_process_block): Move to ...
32990         * crypt/sha256-block.c: ... here.
32991         * crypt/sha512.c (sha512_process_block): Move to ...
32992         * crypt/sha512-block.c: ... here.
32993         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32994         path.
32995         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32996         * sysdeps/sparc/sparc64/multiarch/Makefile
32997         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32998         crypt subdir.
32999         (localedef-aux): Add md5 crypto assembler when in locale subdir.
33000         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33001         multiarch changes.
33002         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33003         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33004         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33005         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33006         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33007         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33008         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33009         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33010         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33011         file.
33012         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33013         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33014         file.
33015         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33016
33017 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33018
33019         * timezone/tzselect.ksh: Update from tzcode git revision
33020         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33021         * timezone/zdump.c: Likewise.
33022         * timezone/zic.c: Likewise.
33023         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33024         in TZVERSION setting, not $(PKGVERSION).
33025         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33026         REPORT_BUGS_TO settings.
33027
33028         [BZ #14838]
33029         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33030         macro.
33031
33032 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33033
33034         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33035         detection to immediately after _FP_ROUND().
33036         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33037         bits are 0.
33038
33039 2012-11-11  David S. Miller  <davem@davemloft.net>
33040
33041         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33042         inttypes.h
33043         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33044         __close rather than their public counterparts.
33045
33046 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33047
33048         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33049         file.
33050         [UNIX98] (sem_timedwait): Do not expect.
33051         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33052         [XPG4 || UNIX98] (sockatmark): Do not expect.
33053         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33054         (clock_getcpuclockid): Do not expect.
33055         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33056         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33057         Do not expect.
33058         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33059         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33060         [UNIX98] (vwscanf): Likewise.
33061         [UNIX98] (vswscanf): Likewise.
33062
33063 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33064
33065         * timezone/version.h: Remove file.
33066         * timezone/README: Do not refer to version.h.
33067         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33068         $(objpfx)version.h.
33069         ($(objpfx)zdump.o): Likewise.
33070         ($(objpfx)version.h): New target.
33071
33072         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33073         2012i.
33074         * timezone/README: Don't mention modification to tzselect.ksh.
33075         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33076         work on unmodified tzselect.ksh.  Substitute version numbers in
33077         tzselect.ksh.
33078
33079         * Makefile (format-me): Remove.
33080         (INSTALL): Adjust indentation.  Use commands directly instead of
33081         using $(format-me).
33082
33083         * aclocal.m4 (ACX_PKGVERSION): New macro.
33084         (ACX_BUGURL): Likewise.
33085         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33086         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33087         (REPORT_BUGS_TO): Likewise.
33088         * configure: Regenerated.
33089         * config.h.in (PKGVERSION): New macro.
33090         (REPORT_BUGS_TO): Likewise.
33091         * config.make.in (PKGVERSION): New variable.
33092         (PKGVERSION_TEXI): Likewise.
33093         (REPORT_BUGS_TO): Likewise.
33094         (REPORT_BUGS_TEXI): Likewise.
33095         * Makefile (format-me): Use -I$(common-objpfx)manual.
33096         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33097         ($(common-objpfx)manual/%): New target.
33098         (manual/%): Remove target.
33099         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33100         (print_version): Use PKGVERSION.
33101         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33102         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33103         and REPORT_BUGS_TO.
33104         ($(objpfx)xtrace): Likewise.
33105         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33106         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33107         (print_version): Use PKGVERSION.
33108         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33109         (do_version): Use PKGVERSION.
33110         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33111         REPORT_BUGS_TO.
33112         (common-ldd-rewrite): Likewise.
33113         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33114         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33115         (print_version): Use PKGVERSION.
33116         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33117         * elf/pldd.c (argp_program_bug_address): Remove variable.
33118         (more_help): New function.
33119         (argp): Use more_help.
33120         (print_version): Use PKGVERSION.
33121         * elf/sln.c (main): Use PKGVERSION.
33122         (usage): Use REPORT_BUGS_TO.
33123         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33124         (top level): Use PKGVERSION.
33125         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33126         (print_version): Use PKGVERSION.
33127         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33128         (print_version): Use PKGVERSION.
33129         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33130         (print_version): Use PKGVERSION.
33131         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33132         (print_version): Use PKGVERSION.
33133         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33134         (print_version): Use PKGVERSION.
33135         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33136         (print_version): Use PKGVERSION.
33137         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33138         and BUGURL.
33139         ($(objpfx)memusage): Likewise.
33140         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33141         (do_version): Use PKGVERSION.
33142         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33143         (print_version): Use PKGVERSION.
33144         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33145         ($PKGVERSION): New variable.
33146         ($REPORT_BUGS_TO): Likewise.
33147         (usage): Use $REPORT_BUGS_TO.
33148         (top level): Use $PKGVERSION.
33149         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33150         ($(objpfx)pkgvers.texi): New rule.
33151         ($(objpfx)stamp-pkgvers): Likewise.
33152         * manual/install.texi: Include pkgvers.texi.
33153         (--with-pkgversion): Document new configure option.
33154         (--with-bugurl): Likewise.
33155         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33156         than necessarily for this particular distribution.  Use
33157         REPORT_BUGS_TO for where to report bugs.
33158         * INSTALL: Regenerated.
33159         * manual/libc.texinfo: Include pkgvers.texi.
33160         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33161         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33162         (print_version): Use PKGVERSION.
33163         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33164         (print_version): Use PKGVERSION.
33165         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33166         (print_version): Use PKGVERSION.
33167         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33168         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33169         macro.
33170         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33171         (print_version): Use PKGVERSION.
33172         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33173         (print_version): Use PKGVERSION.
33174         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33175         and PKGVERSION.
33176
33177         * timezone/checktab.awk: Update from tzcode 2012i.
33178         * timezone/ialloc.c: Likewise.
33179         * timezone/private.h: Likewise.
33180         * timezone/scheck.c: Likewise.
33181         * timezone/tzfile.h: Likewise.
33182         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33183         (TZVERSION): Hardcode tzcode version number.
33184         * timezone/zdump.c: Update from tzcode 2012i.
33185         * timezone/zic.c: Likewise.
33186         * timezone/version.h: New file.
33187         * timezone/README: Describe version.h.  Update upstream location.
33188
33189         [BZ #14824]
33190         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33191         (mktemp): Enable declaration.
33192         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33193         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33194         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33195         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33196         Likewise.
33197         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33198         Likewise.
33199         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33200         Likewise.
33201         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33202         Likewise.
33203         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33204         Likewise.
33205         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33206         Likewise.
33207
33208         [BZ #14821]
33209         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
33210         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
33211         for copies of such integer values.
33212         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
33213         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
33214
33215 2012-11-09  Andreas Jaeger  <aj@suse.de>
33216
33217         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
33218         definitions and declarations that are provided by
33219         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33220
33221 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33222
33223         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
33224         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
33225         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
33226         definition.
33227
33228 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33229
33230         * elf/elf.h: Update comment before AArch64 relocations.
33231
33232 2012-11-07  David S. Miller  <davem@davemloft.net>
33233
33234         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
33235         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
33236         (__start_context): Declare.
33237         (__makecontext_ret): Delete.
33238         (__makecontext): Hook up __start_context instead of
33239         __makecontext_ret.
33240         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
33241         (sysdep_routines): Add __start_context when in stdlib.
33242
33243 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33244
33245         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
33246         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
33247         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
33248         hardcoded "nm".
33249         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
33250         (READELF): New variable.  Use it instead of hardcoded "readelf".
33251
33252 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
33253
33254         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
33255         * sysdeps/x86/Makefile: Here.
33256         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
33257         * sysdeps/x86/tst-xmmymm.sh: This.
33258
33259 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33260
33261         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
33262         expectations.
33263         [UNIX98] (pthread_barrier_t): Do not expect.
33264         [UNIX98] (pthread_barrierattr_t): Likewise.
33265         [UNIX98] (pthread_spinlock_t): Likewise.
33266         [UNIX98] (pthread_barrier_destroy): Likewise.
33267         [UNIX98] (pthread_barrier_init): Likewise.
33268         [UNIX98] (pthread_barrier_wait): Likewise.
33269         [UNIX98] (pthread_barrierattr_destroy): Likewise.
33270         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
33271         [UNIX98] (pthread_barrierattr_init): Likewise.
33272         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
33273         [UNIX98] (pthread_getcpuclockid): Likewise.
33274         [UNIX98] (pthread_mutex_timedlock): Likewise.
33275         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
33276         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
33277         [UNIX98] (pthread_sigmask): Likewise.
33278         [UNIX98] (pthread_spin_destroy): Likewise.
33279         [UNIX98] (pthread_spin_init): Likewise.
33280         [UNIX98] (pthread_spin_lock): Likewise.
33281         [UNIX98] (pthread_spin_trylock): Likewise.
33282         [UNIX98] (pthread_spin_unlock): Likewise.
33283         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
33284         Do not expect.
33285         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
33286         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
33287         [XPG3 || XPG4] (pthread_cond_t): Likewise.
33288         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
33289         [XPG3 || XPG4] (pthread_key_t): Likewise.
33290         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
33291         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
33292         [XPG3 || XPG4] (pthread_once_t): Likewise.
33293         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
33294         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
33295         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
33296         [XPG3 || XPG4] (pthread_t): Likewise.
33297
33298         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
33299         not expect.
33300         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
33301
33302         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
33303         Change function return type to int.
33304
33305         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
33306         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
33307         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
33308         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
33309         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
33310         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
33311         [!POSIX] (posix_madvise): Likewise.
33312         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
33313         && !UNIX98].
33314         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
33315         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
33316         (mode_t): Likewise.
33317         (posix_mem_offset): Likewise.
33318         (posix_typed_mem_get_info): Likewise.
33319         (posix_typed_mem_open): Likewise.
33320
33321         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
33322         Change condition to [XOPEN2K8].
33323
33324         * conform/conformtest.pl: Preprocess allow-header data with -x c
33325         instead of from stdin.
33326         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
33327         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
33328         [C99-based standards] (cerfc): Likewise.
33329         [C99-based standards] (cexp2): Likewise.
33330         [C99-based standards] (cexpm1): Likewise.
33331         [C99-based standards] (clog10): Likewise.
33332         [C99-based standards] (clog1p): Likewise.
33333         [C99-based standards] (clog2): Likewise.
33334         [C99-based standards] (clgamma): Likewise.
33335         [C99-based standards] (ctgamma): Likewise.
33336         [C99-based standards] (cerff): Likewise.
33337         [C99-based standards] (cerfcf): Likewise.
33338         [C99-based standards] (cexp2f): Likewise.
33339         [C99-based standards] (cexpm1f): Likewise.
33340         [C99-based standards] (clog10f): Likewise.
33341         [C99-based standards] (clog1pf): Likewise.
33342         [C99-based standards] (clog2f): Likewise.
33343         [C99-based standards] (clgammaf): Likewise.
33344         [C99-based standards] (ctgammaf): Likewise.
33345         [C99-based standards] (cerfl): Likewise.
33346         [C99-based standards] (cerfcl): Likewise.
33347         [C99-based standards] (cexp2l): Likewise.
33348         [C99-based standards] (cexpm1l): Likewise.
33349         [C99-based standards] (clog10l): Likewise.
33350         [C99-based standards] (clog1pl): Likewise.
33351         [C99-based standards] (clog2l): Likewise.
33352         [C99-based standards] (clgammal): Likewise.
33353         [C99-based standards] (ctgammal): Likewise.
33354         * conform/data/inttypes.h-data [C99-based standards]: Include
33355         stdint.h-data.  Remove all expectations for stdint.h contents.
33356         [C99-based standards] (PRI*): Do not allow.
33357         [C99-based standards] (SCN*): Likewise.
33358         [C99-based standards] (*_t): Likewise.
33359         [C99-based-standards] (PRId8): Expect macro.
33360         [C99-based-standards] (PRIi8): Likewise.
33361         [C99-based-standards] (PRIo8): Likewise.
33362         [C99-based-standards] (PRIu8): Likewise.
33363         [C99-based-standards] (PRIx8): Likewise.
33364         [C99-based-standards] (PRIX8): Likewise.
33365         [C99-based-standards] (SCNd8): Likewise.
33366         [C99-based-standards] (SCNi8): Likewise.
33367         [C99-based-standards] (SCNo8): Likewise.
33368         [C99-based-standards] (SCNu8): Likewise.
33369         [C99-based-standards] (SCNx8): Likewise.
33370         [C99-based-standards] (PRIdLEAST8): Likewise.
33371         [C99-based-standards] (PRIiLEAST8): Likewise.
33372         [C99-based-standards] (PRIoLEAST8): Likewise.
33373         [C99-based-standards] (PRIuLEAST8): Likewise.
33374         [C99-based-standards] (PRIxLEAST8): Likewise.
33375         [C99-based-standards] (PRIXLEAST8): Likewise.
33376         [C99-based-standards] (SCNdLEAST8): Likewise.
33377         [C99-based-standards] (SCNiLEAST8): Likewise.
33378         [C99-based-standards] (SCNoLEAST8): Likewise.
33379         [C99-based-standards] (SCNuLEAST8): Likewise.
33380         [C99-based-standards] (SCNxLEAST8): Likewise.
33381         [C99-based-standards] (PRIdFAST8): Likewise.
33382         [C99-based-standards] (PRIiFAST8): Likewise.
33383         [C99-based-standards] (PRIoFAST8): Likewise.
33384         [C99-based-standards] (PRIuFAST8): Likewise.
33385         [C99-based-standards] (PRIxFAST8): Likewise.
33386         [C99-based-standards] (PRIXFAST8): Likewise.
33387         [C99-based-standards] (SCNdFAST8): Likewise.
33388         [C99-based-standards] (SCNiFAST8): Likewise.
33389         [C99-based-standards] (SCNoFAST8): Likewise.
33390         [C99-based-standards] (SCNuFAST8): Likewise.
33391         [C99-based-standards] (SCNxFAST8): Likewise.
33392         [C99-based-standards] (PRId16): Likewise.
33393         [C99-based-standards] (PRIi16): Likewise.
33394         [C99-based-standards] (PRIo16): Likewise.
33395         [C99-based-standards] (PRIu16): Likewise.
33396         [C99-based-standards] (PRIx16): Likewise.
33397         [C99-based-standards] (PRIX16): Likewise.
33398         [C99-based-standards] (SCNd16): Likewise.
33399         [C99-based-standards] (SCNi16): Likewise.
33400         [C99-based-standards] (SCNo16): Likewise.
33401         [C99-based-standards] (SCNu16): Likewise.
33402         [C99-based-standards] (SCNx16): Likewise.
33403         [C99-based-standards] (PRIdLEAST16): Likewise.
33404         [C99-based-standards] (PRIiLEAST16): Likewise.
33405         [C99-based-standards] (PRIoLEAST16): Likewise.
33406         [C99-based-standards] (PRIuLEAST16): Likewise.
33407         [C99-based-standards] (PRIxLEAST16): Likewise.
33408         [C99-based-standards] (PRIXLEAST16): Likewise.
33409         [C99-based-standards] (SCNdLEAST16): Likewise.
33410         [C99-based-standards] (SCNiLEAST16): Likewise.
33411         [C99-based-standards] (SCNoLEAST16): Likewise.
33412         [C99-based-standards] (SCNuLEAST16): Likewise.
33413         [C99-based-standards] (SCNxLEAST16): Likewise.
33414         [C99-based-standards] (PRIdFAST16): Likewise.
33415         [C99-based-standards] (PRIiFAST16): Likewise.
33416         [C99-based-standards] (PRIoFAST16): Likewise.
33417         [C99-based-standards] (PRIuFAST16): Likewise.
33418         [C99-based-standards] (PRIxFAST16): Likewise.
33419         [C99-based-standards] (PRIXFAST16): Likewise.
33420         [C99-based-standards] (SCNdFAST16): Likewise.
33421         [C99-based-standards] (SCNiFAST16): Likewise.
33422         [C99-based-standards] (SCNoFAST16): Likewise.
33423         [C99-based-standards] (SCNuFAST16): Likewise.
33424         [C99-based-standards] (SCNxFAST16): Likewise.
33425         [C99-based-standards] (PRId32): Likewise.
33426         [C99-based-standards] (PRIi32): Likewise.
33427         [C99-based-standards] (PRIo32): Likewise.
33428         [C99-based-standards] (PRIu32): Likewise.
33429         [C99-based-standards] (PRIx32): Likewise.
33430         [C99-based-standards] (PRIX32): Likewise.
33431         [C99-based-standards] (SCNd32): Likewise.
33432         [C99-based-standards] (SCNi32): Likewise.
33433         [C99-based-standards] (SCNo32): Likewise.
33434         [C99-based-standards] (SCNu32): Likewise.
33435         [C99-based-standards] (SCNx32): Likewise.
33436         [C99-based-standards] (PRIdLEAST32): Likewise.
33437         [C99-based-standards] (PRIiLEAST32): Likewise.
33438         [C99-based-standards] (PRIoLEAST32): Likewise.
33439         [C99-based-standards] (PRIuLEAST32): Likewise.
33440         [C99-based-standards] (PRIxLEAST32): Likewise.
33441         [C99-based-standards] (PRIXLEAST32): Likewise.
33442         [C99-based-standards] (SCNdLEAST32): Likewise.
33443         [C99-based-standards] (SCNiLEAST32): Likewise.
33444         [C99-based-standards] (SCNoLEAST32): Likewise.
33445         [C99-based-standards] (SCNuLEAST32): Likewise.
33446         [C99-based-standards] (SCNxLEAST32): Likewise.
33447         [C99-based-standards] (PRIdFAST32): Likewise.
33448         [C99-based-standards] (PRIiFAST32): Likewise.
33449         [C99-based-standards] (PRIoFAST32): Likewise.
33450         [C99-based-standards] (PRIuFAST32): Likewise.
33451         [C99-based-standards] (PRIxFAST32): Likewise.
33452         [C99-based-standards] (PRIXFAST32): Likewise.
33453         [C99-based-standards] (SCNdFAST32): Likewise.
33454         [C99-based-standards] (SCNiFAST32): Likewise.
33455         [C99-based-standards] (SCNoFAST32): Likewise.
33456         [C99-based-standards] (SCNuFAST32): Likewise.
33457         [C99-based-standards] (SCNxFAST32): Likewise.
33458         [C99-based-standards] (PRId64): Likewise.
33459         [C99-based-standards] (PRIi64): Likewise.
33460         [C99-based-standards] (PRIo64): Likewise.
33461         [C99-based-standards] (PRIu64): Likewise.
33462         [C99-based-standards] (PRIx64): Likewise.
33463         [C99-based-standards] (PRIX64): Likewise.
33464         [C99-based-standards] (SCNd64): Likewise.
33465         [C99-based-standards] (SCNi64): Likewise.
33466         [C99-based-standards] (SCNo64): Likewise.
33467         [C99-based-standards] (SCNu64): Likewise.
33468         [C99-based-standards] (SCNx64): Likewise.
33469         [C99-based-standards] (PRIdLEAST64): Likewise.
33470         [C99-based-standards] (PRIiLEAST64): Likewise.
33471         [C99-based-standards] (PRIoLEAST64): Likewise.
33472         [C99-based-standards] (PRIuLEAST64): Likewise.
33473         [C99-based-standards] (PRIxLEAST64): Likewise.
33474         [C99-based-standards] (PRIXLEAST64): Likewise.
33475         [C99-based-standards] (SCNdLEAST64): Likewise.
33476         [C99-based-standards] (SCNiLEAST64): Likewise.
33477         [C99-based-standards] (SCNoLEAST64): Likewise.
33478         [C99-based-standards] (SCNuLEAST64): Likewise.
33479         [C99-based-standards] (SCNxLEAST64): Likewise.
33480         [C99-based-standards] (PRIdFAST64): Likewise.
33481         [C99-based-standards] (PRIiFAST64): Likewise.
33482         [C99-based-standards] (PRIoFAST64): Likewise.
33483         [C99-based-standards] (PRIuFAST64): Likewise.
33484         [C99-based-standards] (PRIxFAST64): Likewise.
33485         [C99-based-standards] (PRIXFAST64): Likewise.
33486         [C99-based-standards] (SCNdFAST64): Likewise.
33487         [C99-based-standards] (SCNiFAST64): Likewise.
33488         [C99-based-standards] (SCNoFAST64): Likewise.
33489         [C99-based-standards] (SCNuFAST64): Likewise.
33490         [C99-based-standards] (SCNxFAST64): Likewise.
33491         [C99-based-standards] (PRIdMAX): Likewise.
33492         [C99-based-standards] (PRIiMAX): Likewise.
33493         [C99-based-standards] (PRIoMAX): Likewise.
33494         [C99-based-standards] (PRIuMAX): Likewise.
33495         [C99-based-standards] (PRIxMAX): Likewise.
33496         [C99-based-standards] (PRIXMAX): Likewise.
33497         [C99-based-standards] (SCNdMAX): Likewise.
33498         [C99-based-standards] (SCNiMAX): Likewise.
33499         [C99-based-standards] (SCNoMAX): Likewise.
33500         [C99-based-standards] (SCNuMAX): Likewise.
33501         [C99-based-standards] (SCNxMAX): Likewise.
33502         [C99-based-standards] (PRIdPTR): Likewise.
33503         [C99-based-standards] (PRIiPTR): Likewise.
33504         [C99-based-standards] (PRIoPTR): Likewise.
33505         [C99-based-standards] (PRIuPTR): Likewise.
33506         [C99-based-standards] (PRIxPTR): Likewise.
33507         [C99-based-standards] (PRIXPTR): Likewise.
33508         [C99-based-standards] (SCNdPTR): Likewise.
33509         [C99-based-standards] (SCNiPTR): Likewise.
33510         [C99-based-standards] (SCNoPTR): Likewise.
33511         [C99-based-standards] (SCNuPTR): Likewise.
33512         [C99-based-standards] (SCNxPTR): Likewise.
33513         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
33514         allow.
33515         * conform/data/stdint.h-data: Update comments to clarify
33516         requirements.
33517         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
33518         type.
33519         [C99-based standards] (INT8_MAX): Likewise.
33520         [C99-based standards] (INT16_MIN): Likewise.
33521         [C99-based standards] (INT16_MAX): Likewise.
33522         [C99-based standards] (INT32_MIN): Likewise.
33523         [C99-based standards] (INT32_MAX): Likewise.
33524         [C99-based standards] (INT64_MIN): Likewise.
33525         [C99-based standards] (INT64_MAX): Likewise.
33526         [C99-based standards] (UINT8_MAX): Likewise.
33527         [C99-based standards] (UINT16_MAX): Likewise.
33528         [C99-based standards] (UINT32_MAX): Likewise.
33529         [C99-based standards] (UINT64_MAX): Likewise.
33530         [C99-based standards] (INT_LEAST8_MIN): Likewise.
33531         [C99-based standards] (INT_LEAST8_MAX): Likewise.
33532         [C99-based standards] (INT_LEAST16_MIN): Likewise.
33533         [C99-based standards] (INT_LEAST16_MAX): Likewise.
33534         [C99-based standards] (INT_LEAST32_MIN): Likewise.
33535         [C99-based standards] (INT_LEAST32_MAX): Likewise.
33536         [C99-based standards] (INT_LEAST64_MIN): Likewise.
33537         [C99-based standards] (INT_LEAST64_MAX): Likewise.
33538         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
33539         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
33540         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
33541         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
33542         [C99-based standards] (INT_FAST8_MIN): Likewise.
33543         [C99-based standards] (INT_FAST8_MAX): Likewise.
33544         [C99-based standards] (INT_FAST16_MIN): Likewise.
33545         [C99-based standards] (INT_FAST16_MAX): Likewise.
33546         [C99-based standards] (INT_FAST32_MIN): Likewise.
33547         [C99-based standards] (INT_FAST32_MAX): Likewise.
33548         [C99-based standards] (INT_FAST64_MIN): Likewise.
33549         [C99-based standards] (INT_FAST64_MAX): Likewise.
33550         [C99-based standards] (UINT_FAST8_MAX): Likewise.
33551         [C99-based standards] (UINT_FAST16_MAX): Likewise.
33552         [C99-based standards] (UINT_FAST32_MAX): Likewise.
33553         [C99-based standards] (UINT_FAST64_MAX): Likewise.
33554         [C99-based standards] (INTPTR_MIN): Likewise.
33555         [C99-based standards] (INTPTR_MAX): Likewise.
33556         [C99-based standards] (UINTPTR_MAX): Likewise.
33557         [C99-based standards] (INTMAX_MIN): Likewise.
33558         [C99-based standards] (INTMAX_MAX): Likewise.
33559         [C99-based standards] (UINTMAX_MAX): Likewise.
33560         [C99-based standards] (PTRDIFF_MIN): Likewise.
33561         [C99-based standards] (PTRDIFF_MAX): Likewise.
33562         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
33563         [C99-based standards] (SIZE_MAX): Likewise.
33564         [C99-based standards] (WCHAR_MAX): Likewise.
33565         [C99-based standards] (WINT_MAX): Likewise.
33566         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
33567         constraint on value.
33568         [C99-based standards] (WCHAR_MIN): Likewise.
33569         [C99-based standards] (WINT_MIN): Likewise.
33570         [C99-based standards] (*_t): Allow.
33571         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
33572         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
33573         Include math.h-data and complex.h-data.  Remove all expectations
33574         of math.h and complex.h contents.
33575         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
33576         at end of line.
33577         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
33578         (struct tm): Expect tag.
33579         [C99-based-standards] (wcstof): Expect function.
33580         [C99-based-standards] (wcstold): Likewise.
33581         [C99-based-standards] (wcstoll): Likewise.
33582         [C99-based-standards] (wcstoull): Likewise.
33583         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
33584         macro-int-constant.  Specify type.
33585         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
33586         constraint on value.
33587         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33588         Specify type.
33589         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
33590         Specify value.
33591         [ISO C standards]: Do not allow headers.
33592         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
33593         wcs[abcdefghijklmnopqrstuvwxyz]*.
33594         [ISO C standards] (*_t): Do not allow.
33595         * conform/data/wctype.h-data [C99-based standards] (iswblank):
33596         Expect function.
33597         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
33598         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33599         Specify type.
33600         [ISO C standards]: Do not allow headers.
33601         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
33602         is[abcdefghijklmnopqrstuvwxyz]*.
33603         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
33604         to[abcdefghijklmnopqrstuvwxyz]*.
33605         [ISO C standards] (*_t): Do not allow.
33606         * conform/data/stdalign.h-data: New file.
33607         * conform/data/stdbool.h-data: Likewise.
33608         * conform/data/stdnoreturn.h-data: Likewise.
33609
33610 2012-11-07  Roland McGrath  <roland@hack.frob.com>
33611
33612         [BZ #14815]
33613         * manual/filesys.texi (Directory Entries): Typo fix.
33614         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
33615
33616 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33617
33618         * elf/elf.h (EM_AARCH64): New macro.
33619         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
33620         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
33621         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
33622         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
33623         (R_AARCH64_TLSDESC): Likewise.
33624         (NT_ARM_TLS): Likewise.
33625         (NT_ARM_HW_BREAK): Likewise.
33626         (NT_ARM_HW_WATCH): Likewise.
33627
33628 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33629
33630         [BZ #14811]
33631         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
33632         (__ieee754_powl): Saturate nonzero exponents with absolute value
33633         below 0x1p-79 to +/- 0x1p-79.
33634         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
33635         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
33636         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
33637         nonzero exponents with absolute value below 0x1p-32 to +/-
33638         0x1p-32.
33639         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
33640         (__ieee754_powl): Saturate nonzero exponents with absolute value
33641         below 0x1p-79 to +/- 0x1p-79.
33642         * math/libm-test.inc (pow_test): Add more tests.
33643
33644 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33645
33646         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
33647         _dl_s390_cap_flags with kernel. Increase string length.
33648         (_dl_s390_platforms): Add z196 and zEC12.
33649
33650 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33651
33652         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
33653         Change XOPEN21K to XOPEN2K.
33654
33655 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
33656
33657         * string/memmove.c: Use memcpy when possible.
33658
33659 2012-11-06  Andreas Jaeger  <aj@suse.de>
33660
33661         * po/eo.po: Update from translation team.
33662
33663 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
33664
33665         [BZ #14793]
33666         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
33667         exponent and small x and y exponents, scale x or y up.  Increase
33668         by 2 the exponent used in scaling up.
33669         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33670         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33671         * math/libm-test.inc (fma_test): Add more tests.
33672         (fma_test_towardzero): Likewise.
33673         (fma_test_downward): Likewise.
33674         (fma_test_upward): Likewise.
33675
33676 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
33677
33678         [BZ #14805]
33679         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
33680         fenv_t *.
33681
33682         [BZ #14801]
33683         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
33684         namespace for names of struct fields.
33685         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
33686         fenv_t fields.
33687         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
33688         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
33689
33690 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33691
33692         [BZ #3665]
33693         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
33694
33695 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33696
33697         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
33698         PTR_DEMANGLE.
33699
33700         [BZ #5246]
33701         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
33702         PTR_DEMANGLE.
33703
33704 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
33705
33706         [BZ #14797]
33707         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
33708         definitely overflow as x * y not x * y + z.
33709         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33710         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33711         * math/libm-test.inc (fma_test): Add more tests.
33712         (fma_test_towardzero): Likewise.
33713         (fma_test_downward): Likewise.
33714         (fma_test_upward): Likewise.
33715
33716 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33717
33718         [BZ #157]
33719
33720         * include/stub-tag.h: Remove file.
33721         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
33722         '#include' of it.
33723         * manual/maint.texi (Porting): Don't reference it.
33724         * Makerules ($(objpfx)stubs): Likewise.
33725         * dirent/closedir.c: Don't include <stub-tag.h>.
33726         * dirent/dirfd.c: Likewise.
33727         * dirent/fdopendir.c: Likewise.
33728         * dirent/getdents.c: Likewise.
33729         * dirent/getdents64.c: Likewise.
33730         * dirent/opendir.c: Likewise.
33731         * dirent/readdir.c: Likewise.
33732         * dirent/readdir64.c: Likewise.
33733         * dirent/readdir64_r.c: Likewise.
33734         * dirent/readdir_r.c: Likewise.
33735         * dirent/rewinddir.c: Likewise.
33736         * dirent/seekdir.c: Likewise.
33737         * dirent/telldir.c: Likewise.
33738         * gmon/profil.c: Likewise.
33739         * grp/setgroups.c: Likewise.
33740         * inet/if_index.c: Likewise.
33741         * io/access.c: Likewise.
33742         * io/chdir.c: Likewise.
33743         * io/chmod.c: Likewise.
33744         * io/chown.c: Likewise.
33745         * io/close.c: Likewise.
33746         * io/dup.c: Likewise.
33747         * io/dup2.c: Likewise.
33748         * io/dup3.c: Likewise.
33749         * io/euidaccess.c: Likewise.
33750         * io/faccessat.c: Likewise.
33751         * io/fchdir.c: Likewise.
33752         * io/fchmod.c: Likewise.
33753         * io/fchmodat.c: Likewise.
33754         * io/fchown.c: Likewise.
33755         * io/fchownat.c: Likewise.
33756         * io/fcntl.c: Likewise.
33757         * io/flock.c: Likewise.
33758         * io/fstatfs.c: Likewise.
33759         * io/fstatfs64.c: Likewise.
33760         * io/fstatvfs.c: Likewise.
33761         * io/fstatvfs64.c: Likewise.
33762         * io/futimens.c: Likewise.
33763         * io/fxstat.c: Likewise.
33764         * io/fxstat64.c: Likewise.
33765         * io/fxstatat.c: Likewise.
33766         * io/fxstatat64.c: Likewise.
33767         * io/getcwd.c: Likewise.
33768         * io/isatty.c: Likewise.
33769         * io/lchmod.c: Likewise.
33770         * io/lchown.c: Likewise.
33771         * io/link.c: Likewise.
33772         * io/linkat.c: Likewise.
33773         * io/lseek.c: Likewise.
33774         * io/lseek64.c: Likewise.
33775         * io/lxstat64.c: Likewise.
33776         * io/mkdir.c: Likewise.
33777         * io/mkdirat.c: Likewise.
33778         * io/mkfifo.c: Likewise.
33779         * io/mkfifoat.c: Likewise.
33780         * io/open.c: Likewise.
33781         * io/open64.c: Likewise.
33782         * io/openat.c: Likewise.
33783         * io/openat64.c: Likewise.
33784         * io/pipe.c: Likewise.
33785         * io/pipe2.c: Likewise.
33786         * io/poll.c: Likewise.
33787         * io/posix_fadvise.c: Likewise.
33788         * io/posix_fadvise64.c: Likewise.
33789         * io/posix_fallocate.c: Likewise.
33790         * io/posix_fallocate64.c: Likewise.
33791         * io/read.c: Likewise.
33792         * io/readlink.c: Likewise.
33793         * io/readlinkat.c: Likewise.
33794         * io/rmdir.c: Likewise.
33795         * io/sendfile.c: Likewise.
33796         * io/sendfile64.c: Likewise.
33797         * io/statfs.c: Likewise.
33798         * io/statfs64.c: Likewise.
33799         * io/statvfs.c: Likewise.
33800         * io/statvfs64.c: Likewise.
33801         * io/symlink.c: Likewise.
33802         * io/symlinkat.c: Likewise.
33803         * io/ttyname.c: Likewise.
33804         * io/ttyname_r.c: Likewise.
33805         * io/umask.c: Likewise.
33806         * io/unlink.c: Likewise.
33807         * io/unlinkat.c: Likewise.
33808         * io/utime.c: Likewise.
33809         * io/utimensat.c: Likewise.
33810         * io/write.c: Likewise.
33811         * io/xmknod.c: Likewise.
33812         * io/xmknodat.c: Likewise.
33813         * io/xstat.c: Likewise.
33814         * io/xstat64.c: Likewise.
33815         * login/getpt.c: Likewise.
33816         * login/grantpt.c: Likewise.
33817         * login/unlockpt.c: Likewise.
33818         * math/e_acoshl.c: Likewise.
33819         * math/e_acosl.c: Likewise.
33820         * math/e_asinl.c: Likewise.
33821         * math/e_atan2l.c: Likewise.
33822         * math/e_atanhl.c: Likewise.
33823         * math/e_coshl.c: Likewise.
33824         * math/e_expl.c: Likewise.
33825         * math/e_fmodl.c: Likewise.
33826         * math/e_gammal_r.c: Likewise.
33827         * math/e_hypotl.c: Likewise.
33828         * math/e_j0l.c: Likewise.
33829         * math/e_j1l.c: Likewise.
33830         * math/e_jnl.c: Likewise.
33831         * math/e_lgammal_r.c: Likewise.
33832         * math/e_log10l.c: Likewise.
33833         * math/e_log2l.c: Likewise.
33834         * math/e_logl.c: Likewise.
33835         * math/e_powl.c: Likewise.
33836         * math/e_rem_pio2l.c: Likewise.
33837         * math/e_sinhl.c: Likewise.
33838         * math/e_sqrtl.c: Likewise.
33839         * math/fclrexcpt.c: Likewise.
33840         * math/fedisblxcpt.c: Likewise.
33841         * math/feenablxcpt.c: Likewise.
33842         * math/fegetenv.c: Likewise.
33843         * math/fegetexcept.c: Likewise.
33844         * math/fegetround.c: Likewise.
33845         * math/feholdexcpt.c: Likewise.
33846         * math/fesetenv.c: Likewise.
33847         * math/fesetround.c: Likewise.
33848         * math/feupdateenv.c: Likewise.
33849         * math/fgetexcptflg.c: Likewise.
33850         * math/fraiseexcpt.c: Likewise.
33851         * math/fsetexcptflg.c: Likewise.
33852         * math/ftestexcept.c: Likewise.
33853         * math/k_cosl.c: Likewise.
33854         * math/k_rem_pio2l.c: Likewise.
33855         * math/k_sinl.c: Likewise.
33856         * math/k_tanl.c: Likewise.
33857         * math/s_asinhl.c: Likewise.
33858         * math/s_atanl.c: Likewise.
33859         * math/s_cbrtl.c: Likewise.
33860         * math/s_erfl.c: Likewise.
33861         * math/s_expm1l.c: Likewise.
33862         * math/s_log1pl.c: Likewise.
33863         * math/s_tanhl.c: Likewise.
33864         * misc/acct.c: Likewise.
33865         * misc/brk.c: Likewise.
33866         * misc/chflags.c: Likewise.
33867         * misc/chroot.c: Likewise.
33868         * misc/fchflags.c: Likewise.
33869         * misc/fgetxattr.c: Likewise.
33870         * misc/flistxattr.c: Likewise.
33871         * misc/fremovexattr.c: Likewise.
33872         * misc/fsetxattr.c: Likewise.
33873         * misc/fsync.c: Likewise.
33874         * misc/ftruncate.c: Likewise.
33875         * misc/futimes.c: Likewise.
33876         * misc/futimesat.c: Likewise.
33877         * misc/getdomain.c: Likewise.
33878         * misc/getdtsz.c: Likewise.
33879         * misc/gethostid.c: Likewise.
33880         * misc/gethostname.c: Likewise.
33881         * misc/getloadavg.c: Likewise.
33882         * misc/getpagesize.c: Likewise.
33883         * misc/getsysstats.c: Likewise.
33884         * misc/getxattr.c: Likewise.
33885         * misc/gtty.c: Likewise.
33886         * misc/ioctl.c: Likewise.
33887         * misc/lgetxattr.c: Likewise.
33888         * misc/listxattr.c: Likewise.
33889         * misc/llistxattr.c: Likewise.
33890         * misc/lremovexattr.c: Likewise.
33891         * misc/lsetxattr.c: Likewise.
33892         * misc/lutimes.c: Likewise.
33893         * misc/madvise.c: Likewise.
33894         * misc/mincore.c: Likewise.
33895         * misc/mlock.c: Likewise.
33896         * misc/mlockall.c: Likewise.
33897         * misc/mmap.c: Likewise.
33898         * misc/mprotect.c: Likewise.
33899         * misc/msync.c: Likewise.
33900         * misc/munlock.c: Likewise.
33901         * misc/munlockall.c: Likewise.
33902         * misc/munmap.c: Likewise.
33903         * misc/preadv.c: Likewise.
33904         * misc/preadv64.c: Likewise.
33905         * misc/ptrace.c: Likewise.
33906         * misc/pwritev.c: Likewise.
33907         * misc/pwritev64.c: Likewise.
33908         * misc/readv.c: Likewise.
33909         * misc/reboot.c: Likewise.
33910         * misc/remap_file_pages.c: Likewise.
33911         * misc/removexattr.c: Likewise.
33912         * misc/revoke.c: Likewise.
33913         * misc/select.c: Likewise.
33914         * misc/setdomain.c: Likewise.
33915         * misc/setegid.c: Likewise.
33916         * misc/seteuid.c: Likewise.
33917         * misc/sethostid.c: Likewise.
33918         * misc/sethostname.c: Likewise.
33919         * misc/setregid.c: Likewise.
33920         * misc/setreuid.c: Likewise.
33921         * misc/setxattr.c: Likewise.
33922         * misc/sstk.c: Likewise.
33923         * misc/stty.c: Likewise.
33924         * misc/swapoff.c: Likewise.
33925         * misc/swapon.c: Likewise.
33926         * misc/sync.c: Likewise.
33927         * misc/syncfs.c: Likewise.
33928         * misc/syscall.c: Likewise.
33929         * misc/truncate.c: Likewise.
33930         * misc/ualarm.c: Likewise.
33931         * misc/usleep.c: Likewise.
33932         * misc/ustat.c: Likewise.
33933         * misc/utimes.c: Likewise.
33934         * misc/vhangup.c: Likewise.
33935         * misc/writev.c: Likewise.
33936         * posix/_exit.c: Likewise.
33937         * posix/alarm.c: Likewise.
33938         * posix/execve.c: Likewise.
33939         * posix/fexecve.c: Likewise.
33940         * posix/fork.c: Likewise.
33941         * posix/fpathconf.c: Likewise.
33942         * posix/getaddrinfo.c: Likewise.
33943         * posix/getegid.c: Likewise.
33944         * posix/geteuid.c: Likewise.
33945         * posix/getgid.c: Likewise.
33946         * posix/getgroups.c: Likewise.
33947         * posix/getlogin.c: Likewise.
33948         * posix/getlogin_r.c: Likewise.
33949         * posix/getpgid.c: Likewise.
33950         * posix/getpid.c: Likewise.
33951         * posix/getppid.c: Likewise.
33952         * posix/getresgid.c: Likewise.
33953         * posix/getresuid.c: Likewise.
33954         * posix/getsid.c: Likewise.
33955         * posix/getuid.c: Likewise.
33956         * posix/glob64.c: Likewise.
33957         * posix/nanosleep.c: Likewise.
33958         * posix/pathconf.c: Likewise.
33959         * posix/pause.c: Likewise.
33960         * posix/posix_madvise.c: Likewise.
33961         * posix/pread.c: Likewise.
33962         * posix/pread64.c: Likewise.
33963         * posix/pwrite.c: Likewise.
33964         * posix/pwrite64.c: Likewise.
33965         * posix/sched_getaffinity.c: Likewise.
33966         * posix/sched_getp.c: Likewise.
33967         * posix/sched_gets.c: Likewise.
33968         * posix/sched_primax.c: Likewise.
33969         * posix/sched_primin.c: Likewise.
33970         * posix/sched_rr_gi.c: Likewise.
33971         * posix/sched_setaffinity.c: Likewise.
33972         * posix/sched_setp.c: Likewise.
33973         * posix/sched_sets.c: Likewise.
33974         * posix/sched_yield.c: Likewise.
33975         * posix/setgid.c: Likewise.
33976         * posix/setlogin.c: Likewise.
33977         * posix/setpgid.c: Likewise.
33978         * posix/setresgid.c: Likewise.
33979         * posix/setresuid.c: Likewise.
33980         * posix/setsid.c: Likewise.
33981         * posix/setuid.c: Likewise.
33982         * posix/sleep.c: Likewise.
33983         * posix/spawni.c: Likewise.
33984         * posix/sysconf.c: Likewise.
33985         * posix/times.c: Likewise.
33986         * posix/wait.c: Likewise.
33987         * posix/wait3.c: Likewise.
33988         * posix/wait4.c: Likewise.
33989         * posix/waitpid.c: Likewise.
33990         * resolv/gai_sigqueue.c: Likewise.
33991         * resource/getpriority.c: Likewise.
33992         * resource/getrlimit.c: Likewise.
33993         * resource/getrusage.c: Likewise.
33994         * resource/nice.c: Likewise.
33995         * resource/setpriority.c: Likewise.
33996         * resource/setrlimit.c: Likewise.
33997         * resource/ulimit.c: Likewise.
33998         * rt/aio_cancel.c: Likewise.
33999         * rt/aio_fsync.c: Likewise.
34000         * rt/aio_read.c: Likewise.
34001         * rt/aio_sigqueue.c: Likewise.
34002         * rt/aio_suspend.c: Likewise.
34003         * rt/aio_write.c: Likewise.
34004         * rt/clock_getres.c: Likewise.
34005         * rt/clock_gettime.c: Likewise.
34006         * rt/clock_nanosleep.c: Likewise.
34007         * rt/clock_settime.c: Likewise.
34008         * rt/lio_listio.c: Likewise.
34009         * rt/mq_close.c: Likewise.
34010         * rt/mq_getattr.c: Likewise.
34011         * rt/mq_notify.c: Likewise.
34012         * rt/mq_open.c: Likewise.
34013         * rt/mq_receive.c: Likewise.
34014         * rt/mq_send.c: Likewise.
34015         * rt/mq_setattr.c: Likewise.
34016         * rt/mq_timedreceive.c: Likewise.
34017         * rt/mq_timedsend.c: Likewise.
34018         * rt/mq_unlink.c: Likewise.
34019         * rt/shm_open.c: Likewise.
34020         * rt/shm_unlink.c: Likewise.
34021         * rt/timer_create.c: Likewise.
34022         * rt/timer_delete.c: Likewise.
34023         * rt/timer_getoverr.c: Likewise.
34024         * rt/timer_gettime.c: Likewise.
34025         * rt/timer_settime.c: Likewise.
34026         * setjmp/__longjmp.c: Likewise.
34027         * setjmp/setjmp.c: Likewise.
34028         * signal/kill.c: Likewise.
34029         * signal/killpg.c: Likewise.
34030         * signal/raise.c: Likewise.
34031         * signal/sigaction.c: Likewise.
34032         * signal/sigaltstack.c: Likewise.
34033         * signal/sigblock.c: Likewise.
34034         * signal/sigignore.c: Likewise.
34035         * signal/sigintr.c: Likewise.
34036         * signal/signal.c: Likewise.
34037         * signal/sigpause.c: Likewise.
34038         * signal/sigpending.c: Likewise.
34039         * signal/sigqueue.c: Likewise.
34040         * signal/sigreturn.c: Likewise.
34041         * signal/sigset.c: Likewise.
34042         * signal/sigsetmask.c: Likewise.
34043         * signal/sigstack.c: Likewise.
34044         * signal/sigsuspend.c: Likewise.
34045         * signal/sigtimedwait.c: Likewise.
34046         * signal/sigvec.c: Likewise.
34047         * signal/sigwait.c: Likewise.
34048         * signal/sigwaitinfo.c: Likewise.
34049         * signal/sysv_signal.c: Likewise.
34050         * socket/accept.c: Likewise.
34051         * socket/accept4.c: Likewise.
34052         * socket/bind.c: Likewise.
34053         * socket/connect.c: Likewise.
34054         * socket/getpeername.c: Likewise.
34055         * socket/getsockname.c: Likewise.
34056         * socket/getsockopt.c: Likewise.
34057         * socket/isfdtype.c: Likewise.
34058         * socket/listen.c: Likewise.
34059         * socket/recv.c: Likewise.
34060         * socket/recvfrom.c: Likewise.
34061         * socket/recvmsg.c: Likewise.
34062         * socket/send.c: Likewise.
34063         * socket/sendmsg.c: Likewise.
34064         * socket/sendto.c: Likewise.
34065         * socket/setsockopt.c: Likewise.
34066         * socket/shutdown.c: Likewise.
34067         * socket/sockatmark.c: Likewise.
34068         * socket/socket.c: Likewise.
34069         * socket/socketpair.c: Likewise.
34070         * stdio-common/ctermid.c: Likewise.
34071         * stdio-common/cuserid.c: Likewise.
34072         * stdio-common/remove.c: Likewise.
34073         * stdio-common/rename.c: Likewise.
34074         * stdio-common/renameat.c: Likewise.
34075         * stdio-common/tempname.c: Likewise.
34076         * stdlib/getcontext.c: Likewise.
34077         * stdlib/makecontext.c: Likewise.
34078         * stdlib/setcontext.c: Likewise.
34079         * stdlib/swapcontext.c: Likewise.
34080         * stdlib/system.c: Likewise.
34081         * streams/fattach.c: Likewise.
34082         * streams/fdetach.c: Likewise.
34083         * streams/getmsg.c: Likewise.
34084         * streams/getpmsg.c: Likewise.
34085         * streams/putmsg.c: Likewise.
34086         * streams/putpmsg.c: Likewise.
34087         * sysdeps/unix/bsd/getpt.c: Likewise.
34088         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34089         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34090         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34092         Likewise.
34093         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34094         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34095         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34096         * sysvipc/msgctl.c: Likewise.
34097         * sysvipc/msgget.c: Likewise.
34098         * sysvipc/msgrcv.c: Likewise.
34099         * sysvipc/msgsnd.c: Likewise.
34100         * sysvipc/semctl.c: Likewise.
34101         * sysvipc/semget.c: Likewise.
34102         * sysvipc/semop.c: Likewise.
34103         * sysvipc/semtimedop.c: Likewise.
34104         * sysvipc/shmat.c: Likewise.
34105         * sysvipc/shmctl.c: Likewise.
34106         * sysvipc/shmdt.c: Likewise.
34107         * sysvipc/shmget.c: Likewise.
34108         * termios/tcdrain.c: Likewise.
34109         * termios/tcflow.c: Likewise.
34110         * termios/tcflush.c: Likewise.
34111         * termios/tcgetattr.c: Likewise.
34112         * termios/tcgetpgrp.c: Likewise.
34113         * termios/tcsendbrk.c: Likewise.
34114         * termios/tcsetattr.c: Likewise.
34115         * termios/tcsetpgrp.c: Likewise.
34116         * time/adjtime.c: Likewise.
34117         * time/clock.c: Likewise.
34118         * time/getitimer.c: Likewise.
34119         * time/gettimeofday.c: Likewise.
34120         * time/setitimer.c: Likewise.
34121         * time/settimeofday.c: Likewise.
34122         * time/stime.c: Likewise.
34123         * time/time.c: Likewise.
34124
34125 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34126
34127         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34128         /usr/old/bin.
34129
34130         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34131         instead of spaces.
34132         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34133
34134 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34135
34136         [BZ #14796]
34137         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34138         FE_TONEAREST before applying Dekker multiplication and Knuth
34139         addition.  Clear inexact exceptions and check for exact zero
34140         results afterwards.
34141         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34142         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34143         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34144         * math/libm-test.inc (fma_test): Add more tests.
34145         (fma_test_towardzero): Likewise.
34146         (fma_test_downward): Likewise.
34147         (fma_test_upward): Likewise.
34148         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34149         function.
34150         (libc_fesetround): New macro.
34151         (libc_fesetroundf): Likewise.
34152         (libc_fesetroundl): Likewise.
34153         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34154         function.
34155         (libc_fesetround_387): Likewise.
34156         (libc_fesetroundf): New macro.
34157         (libc_fesetround): Likewise.
34158         (libc_fesetroundl): Likewise.
34159         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34160         function.
34161         (libc_fesetroundf): New macro.
34162         (libc_fesetround): Likewise.
34163         (libc_fesetroundl): Likewise.
34164         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34165         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34166         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34167         libm_hidden_ver.
34168         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34169         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34170         libm_hidden_def.
34171         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34172         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34173         libm_hidden_ver.
34174         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34175         libm_hidden_def.
34176
34177         [BZ #3439]
34178         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34179         integer constant usable in #if and use that to give value to enum
34180         constant.
34181         (FE_DIVBYZERO): Likewise.
34182         (FE_UNDERFLOW): Likewise.
34183         (FE_OVERFLOW): Likewise.
34184         (FE_INVALID): Likewise.
34185         (FE_INVALID_SNAN): Likewise.
34186         (FE_INVALID_ISI): Likewise.
34187         (FE_INVALID_IDI): Likewise.
34188         (FE_INVALID_ZDZ): Likewise.
34189         (FE_INVALID_IMZ): Likewise.
34190         (FE_INVALID_COMPARE): Likewise.
34191         (FE_INVALID_SOFTWARE): Likewise.
34192         (FE_INVALID_SQRT): Likewise.
34193         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34194         (FE_TONEAREST): Likewise.
34195         (FE_TOWARDZERO): Likewise.
34196         (FE_UPWARD): Likewise.
34197         (FE_DOWNWARD): Likewise.
34198         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34199         (FE_DIVBYZERO): Likewise.
34200         (FE_OVERFLOW): Likewise.
34201         (FE_UNDERFLOW): Likewise.
34202         (FE_INEXACT): Likewise.
34203         (FE_TONEAREST): Likewise.
34204         (FE_DOWNWARD): Likewise.
34205         (FE_UPWARD): Likewise.
34206         (FE_TOWARDZERO): Likewise.
34207         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34208         (FE_UNDERFLOW): Likewise.
34209         (FE_OVERFLOW): Likewise.
34210         (FE_DIVBYZERO): Likewise.
34211         (FE_INVALID): Likewise.
34212         (FE_TONEAREST): Likewise.
34213         (FE_TOWARDZERO): Likewise.
34214         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
34215         (FE_OVERFLOW): Likewise.
34216         (FE_UNDERFLOW): Likewise.
34217         (FE_DIVBYZERO): Likewise.
34218         (FE_INEXACT): Likewise.
34219         (FE_TONEAREST): Likewise.
34220         (FE_TOWARDZERO): Likewise.
34221         (FE_UPWARD): Likewise.
34222         (FE_DOWNWARD): Likewise.
34223         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
34224         (FE_DIVBYZERO): Likewise.
34225         (FE_OVERFLOW): Likewise.
34226         (FE_UNDERFLOW): Likewise.
34227         (FE_INEXACT): Likewise.
34228         (FE_TONEAREST): Likewise.
34229         (FE_DOWNWARD): Likewise.
34230         (FE_UPWARD): Likewise.
34231         (FE_TOWARDZERO): Likewise.
34232
34233 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
34234
34235         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
34236
34237 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
34238
34239         * scripts/cross-test-ssh.sh (command): Use newlines to separate
34240         commands.  Quote $PWD.
34241         (blacklist_exports): Don't use remove_newlines.  Replace "declare
34242         -x" by "export".
34243         (remove_newlines): Remove.
34244
34245 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
34246
34247         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
34248         * stdlib/stdlib.h (atof): Moved to ...
34249         * include/bits/stdlib-float.h: Here.  New file.
34250         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
34251         * stdlib/bits/stdlib-float.h: New file.
34252         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
34253         -mno-sse -mno-mmx.
34254         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
34255         <xmmintrin.h>.
34256
34257 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34258
34259         * conform/conformtest.pl (@headers): Add fenv.h.
34260         * conform/data/fenv.h-data: New file.
34261         * include/fenv.h [_ISOMAC]: Disable all contents of file except
34262         include of <math/fenv.h>.
34263
34264         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
34265         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
34266         && !UNIX98].  Enables tests for XOPEN2K8.
34267         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
34268         POSIX2008]: Likewise.
34269
34270         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
34271         (struct rusage): Do not expect type or its members.
34272
34273         [BZ #3439]
34274         * math/math.h (FP_NAN): Define macro to integer constant usable in
34275         #if and use that to give value to enum constant.
34276         (FP_INFINITE): Likewise.
34277         (FP_ZERO): Likewise.
34278         (FP_SUBNORMAL): Likewise.
34279         (FP_NORMAL): Likewise.
34280
34281 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
34282
34283         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
34284         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
34285         arguments.
34286
34287 2012-11-02  Roland McGrath  <roland@hack.frob.com>
34288
34289         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
34290         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
34291         autoconf-time if not.
34292         * configure.in: Remove AC_PREREQ.
34293
34294 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34295
34296         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
34297         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
34298         of the internal implementation.
34299
34300 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34301
34302         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
34303         except include of <misc/sys/syslog.h>.
34304
34305 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
34306
34307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
34308         function returns with a NULL context exit with zero.
34309
34310 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34311
34312         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
34313
34314 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
34315
34316         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
34317         (run_program_cmd): This.
34318         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
34319         (tst_langinfo): New variable.  Use it.
34320
34321 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
34322
34323         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
34324         floating point opcodes.
34325
34326 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
34327
34328         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
34329         variable.
34330
34331         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
34332
34333         * sysdeps/mach/hurd/powerpc: Remove directory.
34334         * sysdeps/mach/powerpc: Likewise.
34335
34336 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
34337
34338         * scripts/check-local-headers.sh: Ignore c++ headers.
34339
34340 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
34341
34342         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
34343         __libc_cleanup_region_start argument.
34344
34345 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
34346
34347         [BZ #14784]
34348         [BZ #14785]
34349         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
34350         x * y using scaling, not as x * y + z.
34351         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34352         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34353         * math/libm-test.inc (fma_test): Add more tests.
34354         (fma_test_towardzero): Likewise.
34355         (fma_test_downward): Likewise.
34356         (fma_test_upward): Likewise.
34357
34358 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
34359
34360         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
34361
34362 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
34363
34364         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
34365         New variable.
34366
34367 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
34368
34369         * rt/tst-shm.c (worker): Correct checking for mmap failure.
34370
34371 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
34372
34373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34374         Fix sort order.
34375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34376         Likewise.
34377
34378 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34379
34380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34381         Fix the order of the list for glibc 2.17.
34382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34383         Likewise.
34384
34385 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
34386
34387         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34388
34389 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
34390
34391         [BZ #14610]
34392         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
34393         for low part of x being zero before using __atanl (y).
34394         * math/libm-test.inc (atan2_test): Add another test.
34395
34396         * manual/install.texi (Configuring and compiling): Document
34397         general use of test-wrapper and test-wrapper-env.
34398         * INSTALL: Regenerated.
34399
34400         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
34401         (__fma): Do not extract and scale down low bits on after-rounding
34402         systems when result rounded to normal precision would have normal
34403         exponent.
34404         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
34405         (__fmal): Do not extract and scale down low bits on after-rounding
34406         systems when result rounded to normal precision would have normal
34407         exponent.
34408         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
34409         (__fmal): Do not extract and scale down low bits on after-rounding
34410         systems when result rounded to normal precision would have normal
34411         exponent.
34412         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
34413         macro.
34414         (fma_test): Add more tests.
34415         (fma_test_towardzero): Likewise.
34416         (fma_test_downward): Likewise.
34417         (fma_test_upward): Likewise.
34418
34419 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
34420
34421         * sysdeps/i386/tininess.h: Renamed to ...
34422         * sysdeps/x86/tininess.h: This.
34423         * sysdeps/x86_64/tininess.h: Removed.
34424
34425 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
34426
34427         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
34428         input.  Use $(build-program-cmd).
34429         ($(objpfx)tst-array1-static.out): Likewise.
34430         ($(objpfx)tst-array2.out): Likewise.
34431         ($(objpfx)tst-array3.out): Likewise.
34432         ($(objpfx)tst-array4.out): Likewise.
34433         ($(objpfx)tst-array5.out): Likewise.
34434         ($(objpfx)tst-array5-static.out): Likewise.
34435
34436 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
34437
34438         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
34439         if defined.
34440
34441         * nss/nsswitch.h (nss_interface_function): Provide new
34442         macro for use with NSS functions.
34443         * grp/initgroups.c: Use new macro.
34444         * nss/getXXbyYY.c: Likewise.
34445         * nss/getXXbyYY_r.c: Likewise.
34446         * nss/getXXent.c: Likewise.
34447         * nss/getXXent_r.c: Likewise.
34448         * sysdeps/posix/getaddrinfo.c: Likewise.
34449
34450 2012-10-30  Andreas Jaeger  <aj@suse.de>
34451
34452         * po/ru.po: Update Russion translation from translation project.
34453
34454 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
34455
34456         [BZ #14152]
34457         [BZ #14783]
34458         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
34459         result and shift together with sticky bit instead of replicating
34460         round-to-nearest rounding.
34461         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34462         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34463         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
34464         missing underflow exceptions.
34465         (fma_test_towardzero): Add more tests.
34466         (fma_test_downward): Likewise.
34467         (fma_test_upward): Likewise.
34468
34469         [BZ #14047]
34470         * sysdeps/generic/tininess.h: New file.
34471         * sysdeps/i386/tininess.h: Likewise.
34472         * sysdeps/sh/tininess.h: Likewise.
34473         * sysdeps/x86_64/tininess.h: Likewise.
34474         * stdlib/tst-strtod-underflow.c: Likewise.
34475         * stdlib/tst-tininess.c: Likewise.
34476         * stdlib/strtod_l.c: Include <tininess.h>.
34477         (round_and_return): Do not set errno for exact underflow cases.
34478         Force an underflow exception when setting errno for underflow.
34479         Determine underflow based on rounding to normal precision if
34480         TININESS_AFTER_ROUNDING.
34481         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
34482         ERANGE for exact underflow cases.
34483         * stdlib/Makefile (tests): Add tst-tininess and
34484         tst-strtod-underflow.
34485         ($(objpfx)tst-tininess): Use $(link-libm).
34486         ($(objpfx)tst-strtod-underflow): Likewise.
34487
34488 2012-10-30  Andreas Jaeger  <aj@suse.de>
34489
34490         [BZ#14767]
34491         * elf/Makefile (tests): Remove conditional for have-initfini-array
34492         since this is now always required and the variable does not exist
34493         anymore.
34494         (tests-static): Likewise.
34495         (modules-names): Likewise.
34496
34497         * po/eo.po: Add Esperanto translation from translation project.
34498
34499         * elf/tst-array1.c (fini_array): Make writeable so that it can be
34500         merged with constructor/destructor.
34501         (init_array): Likewise.
34502         * elf/tst-array2dep.c (fini_array): Likewise.
34503         (init_array): Likewise.
34504
34505 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
34506
34507         * manual/message.texi: Delete @cartouche tags.
34508
34509 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
34510
34511         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
34512         EOPNOTSUPP.
34513         * sysdeps/mach/hurd/fsync.c: Likewise.
34514
34515         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
34516         [_POSIX_REALTIME_SIGNALS]: Change condition to
34517         [_POSIX_REALTIME_SIGNALS > 0].
34518
34519 2012-10-27  Andreas Jaeger  <aj@suse.de>
34520
34521         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
34522         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
34523         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
34524         [__WORDSIZE != 64]: Likewise.
34525
34526 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
34527
34528         *  iconvdata/tst-table.sh: Remove ${SHELL}.
34529         *  iconvdata/tst-tables.sh: Likewise.
34530
34531 2012-10-25  David S. Miller  <davem@davemloft.net>
34532
34533         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34534         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
34535         of strtoull.
34536
34537         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
34538         ifunc-impl-list.c
34539         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
34540         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
34541         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
34542         file.
34543
34544 2012-10-25  Roland McGrath  <roland@hack.frob.com>
34545
34546         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34547         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
34548         __getdirentries.
34549
34550 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34551             Jim Blandy  <jimb@codesourcery.com>
34552
34553         * scripts/cross-test-ssh.sh: New file.
34554         * manual/install.texi (Configuring and compiling): Document use of
34555         cross-test-ssh.sh.
34556         * INSTALL: Regenerated.
34557
34558 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
34559
34560         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
34561         EOPNOTSUPP.
34562
34563 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34564
34565         * Makeconfig (run-program-prefix): Fix comment.
34566
34567 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34568             Jim Blandy  <jimb@codesourcery.com>
34569
34570         * Makeconfig (test-wrapper): New variable,
34571         (test-wrapper-env): Likewise.
34572         [$(cross-compiling) = yes && $(test-wrapper) != ""]
34573         (run-built-tests): Define to yes.
34574         (run-program-prefix): Use $(test-wrapper).
34575         (built-program-cmd): Likewise.
34576         * Rules (make-test-out): Use $(test-wrapper-env) and
34577         $(host-built-program-cmd).
34578         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
34579         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
34580         tst-pathopt.sh.
34581         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
34582         $(test-wrapper-env) to tst-rtld-load-self.sh.
34583         ($(objpfx)order2.out): Use $(test-wrapper).
34584         ($(objpfx)tst-initorder.out): Likewise.
34585         ($(objpfx)tst-initorder2.out): Likewise.
34586         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
34587         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
34588         (test_wrapper_env): New variable.  Use it to run ld.so.
34589         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
34590         Use it to run ld.so.
34591         (test_wrapper_env): Likewise.
34592         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
34593         $(test-wrapper) to run-iconv-test.sh.
34594         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
34595         (ICONV): Use $test_wrapper.
34596         * posix/Makefile ($(objpfx)globtest.out): Pass
34597         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
34598         globtest.sh, not $(run-program-prefix).
34599         * posix/globtest.sh (run_via_rtld_prefix): New variable.
34600         (test_wrapper): Likewise.
34601         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
34602         set together with run_via_rtld_prefix.
34603         (run_program_prefix): Define in terms of test_wrapper and
34604         run_via_rtld_prefix.
34605
34606 2012-10-24  Roland McGrath  <roland@hack.frob.com>
34607
34608         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
34609         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
34610         Targets removed.
34611
34612         [BZ #14743]
34613         * include/time.h: Remove librt_hidden_proto (clock_gettime).
34614         Declare __clock_getres, __clock_gettime, __clock_settime,
34615         __clock_nanosleep, and __clock_getcpuclockid.
34616         * rt/clock_gettime.c: Define __clock_gettime as an alias.
34617         Remove librt_hidden_def (clock_gettime).
34618         * sysdeps/unix/clock_gettime.c: Likewise.
34619         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
34620         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
34621         * rt/clock_getres.c: Define __clock_getres as an alias.
34622         * sysdeps/posix/clock_getres.c: Likewise.
34623         * rt/clock_settime.c: Define __clock_settime as an alias.
34624         * sysdeps/unix/clock_settime.c: Likewise.
34625         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
34626         * sysdeps/unix/clock_nanosleep.c: Likewise.
34627         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
34628         * rt/clock-compat.c: New file.
34629         * rt/Makefile (librt-routines): Add clock-compat and move
34630         $(clock-routines) to ...
34631         (routines): ... here, new variable.
34632         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
34633         Don't add get_clockfreq here.
34634         * rt/Versions (libc: GLIBC_2.17): New version set.
34635         Add clock_* symbols here.
34636         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
34637         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
34638         (GLIBC_2.17): Add clock_* symbols.
34639         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34640         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34641         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34643         Likewise.
34644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34645         Likewise.
34646         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34647         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34648         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34650         * NEWS: Mention the move.
34651
34652         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
34653         Use __open, __read, __close rather than their public counterparts.
34654         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34655         (__get_clockfreq_via_cpuinfo): Likewise.
34656         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
34657         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
34658
34659         * config.h.in (HAVE_IFUNC): New #undef.
34660         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
34661         was successful.
34662         * configure: Regenerated.
34663
34664 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34665
34666         * configure.in: Move READELF check to start of file.
34667         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
34668         libc_cv_asm_gnu_indirect_function in the process.
34669         * configure: Regenerated.
34670
34671 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34672
34673         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
34674         send the output to /dev/null.
34675         (libc_cv_cc_with_libunwind): Likewise.
34676         (libc_cv_as_noexecstack): Likewise.
34677         * configure: Regenerate.
34678
34679 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34680
34681         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
34682
34683         * posix/globtest.sh (TMPDIR): Do not set.
34684         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
34685         (testout): Likewise.
34686
34687 2012-10-24  Andreas Jaeger  <aj@suse.de>
34688
34689         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
34690         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
34691         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
34692         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
34693         posix_fadvise64, posix_fallocate64.
34694
34695         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
34696         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
34697         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
34698         Likewise.
34699         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
34700         Likewise.
34701         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
34702
34703         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
34704         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
34705         <bits/fcntl-linux.h>.
34706         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
34707
34708         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
34709         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
34710         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
34711         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
34712         [__WORDSIZE != 64]: Likewise.
34713
34714 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34715
34716         * Makeconfig (run-built-tests): New variable.
34717         * Rules [$(cross-compiling) = yes]: Change condition to
34718         [$(run-built-tests) = no].
34719         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
34720         to [$(run-built-tests) = yes].
34721         * elf/Makefile [$(cross-compiling) = no]: Likewise
34722         * grp/Makefile [$(cross-compiling) = no]: Likewise.
34723         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
34724         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
34725         * intl/Makefile [$(cross-compiling) = no]: Likewise.
34726         * io/Makefile [$(cross-compiling) = no]: Likewise.
34727         * libio/Makefile [$(cross-compiling) = no]: Likewise.
34728         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
34729         * misc/Makefile [$(cross-compiling) = no]: Likewise.
34730         * posix/Makefile [$(cross-compiling) = no]: Likewise.
34731         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
34732         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
34733         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
34734         * string/Makefile [$(cross-compiling) = no]: Likewise.
34735
34736         * posix/Makefile ($(objpfx)globtest.out): Pass
34737         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34738         $(rtld-installed-name).
34739         * posix/globtest.sh (elf_objpfx): Remove variable.
34740         (rtld_installed_name): Likewise.
34741         (library_path): Likewise.
34742         (run_program_prefix): New variable.  Use for running globtest
34743         binary.
34744
34745 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34746             Joseph Myers  <joseph@codesourcery.com>
34747
34748         * Makeconfig (host-built-program-cmd): New variable.
34749         * elf/Makefile (tst-stackguard1-ARGS): Use
34750         $(host-built-program-cmd).
34751         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34752         (tst-spawn-ARGS): Likewise.
34753         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34754
34755 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34756             Jim Blandy  <jimb@codesourcery.com>
34757
34758         * Makeconfig (run-via-rtld-prefix): New variable.
34759         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34760         (built-program-cmd): Likewise.
34761
34762 2012-10-22  Andreas Jaeger  <aj@suse.de>
34763
34764         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34765         __O_RSYNC if it exists, otherwise to O_SYNC.
34766
34767 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34768             Joseph Myers  <joseph@codesourcery.com>
34769
34770         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34771         /dev/null.
34772         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34773         from /dev/null
34774         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34775         /dev/null.
34776
34777 2012-10-22  Andreas Jaeger  <aj@suse.de>
34778
34779         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34780         Define always.
34781         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34782
34783         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34784         bits/fcntl-linux.h.
34785
34786         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34787         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34788
34789         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34790         to __O_LARGEFILE.
34791         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34792         to __O_LARGEFILE.
34793
34794 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34795             Joseph Myers  <joseph@codesourcery.com>
34796
34797         * config.make.in (NM): New variable.
34798
34799 2012-10-21  Andreas Jaeger  <aj@suse.de>
34800
34801         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34802         definitions and declarations that are provided by
34803         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34804
34805 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34806
34807         [BZ #14683]
34808         * elf/Makefile (tests-static): Add tst-leaks1-static.
34809         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34810         ($(objpfx)tst-leaks1-static): New rule.
34811         ($(objpfx)tst-leaks1-static-mem): Likewise.
34812         (tst-leaks1-static-ENV): New macro.
34813         * elf/dl-open.c (dl_open_worker): Check the main application
34814         only if SHARED is defined.
34815         * elf/tst-leaks1-static.c: New file.
34816
34817 2012-10-20  Andreas Jaeger  <aj@suse.de>
34818
34819         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34820         generic values for Linux.
34821         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34822         and declarations that are provided by <bits/fcntl-linux.h> and
34823         include <bits/fcntl-linux.h>.
34824         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34825         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34826
34827 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34828
34829         * io/fcntl.h: Move include of <bits/types.h> to the top and
34830         include it unconditionally.
34831
34832 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34833
34834         * wcsmbs/Makefile (tests-ifunc): New variable.
34835         (tests): Add $(tests-ifunc).
34836         * wcsmbs/test-wcschr-ifunc.c: New file.
34837         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34838         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34839         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34840         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34841         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34842
34843         * string/Makefile (tests-ifunc): New variable.
34844         (tests): Add $(tests-ifunc).
34845         * string/test-memccpy.c (TEST_NAME): New macro.
34846         * string/test-memchr.c (TEST_NAME): Likewise.
34847         * string/test-memcmp.c (TEST_NAME): Likewise.
34848         * string/test-memcpy.c (TEST_NAME): Likewise.
34849         * string/test-memmem.c (TEST_NAME): Likewise.
34850         * string/test-memmove.c (TEST_NAME): Likewise.
34851         * string/test-memset.c (TEST_NAME): Likewise.
34852         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34853         * string/test-stpcpy.c (TEST_NAME): Likewise.
34854         * string/test-stpncpy.c (TEST_NAME): Likewise.
34855         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34856         * string/test-strcasestr.c (TEST_NAME): Likewise.
34857         * string/test-strcat.c (TEST_NAME): Likewise.
34858         * string/test-strchr.c (TEST_NAME): Likewise.
34859         * string/test-strcmp.c(TEST_NAME): Likewise.
34860         * string/test-strcpy.c (TEST_NAME): Likewise.
34861         * string/test-strcspn.c (TEST_NAME): Likewise.
34862         * string/test-strlen.c (TEST_NAME): Likewise.
34863         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34864         * string/test-strncmp.c (TEST_NAME): Likewise.
34865         * string/test-strncpy.c (TEST_NAME): Likewise.
34866         * string/test-strnlen.c (TEST_NAME): Likewise.
34867         * string/test-strpbrk.c (TEST_NAME): Likewise.
34868         * string/test-strrchr.c (TEST_NAME): Likewise.
34869         * string/test-strspn.c (TEST_NAME): Likewise.
34870         * string/test-strstr.c (TEST_NAME): Likewise.
34871         * string/test-bcopy-ifunc.c: New file.
34872         * string/test-bzero-ifunc.c: Likewise.
34873         * string/test-memccpy-ifunc.c: Likewise.
34874         * string/test-memchr-ifunc.c: Likewise.
34875         * string/test-memcmp-ifunc.c: Likewise.
34876         * string/test-memcpy-ifunc.c: Likewise.
34877         * string/test-memmem-ifunc.c: Likewise.
34878         * string/test-memmove-ifunc.c: Likewise.
34879         * string/test-mempcpy-ifunc.c: Likewise.
34880         * string/test-memset-ifunc.c: Likewise.
34881         * string/test-rawmemchr-ifunc.c: Likewise.
34882         * string/test-stpcpy-ifunc.c: Likewise.
34883         * string/test-stpncpy-ifunc.c: Likewise.
34884         * string/test-strcasecmp-ifunc.c: Likewise.
34885         * string/test-strcasestr-ifunc.c: Likewise.
34886         * string/test-strcat-ifunc.c: Likewise.
34887         * string/test-strchr-ifunc.c: Likewise.
34888         * string/test-strchrnul-ifunc.c: Likewise.
34889         * string/test-strcmp-ifunc.c: Likewise.
34890         * string/test-strcpy-ifunc.c: Likewise.
34891         * string/test-strcspn-ifunc.c: Likewise.
34892         * string/test-strlen-ifunc.c: Likewise.
34893         * string/test-strncasecmp-ifunc.c: Likewise.
34894         * string/test-strncat-ifunc.c: Likewise.
34895         * string/test-strncmp-ifunc.c: Likewise.
34896         * string/test-strncpy-ifunc.c: Likewise.
34897         * string/test-strnlen-ifunc.c: Likewise.
34898         * string/test-strpbrk-ifunc.c: Likewise.
34899         * string/test-strrchr-ifunc.c: Likewise.
34900         * string/test-strspn-ifunc.c: Likewise.
34901         * string/test-strstr-ifunc.c: Likewise.
34902
34903         * debug/Makefile (tests-ifunc): New variable.
34904         (tests): Add $(tests-ifunc).
34905         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34906         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34907         * debug/test-stpcpy_chk-ifunc.c: New file.
34908         * debug/test-strcpy_chk-ifunc.c: Likewise.
34909
34910 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34911
34912         [BZ #13601]
34913         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34914         header is not read in.
34915
34916 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34917
34918         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34919         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34920         directly.  Pass built executable to script as
34921         $(built-program-cmd).
34922         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34923         $testprogram without using LD_LIBRARY_PATH and $ldso.
34924
34925         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34926         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34927         $(rtld-installed-name).
34928         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34929         (rtld_installed_name): Likewise.
34930         (library_path): Likewise.
34931         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34932         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34933         $(run-program-prefix) to tst-tables.sh.
34934         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34935         it to run tst-table-from and tst-table-to.
34936         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34937         Pass it to tst-table.sh.
34938         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34939         $(run-program-prefix) to tst-gettext.sh.
34940         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34941         tst-translit.sh.
34942         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34943         tst-gettext2.sh.
34944         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34945         to run tst-gettext.
34946         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34947         to run tst-gettext2.
34948         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34949         to run tst-translit.
34950         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34951         $(run-program-prefix) to tst-mtrace.sh.
34952         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34953         to run tst-mtrace.
34954         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34955         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34956         $(rtld-installed-name).
34957         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34958         (rtld_installed_name): Likewise.
34959         (run_program_prefix): New variable.  Use it to run wordexp-test.
34960
34961         * Makeconfig (ARCH): Remove all definitions.
34962         (machine): Likewise.
34963         [ARCH]: Remove conditional code.
34964         [!objdir]: Give error.
34965         [!objdir] (objpfx): Remove.
34966         [!objdir] (common-objpfx): Likewise.
34967         [!objdir] (common-objdir): Likewise.
34968         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34969         AC_CONFIG_FILES call.
34970         * configure: Regenerated.
34971
34972         [BZ #13888]
34973         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34974         or TMPDIR.
34975         (testout): Likewise.
34976
34977         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34978         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34979         $(rtld-installed-name).
34980         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34981         (rtld_installed_name): Likwise.
34982         (runit): Remove function.
34983         (run_getconf): New variable,  Use it for running getconf binary.
34984
34985 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34986
34987         [BZ #14716]
34988         * string/test-memmem.c (check_result): New function.
34989         (do_one_test): Use it.
34990         (check1): New function.
34991         (test_main): Use it.
34992
34993 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34994
34995         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34996
34997 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34998
34999         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35000         (_G_LSEEK64): Likewise.
35001         (_G_MMAP64): Likewise.
35002         (_G_FSTAT64): Likewise.
35003         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35004         (_G_LSEEK64): Likewise.
35005         (_G_MMAP64): Likewise.
35006         (_G_FSTAT64): Likewise.
35007         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35008         unconditional.  Call __mmap64 directly.
35009         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35010         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35011         __lseek64 directly.
35012         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35013         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35014         __mmap64 directly.
35015         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35016         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35017         __lseek64 directly.
35018         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35019         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35020         __lseek64 directly.
35021         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35022         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35023         __lseek64 directly.
35024         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35025         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35026         __fxstat64 directly.
35027         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35028         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35029         unconditional.
35030         (freopen64) [!_G_OPEN64]: Remove conditional code.
35031         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35032         unconditional.
35033         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35034         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35035         unconditional.
35036         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35037         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35038         unconditional.
35039         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35040         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35041         unconditional.
35042         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35043         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35044         unconditional.
35045         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35046         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35047         unconditional.
35048         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35049         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35050         unconditional.
35051         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35052
35053 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35054
35055         [BZ #12140]
35056         * manual/memory.texi (Malloc Tunable Parameters): Add note
35057         about free list pointers overwriting some perturb bytes.
35058         Wording suggested by Roland McGrath.
35059
35060 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35061
35062         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35063         (lgamma_test): Likewise.
35064         (tgamma_test): Likewise.
35065
35066 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35067
35068         [BZ #14700]
35069         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35070         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35071
35072 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35073
35074         * NEWS: Mention BZ #14716.
35075         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35076         when removing AVAILABLE1_USES_J macro.
35077
35078 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35079
35080         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35081         (__bswap_64): __uint64_t for unsigned 64-bit int.
35082
35083 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35084
35085         * include/string.h (memmem): Declare libc hidden alias.
35086         * string/memmem.c (memmem): Define libc hidden alias.
35087         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35088         __read, __close instead of open, read, close.
35089
35090 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35091
35092         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35093         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35094         global and hidden.
35095         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35096         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35097         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35098         Likewise.
35099         (__rawmemchr_sse2): Likewise.
35100         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35101         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35102         (__strchr_sse2): Likewise.
35103         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35104         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35105         (__strcasecmp_sse2): Likewise.
35106         (__strncasecmp_sse2): Likewise.
35107         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35108         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35109         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35110         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35111         (__strrchr_sse2): Likewise.
35112         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35113         ifunc-impl-list.c.
35114         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35115         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35116         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35117         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35118         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35119         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35120         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35121         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35122         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35123         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35124         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35125         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35126         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35127         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35128         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35129         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35130         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35131         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35132         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35133         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35134         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35135         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35136         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35137         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35138         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35139         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35140         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35141         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35142         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35143         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35144
35145         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35146         global and hidden.
35147         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35148         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35149         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35150         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35151         Likewise.
35152         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35153         Likewise.
35154         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35155         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35156         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35157         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35158         ifunc-impl-list.c.
35159         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35160         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35161         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35162         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35163         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35164         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35165         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35166         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35167         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35168         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35169         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35170         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35171         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35172         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35173         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35174         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35175         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35176         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35177         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35178         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35179         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35180         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35181         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35182         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35183         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35184         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35185         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35186         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35187         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35188         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35189         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35190         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35191         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35192         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35193         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35194         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35195         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35196         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35197         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35198         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35199         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35200
35201         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35202         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35203         * include/ifunc-impl-list.h: New file.
35204         * misc/ifunc-impl-list.c: Likewise.
35205         * misc/Makefile (routines): Add ifunc-impl-list.
35206         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35207         * string/test-string.h: Include <ifunc-impl-list.h>.
35208         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
35209         TEST_NAME]: New variables.
35210         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
35211         are defined.
35212         (test_init): Call __libc_ifunc_impl_list to initialize
35213         func_list if TEST_IFUNC and TEST_NAME are defined.
35214
35215         * string/Makefile (strop-tests): Add bcopy and bzero.
35216         * string/test-bcopy.c: New file.
35217         * string/test-bzero.c: Likewise.
35218         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
35219         defined.
35220         * string/test-memset.c: Support bzero test if TEST_BZERO is
35221         defined.
35222         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
35223         __libc_memmove.
35224         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
35225         __libc_memset.
35226         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
35227         of memset.
35228
35229 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
35230
35231         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
35232         * configure: Regenerated.
35233
35234         * Makeconfig (+link-static-before-libc): Don't include
35235         $(link-static-libc).
35236
35237         * libio/libio.h (_IO_pos_t): Remove.
35238
35239 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35240
35241         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
35242         McGrath.
35243
35244 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35245
35246         * crypt/crypt-entry.c: Include fips-private.h.
35247         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
35248         * crypt/md5c-test.c (main): Tolerate disabled MD5.
35249         * sysdeps/unix/sysv/linux/fips-private.h: New file.
35250         * sysdeps/generic/fips-private.h: New file, dummy fallback.
35251
35252 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35253
35254         * crypt/crypt-private.h: Include stdbool.h.
35255         (_ufc_setup_salt_r): Return bool.
35256         * crypt/crypt-entry.c: Include errno.h.
35257         (__crypt_r): Return NULL with EINVAL for bad salt.
35258         * crypt/crypt_util.c (bad_for_salt): New.
35259         (_ufc_setup_salt_r): Check that salt is long enough and within
35260         the specified alphabet.
35261         * crypt/badsalttest.c: New file.
35262         * crypt/Makefile (tests): Add it.
35263         ($(objpfx)badsalttest): New.
35264
35265 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
35266
35267         * NEWS: Add entry for BZ #14602.
35268
35269 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
35270
35271         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
35272         type-generic.
35273         * math/libm-test.inc: Update comment listing what functions and
35274         macros are tested.
35275         (isgreater_test): New function.
35276         (isgreaterequal_test): Likewise.
35277         (isless_test): Likewise.
35278         (islessequal_test): Likewise.
35279         (islessgreater_test): Likewise.
35280         (isunordered_test): Likewise.
35281         (main): Call the new functions.
35282
35283 2012-10-09  Roland McGrath  <roland@hack.frob.com>
35284
35285         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
35286         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
35287         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
35288         * sysdeps/i386/configure: Regenerated.
35289         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
35290         * sysdeps/mach/configure: Regenerated.
35291         * sysdeps/mach/hurd/configure: Regenerated.
35292         * sysdeps/powerpc/configure: Regenerated.
35293         * sysdeps/powerpc/powerpc32/configure: Regenerated.
35294         * sysdeps/powerpc/powerpc64/configure: Regenerated.
35295         * sysdeps/s390/s390-32/configure: Regenerated.
35296         * sysdeps/s390/s390-64/configure: Regenerated.
35297         * sysdeps/sh/configure: Regenerated.
35298         * sysdeps/sparc/configure: Regenerated.
35299         * sysdeps/unix/sysv/linux/configure: Regenerated.
35300         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
35301         * sysdeps/x86_64/configure: Regenerated.
35302
35303         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
35304         defined.  Don't check if MAP is NULL.
35305
35306 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
35307
35308         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
35309         (_G_stat64): Likewise.
35310         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
35311         (_G_stat64): Likewise.
35312         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
35313         instead of struct _G_stat64.
35314         * libio/fileops.c (mmap_remap_check): Likewise.
35315         (decide_maybe_mmap): Likewise.
35316         (_IO_new_file_seekoff): Likewise.
35317         (_IO_file_stat): Likewise.
35318         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
35319         _G_off64_t.
35320         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
35321         instead of struct _G_stat64.
35322         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35323
35324 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
35325
35326         [BZ #14602]
35327         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
35328         Replace with ...
35329         (CHECK_EOL): New macro.
35330         (two_way_short_needle): Check beginning of haystack for EOL.  Use
35331         CHECK_EOL.
35332         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
35333         Replace with CHECK_EOL.
35334         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
35335         Replace with CHECK_EOL.
35336
35337 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
35338
35339         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
35340         type-generic.
35341         * math/libm-test.inc: Update comment listing what functions and
35342         macros are tested.
35343         (finite_test): New function.
35344         (isinf_test): Likewise.
35345         (isnan_test): Likewise.
35346         (fpclassify_test): Test subnormal input.
35347         (isfinite_test): Likewise.
35348         (isnormal_test): Likewise.
35349         (main): Call the new functions.
35350
35351 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
35352
35353         [BZ #14660]
35354         * Makerules (%.dynsym): Force C locale when running
35355         $(OBJDUMP) --dynamic-syms.
35356
35357 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
35358
35359         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
35360         <stdint.h>.
35361
35362 2012-10-06  David S. Miller  <davem@davemloft.net>
35363
35364         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
35365         upper 32-bits of the length value in %o2 since we use branch-on-register
35366         tests which consider the entire 64-bit register.
35367
35368 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
35369
35370         * string/test-strstr.c (check2): Add a test for page boundary.
35371
35372 2012-10-05  David S. Miller  <davem@davemloft.net>
35373
35374         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
35375         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
35376         file.
35377         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
35378         sysdep_routines.
35379         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
35380         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
35381         and bzero when HWCAP_SPARC_CRYPTO is present.
35382
35383 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
35384
35385         [BZ #14602]
35386         * string/test-strstr.c (check2): New function.
35387         (test_main): Call check2.
35388
35389         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
35390         and bug-strchr1.
35391         * string/bug-strcasestr1.c (do_test): Moved to ...
35392         * string/test-strcasestr.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-strchr1.c (do_test): Moved to ...
35398         * string/test-strchr.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-strstr1.c (main): Moved to ...
35404         * string/test-strstr.c (check1): Here.  New function.
35405         (do_one_test): Break out result checking code into ...
35406         (check_result): This.  New function.
35407         (do_one_test): Call check_result.
35408         (test_main): Call check1.
35409         * string/bug-strcasestr1.c: Removed.
35410         * string/bug-strchr1.c: Likewise.
35411         * string/bug-strstr1.c: Likewise.
35412
35413         * elf/Makefile (dl-routines): Add hwcaps.
35414         * elf/dl-support.c (_dl_important_hwcaps): Removed.
35415         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
35416         (_dl_important_hwcaps): Moved to ...
35417         * elf/dl-hwcaps.c: Here.  New file.
35418         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
35419
35420         [BZ #14557]
35421         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
35422         if IS_IN_rtld isn't defined.
35423
35424         * elf/dl-support.c (_dl_sysinfo_map): New.
35425         Include "get-dynamic-info.h" and "setup-vdso.h".
35426         (_dl_non_dynamic_init): Call setup_vdso.
35427         * elf/dynamic-link.h: Don't include <assert.h>.
35428         (elf_get_dynamic_info): Moved to ...
35429         * elf/get-dynamic-info.h: Here.  New file.
35430         * elf/dynamic-link.h: Include "get-dynamic-info.h".
35431         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
35432         * elf/setup-vdso.h: Here.  New file.
35433         * elf/rtld.c: Include "setup-vdso.h".
35434         (dl_main): Call setup_vdso.
35435
35436 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
35437
35438         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
35439         creal in comment listing functions tested.  List finite, isinf,
35440         isnan, isless, islessequal, isgreater, isgreaterequal,
35441         islessgreater, isunordered, lgamma_r and pow10 as functions and
35442         macros not tested.  Mention which functions not tested are aliases
35443         for other functions.  Fix typo.  Note that signs of NaNs are not
35444         tested.
35445
35446         * scripts/config.guess: Update from config.git.
35447         * scripts/config.sub: Likewise.
35448
35449 2012-10-04  Roland McGrath  <roland@hack.frob.com>
35450
35451         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
35452         * misc/madvise.c (madvise): Renamed to __madvise.
35453         Make madvise a weak alias.
35454         * include/sys/mman.h: Declare __madvise.
35455         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
35456         * sysdeps/unix/syscalls.list
35457         (madvise): Make __madvise the strong name, and madvise a weak alias.
35458         * sysdeps/unix/sysv/linux/syscalls.list
35459         (madvise, mmap): Remove redundant entries.
35460         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
35461         * malloc/malloc.c (mtrim): Likewise.
35462         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
35463
35464 2012-10-03  Roland McGrath  <roland@hack.frob.com>
35465
35466         * sysdeps/mach/hurd/dl-cache.c: File removed.
35467         * config.h.in (USE_LDCONFIG): New #undef.
35468         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
35469         * configure: Regenerated.
35470         * elf/Makefile (dl-routines): Add dl-cache only under
35471         [$(use-ldconfig) = yes].
35472         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
35473         cache on [USE_LDCONFIG].
35474         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
35475         [USE_LDCONFIG].
35476         * elf/rtld.c (dl_main): Likewise.
35477
35478 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
35479
35480         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
35481         _SC_LEVEL4_CACHE_LINESIZE.
35482
35483 2012-10-03  Roland McGrath  <roland@hack.frob.com>
35484
35485         * sysdeps/unix/bsd/confstr.h: File removed.
35486
35487 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
35488
35489         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
35490         sys/sdt-config.h.
35491
35492 2012-10-02  Roland McGrath  <roland@hack.frob.com>
35493
35494         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
35495         Make 'mapoff' field ElfW(Off) rather than off_t.
35496
35497 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
35498
35499         * nscd/Makefile: Remove nscd-cflags and all its users.
35500         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
35501         (CFLAGS-nonlib): Add compiler flags for nscd modules.
35502
35503         [BZ #10631]
35504         * malloc.c (malloc_printerr): Clarify error message.
35505
35506 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
35507
35508         [BZ #14648]
35509         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35510         Set bit_FMA_Usable if FMA is supported.
35511         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
35512         macro.
35513         (bit_FMA4_Usable): Updated.
35514         (index_FMA_Usable): New macro.
35515         (CPUID_FMA): Likewise
35516         (HAS_FMA): Defined with bit_FMA_Usable.
35517
35518 2012-10-01  Roland McGrath  <roland@hack.frob.com>
35519
35520         * bits/types.h (__swblk_t): Type removed.
35521         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
35522         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
35523         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35524         (__SWBLK_T_TYPE): Likewise.
35525         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35526         (__SWBLK_T_TYPE): Likewise.
35527         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35528         (__SWBLK_T_TYPE): Likewise.
35529         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35530         (__SWBLK_T_TYPE): Likewise.
35531
35532 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
35533             Honza Horak <hhorak@redhat.com>
35534
35535         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
35536         (xdr_mapname): Use YPMAXMAP as maxsize.
35537         (xdr_peername): Use YPMAXPEER as maxsize.
35538         (xdr_keydat): Use YPAXRECORD as maxsize.
35539         (xdr_valdat): Use YPMAXRECORD as maxsize.
35540
35541 2012-10-01  Roland McGrath  <roland@hack.frob.com>
35542
35543         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
35544
35545         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
35546         * csu/init-first.c: ... here.
35547         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
35548         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
35549         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
35550         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
35551         * sysdeps/i386/init-first.c: File removed.
35552         * sysdeps/sh/init-first.c: File removed.
35553
35554 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
35555
35556         [BZ #14645]
35557         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
35558         if x * y might underflow to zero and z is zero.
35559         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35560         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35561         * math/libm-test.inc (min_subnorm_value): New variable.
35562         (fma_test): Add more tests.
35563         (fma_test_towardzero): Likewise.
35564         (fma_test_downward): Likewise
35565         (fma_test_upward): Likewise.
35566         (initialize): Set min_subnorm_value.
35567
35568 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
35569
35570         [BZ #14638]
35571         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
35572         0 + 0.
35573         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
35574         mode for addition resulting in exact zero.
35575         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
35576         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
35577         exact 0 + 0.
35578         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35579         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35580         * math/libm-test.inc (fma_test): Add more tests.
35581         (fma_test_towardzero): New function.
35582         (fma_test_downward): Likewise.
35583         (fma_test_upward): Likewise.
35584         (main): Call the new functions.
35585
35586 2012-09-28  David S. Miller  <davem@davemloft.net>
35587
35588         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
35589
35590 2012-09-28  Roland McGrath  <roland@hack.frob.com>
35591
35592         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
35593         instead of SIGALRM.
35594
35595         * sysdeps/gnu/_G_config.h: Moved to ...
35596         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
35597         * sysdeps/mach/hurd/_G_config.h: Moved to ...
35598         * sysdeps/generic/_G_config.h: ... here.
35599
35600         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
35601
35602         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
35603
35604         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
35605         Conditionalize target on [libnss_test1.so-version].
35606
35607         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
35608
35609         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
35610         (elfobjdir): Move out of conditionals.
35611
35612         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
35613         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
35614         (__nss_lookup_function): Conditionalize label remove_from_tree on
35615         [!DO_STATIC_NSS || SHARED], matching its only use.
35616
35617 2012-09-28  David S. Miller  <davem@davemloft.net>
35618
35619         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
35620         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
35621         file.
35622         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
35623         sysdep_routines.
35624         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
35625         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
35626         when HWCAP_SPARC_CRYPTO is present.
35627
35628 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35629
35630         * io/tst-mknodat.c: Create a FIFO instead of a socket.
35631
35632 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
35633
35634         [BZ #6530]
35635         * stdio-common/vfprintf.c (process_string_arg): Revert
35636         2000-07-22 change.
35637
35638 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
35639
35640         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
35641         for testcase.
35642         * stdio-common/tst-sprintf.c: Include <locale.h>
35643         (main): Test sprintf's handling of incomplete multibyte
35644         characters.
35645
35646 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
35647
35648         * elf/dl-runtime.c (VERSYMIDX): Removed.
35649         * elf/dl-version.c (VERSYMIDX): Likewise.
35650         * elf/do-rel.h (VERSYMIDX): Likewise.
35651         (VALIDX): Likewise.
35652         * elf/dynamic-link.h (VERSYMIDX): Likewise.
35653         * elf/rtld.c (VALIDX): Likewise.
35654         (ADDRIDX): Likewise.
35655         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
35656         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
35657         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
35658         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
35659         (VALIDX): Likewise.
35660         (ADDRIDX): Likewise.
35661
35662 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35663
35664         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
35665
35666 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
35667
35668         [BZ #11438]
35669         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
35670         to global scope.
35671         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
35672         addresses are in the same scope as 192.0.2/24.
35673         * posix/gai.conf: Document new scope table defaults.
35674
35675 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35676
35677         [BZ #5298]
35678         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
35679         for ftell.  Compute offsets from write pointers instead.
35680         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35681
35682 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35683
35684         [BZ #14543]
35685         * libio/Makefile (tests): New test case tst-fseek.
35686         * libio/tst-fseek.c: New test case to verify that fseek/ftell
35687         combination works in wide mode.
35688         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
35689         state when the external buffer state changes.
35690
35691 2012-09-27  David S. Miller  <davem@davemloft.net>
35692
35693         [BZ #14376]
35694         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
35695         pass reloc->r_addend in as the 'high' argument to
35696         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
35697
35698         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35699
35700 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35701
35702         * rt/tst-aio2.c: Include <pthread.h>.
35703         * rt/tst-aio3.c: Likewise.
35704
35705 2012-09-27  Steve Ellcey  <sellcey@mips.com>
35706
35707         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
35708
35709 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
35710
35711         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
35712         contents on [SHARED].
35713
35714 2012-09-26  Marek Polacek  <polacek@redhat.com>
35715
35716         [BZ #14530]
35717         [BZ #13741]
35718         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
35719         for C++ and GCC <4.3 as well as for non GCC compilers.
35720
35721 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
35722
35723         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35724
35725 2012-09-25  Roland McGrath  <roland@hack.frob.com>
35726
35727         * Makefile.in (all, install): Declare with .PHONY.
35728         Reported by Michael Hope <michael.hope@linaro.org>.
35729
35730 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35731
35732         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
35733         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
35734         system header.
35735         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
35736         Likewise.
35737         (sydep_routines): Add the new and the internal functions.
35738         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35739         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35741         (GLIBC_2.17): Add the new function.
35742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35743         (GLIBC_2.17): Likewise.
35744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35745         (GLIBC_2.17): Likewise.
35746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35747         (GLIBC_2.17): Likewise.
35748         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35749
35750 2012-09-25  Alan Modra  <amodra@gmail.com>
35751
35752         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35753         Add release barrier before setting once_control to say
35754         initialisation is done.  Add hints on lwarx.  Use macro in
35755         place of isync.
35756         (clear_once_control): Add release barrier.
35757
35758 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35759
35760         [BZ #13629]
35761         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35762         specially.
35763         * math/s_clog10.c (__clog10): Likewise.
35764         * math/s_clog10f.c (__clog10f): Likewise.
35765         * math/s_clog10l.c (__clog10l): Likewise.
35766         * math/s_clogf.c (__clogf): Likewise.
35767         * math/s_clogl.c (__clogl): Likewise.
35768         * math/Makefile (libm-calls): Add x2y2m1.
35769         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35770         (__x2y2m1): Likewise.
35771         (__x2y2m1l): Likewise.
35772         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35773         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35774         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35775         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35776         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35777         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35778         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35779         * sysdeps/i386/fpu/libm-test-ulps: Update.
35780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35781
35782         [BZ #14621]
35783         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35784         int as type of variable DEPTH.
35785         (glob): Use size_t instead of int as type of variables NEWCOUNT
35786         and OLD_PATHC.
35787
35788 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35789
35790         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35791         Add s_sincosf-sse2.
35792         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35793         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35794         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35795         macros for using routine as __sincosf_ia32.
35796         Use macro for function declaration and weak_alias.
35797         * sysdeps/i386/fpu/libm-test-ulps: Update.
35798
35799         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35800         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35801
35802         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35803         subnormal argument.
35804         * math/s_cexpf.c (__cexpf): Likewise.
35805         * math/s_csinf.c (__csinf): Likewise.
35806         * math/s_csinhf.c (__csinhf): Likewise.
35807         * math/s_ctanf.c (__ctanf): Likewise.
35808         * math/s_ctanhf.c (__ctanhf): Likewise.
35809         * math/s_ccosh.c (__ccoshf): Likewise.
35810         * math/s_cexp.c (__cexpl): Likewise.
35811         * math/s_csin.c (__csin): Likewise.
35812         * math/s_csinh.c (__csinh): Likewise.
35813         * math/s_ctan.c (__ctan): Likewise.
35814         * math/s_ctanh.c (ctanh): Likewise.
35815         * math/s_ccoshl.c (__ccoshl): Likewise.
35816         * math/s_cexpl.c (__cexpl): Likewise.
35817         * math/s_csinl.c (__csinl): Likewise.
35818         * math/s_csinhl.c (__csinhl): Likewise.
35819         * math/s_ctanl.c (__ctanl): Likewise.
35820         * math/s_ctanhl.c (__ctanhl): Likewise.
35821
35822 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35823
35824         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35825         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35826         (_IO_off_t): Define to __off_t, not _G_off_t.
35827         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35828         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35829         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35830         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35831         type of __dummy and __dummy2 fields.
35832         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35833         (_G_ssize_t): Likewise.
35834         (_G_off_t): Likewise.
35835         (_G_pid_t): Likewise.
35836         (_G_uid_t): Likewise.
35837         (_G_wchar_t): Likewise.
35838         (_G_wint_t): Likewise.
35839         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35840         (_G_ssize_t): Likewise.
35841         (_G_off_t): Likewise.
35842         (_G_pid_t): Likewise.
35843         (_G_uid_t): Likewise.
35844         (_G_wchar_t): Likewise.
35845         (_G_wint_t): Likewise.
35846         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35847         (_G_ssize_t): Likewise.
35848         (_G_off_t): Likewise.
35849         (_G_pid_t): Likewise.
35850         (_G_uid_t): Likewise.
35851         (_G_wchar_t): Likewise.
35852         (_G_wint_t): Likewise.
35853
35854 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35855
35856         * malloc/arena.c: Include malloc-sysdep.h.
35857         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35858         is sufficient to shrink the heap or an unmap is needed.
35859         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35860         new function check_may_shrink_heap.
35861         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35862         new function check_may_shrink_heap.
35863
35864 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35865
35866         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35867         comments.
35868
35869 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35870
35871         * catgets/test-gencat.sh: Add "set -e".
35872         * elf/tst-pathopt.sh: Likewise.
35873         * grp/tst_fgetgrent.sh: Likewise.
35874         * iconvdata/run-iconv-test.sh: Likewise.
35875         * intl/tst-gettext.sh: Likewise.
35876         * intl/tst-gettext2.sh: Likewise.
35877         * intl/tst-gettext4.sh: Likewise.
35878         * intl/tst-gettext6.sh: Likewise.
35879         * intl/tst-translit.sh: Likewise.
35880         * io/ftwtest-sh: Likewise.
35881         * libio/test-freopen.sh: Likewise.
35882         * malloc/tst-mtrace.sh: Likewise.
35883         * posix/globtest.sh: Likewise.
35884         * posix/tst-getconf.sh: Likewise.
35885         * posix/wordexp-tst.sh: Likewise.
35886         * stdio-common/tst-printf.sh: Likewise.
35887         * stdio-common/tst-unbputc.sh: Likewise.
35888         * stdlib/tst-fmtmsg.sh: Likewise.
35889         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35890         * catgets/Makefile: Do not specify -e option when running
35891         testsuite shell scripts.
35892         * elf/Makefile: Likewise.
35893         * grp/Makefile: Likewise.
35894         * iconvdata/Makefile: Likewise.
35895         * intl/Makefile: Likewise.
35896         * io/Makefile: Likewise.
35897         * libio/Makefile: Likewise.
35898         * malloc/Makefile: Likewise.
35899         * posix/Makefile: Likewise.
35900         * stdio-common/Makefile: Likewise.
35901         * stdlib/Makefile: Likewise.
35902         * sysdeps/x86_64/Makefile: Likewise.
35903
35904         * io/ftwtest-sh: Add copyright header.
35905         * posix/globtest.sh: Likewise.
35906         * posix/tst-getconf.sh: Likewise.
35907         * posix/wordexp-tst.sh: Likewise.
35908         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35909
35910 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35911
35912         [BZ #13679]
35913         * Makeconfig (+link): Defined as $(+link-static) if
35914         $(build-shared) isn't yes.
35915         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35916         isn't yes.
35917         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35918
35919         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35920
35921         [BZ #14562]
35922         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35923         new chunk size with MALLOC_ALIGN_MASK.
35924
35925 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35926
35927         [BZ #5044]
35928         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35929         <rounding-mode.h>.
35930         (__printf_fphex): Determine rounding using get_rounding_mode and
35931         round_away.
35932         * stdio-common/tst-printf-round.c (struct hex_test): New
35933         structure.
35934         (hex_tests): New variable.
35935         (test_hex_in_one_mode): New function.
35936         (do_test): Also run tests for hex float output.
35937
35938 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35939
35940         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35941         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35942         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35943         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35944         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35945         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35946         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35947         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35948
35949 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35950
35951         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35952         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35953         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35954         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35955
35956 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35957
35958         [BZ #14579]
35959         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35960         mode only.
35961         * elf/tst-rtld-load-self.sh: New test.
35962         * elf/Makefile: Run it.
35963
35964 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35965
35966         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35967         (tst-writev-ENV): Remove.
35968         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35969
35970 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35971
35972         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35973
35974 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35975
35976         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35977         unconditional.
35978         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35979         Likewise.
35980         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35981         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35982         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35983         Likewise.
35984
35985 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35986
35987         [BZ #14587]
35988         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35989         * config.make.in (have-cpp-asm-debuginfo): Removed.
35990         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35991         * configure: Regenerated.
35992
35993 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35994
35995         [BZ #5044]
35996         * stdio-common/printf_fp.c: Include <stdbool.h> and
35997         <rounding-mode.h>.
35998         (___printf_fp): Determine rounding using get_rounding_mode and
35999         round_away.
36000         * stdio-common/tst-printf-round.c: New file.
36001         * stdio-common/Makefile (tests): Add tst-printf-round.
36002         (link-libm): New variable.
36003         ($(objpfx)tst-printf-round): Depend in $(link-libm).
36004
36005 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36006
36007         [BZ #14576]
36008         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36009         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36010         Likewise.
36011         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36012         Likewise.
36013
36014 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36015
36016         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36017         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36018         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36019         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36020
36021 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36022
36023         [BZ #14518]
36024         * include/rounding-mode.h: New file.
36025         * sysdeps/generic/get-rounding-mode.h: Likewise.
36026         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36027         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36028         (MAX_VALUE): New macro.
36029         (MIN_VALUE): Likewise.
36030         (overflow_value): New function.
36031         (underflow_value): Likewise.
36032         (round_and_return): Use overflow_value and underflow_value to
36033         determine return values in overflow and underflow cases.  Use
36034         round_away to determine rounding depending on rounding mode.
36035         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36036         determine return values in overflow and underflow cases.
36037         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36038         (struct test_results): New structure.
36039         (struct test): Use struct test_results to store expected results
36040         for all rounding modes.
36041         (TEST): Include expected results for all rounding modes.
36042         (test_in_one_mode): New function.
36043         (do_test): Use test_in_one_mode to compute and check results.
36044         Check results for all rounding modes.
36045         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36046         $(link-libm).
36047
36048 2012-12-09  Allan McRae  <allan@archlinux.org>
36049
36050         * sysdeps/i386/fpu/libm-test-ulps: Update
36051
36052 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36053
36054         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36055         (_G_int32_t): Likewise.
36056         (_G_uint16_t): Likewise.
36057         (_G_uint32_t): Likewise.
36058         (_G_HAVE_BOOL): Likewise.
36059         (_G_HAVE_ATEXIT): Likewise.
36060         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36061         (_G_HAVE_IO_FILE_OPEN): Likewise.
36062         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36063         (_G_int32_t): Likewise.
36064         (_G_uint16_t): Likewise.
36065         (_G_uint32_t): Likewise.
36066         (_G_HAVE_BOOL): Likewise.
36067         (_G_HAVE_ATEXIT): Likewise.
36068         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36069         (_G_HAVE_IO_FILE_OPEN): Likewise.
36070         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36071         (_G_int32_t): Likewise.
36072         (_G_uint16_t): Likewise.
36073         (_G_uint32_t): Likewise.
36074         (_G_HAVE_BOOL): Likewise.
36075         (_G_HAVE_ATEXIT): Likewise.
36076         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36077         (_G_HAVE_IO_FILE_OPEN): Likewise.
36078
36079 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36080
36081         * csu/libc-tls.c: Update copyright years.
36082
36083 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36084
36085         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36086         [!_G_USING_THUNKS]: Remove conditional code.
36087         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36088         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36089
36090         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36091         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36092         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36093         (_G_VTABLE_LABEL_PREFIX): Likewise.
36094         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36095         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36096         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36097         (_G_VTABLE_LABEL_PREFIX): Likewise.
36098         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36099         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36100         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36101         (_G_VTABLE_LABEL_PREFIX): Likewise.
36102         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36103
36104 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36105
36106         * libio/Makefile: Include ../Makeconfig before tests.
36107         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36108         only if $(build-shared) is yes.
36109
36110         * iconv/gconv_db.c: Update copyright years.
36111
36112 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36113
36114         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36115         unwind info if defined PIC. Fix special cases description.
36116         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36117
36118         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36119         DP_HI_MASK entry.
36120         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36121
36122 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36123
36124         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36125
36126         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36127         is NULL.
36128
36129         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36130         (LDLIBS-tst-chk4): This.
36131         (LDFLAGS-tst-chk5): Renamed to ...
36132         (LDLIBS-tst-chk5): This.
36133         (LDFLAGS-tst-chk6): Renamed to ...
36134         (LDLIBS-tst-chk6): This.
36135         (LDFLAGS-tst-lfschk4): Renamed to ...
36136         (LDLIBS-tst-lfschk4): This.
36137         (LDFLAGS-tst-lfschk5): Renamed to ...
36138         (LDLIBS-tst-lfschk5): This.
36139         (LDFLAGS-tst-lfschk6): Renamed to ...
36140         (LDLIBS-tst-lfschk6): This.
36141
36142         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36143         on $(common-objpfx)soversions.mk.
36144
36145 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36146
36147         [BZ #10014]
36148         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36149         example host name.
36150
36151 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36152
36153         * malloc/arena.c (arena_get_retry): New function that gets
36154         another arena for the caller to try its request on.
36155         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36156         current arena cannot fulfill the request.
36157         (__libc_memalign): Likewise.
36158         (__libc_memalign): Likewise.
36159         (__libc_pvalloc): Likewise.
36160         (__libc_calloc): Likewise.
36161
36162 2012-09-05  John Tobey  <john.tobey@gmail.com>
36163
36164         [BZ #13542]
36165         * manual/arith.texi (Operations on Complex): Fix description
36166         of carg branch cut.
36167
36168 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36169
36170         [BZ #10014]
36171         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36172         host name.
36173
36174         [BZ #10038]
36175         * manual/memory.texi (Memory): Make order of menu items match
36176         order of sections.
36177
36178 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36179
36180         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36181         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36182         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36183
36184 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36185
36186         * csu/libc-tls.c (static_dtv): Renamed to ...
36187         (_dl_static_dtv): This.  Make it global.
36188         (_dl_initial_dtv): Removed.
36189         (__libc_setup_tls): Updated.
36190         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36191         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36192         DL_INITIAL_DTV.
36193
36194 2012-09-06  Petr Machata  <pmachata@redhat.com>
36195
36196         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36197         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36198         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36199         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36200
36201 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36202
36203         [BZ #14545]
36204         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36205         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36206         freeing dtv[-1].
36207
36208 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36209
36210         [BZ #14544]
36211         * Makeconfig (link-static-before-libc): Replace $(+prector)
36212         with $(+prectorT).
36213         (link-static-after-libc): Replace $(+postctor) with
36214         $(+postctorT).
36215         (link-bounded): Replace $(+prector)/$(+postctor) with
36216         $(+prectorT)/$(+postctorT).
36217         (+prectorT): New macro.
36218         (+postctorT): Likewise.
36219
36220 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36221
36222         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
36223         (round_str): Handle values above the maximum for IBM long double
36224         as inexact.
36225         * stdlib/tst-strtod-round.c (tests): Regenerated.
36226
36227 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36228
36229         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
36230         assembler flag.
36231         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
36232         zarch_nohighgprs around the zarch optimized routines.
36233         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
36234         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
36235         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
36236         for zarch.
36237
36238 2012-09-05  David S. Miller  <davem@davemloft.net>
36239
36240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36241
36242         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
36243         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
36244         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
36245         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
36246         entries.
36247
36248 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36249
36250         * malloc/arena.c: Fold copyright years.
36251         * malloc/mcheck.c, malloc/memusage.c: Likewise.
36252
36253 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36254
36255         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
36256
36257 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36258
36259         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
36260
36261 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36262
36263         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
36264         change internal state upon failure.
36265
36266 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36267
36268         * malloc/mcheck.c (mcheck_check_all): Fix typo.
36269         * malloc/memusage.c (mmap): Likewise.
36270         (mmap64, mremap): Likewise.  Adjust name in comment.
36271
36272 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36273
36274         * libio/fileops.c: Fix typos in comments.
36275         * libio/oldfileops.c: Likewise.
36276         * libio/wfileops.c: Likewise.
36277
36278 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36279
36280         [BZ #1349]
36281         * malloc/Makefile (tests): Add tst-malloc-usable test case.
36282         (tst-malloc-usable-ENV): Set environment for test case.
36283         * malloc/hooks.c (malloc_check_get_size): New function to get
36284         requested size.
36285         * malloc/malloc.c (musable): Use malloc_check_get_size.
36286         * malloc/tst-malloc-usable.c: New test case.
36287
36288 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
36289
36290         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
36291
36292 2012-09-05  Allan McRae  <allan@archlinux.org>
36293
36294         [BZ #13966]
36295         * configure.in (CXX_SYSINCLUDES): Use compiler output to
36296         determine header location.
36297         * configure: Regenerated.
36298
36299 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
36300
36301         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
36302         float format.
36303         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
36304         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
36305         format.
36306         (test): Regenerate.
36307
36308 2012-09-04  David S. Miller  <davem@davemloft.net>
36309
36310         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
36311         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
36312         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
36313
36314 2012-09-04  Florian Weimer  <fweimer@redhat.com>
36315
36316         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
36317         failures.
36318
36319         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
36320
36321 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
36322
36323         [BZ #9914]
36324         * libio/iogetdelim.c: Include <limits.h>.
36325         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
36326         + len + 1 would overflow.
36327
36328 2012-09-03  Andreas Jaeger  <aj@suse.de>
36329
36330         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36331         * sysdeps/i386/fpu/libm-test-ulps: Update.
36332
36333 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36334
36335         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36336         Add s_sinf-sse2, s_conf-sse2.
36337
36338         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
36339         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
36340         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
36341         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
36342
36343         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
36344         for using routine as __sinf_ia32.
36345         Use macro for function declaration and weak_alias.
36346         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
36347         for using routine as __cosf_ia32.
36348         Use macro for function declaration and weak_alias.
36349
36350         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
36351         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
36352
36353         * sysdeps/x86_64/fpu/s_sinf.S: New file.
36354         * sysdeps/x86_64/fpu/s_cosf.S: New file.
36355         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36356
36357         * math/libm-test.inc (cos_test): Add more test cases.
36358         (sin_test): Likewise.
36359         (sincos_test): Likewise.
36360
36361 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36362
36363         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
36364         (IFUNC_RESOLVE): Make pointers to the specialized implementations
36365         hidden.
36366         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
36367
36368 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
36369
36370         [BZ #14538]
36371         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
36372         first element of the GOT.
36373         (elf_machine_load_address): Return the difference between
36374         the runtime address of _DYNAMIC and elf_machine_dynamic ().
36375
36376 2012-09-01  Allan McRae  <allan@archlinux.org>
36377
36378         [BZ #13412]
36379         * configure.in (AWK): Require gawk version 3.0 or later.
36380         * configure: Regenerated.
36381
36382 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
36383
36384         * sysdeps/unix/sysv/linux/kernel-features.h
36385         (__ASSUME_POSIX_CPU_TIMERS): Remove.
36386         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36387         [__NR_clock_getres]: Make code unconditional.
36388         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
36389         (clock_getcpuclockid): Remove code left unreachable by removal of
36390         conditionals.
36391         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
36392         code unconditional.
36393         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
36394         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
36395         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
36396         Make code unconditional.
36397         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
36398         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
36399         * sysdeps/unix/sysv/linux/clock_settime.c
36400         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
36401         conditional code.
36402         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
36403         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
36404
36405 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
36406
36407         [BZ #14476]
36408         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
36409         scripts/test-installation.pl.
36410
36411         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
36412         and $ld_so_version if it is set.
36413
36414 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36415
36416         [BZ #14516]
36417         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
36418         failure if reading from procfs failed.
36419         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
36420
36421 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
36422
36423         * sysdeps/unix/sysv/linux/kernel-features.h
36424         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
36425         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
36426         Remove conditional code.
36427         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36428         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
36429         Remove conditional code.
36430         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36431         * sysdeps/unix/sysv/linux/i386/fxstat.c
36432         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
36433         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36434         * sysdeps/unix/sysv/linux/i386/fxstatat.c
36435         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
36436         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36437         * sysdeps/unix/sysv/linux/i386/lxstat.c
36438         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
36439         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36440         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
36441         Remove conditional code.
36442         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36443         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
36444         Remove conditional code.
36445         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36446         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
36447         <kernel-features.h>.
36448         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
36449         Remove.
36450         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
36451         Remove conditional code.
36452         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36453         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
36454         Remove conditional.
36455
36456 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
36457
36458         [BZ #5400]
36459         * NEWS: Add fixed bug number.
36460
36461 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
36462
36463         [BZ #14519]
36464         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
36465         underflowing exponent in case of negative sign.
36466         * stdlib/tst-strtod-round-data: Add more tests.
36467         * stdlib/tst-strtod-round.c (tests): Regenerated.
36468
36469         [BZ #3479]
36470         * stdlib/strtod_l.c (NDIG): Remove.
36471         (HEXNDIG): Likewise.
36472         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
36473         smallest representable value.
36474         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
36475         lie within an exact representation of 1/2 ulp of the result.
36476         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
36477         unconditionally.
36478         (TENS_P9_IDX): Define unconditionally.
36479         (TENS_P9_SIZE): Likewise.
36480         (TENS_P10_IDX): Likewise.
36481         (TENS_P10_SIZE): Likewise.
36482         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
36483         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
36484         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
36485         entries for 10^2^13 and 10^2^14.
36486         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
36487         (TENS_P13_IDX): Define.
36488         (TENS_P13_SIZE): Likewise.
36489         (TENS_P14_IDX): Likewise.
36490         (TENS_P14_SIZE): Likewise.
36491         (_fpioconst_pow10): Change array size to
36492         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
36493         unconditional.
36494         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
36495         1024]: Add entries for 10^2^13 and 10^2^14.
36496         [LAST_POW10 > _LAST_POW10]: Remove #error.
36497         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
36498         (_fpioconst_pow10): Change array size to
36499         FPIOCONST_POW10_ARRAY_SIZE.
36500         * stdlib/gen-fpioconst.c: New file.
36501         * stdlib/gen-tst-strtod-round.c: Likewise.
36502         * stdlib/tst-strtod-round-data: Likewise.
36503         * stdlib/tst-strtod-round.c: Likewise.
36504         * stdlib/Makefile (tests): Add tst-strtod-round.
36505
36506         [BZ #14459]
36507         * stdlib/strtod_l.c: Include <stdint.h>.
36508         (NDEBUG): Do not define.
36509         (round_and_return): Change EXPONENT parameter to type intmax_t.
36510         Rearrange calculations to avoid internal overflow possibilities.
36511         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
36512         Rearrange calculations to avoid internal overflow possibilities.
36513         Assert that number fits inside MPNSIZE limbs.
36514         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
36515         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
36516         calculations and add assertions to avoid internal overflow
36517         possibilities.  Add casts to avoid signed/unsigned operations.
36518         * stdlib/tst-strtod-overflow.c: New file.
36519         * stdlib/Makefile (tests): Add tst-strtod-overflow.
36520
36521 2012-08-25  Marek Polacek  <polacek@redhat.com>
36522
36523         * time/time.h: Fix some typos in comments.
36524
36525 2012-08-23  Roland McGrath  <roland@hack.frob.com>
36526
36527         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
36528         * posix/tst-rfc3484-2.c: Likewise.
36529         * posix/tst-rfc3484-3.c: Likewise.
36530
36531 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
36532
36533         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
36534         (EF_ARM_ABI_FLOAT_HARD): Likewise.
36535
36536 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
36537
36538         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
36539         #include of fxstatat64.c.
36540
36541 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36542
36543         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
36544         * shadow/getspent_r.c: Likewise.
36545         * shadow/getspnam.c: Likewise.
36546         * shadow/getspnam_r.c: Likewise.
36547         * gshadow/getsgent.c: Likewise.
36548         * gshadow/getsgent_r.c: Likewise.
36549         * gshadow/getsgnam.c: Likewise.
36550         * gshadow/getsgnam_r.c: Likewise.
36551         * inet/getnetbyad.c: Likewise.
36552         * inet/getnetbyad_r.c: Likewise.
36553         * inet/getnetbynm.c: Likewise.
36554         * inet/getnetbynm_r.c: Likewise.
36555         * inet/getnetent.c: Likewise.
36556         * inet/getnetent_r.c: Likewise.
36557         * inet/getproto.c: Likewise.
36558         * inet/getproto_r.c: Likewise.
36559         * inet/getprtent.c: Likewise.
36560         * inet/getprtent_r.c: Likewise.
36561         * inet/getprtname.c: Likewise.
36562         * inet/getprtname_r.c: Likewise.
36563         * inet/getrpcbyname.c: Likewise.
36564         * inet/getrpcbyname_r.c: Likewise.
36565         * inet/getrpcbynumber.c: Likewise.
36566         * inet/getrpcbynumber_r.c: Likewise.
36567         * inet/getrpcent.c: Likewise.
36568         * inet/getrpcent_r.c: Likewise.
36569         * inet/getaliasent.c: Likewise.
36570         * inet/getaliasent_r.c: Likewise.
36571         * inet/getaliasname.c: Likewise.
36572         * inet/getaliasname_r.c: Likewise.
36573         * nscd/getgrgid_r.c: Likewise.
36574         * nscd/getgrnam_r.c: Likewise.
36575         * nscd/gethstbyad_r.c: Likewise.
36576         * nscd/gethstbynm3_r.c: Likewise.
36577         * nscd/getpwnam_r.c: Likewise.
36578         * nscd/getpwuid_r.c: Likewise.
36579         * nscd/getsrvbynm_r.c: Likewise.
36580         * nscd/getsrvbypt_r.c: Likewise.
36581         * nscd/gai.c: Likewise.
36582
36583         * configure.in (build_nscd): New substituted variable, set
36584         by --disable-build-nscd and defaults to $use_nscd.
36585         * configure: Regenerated.
36586         * config.make.in (build-nscd): New substituted variable.
36587         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
36588         Change conditional to require [$(build-nscd) = yes] as well.
36589         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
36590
36591         [BZ# 13696]
36592         * configure.in (use_nscd): New substituted variable, set by
36593         --disable-nscd.  If enabled, define USE_NSCD.
36594         * configure: Regenerated.
36595         * config.h.in: Add USE_NSCD.
36596         * config.make.in (use-nscd): New substituted variable.
36597         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
36598         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
36599         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
36600         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
36601         (CFLAGS-getgrnam_r.c): Likewise.
36602         (CFLAGS-initgroups.c): Likewise.
36603         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
36604         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
36605         Variables removed.
36606         * inet/getnetgrent_r.c
36607         (nscd_setnetgrent): New function, broken out of ...
36608         (setnetgrent): ... here.  Call it.
36609         (innetgr): Conditionalize nscd bits on [USE_NSCD].
36610         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
36611         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
36612         * nscd/Makefile (routines, aux): Move definitions after include of
36613         Makeconfig.  Conditionalize on [$(use-nscd) != no].
36614         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
36615         Conditionalize on [USE_NSCD].
36616         (is_nscd, nscd_init_cb): Likewise.
36617         (nss_load_library): Conditionalize init callback on [USE_NSCD].
36618         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
36619         * nss/nss_db/db-init.c: Likewise.
36620         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
36621         [USE_NSCD].
36622         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
36623         (make_request): Use it.
36624         (cache_valid_p): New function.
36625         (__check_pf): Use it.
36626         * NEWS: Add item for --disable-nscd.
36627
36628 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
36629
36630         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
36631         to support sed >= 4.2.1-20-ga9bf076.
36632         * configure: Regenerated.
36633
36634 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36635
36636         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
36637         Conditionalize whole body on [IREL].
36638
36639 2012-08-22  Jeff Law <law@redhat.com>
36640
36641         [BZ #14505]
36642         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
36643         if the family is PF_UNSPEC.
36644
36645 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
36646
36647         * Makerules (lib-version): Rename from V.
36648         (install-lib-nosubdir): Change V to lib-version.
36649
36650 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
36651
36652         [BZ #14252]
36653         * powerpc32/power6/wcschr.c: New file.
36654         * powerpc32/power6/wcscpy.c: New file.
36655         * powerpc32/power6/wcsrchr.c: New file.
36656         * powerpc64/power6/wcschr.c: New file.
36657         * powerpc64/power6/wcscpy.c: New file.
36658         * powerpc64/power6/wcsrchr.c: New file.
36659
36660 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36661
36662         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
36663         (two_way_short_needle): Use it.
36664         * string/strstr.c (AVAILABLE1_USES_J): Define.
36665         * string/strcasestr.c: Likewise.
36666
36667         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
36668         array references.
36669         * string/strcasestr.c (TOLOWER): Make side-effect safe.
36670
36671         [BZ #11607]
36672         * NEWS: Add an entry.
36673         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
36674         define their defaults.
36675         (two_way_short_needle): Detect end-of-string on-the-fly.
36676         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
36677         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
36678         * string/bug-strcasestr1.c: New test.
36679         * string/Makefile: Run it.
36680
36681 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36682
36683         [BZ #11607]
36684         * string/str-two-way.h (two_way_short_needle): Optimize matching of
36685         the first character.
36686
36687 2012-08-21  Roland McGrath  <roland@hack.frob.com>
36688
36689         * csu/elf-init.c (__libc_csu_irel): Function removed.
36690         * csu/libc-start.c (apply_irel): New function.
36691         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
36692
36693 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
36694
36695         * sysdeps/unix/sysv/linux/kernel-features.h
36696         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
36697         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
36698         <kernel-features.h>.
36699         [__NR_fadvise64_64]: Make code unconditional.
36700         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
36701         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36702         !__NR_fadvise64_64)]: Likewise.
36703         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36704         !__NR_fadvise64_64))]: Likewise.
36705         [__NR_fadvise64]: Make code unconditional.
36706         [!__NR_fadvise64]: Remove conditional code.
36707         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
36708         <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/powerpc/powerpc32/posix_fadvise64.c: Do
36714         not 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         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
36720         include <kernel-features.h>.
36721         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36722         unconditional.
36723         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36724         conditional code.
36725
36726 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
36727
36728         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
36729         slight instruction rearrangements per scrollpipe analysis.
36730         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
36731
36732 2012-08-20  Roland McGrath  <roland@hack.frob.com>
36733
36734         * manual/syslog.texi (syslog; vsyslog, closelog):
36735         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
36736         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36737
36738         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36739         DSOCAPS to match condition on defining it.
36740
36741 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
36742
36743         * sysdeps/unix/sysv/linux/kernel-features.h
36744         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36746         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36747         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36749         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36750         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36752         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36753         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36754
36755         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36756         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36757
36758         * sysdeps/unix/sysv/linux/kernel-features.h
36759         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36760         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36761         unconditional.
36762         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36763         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36764         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36765         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36766         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36767         Make code unconditional.
36768         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36769         (__mmap64) [!__NR_mmap2]: Likewise.
36770         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36771         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36772         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36773         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36774         [__NR_mmap2]: Make code unconditional.
36775         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36776         (__mmap64) [!__NR_mmap2]: Likewise.
36777
36778 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36779
36780         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36781
36782 2012-08-18  Andreas Jaeger  <aj@suse.de>
36783
36784         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36785
36786 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36787
36788         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36789         * include/unistd.h (__have_sock_cloexec): Likewise.
36790         (__have_pipe2): Likewise.
36791         (__have_dup3): Likewise.
36792
36793 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36794
36795         [BZ #9685]
36796         * include/unistd.h (__have_pipe2): Change define into an extern int.
36797         (__have_dup3): Likewise.
36798         * socket/have_sock_cloexec.c: Include fcntl.h.
36799         (__have_pipe2): New variable.
36800         (__have_dup3): Likewise.
36801
36802 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36803
36804         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36805
36806 2012-08-17  Marek Polacek  <polacek@redhat.com>
36807
36808         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36809         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36810
36811 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36812
36813         * configure.in: Add AC_SUBST for sysheaders.
36814         * configure: Regenerated.
36815         * config.make.in (sysheaders): New substituted variable.
36816
36817         * sysdeps/unix/mkfifo.c: Moved ...
36818         * sysdeps/posix/mkfifo.c: ... here.
36819         * sysdeps/unix/mkfifoat.c: Moved ...
36820         * sysdeps/posix/mkfifoat.c: ... here.
36821
36822         * sysdeps/unix/utime.c: Moved ...
36823         * sysdeps/posix/utime.c: ... here.
36824
36825         * sysdeps/unix/time.c: Moved ...
36826         * sysdeps/posix/time.c: ... here.
36827         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36828         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36829
36830         * sysdeps/unix/nice.c: Moved ...
36831         * sysdeps/posix/nice.c: ... here.
36832
36833         * sysdeps/unix/alarm.c: Moved ...
36834         * sysdeps/posix/alarm.c: ... here.
36835
36836         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36837
36838 2012-08-17  Jeff Law <law@redhat.com>
36839
36840         * intl/Makefile (codeset_mo): New variable.
36841         ($(codeset_mo)): New target.
36842         (tst-codeset.out): Depend on that.  Remove explicit rule.
36843         (tst-gettext3.out, tst-gettext5.out): Likewise.
36844         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36845         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36846         * intl/tst-codeset.sh: Remove.
36847         * intl/tst-gettext3.sh: Likewise.
36848         * intl/tst-gettext5.sh: Likewise.
36849
36850 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36851
36852         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36853         * sysdeps/unix/syscalls.list: ... here.
36854
36855         * sysdeps/posix/getaddrinfo.c
36856         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36857         (gaiconf_init, gaiconf_reload): Use them.
36858         [!_STATBUF_ST_NSEC]
36859         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36860         Define using time_t rather than struct timespec.
36861
36862         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36863         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36864         Macros removed.
36865         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36866         [!NO_THREADS].
36867         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36868         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36869         Likewise.
36870
36871         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36872         __libc_cleanup_push argument.
36873
36874         * bits/param.h: New file.
36875         * misc/sys/param.h: New file.
36876         * include/sys/param.h: New file.
36877         * misc/Makefile (headers): Add bits/param.h.
36878         * sysdeps/generic/sys/param.h: File removed.
36879         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36880         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36881         * sysdeps/mach/hurd/bits/param.h: New file.
36882         * sysdeps/mach/hurd/sys/param.h: File removed.
36883
36884         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36885         last change.
36886
36887         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36888         [_IO_MTSAFE_IO].
36889         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36890         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36891         New macros.
36892
36893         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36894         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36895         rather than -D_IO_MTSAFE_IO conditionally.
36896         * stdio-common/Makefile (CPPFLAGS): Likewise.
36897         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36898         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36899         Use $(libio-mtsafe).
36900         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36901         of -D_IO_MTSAFE_IO.
36902         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36903         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36904         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36905         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36906         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36907         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36908         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36909         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36910         (CFLAGS-fread_u_chk.c): Likewise.
36911         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36912         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36913         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36914         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36915         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36916         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36917         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36918         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36919         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36920
36921         * libio/Makefile: Test [$(libc-reentrant) = yes]
36922         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36923
36924         * Makeconfig
36925         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36926         * sysdeps/pthread/configure: File removed.
36927         * sysdeps/pthread/Makeconfig: New file.
36928         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36929         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36930
36931 2012-08-16  Gary Benson  <gbenson@redhat.com>
36932
36933         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36934         unmapping the first object in a namespace.
36935
36936 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36937
36938         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36939         (__internal_setnetgrent): ... this.  Add internal_function to
36940         definition.  Add libc_hidden_def.
36941         (setnetgrent): Update caller.
36942         (internal_endnetgrent): Renamed to ...
36943         (__internal_endnetgrent): ... this.  Add internal_function to
36944         definition.  Add libc_hidden_def.
36945         (endnetgrent): Update caller.
36946         (internal_getnetgrent_r): Renamed to ...
36947         (__internal_getnetgrent_r): ... this.  Add internal_function to
36948         definition.  Add libc_hidden_def.
36949         (__getnetgrent_r): Update caller.
36950         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36951
36952 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36953
36954         * stdlib/longlong.h: Update from GCC.
36955
36956 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36957
36958         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36959         on _QL, which is set by umul_ppmm but never used.
36960         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36961         variables, which are set by GMP macros but never used.
36962         * stdio-common/_itowa.c (_itowa): Likewise.
36963         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36964         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36965
36966 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36967
36968         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36969         struct La_sh_regs is not constant.
36970         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36971         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36972         and struct La_sparc64_regs are not constant.
36973
36974 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36975
36976         * sysdeps/unix/sysv/linux/kernel-features.h
36977         (__ASSUME_POSIX_TIMERS): Remove.
36978         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36979         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36980         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36981         Make code unconditional.
36982         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36983         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36984         Make code unconditional.
36985         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36986         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36987         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36988         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36989         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36990         Make code unconditional.
36991         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36992         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36993         (__libc_missing_posix_timers): Remove.
36994
36995 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36996
36997         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36998         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36999
37000         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37001
37002         * elf/dl-sym.c: Include <stdlib.h>.
37003
37004         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37005         constants, which avoids warnings in 32-bit builds.
37006
37007         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37008         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37009
37010         * misc/lseek.c: File moved to ...
37011         * io/lseek.c: ... here.
37012
37013         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37014
37015         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37016         shifting LEN more than 31 bits at once.
37017
37018 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37019
37020         [BZ #14195]
37021         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37022         segmentation fault for a case of two empty input strings.
37023         * string/test-strncasecmp.c (check1): Renamed to...
37024         (bz12205): ...this.
37025         (bz14195): Add new testcase for two empty input strings and N > 0.
37026         (test_main): Call new testcase, adapt for renamed function.
37027
37028 2012-08-15  Andreas Jaeger  <aj@suse.de>
37029
37030         [BZ #14090]
37031         * crypt/md5test2.c: New test, based on test supplied by Serge
37032         Belyshev <belyshev@depni.sinp.msu.ru>.
37033         * crypt/Makefile (xtests): Add md5test-giant..
37034         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37035
37036 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37037
37038         [BZ #14090]
37039         * crypt/md5.c (md5_process_block): Don't assume the buffer
37040         length is less than 2**32.
37041         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37042         length is less than 2**64.
37043
37044 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37045
37046         * string/str-two-way.h: Include <sys/param.h>.
37047         (MAX): Macro removed.
37048
37049         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37050         Move #define and #undef of memmove to just before and after
37051         including <string.h>.
37052
37053         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37054         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37055         and after including <string.h>.  Move declarations of
37056         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37057         to before #include "string/memmove.c".
37058
37059         * include/dirent.h: Declare __getdirentries.
37060
37061         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37062         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37063
37064 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37065
37066         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37067         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37068         * sysdeps/i386/configure: Regenerated.
37069         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37070         STABS_CURRENT_FILE, and STABS_FUN.
37071         (END): Remove call to STABS_FUN_END.
37072         (STABS_CURRENT_FILE1): Delete.
37073         (STABS_CURRENT_FILE): Likewise.
37074         (STABS_FUN): Likewise.
37075         (STABS_FUN_END): Likewise.
37076         (STABS_FUN2): Likewise.
37077         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37078         * sysdeps/x86_64/configure: Regenerated.
37079
37080 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37081
37082         * elf/dl-open.c: Include <atomic.h>.
37083         * elf/dl-lookup.c: Likewise.
37084
37085 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37086
37087         * sysdeps/unix/sysv/linux/kernel-features.h
37088         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37089         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37090         unconditionally.
37091         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37092         unconditionally.
37093         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37094         condition on __ASSUME_CLONE_THREAD_FLAGS.
37095
37096 2012-08-14  Andreas Jaeger  <aj@suse.de>
37097
37098         * sysdeps/i386/fpu/libm-test-ulps: Update.
37099
37100 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37101
37102         * include/atomic.h (atomic_exchange_and_add): Split into ...
37103         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37104         New atomic macros.
37105
37106 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37107
37108         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37109
37110 2012-08-13  Jeff Law <law@redhat.com>
37111
37112         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37113         null byte in the output string.
37114
37115 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37116
37117         * sysdeps/unix/sysv/linux/kernel-features.h
37118         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37119         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37120         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37121         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37122         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37123         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37124         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37125
37126 2012-08-09  Jeff Law <law@redhat.com>
37127
37128         [BZ #13939]
37129         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37130         When avoid_arena is set, don't retry in the that arena.  Pick the
37131         next one, whatever it might be.
37132         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37133         (arena_lock): Pass in new parameter to arena_get2.
37134         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37135         arena_get2.
37136         (__libc_malloc): Unify retrying after main arena failure with
37137         __libc_memalign version.
37138         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37139
37140 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37141
37142         [BZ #14166]
37143         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37144         to __redirect_strstr.
37145         (__strstr_sse42): Use typeof __redirect_strstr.
37146         (__strstr_ia32): Likewise.
37147         (__libc_strstr): New prototype.
37148         (strstr): Renamed to ...
37149         (__libc_strstr): This.
37150         (strstr): New strong alias of __libc_strstr.
37151         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37152         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37153         __redirect_time.
37154         Include <time.h>.
37155         (__libc_time): New prototype.
37156         (time_ifunc): Replace time with __libc_time.
37157         (time): New strong alias and hidden definition of __libc_time.
37158         (__GI_time): Remove strong alias.
37159         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37160         Include <stddef.h>.
37161         (memmove): Redefined to __redirect_memmove.
37162         (__memmove_sse2): Use typeof __redirect_memmove.
37163         (__memmove_ssse3): Likewise.
37164         (__memmove_ssse3_back): Likewise.
37165         (__libc_memmove): New prototype.
37166         (memmove): Renamed to ...
37167         (__libc_memmove): This.
37168         (memmove): New strong alias of __libc_memmove.
37169
37170 2012-08-08  Mark Salter  <msalter@redhat.com>
37171
37172         * elf/elf.h
37173         (R_MN10300_TLS_GD): Define.
37174         (R_MN10300_TLS_LD): Likewise.
37175         (R_MN10300_TLS_LDO): Likewise.
37176         (R_MN10300_TLS_GOTIE): Likewise.
37177         (R_MN10300_TLS_IE): Likewise.
37178         (R_MN10300_TLS_LE): Likewise.
37179         (R_MN10300_TLS_DTPMOD): Likewise.
37180         (R_MN10300_TLS_DTPOFF): Likewise.
37181         (R_MN10300_TLS_TPOFF): Likewise.
37182         (R_MN10300_SYM_DIFF): Likewise.
37183         (R_MN10300_ALIGN): Likewise.
37184         (R_MN10300_NUM): Update.
37185
37186 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37187
37188         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37189         Remove.
37190
37191 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37192
37193         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37194
37195         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37196         sysdeps/unix -> sysdeps/posix move.
37197         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37198
37199 2012-08-07      Allan McRae     <allan@archlinux.org>
37200
37201         [BZ #14303]
37202         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37203         (SUNOS_CPP): Likewise.
37204         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37205         not found.
37206         (open_input): Call CPP using execvp.
37207
37208 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37209
37210         * sysdeps/unix/sysv/linux/kernel-features.h
37211         (__ASSUME_PROT_GROWSUPDOWN): Remove.
37212         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37213         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37214         (__ASSUME_WAITID_SYSCALL): Likewise.
37215         * sysdeps/unix/sysv/linux/dl-execstack.c
37216         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
37217         code unconditional.
37218         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
37219         conditional code.
37220         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
37221         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
37222         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
37223         code.
37224         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
37225         unconditional.
37226         [__ASSUME_WAITID_SYSCALL]: Likewise.
37227         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
37228
37229 2012-08-07  Roland McGrath  <roland@hack.frob.com>
37230
37231         * sysdeps/unix/closedir.c: Renamed to ...
37232         * sysdeps/posix/closedir.c: ... here.
37233         * sysdeps/unix/dirfd.c: Renamed to ...
37234         * sysdeps/posix/dirfd.c: ... here.
37235         * sysdeps/unix/dirstream.h: Renamed to ...
37236         * sysdeps/posix/dirstream.h: ... here.
37237         * sysdeps/unix/fdopendir.c: Renamed to ...
37238         * sysdeps/posix/fdopendir.c: ... here.
37239         * sysdeps/unix/opendir.c: Renamed to ...
37240         * sysdeps/posix/opendir.c: ... here.
37241         * sysdeps/unix/readdir.c: Renamed to ...
37242         * sysdeps/posix/readdir.c: ... here.
37243         * sysdeps/unix/readdir_r.c: Renamed to ...
37244         * sysdeps/posix/readdir_r.c: ... here.
37245         * sysdeps/unix/rewinddir.c: Renamed to ...
37246         * sysdeps/posix/rewinddir.c: ... here.
37247         * sysdeps/unix/seekdir.c: Renamed to ...
37248         * sysdeps/posix/seekdir.c: ... here.
37249         * sysdeps/unix/telldir.c: Renamed to ...
37250         * sysdeps/posix/telldir.c: ... here.
37251         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
37252         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
37253         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
37254         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
37255
37256         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
37257         * bits/fcntl.h: ... here.
37258
37259         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
37260         not 0.
37261         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
37262         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
37263         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
37264         (struct flock): Move l_start, l_len to the beginning.
37265         Use __pid_t for l_pid.
37266         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
37267         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
37268         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
37269         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
37270         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
37271         [__USE_LARGEFILE64] (struct flock64): New type.
37272         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
37273
37274         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
37275         * bits/dirent.h: ... here.
37276
37277         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
37278         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
37279
37280 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37281
37282         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37283         Change from 2.6.0 to 2.6.16.
37284         * sysdeps/unix/sysv/linux/configure: Regenerated.
37285         * sysdeps/unix/sysv/linux/kernel-features.h
37286         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
37287         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
37288         version.
37289         (__ASSUME_UTIMES): Likewise.
37290         (__ASSUME_CLONE_STOPPED): Remove.
37291         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
37292         architectures, not kernel version.
37293         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
37294         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37295         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37296         (__ASSUME_WAITID_SYSCALL): Likewise.
37297         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
37298         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
37299         * README: State 2.6.16 as minimum Linux kernel version.  Do not
37300         refer to older versions.
37301
37302 2012-08-06  Roland McGrath  <roland@hack.frob.com>
37303
37304         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
37305         Define alphasort64 as an alias.
37306         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
37307         Define versionsort64 as an alias.
37308         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
37309         Define scandir64 as an alias.
37310         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
37311         Define scandirat64 as an alias.
37312         * dirent/alphasort64.c (alphasort64):
37313         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
37314         * dirent/versionsort64.c: Likewise.
37315         * dirent/scandir64.c: Likewise.
37316         * dirent/scandirat64.c: Likewise.
37317         * sysdeps/wordsize-64/alphasort.c: File removed.
37318         * sysdeps/wordsize-64/alphasort64.c: File removed.
37319         * sysdeps/wordsize-64/scandir.c: File removed.
37320         * sysdeps/wordsize-64/scandir64.c: File removed.
37321         * sysdeps/wordsize-64/scandirat.c: File removed.
37322         * sysdeps/wordsize-64/scandirat64.c: File removed.
37323         * sysdeps/wordsize-64/versionsort.c: File removed.
37324         * sysdeps/wordsize-64/versionsort64.c: File removed.
37325         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
37326         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
37327         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
37328         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
37329         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
37330         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
37331         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
37332         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
37333
37334         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
37335         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
37336         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
37337         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37338         [defined __arch64__ || defined __sparcv9]
37339         (__INO_T_MATCHES_INO64_T): New macro.
37340         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37341         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
37342         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
37343         * sysdeps/unix/sysv/linux/bits/dirent.h
37344         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
37345         (_DIRENT_MATCHES_DIRENT64): New macro.
37346
37347         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
37348         Define lockf64 as an alias.
37349         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
37350         Define fseeko64 as an alias.
37351         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
37352         Define ftello64 as an alias.
37353         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
37354         Define _IO_fgetpos64 and fgetpos64 as aliases.
37355         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
37356         Define _IO_fsetpos64 and fsetpos64 as aliases.
37357         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
37358         Conditionalize body on this.
37359         * libio/fseeko64.c: Likewise.
37360         * libio/ftello64.c: Likewise.
37361         * libio/iofgetpos64.c: Likewise.
37362         * libio/iofsetpos64.c: Likewise.
37363         * sysdeps/wordsize-64/lockf.c: File removed.
37364         * sysdeps/wordsize-64/lockf64.c: File removed.
37365         * sysdeps/wordsize-64/fseeko.c: File removed.
37366         * sysdeps/wordsize-64/fseeko64.c: File removed.
37367         * sysdeps/wordsize-64/ftello.c: File removed.
37368         * sysdeps/wordsize-64/ftello64.c: File removed.
37369         * sysdeps/wordsize-64/iofgetpos.c: File removed.
37370         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
37371         * sysdeps/wordsize-64/iofsetpos.c: File removed.
37372         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
37373         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
37374         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
37375         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
37376         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
37377         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
37378         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
37379         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
37380         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
37381         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
37382         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
37383
37384         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
37385         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
37386         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
37387         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37388         [defined __arch64__ || defined __sparcv9]
37389         (__OFF_T_MATCHES_OFF64_T): New macro.
37390         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37391         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
37392         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37393         (__OFF_T_MATCHES_OFF64_T): New macro.
37394
37395 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
37396
37397         * stdlib/secure-getenv.c (__secure_getenv): Replace
37398         GLIBC_2_16 with GLIBC_2_17.
37399
37400 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
37401
37402         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
37403         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
37404
37405 2012-08-03  David S. Miller  <davem@davemloft.net>
37406
37407         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37408
37409 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
37410
37411         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
37412         Remove.
37413         (__ASSUME_CORRECT_SI_PID): Likewise.
37414         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
37415         (__ASSUME_TMPFS_NAME): Likewise.
37416         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
37417         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
37418         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
37419         (HAVE_AUX_SECURE): Make definition unconditional.
37420         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
37421         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
37422
37423 2012-08-03  Roland McGrath  <roland@hack.frob.com>
37424
37425         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
37426         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
37427         * sysdeps/mach/hurd/eloop-threshold.h: New file.
37428         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37429         __eloop_threshold instead of SYMLOOP_MAX.
37430
37431         * sysdeps/generic/eloop-threshold.h: New file.
37432         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
37433         of MAXSYMLINKS.
37434         * elf/chroot_canon.c (chroot_canon): Likewise.
37435
37436 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
37437
37438         [BZ #13717]
37439         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37440         Change to 2.6.0 everywhere.
37441         * sysdeps/unix/sysv/linux/configure: Regenerated.
37442         * sysdeps/unix/sysv/linux/kernel-features.h
37443         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
37444         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
37445         kernel versions.
37446         (__ASSUME_POSIX_TIMERS): Define unconditionally.
37447         (__ASSUME_FUTEX_REQUEUE): Remove.
37448         (__ASSUME_STATFS64): Define unconditionally.
37449         (__ASSUME_AT_SECURE): Likewise.
37450         (__ASSUME_CORRECT_SI_PID): Likewise.
37451         (__ASSUME_TGKILL): Define without depending on kernel version for
37452         i386.
37453         (__ASSUME_UTIMES): Likewise.
37454         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
37455         kernel version.
37456         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
37457         (__ASSUME_TMPFS_NAME): Likewise.
37458         * README: Update reference to Linux kernel versions.
37459
37460 2012-08-02  Marek Polacek  <polacek@redhat.com>
37461
37462         [BZ# 14150]
37463         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
37464         libc_cv_asm_type_prefix with %.
37465         * configure: Regenerated.
37466         * include/libc-symbols.h: Remove comment about
37467         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
37468         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
37469         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
37470         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
37471         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
37472         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
37473         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
37474         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
37475         * elf/tst-unique2mod1.c: Likewise.
37476         * elf/tst-unique1mod2.c: Likewise.
37477         * elf/tst-unique1mod1.c: Likewise.
37478         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
37479         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
37480         Replace ASM_TYPE_DIRECTIVE with .type.
37481         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37482         * sysdeps/i386/sysdep.h: Likewise.
37483         * sysdeps/x86_64/sysdep.h: Likewise.
37484         * sysdeps/sh/sysdep.h: Likewise.
37485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
37486         Do not define ASM_TYPE_DIRECTIVE.
37487         * sysdeps/powerpc/sysdep.h: Likewise.
37488         * sysdeps/powerpc/powerpc32/sysdep.h:
37489         Replace ASM_TYPE_DIRECTIVE with .type.
37490         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37491         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37492         * sysdeps/i386/fpu/e_powf.S: Likewise.
37493         * sysdeps/i386/fpu/e_expl.S: Likewise.
37494         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
37495         * sysdeps/i386/fpu/e_acosh.S: Likewise.
37496         * sysdeps/i386/fpu/e_pow.S: Likewise.
37497         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
37498         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
37499         * sysdeps/i386/fpu/s_expm1.S: Likewise.
37500         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
37501         * sysdeps/i386/fpu/e_log2.S: Likewise.
37502         * sysdeps/i386/fpu/e_log2l.S: Likewise.
37503         * sysdeps/i386/fpu/e_scalb.S: Likewise.
37504         * sysdeps/i386/fpu/e_powl.S: Likewise.
37505         * sysdeps/i386/fpu/e_log10f.S: Likewise.
37506         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
37507         * sysdeps/i386/fpu/e_logl.S: Likewise.
37508         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
37509         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
37510         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
37511         * sysdeps/i386/fpu/e_log2f.S: Likewise.
37512         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
37513         * sysdeps/i386/fpu/e_log.S: Likewise.
37514         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
37515         * sysdeps/i386/fpu/e_logf.S: Likewise.
37516         * sysdeps/i386/fpu/e_log10l.S: Likewise.
37517         * sysdeps/i386/fpu/e_atanh.S: Likewise.
37518         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
37519         * sysdeps/i386/fpu/e_log10.S: Likewise.
37520         * sysdeps/i386/fpu/s_frexp.S: Likewise.
37521         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
37522         * sysdeps/i386/fpu/s_asinh.S: Likewise.
37523         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
37524         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
37525         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
37526         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
37527         * sysdeps/i386/i686/strtok.S: Likewise.
37528         * sysdeps/i386/i386-mcount.S: Likewise.
37529         * sysdeps/i386/strtok.S: Likewise.
37530         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
37531         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
37532         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37533         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
37534         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
37535         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
37536         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
37537         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
37538         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
37539         * sysdeps/x86_64/_mcount.S: Likewise.
37540         * sysdeps/x86_64/strtok.S: Likewise.
37541         * sysdeps/sh/_mcount.S: Likewise.
37542
37543 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37544
37545         * libio/iofopen.c: Include <fcntl.h>.
37546         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
37547         (_IO_fopen64, fopen64): Define as aliases.
37548         * libio/iofopen64.c: Include <fcntl.h>.
37549         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
37550         Conditionalize body on this.
37551         * sysdeps/wordsize-64/iofopen.c: File removed.
37552         * sysdeps/wordsize-64/iofopen64.c: File removed.
37553
37554 2012-08-01  Marek Polacek  <polacek@redhat.com>
37555
37556         * libc/Makeconfig: Use elf in place of binfmt-subdir.
37557         Use dlfcn directly instead of a variable.
37558         (binfmt-subdir): Do not define.
37559         (dlfcn): Likewise.
37560
37561 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
37562
37563         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
37564         Remove all definitions.
37565         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
37566         <kernel-features.h>.
37567         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37568         (miss_F_GETOWN_EX): Remove all definitions.
37569         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
37570         macro definition.
37571         [!__ASSUME_FCNTL64]: Remove conditional code.
37572         [__ASSUME_FCNTL64]: Make code unconditional.
37573         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
37574         <kernel-features.h>.
37575         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37576         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
37577         (lockf64) [__NR_fcntl64]: Make code unconditional.
37578         (lockf64) [__ASSUME_FCNTL64]: Likewise.
37579
37580         * sysdeps/unix/sysv/linux/kernel-features.h
37581         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
37582         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
37583         Make code unconditional.
37584         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37585         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
37587         [__NR_vfork]: Make code unconditional.
37588         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37589         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
37591         [__NR_vfork]: Make code unconditional.
37592         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37593         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37594
37595 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37596
37597         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
37598         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
37599
37600         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37601         Define mkstemp64 as an alias.
37602         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37603         Define mkstemps64 as an alias.
37604         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37605         Define mkostemp64 as an alias.
37606         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37607         Define mkostemps64 as an alias.
37608         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
37609         Conditionalize body on this.
37610         * misc/mkostemp64.c: Likewise.
37611         * misc/mkostemps64.c: Likewise.
37612         * misc/mkstemps64.c: Likewise.
37613         * sysdeps/wordsize-64/mkstemp64.c: File removed.
37614         * sysdeps/wordsize-64/mkostemp64.c: File removed.
37615         * sysdeps/wordsize-64/mkostemp.c: File removed.
37616         * sysdeps/wordsize-64/mkstemp.c: File removed.
37617         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
37618         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
37619         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
37620         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
37621
37622         [BZ #14138]
37623         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
37624         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
37625         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
37626         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
37627
37628         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
37629         compat_symbol macros from <shlib-compat.h> rather than the underlying
37630         default_symbol_version and symbol_version macros, so that DEFAULT
37631         lines in shlib-versions are respected.
37632         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
37633
37634 2012-08-01  Florian Weimer  <fweimer@redhat.com>
37635
37636         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
37637         Declare with warn_unused_result.
37638         (setgid, setregid, setegid, setresgid): Likewise.
37639         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
37640         Likewise.
37641         * WUR-REPORT: Remove set*id functions.
37642
37643 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
37644
37645         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
37646
37647 2012-07-31  Roland McGrath  <roland@hack.frob.com>
37648
37649         [BZ #10191]
37650         * include/sys/socket.h (__libc_accept, __libc_accept4):
37651         Add attribute_hidden.
37652         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
37653
37654         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
37655         use of PTR_MANGLE.
37656         * inet/getnetgrent_r.c (setup): Likewise.
37657
37658         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
37659
37660 2012-07-31  David S. Miller  <davem@davemloft.net>
37661
37662         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37663
37664 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
37665
37666         [BZ #13629]
37667         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
37668         value between 1.0 and 2.0 and smaller part has absolute value less
37669         than 1.0.
37670         * math/s_clog10.c (__clog10): Likewise.
37671         * math/s_clog10f.c (__clog10f): Likewise.
37672         * math/s_clog10l.c (__clog10l): Likewise.
37673         * math/s_clogf.c (__clogf): Likewise.
37674         * math/s_clogl.c (__clogl): Likewise.
37675         * math/libm-test.inc (clog_test): Add more tests.
37676         (clog10_test): Likewise.
37677         * sysdeps/i386/fpu/libm-test-ulps: Update.
37678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37679
37680 2012-07-31  Florian Weimer  <fweimer@redhat.com>
37681
37682         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
37683         Exit with zero in case no suitable GID is found, and write a
37684         message to standard error.
37685
37686 2012-07-30  Roland McGrath  <roland@hack.frob.com>
37687
37688         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
37689         rather than to 1.
37690         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
37691         (MAXPATHLEN): Removed.
37692         (NOGROUP, NODEV): New macros.
37693         (setbit, clrbit, isset, isclr): New macros.
37694         (howmany, roundup, powerof2): New macros.
37695         (DEV_BSIZE): New macro.
37696
37697         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
37698         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
37699
37700         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
37701         definition on [!__NO_LONG_DOUBLE_MATH].
37702
37703         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
37704         PTR_MANGLE and PTR_DEMANGLE.
37705
37706         * socket/accept4.c (accept4): Rename to __libc_accept4.
37707         Define accept4 as a weak alias.
37708
37709         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
37710         on [_DIRENT_HAVE_D_TYPE].
37711         * io/ftw.c (ftw_dir): Likewise.
37712
37713         * io/xmknod.c (__xmknod): Don't check PATH for being null.
37714
37715         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
37716
37717         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
37718         Use the BSD numbers rather than the arbitrary ones we had.
37719         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
37720         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
37721         (SIGXCPU, SIGXFSZ): New macros.
37722         (_NSIG): Now 32.
37723
37724         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
37725         initializer on [_LIBC_REENTRANT].
37726
37727         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
37728         definitions inside [_POSIX_MAPPED_FILES].
37729
37730         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
37731
37732         * dirent/opendir.c: Include <fcntl.h>.
37733
37734         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
37735         (__libc_getspecific): Likewise.
37736         (__libc_key_create): Likewise.
37737
37738         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37739         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37740         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37741         (tmpfile64): Define as alias.
37742         * sysdeps/wordsize-64/tmpfile.c: File removed.
37743         * sysdeps/wordsize-64/tmpfile64.c: File removed.
37744         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37745         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37746
37747         * stdio-common/vfscanf.c: Include <stdbool.h>.
37748         * nss/makedb.c: Likewise.
37749         * stdio-common/_i18n_number.h: Likewise.
37750         * argp/argp-help.c: Likewise.
37751         * posix/wordexp.c: Likewise.
37752         * sysdeps/posix/spawni.c: Likewise.
37753         * nss/nss_files/files-initgroups.c: Likewise.
37754         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37755         * nss/nss_files/files-initgroups.c: Likewise.
37756         * nss/nss_db/db-netgrp.c: Likewise.
37757         * nss/nss_db/db-initgroups.c: Likewise.
37758         * io/fchmodat.c: Include <sys/stat.h>.
37759
37760         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37761         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37762
37763         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37764         [HAVE_MMAP].
37765
37766         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37767         Add multiple inclusion protection.
37768
37769 2012-07-27  David S. Miller  <davem@davemloft.net>
37770
37771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37772
37773 2012-07-27  Gary Benson  <gbenson@redhat.com>
37774
37775         [BZ #14298]
37776         * elf/rtld.c: Include <stap-probe.h>.
37777         (dl_main): Added static probes "init_start" and "init_complete".
37778         * elf/dl-load.c: Include <stap-probe.h>.
37779         (lose): Take new parameter "nsid".
37780         Added static probe "map_failed".
37781         (_dl_map_object_from_fd): Pass namespace id to lose.
37782         Added static probe "map_start".
37783         (open_verify): Pass namespace id to lose.
37784         * elf/dl-open.c: Include <stap-probe.h>.
37785         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37786         and "reloc_complete".
37787         * elf/dl-close.c: Include <stap-probe.h>.
37788         (_dl_close_worker): Added static probes "unmap_start" and
37789         "unmap_complete".
37790         * elf/rtld-debugger-interface.txt: New file documenting the above.
37791
37792 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37793
37794         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37795         rather than a string variable.
37796         * sunrpc/rpc_main.c (h_output): Likewise.
37797         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37798
37799 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37800
37801         * inet/check_native.c: New file.
37802
37803 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37804
37805         [BZ #13629]
37806         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37807         if larger part has absolute value 1.0.
37808         * math/s_clog10.c (__clog10): Likewise.
37809         * math/s_clog10f.c (__clog10f): Likewise.
37810         * math/s_clog10l.c (__clog10l): Likewise.
37811         * math/s_clogf.c (__clogf): Likewise.
37812         * math/s_clogl.c (__clogl): Likewise.
37813         * math/libm-test.inc (clog_test): Add more tests.
37814         (clog10_test): Likewise.
37815         * sysdeps/i386/fpu/libm-test-ulps: Update.
37816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37817
37818         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37819         (pltexit): Likewise.
37820         (La_regs): Likewise.
37821         (La_retval): Likewise.
37822         (int_retval): Likewise.
37823         Update #error for removed macros to refer only to definitions in
37824         tst-audit.h.
37825         * elf/tst-auditmod3b.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-auditmod4b.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-auditmod5b.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-auditmod6b.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-auditmod6c.c (pltenter): Remove all definitions of
37850         macro.
37851         (pltexit): Likewise.
37852         (La_regs): Likewise.
37853         (La_retval): Likewise.
37854         (int_retval): Likewise.
37855         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37856         macro.
37857         (pltexit): Likewise.
37858         (La_regs): Likewise.
37859         (La_retval): Likewise.
37860         (int_retval): Likewise.
37861         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37862         macro definitions in tst-audit.h.
37863         * sysdeps/i386/tst-audit.h: New file.
37864         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37865         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37866         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37867         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37868         * sysdeps/sh/tst-audit.h: Likewise.
37869         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37870         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37871         * sysdeps/x86_64/tst-audit.h: Likewise.
37872
37873 2012-07-26  Andreas Jaeger  <aj@suse.de>
37874
37875         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37876         ptrace.
37877
37878         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37879         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37880         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37881         PTRACE_O_MASK.
37882         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37883         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37884         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37885
37886         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37887         value.
37888
37889         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37890         _sigsys.
37891         (si_call_addr, si_syscall, si_arch): Define new macro.
37892         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37893         _sigsys.
37894         (si_call_addr, si_syscall, si_arch): Define new marcro.
37895         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37896         _sigsys.
37897         (si_call_addr, si_syscall, si_arch): Define new macro.
37898         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37899         _sigsys.
37900         (si_call_addr, si_syscall, si_arch): Define new macro.
37901
37902 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37903
37904         [BZ #13717]
37905         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37906         Change to 2.4.21 where previously 2.4.1.
37907         * sysdeps/unix/sysv/linux/configure: Regenerated.
37908         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37909         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37910         Linux kernel version.
37911         (__ASSUME_STD_AUXV): Remove.
37912         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37913         kernel version.
37914         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37915         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37916         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37917         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37918         (__ASSUME_NETLINK_SUPPORT): Likewise.
37919         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37920         (__no_netlink_support): Remove conditional definition.
37921         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37922         Remove.
37923         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37924         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37925         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37926         (if_nameindex_ioctl): Remove.
37927         (if_nameindex_netlink): Do not handle __no_netlink_support.
37928         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37929         code.
37930         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37931         Remove conditional code.
37932         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37933         code.
37934         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37935         unconditional.
37936         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37937         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37938         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37939         Remove.
37940         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37941         [!__ASSUME_STD_AUXV]: Remove conditional code.
37942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37943         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37944         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37946         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37947         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37948         code.
37949         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37951         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37952         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37953         conditional code.
37954         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37956         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37957         code.
37958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37959         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37960         conditional code.
37961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37962         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37963         code unconditional.
37964         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37965         conditional code.
37966         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37967         unconditional.
37968         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37969         conditional code.
37970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37971         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37972         unconditional.
37973         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37974         conditional code.
37975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37976         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37977         code unconditional.
37978         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37979         conditional code.
37980         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37981         unconditional.
37982         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37983         conditional code.
37984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37985         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37986         code unconditional.
37987         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37988         conditional code.
37989         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37990         unconditional.
37991         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37992         conditional code.
37993
37994 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37995
37996         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37997         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37998         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37999         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38000         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38001         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38002         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38003         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38004         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38005         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38006         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38007         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38008         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38009         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38010         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38011         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38012         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38013         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38014         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38015         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38016         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38017         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38018         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38019
38020 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38021
38022         * Versions.def: Add GLIBC_2.17.
38023         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38024         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38025         Introduce __libc_secure_getenv.
38026         * stdlib/Versions (2.17): Add secure_getenv
38027         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38028         * stdlib/secure-getenv.c: Rename __secure_getenv to
38029         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38030         symbol __secure_getenv for GLIBC_2.0.
38031         * stdlib/tst-secure-getenv.c: New.
38032         * stdlib/Makefile (tests): Add testcase.
38033         * manual/startup.texi (Environment Access): Document
38034         secure_getenv.
38035         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38036         __libc_secure_getenv.
38037         * inet/ruserpass.c (ruserpass): Likewise.
38038         * malloc/mtrace.c (mtrace): Likewise.
38039         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38040         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38041         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38042         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38043         HAVE_SECURE_GETENV.
38044         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38045         __secure_getenv to __libc_secure_getenv.
38046         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38048         Likewise.
38049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38050         Likewise.
38051         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38053         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38055         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38056         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38058
38059 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38060
38061         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38062         (struct La_i86_retval): Likewise.
38063         (struct La_x86_64_regs): Likewise.
38064         (struct La_x86_64_retval): Likewise.
38065         (struct La_x32_regs): Likewise.
38066         (struct La_x32_retval): Likewise.
38067         (struct La_ppc32_regs): Likewise.
38068         (struct La_ppc32_retval): Likewise.
38069         (struct La_ppc64_regs): Likewise.
38070         (struct La_ppc64_retval): Likewise.
38071         (struct La_sh_regs): Likewise.
38072         (struct La_sh_retval): Likewise.
38073         (struct La_s390_32_regs): Likewise.
38074         (struct La_s390_32_retval): Likewise.
38075         (struct La_s390_64_regs): Likewise.
38076         (struct La_s390_64_retval): Likewise.
38077         (struct La_sparc32_regs): Likewise.
38078         (struct La_sparc32_retval): Likewise.
38079         (struct La_sparc64_regs): Likewise.
38080         (struct La_sparc64_retval): Likewise.
38081         (struct audit_ifaces): Remove architecture-specific pltenter and
38082         pltexit members.
38083         * sysdeps/i386/ldsodefs.h: New file.
38084         * sysdeps/powerpc/ldsodefs.h: Likewise.
38085         * sysdeps/s390/ldsodefs.h: Likewise.
38086         * sysdeps/sh/ldsodefs.h: Likewise.
38087         * sysdeps/sparc/ldsodefs.h: Likewise.
38088         * sysdeps/x86_64/ldsodefs.h: Likewise.
38089
38090 2012-07-25  Marek Polacek  <polacek@redhat.com>
38091
38092         [BZ #6808]
38093         * math/libm-test.inc (yn_test): Add another test.
38094         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38095         to ERANGE when the result is +-Inf.
38096         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38097         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38098         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38099         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38100
38101 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38102
38103         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38104         equal to 0.
38105         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38106         clock_t.
38107         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38108
38109 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38110
38111         * configure.in <sysdeps resolving>: Correct printing
38112         Implies_before.
38113         * configure: Regenerate.
38114
38115 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38116
38117         * math/w_ilogb.c: Include <limits.h>.
38118         * math/w_ilogbl.c: Likewise.
38119
38120 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38121
38122         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38123         va_copy.  Document allowing for unavailable va_copy only as
38124         pre-C99 compatibility.
38125         * manual/string.texi (Copying and Concatenation): Use va_copy
38126         instead of __va_copy in concat example.
38127
38128 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38129
38130         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38131         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38132         it if not null.
38133
38134         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38135         with O_NOLINK passed to __file_name_lookup.
38136
38137         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38138         with O_NOLINK passed to __file_name_lookup.
38139
38140         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38141         negative N or less than NGIDS.
38142
38143         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38144         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38145         enough.  Use memcpy instead of strncpy.
38146
38147 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38148
38149         * elf/Makefile (check-data): Remove.
38150         (localplt.data): New vpath directive.
38151         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38152         instead of $(check-data).
38153         * scripts/data/localplt-generic.data: Move to ...
38154         * sysdeps/generic/localplt.data: ... here.
38155         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38156         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38157         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38159         ... here.
38160         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38162         ... here.
38163         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38164         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38165         ... here.
38166         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38167         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38168         ... here.
38169         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38170         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38171         ... here.
38172         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38173         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38174         ... here.
38175
38176 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38177
38178         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38179         PPC32 and PPC64 files.
38180         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38181         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38182
38183 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38184
38185         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38186         __makecontext_ret to ...
38187         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38188         ... here and call exit if uc_link is NULL.  New file.
38189         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38190         __makecontext_ret.S.
38191         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38192         __makecontext_ret to ...
38193         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38194         ... here and call exit if uc_link is NULL.  New file.
38195         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38196         __makecontext_ret.S.
38197
38198 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38199
38200         * elf/elf.h (R_390_IRELATIVE): New definition.
38201         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38202         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38203         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38204         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38205         (elf_machine_lazy_rel): Likewise.
38206         * sysdeps/s390/dl-irel.h: New file.
38207         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38208         * sysdeps/s390/s390-64/memset.S: New asm code.
38209         * sysdeps/s390/s390-64/memcmp.S: New asm code.
38210         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
38211         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
38212         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
38213         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
38214         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
38215         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
38216         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
38217         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
38218         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
38219         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
38220         * sysdeps/s390/s390-32/memcpy.S: New asm code.
38221         * sysdeps/s390/s390-32/memset.S: New asm code.
38222         * sysdeps/s390/s390-32/memcmp.S: New asm code.
38223
38224 2012-07-17  Marek Polacek  <polacek@redhat.com>
38225
38226         [BZ #14349]
38227         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
38228         * sysdeps/s390/s390-64/configure.in: Likewise.
38229         * sysdeps/sparc/configure.in: Likewise.
38230         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
38231         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
38232         * sysdeps/i386/configure.in: Likewise.
38233         * sysdeps/x86_64/configure.in: Likewise.
38234         * sysdeps/sh/configure.in: Likewise.
38235         * sysdeps/s390/s390-32/configure: Regenerated.
38236         * sysdeps/s390/s390-64/configure: Likewise.
38237         * sysdeps/x86_64/configure: Likewise.
38238         * sysdeps/sh/configure: Likewise.
38239         * sysdeps/powerpc/powerpc64/configure: Likewise.
38240         * sysdeps/powerpc/powerpc32/configure: Likewise.
38241         * sysdeps/sparc/configure: Likwise.
38242         * sysdeps/i386/configure: Likewise.
38243
38244         * elf/dl-open.c: Comment fixes.
38245
38246 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
38247
38248         * Makefile [CXX] (check-data): Remove.
38249         [CXX] (c++-types.data): New vpath directive.
38250         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
38251         vpath.  Do not allow for C++ type data being missing.
38252         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
38253         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
38254         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
38255         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
38256         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
38257         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
38258         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
38259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
38260         ... here.
38261         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
38262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
38263         ... here.
38264         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
38265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
38266         ... here.
38267         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
38268         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
38269         ... here.
38270         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
38271         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
38272         ... here.
38273         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
38274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
38275         ... here.
38276         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
38277         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
38278         ... here.
38279         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
38280         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
38281
38282         * elf/tls-macros.h (TLS_LE): Move architecture-specific
38283         definitions to architecture-specific files.
38284         (TLS_IE): Likewise.
38285         (TLS_LD): Likewise.
38286         (TLS_GD): Likewise.
38287         * sysdeps/i386/tls-macros.h: New file.
38288         * sysdeps/powerpc/tls-macros.h: Likewise.
38289         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
38290         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
38291         * sysdeps/sh/tls-macros.h: Likewise.
38292         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
38293         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
38294         * sysdeps/x86_64/tls-macros.h: Likewise.
38295
38296 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
38297
38298         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
38299         zero value for regular exit case.
38300
38301         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
38302         (__start_context): Preserve zero value for regular exit case.
38303
38304 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
38305             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38306
38307         * manual/setjmp.texi (setcontext): Clarify normal process
38308         termination when uc_link is the null pointer.
38309         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
38310         exit call.
38311
38312 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
38313
38314         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
38315         preprocessor.  Test for each exception mask separately.
38316
38317 2012-07-16  Andreas Jaeger  <aj@suse.de>
38318
38319         * po/ru.po: Update from translation team.
38320
38321 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
38322
38323         * conform/data/string.h-data (NULL): Use macro-constant.  Require
38324         equal to 0.
38325         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38326         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38327         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
38328         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
38329         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38330
38331 2012-07-13  Andreas Jaeger  <aj@suse.de>
38332
38333         * po/fr.po: Update from translation team.
38334
38335 2012-07-12  Marek Polacek  <polacek@redhat.com>
38336
38337         [BZ #14173]
38338         * math/libm-test.inc (yn_test): Add test for BZ #14173.
38339         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
38340         loop condition.
38341
38342 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
38343
38344         [BZ #13717]
38345         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38346         Change to 2.4.1 where previously 2.4.0.
38347         * sysdeps/unix/sysv/linux/configure: Regenerated.
38348         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
38349         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
38350         version.
38351         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
38352         (__ASSUME_AT_CLKTCK): Remove.
38353         (__ASSUME_AT_PAGESIZE): Likewise.
38354         (__ASSUME_AT_XID): Likewise.
38355         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
38356         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
38357         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
38358         unconditionally.
38359         (HAVE_AUX_PAGESIZE): Likewise.
38360         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
38361         [__ASSUME_AT_CLKTCK]: Make code unconditional.
38362         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
38363
38364 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
38365
38366         [BZ #14307]
38367         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
38368         the temporary buffer used to invoke __gethostbyname2_r,
38369         __gethostbyaddr_r and gethostbyname4_r to make room for struct
38370         host_data / struct gaih_addrtuple.
38371         * resolv/nss_dns/dns-host.c (global scope): Move definition of
38372         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
38373         header file nss/nsswitch.h.
38374         * nss/nsswitch.h (global scope): Add definition of implementation
38375         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
38376         resolv/nss_dns/dns-host.c).
38377
38378 2012-07-11  Andreas Jaeger  <aj@suse.de>
38379
38380         * po/fr.po: Update from translation team.
38381
38382         * po/sv.po: Update from translation team
38383         * po/fr.po: Another update from translation team.
38384
38385 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38386
38387         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
38388         for subnormals or multiply small sinh result by itself.
38389         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
38390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38391
38392 2012-07-11  David S. Miller  <davem@davemloft.net>
38393
38394         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38395
38396 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
38397
38398         [BZ #14347]
38399         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
38400         (INTERNAL_MARK): Shift it here.
38401
38402 2012-07-10  Marek Polacek  <polacek@redhat.com>
38403
38404         [BZ #14151]
38405         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
38406         libc_cv_asm_global_directive with .globl.
38407         * configure: Regenerated.
38408         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
38409         with .globl.
38410         * sysdeps/i386/configure: Regenerated.
38411         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
38412         with .globl.
38413         * sysdeps/x86_64/configure: Regenerated.
38414         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
38415         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
38416         * elf/tst-unique2mod2.c: Likewise.
38417         * elf/tst-unique2mod1.c: Likewise.
38418         * elf/tst-unique1mod2.c: Likewise.
38419         * elf/tst-unique1mod1.c: Likewise.
38420         * sysdeps/s390/s390-32/sysdep.h: Likewise.
38421         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38422         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38423         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38424         * sysdeps/mach/sysdep.h: Likewise.
38425         * sysdeps/i386/sysdep.h: Likewise.
38426         * sysdeps/i386/i386-mcount.S: Likewise.
38427         * sysdeps/x86_64/_mcount.S: Likewise.
38428         * sysdeps/x86_64/sysdep.h: Likewise.
38429         * sysdeps/sh/_mcount.S: Likewise.
38430         * sysdeps/sh/sysdep.h: Likewise.
38431         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
38432         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
38433         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
38434         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
38435         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
38436         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
38437         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
38438         * locale/localeinfo.h: Likewise.
38439         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
38440         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
38441
38442 2012-07-09  Roland McGrath  <roland@hack.frob.com>
38443
38444         [BZ #14336]
38445         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
38446         system".
38447         * manual/message.texi (The Uniforum approach): Likewise.
38448         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
38449         (glibc iconv Implementation): Likewise.
38450
38451 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
38452
38453         [BZ #14337]
38454         * math/s_clog.c (__clog): Avoid scaling a value down where that
38455         could result in underflow.
38456         * math/s_clog10.c (__clog10): Likewise.
38457         * math/s_clog10f.c (__clog10f): Likewise.
38458         * math/s_clog10l.c (__clog10l): Likewise.
38459         * math/s_clogf.c (__clogf): Likewise.
38460         * math/s_clogl.c (__clogl): Likewise.
38461         * math/libm-test.inc (clog_test): Add more tests.
38462         (clog10_test): Likewise.
38463         * sysdeps/i386/fpu/libm-test-ulps: Update.
38464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38465
38466 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
38467
38468         [BZ #14283]
38469         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
38470         by 7 not 8 to examine high bit of fractional part.
38471
38472         [BZ #14042]
38473         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
38474         for call to __mcount_internal.
38475         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
38476         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
38477         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
38478
38479 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
38480
38481         [BZ #14154]
38482         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
38483         approximation for values within 0x1p-13f of an odd multiple of
38484         pi/4.
38485         * math/libm-test.inc (tan_test): Do not allow spurious underflow
38486         exception.  Add more tests.
38487         * sysdeps/i386/fpu/libm-test-ulps: Update.
38488
38489         [BZ #6778]
38490         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
38491         inputs and return -1 for them.  Do not check for +Inf in case not
38492         reachable for +Inf.
38493         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
38494         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
38495         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
38496         and return -1 for them.  Do not check for +Inf in case not
38497         reachable for +Inf.
38498         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
38499         define.
38500         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
38501         and return -1 for them.  Do not check for +Inf in case not
38502         reachable for +Inf.
38503         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
38504         spurious underflow.
38505         * sysdeps/i386/fpu/libm-test-ulps: Update.
38506         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38507
38508 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
38509
38510         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
38511
38512 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
38513
38514         [BZ #14157]
38515         [BZ #14331]
38516         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
38517         could result in spurious underflow.  Scale down values above
38518         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
38519         * math/s_csqrtf.c (__csqrtf): Likewise.
38520         * math/s_csqrtl.c (__csqrtl): Likewise.
38521         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
38522         spurious underflow.
38523         * sysdeps/i386/fpu/libm-test-ulps: Update.
38524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38525
38526 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
38527
38528         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
38529         xopen-msg.sed.
38530         * catgets/xopen-msg.awk: New file.
38531         * catgets/xopen-msg.sed: Removed.
38532
38533         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
38534         po2text.sed.
38535         * intl/po2test.awk: New file.
38536         * intl/po2test.sed: Removed.
38537
38538 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
38539
38540         [BZ #14328]
38541         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
38542         or multiply small sinh result by itself.
38543         * math/s_ctanf.c (__ctanf): Likewise.
38544         * math/s_ctanh.c (__ctanh): Likewise.
38545         * math/s_ctanhf.c (__ctanhf): Likewise.
38546         * math/s_ctanhl.c (__ctanhl): Likewise.
38547         * math/s_ctanl.c (__ctanl): Likewise.
38548         * math/libm-test.inc (ctan_test_tonearest): New function.
38549         (ctan_test_towardzero): Likewise.
38550         (ctan_test_downward): Likewise.
38551         (ctan_test_upward): Likewise.
38552         (ctanh_test_tonearest): Likewise.
38553         (ctanh_test_towardzero): Likewise.
38554         (ctanh_test_downward): Likewise.
38555         (ctanh_test_upward): Likewise.
38556         (main): Call these new functions.
38557         * sysdeps/i386/fpu/libm-test-ulps: Update.
38558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38559
38560 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
38561
38562         * .gitignore: Delete /ports entry.
38563
38564 2012-07-03  Andreas Jaeger  <aj@suse.de>
38565
38566         * po/bg.po: Update from translation team.
38567         * po/cs.po: Likewise.
38568         * po/de.po: Likewise.
38569         * po/hr.po: Likewise.
38570         * po/nl.pl: Likewise.
38571         * po/pl.po: Likewise.
38572         * po/vi.po: Likewise.
38573
38574 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
38575
38576         * Makeconfig [!+link] (+link-before-libc): New variable.
38577         [!+link] (+link-after-libc): Likewise.
38578         [!+link] (+link-tests): Likewise.
38579         [!+link] (+link): Define in terms of $(+link-before-libc) and
38580         $(+link-after-libc).
38581         [!+link-static] (+link-static-before-libc): New variable.
38582         [!+link-static] (+link-static-after-libc): Likewise.
38583         [!+link-static] (+link-static-tests): Likewise.
38584         [!+link-static] (+link-static): Define in terms of
38585         $(+link-static-before-libc) and $(+link-static-after-libc).
38586         [build-shared] (link-libc-before-gnulib): New variable.
38587         [build-shared] (link-libc-tests): Likewise.
38588         [build-shared] (link-libc): Define in terms of
38589         $(link-libc-before-gnulib).
38590         [!build-shared] (link-libc-tests): New variable.
38591         (link-libc-static-tests): New variable.
38592         [!gnulib] (gnulib-arch): New variable.
38593         [!gnulib] (gnulib-tests): Likewise.
38594         [!gnulib] (static-gnulib-arch): Likewise.
38595         [!gnulib] (static-gnulib-tests): Likewise.
38596         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
38597         Define with "=" instead of ":=".
38598         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
38599         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
38600         * Rules (binaries-all-notests): New variable.
38601         (binaries-all-tests): Likewise.
38602         (binaries-static-notests): Likewise.
38603         (binaries-static-tests): Likewise.
38604         (binaries-all): Define using $(binaries-all-notests) and
38605         $(binaries-all-tests).
38606         (binaries-static): Define using $(binaries-static-notests) and
38607         $(binaries-static-tests).
38608         (binaries-shared-tests): New variable.
38609         (binaries-shared-notests): Likewise.
38610         (binaries-shared): Remove variable.
38611         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
38612         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
38613         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
38614         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
38615         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
38616         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
38617         * elf/Makefile (sln-modules): New variable.
38618         (extra-objs): Add $(sln-modules:=.o).
38619         (ldconfig-modules): Add static-stubs.
38620         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
38621         * elf/static-stubs.c: New file.
38622
38623         [BZ #14283]
38624         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
38625         by 7 not 8 to examine high bit of fractional part.  Use volatile
38626         variables when splitting into final array of floats if
38627         __FLT_EVAL_METHOD__ != 0.
38628         * math/libm-test.inc (cos_test): Add another test.
38629         (sin_test): Likewise.
38630         * sysdeps/i386/fpu/libm-test-ulps: Update.
38631
38632         [BZ #14273]
38633         * math/libm-test.inc (cosh_test): Add more tests.
38634
38635         * version.h (RELEASE): Set to "development".
38636         (VERSION): Set to "2.16.90".
38637
38638 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
38639
38640         * NEWS: Update copyright. Remove last-updated date.
38641         Mention math library bug fixes and timezone data changes.
38642         * README: Mention GNU/Hurd, x32, and HPPA support status.
38643
38644 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
38645
38646         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
38647
38648 2012-06-27  Andreas Jaeger  <aj@suse.de>
38649
38650         * manual/contrib.texi (Contributors): Add Samuel Thibault.
38651
38652 2012-06-25  Andreas Jaeger  <aj@suse.de>
38653
38654         * sysdeps/s390/fpu/libm-test-ulps: Update.
38655
38656 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
38657             Thomas Schwinge  <thomas@codesourcery.com>
38658
38659         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
38660         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
38661         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
38662         fanotify_mark.
38663
38664 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
38665
38666         * sysdeps/mach/start.c: Remove file.
38667         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
38668         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
38669         * sysdeps/sh/init-first.c: Likewise.
38670
38671         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
38672         registers for frame unwinding purposes, add CFI directives.
38673         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38674         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
38675         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
38676         Likewise.
38677
38678         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
38679         __fortify_fail returning.
38680         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38681
38682         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
38683         sysdeps/sh/____longjmp_chk.S.
38684         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
38685         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
38686         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
38687         (gen-as-const-headers): Append sigaltstack-offsets.sym.
38688
38689         * sysdeps/sh/abort-instr.h: New file.
38690         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
38691         process in case exit returns.
38692
38693         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
38694         initialize the GOT register before use.
38695
38696         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
38697         calculation of ARGC > 4.
38698
38699         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
38700         meaningful names to some local labels.
38701
38702 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38703             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38704
38705         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
38706         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
38707         (__arch_compare_and_exchange_val_16_acq): Likewise.
38708         (__arch_compare_and_exchange_val_32_acq): Likewise.
38709         (atomic_exchange_and_add): Fix gUSA sequence.
38710         (atomic_add): Likewise.
38711         (atomic_add_negative): Likewise.
38712         (atomic_add_zero): Likewise.
38713         (atomic_bit_test_set): Likewise.
38714
38715 2012-06-22  Andreas Schwab  <schwab@redhat.com>
38716
38717         [BZ #13579]
38718         * include/link.h (struct link_map): Add l_free_initfini.
38719         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
38720         l_initfini.
38721         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
38722         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
38723         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
38724         set.
38725
38726 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
38727
38728         * configure.in: Use AC_LANG_SOURCE.
38729         * configure: Regenerate.
38730
38731 2012-06-22  Roland McGrath  <roland@hack.frob.com>
38732
38733         * configure.in (libc_cv_localstatedir): New substituted variable.
38734         * configure: Regenerated.
38735         * config.make.in (localstatedir): New variable, substituted from
38736         libc_cv_localstatedir.
38737         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38738         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38739         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38740         * sysdeps/gnu/configure: Regenerated.
38741
38742 2012-06-21  Jeff Law  <law@redhat.com>
38743
38744         [BZ #14277]
38745         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38746         free.  Simplify list management for _LIBC case.
38747
38748 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38749
38750         [BZ #14273]
38751         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38752         Clear sign bit of 64-bit integer value before comparing against
38753         overflow value.
38754
38755         * sysdeps/mach/configure: Regenerated.
38756
38757 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38758
38759         [BZ #14278]
38760         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38761
38762 2012-06-21  Jeff Law  <law@redhat.com>
38763
38764         [BZ #13882]
38765         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38766         uint16_t for elements in the "seen" array to avoid char overflows.
38767         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38768         * elf/dl-open.c (dl_open_worker): Likewise.
38769
38770 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38771
38772         * scripts/list-sources.sh: Scan PORTS for translations.
38773         * po/libc.pot: Regenerated.
38774
38775 2012-06-21  Andreas Jaeger  <aj@suse.de>
38776
38777         [BZ #12194]
38778         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38779         warning.
38780         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38781         * bits/byteswap-16.h (__bswap_16): Likewise.
38782         * bits/byteswap.h (__bswap_constant_16): Likewise.
38783
38784 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38785
38786         [BZ #14117]
38787         * sysdeps/i386/fpu_control.h: Removed.
38788         * sysdeps/x86_64/fpu_control.h: Moved to ...
38789         * sysdeps/x86/fpu_control.h: Here.
38790
38791         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38792         (_FPU_SETCW): Likewise.
38793
38794 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38795
38796         [BZ #14117]
38797         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38798         * sysdeps/x86/fpu/bits/mathinline.h: This.
38799         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38800
38801         [BZ #14050]
38802         [BZ #14117]
38803         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38804         functions if __x86_64__ is defined.
38805
38806 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38807
38808         * string/endian.h: Add !__ASSEMBLER__ condition for including
38809         conversion interfaces.
38810
38811 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38812
38813         [BZ #14241]
38814         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38815         of ABS(x) in calculating zero to negative powers other than odd
38816         integers.
38817         * math/libm-test.inc (pow_test): Add more tests.
38818
38819 2012-06-15  Andreas Jaeger  <aj@suse.de>
38820
38821         * manual/contrib.texi (Contributors): Update entry of Liubov
38822         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38823         Machado Filho.
38824
38825 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38826
38827         * string/string.h: Add __wur to GNU version of strerror_r.
38828
38829 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38830
38831         [BZ #14229]
38832         * string/Makefile (tests): Add tst-strtok_r.
38833         * string/tst-strtok_r.c: New file.
38834         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38835         RAX_LP/RDX_LP on SAVE_PTR.
38836
38837 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38838
38839         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38840
38841 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38842
38843         * libm_test.inc (csqrt_test): Allow more spurious underflow
38844         exceptions.
38845         (j0_test): Likewise.
38846         (j1_test): Likewise.
38847         (y0_test): Likewise.
38848         (y1_test): Likewise.
38849
38850 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38851
38852         * po/Makefile (libc.pot): Use UTF-8 charset.
38853
38854 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38855
38856         [BZ #14210]
38857         Suppress sign-conversion warning from FD_SET.
38858         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38859         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38860         not unsigned long int.
38861         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38862
38863 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38864
38865         [BZ #14050]
38866         [BZ #14117]
38867         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38868         __extern_always_inline instead of __extern_inline.
38869         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38870         (__signbit): Likewise.
38871         (__signbitl): Support C++ namespace.
38872         (lrintf): New inline function.
38873         (lrint): Likewise.
38874         (llrintf): Likewise.
38875         (llrint): Likewise.
38876         (fmaxf): Likewise.
38877         (fmax): Likewise.
38878         (fminf): Likewise.
38879         (fmin): Likewise.
38880         (rint): Likewise.
38881         (rintf): Likewise.
38882         (ceil): Likewise.
38883         (ceilf): Likewise.
38884         (floor): Likewise.
38885         (floorf): Likewise.
38886         (nearbyint): Likewise.
38887         (nearbyintf): Likewise.
38888
38889 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38890
38891         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38892         non-default versions.
38893
38894 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38895
38896         [BZ #14218]
38897         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38898
38899 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38900
38901         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38902         (FE_UPWARD, FE_DOWNWARD): Don't define.
38903         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38904         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38905
38906         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38907         reading it.
38908         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38909         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38910
38911 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38912
38913         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38914         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38915         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38916         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38917
38918 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38919
38920         [BZ #14117]
38921         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38922         * sysdeps/i386/fpu/Implies: New file.
38923         * sysdeps/x86_64/fpu/Implies: Likewise.
38924         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38925         * sysdeps/x86/fpu/bits/fenv.h: This.
38926
38927         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38928         __SSE_MATH__.
38929
38930 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38931
38932         [BZ #14134]
38933         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38934         character 0xffff that matches the last element of the
38935         conversion table.
38936
38937 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38938
38939         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38940         fmodl commit.
38941
38942 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38943
38944         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38945         values higher than 25.6283.
38946
38947 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38948
38949         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38950         subnormal exponent extraction and add some __builtin_expect.
38951         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38952         Fix for subnormal mantissa calculation.
38953
38954 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38955
38956         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38957         cpu2 is -1 and errno is not ENOSYS.
38958
38959 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38960
38961         [BZ #14117]
38962         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38963         * sysdeps/x86/bits/string.h: This.
38964         * sysdeps/x86_64/bits/string.h: Removed.
38965
38966         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38967         if not compiling for x86-64, but compiling for >= i486.
38968
38969         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38970         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38971
38972         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38973         New macro from Linux kernel 3.4.0.
38974         (FP_XSTATE_MAGIC2): Likewise.
38975         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38976         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38977         (struct _fpx_sw_bytes): New struct.
38978         (struct _xsave_hdr): Likewise.
38979         (struct _ymmh_state): Likewise.
38980         (struct _xstate): Likewise.
38981
38982         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38983         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38984         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38985         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38986         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38987         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38988
38989         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38990         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38991         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38992         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38993         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38994         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38995
38996 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38997
38998         [BZ #13743]
38999         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39000         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39001         (sysdep_headers): Include sys/platform/ppc.h.
39002         * sysdeps/powerpc/test-gettimebase.c: Test for
39003         __ppc_get_timebase() to catch future ISA opcode/insn changes.
39004         * manual/Makefile (appendices): Include platform.texi.
39005         * manual/contrib.texi (Contributors): Update @node pointers.
39006         * manual/maint.texi (Maintenance): Likewise.
39007         (Platform): New node.
39008         * manual/platform.texi: New file.  Document the new features.
39009
39010 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39011             Jakub Jelinek  <jakub@redhat.com>
39012
39013         [BZ #14188]
39014         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39015         where __builtin_expect is unavailable.
39016
39017 2012-06-03  David S. Miller  <davem@davemloft.net>
39018
39019         * stdlib/longlong.h: Updated from GCC.
39020
39021 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39022
39023         [BZ #14042]
39024         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39025         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39026         __mcount_internal.
39027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39028         (GLIBC_2.16): Likewise.
39029
39030 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39031
39032         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39033
39034 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39035
39036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39037         (default-abi): New variable.
39038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39039         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39040         variable.
39041         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39042         Likewise.
39043         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39044         Likewise.
39045         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39046         Likewise.
39047
39048         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39049         definition.  Document in comment.
39050
39051 2012-06-01  David S. Miller  <davem@davemloft.net>
39052
39053         * stdlib/longlong.h: Updated from GCC.
39054
39055 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39056
39057         [BZ #14117]
39058         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39059         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39060         sys/debugreg.h sys/io.h here.
39061         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39062         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39063         sys/io.h.
39064         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39065         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39066         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39067         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39068         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39069         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39070
39071         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39072         Define only if __x86_64__ is defined.
39073
39074 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39075
39076         [BZ #14048]
39077         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39078         Use int64_t for variable i.
39079         * math/libm-test.inc (fmod_test): Add more tests.
39080
39081         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39082         z computation is not scheduled after fetestexcept.
39083         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39084         Use math_force_eval instead of asm to ensure calculation scheduled
39085         before exception test.
39086         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39087         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39088
39089 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39090
39091         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39092         computation is not scheduled after fetestexcept.
39093
39094 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39095
39096         [BZ #14117]
39097         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39098         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39099
39100 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39101
39102         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39103         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39104
39105 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39106
39107         [BZ #14117]
39108         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39109         <bits/wordsize.h>.
39110         (__WCHAR_MIN): Support __WORDSIZE == 64.
39111         (__WCHAR_MAX): Likewise.
39112
39113         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39114         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39115
39116         [BZ #14183]
39117         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39118         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39119
39120         [BZ #14117]
39121         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39122         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39123
39124         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39125         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39126
39127         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39128         Defined to 1 if __x86_64__ isn't defined.
39129         (_STAT_VER_LINUX_OLD): New.
39130         (st_atime): Remove duplicate.
39131         (st_mtime): Likewise.
39132         (st_ctime): Likewise.
39133
39134 2012-05-31  David S. Miller  <davem@davemloft.net>
39135
39136         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39137         entries.
39138
39139 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39140
39141         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39142         gen-libm-test.pl.
39143
39144         [BZ #14132]
39145         * elf/dl-reloc.c: Include <_itoa.h>.
39146         (_dl_reloc_bad_type): Remove use of INTUSE.
39147         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39148         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39149         * stdio-common/psiginfo.c (psiginfo): Likewise.
39150         * stdio-common/psignal.c (psignal): Likewise.
39151         * string/strsignal.c (strsignal): Likewise.
39152         * include/signal.h (_sys_siglist): Declare hidden proto.
39153         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39154         INTVARDEF with libc_hidden_data_def.
39155         * stdio-common/itoa-udigits.c: Likewise.
39156         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39157         (_itoa_lower_digits_internal): Remove declaration.
39158         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39159         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39160         (_sys_sigabbrev_internal): Remove aliases.
39161         (_sys_siglist): Define hidden alias.
39162
39163 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39164
39165         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39166         bits/sysctl.h.
39167
39168 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39169
39170         [BZ #14117]
39171         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39172         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39173
39174         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39175         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39176         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39177         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39178         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39179         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39180
39181         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39182         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39183         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39184
39185         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39186         with __addr.
39187         (insw): Likewise.
39188         (insl): Likewise.
39189         (outsb): Likewise.
39190         (outsw): Likewise.
39191         (outsl): Likewise.
39192
39193         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39194         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39195         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39196
39197         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39198         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39199         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39200         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39201         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39202         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39203
39204         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39205         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39206
39207         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39208         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
39209
39210         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
39211         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
39212         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
39213
39214         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
39215         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
39216         to ...
39217         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
39218
39219         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
39220         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
39221         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
39222
39223         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
39224         for x86-64.
39225         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
39226
39227 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
39228
39229         * math/math.h (M_El): Use two more decimal places.
39230         (M_LOG2El): Likewise.
39231         (M_LOG10El): Likewise.
39232         (M_LN2l): Likewise.
39233         (M_LN10l): Likewise.
39234         (M_PIl): Likewise.
39235         (M_PI_2l): Likewise.
39236         (M_PI_4l): Likewise.
39237         (M_1_PIl): Likewise.
39238         (M_2_PIl): Likewise.
39239         (M_2_SQRTPIl): Likewise.
39240         (M_SQRT2l): Likewise.
39241         (M_SQRT1_2l): Likewise.
39242
39243 2012-05-31  David S. Miller  <davem@davemloft.net>
39244
39245         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
39246         values between float registers.
39247         * sysdeps/sparc/sparc64/memset.S: Likewise.
39248         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39249
39250 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
39251
39252         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
39253         -D_FORTIFY_SOURCE=1.
39254         (CPPFLAGS-tst-longjmp_chk.c): Define.
39255         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
39256         (CPPFLAGS-tst-longjmp_chk2.c): Define.
39257         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
39258         CFLAGS-tst-wchar-h.c.
39259
39260 2012-05-31  Marek Polacek  <polacek@redhat.com>
39261
39262         [BZ #14132]
39263         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
39264         __endmntent_internal): Remove declaration.
39265         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
39266         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
39267         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
39268
39269 2012-05-30  David S. Miller  <davem@davemloft.net>
39270
39271         * sysdeps/sparc/sparc32/soft-fp/q_util.c
39272         (___Q_simulate_exceptions): Use real FP ops rather than writing
39273         into the %fsr.
39274         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
39275         Likewise.
39276
39277 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39278
39279         [BZ #14117]
39280         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
39281         * sysdeps/x86/bits/xtitypes.h: This.
39282
39283         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
39284         * sysdeps/x86/bits/wordsize.h: This.
39285
39286         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
39287         * sysdeps/x86/bits/huge_vall.h: This.
39288
39289         * sysdeps/i386/bits/select.h: Removed.
39290         * sysdeps/x86_64/bits/select.h: Renamed to ...
39291         * sysdeps/x86/bits/select.h: This.
39292
39293         * sysdeps/i386/bits/setjmp.h: Removed.
39294         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
39295         * sysdeps/x86/bits/setjmp.h: This.
39296
39297         * sysdeps/i386/bits/mathdef.h: Removed.
39298         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
39299         * sysdeps/x86/bits/mathdef.h: This.
39300
39301 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
39302
39303         [BZ #14132]
39304         * include/sys/socket.h (__connect_internal)
39305         (__libc_sa_len_internal): Remove declaration.
39306         (__connect, __libc_sa_len): Declare hidden_proto.
39307         (SA_LEN): Remove use of INTUSE.
39308         * socket/connect.c: Add libc_hidden_def.
39309         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
39310         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
39311         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
39312         alias.
39313         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
39314         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
39315         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
39316         of adding _internal alias.
39317
39318 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39319
39320         [BZ #14117]
39321         * sysdeps/i386/bits/link.h: Removed.
39322         * sysdeps/i386/bits/linkmap.h: Likewise.
39323         * sysdeps/x86_64/bits/link.h: Renamed to ...
39324         * sysdeps/x86/bits/link.h: This.
39325         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
39326         * sysdeps/x86/bits/linkmap.h: This.
39327
39328         * sysdeps/i386/bits/endian.h: Removed.
39329         * sysdeps/x86_64/bits/endian.h: Renamed to ...
39330         * sysdeps/x86/bits/endian.h: This.
39331
39332         * sysdeps/i386/bits/byteswap.h: Removed.
39333         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39334         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
39335         * sysdeps/x86/bits/byteswap.h: This.
39336         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
39337         * sysdeps/x86/bits/byteswap-16.h: This.
39338         * sysdeps/i386/Implies: Add x86.
39339         * sysdeps/x86_64/Implies: Likewise.
39340
39341 2012-05-30  David S. Miller  <davem@davemloft.net>
39342
39343         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
39344         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
39345         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
39346         (FP_TRAPPING_EXCEPTIONS): Define.
39347         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
39348         (FP_TRAPPING_EXCEPTIONS): Define.
39349         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
39350         subnormals only when inexact has been signalled or underflow
39351         exceptions are enabled.
39352         (_FP_PACK_CANONICAL): Likewise.
39353
39354 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39355
39356         [BZ #14183]
39357         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
39358         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
39359
39360 2012-05-30  Richard Henderson  <rth@twiddle.net>
39361
39362         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
39363         with #ifndef NOT_IN_libc.
39364
39365         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
39366         marked to avoid plt entry.
39367
39368 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39369
39370         [BZ #14112]
39371         * Makeconfig (default-abi): New macro.
39372         (abi-includes): Likewise.
39373         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
39374         $(abi-$(default-abi)-lib-soname) for soname if defined.
39375         ($(common-objpfx)gnu/lib-names.stmp): Generate from
39376         abi-variants.
39377         * Makefile (installed-stubs): Likewise.
39378         * include/stubs-biarch.h: Removed.
39379         * scripts/lib-names.awk: Only handle one library at a time.
39380         * scripts/soversions.awk: Remove WORDSIZE support.
39381         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
39382         entries.
39383         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
39384         Removed.
39385         (syscall-list-default-condition): Likewise.
39386         (syscall-list-default-condition): Likewise.
39387         (syscall-list-includes): Likewise.
39388         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
39389         syscall-list-* with abi-*.  Handle undefined abi-variants.
39390         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
39391         * sysdeps/unix/sysv/linux/i386/Implies: New file.
39392         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
39393         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
39394         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
39395         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
39396         Removed.
39397         (syscall-list-32-options): Likewise.
39398         (syscall-list-32-condition): Likewise.
39399         (syscall-list-64-options): Likewise.
39400         (syscall-list-64-condition): Likewise.
39401         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
39402         macro.
39403         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
39404         Renamed to ...
39405         (abi-*): This.
39406         (abi-64-ld-soname): New macro.
39407         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
39408         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
39409         Renamed to ...
39410         (abi-*): This.
39411         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
39412         * sysdeps/x86_64/x32/shlib-versions: Likewise.
39413
39414 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
39415
39416         * sysdeps/unix/sysv/linux/kernel-features.h
39417         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
39418         * sysdeps/unix/sysv/linux/ftruncate64.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/truncate64.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/ftruncate64.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         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
39437         include <kernel-features.h>.
39438         [!__NR_ftruncate64]: Remove conditional code.
39439         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39440         [__NR_ftruncate64]: Make code unconditional.
39441         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
39442
39443         * configure.in (libc_cv_fpie): Weaken to a compile test using
39444         LIBC_TRY_CC_OPTION.
39445         * configure: Regenerated.
39446
39447 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39448
39449         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
39450         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
39451         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
39452         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39453         Refreshed.
39454         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
39455         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
39456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
39457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
39458         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
39459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39460         Refreshed.
39461
39462 2012-05-27  David S. Miller  <davem@davemloft.net>
39463
39464         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
39465         (___Q_zero): New.
39466         (__Q_simulate_exceptions): Return void.  Change to simulate
39467         exceptions by writing into the %fsr.
39468         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
39469         (__Qp_handle_exceptions): Likewise.
39470         (numbers): Delete.
39471         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
39472         __Qp_handle_exceptions.
39473         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
39474         __Qp_handle_exceptions.
39475         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
39476         as unused and give dummy FP_RND_NEAREST initializer.
39477         (FP_INHIBIT_RESULTS): Define.
39478         (___Q_simulate_exceptions): Update declaration.
39479         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
39480         formatting.
39481         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
39482         as unused and give dummy FP_RND_NEAREST initializer.
39483         (__Qp_handle_exceptions): Update declaration.
39484         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
39485         formatting.
39486
39487 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
39488
39489         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
39490         the temporary FPU control word.
39491         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
39492         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
39493         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
39494         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39495         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
39496         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
39497         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
39498         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39499         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
39500         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
39501         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39502
39503 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39504
39505         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
39506         fields.
39507
39508 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
39509
39510         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
39511         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
39512         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
39513         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
39514         Likewise.
39515         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
39516         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
39517         Likewise.
39518
39519 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
39520
39521         * po/h.po: Update from translation team.
39522
39523 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
39524
39525         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
39526
39527         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
39528         handling of denormals.
39529         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
39530         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
39531         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
39532         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
39533         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
39534         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
39535         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
39536         Likewise.
39537
39538 2012-05-26  Marek Polacek  <polacek@redhat.com>
39539
39540         [BZ #14152]
39541         * math/libm-test.inc (fma_test): Don't always expect underflow
39542         exception.
39543
39544 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39545
39546         [BZ #12416]
39547         * elf/tst-execstack.c: Include stackinfo.h.
39548         (do_test): Adjust test case to ensure that pthread_getattr_np
39549         behaviour remains the same after marking stack executable.
39550
39551 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39552
39553         * sysdeps/unix/sysv/linux/kernel-features.h
39554         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
39555         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
39556         kernel-features.h.
39557         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39558         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39559         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
39560         kernel-features.h.
39561         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39562         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39563
39564 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
39565
39566         * configure.in: Define the default includes to being none.
39567         * configure: Regenerated.
39568
39569 2012-05-25  Roland McGrath  <roland@hack.frob.com>
39570
39571         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
39572         * sysdeps/x86_64/setjmp.S: Likewise.
39573         * sysdeps/i386/bsd-setjmp.S: Likewise.
39574         * sysdeps/i386/bsd-_setjmp.S: Likewise.
39575         * sysdeps/i386/setjmp.S: Likewise.
39576         * sysdeps/i386/__longjmp.S: Likewise.
39577         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39578         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
39579
39580         * include/stap-probe.h: New file.
39581         * configure.in: Handle --enable-systemtap.
39582         * configure: Regenerated.
39583         * config.h.in (USE_STAP_PROBE): New #undef.
39584         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
39585         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
39586         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
39587
39588 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39589
39590         [BZ #13717]
39591         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39592         to 2.4.0 where earlier.
39593         * sysdeps/unix/sysv/linux/configure: Regenerated.
39594         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
39595         <kernel-features.h>.
39596         [__ASSUME_32BITUIDS]: Make code unconditional.
39597         [!__ASSUME_32BITUIDS]: Remove conditional code.
39598         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
39599         <kernel-features.h>.
39600         [__ASSUME_32BITUIDS]: Make code unconditional.
39601         [!__ASSUME_32BITUIDS]: Remove conditional code.
39602         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
39603         [__ASSUME_32BITUIDS]: Make code unconditional.
39604         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
39605         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
39606         <kernel-features.h>.
39607         [__ASSUME_32BITUIDS]: Make code unconditional.
39608         [!__ASSUME_32BITUIDS]: Remove conditional code.
39609         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
39610         <kernel-features.h>.
39611         [__ASSUME_32BITUIDS]: Make code unconditional.
39612         [!__ASSUME_32BITUIDS]: Remove conditional code.
39613         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
39614         <kernel-features.h>.
39615         [__ASSUME_32BITUIDS]: Make code unconditional.
39616         [!__ASSUME_32BITUIDS]: Remove conditional code.
39617         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
39618         <kernel-features.h>.
39619         [__ASSUME_32BITUIDS]: Make code unconditional.
39620         [!__ASSUME_32BITUIDS]: Remove conditional code.
39621         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
39622         <kernel-features.h>.
39623         [__ASSUME_32BITUIDS]: Make code unconditional.
39624         [!__ASSUME_32BITUIDS]: Remove conditional code.
39625         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
39626         <kernel-features.h>.
39627         [__ASSUME_32BITUIDS]: Make code unconditional.
39628         [!__ASSUME_32BITUIDS]: Remove conditional code.
39629         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
39630         <kernel-features.h>.
39631         [__ASSUME_32BITUIDS]: Make code unconditional.
39632         [!__ASSUME_32BITUIDS]: Remove conditional code.
39633         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
39634         <kernel-features.h>.
39635         [__ASSUME_32BITUIDS]: Make code unconditional.
39636         [!__ASSUME_32BITUIDS]: Remove conditional code.
39637         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
39638         <kernel-features.h>.
39639         [__ASSUME_32BITUIDS]: Make code unconditional.
39640         [!__ASSUME_32BITUIDS]: Remove conditional code.
39641         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
39642         <kernel-features.h>.
39643         [__ASSUME_32BITUIDS]: Make code unconditional.
39644         [!__ASSUME_32BITUIDS]: Remove conditional code.
39645         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
39646         <kernel-features.h>.
39647         [__NR_setresgid] (__setresgid): Do not declare.
39648         [__ASSUME_32BITUIDS]: Make code unconditional.
39649         [!__ASSUME_32BITUIDS]: Remove conditional code.
39650         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
39651         <kernel-features.h>.
39652         [__NR_setresuid] (__setresuid): Do not declare.
39653         [__ASSUME_32BITUIDS]: Make code unconditional.
39654         [!__ASSUME_32BITUIDS]: Remove conditional code.
39655         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
39656         <kernel-features.h>.
39657         [__ASSUME_32BITUIDS]: Make code unconditional.
39658         [!__ASSUME_32BITUIDS]: Remove conditional code.
39659         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
39660         <kernel-features.h>.
39661         [__ASSUME_32BITUIDS]: Make code unconditional.
39662         [!__ASSUME_32BITUIDS]: Remove conditional code.
39663         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
39664         <kernel-features.h>.
39665         [__ASSUME_32BITUIDS]: Make code unconditional.
39666         [!__ASSUME_32BITUIDS]: Remove conditional code.
39667         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
39668         <kernel-features.h>.
39669         [__ASSUME_32BITUIDS]: Make code unconditional.
39670         [!__ASSUME_32BITUIDS]: Remove conditional code.
39671         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
39672         <kernel-features.h>.
39673         [__ASSUME_32BITUIDS]: Make code unconditional.
39674         [!__ASSUME_32BITUIDS]: Remove conditional code.
39675         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
39676         <kernel-features.h>.
39677         [__ASSUME_32BITUIDS]: Make code unconditional.
39678         [!__ASSUME_32BITUIDS]: Remove conditional code.
39679         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
39680         <kernel-features.h>.
39681         [__ASSUME_32BITUIDS]: Make code unconditional.
39682         [!__ASSUME_32BITUIDS]: Remove conditional code.
39683         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
39684         <kernel-features.h>.
39685         [__ASSUME_32BITUIDS]: Make code unconditional.
39686         [!__ASSUME_32BITUIDS]: Remove conditional code.
39687         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
39688         <kernel-features.h>.
39689         [__ASSUME_32BITUIDS]: Make code unconditional.
39690         [!__ASSUME_32BITUIDS]: Remove conditional code.
39691         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
39692         <kernel-features.h>.
39693         [__ASSUME_32BITUIDS]: Make code unconditional.
39694         [!__ASSUME_32BITUIDS]: Remove conditional code.
39695         * sysdeps/unix/sysv/linux/kernel-features.h
39696         (__ASSUME_SETRESUID_SYSCALL): Remove.
39697         (__ASSUME_SETRESGID_SYSCALL): Likewise.
39698         (__ASSUME_32BITUIDS): Likewise.
39699         (__ASSUME_LDT_WORKS): Likewise.
39700         (__ASSUME_O_DIRECTORY): Likewise.
39701         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
39702         architecture but not kernel version.
39703         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
39704         (__ASSUME_MMAP2_SYSCALL): Likewise.
39705         (__ASSUME_STAT64_SYSCALL): Likewise.
39706         (__ASSUME_IPC64): Likewise.
39707         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
39708         <kernel-features.h>.
39709         [__ASSUME_32BITUIDS]: Make code unconditional.
39710         [!__ASSUME_32BITUIDS]: Remove conditional code.
39711         * sysdeps/unix/sysv/linux/opendir.c: Do not include
39712         <kernel-features.h>.
39713         [__ASSUME_O_DIRECTORY]: Make code unconditional.
39714         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
39715         132096]: Remove conditional code.
39716         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
39717         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
39718         <kernel-features.h>.
39719         [__ASSUME_32BITUIDS]: Make code unconditional.
39720         [!__ASSUME_32BITUIDS]: Remove conditional code.
39721         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
39722         <kernel-features.h>.
39723         [__ASSUME_32BITUIDS]: Make code unconditional.
39724         [!__ASSUME_32BITUIDS]: Remove conditional code.
39725         * sysdeps/unix/sysv/linux/setegid.c: Do not include
39726         <kernel-features.h>.
39727         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
39728         unconditional.
39729         (__setresgid): Do not declare.
39730         [__ASSUME_32BITUIDS]: Make code unconditional.
39731         [!__ASSUME_32BITUIDS]: Remove conditional code.
39732         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
39733         <kernel-features.h>.
39734         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
39735         unconditional.
39736         (__setresuid): Do not declare.
39737         [__ASSUME_32BITUIDS]: Make code unconditional.
39738         [!__ASSUME_32BITUIDS]: Remove conditional code.
39739         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
39740         <kernel-features.h>.
39741         [__ASSUME_32BITUIDS]: Make code unconditional.
39742         [!__ASSUME_32BITUIDS]: Remove conditional code.
39743         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39744         <kernel-features.h>.
39745         [__ASSUME_32BITUIDS]: Make code unconditional.
39746         [!__ASSUME_32BITUIDS]: Remove conditional code.
39747
39748 2012-05-25  Richard Henderson  <rth@twiddle.net>
39749
39750         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39751         dl_hwcap to ifunc resolver.
39752         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39753         elf_ifunc_invoke.
39754         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39755         dl_hwcap to ifunc resolver.
39756         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39757
39758 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39759
39760         [BZ #14153]
39761         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39762         for |x| <= 2**-26, not 2**-57.
39763         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39764         exception.
39765
39766 2012-05-24  Jeff Law  <law@redhat.com>
39767
39768         * stdio-common/Makefile (tests): Add bug25.
39769         * stdio-common/bug25.c: New test.
39770
39771 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39772
39773         [BZ #13576]
39774         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39775         multiple of MALLOC_ALIGNMENT in size.
39776         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39777
39778 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39779
39780         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39781         Require >= 256.
39782         (FILENAME_MAX): Use macro-int-constant.
39783         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39784         (_IOFBF): Use macro-int-constant.
39785         (_IOLBF): Likewise.
39786         (_IONBF): Likewise.
39787         (SEEK_CUR): Likewise.
39788         (SEEK_END): Likewise.
39789         (SEEK_SET): Likewise.
39790         (TMP_MAX): Likewise.
39791         (EOF): Use macro-int-constant.  Require < 0.
39792         (NULL): Use macro-constant.  Require == 0.
39793         (stdin): Require type to be FILE *.
39794         (stdout): Likewise.
39795         (stderr): Likewise.
39796         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39797         macro-int-constant.
39798         (EXIT_SUCCESS): Likewise.
39799         (NULL): Use macro-constant.  Require == 0.
39800         (RAND_MAX): Use macro-int-constant.
39801         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39802         [C99-based standards] (strtof): Require function.
39803         [C99-based standards] (strtold): Likewise.
39804         [C99-based standards] (strtoll): Likewise.
39805         [C99-based standards] (strtoull): Likewise.
39806         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39807         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39808         [ISO || ISO99 || ISO11] (math.h): Likewise.
39809         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39810         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39811         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39812
39813 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39814
39815         [BZ #14132]
39816         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39817         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39818         * intl/dgettext.c (DCGETTEXT): Likewise.
39819         * intl/gettext.c (DCGETTEXT): Likewise.
39820         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39821         * posix/regex_internal.h (gettext): Likewise.
39822         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39823         Remove declaration.
39824         * include/argz.h (__argz_count_internal)
39825         (__argz_stringify_internal): Remove declaration.
39826         (__argz_count, __argz_stringify): Declare hidden proto.
39827         * intl/dcgettext.c: Remove use of INTDEF.
39828         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39829         * string/argz-stringify.c: Likewise.
39830         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39831         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39832         Declare hidden proto.
39833         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39834         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39835         Declare hidden proto.
39836         * include/stdio.h (__asprintf_internal): Don't declare.
39837         (__asprintf): Don't define as macro.  Declare hidden proto.
39838         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39839         (__fsetlocking): Declare hidden proto.
39840         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39841         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39842         hidden proto.
39843         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39844         (_IO_setlinebuf): Remove use of INTUSE.
39845         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39846         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39847         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39848         Remove declaration.
39849         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39850         (_IO_do_flush): Remove use of INTUSE.
39851         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39852         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39853         (_IO_adjust_column, _IO_least_wmarker)
39854         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39855         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39856         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39857         (_IO_default_doallocate, _IO_wdefault_doallocate)
39858         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39859         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39860         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39861         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39862         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39863         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39864         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39865         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39866         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39867         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39868         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39869         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39870         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39871         proto.
39872         (_IO_flush_all_internal, _IO_adjust_column_internal)
39873         (_IO_default_uflow_internal, _IO_default_finish_internal)
39874         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39875         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39876         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39877         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39878         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39879         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39880         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39881         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39882         (_IO_file_close_internal, _IO_file_close_it_internal)
39883         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39884         (_IO_file_init_internal, _IO_file_attach_internal)
39885         (_IO_file_fopen_internal, _IO_file_read_internal)
39886         (_IO_file_sync_internal, _IO_file_seek_internal)
39887         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39888         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39889         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39890         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39891         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39892         (_IO_list_all_internal, _IO_link_in_internal)
39893         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39894         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39895         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39896         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39897         (_IO_do_write_internal, _IO_padn_internal)
39898         (_IO_getline_info_internal, _IO_getline_internal)
39899         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39900         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39901         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39902         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39903         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39904         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39905         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39906         with libc_hidden_ver, remove use of INTUSE.
39907         * libio/genops.c: Likewise.
39908         * libio/freopen.c: Likewise.
39909         * libio/freopen64.c: Likewise.
39910         * libio/iofclose.c: Likewise.
39911         * libio/iofdopen.c: Likewise.
39912         * libio/iofflush.c: Likewise.
39913         * libio/iofflush_u.c: Likewise.
39914         * libio/iofgets.c: Likewise.
39915         * libio/iofgets_u.c: Likewise.
39916         * libio/iofopen.c: Likewise.
39917         * libio/iofopncook.c: Likewise.
39918         * libio/iofread.c: Likewise.
39919         * libio/iofread_u.c: Likewise.
39920         * libio/ioftell.c: Likewise.
39921         * libio/iofwrite.c: Likewise.
39922         * libio/iogetline.c: Likewise.
39923         * libio/iogets.c: Likewise.
39924         * libio/iogetwline.c: Likewise.
39925         * libio/iopadn.c: Likewise.
39926         * libio/iopopen.c: Likewise.
39927         * libio/ioseekoff.c: Likewise.
39928         * libio/ioseekpos.c: Likewise.
39929         * libio/iosetbuffer.c: Likewise.
39930         * libio/iosetvbuf.c: Likewise.
39931         * libio/ioungetc.c: Likewise.
39932         * libio/ioungetwc.c: Likewise.
39933         * libio/iovdprintf.c: Likewise.
39934         * libio/iovsprintf.c: Likewise.
39935         * libio/iovsscanf.c: Likewise.
39936         * libio/memstream.c: Likewise.
39937         * libio/obprintf.c: Likewise.
39938         * libio/oldfileops.c: Likewise.
39939         * libio/oldiofclose.c: Likewise.
39940         * libio/oldiofdopen.c: Likewise.
39941         * libio/oldiofopen.c: Likewise.
39942         * libio/oldiopopen.c: Likewise.
39943         * libio/oldstdfiles.c: Likewise.
39944         * libio/putc.c: Likewise.
39945         * libio/setbuf.c: Likewise.
39946         * libio/setlinebuf.c: Likewise.
39947         * libio/stdfiles.c: Likewise.
39948         * libio/strops.c: Likewise.
39949         * libio/vasprintf.c: Likewise.
39950         * libio/vscanf.c: Likewise.
39951         * libio/vsnprintf.c: Likewise.
39952         * libio/vswprintf.c: Likewise.
39953         * libio/wfiledoalloc.c: Likewise.
39954         * libio/wfileops.c: Likewise.
39955         * libio/wgenops.c: Likewise.
39956         * libio/wmemstream.c: Likewise.
39957         * libio/wstrops.c: Likewise.
39958         * libio/__fpurge.c: Likewise.
39959         * libio/__fsetlocking.c: Likewise.
39960         * assert/assert.c: Likewise.
39961         * debug/fgets_chk.c: Likewise.
39962         * debug/fgets_u_chk.c: Likewise.
39963         * debug/fread_chk.c: Likewise.
39964         * debug/fread_u_chk.c: Likewise.
39965         * debug/gets_chk.c: Likewise.
39966         * debug/obprintf_chk.c: Likewise.
39967         * debug/vasprintf_chk.c: Likewise.
39968         * debug/vdprintf_chk.c: Likewise.
39969         * debug/vsnprintf_chk.c: Likewise.
39970         * debug/vsprintf_chk.c: Likewise.
39971         * malloc/mtrace.c: Likewise.
39972         * misc/error.c: Likewise.
39973         * misc/syslog.c: Likewise.
39974         * stdio-common/asprintf.c: Likewise.
39975         * stdio-common/fxprintf.c: Likewise.
39976         * stdio-common/getw.c: Likewise.
39977         * stdio-common/isoc99_fscanf.c: Likewise.
39978         * stdio-common/isoc99_scanf.c: Likewise.
39979         * stdio-common/isoc99_vfscanf.c: Likewise.
39980         * stdio-common/isoc99_vscanf.c: Likewise.
39981         * stdio-common/isoc99_vsscanf.c: Likewise.
39982         * stdio-common/printf-prs.c: Likewise.
39983         * stdio-common/printf_fp.c: Likewise.
39984         * stdio-common/printf_fphex.c: Likewise.
39985         * stdio-common/printf_size.c: Likewise.
39986         * stdio-common/putw.c: Likewise.
39987         * stdio-common/scanf.c: Likewise.
39988         * stdio-common/sprintf.c: Likewise.
39989         * stdio-common/tmpfile.c: Likewise.
39990         * stdio-common/vfprintf.c: Likewise.
39991         * stdio-common/vfscanf.c: Likewise.
39992         * stdlib/strfmon_l.c: Likewise.
39993         * sunrpc/openchild.c: Likewise.
39994         * sunrpc/xdr_stdio.c: Likewise.
39995         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39996         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39997
39998 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39999
40000         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40001
40002         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40003         in the third column, to generate for the shared library an IFUNC
40004         that uses _dl_vdso_vsym.
40005         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40006         * Makeconfig (object-suffixes-noshared): New variable.
40007
40008         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40009         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40010         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40011         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40012
40013         [BZ #14132]
40014         * include/sys/time.h (__gettimeofday): Remove macro.
40015         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40016         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40017         Remove INTDEF.
40018         (__gettimeofday): Add libc_hidden_def.
40019         (gettimeofday): Add libc_hidden_weak.
40020         * sysdeps/mach/gettimeofday.c: Likewise.
40021         * sysdeps/posix/gettimeofday.c: Likewise.
40022         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40023         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40024         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40025         (__gettimeofday_internal): Remove strong_alias.
40026         (__gettimeofday): Add libc_hidden_def.
40027         (gettimeofday): Add libc_hidden_weak.
40028         * sysdeps/unix/syscalls.list (gettimeofday):
40029         Remove __gettimeofday_internal alias.
40030
40031 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40032             H.J. Lu  <hongjiu.lu@intel.com>
40033
40034         [BZ #12495]
40035         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40036         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40037         (largebin_index_32_big): New.
40038         (largebin_index): Use it for 16-byte alignment.
40039         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40040         correction with front_misalign.
40041
40042 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40043
40044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40045         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40046         Likewise.
40047         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40048         Likewise.
40049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40050         Likewise.
40051         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40052         Likewise.
40053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40054         Likewise.
40055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40056         Likewise.
40057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40058         Likewise.
40059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40060         Likewise.
40061         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40062         Likewise.
40063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40064         Likewise.
40065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40066         Likewise.
40067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40068         Likewise.
40069
40070         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40071         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40072
40073 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40074
40075         [BZ #10846]
40076         [BZ #14036]
40077         * math/libm-test.inc (exp_test): Add test from bug 14036.
40078         (pow_test): Add test from bug 10846.
40079
40080         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40081         and other flags.
40082         (special_function): Do not include flags in test name.
40083         (parse_args): Likewise.
40084         * sysdeps/i386/fpu/libm-test-ulps: Update.
40085         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40086         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40087         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40088         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40089
40090         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40091         exceptions.
40092         * math/libm-test.inc ("Philosophy"): Update comment about
40093         exception testing.
40094         (UNDERFLOW_EXCEPTION): New macro.
40095         (UNDERFLOW_EXCEPTION_OK): Likewise.
40096         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40097         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40098         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40099         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40100         (INVALID_EXCEPTION_OK): Update value.
40101         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40102         (OVERFLOW_EXCEPTION_OK): Likewise.
40103         (IGNORE_ZERO_INF_SIGN): Likewise.
40104         (test_exceptions): Handle underflow exceptions.
40105         (acos_test): Update for underflow exception expectations.
40106         (cexp_test): Likewise.
40107         (clog_test): Likewise.
40108         (clog10_test): Likewise.
40109         (csqrt_test): Likewise.
40110         (ctan_test): Likewise.
40111         (ctanh_test): Likewise.
40112         (exp_test): Likewise.
40113         (exp10_test): Likewise.
40114         (exp2_test): Likewise.
40115         (expm1_test): Likewise.
40116         (fma_test): Likewise.
40117         (j0_test): Likewise.
40118         (jn_test): Likewise.
40119         (nexttoward_test): Likewise.
40120         (pow_test): Likewise.
40121         (scalbn_test): Likewise.
40122         (scalbln_test): Likewise.
40123         (tan_test): Likewise.
40124         (y1_test): Likewise.
40125         * sysdeps/i386/fpu/libm-test-ulps: Update.
40126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40127
40128 2012-05-23  David S. Miller  <davem@davemloft.net>
40129
40130         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40131         (__libc_sigaction): Remove unused local variables.
40132
40133 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40134
40135         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40136
40137 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40138
40139         mktime: avoid signed integer overflow
40140         * time/mktime.c (__mktime_internal): Do not mishandle the case
40141         where diff == INT_MIN.
40142
40143         mktime: simplify computation of average
40144         * time/mktime.c (ranged_convert): Use new time_t_avg function
40145         instead of rolling our own (probably-slower) code.
40146
40147         mktime: do not assume signed right shift propagates sign bit
40148         * time/mktime.c (isdst_differ): New static function.
40149         (__mktime_internal): No need to normalize tm_isdst now.
40150         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40151         tm_isdst values.
40152
40153         mktime: merge another wrapv change from gnulib
40154         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40155         from some compilers.
40156
40157         mktime: remove incorrect attempt at unusual arithmetics
40158         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40159         The code didn't really work on such machines anyway.
40160         (TYPE_MINIMUM): Assume two's complement.
40161         (twos_complement_arithmetic): Verify that long_int and time_t
40162         are two's complement (or unsigned, in the latter case).
40163
40164         mktime: check signed shifts on long_int and time_t, too
40165         * time/mktime.c (SHR): Check that shifts work as desired
40166         on the types long_int and time_t too, as SHR is used on
40167         such types.
40168
40169         mktime: do not assume 'long' is wide enough
40170         * time/mktime.c (verify): Move decl up.
40171         (long_int): New type.
40172         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40173         to remove assumption in the code that 'long' is wide enough to
40174         store year values.  This assumption is not true on x32 and on
40175         some non-glibc platforms.
40176
40177         mktime: merge wrapv change from gnulib
40178         * time/mktime.c (WRAPV): New macro.
40179         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40180         (guess_time_tm, __mktime_internal): Do not assume that signed
40181         integer overflow wraps around; modern compilers generate code
40182         where this assumption is no longer valid.
40183
40184 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40185
40186         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40187         Replace "jmp L(pseudo_end)" with "ret".
40188         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40189         Likewise.
40190
40191 2012-05-23  Andreas Jaeger  <aj@suse.de>
40192
40193         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40194         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40195
40196 2012-05-23  Andreas Jaeger  <aj@suse.de>
40197             Maximilian Attems  <max@stro.at>
40198
40199         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40200         New macros.
40201
40202 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40203
40204         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40205         code so that pseudo_end is just ret and the stack pointer is
40206         correct also for static library in error case.
40207
40208 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
40209
40210         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
40211         move to syscalls.list.
40212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
40213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40216
40217         * manual/install.texi (Running make install): Do not mention Linux
40218         kernel version for which pt_chown is not needed.
40219         (Linux): Do not mention problems with nscd with 2.0 kernels.
40220         * INSTALL: Regenerated.
40221
40222 2012-05-23  Andreas Jaeger  <aj@suse.de>
40223
40224         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
40225         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
40226         macro.
40227         * sysdeps/unix/sysv/linux/s390/bits/mman.h
40228         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40229         * sysdeps/unix/sysv/linux/sh/bits/mman.h
40230         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40231         * sysdeps/unix/sysv/linux/i386/bits/mman.h
40232         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40233         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
40234         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40235         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
40236         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40237         * sysdeps/unix/sysv/linux/bits/in.h
40238         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
40239
40240 2012-05-22  Roland McGrath  <roland@hack.frob.com>
40241
40242         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
40243         (PREPARE_VERSION): Just use assert instead, it will be elided
40244         under [NDEBUG] anyway.
40245
40246 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40247
40248         * sysdeps/unix/sysv/linux/Makefile: Include
40249         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
40250         (sysdep_routines): Remove sysctl.
40251         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
40252         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
40253         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
40254         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
40255         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
40256
40257 2012-05-22  Andreas Jaeger  <aj@suse.de>
40258
40259         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
40260         that pseudo_end is just ret and the stack pointer is correct also
40261         for static library in error case.
40262
40263 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
40264
40265         [BZ #14122]
40266         * nss/nsswitch.c (defconfig_entries): New variable.
40267         (__nss_database_lookup): Don't leak defconfig entries.
40268         (nss_parse_service_list): Don't leak on error paths.
40269         (free_database_entries): New function.
40270         (free_defconfig): New function.
40271         (free_mem): Move common code to free_database_entries.
40272
40273 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40274
40275         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
40276         Add arch_prctl.
40277         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
40278
40279         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
40280         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
40281         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
40282         New macro.
40283         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
40284         (INTERNAL_SYSCALL_TYPES): Likewise.
40285         (LOAD_ARGS_TYPES_[1-6]): Likewise.
40286         (LOAD_REGS_TYPES_[1-6]): Likewise.
40287         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
40288         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
40289
40290 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40291
40292         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
40293         copysignl for GLIBC_2_0.
40294         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
40295         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
40296         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
40297         logbl for GLIBC_2_0.
40298         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
40299         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
40300
40301 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40302
40303         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
40304         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40305
40306         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40307         Use "neg %eax".
40308
40309         * time/mktime.c: Update copyright years.
40310
40311 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
40312
40313         mktime: merge comment-quoting-style change from gnulib
40314         * time/mktime.c: Quote 'like this' in comments.
40315         The GNU coding standards suggest that we no longer quote `like this',
40316         as "`" and "'" are typically rendered asymmetrically nowadays.
40317         The typical gnulib style is to quote 'like this' when quoting
40318         code, and "like this" when quoting English.
40319
40320         * time/mktime.c (compile-command): Add "-I.".
40321
40322         mktime: merge mktime-internal.h change from gnulib
40323         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
40324
40325         mktime: merge time_r change from gnulib
40326         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
40327
40328         mktime: merge DEBUG change from gnulib
40329         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
40330         case system <time.h> has a #define.
40331
40332         mktime: merge <sys/types.h> change from gnulib
40333         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
40334         since <time.t> is now guaranteed to define time_t.
40335
40336         mktime: merge HAVE_CONFIG_H change from gnulib
40337         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
40338
40339 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40340
40341         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
40342         Use "neg %eax".
40343
40344         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
40345         __rlim_t cast.
40346         (struct rusage): Use anonymous union to pad each field to
40347         __syscall_slong_t.
40348
40349 2012-05-21  David S. Miller  <davem@davemloft.net>
40350
40351         * Makefules (o-iterator): Remove .s cases.
40352         (compile-command.s): Delete.
40353         (COMPILE.s): Delete.
40354         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
40355
40356 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
40357
40358         * configure.in (libc_cv_predef_stack_protector): Only consider
40359         "foobar" and "__stack_chk_fail" lines in libc_undefs.
40360         * configure: Regenerated.
40361
40362 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
40363
40364         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
40365         New macro.  Use R*LP on int and pointer.
40366         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
40367         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
40368         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
40369         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
40370
40371         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
40372         [__WORDSIZE_TIME64_COMPAT32] instead of
40373         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
40374         (struct utmp): Likewise.
40375         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
40376         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
40377         Renamed to ...
40378         (__WORDSIZE_TIME64_COMPAT32): This.
40379         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
40380         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
40381         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
40382         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
40383         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
40384         (__WORDSIZE_TIME64_COMPAT32): New macro.
40385
40386 2012-05-21  Andreas Jaeger  <aj@suse.de>
40387
40388         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
40389         only if [SHARED]. Add prototype for __wcschr_ia32.
40390
40391 2012-05-21  Roland McGrath  <roland@hack.frob.com>
40392
40393         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
40394         of %rbp unmolested in the jmp_buf while mangling the low bits.
40395         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
40396         unmolested high bits of %rbp while demangling the low bits.
40397         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40398
40399 2012-05-21  Andreas Jaeger  <aj@suse.de>
40400
40401         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
40402         * sunrpc/svc_simple.c: Use it for registerrpc.
40403         * sunrpc/xcrypt.c: Use it for passwd2des.
40404
40405         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
40406
40407 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
40408
40409         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
40410         Don't define if [__SYSCALL_WORDSIZE != 32].
40411         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
40412         New macro.
40413
40414 2012-05-21  Bruno Haible  <bruno@clisp.org>
40415             Andreas Jaeger  <aj@suse.de>
40416
40417         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
40418         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
40419         inptr and inend for must_buffer_ch.
40420         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
40421         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
40422         * stdio-common/Makefile (tests): Remove bug15.
40423         (bug15-ENV): Remove macro.
40424         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
40425         anymore.
40426
40427 2012-05-19  Andreas Jaeger  <aj@suse.de>
40428             Roland McGrath  <roland@hack.frob.com>
40429
40430         * manual/contrib.texi: Completely rewritten. It contains now an
40431         alphabetical list of contributors and their contributions.
40432
40433 2012-05-21  Richard Henderson  <rth@twiddle.net>
40434
40435         * misc/getauxval.c (__getauxval): Use unsigned long int.
40436         * misc/sys/auxv.h: Include <sys/cdefs.h>.
40437         (getauxval): Use unsigned long int.
40438
40439 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
40440
40441         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40442
40443 2012-05-21  Roland McGrath  <roland@hack.frob.com>
40444
40445         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
40446         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
40447         __alignof__ (long double).
40448
40449 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40450
40451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40452
40453 2012-05-20  Richard Henderson  <rth@twiddle.net>
40454
40455         * misc/getauxval.c: New file.
40456         * misc/sys/auxv.h: New file.
40457         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
40458         (routines): Add getauxval.
40459         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
40460         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
40461         * elf/dl-sysdep.c (_dl_auxv): Remove.
40462         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
40463         * elf/dl-support.c (_dl_auxv): New variable.
40464         (_dl_aux_init): Initialize it.
40465         * manual/startup.texi (Auxiliary Vector): New node.
40466         * sysdeps/generic/bits/hwcap.h: New file.
40467         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
40468         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
40469         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
40470         * sysdeps/sparc/sysdep.h: ... here.  Include it.
40471         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
40472         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
40473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40474         Update.
40475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
40476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
40477         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
40478         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
40479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
40480         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
40481         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
40482         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
40483
40484 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40485
40486         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40487
40488 2012-05-19  David S. Miller  <davem@davemloft.net>
40489
40490         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40491
40492 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
40493
40494         [BZ #14123]
40495         * math/s_ccosh.c: Include <float.h>
40496         (__ccosh): Avoid internal overflow calculating sinh and cosh
40497         values before multiplying by sin and cos values.
40498         * math/s_ccoshf.c: Likewise.
40499         * math/s_ccoshl.c: Likewise.
40500         * math/s_csin.c: Likewise.
40501         * math/s_csinf.c: Likewise.
40502         * math/s_csinl.c: Likewise.
40503         * math/s_csinh.c: Likewise.
40504         * math/s_csinhf.c: Likewise.
40505         * math/s_csinhl.c: Likewise.
40506         * math/libm-test.inc (ccos_test): Add more tests.
40507         (ccosh_test): Likewise.
40508         (csin_test): Likewise.
40509         (csinh_test): Likewise.
40510         * sysdeps/i386/fpu/libm-test-ulps: Update.
40511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40512
40513 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
40514
40515         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
40516         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
40517
40518         * sysdeps/x86_64/x32/_itoa.h: Add comment.
40519
40520 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
40521
40522         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
40523         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
40524         * sysdeps/powerpc/soft-fp/Versions: Likewise.
40525         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
40526         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
40527         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
40528         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
40529         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
40530         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
40531         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
40532         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
40533         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
40534         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
40535         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
40536         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
40537         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
40538         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
40539         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
40540         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
40541         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
40542         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
40543         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
40544         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
40545         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
40546         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
40547         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
40548         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
40549         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
40550         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
40551         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
40552         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
40553
40554 2012-05-18  Andreas Jaeger  <aj@suse.de>
40555
40556         * csu/.gitignore: Delete.
40557
40558 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40559
40560         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
40561         (timex): Use __syscall_slong_t.
40562
40563 2012-05-18  Andreas Jaeger  <aj@suse.de>
40564             Carlos O'Donell  <carlos_odonell@mentor.com>
40565
40566         * manual/install.texi (Configuring and compiling): Update
40567         description about files modified in the source directory.
40568         * INSTALL: Regenerated.
40569
40570 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40571
40572         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
40573         value.  Use "or" to set return value to -1.
40574         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
40575         negate return value.
40576
40577 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40578
40579         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
40580         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
40581         failure if the compiler has Graphite support disabled.
40582         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
40583         Likewise.
40584         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
40585         (CFLAGS-memmove.c): Likewise.
40586         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
40587         Likewise.
40588
40589 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40590
40591         * sysdeps/x86_64/x32/_itoa.h: New file.
40592
40593         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
40594         getdents system call only if kernel and user dirents have the
40595         same d_ino and d_off.
40596
40597         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40598         LLONG_MAX != LONG_MAX.
40599         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40600         (_fitoa_word): Likewise.
40601
40602         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
40603         years.
40604         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
40605         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
40606         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
40607
40608         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
40609         include <bits/wordsize.h>.  Check __x86_64__ instead of
40610         __WORDSIZE.
40611         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
40612         if __x86_64__ is defined.  Use anonymous union on fpstate.
40613
40614         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
40615         anonymous union.
40616
40617 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
40618
40619         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
40620         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
40621         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
40622         Refer to _rtld_local_ro instead of _rtld_global_ro.
40623         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
40624         Likewise.
40625         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
40626         Likewise.
40627         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
40628         Likewise.
40629         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
40630         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
40631         of _rtld_global, and rtld_progname instead of _dl_argv[0].
40632
40633         * sysdeps/powerpc/powerpc32/dl-machine.c
40634         (__elf_machine_runtime_setup) [PROF]: Don't reference
40635         _dl_prof_resolve.
40636
40637 2012-05-18  Andreas Jaeger  <aj@suse.de>
40638
40639         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
40640         function only available for GCCs before 3.4 since GCC 3.4
40641         introduced a builtin.
40642         (lrint): Likewise.
40643         (llrintf): Likewise.
40644         (llrint): Likewise.
40645         (fmaxf): Likewise.
40646         (fmax): Likewise.
40647         (fminf): Likewise.
40648         (fmin): Likewise.
40649         (rint): Likewise.
40650         (rintf): Likewise.
40651         (nearbyint): Likewise.
40652         (nearbyintf): Likewise.
40653         (ceil): Likewise.
40654         (ceilf): Likewise.
40655         (floor): Likewise.
40656         (floorf): Likewise.
40657
40658 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40659
40660         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
40661         on both fields and cast pointer to __syscall_ulong_t.
40662
40663         * bits/types.h (__fsword_t): New type.
40664         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
40665         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
40666         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40667         (__FSWORD_T_TYPE): Likewise.
40668         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40669         (__FSWORD_T_TYPE): Likewise.
40670         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40671         (__FSWORD_T_TYPE): Likewise.
40672         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
40673         (__FSWORD_T_TYPE): Likewise.
40674         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
40675         __SWORD_TYPE with __fsword_t.
40676         (statfs64): Likewise.
40677
40678 2012-05-17  David S. Miller  <davem@davemloft.net>
40679
40680         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
40681
40682 2012-05-17  Andreas Jaeger  <aj@suse.de>
40683
40684         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
40685         warning.
40686
40687 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40688
40689         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
40690
40691 2012-05-17  Andreas Jaeger  <aj@suse.de>
40692
40693         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
40694         when it is used.
40695
40696 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40697
40698         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
40699
40700 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40701
40702         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
40703         * sysdeps/x86_64/tst-mallocalign1.c: New file.
40704
40705 2012-05-17  Andreas Jaeger  <aj@suse.de>
40706             Carlos O'Donell  <carlos_odonell@mentor.com>
40707
40708         [BZ #14059]
40709         * sysdeps/x86_64/multiarch/init-arch.h
40710         (bit_YMM_Usable): Rename to...
40711         (bit_AVX_Usable): ... this.
40712         (bit_FMA4_Usable): New macro.
40713         (bit_XMM_state): New macro.
40714         (bit_YMM_state): New macro.
40715         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
40716         [__ASSEMBLER__] (index_AVX_Usable): ... this.
40717         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
40718         (CPUID_OSXSAVE): New macro.
40719         (CPUID_AVX): New macro.
40720         (CPUID_FMA4): New macro.
40721         (index_YMM_Usable): Rename to...
40722         (index_AVX_Usable): ... this.
40723         (HAS_AVX): Use HAS_ARCH_FEATURE.
40724         (HAS_FMA4): Likewise.
40725         (HAS_YMM_USABLE): Remove.
40726         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40727         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
40728         are present.
40729         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
40730         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
40731         * sysdeps/x86_64/multiarch/Makefile: Likewise.
40732         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
40733         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
40734
40735 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40736
40737         * math/libm-test.c: Support platforms without multiple rounding modes.
40738         * math/bug-nextafter.c: Support platforms without FP exceptions.
40739         * math/bug-nexttoward.c: Likewise.
40740         * math/test-fenv.c: Likewise.
40741         * math/test-misc.c: Likewise.
40742         * stdlib/bug-getcontext.c: Likewise.
40743
40744 2012-05-17  Andreas Jaeger  <aj@suse.de>
40745
40746         * manual/examples/search.c (critter_cmp): Change signature to
40747         avoid warnings.
40748         * manual/string.texi (Collation Functions): Likewise.
40749
40750 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40751
40752         * bits/types.h: Fold copyright years.
40753         * bits/typesizes.h: Likewise.
40754         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40755         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40756         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40757         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40758         * time/time.h: Likewise.
40759
40760 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40761
40762         [BZ #208]
40763         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40764         in instead of returning them.  Return void.
40765         (__libc_mallinfo): Accumulate over all arenas.
40766         (__malloc_stats): Adjust for change in int_mallinfo interface.
40767
40768 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40769
40770         [BZ #10375]
40771         * configure.in (NM): Add AC_CHECK_TOOL for it.
40772         (libc_extra_cflags): New substituted variable.
40773         Check for -fstack-protector being used implicitly.
40774         * configure: Regenerated.
40775         * config.make.in (config-extra-cflags): New variable,
40776         gets @libc_extra_cflags@.
40777         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40778
40779         [BZ #10375]
40780         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40781         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40782         * configure: Regenerated.
40783         * config.make.in (CPPUNDEFS): New substituted variable.
40784         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40785         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40786         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40787
40788 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40789
40790         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40791         (mq_attr): Use __syscall_slong_t.
40792
40793 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40794
40795         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40796         Check __x86_64__ instead of __WORDSIZE.
40797         (_STAT_VER_LINUX): Likewise.
40798         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40799         __syscall_ulong_t and __syscall_slong_t.
40800         (stat64): Likewise.
40801
40802 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40803
40804         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40805
40806 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40807
40808         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40809
40810 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40811
40812         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40813         __syscall_ulong_t.
40814
40815         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40816         include <bits/wordsize.h>.  Check __x86_64__ instead of
40817         __WORDSIZE.
40818         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40819         defined.
40820         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40821
40822         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40823         include <bits/wordsize.h>.  Check __x86_64__ instead of
40824         __WORDSIZE.
40825         (user_regs_struct): Use "__extension__ unsigned long long"
40826         instead of "unsigned long" if __x86_64__ is defined.
40827         (user): Likewise.  Pad after pointer field if __ILP32__ is
40828         defined.
40829
40830 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40831
40832         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40833         versions 5 to 9.
40834         * configure: Regenerated.
40835         * manual/install.texi (texinfo): Increase version requirement to
40836         4.5 or later.
40837         * INSTALL: Regenerated.
40838
40839         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40840
40841 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40842
40843         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40844
40845         * sysdeps/x86_64/x32/ffs.c: New file.
40846
40847         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40848         __syscall_ulong_t.
40849         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40850         defined.  Use __syscall_ulong_t.
40851         (shminfo): Use __syscall_ulong_t.
40852         (shm_info): Likewise.
40853
40854         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40855         __syscall_ulong_t.
40856
40857         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40858         <bits/wordsize.h>.
40859         (msgqnum_t): Use __syscall_ulong_t.
40860         (msglen_t): Likewise.
40861         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40862         __syscall_ulong_t.
40863
40864         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40865         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40866
40867         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40868
40869         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40870         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40871
40872         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40873         __syscall_slong_t.
40874
40875         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40876         include <bits/wordsize.h>.  Check __x86_64__ instead of
40877         __WORDSIZE.
40878
40879         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40880         "unsigned long long int" if __x86_64__ is defined.
40881         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40882
40883         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40884         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40885         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40886
40887         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40888         <stdint.h>.
40889         (GET_PC): Cast to uintptr_t first.
40890         (GET_FRAME): Likewise.
40891         (GET_STACK): Likewise.
40892
40893         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40894         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40895         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40896         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40897         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40898         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40899         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40900         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40901         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40902         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40903         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40904         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40905         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40906         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40907         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40908         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40909         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40910         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40911         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40912         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40913         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40914         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40915         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40916         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40917         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40918         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40919         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40920         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40921         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40922
40923 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40924
40925         * Makerules (+depfiles): Also collect depfiles from .oS in
40926         $(extra-objs).
40927         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40928         .oS, $(libnldbl-routines)).
40929
40930         * Makerules (native-compile-mkdep-flags): Define.
40931         * sunrpc/Makefile (extra-objs): Add $(addprefix
40932         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40933         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40934         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40935         calling $(make-target-directory).
40936
40937 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40938
40939         * bits/types.h (__snseconds_t): Removed.
40940         * time/time.h (struct timespec): Replace __snseconds_t with
40941         __syscall_slong_t.
40942         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40943         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40944         Likewise.
40945         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40946         (__SNSECONDS_T_TYPE): Likewise.
40947         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40948         (__SNSECONDS_T_TYPE): Likewise.
40949         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40950         (__SNSECONDS_T_TYPE): Likewise.
40951
40952 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40953
40954         * sysdeps/mach/hurd/bits/typesizes.h
40955         (__SYSCALL_SLONG_TYPE): New macro.
40956         (__SYSCALL_ULONG_TYPE): Likewise.
40957
40958 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40959
40960         * bits/types.h (__syscall_slong_t): New type.
40961         (__syscall_ulong_t): Likewise.
40962
40963         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40964         (__SYSCALL_ULONG_TYPE): Likewise.
40965         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40966         (__SYSCALL_SLONG_TYPE): Likewise.
40967         (__SYSCALL_ULONG_TYPE): Likewise.
40968         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40969         (__SYSCALL_SLONG_TYPE): Likewise.
40970         (__SYSCALL_ULONG_TYPE): Likewise.
40971         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40972         (__SYSCALL_SLONG_TYPE): Likewise.
40973         (__SYSCALL_ULONG_TYPE): Likewise.
40974
40975 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40976
40977         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40978         Add sigaltstack-offsets.sym.
40979         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40980         <sigaltstack-offsets.h>.
40981         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40982         longjmp_msg pointer.
40983         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40984         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40985         signal stack.
40986         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40987
40988 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40989
40990         * elf/stackguard-macros.h: Remove file.
40991         * sysdeps/generic/stackguard-macros.h: New file.
40992         * sysdeps/i386/stackguard-macros.h: Likewise.
40993         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40994         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40995         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40996         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40997         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40998         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40999         * sysdeps/x86_64/stackguard-macros.h: Likewise.
41000         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41001         <elf/stackguard-macros.h>.
41002
41003         [BZ #14109]
41004         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41005         __aligned__ in attribute.
41006         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41007         (gregset_t): Likewise.
41008
41009 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41010
41011         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41012         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41013         * sysdeps/x86_64/x32/Implies-after: New file.
41014
41015 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41016
41017         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41018         and access return value for _dl_profile_fixup.  Use R10_LP to
41019         load frame size.
41020
41021 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41022
41023         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41024
41025 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41026
41027         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41028         * sysdeps/x86_64/x32/sysdep.h: New file.
41029
41030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41031
41032         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41033         * sysdeps/x86_64/setjmp.S: Likewise.
41034
41035 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41036
41037         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41038         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41039         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41040         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41041         remove unused global constant.
41042
41043 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41044
41045         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41046         include of <not-cancel.h>.
41047
41048 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41049
41050         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41051
41052 2012-05-15  Jeff Law  <law@redhat.com>
41053             Andreas Jaeger  <aj@suse.de>
41054
41055         [BZ #13594]
41056         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41057         out from...
41058         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41059         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41060         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41061         code changing __hst_map_handle.map.
41062
41063 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41064
41065         * configure.in (sysnames): Look for Implies-before and Implies-after
41066         files.
41067         * configure: Regenerated.
41068
41069 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41070
41071         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41072         8-byte data alignment with LP_SIZE alignment.
41073
41074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41075
41076         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41077         into R10_LP.
41078
41079 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41080
41081         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41082
41083 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41084
41085         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41086         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41087         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41088         Likewise.
41089         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41090
41091 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41092
41093         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41094         (stackinfo_sub_sp): Likewise.
41095
41096 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41097
41098         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41099         RAX_LP.
41100
41101 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41102
41103         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41104         into R*_LP.
41105
41106 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41107
41108         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41109         sizes into R*_LP.
41110
41111 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41112
41113         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41114
41115 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41116
41117         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41118         into R11_LP and load __x86_64_shared_cache_size_half into
41119         R8_LP.
41120
41121 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41122
41123         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41124         R8_LP.
41125
41126 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41127
41128         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41129         logb for POWER7.
41130         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41131         logbf for POWER7.
41132         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41133         logbl for POWER7.
41134         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41135         powerpc32/power7/fpu/s_logb.c via #include.
41136         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41137         powerpc32/power7/fpu/s_logbf.c via #include.
41138         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41139         powerpc32/power7/fpu/s_logbl.c via #include.
41140
41141 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41142
41143         * README.libm: Remove file.
41144
41145 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41146
41147         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41148         count for x32.  Use R*_LP and omit operand-size suffix.
41149
41150 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41151
41152         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41153         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41154         * sysdeps/x86_64/x32/shlib-versions: New file.
41155
41156 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41157
41158         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41159         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41160         Use _dl_fatal_printf instead.
41161
41162 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41163
41164         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41165         set if not set by the user.  Do not allow for being unset.
41166         * sysdeps/unix/sysv/linux/configure: Regenerated.
41167
41168 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41169
41170         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41171         the `q' suffix from lea and replace .quad with ASM_ADDR.
41172
41173 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41174
41175         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41176         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41177         instead of $17.
41178         (PTR_DEMANGLE): Likewise.
41179
41180 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41181
41182         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41183         (LP_OP): Likewise.
41184         (ASM_ADDR): Likewise.
41185         (RAX_LP): Likewise.
41186         (RBP_LP): Likewise.
41187         (RBX_LP): Likewise.
41188         (RCX_LP): Likewise.
41189         (RDI_LP): Likewise.
41190         (RSI_LP): Likewise.
41191         (RSP_LP): Likewise.
41192         (R8_LP): Likewise.
41193         (R9_LP): Likewise.
41194         (R10_LP): Likewise.
41195         (R10_LP): Likewise.
41196         (R11_LP): Likewise.
41197         (R12_LP): Likewise.
41198         (R13_LP): Likewise.
41199         (R14_LP): Likewise.
41200         (R15_LP): Likewise.
41201
41202 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41203
41204         * sysdeps/x86_64/x32/dl-machine.h: New file.
41205
41206 2012-05-14  Andreas Jaeger  <aj@suse.de>
41207
41208         * manual/Makefile (subdir): Remove export of subdir.
41209         (all): Remove target.
41210         (.PHONY): Remove all from list.
41211         (mkinstalldirs): Remove.
41212         (.PHONY): Remove installdirs from list.
41213         ($(inst_infodir)/libc.info): Use make-target-directory.
41214         (installdirs): Remove.
41215         (subdir_%): Remove.
41216         (glibc-targets): Remove.
41217         (lib): Remove.
41218         (stubs): Remove.
41219         ($(objpfx)stubs ../po/manual.pot): Remove.
41220         ($(objpfx)stamp%): Remove.
41221         (make-target-directory): Remove.
41222         (subdir_install): Remove.
41223         (routines): Remove.
41224         (aux): Remove.
41225         (sources): Remove.
41226         (objects): Remove.
41227         (headers): Remove.
41228
41229         [BZ #13750]
41230         * manual/.gitignore: Remove, it's not needed anymore.
41231         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
41232         all files in it.
41233         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
41234         directory.
41235         (texis): Renamed to $(objpfx)texis.
41236         (texis-path): New, contains path to generated files.
41237         (chapters.%): Use texis-path for complete path, add extra argument
41238         libc-texinfo.sh.
41239         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
41240         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
41241         (summary,texi, stamp-summary): Use complete path of
41242         files. Generate files in build dir.
41243         (dir-add.texi): Build in build dir.
41244         (libm-err.texi,stamp-libm-err): Likewise.
41245         (version.texi, stamp-version): Likewise.
41246         (.%c.texi): Likewise.
41247         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
41248         (mostlyclean): Remove target.
41249         (realclean): Remove target.
41250         (generated): Add new variable with contents from mostlyclean and
41251         realclean, remove entries duplicated in common-mostlyclean, add
41252         stamp-libm-err and stamp-version.
41253         (generated-dirs): Add libc directory.
41254         ($(inst_infodir)/libc.info): Install files from build dir.
41255
41256         * manual/install.texi (Configuring and compiling): Adjust since
41257         the info files are not part of the tar ball anymore.
41258
41259 2012-05-14  Andreas Jaeger  <aj@suse.de>
41260
41261         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
41262         variable.
41263
41264 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41265
41266         [BZ #13717]
41267         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41268         to 2.2.0 where earlier.
41269         * sysdeps/unix/sysv/linux/configure: Regenerated.
41270         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
41271         Remove conditional code.
41272         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
41273         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
41274         Remove conditional code.
41275         [!__NR_lchown]: Likewise.
41276         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41277         [__NR_lchown]: Likewise.
41278         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
41279         comment referencing __ASSUME_LCHOWN_SYSCALL.
41280         * sysdeps/unix/sysv/linux/i386/sigaction.c
41281         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41282         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41283         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
41284         Remove conditional code.
41285         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
41286         (__protocol_available): Remove #if 0 code.
41287         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
41288         conditional code.
41289         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
41290         * sysdeps/unix/sysv/linux/kernel-features.h
41291         (__ASSUME_GETCWD_SYSCALL): Don't define.
41292         (__ASSUME_REALTIME_SIGNALS): Likewise.
41293         (__ASSUME_PREAD_SYSCALL): Likewise.
41294         (__ASSUME_PWRITE_SYSCALL): Likewise.
41295         (__ASSUME_POLL_SYSCALL): Likewise.
41296         (__ASSUME_LCHOWN_SYSCALL): Likewise.
41297         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
41298         non-SPARC.
41299         (__ASSUME_SIOCGIFNAME): Don't define.
41300         (__ASSUME_MSG_NOSIGNAL): Likewise.
41301         (__ASSUME_SENDFILE): Define unconditionally.
41302         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
41303         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
41304         conditional code.
41305         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
41306         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
41307         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
41308         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41309         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
41310         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
41311         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
41313         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41314         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
41316         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41317         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
41319         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41320         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
41322         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41323         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
41325         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41326         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
41328         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
41329         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
41331         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41332         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
41334         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41335         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41336         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
41337         Remove conditional code.
41338         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41339         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
41340         Remove conditional code.
41341         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41342         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
41343         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
41344         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
41345         Remove conditional code.
41346         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41347         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
41348         Remove conditional code.
41349         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41350         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
41351         Remove conditional code.
41352         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41353         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
41354         Remove conditional code.
41355         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
41356         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
41357         Remove conditional code.
41358         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41359         * sysdeps/unix/sysv/linux/sh/pwrite64.c
41360         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
41361         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
41362         * sysdeps/unix/sysv/linux/sigaction.c
41363         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41364         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41365         * sysdeps/unix/sysv/linux/sigpending.c
41366         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41367         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41368         * sysdeps/unix/sysv/linux/sigprocmask.c
41369         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41370         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41371         * sysdeps/unix/sysv/linux/sigsuspend.c
41372         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41373         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41374         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41375         (__libc_missing_rt_sigs): Remove.
41376         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
41377         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
41378         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
41379         Remove conditional code.
41380         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
41381         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
41382         return 1.
41383         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
41384         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
41385         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
41386         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
41387
41388 2012-05-14  Andreas Jaeger  <aj@suse.de>
41389
41390         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
41391         it's not used in glibc.
41392         (__coshm1): Likewise.
41393         (__acosh1p): Likewise.
41394         (__sgn): Likewise.
41395
41396         * manual/string.texi (Copying and Concatenation): Add missing
41397         variable in concat example.
41398         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
41399
41400 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41401
41402         [BZ #14103]
41403         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
41404         __builtin_clzl with __builtin_clzll.
41405
41406 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41407
41408         [BZ #14104]
41409         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
41410         libc_freeres_ptr.
41411
41412 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41413
41414         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
41415         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
41416         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
41417         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
41418
41419 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
41420
41421         * NEWS: Update ia64 info.
41422
41423 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
41424
41425         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
41426         used as bcopy.
41427
41428 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
41429
41430         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
41431         * sysdeps/unix/syscalls.list (dup3): Likewise.
41432         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
41433         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
41434
41435 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
41436
41437         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
41438         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
41439
41440 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
41441
41442         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
41443         thread pointer.
41444         (TLS_IE): Use mov/add instead of movq/addq to load thread
41445         pointer.
41446         (TLS_GD_PREFIX): New.
41447         (TLS_GD): Use it.
41448
41449 2012-05-11  David S. Miller  <davem@davemloft.net>
41450
41451         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
41452         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
41453         (_FPU_SETCW): Likewise.
41454
41455 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41456
41457         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
41458         is 32-byte aligned.
41459
41460 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
41461
41462         [BZ #11837]
41463         * iconvdata/gb18030.c: Update tables.
41464         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
41465         characters specially.
41466         (BODY for TO_LOOP): Add encoding of missing ranges.
41467
41468 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
41469
41470         [BZ #13673]
41471         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
41472         * sysdeps/mach/hurd/dup3.c: Likewise.
41473         * sysdeps/mach/hurd/readlinkat.c: Likewise.
41474         * sysdeps/powerpc/memmove.c:: Likewise.
41475
41476 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41477
41478         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
41479         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
41480
41481 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41482
41483         * elf/elf.h (R_X86_64_RELATIVE64): New.
41484         (R_X86_64_NUM): Updated.
41485         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
41486         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
41487         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
41488         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
41489         tst-quad1pie tst-quad2pie
41490         (modules-names): Add tst-quadmod1 tst-quadmod2.
41491         ($(objpfx)tst-quad1): New dependency.
41492         ($(objpfx)tst-quad2): Likewise.
41493         ($(objpfx)tst-quad1pie): Likewise.
41494         ($(objpfx)tst-quad2pie): Likewise.
41495         * sysdeps/x86_64/tst-quad1.c: New file.
41496         * sysdeps/x86_64/tst-quad1pie.c: New file.
41497         * sysdeps/x86_64/tst-quad2.c: Likewise.
41498         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
41499         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
41500         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
41501         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
41502         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
41503
41504 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41505
41506         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
41507         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
41508         * streams/stropts.h (t_scalar_t): Define type.
41509
41510         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
41511         (_PATH_PRESERVE): Set to "/var/lib".
41512         (_PATH_RWHODIR): Set to "/var/spool/rwho".
41513
41514         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
41515         instead of int.
41516
41517         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
41518         if __dir_mkfile succeeded.
41519
41520         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
41521         checking for _hurd_dtablesize.  Unlock it right after having
41522         finished _hurd_dtable allocation.
41523
41524 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41525
41526         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
41527         * sysdeps/mach/hurd/configure: Regenerated.
41528         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
41529         special-casing to...
41530         * sysdeps/gnu/configure.in: ... this new file.
41531         * sysdeps/unix/sysv/linux/configure: Regenerated.
41532         * sysdeps/gnu/configure: New generated file.
41533
41534         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
41535         for Linux: use nsec instead of usec, as well as:
41536         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
41537         members of type struct timespec.
41538         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
41539         New macros.
41540         (struct stat64): Likewise.
41541         (_STATBUF_ST_NSEC): New macro.
41542         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
41543
41544         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41545         __strtoul_internal rather than strtoul.
41546
41547 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41548
41549         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
41550         and reject them.
41551
41552 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41553
41554         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
41555         which preserves existing values.
41556         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
41557
41558 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41559
41560         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
41561         TIMEOUT values.  Return EINVAL for NFDS values either negative or
41562         greater than FD_SETSIZE.
41563
41564 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41565
41566         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
41567         allocated, call __vm_protect to finish enabling the existing space, and
41568         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
41569         allocate the remainder.
41570
41571 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41572
41573         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
41574         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
41575
41576 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41577
41578         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
41579         sysdeps/mach/hurd/readlink.c.
41580
41581         * posix/tst-sysconf.c (posix_options): Only use
41582         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
41583         _POSIX_SYNCHRONIZED_IO when they are defined
41584         * sysdeps/mach/hurd/bits/posix_opt.h:
41585         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
41586         (_XOPEN_REALTIME): Undefine macro.
41587         (_XOPEN_REALTIME_THREADS): Undefine macro.
41588         (_XOPEN_SHM): Undefine macro.
41589         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
41590         macro to -1.
41591         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
41592         macro to -1.
41593         (_POSIX_ASYNC_IO): Undefine macro.
41594         (_POSIX_PRIORITIZED_IO): Undefine macro.
41595         (_POSIX_SPIN_LOCKS): Define macro to -1.
41596
41597         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
41598         SA_NODEFER, SA_RESETHAND.
41599         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
41600         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
41601         F_DUPFD_CLOEXEC.
41602
41603 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41604
41605         * elf/Makefile (pldd-modules): Define unconditionally.
41606
41607 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41608
41609         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
41610
41611 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41612
41613         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
41614         Return ENOENT when name is empty.
41615         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
41616
41617 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41618
41619         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
41620
41621         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
41622
41623 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41624
41625         Fix mlock in all cases except non-readable pages.
41626         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
41627         instead of VM_PROT_ALL as parameter to __vm_wire function.
41628
41629         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
41630         (__mkdir): When path is `/', just fail with EEXIST.
41631         * sysdeps/mach/hurd/mkdirat.c: Likewise.
41632
41633 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41634
41635         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
41636         <sys/uio.h> (for writev).
41637         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
41638         and <sys/param.h> (for MIN).
41639
41640 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41641
41642         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
41643         REQUESTED_TIME.  Properly set the remaining time and return EINTR
41644         if interrupted.
41645
41646 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41647
41648         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
41649         Depend on against $(link-rpcuserlibs).
41650
41651 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41652
41653         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
41654         (__libc_stack_end): Do not use attribute_relro.
41655         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
41656         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
41657         to libthread-provided value.
41658         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
41659         attribute_relro.
41660
41661 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41662
41663         [BZ #3748]
41664         * bits/libc-lock.h (__libc_once_get): New macro.
41665         * sysdeps/mach/bits/libc-lock.h: Likewise.
41666         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
41667         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
41668         instead of using implementation details.
41669
41670         * libio/fileops.c: Unconditionally include <kernel-features.h>.
41671         * libio/freopen.c: Likewise.
41672         * libio/freopen64.c: Likewise.
41673         * misc/syslog.c: Likewise.
41674         * nscd/connections.c: Likewise.
41675         * nscd/netgroupcache.c: Likewise.
41676         * sysdeps/posix/getcwd.c: Likewise.
41677
41678 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41679
41680         * math/w_ilogbf.c: Add #include <limits.h>.
41681
41682 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41683
41684         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
41685         path instead of returning without unlocking.
41686
41687         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
41688         immediate-write ioctls.
41689         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
41690
41691 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41692
41693         * sysdeps/mach/hurd/i386/init-first.c (init): Use
41694         __builtin_frame_address instead of making assumptions about the
41695         location of the return address relative to DATA.  Force early load of
41696         the return address.
41697         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
41698         __builtin_frame_address.
41699
41700         dup3 for GNU Hurd.
41701         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
41702         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
41703         implement dup3 and do some further code clean-ups.
41704         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
41705         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
41706
41707 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41708
41709         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
41710
41711         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
41712         HURD_CRITICAL_END around holding _hurd_dtable_lock.
41713         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
41714         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
41715         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
41716         d->port.lock.
41717
41718         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
41719         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
41720         when handler == SIG_ERR, not when handler != SIG_ERR.
41721
41722 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41723
41724         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
41725         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
41726         definitions.
41727
41728         accept4 for GNU Hurd.
41729         * include/sys/socket.h (__libc_accept4): New prototype.
41730         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
41731         to implement __libc_accept4.
41732         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
41733         __libc_accept4.
41734         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
41735
41736         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
41737         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41738         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41739         signal-defines.sym.
41740
41741 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41742
41743         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
41744
41745 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41746
41747         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41748         assertion on O_CLOEXEC flag.
41749         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41750         * hurd/intern-fd.c: Likewise.
41751         * hurd/port2fd.c: Likewise.
41752
41753 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41754
41755         [BZ #3906]
41756         * bits/in.h (IPV6_PKTINFO): Define new macro.
41757         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41758
41759 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41760
41761         [BZ #13954]
41762         [BZ #13955]
41763         [BZ #13956]
41764         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41765         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41766         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41767         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41768         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41769         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41770         * math/libm-test.inc (logb_test) : Additional logb tests.
41771
41772 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41773             Andreas Jaeger  <aj@suse.de>
41774
41775         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41776         * configure: Regenerated.
41777         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41778         * config.make.in (link-obsolete-rpc): New substituted variable.
41779         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41780         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41781         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41782         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41783         so that libc.a contains the symbols.
41784         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41785         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41786         * sunrpc/auth_none.c: Likewise.
41787         * sunrpc/auth_unix.c: Likewise.
41788         * sunrpc/authdes_prot.c: Likewise.
41789         * sunrpc/authuxprot.c: Likewise.
41790         * sunrpc/clnt_gen.c: Likewise.
41791         * sunrpc/clnt_perr.c: Likewise.
41792         * sunrpc/clnt_raw.c: Likewise.
41793         * sunrpc/clnt_simp.c: Likewise.
41794         * sunrpc/clnt_tcp.c: Likewise.
41795         * sunrpc/clnt_udp.c: Likewise.
41796         * sunrpc/clnt_unix.c: Likewise.
41797         * sunrpc/des_crypt.c: Likewise.
41798         * sunrpc/des_soft.c: Likewise.
41799         * sunrpc/get_myaddr.c: Likewise.
41800         * sunrpc/key_call.c: Likewise.
41801         * sunrpc/key_prot.c: Likewise.
41802         * sunrpc/netname.c: Likewise.
41803         * sunrpc/pm_getmaps.c: Likewise.
41804         * sunrpc/pm_getport.c: Likewise.
41805         * sunrpc/pmap_clnt.c: Likewise.
41806         * sunrpc/pmap_prot.c: Likewise.
41807         * sunrpc/pmap_prot2.c: Likewise.
41808         * sunrpc/pmap_rmt.c: Likewise.
41809         * sunrpc/publickey.c: Likewise.
41810         * sunrpc/rpc_cmsg.c: Likewise.
41811         * sunrpc/rpc_common.c: Likewise.
41812         * sunrpc/rpc_dtable.c: Likewise.
41813         * sunrpc/rpc_prot.c: Likewise.
41814         * sunrpc/rpc_thread.c: Likewise.
41815         * sunrpc/rtime.c: Likewise.
41816         * sunrpc/svc.c: Likewise.
41817         * sunrpc/svc_auth.c: Likewise.
41818         * sunrpc/svc_raw.c: Likewise.
41819         * sunrpc/svc_run.c: Likewise.
41820         * sunrpc/svc_tcp.c: Likewise.
41821         * sunrpc/svc_udp.c: Likewise.
41822         * sunrpc/svc_unix.c: Likewise.
41823         * sunrpc/svcauth_des.c: Likewise.
41824         * sunrpc/xcrypt.c: Likewise.
41825         * sunrpc/xdr.c: Likewise.
41826         * sunrpc/xdr_array.c: Likewise.
41827         * sunrpc/xdr_float.c: Likewise.
41828         * sunrpc/xdr_intXX_t.c: Likewise.
41829         * sunrpc/xdr_mem.c: Likewise.
41830         * sunrpc/xdr_rec.c: Likewise.
41831         * sunrpc/xdr_ref.c: Likewise.
41832         * sunrpc/xdr_sizeof.c: Likewise.
41833         * sunrpc/xdr_stdio.c: Likewise.
41834
41835 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41836
41837         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41838         change.  Update copyright years.
41839
41840 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41841
41842         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41843
41844 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41845             Joseph Myers  <joseph@codesourcery.com>
41846             Paul Pluzhnikov  <ppluzhnikov@google.com>
41847
41848         [BZ #14012]
41849         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41850         requiring rpcgen.
41851         [cross-compiling] (extra-libs): Likewise.
41852         [cross-compiling] (extra-libs-others): Likewise.
41853         [cross-compiling] (librpcsvc-routines): Likewise.
41854         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41855         [cross-compiling] (omit-deps): Likewise.
41856         (sunrpc-CPPFLAGS): New variable.
41857         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41858         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41859         (cross-rpcgen-objs): New variable.
41860         (extra-objs): Append $(cross-rpcgen-objs).
41861         ($(cross-rpcgen-objs)): New rule.
41862         ($(objpfx)cross-rpcgen): Likewise.
41863         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41864         comment.
41865         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41866         ($(objpfx)x%.stmp): Likewise.
41867         * sunrpc/proto.h [IS_IN_build] (_): Define.
41868         [IS_IN_build] (_libc_intl_domainname): Likewise.
41869
41870 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41871
41872         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41873         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41874         and R_X86_64_TPOFF64.
41875
41876 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41877
41878         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41879         sysdeps/unix/sysv/syscalls.list.
41880         (stime): Likewise.
41881         (utime): Likewise.
41882         * sysdeps/unix/sysv/syscalls.list: Remove file.
41883
41884 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41885
41886         [BZ #3440]
41887         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41888         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41889         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41890         (__LC_IDENTIFICATION): Make these macros useful in #if
41891         expressions, as required by C99.
41892
41893 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41894
41895         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41896         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41897         after this.
41898
41899 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41900
41901         * stdlib/longlong.h: Updated from GCC.
41902
41903 2012-05-09  Andreas Jaeger  <aj@suse.de>
41904
41905         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41906         default is first entry.
41907         (run_mode): Set type.
41908         (main): Remove informal message about syslog.
41909         (options): Fix typo.
41910
41911         [BZ #14053]
41912         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41913         to asm.
41914         (lrint): Likewise.
41915         (llrintf): Likewise.
41916         (llrint): Likewise.
41917         (rint): Likewise.
41918         (rintf): Likewise.
41919         (nearbyint): Likewise.
41920         (nearbyintf): Likewise.
41921
41922 2012-05-09  Andreas Jaeger  <aj@suse.de>
41923             Pedro Alves  <palves@redhat.com>
41924
41925         * nscd/nscd.c (run_mode): Use enum.
41926         (main): Cleanup coding style issue.
41927
41928 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41929             Andreas Jaeger  <aj@suse.de>
41930
41931         * nscd/nscd.c (go_background): Replaced with...
41932         (run_mode): ... this.
41933         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41934         (options): Add -F --foreground.
41935         (main): Implement it.
41936         (parse_opt): Parse it.
41937
41938 2012-05-09  Andreas Jaeger  <aj@suse.de>
41939
41940         [BZ #14083]
41941         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41942         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41943         -Wconversion warning.
41944         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41945         Likewise.
41946
41947 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41948
41949         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41950         == 0.
41951         (LC_ALL): Use macro-int-constant.
41952         (LC_COLLATE): Likewise.
41953         (LC_CTYPE): Likewise.
41954         (LC_MESSAGES): Likewise.
41955         (LC_MONETARY): Likewise.
41956         (LC_NUMERIC): Likewise.
41957         (LC_TIME): Likewise.
41958         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41959         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41960         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41961         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41962         Specify type.
41963         [C99-based standards] (float_t): Expect type.
41964         [C99-based standards] (double_t): Expect type.
41965         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41966         type.
41967         [C99-based standards] (HUGE_VALL): Likewise.
41968         [C99-based standards] (INFINITY): Likewise.
41969         [C99-based standards] (NAN): Likewise.
41970         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41971         [C99-based standards] (FP_NAN): Likewise.
41972         [C99-based standards] (FP_NORMAL): Likewise.
41973         [C99-based standards] (FP_SUBNORMAL): Likewise.
41974         [C99-based standards] (FP_ZERO): Likewise.
41975         [C99-based standards] (FP_FAST_FMA): Use
41976         optional-macro-int-constant.  Specify type.  Require == 1.
41977         [C99-based standards] (FP_FAST_FMAF): Likewise.
41978         [C99-based standards] (FP_FAST_FMAL): Likewise.
41979         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41980         [C99-based standards] (FP_ILOGBNAN): Likewise.
41981         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41982         Specify type.
41983         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41984         [C99-based standards] (math_errhandling): Specify type.
41985         [ISO99 || ISO11] (signgam): Do not allow.
41986         [non-C99-based standards] (copysignf): Do not allow.
41987         [non-C99-based standards] (exp2f): Likewise.
41988         [non-C99-based standards] (log2f): Likewise.
41989         [non-C99-based standards] (modff): Allow.
41990         [non-C99-based standards] (erff): Do not allow.
41991         [non-C99-based standards] (erfcf): Likewise.
41992         [non-C99-based standards] (gammaf): Likewise.
41993         [non-C99-based standards] (hypotf): Likewise.
41994         [non-C99-based standards] (j0f): Likewise.
41995         [non-C99-based standards] (j1f): Likewise.
41996         [non-C99-based standards] (jnf): Likewise.
41997         [non-C99-based standards] (lgammaf): Likewise.
41998         [non-C99-based standards] (tgammaf): Likewise.
41999         [non-C99-based standards] (y0f): Likewise.
42000         [non-C99-based standards] (y1f): Likewise.
42001         [non-C99-based standards] (ynf): Likewise.
42002         [non-C99-based standards] (isnanf): Likewise.
42003         [non-C99-based standards] (acoshf): Likewise.
42004         [non-C99-based standards] (asinhf): Likewise.
42005         [non-C99-based standards] (atanhf): Likewise.
42006         [non-C99-based standards] (cbrtf): Likewise.
42007         [non-C99-based standards] (expm1f): Likewise.
42008         [non-C99-based standards] (ilogbf): Likewise.
42009         [non-C99-based standards] (log1pf): Likewise.
42010         [non-C99-based standards] (logbf): Likewise.
42011         [non-C99-based standards] (nextafterf): Likewise.
42012         [non-C99-based standards] (remainderf): Likewise.
42013         [non-C99-based standards] (rintf): Likewise.
42014         [non-C99-based standards] (scalbf): Likewise.
42015         [non-C99-based standards] (copysignl): Likewise.
42016         [non-C99-based standards] (exp2l): Likewise.
42017         [non-C99-based standards] (log2l): Likewise.
42018         [non-C99-based standards] (modfl): Allow.
42019         [non-C99-based standards] (erfl): Do not allow.
42020         [non-C99-based standards] (erfcl): Likewise.
42021         [non-C99-based standards] (gammal): Likewise.
42022         [non-C99-based standards] (hypotl): Likewise.
42023         [non-C99-based standards] (j0l): Likewise.
42024         [non-C99-based standards] (j1l): Likewise.
42025         [non-C99-based standards] (jnl): Likewise.
42026         [non-C99-based standards] (lgammal): Likewise.
42027         [non-C99-based standards] (tgammal): Likewise.
42028         [non-C99-based standards] (y0l): Likewise.
42029         [non-C99-based standards] (y1l): Likewise.
42030         [non-C99-based standards] (ynl): Likewise.
42031         [non-C99-based standards] (isnanl): Likewise.
42032         [non-C99-based standards] (acoshl): Likewise.
42033         [non-C99-based standards] (asinhl): Likewise.
42034         [non-C99-based standards] (atanhl): Likewise.
42035         [non-C99-based standards] (cbrtl): Likewise.
42036         [non-C99-based standards] (expm1l): Likewise.
42037         [non-C99-based standards] (ilogbl): Likewise.
42038         [non-C99-based standards] (log1pl): Likewise.
42039         [non-C99-based standards] (logbl): Likewise.
42040         [non-C99-based standards] (nextafterl): Likewise.
42041         [non-C99-based standards] (remainderl): Likewise.
42042         [non-C99-based standards] (rintl): Likewise.
42043         [non-C99-based standards] (scalbl): Likewise.
42044         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42045         [non-C99-based standards] (FP_*): Do not allow.
42046         [C99-based standards] (FP_*): Change to
42047         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42048         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42049         allow.
42050         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42051         (SIG_ERR): Likewise.
42052         [X/Open-based standards] (SIG_HOLD): Likewise.
42053         (SIG_IGN): Likewise.
42054         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42055         positive value.
42056         (SIGFPE): Likewise.
42057         (SIGILL): Likewise.
42058         (SIGINT): Likewise.
42059         (SIGSEGV): Likewise.
42060         (SIGTER): Likewise.
42061         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42062         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42063         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42064         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42065         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42066         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42067         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42068         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42069         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42070         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42071         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42072         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42073         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42074         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42075         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42076         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42077         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42078         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42079         [X/Open-based standards] (SIGTRAP): Likewise.
42080         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42081         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42082         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42083         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42084         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42085         allow.
42086
42087 2012-05-08  Ian Wienand  <ianw@vmware.com>
42088
42089         [BZ #14080]
42090         * time/tzset.c (__tzset_parse_tz): Update default rules for
42091         daylight time changes in the Energy Policy Act of 2005.
42092
42093 2012-05-09  Andreas Jaeger  <aj@suse.de>
42094
42095         [BZ #13983]
42096         * elf/ldconfig.c (parse_conf): Change string to make clear that
42097         ldconfig only issued a warning if ld.so.conf does not exist.
42098
42099 2012-05-08  David S. Miller  <davem@davemloft.net>
42100
42101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42102         movxtod instead of popping the value on the stack.
42103
42104         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42105
42106 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42107
42108         * config.h.in: Add HAVE_ARM_PCS_VFP.
42109
42110 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42111
42112         [BZ #13979]
42113         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42114         checking but the checks are disabled for any reason.
42115
42116 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42117
42118         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42119         and ELF64_R_TYPE with ELFW(R_TYPE).
42120
42121 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42122
42123         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42124         (ulimit): Likewise.
42125
42126         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42127         (settimeofday): Likewise.
42128
42129 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42130
42131         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42132         a struct th_u2 inside the union, and move tu_block/tu_code into
42133         a new th_u3 union of tu_block/tu_code inside of that.  Move
42134         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42135         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42136         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42137         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42138         (th_stuff): Change to th_u1.tu_stuff.
42139         (th_data): Define.
42140         (th_msg): Change to th_u1.th_u2.tu_data.
42141
42142 2012-05-07  David S. Miller  <davem@davemloft.net>
42143
42144         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42145
42146         [BZ #14074]
42147         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42148         (SETUP_PIC_REG): Use it.
42149         (SETUP_PIC_REG_LEAF): Use it.
42150
42151 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42152
42153         [BZ #13885]
42154         [BZ #13923]
42155         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42156         USE_AS_EXPM1L.
42157         (EXPL_FINITE): Likewise.
42158         (FLDLOG): Likewise.
42159         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42160         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42161         e_expl.S.
42162         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42163         USE_AS_EXPM1L.
42164         (EXPL_FINITE): Likewise.
42165         (FLDLOG): Likewise.
42166         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42167         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42168         e_expl.S.
42169         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42170         test of -max_value argument for long double.
42171         * sysdeps/i386/fpu/libm-test-ulps: Update.
42172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42173
42174 2012-05-06  David S. Miller  <davem@davemloft.net>
42175
42176         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42177         quad soft-float symbols whose references which are compiler
42178         generated.
42179         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42180
42181 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42182
42183         [BZ #13884]
42184         [BZ #13914]
42185         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42186         USE_AS_EXP10L.
42187         (EXPL_FINITE): Likewise.
42188         (FLDLOG): Likewise.
42189         (c0): Likewise.
42190         (c1): Likewise.
42191         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42192         Adjust comments for base varying.
42193         (__expl_finite): Change alias to EXPL_FINITE.
42194         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42195         e_expl.S.
42196         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42197         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42198         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42199         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42200         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42201         USE_AS_EXP10L.
42202         (EXPL_FINITE): Likewise.
42203         (FLDLOG): Likewise.
42204         (c0): Likewise.
42205         (c1): Likewise.
42206         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42207         Adjust comments for base varying.
42208         (__expl_finite): Change alias to EXPL_FINITE.
42209         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
42210         tests for bugs.
42211         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42212
42213         [BZ #14064]
42214         * math/libm-test.inc (check_float_internal): Correct ulp
42215         calculation for subnormal expected results.
42216
42217 2012-05-06  Andreas Jaeger  <aj@suse.de>
42218
42219         * Makeconfig (+math-flags): New, set to -frounding-math.
42220         (+cflags): Add +math-flags so that all of glibc gets compiled with
42221         it.
42222
42223         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
42224
42225 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
42226
42227         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
42228         Disable one test.
42229
42230         [BZ #13787]
42231         [BZ #13922]
42232         [BZ #14036]
42233         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
42234         (__ieee754_expl): Allow for and saturate large arguments.
42235         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
42236         (u_threshold): Likewise.
42237         (__exp): Call __ieee754_exp before checking for overflow and
42238         underflow.
42239         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
42240         (u_threshold): Likewise.
42241         (__expf): Call __ieee754_expf before checking for overflow and
42242         underflow.
42243         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
42244         (u_threshold): Likewise.
42245         (__expl): Call __ieee754_expl before checking for overflow and
42246         underflow.
42247         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
42248         (__ieee754_expl): Allow for and saturate large arguments.
42249         * math/libm-test.inc (exp_test): Add another test.  Do not allow
42250         missing overflow exception on overflow.
42251         (expm1_test): Do not allow missing overflow exception on overflow.
42252
42253         * sysdeps/i386/fpu/e_expl.c: Move to ...
42254         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
42255         rather than using inline asm.
42256         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
42257         * sysdeps/x86_64/fpu/e_expl.S: Copy from
42258         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
42259
42260         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
42261         (nice): Likewise.
42262         (poll): Likewise.
42263         (signal): Likewise.
42264         (time): Likewise.
42265         (times): Likewise.
42266
42267 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42268
42269         * sysdeps/unix/syscalls.list (adjtime): Add entry from
42270         sysdeps/unix/common/syscalls.list.
42271         (fchmod): Likewise.
42272         (fchown): Likewise.
42273         (ftruncate): Likewise.
42274         (getrusage): Likewise.
42275         (gettimeofday): Likewise.
42276         (setpgid): Likewise.
42277         (setregid): Likewise.
42278         (setreuid): Likewise.
42279         (sigaction): Likewise.
42280         (truncate): Likewise.
42281         (vhangup): Likewise.
42282         * sysdeps/unix/common/syscalls.list: Remove file.
42283         * sysdeps/unix/bsd/Implies: Don't include unix/common.
42284         * sysdeps/unix/sysv/linux/Implies: Likewise.
42285
42286 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
42287
42288         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
42289         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
42290         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
42291         Moved to ...
42292         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
42293         Here.
42294         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
42295         to ...
42296         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
42297         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
42298         to ...
42299         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
42300         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
42301         to ...
42302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
42303         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
42304         to ...
42305         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
42306         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
42307         to ...
42308         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
42309         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
42310         to ...
42311         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
42312         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
42313         to ...
42314         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
42315         Here.
42316         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
42317         to ...
42318         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
42319         Here.
42320         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
42321         to ...
42322         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
42323         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
42324         Moved to ...
42325         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
42326         Here.
42327         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
42328         to ...
42329         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
42330
42331 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42332
42333         * sysdeps/unix/common/bits/dirent.h: Remove file.
42334         * sysdeps/unix/common/bits/fcntl.h: Likewise.
42335
42336         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
42337         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
42338         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
42339         * sysdeps/unix/bsd/isatty.c: Likewise.
42340         * sysdeps/unix/bsd/tcdrain.c: Likewise.
42341         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
42342         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
42343
42344 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42345
42346         [BZ #13563]
42347         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
42348         long double comparison inaccuracies.
42349         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
42350         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42351
42352 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
42353
42354         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
42355         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
42356
42357 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42358
42359         [BZ #14049]
42360         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
42361         nonzero digits before rounding a hex value.
42362         * stdlib/tst-strtod.c (tests): Add another test.
42363
42364 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42365
42366         * sysdeps/s390/fpu/libm-test-ulps: Update.
42367
42368 2012-05-03  Andreas Jaeger  <aj@suse.de>
42369
42370         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
42371         does not get optimized out.
42372         (malloc_opt_barrier): New.
42373
42374 2012-05-03  Andreas Jaeger  <aj@suse.de>
42375             Roland McGrath  <roland@hack.frob.com>
42376
42377         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
42378         intermediate file deletion.
42379         (generated): Add .symlist files.
42380
42381 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
42382
42383         [BZ #13775]
42384         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
42385         Redirect under this condition.
42386         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
42387         [__USE_GNU] (__dprintf_chk): Not under this condition.
42388         [__USE_GNU] (__vdprintf_chk): Likewise.
42389         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
42390         under this condition.
42391         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
42392         [__USE_XOPEN2K8] (dprintf): Define under this condition.
42393         [__USE_XOPEN2K8] (vdprintf): Likewise.
42394         [__USE_GNU] (__dprintf_chk): Not under this condition.
42395         [__USE_GNU] (__vdprintf_chk): Likewise.
42396         [__USE_GNU] (dprintf): Likewise.
42397         [__USE_GNU] (vdprintf): Likewise.
42398
42399 2012-05-03  Roland McGrath  <roland@hack.frob.com>
42400
42401         * elf/Makefile (common-generated): Set this instead of generated for
42402         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
42403         $(all-built-dso)-derived lists.
42404
42405 2012-05-03  Andreas Jaeger  <aj@suse.de>
42406
42407         * sysdeps/i386/fpu/libm-test-ulps: Update.
42408
42409         * FAQ: Removed.
42410         * FAQ.in: Likewise.
42411         * scripts/gen-FAQ.pl: Likewise.
42412         * manual/install.texi (Installation): Point to online location of
42413         FAQ.
42414         * Makefile (files-for-dist): Remove FAQ.
42415         (FAQ): Remove.
42416
42417 2012-05-02  Allan McRae  <allan@archlinux.org>
42418
42419         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
42420         (LDFLAGS-reldepmod5.so): Likewise.
42421         (LDFLAGS-reldep6mod1.so): Likewise.
42422         (LDFLAGS-reldep6mod4.so): Likewise.
42423         (LDFLAGS-reldep8mod3.so): Likewise.
42424         (LDFLAGS-unload4mod1.so): Likewise.
42425         (LDFLAGS-unload4mod2.so): Likewise.
42426         (LDFLAGS-tst-initorder): Likewise.
42427         (LDFLAGS-tst-initordera2.so): Likewise.
42428         (LDFLAGS-tst-initordera3.so): Likewise.
42429         (LDFLAGS-tst-initordera4.so): Likewise.
42430         (LDFLAGS-tst-initorderb2.so): Likewise.
42431         (LDFLAGS-noload): Likewise.
42432         (LDFLAGS-next): Likewise.
42433         (LDFLAGS-order2mod1.so): Likewise.
42434         (LDFLAGS-order2mod2.so): Likewise.
42435         (LDFLAGS-tst-initorder2): Likewise.
42436         (LDFLAGS-tst-initorder2a.so): Likewise.
42437         (LDFLAGS-tst-initorder2b.so): Likewise.
42438         (LDFLAGS-tst-initorder2c.so): Likewise.
42439         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
42440
42441 2012-05-02  David S. Miller  <davem@davemloft.net>
42442
42443         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42444
42445 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
42446
42447         [BZ #14055]
42448         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
42449
42450 2012-05-02  Andreas Jaeger  <aj@suse.de>
42451
42452         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
42453         since we manipulate rounding mode.
42454         (CPPFLAGS-test-idouble.c): Likewise.
42455         (CPPFLAGS-test-ifloat.c): Likewise.
42456         (CFLAGS-test-ldouble.c): Likewise.
42457         (CFLAGS-test-double.c): Likewise.
42458         (CFLAGS-test-float.c): Likewise.
42459         (CFLAGS-test-misc.c): Likewise.
42460         (CFLAGS-test-test-fenv.c): Likewise.
42461
42462 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42463
42464         [BZ #2550]
42465         [BZ #2570]
42466         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
42467         comparisons to determine direction to adjust input.
42468
42469 2012-05-01  Roland McGrath  <roland@hack.frob.com>
42470
42471         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
42472         output to the target.
42473
42474         * scripts/localplt.awk: New file.
42475         * elf/Makefile ($(objpfx)check-localplt): Target removed.
42476         (check-localplt-CFLAGS): Variable removed.
42477         ($(all-built-dso:=.jmprel)): New static pattern rule.
42478         (generated): Add those targets.
42479         (localplt-built-dso): New variable.
42480         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
42481
42482         * elf/check-localplt.c: File removed.
42483
42484         * scripts/check-execstack.awk: New file.
42485         * elf/Makefile ($(objpfx)check-execstack): Target removed.
42486         (check-execstack-CFLAGS): Variable removed.
42487         ($(objpfx)check-execstack.h): Target removed.
42488         ($(objpfx)execstack-default): New target.
42489         (generated): Add that instead of check-execstack.h.
42490         ($(all-built-dso:=.phdr)): New static pattern rule.
42491         (generated): Add those targets.
42492         * elf/check-execstack.c: File removed.
42493
42494         * scripts/check-textrel.awk: New file.
42495         * elf/Makefile ($(objpfx)check-textrel): Target removed.
42496         (check-textrel-CFLAGS): Variable removed.
42497         (all-built-dso): Use := to define.o
42498         ($(all-built-dso:=.dyn)): New static pattern rule.
42499         (generated): Add those targets.
42500         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
42501         * config.make.in (READELF): New substituted variable.
42502         * elf/check-textrel.c: File removed.
42503
42504 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42505
42506         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42507         allow.
42508         * conform/data/ctype.h-data [C99-based standards] (isblank):
42509         Expect function.
42510         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
42511         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
42512         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42513         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
42514         Specify type.  Require positive value.
42515         (EILSEQ): Likewise.
42516         (ERANGE): Likewise.
42517         [ISO || POSIX] (EILSEQ): Do not expect.
42518         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
42519         Specify type.  Require positive value.
42520         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
42521         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
42522         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
42523         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
42524         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
42525         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
42526         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
42527         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
42528         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
42529         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
42530         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
42531         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
42532         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
42533         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
42534         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
42535         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
42536         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
42537         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
42538         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
42539         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
42540         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
42541         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
42542         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
42543         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
42544         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
42545         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
42546         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
42547         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
42548         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
42549         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
42550         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
42551         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
42552         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
42553         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
42554         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
42555         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
42556         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
42557         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
42558         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
42559         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
42560         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
42561         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
42562         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
42563         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
42564         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
42565         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
42566         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
42567         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
42568         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
42569         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
42570         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
42571         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
42572         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
42573         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
42574         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
42575         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
42576         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
42577         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
42578         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
42579         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
42580         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
42581         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
42582         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
42583         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
42584         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
42585         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
42586         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
42587         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
42588         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
42589         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
42590         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
42591         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
42592         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
42593         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
42594         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
42595         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
42596         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
42597         Require >= 2.
42598         (FLT_ROUNDS): Expect as macro, not constant.
42599         (FLT_MANT_DIG): Use macro-int-constant.
42600         (DBL_MANT_DIG): Likewise.
42601         (LDBL_MANT_DIG): Likewise.
42602         (FLT_DIG): Likewise.
42603         (DBL_DIG): Likewise.
42604         (LDBL_DIG): Likewise.
42605         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
42606         (DBL_MIN_EXP): Likewise.
42607         (LDBL_MIN_EXP): Likewise.
42608         (FLT_MAX_EXP): Use macro-int-constant.
42609         (DBL_MAX_EXP): Likewise.
42610         (LDBL_MAX_EXP): Likewise.
42611         (FLT_MAX_10_EXP): Likewise.
42612         (DBL_MAX_10_EXP): Likewise.
42613         (LDBL_MAX_10_EXP): Likewise.
42614         (FLT_MAX): Use macro-constant.
42615         (DBL_MAX): Likewise.
42616         (LDBL_MAX): Likewise.
42617         (FLT_EPSILON): Use macro-constant.  Give upper bound.
42618         (DBL_EPSILON): Likewise.
42619         (LDBL_EPSILON): Likewise.
42620         (FLT_MIN): Likewise.
42621         (DBL_MIN): Likewise.
42622         (LDBL_MIN): Likewise.
42623         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
42624         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
42625         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
42626         [ISO11] (FLT_HAS_SUBNORM): Likewise.
42627         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
42628         [ISO11] (DBL_DECIMAL_DIG): Likewise.
42629         [ISO11] (FLT_DECIMAL_DIG): Likewise.
42630         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
42631         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
42632         [ISO11] (FLT_TRUE_MIN): Likewise.
42633         [ISO11] (LDBL_TRUE_MIN): Likewise.
42634         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42635         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
42636         (SCHAR_MIN): Use macro-int-constant.  Specify type.
42637         (SCHAR_MAX): Likewise.
42638         (UCHAR_MAX): Likewise.
42639         (CHAR_MIN): Likewise.
42640         (CHAR_MAX): Likewise.
42641         (MB_LEN_MAX): Use macro-int-constant.
42642         (SHRT_MIN): Use macro-int-constant.  Specify type.
42643         (SHRT_MAX): Likewise.
42644         (USHRT_MAX): Likewise.
42645         (INT_MAX): Likewise.
42646         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
42647         bound negative.
42648         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42649         bound with "U".
42650         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42651         bound with "L".
42652         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
42653         bound negative.  Suffix upper bound with "L".
42654         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42655         bound with "UL".
42656         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
42657         Specify type.
42658         [C99-based standards] (LLONG_MAX): Likewise.
42659         [C99-based standards] (ULLONG_MAX): Likewise.
42660         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
42661         == 0.
42662         [ISO11] (max_align_t): Require type.
42663         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42664
42665         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
42666         from $CFLAGS, without defining away __attribute__ calls.
42667         (checknamespace): Use $CFLAGS_namespace.
42668
42669         * conform/conformtest.pl (@keywords): Only include C99 keywords
42670         for standards based on C99 or C11.
42671
42672         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
42673         Disable tests.
42674         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
42675         UNIX98]: Likewise.
42676
42677         * conform/conformtest.pl: Handle "macro-int-constant" and test for
42678         usability of symbols in #if.
42679
42680         * conform/conformtest.pl: If macro or constant types start
42681         "promoted:", expect the symbol to be of the following type
42682         promoted by the integer promotions.
42683
42684         * conform/conformtest.pl: Parse all "constant" and "macro" lines
42685         in one place.  Also handle "macro-constant".
42686
42687         * conform/conformtest.pl: Only accept expected macro values with
42688         "==".  Parse all "macro" lines in one place.
42689         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
42690
42691         * conform/conformtest.pl: Handle braced types on "constant" lines
42692         instead of handling "typed-constant".
42693         * conform/data/signal.h-data: Use "constant" instead of
42694         "typed-constant".
42695
42696         * conform/conformtest.pl: Handle "optional-" at start of lines in
42697         one place rather than duplicating several cases.  Handle each
42698         format of "macro" line with initial "optional-".
42699
42700         * conform/conformtest.pl: Only accept expected constant or
42701         optional-constant values with "==".  Parse all "constant" lines in
42702         one place.  Parse all "optional-constant" lines in one place.
42703         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
42704         * conform/data/fmtmsg.h-data: Likewise.
42705         * conform/data/netinet/in.h-data: Likewise.
42706         * conform/data/tar.h-data: Likewise.
42707         * conform/data/limits.h-data: Use "==" form on "constant" and
42708         "optional-constant" lines.
42709
42710         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
42711         Use -std=c99 for XOPEN2K.
42712         (@knownproblems): Remove.
42713         (newtoken): Don't check %isknown.
42714
42715         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
42716         Do not expect macro.
42717         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
42718         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
42719         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
42720         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
42721         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
42722         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
42723         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
42724         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
42725         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
42726         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
42727         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
42728         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
42729         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
42730         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
42731         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
42732         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
42733         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
42734         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
42735         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
42736         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
42737         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42738         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42739         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42740         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42741         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42742         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42743         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42744         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42745         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42746         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42747         [XPG3] (acosh): Likewise.
42748         [XPG3] (asinh): Likewise.
42749         [XPG3] (atanh): Likewise.
42750         [XPG3] (cbrt): Likewise.
42751         [XPG3] (expm1): Likewise.
42752         [XPG3] (ilogb): Likewise.
42753         [XPG3] (log1p): Likewise.
42754         [XPG3] (logb): Likewise.
42755         [XPG3] (nextafter): Likewise.
42756         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42757         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42758         [XPG3] (remainder): Likewise.
42759         [XPG3] (rint): Likewise.
42760         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42761         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42762         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42763         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42764         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42765         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42766         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42767         [UNIX98 || XOPEN2K] (scalb): Expect.
42768         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42769         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42770         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42771         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42772         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42773         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42774         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42775         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42776         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42777         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42778         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42779         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42780         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42781         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42782         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42783         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42784         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42785         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42786         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42787         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42788         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42789         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42790         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42791         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42792         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42793         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42794         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42795         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42796         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42797         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42798         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42799         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42800         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42801         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42802         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42803         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42804         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42805         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42806         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42807         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42808         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42809         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42810         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42811         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42812         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42813         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42814         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42815         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42816         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42817         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42818         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42819         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42820         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42821         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42822         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42823         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42824         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42825         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42826         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42827         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42828         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42829         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42830         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42831         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42832         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42833         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42834         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42835         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42836         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42837         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42838         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42839         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42840         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42841         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42842         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42843         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42844         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42845         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42846         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42847         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42848         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42849         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42850         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42851         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42852         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42853         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42854         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42855         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42856         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42857         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42858         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42859         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42860         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42861         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42862         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42863         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42864         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42865         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42866         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42867         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42868         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42869         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42870         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42871         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42872         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42873         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42874         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42875         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42876         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42877         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42878         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42879         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42880         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42881         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42882         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42883         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42884         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42885         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42886         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42887         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42888         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42889         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42890         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42891         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42892         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42893         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42894         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42895         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42896         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42897         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42898         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42899         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42900         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42901         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42902         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42903         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42904         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42905
42906         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42907         _XOPEN_SOURCE_EXTENDED for XPG4.
42908
42909         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42910
42911         * Makeconfig (localtime): Remove variable.
42912         (inst_localtime-file): Likewise.
42913
42914 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42915
42916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42917         Update.
42918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42919         Update.
42920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42921         Update.
42922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42923         Update.
42924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42925         Update.
42926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42927         Update.
42928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42929         Update.
42930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42931         Update.
42932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42933         Update.
42934
42935 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42936
42937         [BZ #2550]
42938         [BZ #2570]
42939         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42940         comparisons to determine direction to adjust input.
42941         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42942         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42943         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42944         Likewise.
42945         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42946         Likewise.
42947         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42948         Likewise.
42949         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42950         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42951         Likewise.
42952         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42953         Likewise.
42954         * math/libm-test.inc (nexttoward_test): Add more tests.
42955
42956 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42957
42958         [BZ #14040]
42959         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42960         in version GLIBC_2.1, not GLIBC_2.0.
42961         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42962         Likewise.
42963
42964 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42965
42966         [BZ #13942]
42967         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42968         (1 - x) * (1 + x).
42969         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42970         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42971         * math/libm-test.inc (acos_test): Add more tests.
42972         (asin_test): Likewise.
42973         * sysdeps/i386/fpu/libm-test-ulps: Update.
42974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42975
42976         [BZ #14034]
42977         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42978         of square root.
42979         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42980         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42981         * math/libm-test.inc (acos_test_tonearest): New function.
42982         (acos_test_towardzero): Likewise.
42983         (acos_test_downward): Likewise.
42984         (acos_test_upward): Likewise.
42985         (asin_test_tonearest): Likewise.
42986         (asin_test_towardzero): Likewise.
42987         (asin_test_downward): Likewise.
42988         (asin_test_upward): Likewise.
42989         (main): Call the new functions.
42990         * sysdeps/i386/fpu/libm-test-ulps: Update.
42991         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42992
42993         [BZ #13884]
42994         [BZ #13924]
42995         * math/e_exp10.c: Include <float.h>.
42996         (__ieee754_exp10): Handle underflow here rather than multiplying
42997         large negative argument by M_LN10.
42998         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42999         of __ieee754_expf.
43000         * math/e_exp10l.c: Include <float.h>.
43001         (__ieee754_exp10l): Handle underflow here rather than multiplying
43002         large negative argument by M_LN10l.
43003         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
43004         spurious overflow exception on underflow.
43005
43006 2012-04-29  Marek Polacek  <polacek@redhat.com>
43007
43008         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43009         (__fortify_function): New macro.
43010         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43011         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43012         __extern_always_inline.
43013         * libio/bits/stdio2.h: Likewise.
43014         * libio/bits/stdio.h: Likewise.
43015         * string/string.h: Likewise.
43016         * string/bits/string3.h: Likewise.
43017         * include/stdio.h: Likewise.
43018         * stdlib/bits/stdlib.h: Likewise.
43019         * stdlib/stdlib.h: Likewise.
43020         * rt/bits/mqueue2.h: Likewise.
43021         * rt/mqueue.h: Likewise.
43022         * posix/bits/unistd.h: Likewise.
43023         * posix/unistd.h: Likewise.
43024         * io/bits/poll2.h: Likewise.
43025         * io/bits/fcntl2.h: Likewise.
43026         * io/fcntl.h: Likewise.
43027         * io/sys/poll.h: Likewise.
43028         * misc/bits/syslog.h: Likewise.
43029         * misc/bits/syslog-ldbl.h: Likewise.
43030         * misc/sys/syslog.h: Likewise.
43031         * socket/bits/socket2.h: Likewise.
43032         * socket/sys/socket.h: Likewise.
43033         * debug/tst-chk1.c: Likewise.
43034         * wcsmbs/bits/wchar2.h: Likewise.
43035         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43036         * wcsmbs/wchar.h: Likewise.
43037
43038 2012-04-29  Andreas Jaeger  <aj@suse.de>
43039
43040         * Makerules (tests): Remove enable-check-abi protection.
43041         (check-abi-warn): Remove.
43042         (check-abi-%): Remove check-abi-warn usage.
43043
43044         * configure.in: Remove check-abi configure option.
43045         * configure: Regenerated.
43046         * config.make.in (enable-check-abi): Remove.
43047
43048 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43049
43050         [BZ #14033]
43051         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43052         double functions to double *_finite functions.
43053
43054         [BZ #13941]
43055         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43056         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43057         LDBL_MIN_EXP.
43058         * stdio-common/Makefile (tests): Add tst-sprintf3.
43059         * stdio-common/tst-sprintf3.c: New file.
43060
43061         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43062         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43063
43064 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43065
43066         * conform/conformtest.pl: Remove duplicate typed-constant
43067         handling.
43068
43069 2012-04-28  David S. Miller  <davem@davemloft.net>
43070
43071         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43072         (check-abi-%): Remove AWK script prerequisite and explicit
43073         abilist directory.
43074         (check-abi): Rewrite to just diff the symlist with the abilist.
43075         (config-tls, config-abi-config): Delete, no longer used.
43076         (update-abi-%): Remove AWK script and explicit abilist directory.
43077         (update-abi): Rewrite to simply compare and conditionally copy the
43078         symlist and the sysdep abilist file.  Remove update-abi-config
43079         checks.
43080         * abilist/ld.abilist: Remove.
43081         * abilist/libBrokenLocale.abilist: Remove.
43082         * abilist/libanl.abilist: Remove.
43083         * abilist/libcrypt.abilist: Remove.
43084         * abilist/libdl.abilist: Remove.
43085         * abilist/librt.abilist: Remove.
43086         * abilist/libthread_db.abilist: Remove.
43087         * abilist/libutil.abilist: Remove.
43088         * scripts/extract-abilist.awk: Remove.
43089         * scripts/merge-abilist.awk: Remove.
43090         * sysdeps/generic/libcidn.abilist: New file.
43091         * sysdeps/generic/libnss_compat.abilist: New file.
43092         * sysdeps/generic/libnss_db.abilist: New file.
43093         * sysdeps/generic/libnss_dns.abilist: New file.
43094         * sysdeps/generic/libnss_files.abilist: New file.
43095         * sysdeps/generic/libnss_hesiod.abilist: New file.
43096         * sysdeps/generic/libnss_nis.abilist: New file.
43097         * sysdeps/generic/libnss_nisplus.abilist: New file.
43098         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43099         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43100         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43101         file.
43102         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43103         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43104         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43105         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43106         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43107         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43108         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43109         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43110         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43111         file.
43112         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43113         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43114         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43115         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43116         file.
43117         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43118         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43119         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43120         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43121         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43122         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43123         file.
43124         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43125         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43126         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43127         file.
43128         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43129         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43130         New file.
43131         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43132         New file.
43133         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43134         New file.
43135         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43136         New file.
43137         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43138         New file.
43139         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43140         New file.
43141         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43142         New file.
43143         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43144         New file.
43145         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43146         New file.
43147         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43148         New file.
43149         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43150         New file.
43151         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43152         New file.
43153         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43154         New file.
43155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43156         file.
43157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43158         New file.
43159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43160         New file.
43161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43162         file.
43163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43164         New file.
43165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43166         New file.
43167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43168         file.
43169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43170         New file.
43171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43172         New file.
43173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43174         New file.
43175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43176         New file.
43177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43178         New file.
43179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43180         New file.
43181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43182         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43183         file.
43184         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43185         New file.
43186         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43187         file.
43188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43189         file.
43190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43191         file.
43192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43193         file.
43194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43195         file.
43196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43197         New file.
43198         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43199         file.
43200         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43201         file.
43202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43203         New file.
43204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43205         file.
43206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43208         file.
43209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43210         New file.
43211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
43212         file.
43213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
43214         file.
43215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
43216         file.
43217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
43218         file.
43219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
43220         file.
43221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43222         New file.
43223         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
43224         file.
43225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
43226         file.
43227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
43228         New file.
43229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
43230         file.
43231         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43232         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
43233         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
43234         file.
43235         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
43236         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
43237         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
43238         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
43239         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
43240         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
43241         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
43242         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
43243         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
43244         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
43245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
43246         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
43247         file.
43248         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
43249         New file.
43250         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
43251         file.
43252         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
43253         file.
43254         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
43255         file.
43256         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
43257         file.
43258         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
43259         file.
43260         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
43261         New file.
43262         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
43263         New file.
43264         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
43265         file.
43266         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
43267         New file.
43268         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
43269         file.
43270         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
43271         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
43272         file.
43273         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
43274         New file.
43275         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
43276         file.
43277         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
43278         file.
43279         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
43280         file.
43281         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
43282         file.
43283         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
43284         file.
43285         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
43286         New file.
43287         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
43288         New file.
43289         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
43290         file.
43291         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
43292         New file.
43293         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
43294         file.
43295
43296 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43297
43298         * conform/conformtest.pl: Fix typo in handling typed-constant from
43299         allow-header.
43300
43301 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
43302
43303         * README: Cut down references to pre-2.6 Linux kernels and
43304         Linuxthreads.  Update lists of configurations in libc and ports
43305         and sort alphabetically.  Say "or newer" with Linux kernel version
43306         requirements.
43307
43308         * config.h.in [IS_IN_build]: Allow compiling without optimization.
43309
43310 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
43311
43312         [BZ #887]
43313         * math/libm-test.inc (logb_test_downward): New test to expose
43314         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
43315         rounding mode.
43316
43317 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
43318
43319         [BZ #14027]
43320         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
43321         to be done.
43322         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
43323         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
43324
43325 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
43326
43327         * sysdeps/unix/i386/brk.S: Remove file.
43328         * sysdeps/unix/i386/dl-brk.S: Likewise.
43329         * sysdeps/unix/i386/pipe.S: Likewise.
43330         * sysdeps/unix/i386/sigreturn.S: Likewise.
43331         * sysdeps/unix/i386/syscall.S: Likewise.
43332         * sysdeps/unix/i386/vfork.S: Likewise.
43333         * sysdeps/unix/i386/wait.S: Likewise.
43334
43335         * sysdeps/unix/common/tcsendbrk.c: Move to ...
43336         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
43337
43338         * configure.in (arm*-none*): Do not allow without
43339         --enable-hacker-mode.
43340         (netbsd*): Remove case setting base_os.
43341         (386bsd*): Likewise.
43342         (freebsd*): Likewise.
43343         (bsdi*): Likewise.
43344         (osf*): Likewise.
43345         (sunos*): Likewise.
43346         (ultrix*): Likewise.
43347         (newsos*): Likewise.
43348         (dynix*): Likewise.
43349         (*bsd*): Likewise.
43350         (sysv*): Likewise.
43351         (isc*): Likewise.
43352         (esix*): Likewise.
43353         (sco*): Likewise.
43354         (minix*): Likewise.
43355         (irix4*): Likewise.
43356         (irix6*): Likewise.
43357         (solaris[2-9]*): Likewise.
43358         (none): Likewise.
43359         * configure: Regenerated.
43360
43361 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43362
43363         [BZ #11521]
43364         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
43365         overflow or cancellation in calculating denominator.
43366         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
43367         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
43368         down expression to avoid unexpected rounding in newer GCCs.
43369         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
43370
43371 2012-04-26  David S. Miller  <davem@davemloft.net>
43372
43373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
43374         long-double compat symbols.
43375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
43379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
43381         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
43382         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
43383         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
43384         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
43385         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
43386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
43387         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
43388
43389 2012-04-25  David S. Miller  <davem@davemloft.net>
43390
43391         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
43392         HWCAP_* values only after the memory barriers have been defined.
43393         (atomic_full_barrier): Define.
43394         (atomic_read_barrier): Define.
43395         (atomic_write_barrier): Define.
43396
43397 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43398
43399         * shlib-versions: Add libgcc_s version information.
43400         * sysdeps/generic/libgcc_s.h: Remove.
43401         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
43402         libgcc_s.h.
43403         * sysdeps/gnu/unwind-resume.c: Likewise.
43404         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
43405
43406 2012-04-25  David S. Miller  <davem@davemloft.net>
43407
43408         * sysdeps/unix/sparc/brk.S: Delete.
43409         * sysdeps/unix/sparc/dl-brk.S: Delete.
43410         * sysdeps/unix/sparc/pipe.S: Delete.
43411         * sysdeps/unix/sparc/sysdep.S: Delete.
43412         * sysdeps/unix/sparc/sysdep.h: Delete.
43413         * sysdeps/unix/sparc/vfork.S: Delete.
43414         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
43415         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
43416         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
43417         (ret_ERRVAL, r0, r1, MOVE): Define.
43418         (JUMPTARGET): Remove.
43419         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
43420         sysdeps/unix/sparc/sysdep.h
43421         (ENTRY, END): Remove.
43422         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43423
43424 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
43425
43426         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
43427         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
43428         -DIS_IN_build.
43429
43430         * timezone/README: Update upstream location and email address for
43431         tzcode and tzdata.
43432         * timezone/zdump.c: Update from tzcode 2012b.
43433         * timezone/zic.c: Likewise.
43434
43435         * configure.in (libc_cv_as_needed): Remove test.
43436         * configure: Regenerated.
43437         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
43438         conditional definition.
43439         [$(have-as-needed) != yes] (no-as-needed): Likewise.
43440         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
43441         * config.make.in (have-as-needed): Remove variable.
43442
43443 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
43444             Paul Pluzhnikov  <ppluzhnikov@google.com>
43445
43446         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
43447         strings correctly.
43448
43449 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
43450
43451         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
43452         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
43453         * sysdeps/sh/strlen.S: Likewise.
43454
43455 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43456
43457         * sysdeps/unix/fork.S: Remove file.
43458         * sysdeps/unix/i386/fork.S: Likewise.
43459         * sysdeps/unix/sparc/fork.S: Likewise.
43460
43461         * sysdeps/unix/system.c: Remove file.
43462         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
43463
43464         * sysdeps/unix/getegid.S: Remove file.
43465         * sysdeps/unix/geteuid.S: Likewise.
43466
43467 2012-04-24  Roland McGrath  <roland@hack.frob.com>
43468
43469         * scripts/check-localplt.awk: New file.
43470         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
43471         of diff.
43472         * scripts/data/localplt-generic.data: Add a comment.
43473
43474         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
43475         NODE when __dir_mkfile failed.
43476         * sysdeps/mach/hurd/symlinkat.c: Likewise.
43477         Reported by Ludovic Courtès <ludo@gnu.org>.
43478
43479 2012-04-24  Andreas Jaeger  <aj@suse.de>
43480
43481         * Makerules (common-clean): Also remove gen-as-const-headers
43482         files.
43483
43484 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43485
43486         * Makerules (native-compile): Do not change working directory for
43487         build.  Use $(OUTPUT_OPTION) in command.
43488         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
43489
43490 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43491
43492         [BZ #13886]
43493         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
43494         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
43495         * math/libm-test.inc (floor_test): Add more tests.
43496         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
43497
43498 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43499
43500         * sysdeps/unix/getdents.c: Remove file.
43501         * sysdeps/unix/sysv/getdents.c: Likewise.
43502         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
43503
43504         * sysdeps/unix/syscalls.list (madvise): Add syscall from
43505         sysdeps/unix/mman/syscalls.list.
43506         (mmap): Likewise.
43507         (mprotect): Likewise.
43508         (msync): Likewise.
43509         (munmap): Likewise.
43510         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
43511         * sysdeps/unix/mman/syscalls.list: Remove.
43512         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
43513
43514         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
43515         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
43516         * configure: Regenerated.
43517         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
43518         $(libgcc_s_suffix).
43519         * config.make.in (libgcc_s_suffix): Remove variable.
43520
43521 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
43522
43523         * sysdeps/unix/sysv/gethostname.c: Move to ...
43524         * sysdeps/posix/gethostname.c: ... here.
43525
43526         * sysdeps/unix/execve.S: Remove file.
43527
43528         * sysdeps/unix/_exit.S: Remove file.
43529
43530 2012-04-23  Andreas Jaeger  <aj@suse.de>
43531
43532         [BZ #13739]
43533         * manual/Makefile: Remove make dist support, there's no
43534         need for a stand-alone documentation tar ball.
43535         (TEXI2DVI): Define always, it's not in Makeconfig.
43536         (dist): Removed.
43537         (tar-it): Removed.
43538         (edition): Removed.
43539         (glibc-doc-$(edition).tar): Removed
43540         (%.Z): Removed.
43541         (%.gz): Removed.
43542         (%.uu): Removed.
43543         (ETAGS): Remove, it's in Makeconfig.
43544         (move-if-change): Remove, it's in Makeconfig.
43545
43546 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
43547
43548         [BZ #13970]
43549         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
43550         (strtod, strtof, strtold, strtol, strtoul, strtoq)
43551         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
43552         (strtod_l, strtof_l, strtold_l): Remove __wur.
43553         It is not necessarily an error to ignore strtol's return value.
43554         One can reliably look at the stored endptr to decide whether
43555         the number had valid syntax.
43556
43557 2012-04-21  Andreas Jaeger  <aj@suse.de>
43558
43559         [BZ #13739]
43560         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
43561
43562 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
43563
43564         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
43565         * sysdeps/unix/sysv/Versions: Remove file.
43566
43567 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
43568
43569         [BZ #13927]
43570         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43571
43572 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
43573
43574         [BZ #7064]
43575         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
43576         version from __vm86.
43577
43578 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
43579
43580         * sysdeps/unix/common/lxstat.c: Remove file.
43581         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
43582
43583         * sysdeps/unix/sysv/Makefile: Remove file.
43584
43585         * sysdeps/unix/sysv/direct.h: Remove file.
43586
43587         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
43588         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
43589         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
43590         * sysdeps/unix/sysv/bits/signum.h: Likewise.
43591         * sysdeps/unix/sysv/bits/stat.h: Likewise.
43592         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
43593         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
43594
43595         * sysdeps/unix/sysv/setrlimit.c: Remove file.
43596
43597         * sysdeps/unix/xmknod.c: Remove file.
43598         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
43599
43600         * sysdeps/unix/sysv/settimeofday.c: Remove file.
43601
43602         * sysdeps/unix/sysv/i386/time.S: Remove file.
43603
43604         * sysdeps/unix/fxstat.c: Remove file.
43605         * sysdeps/unix/xstat.c: Likewise.
43606         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
43607
43608         * sysdeps/unix/sysv/sigaction.c: Remove file.
43609
43610         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
43611         (sysdep_headers): Remove variable.
43612         [termio.h not in sysdep_headers] (generated): Likewise.
43613         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
43614         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
43615         * sysdeps/unix/sysv/tcdrain.c: Likewise.
43616         * sysdeps/unix/sysv/tcflow.c: Likewise.
43617         * sysdeps/unix/sysv/tcflush.c: Likewise.
43618         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
43619         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
43620         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
43621         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
43622         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
43623
43624         * sysdeps/unix/siglist.c: Remove file.
43625
43626         * sysdeps/unix/getppid.S: Remove file.
43627
43628         * sysdeps/unix/mkdir.c: Remove file.
43629         * sysdeps/unix/rmdir.c: Likewise.
43630
43631 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
43632
43633         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
43634         ERR_MAX value.
43635         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
43636         errlist-compat value.
43637
43638 2012-04-18  David S. Miller  <davem@davemloft.net>
43639
43640         * sysdeps/generic/memcopy.h (reg_char): Delete.
43641         * debug/strcat_chk.c: Use char, not reg_char.
43642         * debug/strcpy_chk.c: Likewise.
43643         * debug/strncat_chk.c: Likewise.
43644         * debug/strncpy_chk.c: Likewise.
43645         * string/memchr.c: Likewise.
43646         * string/memrchr.c: Likewise.
43647         * string/rawmemchr.c: Likewise.
43648         * string/strcat.c: Likewise.
43649         * string/strchr.c: Likewise.
43650         * string/strchrnul.c: Likewise.
43651         * string/strcmp.c: Likewise.
43652         * string/strcpy.c: Likewise.
43653         * string/strncat.c: Likewise.
43654         * string/strncmp.c: Likewise.
43655         * string/strncpy.c: Likewise.
43656
43657 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43658
43659         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
43660         __builtin_memcopy is called when src and dest ranges are known to not
43661         overlap.
43662
43663 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43664
43665         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
43666         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
43667         fwd_align_merge macro call.
43668         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
43669         bwd_align_merge macro call.
43670         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43671
43672 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43673
43674         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
43675         bwd_align_merge macros.
43676         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
43677         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
43678         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43679
43680 2012-04-18  David S. Miller  <davem@davemloft.net>
43681
43682         * sysdeps/sparc/sparc64/memcopy.h: Delete.
43683
43684 2012-04-18  Andreas Jaeger  <aj@suse.de>
43685
43686         [BZ# 6794]
43687         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
43688         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
43689         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43690
43691         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
43692         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
43693         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43694
43695         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
43696         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
43697         Adjust for changed ldbl-128 files.
43698
43699         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
43700         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
43701         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43702
43703 2012-04-17  David S. Miller  <davem@davemloft.net>
43704
43705         * sysdeps/sparc/sparc32/memcopy.h: Delete.
43706
43707 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
43708
43709         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
43710         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
43711         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
43712         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
43713         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
43714         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
43715
43716 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43717
43718         [BZ #6794]
43719         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
43720         * math/libm-test.inc: Add ilogb errno and exception tests.
43721         * math/w_ilogb.c: New file: ilogb wrapper.
43722         * math/w_ilogbf.c: New file: ilogbf wrapper.
43723         * math/w_ilogbl.c: New file: ilogbl wrapper.
43724         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
43725         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
43726         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
43727         exception being thrown with 0.0 as argument.
43728         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
43729         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
43730         exception being thrown with 0.0 as argument.
43731         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
43732         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43733         exception being thrown with 0.0 as argument.
43734         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
43735         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43736         exception being thrown with 0.0 as argument.
43737         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43738         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
43739         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
43740         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43741         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43742         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43743         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43744         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43745         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43746
43747 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43748
43749         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43750         with altivec.
43751
43752 2012-04-16  Marek Polacek  <polacek@redhat.com>
43753
43754         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43755
43756 2012-04-16  Marek Polacek  <polacek@redhat.com>
43757
43758         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43759         operands of fdivp instruction.
43760
43761 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43762
43763         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43764         * elf/tst-auditmod3b.c: Likewise.
43765         * elf/tst-auditmod4b.c: Likewise.
43766         * elf/tst-auditmod5b.c: Likewise.
43767         * elf/tst-auditmod6b.c: Likewise.
43768         * elf/tst-auditmod6c.c: Likewise.
43769         * elf/tst-auditmod7b.c: Likewise.
43770         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43771         * sysdeps/x86_64/preconfigure.in: Likewise.
43772         * sysdeps/x86_64/preconfigure: Regenerated.
43773
43774 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43775
43776         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43777         __ILP32__.
43778
43779 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43780
43781         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43782         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43783
43784 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43785
43786         [BZ #13973]
43787         * locale/iso-639.def: Fix gl language name. Spotted by
43788         Yaron Shahrabani.
43789
43790 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43791
43792         [BZ #2074]
43793         * libio/libio.h (__io_write_fn): Update comment.
43794
43795 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43796
43797         [BZ #2074]
43798         * stdio.texi (Hook Functions): The user provided writer function
43799         is not allowed to return -1.
43800
43801 2012-04-11  David S. Miller  <davem@davemloft.net>
43802
43803         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43804
43805 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43806
43807         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43808         Add a leading slash to rtkaio.
43809
43810 2012-04-11  Jim Meyering  <meyering@redhat.com>
43811
43812         [BZ #11959]
43813         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43814         It is not necessarily an error to ignore fwrite's return
43815         value.  One can reliably use ferror to test for errors after
43816         the fact.
43817
43818 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43819
43820         * bits/types.h (__snseconds_t): New type.
43821         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43822
43823         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43824         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43825         (__SNSECONDS_T_TYPE): Likewise.
43826         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43827         (__SNSECONDS_T_TYPE): Likewise.
43828         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43829         (__SNSECONDS_T_TYPE): Likewise.
43830
43831 2012-04-10  Andreas Jaeger  <aj@suse.de>
43832
43833         [BZ #2636]
43834         * manual/time.texi (Processor Time): Return type of times is
43835         elapsed real time since an arbitrary point in the past.
43836         (CPU Time): Move CLK_TCK from here...
43837         (Processor Time): ...to here.  Correct description.
43838         * manual/conf.texi (Constants for Sysconf): Correct description of
43839         _SC_CLK_TCK.
43840
43841 2012-04-10  David S. Miller  <davem@davemloft.net>
43842
43843         [BZ #13967]
43844         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43845         where the is a gap between DT_REL(A) and DT_JMPREL.
43846
43847 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43848
43849         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43850         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43851         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43852
43853 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43854
43855         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43856         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43857         (dl_main): Handle --inhibit-cache.
43858         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43859         _dl_inhibit_cache.
43860         * elf/dl-load.c (_dl_map_object): Use it.
43861         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43862
43863 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43864
43865         [BZ #13872]
43866         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43867         (__ieee754_powl): Saturate large exponents rather than testing for
43868         overflow of y*log2(x).
43869         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43870         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43871         exceptions.
43872
43873         [BZ #11521]
43874         * math/s_ctan.c: Include <float.h>.
43875         (__ctan): Avoid internal overflow or cancellation in calculating
43876         denominator.
43877         * math/s_ctanf.c: Likewise.
43878         * math/s_ctanl.c: Likewise.
43879         * math/s_ctanh.c: Likewise.
43880         * math/s_ctanhf.c: Likewise.
43881         * math/s_ctanhl.c: Likewise.
43882         * math/libm-test.inc (ctan_test): Add more tests.
43883         (ctanh_test): Likewise.
43884         * sysdeps/i386/fpu/libm-test-ulps: Update.
43885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43886
43887 2012-04-09  Andreas Jaeger  <aj@suse.de>
43888
43889         [BZ #6894]
43890         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43891         is an optional BSD extension.
43892
43893         [BZ #10254]
43894         * manual/stdio.texi (Opening Streams): Document additional fopen
43895         parameters.
43896
43897 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43898
43899         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43900         %eax without telling the compiler.
43901
43902 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43903
43904         [BZ # 13963]
43905         * manual/install.texi: Use sourceware.org.
43906
43907 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43908
43909         [BZ #13873]
43910         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43911         (__ieee754_pow): Generate overflow and underflow using huge*huge
43912         and tiny*tiny rather than just returning constant infinity or zero
43913         for large exponents.
43914         * math/libm-test.inc (pow_test): Require overflow exceptions for
43915         applicable cases of large exponents.
43916
43917         [BZ #706]
43918         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43919         (__ieee754_pow): Use iterative multiplication algorithm only for
43920         integer exponents with absolute value below 1024.  Check for odd
43921         integer exponents when using algorithm for real exponents.
43922         * math/libm-test.inc (pow_test): Add more tests.
43923         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43924
43925 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43926
43927         [BZ #13705]
43928         * math/libm-test.inc (exp_test): Do not allow overflow exception
43929         on underflow test.
43930
43931 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43932
43933         [BZ #13705]
43934         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43935         instead of __kernel_standard_f.
43936
43937 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43938
43939         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43940         * sysdeps/x86_64/memset_chk.S: Likewise.
43941
43942 2012-04-08  Andreas Jaeger  <aj@suse.de>
43943
43944         [BZ #10153]
43945         * manual/startup.texi (Environment Access): Describe return value
43946         for putenv and setenv.
43947
43948         [BZ #6895]
43949         * manual/filesys.texi (Directory Entries): Add description for
43950         DT_LNK.
43951
43952         [BZ #6890]
43953         * manual/filesys.texi (Directory Entries): Clarify that it's file
43954         system not operating system in the description of DT_UNKNOWN.
43955
43956         [BZ #6578]
43957         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43958
43959 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43960
43961         [BZ #6649]
43962         * manual/llio.texi (Opening and Closing Files): Add cross
43963         reference to explain mode argument.
43964
43965 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43966
43967         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43968         * sysdeps/x86_64/memset_chk.S: Likewise.
43969
43970 2012-04-07  David S. Miller  <davem@davemloft.net>
43971
43972         * elf/elf.h (R_SPARC_WDISP10): Define.
43973         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43974         R_SPARC_SIZE32.
43975         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43976         R_SPARC_SIZE64 and R_SPARC_H34.
43977
43978 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43979
43980         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43981         conditions and remove no longer applicable assertion.
43982
43983 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43984
43985         * bits/byteswap.h: Include <features.h>.
43986         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43987         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43988
43989 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43990
43991         * bits/byteswap.h (__bswap_16): Removed.
43992         Include <bits/byteswap-16.h> to get __bswap_16.
43993         * sysdeps/i386/bits/byteswap.h: Likewise.
43994         * sysdeps/s390/bits/byteswap.h: Likewise.
43995         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43996         * bits/byteswap-16.h: New file.
43997         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43998         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43999         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44000         * string/Makefile (headers): Add bits/byteswap-16.h.
44001
44002 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44003
44004         [BZ #13895]
44005         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44006         extra indirection.
44007         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44008         * nss/tst-nss-static.c: New.
44009
44010 2012-04-06  Robert Millan  <rmh@gnu.org>
44011
44012         [BZ #6486]
44013         * manual/llio.texi (File Position Primitive): lseek
44014         refers to WHENCE when it really means OFFSET.
44015
44016 2012-04-06  Andreas Jaeger  <aj@suse.de>
44017
44018         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44019         strncmp declarations.
44020
44021         * abilist/libc.abilist: Add __poll and __ppoll.
44022
44023 2012-04-05  David S. Miller  <davem@davemloft.net>
44024
44025         * scripts/check-local-headers.sh: Accept a host triplet in the
44026         path matched by the exclude regexp.
44027
44028         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44029         definition.
44030         * sysdeps/powerpc/powerpc32/dl-machine.h
44031         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44032         * sysdeps/s390/s390-32/dl-machine.h
44033         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44034         * sysdeps/sparc/sparc32/dl-machine.h
44035         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44036         * sysdeps/sparc/sparc64/dl-machine.h
44037         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44038
44039         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44040         lazy binding.
44041         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44042         undefined symbol errors.
44043
44044         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44045         DT_NEEDED entries.
44046
44047 2012-04-05  Michael Matz  <matz@suse.de>
44048
44049         [BZ #13592]
44050         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44051
44052 2012-04-05  Andreas Jaeger  <aj@suse.de>
44053
44054         [BZ #13908]
44055         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44056         comment.
44057
44058 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44059
44060         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44061         which ROUND is no valid rounding mode.
44062
44063 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44064
44065         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44066         read again.
44067         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44068
44069 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44070
44071         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44072         an exception using FPU order intentionally.
44073
44074 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44075
44076         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44077         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44078         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44079         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44080
44081 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44082
44083         [BZ #12340]
44084         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44085         EINVAL when BUFLEN is too smal.
44086
44087 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44088
44089         [BZ #13553]
44090         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44091         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44092
44093 2012-04-03  Andreas Jaeger  <aj@suse.de>
44094
44095         [BZ #13938]
44096         * manual/setjmp.texi (System V contexts): Fix sentence.
44097
44098         [BZ #13926]
44099         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44100         New macro for this case.
44101         [!__GNUC__] (__bswap_64): New inline function for this case.
44102         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44103         * bits/byteswap.h: Likewise.
44104         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44105         ull, guard with __GLIBC_HAVE_LONG_LONG.
44106
44107         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44108         __GLIBC_HAVE_LONG_LONG.
44109
44110         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44111         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44112
44113 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44114
44115         [BZ #13691]
44116         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44117         inptr and inend, rather than using last_ch.
44118
44119 2012-04-02  David S. Miller  <davem@davemloft.net>
44120
44121         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44122         * stdio-common/printf-parse.h (read_int): Change return type to
44123         'int', return -1 on INT_MAX overflow.
44124         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44125         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44126         overflows INT_MAX.  Check for overflow of in-format-string precision
44127         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44128         SIZE_MAX not INT_MAX for integer overflow test.
44129         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44130         skip the construct in the format string but do not record anything.
44131         * stdio-common/bug22.c: Adjust to test both width/prevision
44132         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44133         explicitly for proper errno values.
44134
44135 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44136
44137         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44138         CHAR_MAX.
44139         * string/test-strcmp.c [! WIDE]: Likewise.
44140         * time/tst-mktime2.c: Likewise for INT_MAX.
44141         * string/test-string.h: #include <sys/param.h> for MIN.
44142
44143         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44144         * sysdeps/i386/init-first.c (init): Likewise.
44145         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44146         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44147         * sysdeps/sh/init-first.c (init): Likewise.
44148
44149 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44150
44151         * po/ru.po: Update from translation team.
44152         * po/vi.po: Likewise.
44153
44154 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44155
44156         * resolv/nss_dns/dns-host.c: Merge copyright years.
44157
44158 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44159
44160         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44161         Optimize memcpy with prefetch if
44162         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44163         src, dst pointers have unequal 16 byte alignments.
44164
44165 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44166
44167         [BZ #13928]
44168         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44169         from a CNAME entry and return the minimum ttl for the query.
44170         (gaih_getanswer_slice): Likewise.
44171
44172 2012-03-30  Jeff Law  <law@redhat.com>
44173
44174         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44175         due to long keys.
44176         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44177         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44178
44179         * resolv/nss_dns/dns-host.c: Update copyright year.
44180
44181 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44182
44183         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44184         requests to save a system call.  Fix check that all bytes are sent.
44185
44186         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44187         comments for sendmmsg.
44188
44189 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44190
44191         [BZ #13691]
44192         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44193         with only 1 character between 0x0041 and 0x01b0.
44194         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44195         * wcsmbs/tst-mbsnrtowcs.c: New file.
44196
44197 2012-03-29  David S. Miller  <davem@davemloft.net>
44198
44199         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44200         small copies by hand.
44201
44202 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44203
44204         [BZ #13761]
44205         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44206         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44207         group memberships.
44208
44209 2012-03-28  David S. Miller  <davem@davemloft.net>
44210
44211         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
44212         that branches into memcpy.
44213         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
44214         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
44215         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
44216         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
44217         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
44218         bits.
44219         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
44220         implementation too.
44221         * sysdeps/sparc/mempcpy.S: New file.
44222
44223         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
44224         the IFUNC routine in the libc case.
44225         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
44226
44227         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
44228         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
44229         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
44230         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
44231         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
44232         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
44233         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
44234         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
44235
44236         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
44237         loop to 256 bytes instead of 64 bytes and fix test signedness.
44238
44239         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
44240         * sysdeps/sparc/sparc32/Makefile: rather than here...
44241         * sysdeps/sparc/sparc64/Makefile: and here.
44242
44243 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
44244
44245         * malloc/mallocbug.c: Avoid warnings about unused variables.
44246
44247 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
44248
44249         [BZ #13760]
44250         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
44251         in the right place. Discard and retry query if response is
44252         larger than input buffer size.
44253
44254 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
44255
44256         [BZ #369]
44257         [BZ #2678]
44258         [BZ #3866]
44259         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
44260         x for large integer exponent.
44261         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
44262         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
44263         sign of result as needed afterwards.
44264         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
44265         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
44266         result for underflowing pow the same as for overflow.
44267         (__kernel_standard_l): Handle powl overflow and underflow here
44268         rather than calling __kernel_standard.
44269         * math/libm-test.inc (pow_test): Add more tests.
44270
44271         [BZ #3868]
44272         [BZ #13879]
44273         [BZ #13910]
44274         [BZ #13911]
44275         [BZ #13912]
44276         [BZ #13913]
44277         [BZ #13915]
44278         [BZ #13916]
44279         [BZ #13917]
44280         [BZ #13918]
44281         [BZ #13919]
44282         [BZ #13920]
44283         [BZ #13921]
44284         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
44285         * sysdeps/ieee754/k_standard.c: Include <float.h>.
44286         (__kernel_standard_l): New function.
44287         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
44288         __kernel_standard.
44289         * math/w_acosl.c (__acosl): Likewise.
44290         * math/w_asinl.c (__asinl): Likewise.
44291         * math/w_atan2l.c (__atan2l): Likewise.
44292         * math/w_atanhl.c (__atanhl): Likewise.
44293         * math/w_coshl.c (__coshl): Likewise.
44294         * math/w_exp10l.c (__exp10l): Likewise.
44295         * math/w_exp2l.c (__exp2l): Likewise.
44296         * math/w_fmodl.c (__fmodl): Likewise.
44297         * math/w_hypotl.c (__hypotl): Likewise.
44298         * math/w_j0l.c (__j0l, __y0l): Likewise.
44299         * math/w_j1l.c (__j1l, __y1l): Likewise.
44300         * math/w_jnl.c (__jnl, __ynl): Likewise.
44301         * math/w_lgammal.c (__lgammal): Likewise.
44302         * math/w_log10l.c (__log10l): Likewise.
44303         * math/w_log2l.c (__log2l): Likewise.
44304         * math/w_logl.c (__logl): Likewise.
44305         * math/w_powl.c (__powl): Likewise.
44306         * math/w_remainderl.c (__remainderl): Likewise.
44307         * math/w_scalbl.c (sysv_scalbl): Likewise.
44308         * math/w_sinhl.c (__sinhl): Likewise.
44309         * math/w_sqrtl.c (__sqrtl): Likewise.
44310         * math/w_tgammal.c (__tgammal): Likewise.
44311         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
44312         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
44313         * math/libm-test.inc (acos_test): Add more tests.
44314         (acosh_test): Likewise.
44315         (asin_test): Likewise.
44316         (atanh_test): Likewise.
44317         (exp_test): Likewise.
44318         (exp10_test): Likewise.
44319         (exp2_test): Likewise.
44320         (expm1_test): Likewise.
44321         (lgamma_test): Likewise.
44322         (log_test): Likewise.
44323         (log10_test): Likewise.
44324         (log1p_test): Likewise.
44325         (log2_test): Likewise.
44326         (pow_test): Do not allow some spurious overflow exceptions.
44327         (sqrt_test): Add more tests.
44328         (tgamma_test): Likewise.
44329         (y0_test): Likewise.
44330         (y1_test): Likewise.
44331         (yn_test): Likewise.
44332
44333 2012-03-27  Anton Blanchard  <anton@samba.org>
44334
44335         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
44336         MAP_HUGETLB.
44337         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
44338         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
44339         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
44340
44341 2012-03-27  David S. Miller  <davem@davemloft.net>
44342
44343         * conform/Makefile: Run run-conformtest.sh using $(BASH).
44344
44345         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
44346         have-as-vis3 check.
44347
44348 2012-03-27  Andreas Jaeger  <aj@suse.de>
44349
44350         * sysdeps/x86_64/elf/configure.in: Moved to ...
44351         * sysdeps/x86_64/configure.in: ... here.
44352         * sysdeps/x86_64/elf/start.S: Moved to ...
44353         * sysdeps/x86_64/start.S: ... here.
44354         * sysdeps/x86_64/elf/configure: Delete.
44355
44356         * sysdeps/x86_64/configure.in: Merge contents from
44357         sysdeps/i386/configure.in (without i686 check).
44358
44359         * sysdeps/i386/elf/Versions: Merge into ...
44360         * sysdeps/i386/Versions: ... this.
44361         * sysdeps/i386/elf/Versions: Delete file.
44362         * sysdeps/i386/elf/start.S: Moved to ...
44363         * sysdeps/i386/start.S: ...here.
44364         * sysdeps/i386/elf/configure.in: Merge into...
44365         * sysdeps/i386/configure.in: ...here.
44366         * sysdeps/i386/elf/configure.in: Delete file.
44367         * sysdeps/i386/elf/configure: Delete file.
44368
44369         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
44370         * debug/backtracesyms.c: ... here.
44371         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
44372         * debug/backtracesymsfd.c: ... here.
44373         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
44374         * sysdeps/generic/ifunc-sel.h: ... here.
44375
44376         * sysdeps/unix/i386/start.c: Delete file.
44377         * sysdeps/unix/sparc/start.c: Delete file.
44378         * sysdeps/unix/start.c: Delete file.
44379
44380         * sysdeps/sh/elf/configure.in: Moved to ...
44381         * sysdeps/sh/configure.in: ... here.
44382         * sysdeps/sh/elf/start.S: Moved to ...
44383         * sysdeps/sh/start.S: ... here.
44384         * sysdeps/sh/elf/configure: Delete file.
44385
44386         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
44387         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
44388         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
44389         * sysdeps/powerpc/powerpc64/entry.h: ... here.
44390         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
44391         * sysdeps/powerpc/powerpc64/start.S: here.
44392         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
44393         * sysdeps/powerpc/powerpc64/Makefile: ... this.
44394         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
44395         * sysdeps/powerpc/powerpc64/configure.in: ... this.
44396         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
44397
44398         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
44399         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
44400         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
44401         * sysdeps/powerpc/powerpc32/start.S: ... here.
44402         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
44403         * sysdeps/powerpc/powerpc32/configure.in: ... this.
44404         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
44405
44406         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
44407         * sysdeps/powerpc/ifunc-sel.h: ... here.
44408         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
44409         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
44410
44411         * sysdeps/sparc/elf/configure.in: Moved to ...
44412         * sysdeps/sparc/configure.in: ... here.
44413         * sysdeps/sparc/elf/configure: Delete file.
44414         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
44415         * sysdeps/sparc/sparc32/start.S: ... here.
44416         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
44417         * sysdeps/sparc/sparc64/start.S: ... here.
44418         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
44419         * sysdeps/sparc/sparc32/Makefile: ... this.
44420         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
44421         * sysdeps/sparc/sparc64/Makefile: ... this.
44422
44423         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
44424         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
44425         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
44426         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
44427         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
44428         * sysdeps/s390/s390-32/setjmp.S: ... here.
44429         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
44430         * sysdeps/s390/s390-32/configure.in: ... here.
44431         * sysdeps/s390/s390-32/elf/configure: Delete file.
44432         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
44433         * sysdeps/s390/s390-32/start.S: ... here.
44434
44435         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
44436         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
44437         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
44438         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
44439         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
44440         * sysdeps/s390/s390-64/setjmp.S: ... here.
44441         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
44442         * sysdeps/s390/s390-64/configure.in: ... here
44443         * sysdeps/s390/s390-64/elf/configure: Delete file.
44444         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
44445         * sysdeps/s390/s390-64/start.S: ... here.
44446         * sysdeps/s390/s390-64/elf/configure: Delete.
44447
44448         * configure.in: Remove support for elf directories in sysdeps.
44449
44450         * configure: Regenerated.
44451         * sysdeps/i386/configure: Regenerated.
44452         * sysdeps/powerpc/powerpc32/configure: Regenerated.
44453         * sysdeps/powerpc/powerpc64/configure: Regenerated.
44454         * sysdeps/s390/s390-32/configure: Regenerated.
44455         * sysdeps/s390/s390-64/configure: Regenerated.
44456         * sysdeps/sh/configure: Regenerated.
44457         * sysdeps/sparc/configure: Regenerated.
44458         * sysdeps/x86_64/configure: Regenerated.
44459
44460 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
44461
44462         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44463
44464         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
44465         denormal result into account.
44466
44467 2012-03-25  Roland McGrath  <roland@hack.frob.com>
44468
44469         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
44470         Reported by Allan McRae <allan@archlinux.org>.
44471
44472 2012-03-23  Jeff Law  <law@redhat.com>
44473
44474         * nss/getnssent.c (__nss_getent): Fix typo.
44475
44476 2012-03-23  David S. Miller  <davem@davemloft.net>
44477
44478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44479
44480 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
44481
44482         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
44483         to pad to uint64_t for each field.
44484         (dl_tls_index): Replace unsigned long with uint64_t.
44485
44486 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
44487         Paul Pluzhnikov  <ppluzhnikov@google.com>
44488
44489         [BZ #6528]
44490         * grp/Makefile (otherlibs): Don't set it.
44491         * inet/Makefile (otherlibs): Likewise.
44492         * login/Makefile (otherlibs): Likewise.
44493         * nscd/Makefile (otherlibs): Likewise.
44494         * posix/Makefile (otherlibs): Likewise.
44495         * pwd/Makefile (otherlibs): Likewise.
44496         * rt/Makefile (otherlibs): Likewise.
44497         * sunrpc/Makefile (otherlibs): Likewise.
44498         * nss/Makefile (otherlibs): Likewise.
44499         Add libnss_files to routines and static-only-routines.
44500         ($(objpfx)getent): Remove rule.
44501         * resolv/Makefile: Add libnss_dns and libresolv to routines and
44502         static-only-routines.
44503
44504 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
44505
44506         [BZ #13892]
44507         * math/s_cexp.c: Include <float.h>.
44508         (__cexp): Handle exp result overflowing not necessarily
44509         overflowing both real and imaginary parts of result.
44510         * math/s_cexpf.c: Likewise.
44511         * math/s_cexpl.c: Likewise.
44512         * math/libm-test.inc (cexp_test): Add more tests.
44513         * sysdeps/i386/fpu/libm-test-ulps: Update.
44514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44515
44516 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44517
44518         * include/link.h (ELFW): New macro.
44519         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
44520         Replace ELF64_R_TYPE with ELFW(R_TYPE).
44521
44522 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44523
44524         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
44525         with uint64_t.
44526
44527 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44528
44529         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
44530         declaration.
44531         (struct La_x32_retval): Likewise.
44532
44533 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44534
44535         * sysdeps/x86_64/preconfigure.in: New file.
44536         * sysdeps/x86_64/preconfigure: New generated file.
44537
44538 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
44539
44540         [BZ #13824]
44541         * math/e_exp2l.c: Include <float.h>.
44542         (__ieee754_exp2l): Handle overflow and underflow cases
44543         separately.  Only pass fractional part of argument to
44544         __ieee754_expl.
44545         * math/libm-test.inc (exp2_test): Add more tests.
44546
44547         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
44548         negating x to take absolute value.
44549         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
44550         Likewise.
44551         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
44552         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
44553         Likewise.
44554         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
44555         computing low part if x was negated.
44556         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
44557
44558 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44559
44560         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
44561         la_x32_gnu_pltexit.
44562         (pltexit): Cast int_retval to ptrdiff_t.
44563         * elf/tst-auditmod3b.c: Likewise.
44564         * elf/tst-auditmod4b.c: Likewise.
44565         * elf/tst-auditmod5b.c: Likewise.
44566         * elf/tst-auditmod6b.c: Likewise.
44567         * elf/tst-auditmod6c.c: Likewise.
44568         * elf/tst-auditmod7b.c: Likewise.
44569
44570         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
44571         and x32_gnu_pltexit.
44572
44573         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
44574         __ELF_NATIVE_CLASS.
44575         (La_x32_regs): New macro.
44576         (La_x32_retval): Likewise.
44577         (la_x32_gnu_pltenter): New function prototype.
44578         (la_x32_gnu_pltexit): Likewise.
44579
44580 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
44581
44582         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
44583         exponent.
44584
44585         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44586
44587         * configure.in (libc_cv_cc_nofma): Check for option to disable
44588         generation of FMA instructions.
44589         * configure: Regenerate.
44590         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
44591         * sysdeps/ieee754/dbl-64/Makefile: New file.
44592         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
44593         Remove brandred-fma4.
44594         (CFLAGS-brandred-fma4.c): Remove.
44595         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
44596         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
44597         define.
44598         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
44599         define.
44600
44601 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44602
44603         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44604         LLONG_MAX != LONG_MAX.
44605         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44606         (_fitoa_word): Likewise.
44607         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
44608         LLONG_MAX != LONG_MAX.
44609         * stdio-common/_itowa.h: Include <_itoa.h>.
44610         (_itowa_word): Use _ITOA_WORD_TYPE on value.
44611         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
44612         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
44613         only if not defined.
44614         (_ITOA_WORD_TYPE): Likewise.
44615         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44616         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
44617
44618 2012-03-21  David S. Miller  <davem@davemloft.net>
44619
44620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44621
44622 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44623
44624         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
44625         of x86_64 when setting libc_cv_slibdir, libdir and
44626         libc_cv_localedir.
44627         * sysdeps/unix/sysv/linux/configure: Regenerated.
44628
44629 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44630
44631         * manual/lang.texi (Old Varargs): Remove section.
44632         (How Variadic): Update menu.
44633         (va_start): Do not mention varargs.h.
44634
44635 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44636             Joseph Myers  <joseph@codesourcery.com>
44637
44638         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
44639         link test.
44640         * configure: Regenerated.
44641
44642 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44643
44644         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
44645         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
44646         conformtest.pl
44647
44648 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44649
44650         * NOTES: Remove.
44651         * Makefile (files-for-dist): Remove NOTES.
44652         (NOTES): Remove rule.
44653         * README: Don't refer to NOTES.
44654         * manual/creature.texi: Don't include macros.texi.
44655         * manual/intro.texi (creature.texi): Remove comment referring to
44656         NOTES.
44657
44658         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
44659         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
44660         * configure: Regenerated.
44661         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
44662         LIBC_TRY_CC_OPTION.
44663         (libc_cv_as_i686): Likewise.
44664         (libc_cv_cc_avx): Likewise.
44665         (libc_cv_cc_sse2avx): Likewise.
44666         (libc_cv_cc_fma4): Likewise.
44667         (libc_cv_cc_novzeroupper): Likewise.
44668         * sysdeps/i386/configure: Regenerated.
44669
44670         [BZ #13883]
44671         * sysdeps/i386/fpu/s_cexp.S: Remove.
44672         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44673         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44674         * math/libm-test.inc (cexp_test): Add more tests.
44675         * sysdeps/i386/fpu/libm-test-ulps: Update.
44676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44677
44678 2012-03-21  Allan McRae  <allan@archlinux.org>
44679
44680         * timezone/Makefile: Do not install iso3166.tab and zone.tab
44681
44682 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44683
44684         [BZ #13871]
44685         * math/w_exp2.c: Do not include <float.h>.
44686         (o_threshold, u_threshold): Remove.
44687         (__exp2): Calculate result before checking finiteness and calling
44688         __kernel_standard.
44689         * math/w_exp2f.c: Likewise.
44690         * math/w_exp2l.c: Likewise.
44691         * math/libm-test.inc (exp2_test): Require overflow exception for
44692         1e6 input.
44693
44694         [BZ #3866]
44695         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
44696         range of signed 64-bit integers before using fistpll.  Remove
44697         checks for whether integers fit in mantissa bits.
44698         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
44699         the range of signed 32-bit integers before using fistpl.  Remove
44700         checks for whether integers fit in mantissa bits.
44701         * sysdeps/i386/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         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
44706         divide-by-zero is raised for zero to large negative powers.
44707         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
44708         (__ieee754_powl): Test for y outside the range of signed 64-bit
44709         integers before using fistpll.  Reduce 64-bit values to 63-bit
44710         ones as needed.
44711         * math/libm-test.inc (pow_test): Add more tests.
44712
44713 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44714
44715         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
44716         <stdio-common/_itoa.h>.
44717         * debug/segfault.c: Likewise.
44718         * elf/dl-cache.c: Likewise.
44719         * elf/dl-minimal.c: Likewise.
44720         * elf/dl-misc.c: Likewise.
44721         * elf/dl-sysdep.c: Likewise.
44722         * elf/dl-version.c: Likewise.
44723         * elf/rtld.c: Likewise.
44724         * hurd/hurdsock.c: Likewise.
44725         * hurd/lookup-retry.c: Likewise.
44726         * malloc/malloc.c: Likewise.
44727         * malloc/mtrace.c: Likewise.
44728         * nscd/nscd_getgr_r.c: Likewise.
44729         * nscd/nscd_getpw_r.c: Likewise.
44730         * nscd/nscd_getserv_r.c: Likewise.
44731         * posix/getopt_init.c: Likewise.
44732         * posix/wordexp.c: Likewise.
44733         * stdio-common/_itoa.c: Likewise.
44734         * stdio-common/printf_fphex.c: Likewise.
44735         * stdio-common/vfprintf.c: Likewise.
44736         * string/_strerror.c: Likewise.
44737         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44738         * sysdeps/i386/i686/hp-timing.h: Likewise.
44739         * sysdeps/mach/_strerror.c: Likewise.
44740         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44741         * sysdeps/mach/hurd/sethostid.c: Likewise.
44742         * sysdeps/mach/hurd/xmknodat.c: Likewise.
44743         * sysdeps/mach/xpg-strerror.c: Likewise.
44744         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44745         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44746         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44747         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44748         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44749         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44750         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44751         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44752         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44753         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44754         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44755         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44756         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44757         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44758         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44759         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44760         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44761         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44762         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44763         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44764         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44765
44766         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44767
44768         * stdio-common/_itoa.h: Moved to ...
44769         * sysdeps/generic/_itoa.h: Here.
44770
44771         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44772
44773         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44774         instead of "_itoa.h" and "_itowa.h".
44775         * stdio-common/vfprintf.: Likewise.
44776
44777 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44778
44779         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44780         <bits/wordsize.h>.
44781         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44782         (__signbit): Likwise.
44783         (llrintf): Likwise.
44784         (llrint): Likwise.
44785
44786 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44787
44788         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44789         __WORDSIZE != 64.
44790
44791 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44792
44793         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44794         OVERFLOW_EXCEPTION_OK.
44795         * math/libm-test.inc ("Philosophy"): Update comment about
44796         exception testing.
44797         (OVERFLOW_EXCEPTION): Define.
44798         (OVERFLOW_EXCEPTION_OK): Likewise.
44799         (INVALID_EXCEPTION_OK): Renumber.
44800         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44801         (IGNORE_ZERO_INF_SIGN): Likewise.
44802         (test_exceptions): Handle FE_OVERFLOW.
44803         (exp10_test): Expect overflow exceptions.
44804         (exp2_test): Likewise.
44805         (expm1_test): Likewise.
44806         (nextafter_test): Likewise.
44807         (pow_test): Likewise.
44808         (scalbn_test): Likewise.
44809         (scalbln_test): Likewise.
44810
44811 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44812
44813         * sysdeps/x86_64/bits/atomic.h
44814         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44815         64bit integer.
44816         (atomic_exchange_acq): Likewise.
44817         (__arch_exchange_and_add_body): Likewise.
44818         (__arch_add_body): Likewise.
44819         (atomic_add_negative): Likewise.
44820         (atomic_add_zero): Likewise.
44821
44822 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44823
44824         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44825         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44826
44827 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44828
44829         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44830         Check __x86_64__ instead of __WORDSIZE.
44831
44832 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44833
44834         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44835
44836 2012-03-19  David S. Miller  <davem@davemloft.net>
44837
44838         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44839
44840         * sysdeps/sparc/fpu/fenv_private.h: New file.
44841         * sysdeps/sparc/fpu/math_private.h: Use it.
44842         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44843         Remove.
44844         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44845         (libc_feholdexcept_setroundl): Remove.
44846         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44847         Remove.
44848         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44849         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44850
44851 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44852
44853         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44854         int64_t instead of long int.
44855         (INSERT_WORDS64): Likwise.
44856
44857 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44858
44859         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44860         _Unwind_GetCFA return to _Unwind_Ptr first.
44861
44862 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44863
44864         [BZ #13629]
44865         * math/s_clog.c: Include <float.h>.
44866         (__clog): Scale large or subnormal inputs.
44867         * math/s_clogf.c: Likewise.
44868         * math/s_clogl.c: Likewise.
44869         * math/s_clog10.c: Include <float.h>.
44870         (M_LOG10_2): Define.
44871         (__clog10): Scale large or subnormal inputs.
44872         * math/s_clog10f.c: Likewise.
44873         * math/s_clog10l.c: Likewise.
44874         * math/libm-test.inc (clog_test): Add more tests.
44875         (clog10_test): Likewise.
44876         * sysdeps/i386/fpu/libm-test-ulps: Update.
44877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44878
44879         [BZ #11451]
44880         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44881         x and y.
44882         * math/libm-test.inc (atan2_test): Add another test.
44883
44884         * Makerules (common-objdir-compile): Remove.
44885         * sysdeps/unix/Makefile (config-generated): Do not add
44886         $(unix-generated) to variable.
44887         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44888         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44889         Remove rule.
44890         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44891         Likewise.
44892         [generic bits/local_lim.h] (before-compile): Do not append to
44893         variable.
44894         [generic bits/local_lim.h] (common-generated): Likewise.
44895         [generic sys/param.h] (before-compile): Do not append to variable.
44896         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44897         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44898         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44899         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44900         include.
44901         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44902         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44903         [generic sys/param.h] ($(addprefix
44904         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44905         [generic sys/param.h] (common-generated): Do not append to
44906         variable.
44907         [generic sys/param.h] (sysdep_headers): Likewise.
44908         [generic bits/errno.h] (before-compile): Do not append to
44909         variable.
44910         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44911         rule.
44912         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44913         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44914         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44915         [generic bits/errno.h] (common-generated): Do not append to
44916         variable.
44917         [generic bits/ioctls.h] (before-compile): Do not append to
44918         variable.
44919         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44920         rule.
44921         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44922         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44923         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44924         rule.
44925         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44926         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44927         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44928         [generic bits/ioctls.h] (common-generated): Do not append to
44929         variable.
44930         [generic sys/syscall.h] (syscall.h): Remove variable.
44931         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44932         rule.
44933         [generic sys/syscall.h] (before-compile): Do not append to
44934         variable.
44935         [generic sys/syscall.h] (common-generated): Likewise.
44936         * sysdeps/unix/errnos-tmpl.c: Remove file.
44937         * sysdeps/unix/errnos.awk: Likewise.
44938         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44939         * sysdeps/unix/ioctls.awk: Likewise.
44940         * sysdeps/unix/mk-local_lim.c: Likewise.
44941         * sysdeps/unix/snarf-ioctls: Likewise.
44942
44943 2012-03-19  Richard Henderson  <rth@twiddle.net>
44944
44945         * sysdeps/i386/fpu/fenv_private.h: New file.
44946         * sysdeps/i386/fpu/math_private.h: Use it.
44947         (math_opt_barrier, math_force_eval): Remove.
44948         (libc_feholdexcept_setround_53bit): Remove.
44949         (libc_feupdateenv_53bit): Remove.
44950         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44951         (math_opt_barrier, math_force_eval): Remove.
44952         (libc_feholdexcept): Remove.
44953         (libc_feholdexcept_setround): Remove.
44954         (libc_fetestexcept, libc_fesetenv): Remove.
44955         (libc_feupdateenv_test): Remove.
44956         (libc_feupdateenv, libc_feholdsetround): Remove.
44957         (libc_feresetround): Remove.
44958
44959         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44960         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44961
44962         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44963         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44964         (libc_feupdateenv_testl): New.
44965         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44966         (libc_feupdateenv_testf): New.
44967         (libc_feupdateenv): Use libc_feupdateenv_test.
44968         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44969         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44970
44971         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44972         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44973         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44974         (libc_feresetround_noex): New.
44975         (libc_feresetround_noexf): New.
44976         (libc_feresetround_noexl): New.
44977         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44978         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44979         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44980         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44981         SET_RESTORE_ROUND.
44982         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44983         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44984         (__cos): Likewise.
44985         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44986         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44987         SET_RESTORE_ROUND_NOEX.
44988         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44989         SET_RESTORE_ROUND_NOEXF.
44990         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44991         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44992         (libc_feholdsetroundf): New.
44993         (libc_feresetround, libc_feresetroundf): New.
44994
44995         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44996         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44997         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44998
44999         * sysdeps/generic/math_private.h: Include <fenv.h>.
45000         (default_libc_feholdexcept): New.
45001         (default_libc_feholdexcept_setround): New.
45002         (default_libc_fesetenv, default_libc_feupdateenv): New.
45003         (libc_feholdexcept): Only define if undefined.
45004         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45005         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45006         (libc_feholdexcept_setroundl): Likewise.
45007         (libc_feholdexcept_setround_53bit): Likewise.
45008         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45009         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45010         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45011         (libc_feupdateenv_53bit): Likewise.
45012         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45013         (libc_feholdexcept): Convert from macro to inline function.
45014         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45015         (libc_fesetenv, libc_feupdateenv): Likewise.
45016
45017         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45018         not previously defined.
45019         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45020         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45021         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45022         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45023         * sysdeps/ieee754/flt-32/math_private.h: New file.
45024         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45025         math_private.h below SET_FLOAT_WORD.
45026         (__isnan, __isinf_ns, __finite): Remove.
45027         (__isnanf, __isinf_nsf, __finitef): Remove.
45028
45029 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45030
45031         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45032
45033 2012-03-17  David S. Miller  <davem@davemloft.net>
45034
45035         [BZ #6471]
45036         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45037         for 2.16.
45038
45039 2012-03-16  David S. Miller  <davem@davemloft.net>
45040
45041         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45042         warnings.
45043
45044         [BZ #6471]
45045         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45046         properly.
45047         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45048         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45049         sysdep_routines when subdir is sysvipc.
45050         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45051         __getshmlba helper.
45052
45053         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45054
45055 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45056
45057         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45058         [__LP64__].
45059
45060 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45061
45062         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45063         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45064         (__lround): Renamed to ...
45065         (__llround): This.  Replace long int with long long int.
45066         Define lround functions as aliases of llround functions.
45067         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45068
45069 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45070
45071         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45072         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45073         adresses to uintptr_t.  Replace "long int" and "unsigned long
45074         int" with "greg_t" on va_arg.
45075
45076 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45077
45078         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45079         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45080
45081         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45082         Move e_machine check before EI_CLASS check.  Handle x32
45083         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45084         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45085         SKIP_EM_IA_64 and include
45086         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45087
45088         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45089         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45090         (add_system_dir): New macro.
45091
45092         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45093         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45094
45095 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45096
45097         [BZ #2551]
45098         [BZ #2552]
45099         [BZ #2553]
45100         [BZ #2554]
45101         [BZ #2562]
45102         [BZ #2563]
45103         [BZ #2565]
45104         [BZ #2566]
45105         [BZ #2576]
45106         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45107         (y0): Likewise.
45108         * math/w_j0f.c (j0f): Likewise.
45109         (y0f): Likewise.
45110         * math/w_j0l.c (__j0l): Likewise.
45111         (__y0l): Likewise.
45112         * math/w_j1.c (j1): Likewise.
45113         (y1): Likewise.
45114         * math/w_j1f.c (j1f): Likewise.
45115         (y1f): Likewise.
45116         * math/w_j1l.c (__j1l): Likewise.
45117         (__y1l): Likewise.
45118         * math/w_jn.c (jn): Likewise.
45119         (yn): Likewise.
45120         * math/w_jnf.c (jnf): Likewise.
45121         (ynf): Likewise.
45122         * math/w_jnl.c (__jnl): Likewise.
45123         (__ynl): Likewise.
45124         * math/libm-test.inc (j0_test): Add more tests.
45125         (j1_test): Likewise.
45126         (jn_test): Likewise.  Add trailing semicolon to existing test.
45127         (y0_test): Likewise.
45128         (y1_test): Likewise.
45129         * sysdeps/i386/fpu/libm-test-ulps: Update.
45130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45131
45132         [BZ #13851]
45133         [BZ #13854]
45134         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45135         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45136         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45137         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45138         (__tanl): Set errno for infinite argument.
45139         * sysdeps/i386/fpu/mptan.c: Remove.
45140         * sysdeps/i386/fpu/s_tan.S: Likewise.
45141         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45142         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45143         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45144         * math/libm-test.inc (tan_test): Add more tests and enable more
45145         tests for double and long double.
45146         * sysdeps/i386/fpu/libm-test-ulps: Update.
45147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45148
45149 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45150
45151         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45152         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45153
45154 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45155
45156         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45157         * configure.in: Use it for both main tree and add-ons.
45158         * configure: Regenerated.
45159
45160 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45161
45162         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45163
45164 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45165
45166         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45167         in comment.
45168
45169         [BZ #13851]
45170         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45171         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45172         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45173         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45174         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45175         infinite argument.
45176         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45177         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45178         != 0 for prec == 2.
45179         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45180         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45181         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45182         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45183         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45184         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45185         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45186         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45187         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45188         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45189         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45190         * math/libm-test.inc (cos_test): Add more tests and enable more
45191         tests for long double.
45192         (sin_test): Likewise.
45193         (sincos_test): Likewise.
45194         * sysdeps/i386/fpu/libm-test-ulps: Update.
45195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45196
45197 2012-03-16  David S. Miller  <davem@davemloft.net>
45198
45199         * sysdeps/sparc/fpu/math_private.h: New file.
45200
45201 2012-03-15  David S. Miller  <davem@davemloft.net>
45202
45203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45204         file.
45205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45207         file.
45208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
45209         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
45210         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
45211         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
45212         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
45213         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
45214         sysdep routines.
45215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45216
45217         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
45218         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
45219
45220         * sysdeps/sparc/sparc-ifunc.h: New file.
45221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
45222         sparc-ifunc.h
45223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
45224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
45225         Likewise.
45226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
45227         Likewise.
45228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
45229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
45230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
45232         Likewise.
45233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
45235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
45237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
45238         Likewise.
45239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
45240         Likewise.
45241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
45243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
45244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
45245         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
45246         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
45247         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
45248         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
45249         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
45250         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
45251         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
45252         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
45253         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
45254         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
45255         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
45256         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
45257         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
45258         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
45259         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
45260         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
45261         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
45262         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
45263         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
45264         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
45265
45266 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
45267
45268         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
45269         scaling.
45270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45271
45272 2012-03-15  Andreas Jaeger  <aj@suse.de>
45273
45274         [BZ #13852]
45275         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
45276         ieee754/flt-32 implementation for sin, cos and sincos.
45277         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
45278         * sysdeps/i386/fpu/s_cosf.S: Likewise.
45279         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
45280         * sysdeps/i386/fpu/s_sinf.S: Likewise.
45281         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
45282         ieee754/flt-32 implementation for tan.
45283
45284         * math/libm-test.inc (cos_test): Enable some large input tests for
45285         float as well
45286         (sin_test): Likewise.
45287         (sincos_test): Likewise.
45288         (tan_test): Add tests for large input.
45289
45290         * sysdeps/i386/fpu/libm-test-ulps: Update.
45291
45292 2012-03-15  Andreas Jaeger  <aj@suse.de>
45293
45294         [BZ #13658]
45295         * math/libm-test.inc (cos_test): Add more test cases.
45296         (sin_test): Likewise.
45297         (sincos_test): Likewise.
45298
45299 2012-03-15  Andreas Jaeger  <aj@suse.de>
45300
45301         [BZ #13837]
45302         * math/libm-test.inc (cos_test): Add a test case for large input
45303         value.
45304         (sin_test): Likewise.
45305         (sincos_test): Likewise.
45306
45307 2012-03-15  Andreas Jaeger  <aj@suse.de>
45308             Joseph Myers  <joseph@codesourcery.com>
45309
45310         [BZ #13658]
45311         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
45312         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
45313         * sysdeps/i386/fpu/branred.c: Likewise.
45314         * sysdeps/i386/fpu/dosincos.c: Likewise.
45315         * sysdeps/i386/fpu/mpa.c: Likewise.
45316         * sysdeps/i386/fpu/s_cos.S: Likewise.
45317         * sysdeps/i386/fpu/s_sin.S: Likewise.
45318         * sysdeps/i386/fpu/s_sincos.S: Likewise.
45319         * sysdeps/i386/fpu/sincos32.c: Likewise.
45320
45321         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
45322         Define.
45323         (libc_feupdateenv_53bit): Define.
45324         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
45325         Define.
45326         (libc_feupdateenv_53bit): Define.
45327
45328         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
45329         53 bit (without extend i386 double precision).
45330
45331         * math/libm-test.inc (sincos_test): Add tests for large input.
45332         (sin): Likewise.
45333         (cos): Likewise.
45334
45335         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
45336
45337 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
45338
45339         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45340
45341 2012-03-15  David S. Miller  <davem@davemloft.net>
45342
45343         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
45344         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
45345         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
45346         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
45347         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
45348         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
45349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
45350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
45351         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
45352         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
45353         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
45354         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
45355         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
45356         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
45357         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
45358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
45359         file.
45360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
45361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
45362         file.
45363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
45364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
45365         file.
45366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
45367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
45368         file.
45369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
45370         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
45371         fmin/fmax sysdep routines.
45372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45373
45374 2012-03-14  David S. Miller  <davem@davemloft.net>
45375
45376         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
45377         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
45378         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
45379         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
45380         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
45381         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
45382         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
45383         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
45384         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
45385         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
45386         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
45387         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
45388         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
45389         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
45390         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
45391         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
45392         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
45393         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
45394         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
45395         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
45396         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
45397         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
45398         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
45399         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
45400         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
45401         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
45402         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
45403         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
45404         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
45405         routines.
45406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
45407         file.
45408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
45409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
45410         file.
45411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
45412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
45413         file.
45414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
45415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
45416         file.
45417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
45418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
45419         file.
45420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
45421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
45422         file.
45423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
45424         file.
45425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
45426         file.
45427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
45428         file.
45429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
45430         New file.
45431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
45432         file.
45433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
45434         file.
45435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
45436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
45437         file.
45438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
45439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
45440         file.
45441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
45442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
45443         file.
45444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
45445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
45446         VIS3 routines.
45447
45448         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
45449         New file.
45450
45451         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45452
45453         * sysdeps/sparc/configure.in: New file.
45454         * sysdeps/sparc/configure: Generate.
45455         * configure.in (libc_cv_sparc_as_vis3): Substitute.
45456         * configure: Regenerate.
45457         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
45458         * config.make.in (have-as-vis3): New.
45459         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
45460         available use -Av9d instead of -Av9a.
45461         * sysdeps/sparc/sparc64/Makefile: Likewise.
45462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
45463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
45464         New file.
45465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
45466         file.
45467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
45468         New file.
45469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
45470         file.
45471         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
45472         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
45473         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
45474         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
45475         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
45476
45477         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
45478         fzeros/fnegs to load 0x80000000 into a float register instead of
45479         using the stack.
45480         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
45481
45482 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
45483
45484         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45485         bits/syscall.h.
45486         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
45487         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
45488         ($(inst_includedir)/bits/syscall.h): Remove rule.
45489         ($(objpfx)bits/syscall.d): Include instead of
45490         $(objpfx)syscall-list.d.
45491         (generated): Change syscall-list.h and syscall-list.d to
45492         bits/syscall.h and bits/syscall.d.
45493
45494 2012-03-14  Roland McGrath  <roland@hack.frob.com>
45495
45496         [BZ #13846]
45497         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
45498
45499 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
45500
45501         [BZ #13841]
45502         * math/s_csqrt.c: Include <float.h>.
45503         (__csqrt): Scale large or subnormal inputs.
45504         * math/s_csqrtf.c: Likewise.
45505         * math/s_csqrtl.c: Likewise.
45506         * math/libm-test.inc (csqrt_test): Add more tests.
45507         * sysdeps/i386/fpu/libm-test-ulps: Update.
45508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45509
45510         [BZ #13840]
45511         * math/libm-test.inc (hypot_test): Add more tests.
45512
45513 2012-03-13  David S. Miller  <davem@davemloft.net>
45514
45515         [BZ #13840]
45516         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
45517         double-precision for the calculation instead of scaling.
45518
45519 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
45520
45521         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
45522         manipulate bits before adding and subtracting TWO52[sx].
45523         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
45524         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
45525         Likewise.
45526         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
45527
45528 2012-03-13  David S. Miller  <davem@davemloft.net>
45529
45530         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
45531         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
45532         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
45533         rtld-global-offsets.h
45534         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45535
45536         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
45537         large parameters.
45538
45539         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
45540
45541         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
45542         'err' in the ifdef scope in which it is actually used.
45543
45544         * nss/nss_db/db-init.c: Include string.h
45545
45546 2012-03-12  David S. Miller  <davem@davemloft.net>
45547
45548         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
45549         masking out of the most significant byte of random value used.
45550         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45551         Fix coding style in previous change.
45552
45553         * sysdeps/unix/sysv/linux/kernel-features.h
45554         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
45555         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
45556         expression.
45557         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
45558         later.
45559
45560 2012-03-11  David S. Miller  <davem@davemloft.net>
45561
45562         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
45563         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
45564         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
45565         for 'resultvar' otherwise things get truncated on 64-bit.
45566
45567         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45568         Fix masking out of the most significant byte of random value used.
45569
45570         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45571
45572 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
45573
45574         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45575
45576 2012-03-09  David S. Miller  <davem@davemloft.net>
45577
45578         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
45579         variables with appropriate CPP guards.
45580         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
45581         from the frame pointer, not the stack pointer.  Correct layout
45582         comments.  Fix test on resulting framesize and the management of
45583         the outregs buffer for pltexit.  Preserve floating point return
45584         values across _dl_call_pltexit call.
45585         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
45586         framesize and the management of the outregs buffer for pltexit.
45587         Preserve floating point return values across _dl_call_pltexit
45588         call.
45589         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
45590         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
45591         (la_sparc64_gnu_pltexit): New functions.
45592         (print_exit): Fix format string for return register value.
45593
45594 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
45595
45596         * sunrpc/Makefile (others): Add rpcgen.
45597         ($(objpfx)rpcgen): Remove special build rule and dependency on
45598         libc.
45599         * sunrpc/rpcgen.c: New file.
45600
45601 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
45602
45603         [BZ #13673]
45604         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
45605         * stdio-common/bug-vfprintf-nargs.c: Likewise.
45606         * sysdeps/i386/crti.S: Likewise.
45607         * sysdeps/i386/crtn.S: Likewise.
45608         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
45609         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
45610         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
45611         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
45612         * sysdeps/sh/crti.S: Likewise.
45613         * sysdeps/sh/crtn.S: Likewise.
45614         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
45615
45616         [BZ #13673]
45617         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
45618         with URL.
45619         * locale/programs/locfile-kw.gperf: Likewise.
45620         * locale/programs/charmap-kw.h: Regenerated.
45621         * locale/programs/locfile-kw.h: Likewise.
45622
45623         [BZ #13673]
45624         * intl/plural.y: Replace FSF snail mail address with URL.
45625         * intl/plural.c: Regenerated.
45626
45627 2012-03-09  Richard Henderson  <rth@twiddle.net>
45628
45629         * include/math_private.h: Remove file.
45630         * math/math_private.h: Move file ...
45631         * sysdeps/generic/math_private.h: ... here.
45632
45633         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
45634         * sysdeps/powerpc/fpu/math_private.h: Likewise.
45635         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45636
45637         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
45638         and <math_private.h>.
45639         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45640         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45641         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45642         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45643         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45644         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
45645         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45646         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45647         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45648         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45649         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45650         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45651         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45652         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45653         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45654         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45655         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45656         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45657         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45658         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45659         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45660         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45661         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45662         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45663         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
45664         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45665         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45666         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45667         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45668         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45669         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45670         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45671         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
45672         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45673         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45674         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45675         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45676         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45677         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45678         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45679         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
45680         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45681         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45682         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
45683         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
45684         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45685         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
45686         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
45687         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45688         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45689         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
45690         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
45691         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
45692         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45693         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
45694         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45695         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45696         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45697         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
45698         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
45699         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45700         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
45701         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45702         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45703         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
45704         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45705         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45706         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45707         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
45708         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
45709         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
45710         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45711         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
45712         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45713         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
45714         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
45715         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
45716         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45717         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
45718         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
45719         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
45720         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
45721         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
45722         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45723         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45724         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45725         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
45726         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
45727         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45728         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45729         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45730         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45731         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45732         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45733         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45734         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45735         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45736         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45737         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45738         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45739         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45740         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45741         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45742         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45743         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45744         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45745         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45746         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45747         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45748         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45749         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45750         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45751         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45752         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45753         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45754         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45755         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45756         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45757         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45758         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45759         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45760         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45761         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45762         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45763         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45764         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45765         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45766         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45767         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45768         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45769         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45770         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45771         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45772         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45773         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45774         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45775         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45776         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45777         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45778         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45779         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45780         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45781         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45782         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45783         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45784         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45785         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45786         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45787         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45788         * sysdeps/ieee754/k_standard.c: Likewise.
45789         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45790         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45791         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45792         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45793         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45794         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45795         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45796         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45797         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45798         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45799         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45800         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45801         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45802         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45803         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45804         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45805         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45806         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45807         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45808         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45809         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45810         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45811         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45812         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45813         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45814         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45815         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45816         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45817         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45818         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45819         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45820         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45821         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45822         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45823         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45824         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45825         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45826         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45827         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45828         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45829         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45830         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45831         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45832         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45833         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45834         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45835         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45836         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45837         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45838         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45839         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45840         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45841         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45842         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45843         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45844         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45845         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45846         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45847         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45848         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45849         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45850         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45851         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45852         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45853         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45854         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45855         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45856         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45857         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45858         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45859         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45860         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45861         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45862         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45863         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45864         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45865         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45866         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45867         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45868         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45869         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45870         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45871         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45872         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45873         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45874         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45875         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45876         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45877         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45878         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45879         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45880         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45881         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45882         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45883         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45884         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45885         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45886         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45887         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45888         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45889         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45890         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45891         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45892         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45893         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45894         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45895         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45896         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45897         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45898         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45899         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45900         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45901         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45902         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45903         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45904         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45905         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45906         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45907         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45908         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45909         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45910         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45911         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45912         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45913         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45914         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45915         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45916         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45917         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45918         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45919         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45920         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45921         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45922         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45923         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45924         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45925         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45926         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45927         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45928         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45929         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45930         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45931         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45932         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45933         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45934         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45935         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45936         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45937         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45938         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45939         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45940         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45941         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45942         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45943         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45944         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45945         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45946         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45947         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45948         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45949         * sysdeps/ieee754/s_lib_version.c: Likewise.
45950         * sysdeps/ieee754/s_matherr.c: Likewise.
45951         * sysdeps/ieee754/s_signgam.c: Likewise.
45952         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45953         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45954         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45955         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45956         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45957         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45958         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45959         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45960         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45961         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45962         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45963         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45964         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45965         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45966         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45967         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45968         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45969         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45970         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45971         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45972         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45973
45974 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45975
45976         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45977         * sunrpc/rpc_main.c: Likewise.
45978         * sunrpc/rpc_svcout.c: Likewise.
45979
45980 2012-03-09  David S. Miller  <davem@davemloft.net>
45981
45982         * include/math_private.h: New file.
45983
45984 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45985
45986         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45987         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45988         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45989         from <bits/socket_type.h>.
45990         (enum __socket_type): Don't define here.
45991         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45992         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45993         bits/socket_type.h.
45994
45995         [BZ #13566]
45996         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45997         checking __USE_GNU.
45998
45999         * Makerules ($(inst_includedir)/%.h): New rule.
46000         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46001         (install-others): Remove variable setting.
46002         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46003
46004 2012-03-08  Richard Henderson  <rth@twiddle.net>
46005
46006         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46007         from macro to inline function; merge with the
46008         !__LIBC_INTERNAL_MATH_INLINES version.
46009         (__ieee754_sqrtf): Likewise.
46010
46011         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46012         to inline function.
46013         (__rintf, __floor, __floorf): Likewise.
46014
46015         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46016         macro to inline function.
46017         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46018
46019         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46020         not <math/math_private.h>.
46021
46022 2012-03-08  David S. Miller  <davem@davemloft.net>
46023
46024         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46025         copyright year.
46026         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46027
46028 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46029
46030         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46031         normalization.
46032         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46033         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46034
46035 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46036
46037         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46038         be defined individually, they must be defined as a block.  Define
46039         S for printing a string instead of hidint the different by using a
46040         macro for adding the 'l'.
46041         * stdio-common/tst-fphex-wide.c: Adjust.
46042
46043 2012-03-07  Marek Polacek  <polacek@redhat.com>
46044
46045         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46046
46047 2012-03-08  Marek Polacek  <polacek@redhat.com>
46048
46049         [BZ #13806]
46050         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46051         * stdio-common/tst-fphex.c: Define a few macros to make the
46052         test reusable.  Use them.
46053         * stdio-common/tst-fphex-wide.c: New file.
46054
46055 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46056
46057         [BZ #6911]
46058         * manual/macros.texi (gnusystems): New macro.
46059         (nongnusystems): Likewise.
46060         (gnulinuxhurdsystems): Likewise.
46061         (gnuhurdsystems): Likewise..
46062         (gnulinuxsystems): Likewise.
46063         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46064         variants of the GNU system, not "GNU system".
46065         * manual/conf.texi: Likewise.
46066         * manual/errno.texi: Likewise.  Update example of errno macro
46067         expansion.
46068         * manual/filesys.texi: Likewise.
46069         (getumask): Document as specific to GNU/Hurd.
46070         * manual/install.texi: Likewise.  Reword some references to
46071         GNU/Linux.
46072         * manual/intro.texi: Likewise.
46073         * manual/io.texi: Likewise.
46074         (File Name Portability): Detail which constraints are inapplicable
46075         to all GNU systems and which are only inapplicable to GNU/Hurd.
46076         * manual/job.texi: Likewise.
46077         * manual/llio.texi: Likewise.
46078         (O_NOCTTY): Document as present on GNU/Linux.
46079         * manual/maint.texi: Likewise.
46080         * manual/memory.texi: Likewise.
46081         * manual/pattern.texi: Likewise.
46082         * manual/pipe.texi: Likewise.
46083         * manual/process.texi: Likewise.
46084         * manual/resource.texi: Likewise.
46085         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46086         child on GNU/Hurd.
46087         * manual/setjmp.texi: Likewise.
46088         * manual/signal.texi: Likewise.
46089         * manual/startup.texi: Likewise.
46090         * manual/stdio.texi: Likewise.
46091         * manual/terminal.texi: Likewise.
46092         (ONLCR): Document as POSIX.
46093         (OXTABS): Document availability on GNU/Linux as XTABS.
46094         (ONOEOT): Document availability separately from other bits.
46095         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46096         * manual/time.texi: Likewise.
46097         * manual/users.texi: Likewise.
46098         * INSTALL: Regenerated.
46099         * sysdeps/gnu/errlist.c: Regenerated.
46100
46101         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46102         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46103         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46104         puts.
46105         * configure: Regenerated.
46106
46107 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46108
46109         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46110         default includes instead of AC_HEADER_CHECK.
46111         * sysdeps/i386/configure: Regenerated.
46112
46113         [BZ #10716]
46114         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46115         * math/s_cacoshf.c (__cacoshf): Likewise.
46116         * math/s_cacoshl.c (__cacoshl): Likewise.
46117         * math/s_casinh.c (__casinh): Set signs of result from argument.
46118         * math/s_casinhf.c (__casinhf): Likewise.
46119         * math/s_casinhl.c (__casinhl): Likewise.
46120         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46121         (casinh_test): Add more tests.
46122         * sysdeps/i386/fpu/libm-test-ulps: Update.
46123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46124
46125 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46126
46127         * po/zh_TW.po: Update from translation team.
46128
46129         * login/Makefile (distribute): Remove variable.
46130         * catgets/Makefile: Likewise.
46131         * mach/Makefile: Likewise.
46132         * malloc/Makefile: Likewise.
46133         * misc/Makefile: Likewise.
46134         * iconv/Makefile: Likewise.
46135         * nscd/Makefile: Likewise.
46136         * hurd/Makefile: Likewise.
46137         * manual/Makefile: Likewise.
46138         * locale/Makefile: Likewise.
46139         * intl/Makefile: Likewise.
46140         * conform/Makefile: Likewise.
46141         * nss/Makefile: Likewise.
46142         * time/Makefile: Likewise.
46143         * soft-fp/Makefile: Likewise.
46144         * dirent/Makefile: Likewise.
46145         * gmon/Makefile: Likewise.
46146         * po/Makefile: Likewise.
46147         * rt/Makefile: Likewise.
46148         * socket/Makefile: Likewise.
46149         * math/Makefile: Likewise.
46150         * signal/Makefile: Likewise.
46151         * debug/Makefile: Likewise.
46152         * elf/Makefile: Likewise.
46153         * timezone/Makefile: Likewise.
46154         * stdlib/Makefile: Likewise.
46155         * iconvdata/Makefile: Likewise.
46156         * sunrpc/Makefile: Likewise.
46157         * io/Makefile: Likewise.
46158         * argp/Makefile: Likewise.
46159         * inet/Makefile: Likewise.
46160         * hesiod/Makefile: Likewise.
46161         * grp/Makefile: Likewise.
46162         * csu/Makefile: Likewise.
46163         * wctype/Makefile: Likewise.
46164         * crypt/Makefile: Likewise.
46165         * libio/Makefile: Likewise.
46166         * string/Makefile: Likewise.
46167         * nis/Makefile: Likewise.
46168         * resolv/Makefile: Likewise.
46169         * stdio-common/Makefile: Likewise.
46170         * wcsmbs/Makefile: Likewise.
46171         * dlfcn/Makefile: Likewise.
46172         * posix/Makefile: Likewise.
46173
46174         [BZ #6959]
46175         * timezone/Makefile: Don't install timezone files, just the programs
46176         and scripts.
46177
46178 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46179
46180         * nss/databases.def: Add missing gshadow entry.
46181
46182         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46183
46184 2012-03-06  Marek Polacek  <polacek@redhat.com>
46185
46186         [BZ #13726]
46187         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46188         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46189         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46190         * stdio-common/tst-long-dbl-fphex.c: New file.
46191
46192 2012-03-06  David S. Miller  <davem@davemloft.net>
46193
46194         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46195         (set_obp_int): New function.
46196         (get_obp_int): New function.
46197         (__get_clockfreq_via_dev_openprom): Likewise.
46198         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46199         Avoid unused variable warnings on 'val' and use builtin_expect.
46200         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46201         __builtin_expect.
46202         (INLINE_CLONE_SYSCALL): Likewise.
46203
46204 2012-03-05  David S. Miller  <davem@davemloft.net>
46205
46206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46207
46208 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
46209
46210         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46211
46212         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
46213         only for |x| >= 40.
46214         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46215
46216 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
46217
46218         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
46219         Replace gettimeofday with __vdso_gettimeofday.
46220
46221         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46222         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
46223         __vdso_clock_gettime and __vdso_getcpu.
46224
46225         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
46226         time with __vdso_time.
46227
46228 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46229
46230         * manual/lang.texi (size_t): Note types to which size_t may be
46231         equivalent with the GNU C Library, but do not describe when
46232         differences between them are significant.
46233
46234 2012-03-05  Andreas Jaeger  <aj@suse.de>
46235
46236         * sysdeps/i386/fpu/libm-test-ulps: Update.
46237
46238 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46239
46240         [BZ #3976]
46241         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
46242         (__ieee754_pow): Save and restore rounding mode and use
46243         round-to-nearest for main computations.
46244         * math/libm-test.inc (pow_test_tonearest): New function.
46245         (pow_test_towardzero): Likewise.
46246         (pow_test_downward): Likewise.
46247         (pow_test_upward): Likewise.
46248         (main): Call the new functions.
46249         * sysdeps/i386/fpu/libm-test-ulps: Update.
46250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46251
46252         [BZ #3976]
46253         * math/libm-test.inc (cosh_test_tonearest): New function.
46254         (cosh_test_towardzero): Likewise.
46255         (cosh_test_downward): Likewise.
46256         (cosh_test_upward): Likewise.
46257         (sinh_test_tonearest): Likewise.
46258         (sinh_test_towardzero): Likewise.
46259         (sinh_test_downward): Likewise.
46260         (sinh_test_upward): Likewise.
46261         (main): Call the new functions.
46262         * sysdeps/i386/fpu/libm-test-ulps: Update.
46263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46264
46265 2012-03-05  Tom de Vries  <tom@codesourcery.com>
46266
46267         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
46268         default stack guard is set in last bytes.
46269         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
46270
46271 2012-03-05  Kees Cook  <keescook@chromium.org>
46272
46273         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
46274
46275         [BZ #13656]
46276         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
46277         possibly allocate from heap instead of stack.
46278         * stdio-common/bug-vfprintf-nargs.c: New file.
46279         * stdio-common/Makefile (tests): Add nargs overflow test.
46280
46281 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
46282
46283         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46284
46285 2012-03-03  Marek Polacek  <polacek@redhat.com>
46286
46287         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
46288         * math/math_private.h: Likewise.
46289         * stdlib/tst-strtod.c: Likewise.
46290         * sysdeps/i386/i486/bits/atomic.h: Likewise.
46291         * sysdeps/x86_64/bits/atomic.h: Likewise.
46292
46293 2012-03-02  David S. Miller  <davem@davemloft.net>
46294
46295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
46296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
46297         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
46298         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
46299         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
46300         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
46301         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
46302         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
46303
46304 2012-03-02  Roland McGrath  <roland@hack.frob.com>
46305
46306         [BZ #13792]
46307         * manual/examples/README: New file, says the example source files
46308         can be used under GPL>=2.
46309         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
46310         line containing just "*/".
46311         * manual/examples/add.c: Add copyright header (GPL>=2).
46312         * manual/examples/argp-ex1.c: Likewise.
46313         * manual/examples/argp-ex2.c: Likewise.
46314         * manual/examples/argp-ex3.c: Likewise.
46315         * manual/examples/argp-ex4.c: Likewise.
46316         * manual/examples/atexit.c: Likewise.
46317         * manual/examples/db.c: Likewise.
46318         * manual/examples/dir.c: Likewise.
46319         * manual/examples/dir2.c: Likewise.
46320         * manual/examples/execinfo.c: Likewise.
46321         * manual/examples/filecli.c: Likewise.
46322         * manual/examples/filesrv.c: Likewise.
46323         * manual/examples/fmtmsgexpl.c: Likewise.
46324         * manual/examples/genpass.c: Likewise.
46325         * manual/examples/inetcli.c: Likewise.
46326         * manual/examples/inetsrv.c: Likewise.
46327         * manual/examples/isockad.c: Likewise.
46328         * manual/examples/longopt.c: Likewise.
46329         * manual/examples/memopen.c: Likewise.
46330         * manual/examples/memstrm.c: Likewise.
46331         * manual/examples/mkfsock.c: Likewise.
46332         * manual/examples/mkisock.c: Likewise.
46333         * manual/examples/mygetpass.c: Likewise.
46334         * manual/examples/pipe.c: Likewise.
46335         * manual/examples/popen.c: Likewise.
46336         * manual/examples/rprintf.c: Likewise.
46337         * manual/examples/search.c: Likewise.
46338         * manual/examples/select.c: Likewise.
46339         * manual/examples/setjmp.c: Likewise.
46340         * manual/examples/sigh1.c: Likewise.
46341         * manual/examples/sigusr.c: Likewise.
46342         * manual/examples/stpcpy.c: Likewise.
46343         * manual/examples/strdupa.c: Likewise.
46344         * manual/examples/strftim.c: Likewise.
46345         * manual/examples/strncat.c: Likewise.
46346         * manual/examples/subopt.c: Likewise.
46347         * manual/examples/swapcontext.c: Likewise.
46348         * manual/examples/termios.c: Likewise.
46349         * manual/examples/testopt.c: Likewise.
46350         * manual/examples/testpass.c: Likewise.
46351         * manual/examples/timeval_subtract.c: Likewise.
46352
46353         [BZ #13792]
46354         * manual/time.texi (Elapsed Time): Move timeval_subtract example
46355         function to ...
46356         * manual/timeval_subtract.c.texi: ... here, new file.
46357
46358 2012-03-02  David S. Miller  <davem@davemloft.net>
46359
46360         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
46361
46362 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
46363
46364         [BZ #3976]
46365         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
46366         (__sin): Save and restore rounding mode and use round-to-nearest
46367         for all computations.
46368         (__cos): Save and restore rounding mode and use round-to-nearest
46369         for all computations.
46370         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
46371         <fenv.h>.
46372         (tan): Save and restore rounding mode and use round-to-nearest for
46373         all computations.
46374         * math/libm-test.inc (cos_test_tonearest): New function.
46375         (cos_test_towardzero): Likewise.
46376         (cos_test_downward): Likewise.
46377         (cos_test_upward): Likewise.
46378         (sin_test_tonearest): Likewise.
46379         (sin_test_towardzero): Likewise.
46380         (sin_test_downward): Likewise.
46381         (sin_test_upward): Likewise.
46382         (tan_test_tonearest): Likewise.
46383         (tan_test_towardzero): Likewise.
46384         (tan_test_downward): Likewise.
46385         (tan_test_upward): Likewise.
46386         (main): Call the new functions.
46387         * sysdeps/i386/fpu/libm-test-ulps: Update.
46388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46389
46390         [BZ #10135]
46391         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
46392         small n, then large n, before computing and testing k+n.
46393         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
46394         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
46395         Likewise.
46396         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
46397         Likewise.
46398         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
46399         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
46400         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
46401         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
46402         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
46403         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
46404         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
46405         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
46406         * math/libm-test.inc (scalbn_test): Add more tests.
46407         (scalbln_test): Likewise.
46408
46409         * manual/filesys.texi (mode_t): Describe constraints on size and
46410         signedness, not exact equivalence to a particular type.
46411         (ino_t): Likewise.
46412         (ino64_t): Likewise.
46413         (dev_t): Likewise.
46414         (nlink_t): Likewise.
46415         (blkcnt_t): Likewise.
46416         (blkcnt64_t): Likewise.
46417         * manual/llio.texi (off_t): Likewise.
46418
46419         [BZ #3976]
46420         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
46421         (__ieee754_exp): Save and restore rounding mode and use
46422         round-to-nearest for all computations.
46423         * math/libm-test.inc (exp_test_tonearest): New function.
46424         (exp_test_towardzero): Likewise.
46425         (exp_test_downward): Likewise.
46426         (exp_test_upward): Likewise.
46427         (main): Call the new functions.
46428         * sysdeps/i386/fpu/libm-test-ulps: Update.
46429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46430
46431 2012-03-01  Chris Demetriou  <cgd@google.com>
46432
46433         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
46434         have predictable order.
46435
46436 2012-03-01  David S. Miller  <davem@davemloft.net>
46437
46438         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
46439
46440         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
46441         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
46442         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
46443         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
46444
46445         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
46446         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
46447         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
46448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
46449         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
46450         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
46451         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
46452         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
46453         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
46454
46455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46456
46457         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
46458         * sysdeps/sparc/fpu/libm-test-ulps: to here.
46459         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
46460
46461         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
46462         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46463         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46464         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
46465         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
46466         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
46467         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
46468         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46469         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46470         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
46471         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
46472         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46473         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46474         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46475         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46476         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46477         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
46478         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
46479         * sysdeps/sparc/elf/configure: Regenerated.
46480
46481 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
46482
46483         * configure.in (AS, LD): Require binutils 2.20 or later.
46484         * configure: Regenerated.
46485         * manual/install.texi (Tools for Compilation): Give binutils 2.20
46486         as required minimum version.
46487         * INSTALL: Regenerated.
46488
46489         [BZ #2541]
46490         [BZ #4108]
46491         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
46492         before squaring exponent.
46493         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
46494         bottom long double and 27 bits of top long double before squaring
46495         exponent.
46496         * math/libm-test.inc (erfc_test): Add more tests.
46497         * sysdeps/i386/fpu/libm-test-ulps: Update.
46498         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46500
46501 2012-03-01  Kai Tietz  <ktietz@redhat.com>
46502
46503         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
46504         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
46505         containing bit-fields.
46506         * soft-fp/extended.h (_FP_UNION_E): Likewise.
46507         * soft-fp/single.h (_FP_UNION_S): Likewise.
46508         * soft-fp/double.h (_FP_UNION_D): Likewise.
46509
46510 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46511
46512         [BZ #13786]
46513         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
46514         not include ../strcmp.S.
46515         [USE_AS_STRNCASECMP_L]: Likewise.
46516         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
46517         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
46518         * sysdeps/i386/i686/multiarch/strncase_l-c.c
46519         (__strncasecmp_l_ia32): Define as alias to
46520         __strncasecmp_l_nonascii.
46521
46522         [BZ #5794]
46523         * math/libm-test.inc (expm1_test): Add test for bug 5794.
46524         * sysdeps/i386/fpu/libm-test-ulps: Update.
46525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46526
46527         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
46528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46529
46530 2012-02-29  Jeff Law  <law@redhat.com>
46531
46532         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
46533         out of bounds read.
46534
46535 2012-02-29  Marek Polacek  <polacek@redhat.com>
46536
46537         [BZ #13706]
46538         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
46539         * elf/Makefile: Add rules to run tst-unused-dep.out.
46540
46541 2012-02-28  David S. Miller  <davem@davemloft.net>
46542
46543         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
46544         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
46545         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
46546         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
46547         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
46548         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
46549
46550 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46551
46552         * math/libm-test.inc (llround_test): Move one test from
46553         lround_test.  Use TEST_f_L in moved test.
46554         (lround_test): Move misplaced test to llround_test.  Add testcase
46555         from bug 2561.
46556
46557 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
46558
46559         * sysdeps/x86_64/fpu/e_expf.S: New file.
46560         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
46561
46562 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
46563
46564         [BZ #13637]
46565         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
46566         of remain_len that may cause incomplete multi-byte character and
46567         false match.
46568         * posix/bug-regex33.c: New file.
46569         * posix/Makefile (tests): Add bug-regex33.
46570
46571 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
46572
46573         * manual/macros.texi: New file.
46574         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
46575         * manual/libc.texinfo: Include macros.texi.
46576         * manual/creatute.texi: Likewise.
46577         * manual/install.texi: Likewise.
46578         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
46579         @glibcadj{} in references to the GNU C Library.
46580         * manual/charset.texi: Likewise.
46581         * manual/conf.texi: Likewise.
46582         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
46583         when not using those macros.
46584         * manual/creature.texi: Likewise.
46585         * manual/crypt.texi: Likewise.
46586         * manual/errno.texi: Likewise.
46587         * manual/filesys.texi: Likewise.
46588         * manual/header.texi: Likewise.
46589         * manual/install.texi: Likewise.
46590         * manual/intro.texi: Likewise.
46591         * manual/io.texi: Likewise.
46592         * manual/job.texi: Likewise.
46593         * manual/lang.texi: Likewise.
46594         * manual/libc.texiinfo: Likewise.
46595         * manual/llio.texi: Likewise.
46596         * manual/locale.texi: Likewise.
46597         * manual/maint.texi: Likewise.
46598         * manual/math.texi: Likewise.
46599         * manual/memory.texi: Likewise.
46600         * manual/message.texi: Likewise.
46601         * manual/nss.texi: Likewise.
46602         * manual/pattern.texi: Likewise.
46603         * manual/process.texi: Likewise.
46604         * manual/resource.texi: Likewise.
46605         * manual/search.texi: Likewise.
46606         * manual/setjmp.texi: Likewise.
46607         * manual/signal.texi: Likewise.
46608         * manual/socket.texi: Likewise.
46609         * manual/startup.texi: Likewise.
46610         * manual/stdio.texi: Likewise.
46611         * manual/string.texi: Likewise.
46612         * manual/sysinfo.texi: Likewise.
46613         * manual/syslog.texi: Likewise.
46614         * manual/terminal.texi: Likewise.
46615         * manual/time.texi: Likewise.
46616         * manual/users.texi: Likewise.
46617         * INSTALL: Regenerated.
46618         * NOTES: Regenerated.
46619         * sysdeps/gnu/errlist.c: Regenerated.
46620
46621 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
46622
46623         * include/dirent.h: Include <dirstream.h> before
46624         <dirent/dirent.h>.
46625
46626 2012-02-28  David S. Miller  <davem@davemloft.net>
46627
46628         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
46629         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
46630         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
46631         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
46632
46633 2012-02-27  David S. Miller  <davem@davemloft.net>
46634
46635         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
46636         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
46637         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
46638         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
46639
46640         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
46641         frame pointer instead of stack pointer relative arg slot.
46642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46643         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46644         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46645
46646 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
46647
46648         [BZ #3992]
46649         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
46650
46651 2012-02-27  David S. Miller  <davem@davemloft.net>
46652
46653         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
46654         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46655         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46656         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
46657         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46658         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46659         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
46660         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
46661
46662 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46663
46664         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
46665         later.  Allow versions 5-9.
46666         * configure: Regenerated.
46667         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
46668         required minimum version and 4.6 as recommended version.  Do not
46669         mention bugs in GCC 2.7 and 2.8.
46670         * INSTALL: Regenerated.
46671
46672 2012-02-27  David S. Miller  <davem@davemloft.net>
46673
46674         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
46675         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
46676         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
46677         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
46678         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
46679         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
46680         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
46681         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
46682
46683         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
46684         manipulate bits before adding and subtracting TWO112[sx].
46685         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
46686
46687 2012-02-27  Roland McGrath  <roland@hack.frob.com>
46688
46689         [BZ #13775]
46690         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
46691         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
46692         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
46693         being in POSIX, because they are in 1003.1-2008.
46694
46695         * rt/tst-aio.c: Include <fcntl.h>.
46696         * rt/tst-aio7.c: Likewise.
46697         * rt/tst-aio64.c: Likewise.
46698
46699         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
46700
46701 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46702
46703         * manual/install.texi (--with-headers): Describe headers as
46704         interface headers, not private headers.
46705         (Specific advice for GNU/Linux systems): Describe use of headers
46706         from "make headers_install", not private headers from older
46707         kernels.
46708         * INSTALL: Regenerated.
46709         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
46710         Change to 2.6.19.
46711         * sysdeps/unix/sysv/linux/configure: Regenerated.
46712
46713         * manual/llio.texi (fclean): Remove documentation.
46714
46715         * manual/Makefile (libc-texi-generated): New variable.  Include
46716         version.texi.
46717         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
46718         $(libc-texi-generated), not duplicated list of files.
46719         (version.texi, stamp-version): New rules.
46720         (realclean): Remove $(libc-texi-generated), not individual files
46721         from that list.  Do not remove dir-add.texinfo.
46722         * manual/libc.texinfo: Comment out uses of edition numbers and
46723         references to printed manual.  Remove last-updated dates.
46724         (EDITION): Comment out.
46725         (ISBN): Likewise.
46726         (VERSION, UPDATED): Remove.
46727         (version.texi): Include.
46728
46729 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
46730
46731         * sysdeps/posix/spawni.c: Include <signal.h>.
46732         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
46733         * sysdeps/pthread/aio_fsync.c: Likewise.
46734
46735 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
46736
46737         * conform/Makefile (tests): Run only when not cross-compiling and
46738         when fast-check is not defined.
46739
46740         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46741         * conform/data/limits.h-data: Fixes for POSIX2008.
46742         * conform/run-conformtest.sh: Run all tests.
46743         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46744         headers.
46745         * include/bits/dlfcn.h: Likewise.
46746         * include/langinfo.h: Likewise.
46747         * include/monetary.h: Likewise.
46748         * include/sys/poll.h: Likewise.
46749
46750         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46751         for __USE_GNU.
46752         * posix/spawn.h: Define __need_sigset_t.
46753         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46754         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46755         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46756         to get sigevent_t only.
46757         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46758         only for __USE_GNU.
46759         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46760         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46761         process_vm_writev only for __USE_GNU.
46762         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46763
46764         * conform/Makefile: For now ignore errors from run-conformtest.
46765         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46766         POSIX to avoid namespace pollution.  Don't prepend headers.
46767         * conform/data/aio.h-data: Fixes for POSIX testing.
46768         * conform/data/fcntl.h-data: Likewise.
46769         * conform/data/glob.h-data: Likewise.
46770         * conform/data/grp.h-data: Likewise.
46771         * conform/data/pthread.h-data: Likewise.
46772         * conform/data/pwd.h-data: Likewise.
46773         * conform/data/signal.h-data: Likewise.
46774         * conform/data/spawn.h-data: Likewise.
46775         * conform/data/stdio.h-data: Likewise.
46776         * conform/data/stdlib.h-data: Likewise.
46777         * conform/data/stropts.h-data: Likewise.
46778         * conform/data/sys/mman.h-data: Likewise.
46779         * conform/data/sys/stat.h-data: Likewise.
46780         * conform/data/sys/types.h-data: Likewise.
46781         * conform/data/sys/wait.h-data: Likewise.
46782         * conform/data/time.h-data: Likewise.
46783         * conform/data/unistd.h-data: Likewise.
46784         * conform/data/utime.h-data: Likewise.
46785
46786         * io/sys/stat.h: fchmod was always in POSIX.
46787         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46788         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46789         * rt/aio.h: Define __need_timespec before including <time.h>.
46790         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46791         struct.  Add forward declaration of pthread_attr_t and use it in
46792         sigevent.
46793         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46794         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46795         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46796         always remove CLK_TCK definition.
46797
46798 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46799
46800         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46801
46802 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46803
46804         * conform/run-conformtest.sh: New file.
46805         * conform/Makefile: Run run-conformtest for tests.
46806         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46807         support.
46808
46809         * conform/data/uchar.h-data: New file.
46810         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46811         * conform/data/arpa/inet.h-data: Likewise.
46812         * conform/data/assert.h-data: Likewise.
46813         * conform/data/complex.h-data: Likewise.
46814         * conform/data/cpio.h-data: Likewise.
46815         * conform/data/ctype.h-data: Likewise.
46816         * conform/data/dirent.h-data: Likewise.
46817         * conform/data/dlfcn.h-data: Likewise.
46818         * conform/data/errno.h-data: Likewise.
46819         * conform/data/fcntl.h-data: Likewise.
46820         * conform/data/float.h-data: Likewise.
46821         * conform/data/fmtmsg.h-data: Likewise.
46822         * conform/data/fnmatch.h-data: Likewise.
46823         * conform/data/ftw.h-data: Likewise.
46824         * conform/data/glob.h-data: Likewise.
46825         * conform/data/grp.h-data: Likewise.
46826         * conform/data/iconv.h-data: Likewise.
46827         * conform/data/inttypes.h-data: Likewise.
46828         * conform/data/langinfo.h-data: Likewise.
46829         * conform/data/libgen.h-data: Likewise.
46830         * conform/data/limits.h-data: Likewise.
46831         * conform/data/locale.h-data: Likewise.
46832         * conform/data/math.h-data: Likewise.
46833         * conform/data/monetary.h-data: Likewise.
46834         * conform/data/mqueue.h-data: Likewise.
46835         * conform/data/ndbm.h-data: Likewise.
46836         * conform/data/net/if.h-data: Likewise.
46837         * conform/data/netdb.h-data: Likewise.
46838         * conform/data/netinet/in.h-data: Likewise.
46839         * conform/data/nl_types.h-data: Likewise.
46840         * conform/data/poll.h-data: Likewise.
46841         * conform/data/pthread.h-data: Likewise.
46842         * conform/data/pwd.h-data: Likewise.
46843         * conform/data/regex.h-data: Likewise.
46844         * conform/data/sched.h-data: Likewise.
46845         * conform/data/search.h-data: Likewise.
46846         * conform/data/semaphore.h-data: Likewise.
46847         * conform/data/setjmp.h-data: Likewise.
46848         * conform/data/signal.h-data: Likewise.
46849         * conform/data/spawn.h-data: Likewise.
46850         * conform/data/stdarg.h-data: Likewise.
46851         * conform/data/stdio.h-data: Likewise.
46852         * conform/data/stdlib.h-data: Likewise.
46853         * conform/data/string.h-data: Likewise.
46854         * conform/data/strings.h-data: Likewise.
46855         * conform/data/stropts.h-data: Likewise.
46856         * conform/data/sys/ipc.h-data: Likewise.
46857         * conform/data/sys/mman.h-data: Likewise.
46858         * conform/data/sys/msg.h-data: Likewise.
46859         * conform/data/sys/resource.h-data: Likewise.
46860         * conform/data/sys/select.h-data: Likewise.
46861         * conform/data/sys/sem.h-data: Likewise.
46862         * conform/data/sys/shm.h-data: Likewise.
46863         * conform/data/sys/socket.h-data: Likewise.
46864         * conform/data/sys/stat.h-data: Likewise.
46865         * conform/data/sys/statvfs.h-data: Likewise.
46866         * conform/data/sys/time.h-data: Likewise.
46867         * conform/data/sys/timeb.h-data: Likewise.
46868         * conform/data/sys/times.h-data: Likewise.
46869         * conform/data/sys/types.h-data: Likewise.
46870         * conform/data/sys/uio.h-data: Likewise.
46871         * conform/data/sys/un.h-data: Likewise.
46872         * conform/data/sys/utsname.h-data: Likewise.
46873         * conform/data/sys/wait.h-data: Likewise.
46874         * conform/data/syslog.h-data: Likewise.
46875         * conform/data/tar.h-data: Likewise.
46876         * conform/data/termios.h-data: Likewise.
46877         * conform/data/utime.h-data: Likewise.
46878         * conform/data/utmpx.h-data: Likewise.
46879         * conform/data/varargs.h-data: Likewise.
46880         * conform/data/wchar.h-data: Likewise.
46881         * conform/data/wctype.h-data: Likewise.
46882         * conform/data/wordexp.h-data: Likewise.
46883
46884         * include/stropts.h: New file.
46885         * include/uchar.h: New file.
46886         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46887         * include/assert.h: Likewise.
46888         * include/ctype.h: Likewise.
46889         * include/dirent.h: Likewise.
46890         * include/dlfcn.h: Likewise.
46891         * include/fcntl.h: Likewise.
46892         * include/fnmatch.h: Likewise.
46893         * include/glob.h: Likewise.
46894         * include/grp.h: Likewise.
46895         * include/libio.h: Likewise.
46896         * include/locale.h: Likewise.
46897         * include/math.h: Likewise.
46898         * include/net/if.h: Likewise.
46899         * include/netdb.h: Likewise.
46900         * include/netinet/in.h: Likewise.
46901         * include/pthread.h: Likewise.
46902         * include/pwd.h: Likewise.
46903         * include/regex.h: Likewise.
46904         * include/sched.h: Likewise.
46905         * include/search.h: Likewise.
46906         * include/setjmp.h: Likewise.
46907         * include/signal.h: Likewise.
46908         * include/stdio.h: Likewise.
46909         * include/stdlib.h: Likewise.
46910         * include/string.h: Likewise.
46911         * include/sys/cdefs.h: Likewise.
46912         * include/sys/mman.h: Likewise.
46913         * include/sys/msg.h: Likewise.
46914         * include/sys/resource.h: Likewise.
46915         * include/sys/select.h: Likewise.
46916         * include/sys/socket.h: Likewise.
46917         * include/sys/stat.h: Likewise.
46918         * include/sys/statvfs.h: Likewise.
46919         * include/sys/time.h: Likewise.
46920         * include/sys/times.h: Likewise.
46921         * include/sys/uio.h: Likewise.
46922         * include/sys/utsname.h: Likewise.
46923         * include/sys/wait.h: Likewise.
46924         * include/termios.h: Likewise.
46925         * include/time.h: Likewise.
46926         * include/ulimit.h: Likewise.
46927         * include/unistd.h: Likewise.
46928         * include/utime.h: Likewise.
46929         * include/wchar.h: Likewise.
46930         * include/wctype.h: Likewise.
46931         * include/wordexp.h: Likewise.
46932
46933         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46934
46935         * time/time.h: TIME_UTC must be a macro.
46936         Make timespec_get available for ISO C11 only as well.
46937
46938 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46939
46940         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46941         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46942
46943 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46944
46945         * configure.in: Use -o not -a in test for unsupported multi-arch.
46946
46947 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46948
46949         * manual/texinfo.tex: Update to version 2012-01-19.16.
46950
46951 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46952
46953         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46954
46955 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46956
46957         [BZ #13738]
46958         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46959         * manual/fdl-1.3.texi: New file.
46960         * manual/fdl-1.1.texi: File removed.
46961
46962         [BZ #13738]
46963         * manual/libc.texinfo (FDL_VERSION): New @set.
46964         Use it for mention of FDL in cover text.
46965         (Documentation License): Use it in @include file name.
46966
46967 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46968             Roland McGrath  <roland@hack.frob.com>
46969
46970         [BZ #5461]
46971         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46972         (not LONG_LONG_MAX and LONG_LONG_MIN.
46973         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46974         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46975         name.
46976         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46977
46978 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46979
46980         [BZ #2547]
46981         [BZ #11365]
46982         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46983         manipulate bits before adding and subtracting TWO23[sx].
46984         * math/libm-test.inc (nearbyint_test): Add more tests.
46985
46986 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46987
46988         [BZ #2548]
46989         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46990         bits before adding and subtracting TWO23[sx].
46991         * math/libm-test.inc (rint_test): Add more tests.
46992         (rint_test_tonearest): Likewise.
46993         (rint_test_towardzero): Likewise.
46994         (rint_test_downward): Likewise.
46995         (rint_test_upward: Likewise.
46996
46997 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46998
46999         [BZ #10110]
47000         * include/stdc-predef.h: New file.  Extracted from features.h.
47001         * include/features.h: Include stdc-predef.h.
47002         * Makefile (headers): Add stdc-predef.h.
47003         * CONFORMANCE (Compiler limitations): Update.
47004
47005 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47006
47007         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47008
47009 2012-02-21  David S. Miller  <davem@davemloft.net>
47010
47011         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47012         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47013
47014 2012-02-20  David S. Miller  <davem@davemloft.net>
47015
47016         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47017         using a normal save/restore sequence, rather than allocating a
47018         dummy stack frame just to store a frame pointer and restore.
47019         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47020
47021 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47022
47023         * manual/install.texi: Fix stray word in line-wrapped comment.
47024
47025 2012-02-20  David S. Miller  <davem@davemloft.net>
47026
47027         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47028         both binutils and gcc support GOTDATA.
47029
47030         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47031         "rd %pc" in the PIC register setup sequences.
47032
47033         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47034         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47035         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47036         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47037         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47038         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47039         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47040         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47041         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47042         (SYSCALL_ERROR_HANDLER): Likewise.
47043         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47044         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47045         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47046         (SYSCALL_ERROR_HANDLER): Likewise.
47047
47048         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47049         (HAVE_GCC_GOTDATA): New.
47050         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47051         relocation support in both binutils and gcc.
47052         * sysdeps/sparc/elf/configure: Regenerate.
47053
47054         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47055         * sysdeps/sparc/sparc32/elf/configure: Delete.
47056         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47057         * sysdeps/sparc/sparc64/elf/configure: Delete.
47058         * sysdeps/sparc/elf/configure.in: New file.
47059         * sysdeps/sparc/elf/configure: Generate.
47060
47061         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47062         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47063         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47064         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47065         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47066
47067 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47068
47069         * manual/install.texi: Do not mention specific glibc version
47070         numbers.
47071         * manual/libc.texinfo (VERSION, UPDATED): Update.
47072         (@copying): Use @copyright{} and range of years.
47073
47074 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47075
47076         [BZ #13695]
47077         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47078         [crti.S not in sysdirs] (generated): Do not append.
47079         [crti.S not in sysdirs] (omit-deps): Likewise.
47080         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47081         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47082         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47083         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47084         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47085         Likewise.
47086         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47087         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47088         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47089         * csu/defs.awk: Remove file.
47090         * sysdeps/generic/initfini.c: Likewise.
47091         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47092         variable.
47093         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47094         Likewise.
47095
47096 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47097
47098         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47099         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47100         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47101         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47102         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47103         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47104         <bits/epoll.h>.
47105         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47106         (__EPOLL_PACKED): Define to empty if not defined by
47107         <bits/epoll.h>.
47108         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47109         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47110         bits/epoll.h.
47111
47112 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47113
47114         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47115         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47116         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47117         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47118         <bits/timerfd.h>.
47119         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47120         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47121         bits/timerfd.h.
47122
47123 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47124
47125         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47126         in C locale.
47127         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47128         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47129         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47131
47132 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47133
47134         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47135         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47136
47137 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47138
47139         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47140         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47141         defined.
47142         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47143         Likewise.
47144         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47145         entry for 2.16.
47146
47147 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47148
47149         * math/w_acos.c: Use non-signaling floating-point comparisons.
47150         * math/w_acosf.c: Likewise.
47151         * math/w_acosh.c: Likewise.
47152         * math/w_acoshf.c: Likewise.
47153         * math/w_acoshl.c: Likewise.
47154         * math/w_acosl.c: Likewise.
47155         * math/w_asin.c: Likewise.
47156         * math/w_asinf.c: Likewise.
47157         * math/w_asinl.c: Likewise.
47158         * math/w_atanh.c: Likewise.
47159         * math/w_atanhf.c: Likewise.
47160         * math/w_atanhl.c: Likewise.
47161         * math/w_exp2.c: Likewise.
47162         * math/w_exp2f.c: Likewise.
47163         * math/w_exp2l.c: Likewise.
47164         * math/w_j0.c: Likewise.
47165         * math/w_j0f.c: Likewise.
47166         * math/w_j0l.c: Likewise.
47167         * math/w_j1.c: Likewise.
47168         * math/w_j1f.c: Likewise.
47169         * math/w_j1l.c: Likewise.
47170         * math/w_jn.c: Likewise.
47171         * math/w_jnf.c: Likewise.
47172         * math/w_log.c: Likewise.
47173         * math/w_log10.c: Likewise.
47174         * math/w_log10f.c: Likewise.
47175         * math/w_log10l.c: Likewise.
47176         * math/w_log2.c: Likewise.
47177         * math/w_log2f.c: Likewise.
47178         * math/w_log2l.c: Likewise.
47179         * math/w_logf.c: Likewise.
47180         * math/w_logl.c: Likewise.
47181         * math/w_sqrt.c: Likewise.
47182         * math/w_sqrtf.c: Likewise.
47183         * math/w_sqrtl.c: Likewise.
47184         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47185         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47186         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47187         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47188         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47189
47190 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47191
47192         [BZ #9739]
47193         * manual/string.texi (strnlen): Use correct parameter name in
47194         equivalent expression.
47195
47196 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47197
47198         [BZ #11174]
47199         * manual/users.texi (seteuid): Consistently use neweuid for
47200         argument name.
47201
47202 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47203
47204         [BZ #13704]
47205         * manual/nss.texi (Services in the NSS configuration): Correct
47206         list of services in example configuration file.
47207
47208 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
47209
47210         [BZ #11322]
47211         * manual/arith.texi: Remove statements about negative zero
47212         behaving identically to zero.
47213
47214 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47215
47216         [BZ #5993]
47217         * manual/install.texi: Do not document upgrading from libc5.
47218
47219 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47220
47221         [BZ #4596]
47222         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
47223
47224 2012-02-18  David S. Miller  <davem@davemloft.net>
47225
47226         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
47227         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
47228         %o7 across the call.
47229         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
47230         instead.
47231         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
47232         SETUP_PIC_REG_LEAF.
47233         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47234         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
47235         * sysdeps/sparc/crtn.S: Likewise.
47236
47237 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
47238
47239         * aout/Makefile: Remove.
47240
47241 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
47242
47243         [BZ #13058]
47244         * manual/examples/argp-ex1.c (main): Format definition in GNU
47245         style.
47246         * manual/examples/argp-ex2.c (main): Likewise.
47247         * manual/examples/argp-ex3.c (main): Likewise.
47248         * manual/examples/argp-ex4.c (main): Likewise.
47249         * manual/examples/longopt.c (main): Use new-style prototype
47250         definition.
47251         * manual/examples/strncat.c (main): Specify return type and use
47252         (void) for arguments.
47253         * manual/examples/subopt.c (main): Use char **argv argument.
47254
47255 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47256
47257         [BZ #5077]
47258         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
47259         rounding modes.
47260
47261 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
47262
47263         [BZ #6907]
47264         * manual/string.texi (strchr): Change when strchrnul is
47265         recommended.
47266
47267 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
47268
47269         [BZ #174]
47270         * manual/locale.texi (setlocale): Document LOCPATH.
47271
47272 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47273
47274         [BZ #10210]
47275         * manual/process.texi (execle): Move @dots{} before last argument.
47276
47277 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
47278
47279         [BZ #12047]
47280         * manual/charset.texi (Generic Charset Conversion): Fix typo
47281         (LC_TYPE -> LC_CTYPE).
47282
47283 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
47284
47285         [BZ #5805]
47286         * manual/arith.texi (scalbn): Use @var{} on parameter names.
47287         (scalbnf): Likewise.
47288         (scalbnl): Likewise.
47289         (scalbln): Likewise.
47290         (scalblnf): Likewise.
47291         (scalblnl): Likewise.
47292         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
47293         (vwarnx): Likewise.
47294         (verr): Likewise.
47295         (verrx): Likewise.
47296         * manual/filesys.texi (telldir): Use braces around return type.
47297         * manual/llio.texi (mmap): Add space after comma.
47298         (mmap64): Likewise.
47299         * manual/math.texi (jn): Use @var{} on parameter names.
47300         (jnf): Likewise.
47301         (jnl): Likewise.
47302         (yn): Likewise.
47303         (ynf): Likewise.
47304         (ynl): Likewise.
47305         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
47306         line.
47307         * manual/resource.texi (ulimit): Use @dots{} instead of literal
47308         "...".
47309         (sched_get_priority_min): Remove semicolon on @deftypefun line.
47310         (sched_get_priority_max): Likewise.
47311         * manual/signal.texi (sigvec): Add space after comma.
47312         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
47313         names.
47314         (if_indextoname): Likewise.
47315         (if_freenameindex): Likewise.
47316         (sendto): Use ',' instead of '.' in prototype.
47317         * manual/startup.texi (syscall): Use @dots{} instead of literal
47318         "...".
47319         * manual/stdio.texi (__fpending): Separate initial words of
47320         paragraph from @deftypefun line.
47321         * manual/syslog.texi (syslog): Use @dots{} instead of literal
47322         "...".
47323         (vsyslog): Use @var{} on parameter names.
47324         * manual/terminal.texi (stty): Use @var{} on parameter names.
47325         * manual/users.texi (getutmp): Use @var{} on parameter names.
47326         (getutmpx): Likewise.
47327
47328 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47329
47330         [BZ #6884]
47331         * manual/stdio.texi (fopen): Fix typos in description of
47332         ",ccs=STRING".
47333
47334 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
47335
47336         [BZ #4026]
47337         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
47338         get clock_id definition.
47339
47340 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
47341
47342         [BZ #4822]
47343         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
47344         (madvise): Cast every argument to void on its own.
47345
47346 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47347
47348         [BZ #9902]
47349         * manual/startup.texi (Exit Status): Fix typo.
47350
47351 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47352
47353         [BZ #10140]
47354         * manual/examples/argp-ex1.c: Include <stdlib.h>.
47355         * manual/examples/argp-ex2.c: Likewise.
47356         * manual/examples/argp-ex3.c: Likewise.
47357
47358 2012-02-16  Richard Henderson  <rth@redhat.com>
47359
47360         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
47361         * sysdeps/s390/s390-32/initfini.c: Remove.
47362         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
47363         * sysdeps/s390/s390-64/initfini.c: Remove.
47364
47365 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
47366
47367         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
47368         compiler output for sysdeps/generic/initfini.c.
47369         * sysdeps/sh/elf/initfini.c: Remove file.
47370
47371 2012-02-16  David S. Miller  <davem@davemloft.net>
47372
47373         [BZ #11494]
47374         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
47375
47376         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
47377         * sysdeps/sparc/crti.S: New file.
47378         * sysdeps/sparc/crtn.S: New file.
47379         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
47380         * sysdeps/sparc/sparc64/Makefile: Likewise.
47381
47382 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
47383
47384         [BZ #3335]
47385         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
47386
47387 2012-02-15  Roland McGrath  <roland@hack.frob.com>
47388
47389         [BZ #4822]
47390         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
47391
47392         * mach/devstream.c (cookie_io_functions_t): Macro removed.
47393         (write, read, close): Likewise.
47394         Patch by Aurelien Jarno <aurelien@aurel32.net>.
47395
47396 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
47397
47398         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
47399         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
47400         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
47401         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
47402         <bits/signalfd.h>.
47403         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
47404         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47405         bits/signalfd.h.
47406
47407 2012-02-14  Marek Polacek  <polacek@redhat.com>
47408
47409         * sysdeps/x86_64/crti.S: New file.
47410         * sysdeps/x86_64/crtn.S: New file.
47411         * sysdeps/x86_64/elf/initfini.c: Remove file.
47412
47413 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
47414
47415         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
47416         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
47417         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
47418         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
47419         <bits/inotify.h>.
47420         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
47421         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47422         bits/inotify.h.
47423
47424 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
47425
47426         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
47427         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
47428         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
47429         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
47430         <bits/eventfd.h>.
47431         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
47432         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47433         bits/eventfd.h.
47434
47435 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
47436
47437         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
47438         __feraiseexcept instead of feraiseexcept.
47439
47440         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
47441         nanosleep invocations.
47442         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
47443         strings, and add error checking for a nanosleep invocations.
47444
47445 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
47446
47447         Replace FSF snail mail address with URLs, as per GNU coding standards.
47448         Most of the snail mail addresses were wrong anyway, and omitting
47449         them makes the source code easier to maintain.  Almost all of the
47450         changes are to license notices and to locale LC_IDENTIFICATION
47451         addresses, except for this one:
47452         * manual/libc.texinfo: In "Published by", give the FSF's URL,
47453         not its snail mail address.
47454
47455 2012-02-09  Richard Henderson  <rth@twiddle.net>
47456
47457         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
47458         of kernel-features.h.
47459
47460         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
47461
47462 2012-02-08  Marek Polacek  <polacek@redhat.com>
47463
47464         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
47465         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
47466         * sysdeps/gnu/_G_config.h: Likewise.
47467         * sysdeps/generic/_G_config.h: Likewise.
47468
47469 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
47470
47471         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
47472         tests.
47473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47474
47475         * sysdeps/powerpc/powerpc32/crti.S: New file.
47476         * sysdeps/powerpc/powerpc32/crtn.S: New file.
47477         * sysdeps/powerpc/powerpc64/crti.S: New file.
47478         * sysdeps/powerpc/powerpc64/crtn.S: New file.
47479
47480         * Makeconfig (have-initfini): Don't set.
47481         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
47482         * configure.in (nopic_initfini): Don't substitute.
47483         * config.h.in (HAVE_INITFINI): Don't #undef.
47484         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
47485         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
47486
47487 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
47488
47489         Support crti.S and crtn.S provided directly by architectures.
47490         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
47491         [crti.S in sysdirs] (omit-deps): Likewise.
47492         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
47493         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
47494         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
47495         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
47496         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
47497         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
47498         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
47499         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
47500         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
47501         compiler output for sysdeps/generic/initfini.c.
47502         * sysdeps/i386/elf/Makefile: Remove file.
47503         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
47504
47505 2012-02-07  Marek Polacek  <polacek@redhat.com>
47506
47507         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
47508         * sysdeps/gnu/_G_config.h: Likewise.
47509         * sysdeps/mach/hurd/_G_config.h: Likewise.
47510
47511 2012-02-07  Marek Polacek  <polacek@redhat.com>
47512
47513         * math/Makefile (tests): Add tst-CMPLX2.
47514         * math/tst-CMPLX2.c: New file.
47515
47516 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
47517
47518         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47519
47520         * math/libm-test.inc (jn_test): Add missing L suffix.
47521
47522 2012-02-06  Marek Polacek  <polacek@redhat.com>
47523
47524         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
47525         * sysdeps/i386/fpu/e_powf.S: Likewise.
47526         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
47527         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47528         * sysdeps/i386/fpu/e_acosh.S: Likewise.
47529         * sysdeps/i386/fpu/e_pow.S: Likewise.
47530         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
47531         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
47532         * sysdeps/i386/fpu/s_expm1.S: Likewise.
47533         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
47534         * sysdeps/i386/fpu/e_log2.S: Likewise.
47535         * sysdeps/i386/fpu/e_log2l.S: Likewise.
47536         * sysdeps/i386/fpu/e_scalb.S: Likewise.
47537         * sysdeps/i386/fpu/e_powl.S: Likewise.
47538         * sysdeps/i386/fpu/s_log1p.S: Likewise.
47539         * sysdeps/i386/fpu/e_log10f.S: Likewise.
47540         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
47541         * sysdeps/i386/fpu/e_logl.S: Likewise.
47542         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
47543         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
47544         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
47545         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
47546         * sysdeps/i386/fpu/e_log2f.S: Likewise.
47547         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
47548         * sysdeps/i386/fpu/e_log.S: Likewise.
47549         * sysdeps/i386/fpu/s_cexp.S: Likewise.
47550         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
47551         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
47552         * sysdeps/i386/fpu/e_logf.S: Likewise.
47553         * sysdeps/i386/fpu/e_log10l.S: Likewise.
47554         * sysdeps/i386/fpu/e_atanh.S: Likewise.
47555         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
47556         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
47557         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47558         * sysdeps/i386/fpu/e_log10.S: Likewise.
47559         * sysdeps/i386/fpu/s_frexp.S: Likewise.
47560         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
47561         * sysdeps/i386/fpu/s_asinh.S: Likewise.
47562         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
47563         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
47564         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
47565         * sysdeps/i386/asm-syntax.h: Likewise.
47566         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
47567         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47568         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
47569         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
47570         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
47571         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
47572         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
47573         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
47574         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
47575         * sysdeps/powerpc/sysdep.h: Likewise.
47576         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
47577         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
47578
47579 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47580
47581         [BZ #411]
47582         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
47583
47584 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47585
47586         * sysdeps/i386/sysdep.h: Include <features.h>.
47587         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
47588         version.
47589
47590 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
47591
47592         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
47593         Define.
47594         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
47595         LOAD_PIC_REG_STR.
47596
47597 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47598
47599         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
47600         (SETUP_PIC_REG): Use GET_PC_THUNK.
47601         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
47602         macro.
47603
47604 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47605
47606         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
47607         for non-PIC compilation.
47608         (SETUP_PIC_REG): Add .p2align directive.
47609         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
47610         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
47611         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
47612         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
47613         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
47614         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
47615         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
47616         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47617         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
47618         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
47619         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
47620         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
47621         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
47622         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
47623         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
47624         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
47625         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
47626         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
47627         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
47628         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
47629         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
47630         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
47631         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
47632         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
47633         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
47634         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
47635         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47636         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
47637         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
47638         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
47639         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
47640         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47641         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
47642         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
47643         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
47644         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
47645         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
47646         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
47647         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
47648         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
47649         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
47650
47651 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47652
47653         * math/tst-CMPLX.c: Include <stdio.h>.
47654
47655 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
47656
47657         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
47658         float.
47659         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47660         * sysdeps/sparc/bits/mathdef.h: Likewise.
47661
47662 2012-01-31  Marek Polacek  <polacek@redhat.com>
47663
47664         * libio/libio.h: Don't define _PARAMS.
47665         * locale/programs/config.h: Don't define PARAMS.
47666         * stdlib/strtol_l.c: Likewise.
47667         (__strtol_l): Remove PARAMS from the prototype.
47668
47669 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
47670
47671         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
47672         names.  Just use the correct names.  Remove unnecessary wrapper
47673         functions.
47674         * malloc/arena.c: Likewise.
47675         * malloc/hooks.c: Likewise.
47676
47677         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
47678         ARENA_TEST says not to.  Simplify test for creation of a new arena.
47679         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
47680
47681 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
47682
47683         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
47684         into tail calls.
47685         (update_get_addr): New function.
47686         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
47687         GET_ADDR_MODULE parameter.
47688
47689 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47690
47691         * crypt/cert.c: Remove __STDC__ conditionals.
47692         * crypt/crypt-entry.c: Likewise.
47693         * crypt/crypt_util.c: Likewise.
47694         * libio/filedoalloc.c: Likewise.
47695         * libio/fileops.c: Likewise.
47696         * libio/genops.c: Likewise.
47697         * libio/iofclose.c: Likewise.
47698         * libio/iofdopen.c: Likewise.
47699         * libio/iofopen.c: Likewise.
47700         * libio/iofopen64.c: Likewise.
47701         * libio/iogetdelim.c: Likewise.
47702         * libio/iopopen.c: Likewise.
47703         * libio/obprintf.c: Likewise.
47704         * libio/oldfileops.c: Likewise.
47705         * libio/oldiofclose.c: Likewise.
47706         * libio/oldiofdopen.c: Likewise.
47707         * libio/oldiofopen.c: Likewise.
47708         * libio/oldiopopen.c: Likewise.
47709         * libio/wfiledoalloc.c: Likewise.
47710         * libio/wgenops.c: Likewise.
47711         * locale/programs/xmalloc.c: Likewise.
47712         * misc/syslog.c: Likewise.
47713         * stdio-common/xbug.c: Likewise.
47714         * string/memchr.c: Likewise.
47715         * string/memcmp.c: Likewise.
47716         * string/memrchr.c: Likewise.
47717         * string/rawmemchr.c: Likewise.
47718         * sysdeps/posix/getcwd.c: Likewise.
47719         * time/strftime_l.c: Likewise.
47720
47721 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47722
47723         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
47724         * config.make.in (config-cflags-sse2avx): Define.
47725         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
47726         Fix typo.
47727
47728 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
47729
47730         * scripts/config.guess: Update from upstream config git repository.
47731         * scripts/config.sub: Likewise.
47732
47733 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
47734
47735         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
47736         (EM_NUM): Update.
47737         (R_TILEPRO_*, R_TILEGX_*): New macros.
47738
47739         * scripts/firstversions.awk: Fix bug in version range handling.
47740
47741         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47742
47743         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47744
47745         * include/sys/epoll.h: New file.
47746         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47747         libc_hidden_def.
47748
47749 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47750
47751         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47752         Avoid unnecessary __WORDSIZE == 64 test.
47753         (fmaxf): Use VEX format if possible.
47754         (fmax): Likewise.
47755         (fminf): Likewise.
47756         (fmin): Likewise.
47757
47758         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47759         * math/math_private.h: Remove libc_fegetround* and
47760         libc_fesetround*.
47761         * sysdeps/i386/configure.in: Check for -msse2avx.
47762         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47763         also if SSE2AVX is defined.
47764         Remove libc_fegetround* and libc_fesetround*.
47765         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47766         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47767         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47768         of HAS_YMM_USABLE.
47769         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47770         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47771         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47772         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47773         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47774
47775         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47776
47777 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47778
47779         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47780         size is not set.
47781         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47782
47783 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47784
47785         [BZ #13618]
47786         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47787         relocation.
47788         * Makeconfig (libm): Define.
47789         * elf/Makefile: Add rules to build and run tst-relsort1.
47790         * elf/tst-relsort1.c: New file.
47791         * elf/tst-relsort1mod1.c: New file.
47792         * elf/tst-relsort1mod2.c: New file.
47793
47794 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47795
47796         * math/s_ldexp.c: Remove __STDC__ conditionals.
47797         * math/s_ldexpf.c: Likewise.
47798         * math/s_ldexpl.c: Likewise.
47799         * math/s_nextafter.c: Likewise.
47800         * math/s_nexttowardf.c: Likewise.
47801         * math/s_significand.c: Likewise.
47802         * math/s_significandf.c: Likewise.
47803         * math/s_significandl.c: Likewise.
47804         * math/w_jnl.c: Likewise.
47805         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47806         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47807         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47808         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47809         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47810         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47811         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47812         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47813         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47814         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47815         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47816         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47817         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47818         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47819         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47820         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47821         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47822         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47823         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47824         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47825         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47826         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47827         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47828         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47829         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47830         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47831         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47832         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47833         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47834         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47835         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47836         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47837         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47838         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47839         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47840         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47841         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47842         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47843         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47844         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47845         * sysdeps/ieee754/k_standard.c: Likewise.
47846         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47847         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47848         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47849         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47850         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47851         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47852         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47853         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47854         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47855         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47856         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47857         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47858         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47859         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47860         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47861         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47862         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47863         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47864         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47865         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47866         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47867         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47868         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47869         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47870         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47871         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47872         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47873         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47874         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47875         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47876         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47877         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47878         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47879         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47880         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47881         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47882         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47883         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47884         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47885         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47886         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47887         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47888         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47889         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47890         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47891         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47892         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47893         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47894         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47895         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47896         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47897         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47898         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47899         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47900         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47901         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47902         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47903         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47904         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47906         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47907         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47908         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47909         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47910         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47911         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47912         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47913         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47914         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47915         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47916         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47917         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47919         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47920         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47921         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47922         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47923         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47924         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47925         * sysdeps/ieee754/s_matherr.c: Likewise.
47926         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47927         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47928         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47929         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47930
47931 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47932
47933         * crypt/md5.h: Remove __STDC__ conditionals.
47934         * libio/libioP.h: Likewise.
47935         * locale/programs/config.h: Likewise.
47936         * sysdeps/generic/sysdep.h: Likewise.
47937         * sysdeps/i386/asm-syntax.h: Likewise.
47938         * sysdeps/s390/asm-syntax.h: Likewise.
47939         * sysdeps/unix/sysdep.h: Likewise.
47940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47942
47943 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47944
47945         * libio/libio.h: Remove __STDC__ conditionals.
47946         * malloc/obstack.h: Likewise.
47947         * math/complex.h: Likewise.
47948         * math/math.h: Likewise.
47949         * sysdeps/generic/_G_config.h: Likewise.
47950         * sysdeps/gnu/_G_config.h: Likewise.
47951         * sysdeps/mach/hurd/_G_config.h: Likewise.
47952         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47953         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47954         * sysdeps/sparc/bits/mathdef.h: Likewise.
47955
47956 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47957
47958         [BZ #13583]
47959         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47960         Clean up HAS_* macros.
47961         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47962         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47963         possible.
47964         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47965         HAS_AVX.
47966         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47967         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47968         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47969         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47970         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47971
47972 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47973
47974         * elf/tst-unique3.cc (gets): Remove declaration.
47975         * elf/tst-unique3lib.cc (gets): Likewise.
47976         * elf/tst-unique3lib2.cc (gets): Likewise.
47977         * elf/tst-unique4.cc (gets): Likewise.
47978
47979 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47980
47981         * include/stdio.h: Add C++ protection.  Add gets declarations and
47982         definitions.
47983         * debug/tst-chk1.c: Don't declare gets here.
47984         * stdio-common/tst-gets.c: Likewise.
47985
47986 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47987
47988         * posix/glob: Remove directory.
47989
47990 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47991
47992         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47993
47994 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47995
47996         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47997         of the non-standard EPFNOSUPPORT.
47998
47999 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48000
48001         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48002         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48003         ANYWHERE set to 1 only on KERN_NO_SPACE error.
48004
48005 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48006
48007         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48008
48009 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48010
48011         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48012         transient errors.
48013         * nscd/grpcache.c (cache_addgr): Likewise.
48014         * nscd/hstcache.c (cache_addhst): Likewise.
48015         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48016         * nscd/pwdcache.c (cache_addpw): Likewise.
48017         * nscd/servicescache.c (cache_addserv): Likewise.
48018
48019 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48020
48021         * malloc/malloc.c: Various cleanups.
48022         * malloc/hooks.c: Likewise.
48023
48024         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48025         * stdlib/bug-fmtmsg1.c: New file.
48026
48027         * stdlib/fmtmsg.c (init): Add missing unlock.
48028         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48029
48030 2012-01-12  Marek Polacek  <polacek@redhat.com>
48031
48032         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48033         and _GNU_SOURCE.
48034
48035 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48036
48037         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48038         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48039         macro to ensure uniqueness of label name.
48040         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48041         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48042
48043 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48044
48045         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48046
48047         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48048         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48049         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48050         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48051
48052 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48053
48054         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48055
48056         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48057         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48058         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48059
48060         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48061
48062         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48063         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48064         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48065         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48066
48067         * math/bits/math-finite.h: Add ldexp support.
48068
48069 2012-01-10  Marek Polacek  <polacek@redhat.com>
48070
48071         * locale/programs/localedef.h (show_archive_content): Add noreturn
48072         attribute.
48073
48074 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48075
48076         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48077
48078 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48079
48080         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48081
48082         * io/Makefile (headers): Add bits/poll2.h.
48083
48084 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48085
48086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48087         typo #include statement.
48088
48089 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48090
48091         * include/sys/cdefs.h: Define __attribute_alloc_size.
48092         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48093         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48094         * elf/pldd.c: Likewise.
48095         * iconv/iconv_charmap.c: Likewise.
48096         * iconv/iconvconfig.c: Likewise.
48097         * iconv/strtab.c: Likewise.
48098         * locale/programs/locale.c: Likewise.
48099         * locale/programs/localedef.h: Likewise.
48100         * locale/programs/simple-hash.c: Likewise.
48101         * nscd/nscd.h: Likewise.
48102         * nss/makedb.c: Likewise.
48103         * sysdeps/generic/ldconfig.h: Likewise.
48104         * locale/programs/localedef.c: Remove xmalloc prototype.
48105         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48106
48107 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48108
48109         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48110         appropriate.
48111
48112 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48113
48114         * math/Makefile (tests): Add tst-CMPLX.
48115         * math/tst-CMPLX.c: New file.
48116
48117         * math/complex.h (CMPLXL): Fix typo.
48118
48119         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48120         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48121         GLIBC_2.16.
48122         * debug/tst-chk1.c: Add poll and ppoll tests.
48123         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48124         * include/sys/poll.h: Add hidden proto for ppoll.
48125         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48126         * sysdeps/mach/hurd/ppoll.c: Likewise.
48127         * io/ppoll.c: Likewise.
48128         * debug/poll_chk.c: New file.
48129         * debug/ppoll_chk.c: New file.
48130         * include/bits/poll2.h: New file.
48131         * io/bits/poll2.h: New file.
48132
48133         [BZ #1350]
48134         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48135
48136         * configure.in: static is always set to yes.  Remove.
48137         * config.make.in: Don't set build-static.
48138         * Makeconfig: Remove use of build-static.
48139         * dlfcn/Makefile: Likewise.
48140         * elf/Makefile: Likewise.
48141         * math/Makefile: Likewise.
48142         * misc/Makefile: Likewise.
48143         * nptl/Makefile: Likewise.
48144         * sysdeps/mach/hurd/Makefile: Likewise.
48145
48146         * configure.in: PWD_P is not used anymore.
48147         * config.make.in: Remove PWD_P entry.
48148
48149         * configure.in: Remove last remnants of RANLIB.
48150         No need to check for signed size_t anymore.
48151         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48152         and IA-64.
48153         Remove __builtin_expect test because we require at least gcc 3.4.
48154         * aclocal.m4: Likewise.
48155
48156         * wcsmbs/mbrtoc16.c: Implement using towc function.
48157         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48158         * wcsmbs/wcsmbsload.c: Likewise.
48159         * iconv/gconv_simple.c: Likewise.
48160         * iconv/gconv_int.h: Likewise.
48161         * iconv/gconv_builtin.h: Likewise.
48162         * iconv/iconv_prog.c: Remove CHAR16 handling.
48163
48164         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48165
48166         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48167
48168         * configure.in: Remove --with-elf and --enable-bounded options.
48169         Dont set base_machine for ia64.  More non-ELF conditions removed.
48170         Remove testing and setting of leading underscore information.
48171         * config.make.in (build-bounded): Set to no.
48172         * config.h.in: Remove NO_UNDERSCORES entry.
48173         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48174         them.
48175         * csu/start.c: Remove !NO_UNDERSCORE code.
48176         * locale/localeinfo.h: Likewise.
48177         * sysdeps/generic/machine-gmon.h: Likewise.
48178         * sysdeps/generic/sysdep.h: Likewise.
48179         * sysdeps/i386/sysdep.h: Likewise.
48180         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48181         * sysdeps/mach/sysdep.h: Likewise.
48182         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48183         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48184         * sysdeps/sh/sysdep.h: Likewise.
48185         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48186         * sysdeps/unix/i386/sysdep.S: Likewise.
48187         * sysdeps/unix/sparc/start.c: Likewise.
48188         * sysdeps/unix/sparc/sysdep.S: Likewise.
48189         * sysdeps/unix/sparc/sysdep.h: Likewise.
48190         * sysdeps/unix/start.c: Likewise.
48191         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48192         * sysdeps/x86_64/sysdep.h: Likewise.
48193
48194 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48195
48196         [BZ #13553]
48197         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48198         for non-gcc.
48199         * argp/argp-fmtstream.h: Use const instead __const.
48200         * argp/argp.h: Likewise.
48201         * assert/assert.h: Likewise.
48202         * bits/fenv.h: Likewise.
48203         * bits/sched.h: Likewise.
48204         * bits/sigset.h: Likewise.
48205         * bits/sigthread.h: Likewise.
48206         * catgets/nl_types.h: Likewise.
48207         * conform/data/pthread.h-data: Likewise.
48208         * crypt/crypt-private.h: Likewise.
48209         * crypt/crypt.h: Likewise.
48210         * crypt/crypt_util.c: Likewise.
48211         * ctype/ctype.h: Likewise.
48212         * debug/execinfo.h: Likewise.
48213         * debug/mbsnrtowcs_chk.c: Likewise.
48214         * debug/mbsrtowcs_chk.c: Likewise.
48215         * debug/wcsnrtombs_chk.c: Likewise.
48216         * debug/wcsrtombs_chk.c: Likewise.
48217         * debug/wcstombs_chk.c: Likewise.
48218         * dirent/dirent.h: Likewise.
48219         * dlfcn/dlfcn.h: Likewise.
48220         * elf/neededtest4.c: Likewise.
48221         * grp/grp.h: Likewise.
48222         * gshadow/gshadow.h: Likewise.
48223         * iconv/gconv.h: Likewise.
48224         * iconv/gconv_int.h: Likewise.
48225         * iconv/gconv_simple.c: Likewise.
48226         * iconv/iconv.h: Likewise.
48227         * iconv/loop.c: Likewise.
48228         * iconv/skeleton.c: Likewise.
48229         * include/aio.h: Likewise.
48230         * include/aliases.h: Likewise.
48231         * include/argz.h: Likewise.
48232         * include/arpa/inet.h: Likewise.
48233         * include/assert.h: Likewise.
48234         * include/dirent.h: Likewise.
48235         * include/dlfcn.h: Likewise.
48236         * include/execinfo.h: Likewise.
48237         * include/fcntl.h: Likewise.
48238         * include/fenv.h: Likewise.
48239         * include/glob.h: Likewise.
48240         * include/grp.h: Likewise.
48241         * include/libintl.h: Likewise.
48242         * include/mntent.h: Likewise.
48243         * include/netdb.h: Likewise.
48244         * include/pwd.h: Likewise.
48245         * include/rpc/netdb.h: Likewise.
48246         * include/sched.h: Likewise.
48247         * include/search.h: Likewise.
48248         * include/shadow.h: Likewise.
48249         * include/signal.h: Likewise.
48250         * include/stdio.h: Likewise.
48251         * include/stdlib.h: Likewise.
48252         * include/string.h: Likewise.
48253         * include/sys/socket.h: Likewise.
48254         * include/sys/stat.h: Likewise.
48255         * include/sys/statfs.h: Likewise.
48256         * include/sys/statvfs.h: Likewise.
48257         * include/sys/syslog.h: Likewise.
48258         * include/sys/time.h: Likewise.
48259         * include/sys/uio.h: Likewise.
48260         * include/time.h: Likewise.
48261         * include/unistd.h: Likewise.
48262         * include/utmp.h: Likewise.
48263         * include/wchar.h: Likewise.
48264         * include/wctype.h: Likewise.
48265         * inet/aliases.h: Likewise.
48266         * inet/arpa/inet.h: Likewise.
48267         * inet/netinet/ether.h: Likewise.
48268         * inet/netinet/in.h: Likewise.
48269         * intl/libintl.h: Likewise.
48270         * io/bits/fcntl2.h: Likewise.
48271         * io/fcntl.h: Likewise.
48272         * io/ftw.h: Likewise.
48273         * io/sys/poll.h: Likewise.
48274         * io/sys/stat.h: Likewise.
48275         * io/sys/statfs.h: Likewise.
48276         * io/sys/statvfs.h: Likewise.
48277         * io/utime.h: Likewise.
48278         * libio/bits/stdio.h: Likewise.
48279         * libio/bits/stdio2.h: Likewise.
48280         * libio/libio.h: Likewise.
48281         * libio/libioP.h: Likewise.
48282         * libio/stdio.h: Likewise.
48283         * locale/lc-ctype.c: Likewise.
48284         * locale/locale.h: Likewise.
48285         * login/utmp.h: Likewise.
48286         * malloc/arena.c: Likewise.
48287         * malloc/malloc.c: Likewise.
48288         * malloc/malloc.h: Likewise.
48289         * malloc/mcheck.c: Likewise.
48290         * malloc/mtrace.c: Likewise.
48291         * math/bits/mathcalls.h: Likewise.
48292         * math/fenv.h: Likewise.
48293         * math/math_private.h: Likewise.
48294         * misc/bits/error.h: Likewise.
48295         * misc/bits/syslog.h: Likewise.
48296         * misc/err.h: Likewise.
48297         * misc/error.h: Likewise.
48298         * misc/fstab.h: Likewise.
48299         * misc/mntent.h: Likewise.
48300         * misc/regexp.h: Likewise.
48301         * misc/search.h: Likewise.
48302         * misc/sgtty.h: Likewise.
48303         * misc/sys/mman.h: Likewise.
48304         * misc/sys/syslog.h: Likewise.
48305         * misc/sys/uio.h: Likewise.
48306         * misc/sys/xattr.h: Likewise.
48307         * misc/ttyent.h: Likewise.
48308         * nis/rpcsvc/ypclnt.h: Likewise.
48309         * nss/nss.h: Likewise.
48310         * posix/bits/unistd.h: Likewise.
48311         * posix/fnmatch.h: Likewise.
48312         * posix/glob.h: Likewise.
48313         * posix/sched.h: Likewise.
48314         * posix/spawn.h: Likewise.
48315         * posix/sys/wait.h: Likewise.
48316         * posix/unistd.h: Likewise.
48317         * posix/wordexp.h: Likewise.
48318         * pwd/pwd.h: Likewise.
48319         * resolv/netdb.h: Likewise.
48320         * resource/sys/resource.h: Likewise.
48321         * rt/aio.h: Likewise.
48322         * rt/bits/mqueue2.h: Likewise.
48323         * rt/mqueue.h: Likewise.
48324         * shadow/shadow.h: Likewise.
48325         * signal/signal.h: Likewise.
48326         * socket/send.c: Likewise.
48327         * socket/sendto.c: Likewise.
48328         * socket/sys/socket.h: Likewise.
48329         * stdio-common/printf.h: Likewise.
48330         * stdlib/bits/stdlib.h: Likewise.
48331         * stdlib/fmtmsg.h: Likewise.
48332         * stdlib/monetary.h: Likewise.
48333         * stdlib/stdlib.h: Likewise.
48334         * stdlib/ucontext.h: Likewise.
48335         * streams/stropts.h: Likewise.
48336         * string/argz.h: Likewise.
48337         * string/bits/string2.h: Likewise.
48338         * string/string.h: Likewise.
48339         * string/strings.h: Likewise.
48340         * sunrpc/rpc/auth.h: Likewise.
48341         * sunrpc/rpc/auth_des.h: Likewise.
48342         * sunrpc/rpc/clnt.h: Likewise.
48343         * sunrpc/rpc/netdb.h: Likewise.
48344         * sunrpc/rpc/pmap_clnt.h: Likewise.
48345         * sunrpc/rpc/xdr.h: Likewise.
48346         * sysdeps/generic/inttypes.h: Likewise.
48347         * sysdeps/generic/net/if.h: Likewise.
48348         * sysdeps/generic/sys/swap.h: Likewise.
48349         * sysdeps/gnu/net/if.h: Likewise.
48350         * sysdeps/gnu/utmpx.h: Likewise.
48351         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
48352         * sysdeps/i386/i486/bits/string.h: Likewise.
48353         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
48354         * sysdeps/s390/bits/string.h: Likewise.
48355         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
48356         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
48357         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
48358         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
48359         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
48360         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
48361         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
48362         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
48363         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
48364         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
48365         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
48366         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
48367         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
48368         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
48369         * sysdeps/unix/sysv/linux/readv.c: Likewise.
48370         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
48371         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
48372         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48373         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
48374         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
48375         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48376         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
48377         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
48378         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
48379         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
48380         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
48381         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
48382         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48383         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
48384         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
48385         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
48386         * sysvipc/sys/ipc.h: Likewise.
48387         * sysvipc/sys/msg.h: Likewise.
48388         * sysvipc/sys/sem.h: Likewise.
48389         * sysvipc/sys/shm.h: Likewise.
48390         * termios/termios.h: Likewise.
48391         * time/sys/time.h: Likewise.
48392         * time/time.h: Likewise.
48393         * wcsmbs/bits/wchar2.h: Likewise.
48394         * wcsmbs/uchar.h: Likewise.
48395         * wcsmbs/wchar.h: Likewise.
48396         * wctype/wctype.h: Likewise.
48397
48398         [BZ #13551]
48399         * Makeconfig: Remove all but ELF support including AIX support.
48400         * Makerules: Likewise.
48401         * config.h.in: Likewise.
48402         * config.make.in: Likewise.
48403         * configure: Likewise.
48404         * configure.in: Likewise.
48405         * csu/Makefile: Likewise.
48406         * csu/version.c: Likewise.
48407         * debug/Makefile: Likewise.
48408         * dlfcn/Makefile: Likewise.
48409         * elf/Makefile: Likewise.
48410         * extra-lib.mk: Likewise.
48411         * iconv/Makefile: Likewise.
48412         * include/libc-symbols.h: Likewise.
48413         * include/shlib-compat.h: Likewise.
48414         * resolv/Makefile: Likewise.
48415         * resolv/res_libc.c: Likewise.
48416         * rt/Makefile: Likewise.
48417         * sysdeps/i386/asm-syntax.h: Likewise.
48418         * sysdeps/i386/sysdep.h: Likewise.
48419         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48420         * sysdeps/mach/sysdep.h: Likewise.
48421         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
48422         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
48423         * sysdeps/s390/asm-syntax.h: Likewise.
48424         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48425         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48426         * sysdeps/sh/sysdep.h: Likewise.
48427         * sysdeps/unix/sparc/sysdep.h: Likewise.
48428         * sysdeps/wordsize-32/divdi3.c: Likewise.
48429         * sysdeps/x86_64/sysdep.h: Likewise.
48430
48431         * argp/Versions: Remove _argp_unlock_xxx.
48432
48433         [BZ #13559]
48434         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
48435         * abilist/libBrokenLocale.abilist: Likewise.
48436         * abilist/libanl.abilist: Likewise.
48437         * abilist/libc.abilist: Likewise.
48438         * abilist/libcrypt.abilist: Likewise.
48439         * abilist/libdl.abilist: Likewise.
48440         * abilist/libm.abilist: Likewise.
48441         * abilist/libnsl.abilist: Likewise.
48442         * abilist/libpthread.abilist: Likewise.
48443         * abilist/libresolv.abilist: Likewise.
48444         * abilist/librt.abilist: Likewise.
48445         * abilist/libthread_db.abilist: Likewise.
48446         * abilist/libutil.abilist: Likewise.
48447         * abilist/libnss_db.abilist: New file.
48448
48449         * scripts/abilist.awk: Add support for indirect functions.
48450
48451         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
48452
48453         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
48454
48455         * shlib-versions: Remove entries for ports architectures.
48456
48457         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
48458         files in ports.
48459         * elf/stackguard-macros.h: Remove support for IA-64.
48460         * elf/tst-auditmod1.c: Likewise.
48461         * sysdeps/generic/ldsodefs.h: Likewise.
48462
48463         * sysdeps/unix/sysv/linux/configure.in: Ports should define
48464         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
48465         configure files.
48466
48467         [BZ #13552]
48468         * configure.in: Remove --enable-omitfp support.
48469         * FAQ.in: Adjust.
48470         * config.make.in: Likewise.
48471         * Makeconfig: Likewise.
48472         * manual/install.texi: Likewise.
48473
48474         In case anyone cares, the IA-64 architecture could move to ports.
48475         * sysdeps/ia64/*: Removed.
48476         * sysdeps/unix/sysv/linux/ia64/*: Removed.
48477         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
48478
48479         [BZ #13555]
48480         * configure.in: Remove entries for unsupported architectures.
48481
48482         [BZ #13533]
48483         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
48484         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
48485         routines.
48486         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
48487         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
48488         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
48489         fall back to using wcrtomb.
48490         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
48491         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
48492         renaming.
48493         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
48494         * wcsmbs/tst-c16c32-1.c: New file.
48495
48496         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
48497         local variable.
48498
48499         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
48500
48501         * elf/tst-unique3.cc: Add explicit declaration of gets.
48502         * elf/tst-unique3lib.cc: Likewise.
48503         * elf/tst-unique3lib2.cc: Likewise.
48504         * elf/tst-unique4.cc: Likewise.
48505
48506         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
48507
48508 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
48509
48510         [BZ #13566]
48511         * assert/assert.h (static_assert): Don't define for C++.
48512         * libio/stdio.h (gets): Do declare for C++ <= C++11.
48513         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
48514
48515 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
48516
48517         * iconv/loop.c (single loop): Fix assertion in storing of
48518         remaining bytes.
48519
48520         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
48521
48522 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
48523
48524         * posix/getconf.c: Update copyright year.
48525         * nss/getent.c: Likewise.
48526         * nss/makedb.c: Likewise.
48527         * iconv/iconvconfig.c: Likewise.
48528         * iconv/iconv_prog.c: Likewise.
48529         * elf/ldconfig.c: Likewise.
48530         * elf/pldd.c: Likewise.
48531         * elf/sotruss.ksh: Likewise.
48532         * catgets/gencat.c: Likewise.
48533         * csu/version.c: Likewise.
48534         * elf/ldd.bash.in: Likewise.
48535         * elf/sprof.c (print_version): Likewise.
48536         * locale/programs/locale.c: Likewise.
48537         * locale/programs/localedef.c: Likewise.
48538         * login/programs/pt_chown.c: Likewise.
48539         * nscd/nscd.c (print_version): Likewise.
48540         * debug/xtrace.sh: Likewise.
48541         * malloc/memusage.sh: Likewise.
48542         * malloc/mtrace.pl: Likewise.
48543         * debug/catchsegv.sh: Likewise.
48544
48545 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
48546
48547         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
48548         pure attribute.
48549
48550 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
48551
48552         [BZ #13533]
48553         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
48554         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
48555         transformations.
48556         * iconv/gconv_int.h: Likewise.
48557         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
48558         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
48559         from libc for GLIBC_2.16.
48560         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
48561         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
48562         * wcsmbs/uchar.h: Really define mbstate_t.
48563         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
48564         * wcsmbs/c16rtomb.c: New file.
48565         * wcsmbs/mbrtoc16.c: New file.
48566         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
48567         for C/POSIX locale.
48568         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
48569         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
48570
48571         * wcsmbs/wchar.h: Add missing __restrict.
48572
48573 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48574
48575         [BZ #13532]
48576         * time/Makefile (routines): Add timespec_get.
48577         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
48578         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
48579         timespec for ISO C11.
48580         * time/timespec_get.c: New file.
48581         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
48582         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
48583
48584         [BZ #13531]
48585         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
48586         * stdlib/stdlib.h: Declare aligned_alloc.
48587         * Versions.def: Add GLIBC_2.16 for libc.
48588         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
48589
48590         [BZ 13527]
48591         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
48592         ISO C11.
48593
48594         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
48595         code.
48596
48597         [BZ #13528]
48598         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
48599
48600         [BZ #13529]
48601         * assert/assert.h (static_assert): Define.
48602
48603         * version.h: Update for 2.16 development version.
48604
48605         [BZ #13526]
48606         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
48607         _ISOC11_SOURCE.
48608
48609         * version.h (RELEASE): Bump for 2.15 release.
48610         * include/features.h (__GLIBC_MINOR__): Bump to 15.
48611
48612         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
48613         Patch by Marek Polacek <mpolacek@redhat.com>.
48614
48615         * bits/byteswap.h: Protect long long constants with __extension__.
48616         * sysdeps/i386/bits/byteswap.h: Likewise.
48617         * sysdeps/ia64/bits/byteswap.h: Likewise.
48618         * sysdeps/s390/bits/byteswap.h: Likewise.
48619         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48620
48621 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48622
48623         [BZ #13540]
48624         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
48625         destination buffer.
48626         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
48627
48628 2011-12-23  Marek Polacek  <polacek@redhat.com>
48629
48630         * elf/dl-addr.c (determine_info): Add inline keyword.
48631         * elf/tst-auditmod4b.c (check_avx): Likewise.
48632         * elf/tst-auditmod6b.c (check_avx): Likewise.
48633         * elf/tst-auditmod6c.c (check_avx): Likewise.
48634         * elf/tst-auditmod7b.c (check_avx): Likewise.
48635
48636 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48637
48638         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
48639         !__SSE_MATH__.
48640
48641 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48642
48643         [BZ #13540]
48644         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
48645         processing for last bytes.
48646
48647 2011-08-06  Bruno Haible  <bruno@clisp.org>
48648
48649         [BZ #13061]
48650         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
48651         U+0385, not to U+1FEE.
48652
48653         [BZ #13062]
48654         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
48655         entry for U+00A5 U+0301.
48656
48657 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48658
48659         [BZ #13166]
48660         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
48661         buffer for the output is too small.
48662
48663         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
48664         optimization.
48665
48666         [BZ #13185]
48667         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
48668         SSE flags if possible.
48669
48670 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48671
48672         [BZ #13540]
48673         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
48674         processing for last bytes.
48675
48676 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
48677
48678         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
48679         (syscall-list-default-options, syscall-list-default-condition)
48680         (syscall-list-includes): Define.
48681         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
48682         list of ABIs and options and #if conditions for each ABI.  Do not
48683         handle common syscalls between ABIs specially.
48684         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
48685         Remove.
48686         (syscall-list-variants, syscall-list-32bit-options)
48687         (syscall-list-32bit-condition, syscall-list-64bit-options)
48688         (syscall-list-64bit-condition): Define.
48689         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
48690         (syscall-list-variants, syscall-list-32bit-options)
48691         (syscall-list-32bit-condition, syscall-list-64bit-options)
48692         (syscall-list-64bit-condition): Define.
48693         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
48694         Remove.
48695         (syscall-list-variants, syscall-list-32bit-options)
48696         (syscall-list-32bit-condition, syscall-list-64bit-options)
48697         (syscall-list-64bit-condition): Define.
48698         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
48699         Remove.
48700         (syscall-list-variants, syscall-list-32bit-options)
48701         (syscall-list-32bit-condition, syscall-list-64bit-options)
48702         (syscall-list-64bit-condition): Define.
48703
48704 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48705
48706         * locale/iso-639.def: Add brx entry.
48707
48708         [BZ #13328]
48709         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
48710         Proposed by Mariusz_Cukr <marcukr@op.pl>.
48711
48712         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
48713         __feraiseexcept_renamed.
48714
48715 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48716
48717         [BZ #13538]
48718         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
48719         EPOLLET with unsigned values.
48720         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48721         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48722
48723         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
48724         to large cancellation.
48725         * math/s_cacoshf.c: Likewise.
48726         * math/s_cacoshl.c: Likewise.
48727
48728 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
48729
48730         [BZ #13305]
48731         [BZ #12786]
48732         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
48733         * math/s_cacoshf.c: Likewise.
48734         * math/s_cacoshl.c: Likewise.
48735
48736 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48737
48738         [BZ #13439]
48739         * iconv/gconv.h: Define __GCONV_SWAP.
48740         * iconvdata/unicode.c: The swap bit must be stored in __flags.
48741         * iconvdata/utf-16.c: Likewise.
48742         * iconvdata/utf-32.c: Likewise.
48743
48744 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48745
48746         [BZ #13524]
48747         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48748         numerator after shifting it by one limb.
48749
48750 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48751
48752         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48753         under [__USE_EXTERN_INLINES].
48754
48755 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48756
48757         [BZ #13446]
48758         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48759
48760 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48761
48762         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48763         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48764         optimized code.
48765         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48766         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48767         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48768         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48769         for strncasecmp/strncasecmp_l compilation.
48770         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48771         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48772
48773 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48774
48775         [BZ #13484]
48776         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48777         of __asm__.
48778
48779 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48780
48781         [BZ #13506]
48782         * time/tzfile.c (__tzfile_read): Check values from file header.
48783
48784 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48785
48786         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48787         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48788         * powerpc/powerpc32/dl-start.S: Likewise.
48789         * powerpc/powerpc32/elf/start.S: Likewise.
48790         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48791         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48792         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48793         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48794         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48795         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48796         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48797         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48798         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48799         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48800         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48801         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48802         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48803         * powerpc/powerpc32/memset.S: Likewise.
48804         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48805         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48806         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48807         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48808         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48809         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48810         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48811         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48812         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48813         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48814         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48815         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48816         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48817
48818 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48819
48820         * math/libm-test.inc: Added more nearbyint tests.
48821         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48822         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48823         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48824         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48825
48826 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48827
48828         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48829         FD_CLOEXEC.
48830
48831 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48832
48833         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48834         Add wcscpy-ssse3 wcscpy-c.
48835         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48836         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48837         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48838         * sysdeps/x86_64/wcschr.S: New file.
48839         * sysdeps/x86_64/wcsrchr.S: New file.
48840         * string/test-strcmp.c: Remove checking of wcscmp function for
48841         wrong alignments.
48842         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48843         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48844         wcsrchr-sse2 wcsrchr-c.
48845         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48846         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48847         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48848         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48849         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48850         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48851         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48852         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48853         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48854         * wcsmbc/wcschr.c (WCSCHR): New macro.
48855
48856 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48857
48858         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48859         * wcsmbs/test-wcsrchr.c: New file.
48860         * string/test-strrchr.c: Add wcsrchr support.
48861         (WIDE): New macro.
48862         * wcsmbs/test-wcscpy.c: New file.
48863         * string/test-strcpy.c: Add wcscpy support.
48864         (WIDE): New macro.
48865
48866 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48867
48868         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48869         the inner loop.
48870
48871 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48872
48873         [BZ #13472]
48874         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48875
48876 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48877
48878         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48879         Minor optimizations.
48880
48881         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48882         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48883         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48884
48885 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48886
48887         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48888         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48889         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48890         for gcc to avoid warnings.
48891         * inet/Makefile (tests): Add tst-checks.
48892         * inet/tst-checks.c: New file.
48893
48894         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48895         warning.
48896
48897         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48898         __wmemcmp_sse2.
48899
48900         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48901         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48902
48903         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48904
48905 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48906
48907         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48908         problem.
48909
48910         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48911
48912 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48913
48914         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48915         conditional on GCC version.
48916         (__arch_compare_and_exchange_val_8_acq)
48917         (__arch_compare_and_exchange_val_16_acq)
48918         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48919         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48920         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48921
48922 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48923
48924         * sysdeps/sh/backtrace.c: New file.
48925
48926 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48927
48928         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48929         parenthesis.
48930
48931 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48932
48933         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48934         falling back to utime.
48935
48936 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48937
48938         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48939         expectations for float.
48940
48941 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48942
48943         * locale/weight.h (findidx): Add parameter len.
48944         * locale/weightwc.h (findidx): Likewise.
48945         * posix/fnmatch_loop.c (FCT): Adjust caller.
48946         * posix/regcomp.c (build_equiv_class): Likewise.
48947         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48948         * posix/regexec.c (check_node_accept_bytes): Likewise.
48949         * string/strcoll_l.c (STRCOLL): Likewise.
48950         * string/strxfrm_l.c (STRXFRM): Likewise.
48951
48952 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48953
48954         * Makefile.in: Remove CVSOPT handling.
48955         * configure.in: Remove use of AC_REVISION.
48956         * iconvdata/Makefile (distribute): No need to filter out CVS.
48957         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48958         handling.
48959
48960 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48961
48962         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48963         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48964         [USE_AS_STRNCASECMP_L]: Likewise.
48965         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48966         NO_TLS_DIRECT_SEG_REFS.
48967         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48968         Fix argument offsets for non-PIC.
48969         [USE_AS_STRNCASECMP_L]: Likewise.
48970         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48971         NO_TLS_DIRECT_SEG_REFS.
48972
48973 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48974
48975         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48976         O_CLOEXEC.
48977         * locale/loadlocale.c (_nl_load_locale): Likewise.
48978
48979 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48980
48981         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48982         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48983         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48984         (SYSCALL_GETTIME): Set errno on error.
48985
48986         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48987         count references to noai6ai_cached.
48988
48989 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48990
48991         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48992
48993         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48994         FD_CLOEXEC for /proc/self/maps.
48995
48996         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48997         FD_CLOEXEC for /proc/meminfo.
48998
48999         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49000         gai.conf.
49001
49002         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
49003         FD_CLOEXEC for given file.
49004
49005         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49006
49007         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49008         FD_CLOEXEC for /etc/hosts.
49009         (_gethtent): Likewise.
49010
49011         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49012
49013         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49014         cancellation and set FD_CLOEXEC for /etc/netgroup.
49015
49016         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49017         reading /etc/publickey.
49018
49019         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49020         allow cancellation when reading /etc/group.
49021
49022         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49023         cancellation.
49024         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49025
49026         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49027         when using data file.
49028
49029         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49030
49031         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49032         (write_nis_obj): Use "c" and "e" in fopen.
49033
49034         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49035
49036         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49037
49038         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49039
49040         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49041
49042         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49043         locale.alias.
49044
49045         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49046
49047         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49048
49049         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49050
49051         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49052         file parsing and set FD_CLOEXEC.
49053
49054 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49055
49056         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49057
49058 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49059
49060         * malloc/arena.c (arena_get2): Don't call reused_arena when
49061         _int_new_arena failed.
49062
49063 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49064
49065         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49066         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49067         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49068         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49069         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49070         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49071         to compile strcasecmp and strncasecmp.
49072         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49073         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49074
49075         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49076
49077 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49078
49079         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49080         locale-defines.sym to gen-as-const-headers.
49081         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49082         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49083         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49084         to compile strcasecmp and strncasecmp.
49085         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49086         strcasecmp_l and strncasecmp_l.
49087         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49088         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49089         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49090         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49091         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49092         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49093         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49094         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49095         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49096         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49097         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49098
49099 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49100
49101         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49102         result of SYSDEP_GETTIME_CPU to retval.
49103         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49104         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49105
49106         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49107         variable.
49108
49109         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49110         mantissa words.
49111         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49112
49113         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49114         from unused variable.
49115
49116         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49117         DWARF definitions.
49118         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49119         for assembling.
49120
49121         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49122         over namespaces.
49123
49124         * sunrpc/rpc_prot.c (rejected): Fix case value.
49125
49126         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49127         unsigned long long int to avoid warnings in shift.
49128
49129         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49130         of use of trans.
49131         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49132         variable tmp.
49133
49134         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49135         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49136         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49137
49138         * nis/nis_table.c (nis_list): Use variable of correct type for
49139         result of __follow_path call.
49140
49141 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49142
49143         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49144         of math functions ceil, trunc, floor, round, and sqrt, when
49145         avaliable on the platform.
49146         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49147         name clash.
49148         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49149         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49150         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49151
49152 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49153
49154         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49155         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49156
49157 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49158
49159         * include/unistd.h: Fix __readlink return type.
49160         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49161
49162 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49163
49164         * stdlib/ucontext.h: Undo last change for makecontext.
49165
49166 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49167
49168         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49169
49170         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49171         * setjmp/setjmp.h: Mark functions as non-leaf.
49172         * setjmp/bits/setjmp2.h: Likewise.
49173         * stdlib/ucontext.h: Likewise.
49174
49175 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49176
49177         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49178         (reused_arena): Don't check arena limit.
49179         (arena_get2): Atomically check arena limit.
49180
49181 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49182
49183         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49184         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49185
49186         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49187         instructions.
49188
49189 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49190
49191         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49192         handler when locking.
49193
49194         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49195         Fix size of allocated buffer.
49196
49197 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49198
49199         [BZ #10103]
49200         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49201         declarations for long double functions.
49202         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49203
49204         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49205
49206 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49207
49208         * nscd/nscd.c (main): Don't start AVC thread until credentials are
49209         installed.
49210
49211         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
49212         is disabled.
49213
49214 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49215
49216         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
49217
49218 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
49219
49220         * include/alloca.h (stackinfo_alloca_round): Define.
49221         (extend_alloca): Use it.
49222         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
49223         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
49224         here.
49225
49226         * scripts/check-local-headers.sh: Ignore libaudit.h.
49227
49228         * nscd/Makefile (extra-objs): Make recursively expanded.
49229
49230 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
49231
49232         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
49233         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
49234
49235         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
49236         * posix/tst-rfc3484-2.c: Likewise.
49237         * posix/tst-rfc3484-3.c: Likewise.
49238
49239         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49240         process_vm_writev.
49241         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
49242         process_vm_writev.
49243         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
49244         process_vm_writev from libc using GLIBC_2.15 version.
49245
49246         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
49247
49248 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
49249
49250         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
49251         stack usage.
49252
49253 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
49254
49255         [BZ #13367]
49256         * nss/getent.c (initgroups_keys): Show error message in case no group
49257         names are given.
49258
49259         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
49260         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
49261         __bump_nl_timestamp.
49262         * nscd/connections (nscd_init): When host database is served open
49263         netlink socket and request notification about configuration changes.
49264         (main_loop_poll): Track netlink file descriptor and bump timestamp
49265         in case data becomes available.
49266         (main_loop_epoll): Likewise.
49267         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
49268         (database_pers_head): Add extra_data fileds.
49269         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
49270         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
49271         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
49272         Adjust caller.
49273         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
49274         in6ai data, call __free_in6ai.
49275         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
49276         Add -DHAVE_NETLINK.
49277         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
49278         interface information.  Reuse previous data if netlink timestamp
49279         is not changed.
49280         (__bump_nl_timestamp): New function.
49281         (__free_in6ai): New function.
49282
49283 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
49284
49285         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
49286         close_not_cancel_no_status here.
49287         (__check_pf): Reorganize code a bit to not call close twice if OOM.
49288
49289 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
49290
49291         [BZ #13276]
49292         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
49293         return value.
49294
49295         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
49296         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
49297         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
49298
49299 2011-07-03  Andreas Jaeger  <aj@suse.de>
49300
49301         [BZ #10709]
49302         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
49303         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
49304         * math/libm-test.inc (sin_test): Add test case.
49305
49306 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
49307
49308         [BZ #13337]
49309         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
49310         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
49311
49312         * elf/chroot_canon.c (chroot_canon): Cleanups.
49313
49314         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
49315
49316         [BZ #13335]
49317         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
49318         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
49319
49320         * string/test-strchr.c: Make usable for strchrnul testing.
49321         * string/test-strchrnul.c: New file.
49322         * string/Makefile (strop-tests): Add strchrnul.
49323
49324         * po/it.po: Update from translation team.
49325         * po/es.po: Likewise.
49326
49327 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
49328
49329         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
49330         the three constants needed as parameters.  Drop the others.
49331         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
49332         __m128i_strloadu_tolower.
49333         Create and initialize variable zero and use it in all the places
49334         where _mm_setzero_si128 was used.
49335
49336         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
49337         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
49338         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
49339         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
49340         anymore.
49341         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
49342         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
49343         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
49344         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
49345         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
49346         __mpranred, __mptan.
49347         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
49348         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
49349         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
49350         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
49351         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
49352         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
49353         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
49354         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
49355         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
49356
49357 2011-10-28  Andreas Schwab  <schwab@redhat.com>
49358
49359         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
49360         redefine if SHARED.
49361         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
49362
49363         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
49364         wide char related routines to wcsmbs subdir.
49365
49366 2011-10-27  Andreas Schwab  <schwab@redhat.com>
49367
49368         [BZ #13344]
49369         * misc/sys/cdefs.h (__THROWNL): Define.
49370         * posix/unistd.h: Use __THREADNL instead of __THREAD
49371         for memory synchronization functions.
49372
49373 2011-10-26  Roland McGrath  <roland@hack.frob.com>
49374
49375         [BZ #13349]
49376         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
49377         doesn't exist.
49378         * manual/stdio.texi (Obstack Streams): Node removed.
49379
49380 2011-10-26  Andreas Schwab  <schwab@redhat.com>
49381
49382         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
49383         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49384         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49385
49386         * math/math_private.h (math_force_eval): Allow non-addressable
49387         arguments.
49388         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
49389
49390 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
49391
49392         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
49393         file is not needed.
49394
49395         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
49396         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
49397         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49398         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49399         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49400         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49401         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49402         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
49403         Add AVX variants.
49404         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
49405         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
49406         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
49407         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
49408         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
49409         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
49410         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
49411         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
49412         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
49413         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
49414         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
49415         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
49416         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
49417         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
49418         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
49419         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
49420         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
49421         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
49422         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
49423
49424         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
49425         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
49426
49427         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
49428         place.  Use VEX encoding when compiling for AVX.
49429
49430 2011-10-25  Andreas Schwab  <schwab@redhat.com>
49431
49432         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
49433         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
49434
49435         * string/test-strchr.c (do_test): Don't generate NUL bytes.
49436
49437 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
49438
49439         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
49440         useless if() expression.
49441         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49442         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49443         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49444         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49445         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49446         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49447         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49448         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49449         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49450         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49451         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49452         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49453         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49454         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49455         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49456         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49457         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49458         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49459         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49460
49461         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
49462
49463 2011-10-25  Andreas Schwab  <schwab@redhat.com>
49464
49465         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
49466         condition.
49467         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49468
49469 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
49470
49471         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
49472         .text section.  Avoid duplicate constants.
49473         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49474         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49475         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49476         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49477         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49478         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49479         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49480         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49481         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
49482         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
49483         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
49484         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
49485         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
49486         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
49487         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
49488         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
49489         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
49490         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
49491         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49492         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49493         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49494         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49495         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49496         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
49497         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
49498         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
49499         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
49500         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
49501         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
49502         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
49503         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
49504         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
49505         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
49506         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
49507         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
49508         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
49509         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
49510         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
49511         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
49512         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
49513         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
49514         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
49515         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
49516         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
49517         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
49518
49519 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
49520
49521         * sysdeps/x86_64/dla.h: Move to ...
49522         * sysdeps/x86_64/fpu/dla.h: ...here.
49523         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
49524         situations.  Use __builtin_fma only for gcc 4.6 and up.
49525
49526         * config.make.in: Add have-mfma4 entry.
49527         * configure.in: Substitute libc_cv_cc_fma4.
49528         * math/Makefile (dbl-only-routines): Add sincostab.
49529         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
49530         Use __sincostab not sincos.
49531         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
49532         name is a macro.
49533         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49534         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49535         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49536         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
49537         using __copysign.
49538         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
49539         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
49540         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
49541         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
49542         and __inv.
49543         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
49544         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
49545         __copysign.
49546         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
49547         define aliases when function name is a macro.
49548         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
49549         sysdeps/ieee754/dbl-64/sincos.tbl.
49550         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
49551         fma4-enabled routines.
49552         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
49553         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
49554         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
49555         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
49556         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
49557         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
49558         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
49559         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
49560         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
49561         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
49562         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
49563         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
49564         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
49565         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
49566         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
49567         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
49568         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
49569         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
49570         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
49571         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
49572         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
49573         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
49574         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
49575         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
49576         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
49577         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
49578         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
49579         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
49580         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
49581         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
49582
49583         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
49584         rename.
49585         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49586         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49587         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49588         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49589         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49590         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49591         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49592         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49593
49594 2011-10-24  Andreas Schwab  <schwab@redhat.com>
49595
49596         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
49597
49598 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49599
49600         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
49601
49602         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
49603         prediction.
49604         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
49605
49606         * string/strnlen.c: Don't define STRNLEN, reverse logic.
49607         Remove unused variable magic_bits.
49608         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
49609
49610         * string/strnlen.c: Define and use STRNLEN macro.
49611         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
49612         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
49613         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
49614         * wcsmbs/wcslen.c: Define and use WCSLEN.
49615         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
49616         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
49617         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
49618         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
49619         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
49620         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
49621         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49622
49623 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49624
49625         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49626         strnlen-sse2-no-bsf.
49627         Rename strlen-no-bsf to strlen-sse2-no-bsf.
49628         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
49629         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
49630         Add strnlen support.
49631         (USE_AS_STRNLEN): New macro.
49632         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
49633         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
49634         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
49635         * sysdeps/x86_64/wcslen.S: New file.
49636
49637 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
49638
49639         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
49640         XMM-moves are used for copying on small sizes.
49641
49642 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49643
49644         * wcsmbs/Makefile (strop-tests): Add wcschr.
49645         * wcsmbs/test-wcschr.c: New file.
49646         * string/test-strchr.c: Update.
49647         Add wcschr support.
49648         (WIDE): New macro.
49649
49650 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49651
49652         * wcsmbs/Makefile (strop-tests): Add wcslen.
49653         * wcsmbs/test-wcslen.c: New file.
49654         * string/test-strlen.c: Update.
49655         Add wcslen support.
49656         (WIDE): New macro.
49657
49658 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49659
49660         * po/it.po: Update from translation team.
49661
49662 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49663
49664         * sysdeps/x86_64/wcscmp.S: Update.
49665         Fix wrong comparison semantics.
49666         wcscmp shall use signed comparison not unsigned.
49667         Don't use substraction to avoid overflow bug.
49668         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
49669         * wcsmbc/wcscmp.c: Likewise.
49670         * string/test-strcmp.c: Likewise.
49671         Add new tests to check cases with negative values.
49672
49673 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49674
49675         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
49676         * sysdeps/x86_64/dla.h: ...here.  New file.
49677         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
49678         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49679         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49680         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49681         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49682         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49683         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49684         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49685         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49686
49687 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
49688
49689         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
49690         __ynl_finite aliases.
49691
49692 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49693
49694         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49695
49696         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
49697         define DLA_FMA.
49698         [DLA_FMA] (EMULV): Use DLA_FMA.
49699         [DLA_FMA] (MUL12): Use EMULV.
49700         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
49701         that are not needed.
49702         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49703         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49704         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49705         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49706         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49707         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49708         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49709
49710 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
49711
49712         * math/s_nan.c: Undef __nan.
49713         * math/s_nanf.c: Undef __nanf.
49714         * math/s_nanl.c: Undef __nanl.
49715         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
49716         "math_private.h".
49717
49718 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49719
49720         * math/s_catan.c: Add branch predictions.
49721         * math/s_catanf.c: Likewise.
49722         * math/s_catanh.c: Likewise.
49723         * math/s_catanhf.c: Likewise.
49724         * math/s_catanhl.c: Likewise.
49725         * math/s_catanl.c: Likewise.
49726         * math/s_cexp.c: Likewise.
49727         * math/s_cexpf.c: Likewise.
49728         * math/s_cexpl.c: Likewise.
49729         * math/s_clog.c: Likewise.
49730         * math/s_clog10.c: Likewise.
49731         * math/s_clog10f.c: Likewise.
49732         * math/s_clog10l.c: Likewise.
49733         * math/s_clogf.c: Likewise.
49734         * math/s_clogl.c: Likewise.
49735         * math/s_csqrt.c: Likewise.
49736         * math/s_csqrtf.c: Likewise.
49737         * math/s_csqrtl.c: Likewise.
49738         * math/s_ctanf.c: Likewise.
49739         * math/s_ctanh.c: Likewise.
49740         * math/s_ctanhf.c: Likewise.
49741         * math/s_ctanhl.c: Likewise.
49742         * math/s_ctanl.c: Likewise.
49743
49744         * math/math_private.h: Define __nan, __nanf, __nanl.
49745         * math/s_cacosh.c: Include <math_private.h>.
49746         * math/s_cacoshl.c: Likewise.
49747         * math/s_casinh.c: Likewise.
49748         * math/s_casinhf.c: Likewise.
49749         * math/s_casinhl.c: Likewise.
49750         * math/s_ccos.c: Rely entire on ccosh.
49751         * math/s_ccosf.c: Rely entire on ccoshf.
49752         * math/s_ccosl.c: Rely entirely on ccoshl.
49753         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49754         Remove tests for FE_INVALID.
49755         * math/s_ccoshf.c: Likewise.
49756         * math/s_ccoshl.c: Likewise.
49757         * math/s_csin.c: Likewise.
49758         * math/s_csinf.c: Likewise.
49759         * math/s_csinh.c Likewise.
49760         * math/s_csinhf.c: Likewise.
49761         * math/s_csinhl.c: Likewise.
49762         * math/s_csinl.c: Likewise.
49763         * math/s_ctan.c: Likewise.
49764         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49765         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49766         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49767
49768 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49769
49770         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49771         compilation problems.
49772
49773         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49774         __builtin_expect.
49775
49776 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49777
49778         * sysdeps/i386/configure.in: Test for -mfma4 option.
49779         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49780         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49781         COMMON_CPUID_INDEX_80000001.
49782         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49783         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49784         use it if FMA3 is not supported.
49785         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49786
49787         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49788         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49789
49790 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49791
49792         [BZ #12892]
49793         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49794         it would create a cycle with a link time dependency.
49795
49796 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49797
49798         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49799         instruction.
49800         * string/Makefile (strop-tests): Add rawmemchr.
49801         * string/test-rawmemchr.c: New file.
49802
49803         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49804         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49805         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49806         when compiling str{,n}casecmp and when AVX is available.  Hook up
49807         new optimized code in initializers.
49808
49809 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49810
49811         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49812         __feraiseexcept instead of feraiseexcept.
49813
49814 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49815
49816         * math/math_private.h: Define defaults for libc_fetestexcept and
49817         libc_feupdateenv.
49818         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49819         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49820         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49821         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49822         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49823         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49824         libc_fetestexcept and libc_feupdateenv.
49825
49826         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49827         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49828         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49829         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49830         libc_feholdexcept_setround.
49831
49832         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49833         Add s_nearbyint-c and s_nearbyintf-c.
49834         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49835         nearbyintf inlines.
49836         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49837         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49838         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49839         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49840
49841         * math/math_private.h: Define defaults for libc_fegetround,
49842         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49843         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49844         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49845         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49846         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49847         standard functions.
49848         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49849         Remove comments and hacks for old compiler versions.
49850         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49851         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49852         libc_feholdexceptl.
49853
49854 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49855
49856         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49857         (__feraiseexcept_renamed): Add __NTH.
49858         (feraiseexcept): Add __NTH.  Rename local variables to fix
49859         namespace violations.
49860
49861 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49862
49863         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49864
49865         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49866
49867         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49868         recently added interfaces.
49869         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49870
49871         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49872         about macro parameter expansion.
49873
49874         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49875         __NO_MATH_INLINES is defined.  Cleanups.
49876
49877         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49878         and __floorf is target has SSE4.1.
49879         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49880         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49881         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49882         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49883
49884         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49885         name.
49886         (floorf): Likewise.
49887
49888         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49889
49890 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49891
49892         * misc/sys/cdefs.h: Fix last change.
49893
49894         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49895         database lookup.
49896
49897 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49898
49899         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49900
49901         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49902         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49903         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49904         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49905         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49906         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49907         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49908         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49909         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49910         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49911         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49912         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49913         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49914         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49915         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49916         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49917         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49918         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49919         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49920         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49921         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49922         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49923
49924         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49925         ceil, ceilf, floor, floorf.
49926
49927         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49928         Perform IRELATIVE relocations last.
49929
49930         * elf/do-rel.h: Add another parameter nrelative, replacing the
49931         local variable with the same name.  Change name of the function
49932         to end in Rel or Rela (uppercase).
49933         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49934         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49935         elf_dynamic_do_##reloc function.
49936
49937 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49938
49939         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49940         is sufficient, at least on modern CPUs.
49941
49942         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49943
49944         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49945         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49946
49947         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49948         __expl_finite.
49949         * math/bits/math-finite.h: Add entries for exp.
49950         * math/e_expl.c: Add __*_finite alias.
49951         * sysdeps/i386/fpu/e_exp.S: Likewise.
49952         * sysdeps/i386/fpu/e_expf.S: Likewise.
49953         * sysdeps/i386/fpu/e_expl.c: Likewise.
49954         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49955         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49956         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49957         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49958         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49959         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49960         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49961
49962         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49963         is sufficient, at least on modern CPUs.
49964
49965         * ctype/ctype-info.c (__ctype_init): Define.
49966         * include/ctype.h (__ctype_init): Declare.
49967         (__ctype_b_loc): The variable is always initialized.
49968         (__ctype_toupper_loc): Likewise.
49969         (__ctype_tolower_loc): Likewise.
49970         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49971         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49972
49973 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49974
49975         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49976
49977         * configure.in: Also look in $cxxmachine/include for C++ system
49978         headers.
49979
49980 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49981
49982         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49983         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49984         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49985         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49986         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49987         (USE_AS_WMEMCMP): New macro.
49988         Fixing indents.
49989         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49990         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49991         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49992         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49993         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49994         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49995         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49996         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49997         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49998         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49999         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50000         (USE_AS_WMEMCMP): New macro.
50001         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50002         * sysdeps/string/test-memcmp.c: Update.
50003         Fix simple_wmemcmp.
50004         Add new tests.
50005         * wcsmbs/wmemcmp.c: Update.
50006         (WMEMCMP): New macro.
50007         Fix overflow bug.
50008
50009 2011-10-12  Andreas Jaeger  <aj@suse.de>
50010
50011         [BZ #13268]
50012         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50013
50014 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50015
50016         * libio/iofwide.c (do_length): Avoid warning.
50017
50018         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50019
50020 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50021
50022         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50023
50024         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50025         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50026         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50027         * sysdeps/i386/i686/fpu/e_log.S: New file.
50028         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50029         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50030
50031         * ctype/ctype.h: Add support for inlined isXXX functions when
50032         compiling C++ code.
50033
50034 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50035
50036         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50037
50038         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50039
50040 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50041
50042         [BZ #13291]
50043         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50044
50045 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50046
50047         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50048         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50049         feraiseexcept.
50050
50051         * sysdeps/x86_64/memrchr.S: Check for zero size.
50052
50053         * string/stratcliff.c: Add memrchr tests.
50054
50055 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50056
50057         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50058         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50059         rawmemchr-sse2 rawmemchr-sse2-bsf.
50060         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50061         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50062         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50063         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50064         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50065         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50066         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50067         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50068         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50069         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50070         * string/memrchr.c (MEMRCHR): New macro.
50071
50072 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50073
50074         Add integration with gcc's -ffinite-math-only and optimize wrapper
50075         functions in libm.
50076         * Versions.def: Define GLIBC_2.15 version for libm.
50077         * math/Makefile (headers): Add bits/math-finite.h.
50078         * math/bits/math-finite.h: New file.
50079         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50080         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50081         * math/e_acoshl.c: Add __*_finite alias.
50082         * math/e_acosl.c: Likewise.
50083         * math/e_asinl.c: Likewise.
50084         * math/e_atan2l.c: Likewise.
50085         * math/e_atanhl.c: Likewise.
50086         * math/e_coshl.c: Likewise.
50087         * math/e_exp10.c: Likewise.
50088         * math/e_exp10f.c: Likewise.
50089         * math/e_exp10l.c: Likewise.
50090         * math/e_exp2l.c: Likewise.
50091         * math/e_fmodl.c: Likewise.
50092         * math/e_gammal_r.c: Likewise.
50093         * math/e_hypotl.c: Likewise.
50094         * math/e_j0l.c: Likewise.
50095         * math/e_j1l.c: Likewise.
50096         * math/e_jnl.c: Likewise.
50097         * math/e_lgammal_r.c: Likewise.
50098         * math/e_log10l.c: Likewise.
50099         * math/e_log2l.c: Likewise.
50100         * math/e_logl.c: Likewise.
50101         * math/e_powl.c: Likewise.
50102         * math/e_sinhl.c: Likewise.
50103         * math/e_sqrtl.c: Likewise.
50104         * math/e_scalb.c: Completely rewritten and optimized.
50105         * math/e_scalbf.c: Likewise.
50106         * math/e_scalbl.c: Likewise.
50107         * math/w_acos.c: Likewise.
50108         * math/w_acosf.c: Likewise.
50109         * math/w_acosl.c: Likewise.
50110         * math/w_acosh.c: Likewise.
50111         * math/w_acoshf.c: Likewise.
50112         * math/w_acoshl.c: Likewise.
50113         * math/w_asin.c: Likewise.
50114         * math/w_asinf.c: Likewise.
50115         * math/w_asinl.c: Likewise.
50116         * math/w_atan2.c: Likewise.
50117         * math/w_atan2f.c: Likewise.
50118         * math/w_atan2l.c: Likewise.
50119         * math/w_atanh.c: Likewise.
50120         * math/w_atanhf.c: Likewise.
50121         * math/w_atanhl.c: Likewise.
50122         * math/w_exp10.c: Likewise.
50123         * math/w_exp10f.c: Likewise.
50124         * math/w_exp10l.c: Likewise.
50125         * math/w_fmod.c: Likewise.
50126         * math/w_fmodf.c: Likewise.
50127         * math/w_fmodl.c: Likewise.
50128         * math/w_j0.c: Likewise.
50129         * math/w_j0f.c: Likewise.
50130         * math/w_j0l.c: Likewise.
50131         * math/w_j1.c: Likewise.
50132         * math/w_j1f.c: Likewise.
50133         * math/w_j1l.c: Likewise.
50134         * math/w_jn.c: Likewise.
50135         * math/w_jnf.c: Likewise.
50136         * math/w_log.c: Likewise.
50137         * math/w_logf.c: Likewise.
50138         * math/w_logl.c: Likewise.
50139         * math/w_log10.c: Likewise.
50140         * math/w_log10f.c: Likewise.
50141         * math/w_log10l.c: Likewise.
50142         * math/w_log2.c: Likewise.
50143         * math/w_log2f.c: Likewise.
50144         * math/w_log2l.c: Likewise.
50145         * math/w_pow.c: Likewise.
50146         * math/w_powf.c: Likewise.
50147         * math/w_powl.c: Likewise.
50148         * math/w_remainder.c: Likewise.
50149         * math/w_remainderf.c: Likewise.
50150         * math/w_remainderl.c: Likewise.
50151         * math/w_scalb.c: Likewise.
50152         * math/w_scalbf.c: Likewise.
50153         * math/w_scalbl.c: Likewise.
50154         * math/w_sqrt.c: Likewise.
50155         * math/w_sqrtf.c: Likewise.
50156         * math/w_sqrtl.c: Likewise.
50157         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50158         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50159         used.
50160         * math/math_private.h: Declare __kernel_standard_f.
50161         * math/w_cosh.c: Remove cruft and optimize a bit.
50162         * math/w_coshf.c: Likewise.
50163         * math/w_coshl.c: Likewise.
50164         * math/w_exp2.c: Likewise.
50165         * math/w_exp2f.c: Likewise.
50166         * math/w_exp2l.c: Likewise.
50167         * math/w_hypot.c: Likewise.
50168         * math/w_hypotf.c: Likewise.
50169         * math/w_hypotl.c: Likewise.
50170         * math/w_lgamma.c: Likewise.
50171         * math/w_lgamma_r.c: Likewise.
50172         * math/w_lgammaf.c: Likewise.
50173         * math/w_lgammaf_r.c: Likewise.
50174         * math/w_lgammal.c: Likewise.
50175         * math/w_lgammal_r.c: Likewise.
50176         * math/w_sinh.c: Likewise.
50177         * math/w_sinhf.c: Likewise.
50178         * math/w_sinhl.c: Likewise.
50179         * math/w_tgamma.c: Likewise.
50180         * math/w_tgammaf.c: Likewise.
50181         * math/w_tgammal.c: Likewise.
50182         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50183         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50184         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50185         Minor optimizations.  Pretty printing.  Remove cruft.
50186         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50187         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50188         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50189         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50190         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50191         * sysdeps/i386/fpu/e_asin.S: Likewise.
50192         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50193         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50194         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50195         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50196         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50197         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50198         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50199         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50200         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50201         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50202         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50203         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50204         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50205         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50206         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50207         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50208         * sysdeps/i386/fpu/e_hypot.S: Likewise.
50209         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
50210         * sysdeps/i386/fpu/e_log.S: Likewise.
50211         * sysdeps/i386/fpu/e_log10.S: Likewise.
50212         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50213         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50214         * sysdeps/i386/fpu/e_log2.S: Likewise.
50215         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50216         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50217         * sysdeps/i386/fpu/e_logf.S: Likewise.
50218         * sysdeps/i386/fpu/e_logl.S: Likewise.
50219         * sysdeps/i386/fpu/e_pow.S: Likewise.
50220         * sysdeps/i386/fpu/e_powf.S: Likewise.
50221         * sysdeps/i386/fpu/e_powl.S: Likewise.
50222         * sysdeps/i386/fpu/e_remainder.S: Likewise.
50223         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
50224         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
50225         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50226         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50227         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50228         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
50229         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
50230         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
50231         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
50232         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50233         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50234         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
50235         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50236         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
50237         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
50238         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
50239         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50240         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
50241         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
50242         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
50243         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50244         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
50245         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
50246         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50247         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
50248         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
50249         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50250         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50251         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
50252         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
50253         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50254         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50255         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
50256         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
50257         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50258         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
50259         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
50260         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
50261         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50262         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
50263         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50264         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
50265         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
50266         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
50267         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
50268         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
50269         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
50270         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
50271         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
50272         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
50273         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
50274         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
50275         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50276         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
50277         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
50278         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
50279         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
50280         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
50281         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
50282         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
50283         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
50284         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50285         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
50286         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
50287         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
50288         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
50289         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
50290         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
50291         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
50292         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
50293         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50294         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50295         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
50296         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
50297         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
50298         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
50299         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
50300         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
50301         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
50302         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
50303         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
50304         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
50305         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
50306         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50307         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
50308         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
50309         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50310         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
50311         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50312         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
50313         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
50314         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50315         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50316         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
50317         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50318         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
50319         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
50320         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
50321         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50322         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
50323         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
50324         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
50325         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50326         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50327         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50328         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
50329         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
50330         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
50331         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
50332         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
50333         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
50334         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
50335         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50336         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50337         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50338         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50339         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
50340         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50341         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
50342         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
50343         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
50344         (__isnanf): Likewise.
50345         (__isinf_ns): Likewise.
50346         (__isinf_nsf): Likewise.
50347         (__finite): Likewise.
50348         (__finitef): Likewise.
50349         (__ieee754_sqrt): Define as macro.
50350         (__ieee754_sqrtf): Define as macro.
50351         (__ieee754_sqrtl): Define as macro.
50352         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
50353         inlined copy.
50354         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
50355         __FINITE_MATH_ONLY__ consistent.
50356         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
50357
50358 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
50359
50360         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
50361         of rawmemchr.
50362
50363         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
50364
50365 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
50366
50367         * po/ja.po: Update from translation team.
50368
50369 2011-10-08  Roland McGrath  <roland@hack.frob.com>
50370
50371         * locale/programs/locarchive.c (prepare_address_space): New function.
50372         (create_archive, enlarge_archive, open_archive): Use it.
50373
50374         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
50375         inside [SHARED], where it is used.
50376
50377         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
50378
50379         * nss/getent.c (netgroup_keys): Remove unused variable.
50380         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
50381
50382 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
50383
50384         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
50385         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
50386         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
50387         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
50388         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
50389         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
50390         * math/Makefile (libm-calls): Add s_isinf_ns.
50391         * math/divtc3.c: Use __isinf_nsl instead of isinf.
50392         * math/multc3.c: Likewise.
50393         * math/s_casin.c: Likewise.
50394         * math/s_casinf.c: Likewise.
50395         * math/s_casinl.c: Likewise.
50396         * math/s_ccos.c: Likewise.
50397         * math/s_ccosf.c: Likewise.
50398         * math/s_ccosl.c: Likewise.
50399         * math/s_ctan.c: Likewise.
50400         * math/s_ctanf.c: Likewise.
50401         * math/s_ctanh.c: Likewise.
50402         * math/s_ctanhf.c: Likewise.
50403         * math/s_ctanhl.c: Likewise.
50404         * math/s_ctanl.c: Likewise.
50405         * math/w_fmod.c: Likewise.
50406         * math/w_fmodf.c: Likewise.
50407         * math/w_fmodl.c: Likewise.
50408         * math/w_remainder.c: Likewise.
50409         * math/w_remainderf.c: Likewise.
50410         * math/w_remainderl.c: Likewise.
50411         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
50412         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
50413         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
50414         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
50415         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
50416         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
50417         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
50418         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
50419
50420         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
50421         of the number.
50422         * stdio-common/printf_fphex.c: Likewise.
50423         * stdio-common/printf_size.c: Likewise.
50424
50425         * math/e_exp10.c: Include math_private.h using <...> not "...".
50426         * math/e_exp10f.c: Likewise.
50427         * math/e_exp10l.c: Likewise.
50428         * math/e_exp2l.c: Likewise.
50429         * math/e_j0l.c: Likewise.
50430         * math/e_j1l.c: Likewise.
50431         * math/e_jnl.c: Likewise.
50432         * math/e_lgammal_r.c: Likewise.
50433         * math/e_rem_pio2l.c: Likewise.
50434         * math/e_scalb.c: Likewise.
50435         * math/e_scalbf.c: Likewise.
50436         * math/e_scalbl.c: Likewise.
50437         * math/k_cosl.c: Likewise.
50438         * math/k_sinl.c: Likewise.
50439         * math/k_tanl.c: Likewise.
50440         * math/s_cacoshf.c: Likewise.
50441         * math/s_catan.c: Likewise.
50442         * math/s_catanf.c: Likewise.
50443         * math/s_catanh.c: Likewise.
50444         * math/s_catanhf.c: Likewise.
50445         * math/s_catanhl.c: Likewise.
50446         * math/s_catanl.c: Likewise.
50447         * math/s_ccosh.c: Likewise.
50448         * math/s_ccoshf.c: Likewise.
50449         * math/s_ccoshl.c: Likewise.
50450         * math/s_cexp.c: Likewise.
50451         * math/s_cexpf.c: Likewise.
50452         * math/s_cexpl.c: Likewise.
50453         * math/s_clog.c: Likewise.
50454         * math/s_clog10.c: Likewise.
50455         * math/s_clog10f.c: Likewise.
50456         * math/s_clog10l.c: Likewise.
50457         * math/s_clogf.c: Likewise.
50458         * math/s_clogl.c: Likewise.
50459         * math/s_csin.c: Likewise.
50460         * math/s_csinf.c: Likewise.
50461         * math/s_csinh.c: Likewise.
50462         * math/s_csinhf.c: Likewise.
50463         * math/s_csinhl.c: Likewise.
50464         * math/s_csinl.c: Likewise.
50465         * math/s_csqrt.c: Likewise.
50466         * math/s_csqrtf.c: Likewise.
50467         * math/s_csqrtl.c: Likewise.
50468         * math/s_ctan.c: Likewise.
50469         * math/s_ctanf.c: Likewise.
50470         * math/s_ctanh.c: Likewise.
50471         * math/s_ctanhf.c: Likewise.
50472         * math/s_ctanhl.c: Likewise.
50473         * math/s_ctanl.c: Likewise.
50474         * math/s_ldexp.c: Likewise.
50475         * math/s_ldexpf.c: Likewise.
50476         * math/s_ldexpl.c: Likewise.
50477         * math/s_significand.c: Likewise.
50478         * math/s_significandf.c: Likewise.
50479         * math/s_significandl.c: Likewise.
50480         * math/w_acos.c: Likewise.
50481         * math/w_acosf.c: Likewise.
50482         * math/w_acosh.c: Likewise.
50483         * math/w_acoshf.c: Likewise.
50484         * math/w_acoshl.c: Likewise.
50485         * math/w_acosl.c: Likewise.
50486         * math/w_asin.c: Likewise.
50487         * math/w_asinf.c: Likewise.
50488         * math/w_asinl.c: Likewise.
50489         * math/w_atan2.c: Likewise.
50490         * math/w_atan2f.c: Likewise.
50491         * math/w_atan2l.c: Likewise.
50492         * math/w_atanh.c: Likewise.
50493         * math/w_atanhf.c: Likewise.
50494         * math/w_atanhl.c: Likewise.
50495         * math/w_cosh.c: Likewise.
50496         * math/w_coshf.c: Likewise.
50497         * math/w_coshl.c: Likewise.
50498         * math/w_dremf.c: Likewise.
50499         * math/w_exp10.c: Likewise.
50500         * math/w_exp10f.c: Likewise.
50501         * math/w_exp10l.c: Likewise.
50502         * math/w_exp2.c: Likewise.
50503         * math/w_exp2f.c: Likewise.
50504         * math/w_fmod.c: Likewise.
50505         * math/w_fmodf.c: Likewise.
50506         * math/w_fmodl.c: Likewise.
50507         * math/w_hypot.c: Likewise.
50508         * math/w_hypotf.c: Likewise.
50509         * math/w_hypotl.c: Likewise.
50510         * math/w_j0.c: Likewise.
50511         * math/w_j0f.c: Likewise.
50512         * math/w_j0l.c: Likewise.
50513         * math/w_j1.c: Likewise.
50514         * math/w_j1f.c: Likewise.
50515         * math/w_j1l.c: Likewise.
50516         * math/w_jn.c: Likewise.
50517         * math/w_jnf.c: Likewise.
50518         * math/w_jnl.c: Likewise.
50519         * math/w_lgamma.c: Likewise.
50520         * math/w_lgamma_r.c: Likewise.
50521         * math/w_lgammaf.c: Likewise.
50522         * math/w_lgammaf_r.c: Likewise.
50523         * math/w_lgammal.c: Likewise.
50524         * math/w_lgammal_r.c: Likewise.
50525         * math/w_log.c: Likewise.
50526         * math/w_log10.c: Likewise.
50527         * math/w_log10f.c: Likewise.
50528         * math/w_log10l.c: Likewise.
50529         * math/w_log2.c: Likewise.
50530         * math/w_log2f.c: Likewise.
50531         * math/w_log2l.c: Likewise.
50532         * math/w_logf.c: Likewise.
50533         * math/w_logl.c: Likewise.
50534         * math/w_pow.c: Likewise.
50535         * math/w_powf.c: Likewise.
50536         * math/w_powl.c: Likewise.
50537         * math/w_remainder.c: Likewise.
50538         * math/w_remainderf.c: Likewise.
50539         * math/w_remainderl.c: Likewise.
50540         * math/w_scalb.c: Likewise.
50541         * math/w_scalbf.c: Likewise.
50542         * math/w_scalbl.c: Likewise.
50543         * math/w_sinh.c: Likewise.
50544         * math/w_sinhf.c: Likewise.
50545         * math/w_sinhl.c: Likewise.
50546         * math/w_sqrt.c: Likewise.
50547         * math/w_sqrtf.c: Likewise.
50548         * math/w_sqrtl.c: Likewise.
50549         * math/w_tgamma.c: Likewise.
50550         * math/w_tgammaf.c: Likewise.
50551         * math/w_tgammal.c: Likewise.
50552
50553         * po/ja.po: Update from translation team.
50554
50555 2011-09-29  Andreas Jaeger  <aj@suse.de>
50556
50557         [BZ #13179]
50558         * sunrpc/netname.c (netname2host): Fix logic.
50559
50560         [BZ #6779]
50561         [BZ #6783]
50562         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
50563         correctly.
50564         * math/w_remainder.c (__remainder): Likewise.
50565         * math/w_remainderf.c (__remainderf): Likewise.
50566         * math/libm-test.inc (remainder_test): Add test cases.
50567
50568 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50569
50570         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
50571         sdiv_qrnnd.
50572
50573 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50574
50575         * string/test-memcmp.c: Avoid unncessary #defines.
50576         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50577
50578 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50579
50580         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
50581         Use new sse2 version for core i3 - i7 as it's faster
50582         than sse42 version.
50583         (bit_Prefer_PMINUB_for_stringop): New.
50584         * sysdeps/x86_64/rawmemchr.S: Update.
50585         Replace with faster SSE2 version.
50586         * sysdeps/x86_64/memrchr.S: New file.
50587         * sysdeps/x86_64/memchr.S: Update.
50588         Replace with faster SSE2 version.
50589
50590 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
50591
50592         * elf/dl-load.c (lose): Add cast to avoid warning.
50593
50594 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50595
50596         * po/ca.po: Update from translation team.
50597
50598         * inet/getnetgrent_r.c: Hook up nscd.
50599         * nscd/Makefile (routines): Add nscd_netgroup.
50600         (nscd-modules): Add netgroupcache.
50601         (CFLAGS-netgroupcache.c): Define.
50602         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
50603         (cache_search): Add const to second parameter.
50604         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
50605         INNETGR.
50606         (dbs): Add netgrdb entry.
50607         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
50608         (verify_persistent_db): Handle netgrdb.
50609         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
50610         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
50611         GETFDNETGR.
50612         (netgroup_response_header): Define.
50613         (innetgroup_response_header): Define.
50614         (datahead): Add netgroup_response_header and innetgroup_response_header
50615         elements.
50616         * nscd/nscd.conf: Add entries for netgroup cache.
50617         * nscd/nscd.h (dbtype): Add netgrdb.
50618         (_PATH_NSCD_NETGROUP_DB): Define.
50619         (netgroup_iov_disabled): Declare.
50620         (xmalloc, xcalloc, xrealloc): Move declarations here.
50621         (cache_search): Adjust prototype.
50622         Add netgroup-related prototypes.
50623         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
50624         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
50625         (__nscd_innetgr): Declare.
50626         * nscd/selinux.c (perms): Use access_vector_t as element type and
50627         add netgroup-related initializers.
50628         * nscd/netgroupcache.c: New file.
50629         * nscd/nscd_netgroup.c: New file.
50630         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
50631         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
50632         For four parameters use innetgr.
50633         * nss/nss_files/files-init.c: Add definition and callback for netgr.
50634         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
50635         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
50636         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
50637
50638         * nscd/connections.c (register_traced_file): Don't register file
50639         for disabled databases.
50640
50641 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
50642
50643         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
50644
50645         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
50646         from tree and freeing node.
50647
50648 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
50649
50650         * nss/nsswitch.c (__nss_database_lookup): Handle
50651         nss_parse_service_list out of memory case.
50652
50653 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
50654
50655         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
50656         out of memory case.
50657
50658 2011-10-04  Andreas Schwab  <schwab@redhat.com>
50659
50660         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
50661         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
50662         pass it down.
50663         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
50664         elf_machine_rela, elf_machine_lazy_rel.
50665         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
50666         (ELF_DYNAMIC_DO_REL): Likewise.
50667         (ELF_DYNAMIC_DO_RELA): Likewise.
50668         (ELF_DYNAMIC_RELOCATE): Likewise.
50669         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
50670         to ELF_DYNAMIC_DO_REL.
50671         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
50672         (dl_main): In trace mode always set __RTLD_NOIFUNC.
50673         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
50674         elf_machine_rela.
50675         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
50676         skip_ifunc, don't call ifunc function if non-zero.
50677         (elf_machine_rela): Likewise.
50678         (elf_machine_lazy_rel): Likewise.
50679         (elf_machine_lazy_rela): Likewise.
50680         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
50681         (elf_machine_lazy_rel): Likewise.
50682         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
50683         Likewise.
50684         (elf_machine_lazy_rel): Likewise.
50685         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50686         Likewise.
50687         (elf_machine_lazy_rel): Likewise.
50688         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
50689         (elf_machine_lazy_rel): Likewise.
50690         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
50691         (elf_machine_lazy_rel): Likewise.
50692         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
50693         (elf_machine_lazy_rel): Likewise.
50694         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
50695         (elf_machine_lazy_rel): Likewise.
50696         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
50697         (elf_machine_lazy_rel): Likewise.
50698         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
50699         (elf_machine_lazy_rel): Likewise.
50700
50701 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
50702
50703         * nss/nss_files/files-init.c (_nss_files_init): Use static
50704         initialization for all the *_traced_file variables.
50705
50706 2011-09-28  Andreas Schwab  <schwab@redhat.com>
50707
50708         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50709
50710 2011-09-27  Roland McGrath  <roland@hack.frob.com>
50711
50712         [BZ #13226]
50713         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
50714
50715 2011-09-27  Andreas Schwab  <schwab@redhat.com>
50716
50717         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50718         Reread the line before reparsing it.
50719
50720 2011-09-26  Andreas Schwab  <schwab@redhat.com>
50721
50722         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
50723
50724 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
50725             Maxim Kuvyrkov  <maxim@codesourcery.com>
50726             Joseph Myers  <joseph@codesourcery.com>
50727
50728         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
50729         if needed for __stack_chk_guard.
50730
50731 2011-09-19  Roland McGrath  <roland@hack.frob.com>
50732
50733         * sysdeps/posix/spawni.c (script_execute): Always define it.
50734         It will be optimized away if unused.
50735         (maybe_script_execute): New function.
50736         (__spawni): Call it.
50737
50738         * Makerules: Don't include tls.make.
50739         (config-tls): Always set to thread.
50740         * tls.make.c: File removed.
50741
50742 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
50743
50744         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50745         * config.make.in (CPPFLAGS-config): New substituted variable.
50746
50747 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50748
50749         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50750
50751         [BZ #13192]
50752         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50753         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50754
50755 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50756
50757         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50758         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50759         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50760         (CALL_FAIL): Likewise.
50761         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50762         (CALL_FAIL): Macro removed.
50763         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50764
50765 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50766
50767         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50768         for __FINITE_MATH_ONLY__ == 1.
50769
50770 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50771
50772         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50773         __ieee754_sqrt instead of sqrt.
50774         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50775         __ieee754_sqrtf instead of sqrtf.
50776         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50777         __floorf instead of floorf.
50778         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50779         __floorf, __truncf instead of floorf, truncf.
50780
50781 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50782
50783         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50784
50785         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50786         __extern_always_inline.
50787         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50788         32-bit.
50789
50790 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50791
50792         * elf/rtld.c (dl_main): Also relocate in dependency order when
50793         doing symbol dependency testing.
50794
50795 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50796
50797         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50798         Always define `refsym'.
50799
50800 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50801
50802         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50803         (__FD_ELT): Renamed from __FDELT.
50804         * misc/bits/select2.h (__FD_ELT): Likewise.
50805         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50806         __FD_MASK instead of __FDELT, __FDMASK.
50807         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50808         Likewise.
50809         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50810         Likewise.
50811
50812         * elf/Makefile (gen-ldd): Fix pattern.
50813
50814         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50815         (init_tls): Likewise.
50816
50817 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50818
50819         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50820
50821 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50822
50823         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50824         `struct cmsghdr *' instead of `void *'.
50825         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50826         Likewise.
50827
50828 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50829
50830         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50831         if non-absolute.
50832         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50833         ldd_rewrite_script.
50834
50835 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50836
50837         * configure.in: Remove --with-tls option.
50838         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50839         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50840         out in case it is missing.
50841         * sysdeps/ia64/elf/configure.in: Likewise.
50842         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50843         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50844         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50845         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50846         * sysdeps/sh/elf/configure.in: Likewise.
50847         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50848         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50849         * sysdeps/x86_64/elf/configure.in: Likewise.
50850         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50851         * sysdeps/mach/hurd/tls.h: Likewise.
50852
50853         [BZ #13067]
50854         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50855
50856         [BZ #13090]
50857         * configure.in: Fix use of AC_INIT.
50858
50859         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50860
50861 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50862
50863         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50864         __set_errno.
50865         * malloc/hooks.c: Likewise.
50866
50867         [BZ #11929]
50868         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50869         variables statically.
50870         (narenas): Initialize.
50871         (list_lock): Initialize.
50872         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50873         initializtion of main_arena and list_lock.  Small cleanups.
50874         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50875         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50876         Add initializers to main_arena and mp_.
50877         (malloc_state): Remove pagesize member.  Change all users to use
50878         GLRO(dl_pagesize).
50879
50880         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50881         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50882         is always initialized.
50883
50884         * malloc/malloc.c: Removed unused configurations and dead code.
50885         * malloc/arena.c: Likewise.
50886         * malloc/hooks.c: Likewise.
50887         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50888
50889         * include/tls.h: Removed.  USE___THREAD must always be defined.
50890         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50891         * elf/dl-libc.c: Likewise.
50892         * elf/dl-tsd.c: Likewise.
50893         * include/errno.h: Likewise.
50894         * include/netdb.h: Likewise.
50895         * include/resolv.h: Likewise.
50896         * inet/herrno-loc.c: Likewise.
50897         * inet/herrno.c: Likewise.
50898         * malloc/arena.c: Likewise.
50899         * malloc/hooks.c: Likewise.
50900         * malloc/malloc.c: Likewise.
50901         * resolv/res-state.c: Likewise.
50902         * resolv/res_libc.c: Likewise.
50903         * sysdeps/i386/dl-machine.h: Likewise.
50904         * sysdeps/ia64/dl-machine.h: Likewise.
50905         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50906         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50907         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50908         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50909         * sysdeps/sh/dl-machine.h: Likewise.
50910         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50911         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50912         * sysdeps/unix/i386/sysdep.S: Likewise.
50913         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50914         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50915         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50916         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50917         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50918         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50919         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50920         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50921         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50922         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50923         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50924         * sysdeps/x86_64/dl-machine.h: Likewise.
50925         * tls.make.c: Likewise.
50926
50927         * configure.in: Remove --with-__thread option.  Make tests for
50928         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50929         tls_model attribute fail if no support is available.  Remove
50930         USE_IN_LIBIO.
50931         * Makeconfig: Adjust for dropped configure option.  All features are
50932         now mandatory.
50933         * Makerules: Likewise.
50934         * Versions.def: Likewise.
50935         * argp/argp-fmtstream.c: Likewise.
50936         * argp/argp-fmtstream.h: Likewise.
50937         * argp/argp-help.c: Likewise.
50938         * assert/assert.c: Likewise.
50939         * config.h.in: Likewise.
50940         * config.make.in: Likewise.
50941         * configure: Likewise.
50942         * configure.in: Likewise.
50943         * csu/Versions: Likewise.
50944         * csu/init.c: Likewise.
50945         * elf/tst-audit2.c: Likewise.
50946         * elf/tst-tls10.c: Likewise.
50947         * elf/tst-tls10.h: Likewise.
50948         * elf/tst-tls11.c: Likewise.
50949         * elf/tst-tls12.c: Likewise.
50950         * elf/tst-tls14.c: Likewise.
50951         * elf/tst-tlsmod11.c: Likewise.
50952         * elf/tst-tlsmod12.c: Likewise.
50953         * elf/tst-tlsmod13.c: Likewise.
50954         * elf/tst-tlsmod13a.c: Likewise.
50955         * elf/tst-tlsmod14a.c: Likewise.
50956         * elf/tst-tlsmod15b.c: Likewise.
50957         * elf/tst-tlsmod16a.c: Likewise.
50958         * elf/tst-tlsmod16b.c: Likewise.
50959         * elf/tst-tlsmod7.c: Likewise.
50960         * elf/tst-tlsmod8.c: Likewise.
50961         * elf/tst-tlsmod9.c: Likewise.
50962         * gmon/gmon.c: Likewise.
50963         * grp/fgetgrent_r.c: Likewise.
50964         * grp/putgrent.c: Likewise.
50965         * hurd/fopenport.c: Likewise.
50966         * include/libc-symbols.h: Likewise.
50967         * include/tls.h: Likewise.
50968         * intl/gettextP.h: Likewise.
50969         * intl/loadinfo.h: Likewise.
50970         * locale/global-locale.c: Likewise.
50971         * locale/localeinfo.h: Likewise.
50972         * mach/devstream.c: Likewise.
50973         * malloc/arena.c: Likewise.
50974         * malloc/set-freeres.c: Likewise.
50975         * misc/err.c: Likewise.
50976         * misc/getttyent.c: Likewise.
50977         * misc/mntent_r.c: Likewise.
50978         * posix/getopt.c: Likewise.
50979         * posix/wordexp.c: Likewise.
50980         * pwd/fgetpwent_r.c: Likewise.
50981         * resolv/Versions: Likewise.
50982         * resolv/res_hconf.c: Likewise.
50983         * shadow/fgetspent_r.c: Likewise.
50984         * shadow/putspent.c: Likewise.
50985         * stdio-common/printf_fphex.c: Likewise.
50986         * stdio-common/tmpfile.c: Likewise.
50987         * stdlib/abort.c: Likewise.
50988         * stdlib/fmtmsg.c: Likewise.
50989         * sunrpc/auth_unix.c: Likewise.
50990         * sunrpc/clnt_perr.c: Likewise.
50991         * sunrpc/clnt_tcp.c: Likewise.
50992         * sunrpc/clnt_udp.c: Likewise.
50993         * sunrpc/clnt_unix.c: Likewise.
50994         * sunrpc/openchild.c: Likewise.
50995         * sunrpc/svc_simple.c: Likewise.
50996         * sunrpc/svc_tcp.c: Likewise.
50997         * sunrpc/svc_udp.c: Likewise.
50998         * sunrpc/svc_unix.c: Likewise.
50999         * sunrpc/xdr.c: Likewise.
51000         * sunrpc/xdr_array.c: Likewise.
51001         * sunrpc/xdr_rec.c: Likewise.
51002         * sunrpc/xdr_ref.c: Likewise.
51003         * sunrpc/xdr_stdio.c: Likewise.
51004
51005 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51006
51007         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51008
51009 2011-07-03  Andreas Jaeger  <aj@suse.de>
51010
51011         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51012         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51013         regenerate with gen-libm-tests.pl.
51014
51015 2010-05-12  Petr Baudis  <pasky@suse.cz>
51016
51017         [BZ #11589]
51018         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51019         around j0() zero points by switching to j1().
51020         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51021         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51022         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51023         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51024
51025 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51026
51027         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51028         instead of 0.
51029         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51030         instead of 0.
51031         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51032         Patch in part by Pavel Roskin <proski@gnu.org>.
51033
51034         [BZ #13138]
51035         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51036         realloc.
51037         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51038         Free memory block if necessary.
51039
51040         [BZ #12847]
51041         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51042         be NULL.  Don't lock in this case.
51043
51044 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51045
51046         * elf/elf.h (ELFOSABI_GNU): New macro.
51047         (ELFOSABI_LINUX): Define to that.
51048
51049 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51050
51051         * string/strncat.c (strncat): Undef the symbol in case it has been
51052         defined in bits/string.h.
51053
51054 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51055
51056         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51057
51058         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51059         link map.
51060
51061 2011-08-17  Andreas Jaeger  <aj@suse.de>
51062
51063         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51064
51065 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51066             Ian Lance Taylor  <iant@google.com>
51067
51068         * math/libm-test.inc (lround_test): New testcase.
51069         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51070
51071 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51072
51073         * Makefile: Remove support for automatic cvs check-ins.
51074         * Makerules: Likewise.
51075         * config.make.in: Likewise.
51076         * configure.in: Likewise.
51077         * intl/Makefile: Likewise.
51078         * locale/Makefile: Likewise.
51079         * po/Makefile: Likewise.
51080         * posix/Makefile: Likewise.
51081         * sysdeps/gnu/Makefile: Likewise.
51082         * sysdeps/mach/hurd/Makefile: Likewise.
51083         * sysdeps/sparc/sparc32/Makefile: Likewise.
51084
51085         [BZ #13118]
51086         * posix/Makefile (bug-regex32-ENV): Define.
51087         Patch by John Stanley <jpsinthemix@verizon.net>.
51088
51089         * misc/Makefile (headers): Add bits/select2.h.
51090         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51091         * misc/bits/select2.h: New file.
51092         * include/bits/select2.h: New file.
51093         * debug/Makefile (routines): Add fdelt_chk.
51094         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51095         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51096         FD_ISSET.
51097         * debug/fdelt_chk.c: New file.
51098
51099         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51100         * wcsmbs/test-wmemcmp.c: Likewise.
51101         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51102         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51103
51104 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51105
51106         * string/Makefile (strop-tests): Add memcmp.
51107         * string/test-wmemcmp.c: New file.
51108         * string/test-memcmp.c: Add wmemcmp support.
51109
51110 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51111
51112         [BZ #13153]
51113         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51114         2011-07-19 change.
51115
51116         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51117         garbage value in a __mach_port_mod_refs call in the cases of the
51118         task-self and thread-self ports.
51119
51120 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51121
51122         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51123
51124 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51125
51126         * elf/dl-load.c (lose): Check for non-null L.
51127
51128 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51129
51130         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51131
51132         * elf/dl-libc.c (dlerror_run): Pass back error code from
51133         dl_catch_error.
51134
51135         [BZ #13123]
51136         * elf/dl-load.c (lose): Free l_origin if it is valid.
51137
51138         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51139         names.
51140         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51141         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51142         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51143         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51144         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51145         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51146
51147 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51148
51149         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51150         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51151         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51152         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51153         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51154         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51155         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51156         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51157         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51158         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51159
51160 2011-08-15  Alan Modra  <amodra@gmail.com>
51161
51162         [BZ #13092]
51163         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51164         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51165         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51166         ppc_mcount to static-only-routines.
51167         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51168         __mcount_internal.
51169         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51170         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51171
51172 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51173
51174         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51175         for finite and infinity parameters.
51176
51177 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51178
51179         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51180         and add nop instructions for throughput optimization.
51181         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51182
51183 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51184
51185         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51186         aligned copy for power7 with vector-scalar instructions.
51187         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51188
51189 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51190
51191         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51192         AVX check.
51193
51194 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51195
51196         [BZ #13144]
51197         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51198         last change.
51199
51200 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51201
51202         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51203         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51204         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51205         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51206         clock_gettime.
51207
51208 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51209
51210         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
51211         Forgot to demangle the pointer.
51212
51213         * sysdeps/i386/sysdep.h: Define atom_text_section.
51214         * sysdeps/x86_64/sysdep.h: Likewise.
51215         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
51216         section with atom_text_section.
51217         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51218         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51219         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
51220         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51221         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
51222
51223         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
51224         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
51225         already be defined.  Change to take two parameters and don't assign
51226         result to variable.  Adjust all users.
51227         Define INTERNAL_GETTIME if not already defined.
51228         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
51229         call.
51230         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
51231         HAVE_CLOCK_GETTIME_VSYSCALL.
51232         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
51233
51234         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
51235         gettimeofday vsyscall, just use time.
51236
51237 2011-09-06  Andreas Schwab  <schwab@redhat.com>
51238
51239         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
51240         <errno.h>.
51241
51242 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51243
51244         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
51245         syscall on x86-64.
51246         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
51247         syscall.
51248         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
51249         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
51250         syscall if possible.
51251
51252 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51253
51254         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
51255         e_ident.  Don't pass to find_mapsXX.
51256         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
51257
51258 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51259
51260         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51261         strchr-sse2-no-bsf strrchr-sse2-no-bsf
51262         * sysdeps/x86_64/multiarch/strchr.S: Update.
51263         Check bit_slow_BSF bit.
51264         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51265         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
51266         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
51267
51268 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51269
51270         [BZ #13134]
51271         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
51272         before glibc 2.15.
51273         (tryshell): Define.
51274         (__spawni): Change last parameter to be flag.  Test
51275         SPAWN_XFLAGS_USE_PATH flag to use path or not.
51276         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
51277         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
51278         * posix/spawni.c: Likewise.
51279         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
51280         * posix/spawnp.c: Likewise.  Change normal version to use
51281         SPAWN_XFLAGS_USE_PATH.
51282         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
51283         SPAWN_XFLAGS_TRY_SHELL.
51284
51285         [BZ #13150]
51286         * posix/glob.h: Remove gcc 1.x support.
51287
51288         [BZ #13068]
51289         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
51290
51291 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51292
51293         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51294         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
51295         strrchr-sse2-bsf
51296         * sysdeps/i386/i686/multiarch/strchr.S: New file.
51297         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
51298         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
51299         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
51300         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
51301         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
51302
51303 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51304
51305         * sysdeps/x86_64/wcscmp.S: New file.
51306
51307         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
51308         wcscmp-c wcscmp-sse2
51309         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
51310         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
51311         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
51312         * wcsmbs/wcscmp.c: Allow renaming.
51313
51314 2011-09-05  David S. Miller  <davem@davemloft.net>
51315
51316         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
51317         stack slot, rather than the struct return pointer slot.
51318         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
51319         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
51320         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
51321         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
51322
51323 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51324
51325         * po/ja.po: Update from translation team.
51326
51327         [BZ #13144]
51328         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
51329         kernel in 64-bit binaries.
51330
51331 2011-09-01  David S. Miller  <davem@davemloft.net>
51332
51333         * elf/elf.h (HWCAP_SPARC_*): Move to..
51334         * sysdeps/sparc/sysdep.h: this new file and add new values.
51335         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
51336         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
51337         _DL_HWCAP_COUNT to 24.
51338         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
51339         entries.
51340         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
51341         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
51342         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
51343         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
51344         instead of magic constants.
51345         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51346
51347 2011-08-31  David S. Miller  <davem@davemloft.net>
51348
51349         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
51350         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
51351         Reimplement to do errno handling inline.
51352         (SYSCALL_ERROR_HANDLER): New macro.
51353         (__SYSCALL_STRING): Do not do errno handling in asm.
51354         (__CLONE_SYSCALL_STRING): Delete.
51355         (__INTERNAL_SYSCALL_STRING): Delete.
51356         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
51357         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
51358         (PSEUDO): Reimplement to do errno handling inline.
51359         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
51360         (SYSCALL_ERROR_HANDLER): New macro.
51361         (__SYSCALL_STRING): Do not do errno handling in asm.
51362         (__CLONE_SYSCALL_STRING): Delete.
51363         (__INTERNAL_SYSCALL_STRING): Delete.
51364         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
51365         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
51366         i386.
51367         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
51368         (inline_syscall*): Add 'err' argument.
51369         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
51370         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
51371         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
51372         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
51373
51374         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
51375         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
51376
51377 2011-08-30  Andreas Schwab  <schwab@redhat.com>
51378
51379         * elf/rtld.c (dl_main): Relocate objects in dependency order.
51380
51381 2011-08-29  Jiri Olsa <jolsa@redhat.com>
51382
51383         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
51384         directive.
51385
51386 2011-08-24  David S. Miller  <davem@davemloft.net>
51387
51388         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
51389
51390 2011-08-24  Andreas Schwab  <schwab@redhat.com>
51391
51392         * elf/Makefile: Add rules to build and run unload8 test.
51393         * elf/unload8.c: New file.
51394         * elf/unload8mod1.c: New file.
51395         * elf/unload8mod1x.c: New file.
51396         * elf/unload8mod2.c: New file.
51397         * elf/unload8mod3.c: New file.
51398
51399         * elf/dl-close.c (_dl_close_worker): Reset private search list if
51400         it wasn't used.
51401
51402 2011-08-23  David S. Miller  <davem@davemloft.net>
51403
51404         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
51405         subtract stack bias.
51406         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
51407         %sp not %fp in calculations.
51408         (_JMPBUF_UNWINDS_ADJ): Likewise.
51409
51410         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
51411         (aio_suspend): Call it to force an exception region around the
51412         AIO_MISC_WAIT() invocation.
51413
51414 2011-08-23  Andreas Schwab  <schwab@redhat.com>
51415
51416         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
51417         backslash.
51418
51419 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
51420
51421         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
51422         protection macro.
51423         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
51424         and <dl-machine.h>.
51425         (Elf64_FuncDesc): Remove.
51426
51427 2011-08-22  David S. Miller  <davem@davemloft.net>
51428
51429         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
51430         sigaltstack check, add missing cfi directives.
51431         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
51432         missing cfi directives, and sigaltstack handling.
51433
51434 2011-08-16  Andreas Schwab  <schwab@redhat.com>
51435
51436         [BZ #11724]
51437         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
51438         object is seen twice.
51439         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51440
51441         * elf/Makefile (distribute): Add tst-initorder2.c.
51442         (tests): Add tst-initorder2.
51443         (modules-names): Add tst-initorder2a tst-initorder2b
51444         tst-initorder2c tst-initorder2d.  Add rules to build them.
51445         ($(objpfx)tst-initorder2.out): New rule.
51446         * elf/tst-initorder2.c: New file.
51447         * elf/tst-initorder2.exp: New file.
51448
51449 2011-08-22  Andreas Schwab  <schwab@redhat.com>
51450
51451         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
51452
51453         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
51454         dependencies back to end of function.
51455
51456         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51457         $(elfobjdir)/ld.so.
51458
51459 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
51460
51461         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
51462         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
51463         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
51464         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
51465         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
51466         of __vdso_gettimeofday.
51467         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
51468         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
51469         attribute_hidden.
51470         (_libc_vdso_platform_setup): Remove initialization of
51471         __vdso_gettimeofday and __vdso_time.
51472
51473 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
51474
51475         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
51476         and fgetc_unlocked.
51477         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
51478         getc_unlocked.
51479
51480         * elf/dl-open.c (add_to_global): Report additions to the global scope
51481         for LD_DEBUG=scopes.
51482         (dl_open_worker): Also print scope of newly loaded dependencies.
51483         (_dl_show_scope): Indicate if there is no scope.
51484
51485         [BZ #13114]
51486         * stdio-common/Makefile (tests): Add bug24.
51487         * stdio-common/bug24.c: New file.
51488
51489 2011-08-19  Andreas Jaeger  <aj@suse.de>
51490
51491         [BZ #13114]
51492         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
51493         non-existant file when using close-on-exec mode.
51494
51495 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
51496
51497         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
51498         the very first instruction.
51499
51500         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
51501         the CFI state in the end.
51502         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
51503         inclusion of dl-trampoline.h.
51504         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
51505
51506 2011-08-19  Andreas Schwab  <schwab@redhat.com>
51507
51508         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
51509         expectations for long double.
51510
51511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
51512         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
51513
51514 2011-08-14  David S. Miller  <davem@davemloft.net>
51515
51516         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
51517         artificual limit depends upon the system page size.
51518
51519 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
51520
51521         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
51522         * resolv/Makefile: Define CFLAGS-libresolv.
51523
51524 2011-08-17  Andreas Schwab  <schwab@redhat.com>
51525
51526         * nss/makedb.c (compute_tables): Make variables used in nested
51527         function static.
51528
51529 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
51530
51531         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
51532         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
51533         if buffer was too small.
51534
51535         * elf/pldd.c (main): Attach to all threads in the process.
51536         Rewrite /proc handling to use *at functions.
51537
51538 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
51539
51540         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
51541         specifies first scope to show.
51542         (dl_open_worker): Update callers.  Move printing scope of new
51543         object to before the relocation.
51544         * elf/rtld.c (dl_main): Update _dl_show_scope call.
51545         * sysdeps/generic/ldsodefs.h: Update declaration.
51546
51547         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
51548         string for the scope number.
51549
51550 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
51551
51552         * nscd/servicescache.c (cache_addserv): Make sure written is always
51553         initialized.
51554
51555 2011-08-14  Roland McGrath  <roland@hack.frob.com>
51556
51557         * sysdeps/i386/i486/bits/atomic.h
51558         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
51559         statement expression, so as to suppress "set but not used" warning.
51560         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
51561
51562         * string/strncat.c (STRNCAT): Use prototype definition.
51563
51564         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
51565         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
51566         -Iprograms here.
51567         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
51568         (localedef-modules): Add localedef.
51569         (locale-modules): Add locale.
51570
51571         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
51572         * elf/rtld.c (dl_main): Invert order of assignment in last change,
51573         to avoid a warning.
51574
51575 2011-08-14  David S. Miller  <davem@davemloft.net>
51576
51577         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
51578         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
51579
51580 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
51581
51582         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
51583         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
51584         * elf/rtld.c (dl_main): Set l_name of vDSO.
51585         Call _dl_show_scope when DL_DEBUG_SCOPES.
51586         (process_dl_debug): Recognize scopes flag and also set it for all.
51587         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
51588         Declare _dl_show_scope.
51589
51590         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
51591         (do_dlopen): Pass caller_dlopen to dl_open.
51592         (__libc_dlopen_mode): Initialize caller_dlopen.
51593
51594         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
51595         of libc.  Make tolower call locale-independent.  Optimize a bit by
51596         using isdigit instead of isalnum.
51597         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
51598
51599 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
51600
51601         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
51602         was a dependency or dynamically loaded.
51603
51604 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
51605
51606         * intl/l10nflist.c: Allow architecture-specific pop function.
51607         * sysdeps/x86_64/l10nflist.c: New file.
51608
51609         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
51610         classification.
51611
51612 2011-08-10  Andreas Schwab  <schwab@redhat.com>
51613
51614         * include/dirent.h: Add libc_hidden_proto for scandirat and
51615         scandirat64.  Don't declare __scandirat64.
51616         * dirent/scandirat.c: Add libc_hidden_def.
51617         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
51618         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
51619
51620 2011-08-10  David S. Miller  <davem@davemloft.net>
51621
51622         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
51623         enum.
51624         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51625         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51626         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51627
51628 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
51629
51630         * Versions.def [libc]: Add GLIBC_2.15.
51631         * dirent/Makefile (routines): Add scandirat and scandirat64.
51632         * dirent/Versions [libc]: Export scandirat and scandirat64 for
51633         GLIBC_2.15.
51634         * dirent/dirent.h: Declare scandirat and scandirat64.
51635         * dirent/scandirat.c: New file.
51636         * dirent/scandirat64.c: New file.
51637         * sysdeps/wordsize-64/scandirat.c: New file.
51638         * sysdeps/wordsize-64/scandirat64.c: New file.
51639         * dirent/opendir.c: Define opendirat.
51640         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
51641         using scandirat.
51642         * dirent/scandir64.c: Adjust for scandir.c change.
51643         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
51644         __scandirat64, and __scandir_cancel_handler.
51645         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
51646         additional parameter and use openat instead of open (outside of ld.so).
51647         Add new __opendir as wrapper around __opendirat.
51648         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
51649         here without requiring old scandirat implementation.
51650
51651 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
51652
51653         * dirent/scandir.c (cancel_handler): Renamed to
51654         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
51655         defined.  Adjust users.
51656         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
51657         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
51658
51659 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
51660
51661         * string/test-string.h (IMPL): Use __STRING to expand name and then
51662         stringify it.
51663
51664         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
51665         of cleanups.
51666
51667 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51668
51669         * string/Makefile: Update.
51670         (strop-tests): Append strncat.
51671         * string/test-wcscmp.c: New file.
51672         New comprehensive test for wcscmp.
51673         * string/test-strcmp.c: Update.
51674         (WIDE): New define.
51675
51676 2011-07-22  Andreas Schwab  <schwab@redhat.com>
51677
51678         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
51679         line.
51680
51681 2011-07-26  Andreas Schwab  <schwab@redhat.com>
51682
51683         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51684         encoding to ACE if AI_IDN.
51685
51686 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
51687
51688         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
51689         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
51690
51691 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51692
51693         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
51694         Fix overflow bug in strncat.
51695         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
51696
51697         * string/test-strncat.c: Update.
51698         Add new tests for checking overflow bugs.
51699
51700 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51701
51702         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51703         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
51704         * sysdeps/i386/i686/multiarch/strcat.S: New file.
51705         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
51706         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
51707         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
51708         * sysdeps/i386/i686/multiarch/strncat.S: New file.
51709         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
51710         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
51711
51712         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
51713         (USE_AS_STRCAT): Define.
51714         Add strcat and strncat support.
51715         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51716
51717 2011-07-25  Andreas Schwab  <schwab@redhat.com>
51718
51719         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
51720         __n bigger than INT_MAX+1.
51721         (__strncmp_g): Likewise.
51722
51723 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
51724
51725         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
51726         * libio/stido.h: Likewise.
51727
51728         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
51729         (AF_NFC): Define.
51730         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
51731         (AF_NFC): Define.
51732
51733         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
51734         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51735         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51736         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
51737         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51738
51739         [BZ #13021]
51740         * scripts/test-installation.pl: Don't expect libnss_test1 to be
51741         installed.
51742
51743         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51744         typo.
51745         (_dl_x86_64_save_sse): Likewise.
51746
51747 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51748
51749         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51750         OSXSAVE.
51751         (_dl_x86_64_save_sse): Likewise.
51752
51753         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51754
51755         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51756
51757 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51758
51759         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51760         change.
51761         (_dl_x86_64_save_sse): Use correct AVX check.
51762
51763 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51764
51765         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51766         bug in strncpy/strncat.
51767         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51768
51769 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51770
51771         * string/tester.c (test_strcat): Add tests for different alignments
51772         of source and destination.
51773         (test_strncat): Likewise.
51774
51775 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51776
51777         [BZ #12852]
51778         * posix/glob.c (glob): Check passed in values before using them in
51779         expressions to avoid some overflows.
51780         (glob_in_dir): Likewise.
51781
51782         [BZ #13007]
51783         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51784         check for AVX enablement so that we don't crash with old kernels and
51785         new hardware.
51786         * elf/tst-audit4.c: Add same checks here.
51787         * elf/tst-audit6.c: Likewise.
51788
51789         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51790
51791 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51792
51793         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51794
51795 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51796
51797         * po/cs.po: Update from translation team.
51798         * po/bg.po: Likewise.
51799
51800 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51801
51802         * misc/sys/cdefs.h: Add support for const attribute.
51803         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51804         to gnu_dev_{major,minor,makedev} functions.
51805
51806 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51807
51808         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51809
51810 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51811
51812         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51813         strlen results.
51814
51815 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51816
51817         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51818         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51819         register in order to avoid conflicts with the soft frame pointer
51820         being held in r11 when necessary.
51821         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51822         (INTERNAL_VSYSCALL_NCS): Likewise.
51823
51824 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51825
51826         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51827         * elf/dl-fini.c (_dl_fini): Adjust caller.
51828         * elf/dl-close.c (_dl_close_worker): Likewise.
51829         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51830
51831 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51832
51833         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51834         "aux_cache->nlibs < 0".
51835
51836         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51837         in the reload-count case.
51838
51839 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51840
51841         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51842         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51843         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51844         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51845         * sysdeps/x86_64/multiarch/strcat.S: New file.
51846         * sysdeps/x86_64/multiarch/strncat.S: New file.
51847         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51848         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51849         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51850         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51851         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51852         (USE_AS_STRCAT): Define.
51853         Add strcat and strncat support.
51854         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51855         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51856         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51857         * string/strncat.c: Update.
51858         (USE_AS_STRNCAT): Define.
51859         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51860         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51861         and i7.
51862         * sysdeps/x86_64/multiarch/init-arch.h
51863         (bit_Prefer_PMINUB_for_stringop): New.
51864         (index_Prefer_PMINUB_for_stringop): Likewise.
51865         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51866         bit_Prefer_PMINUB_for_stringop.
51867
51868 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51869
51870         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51871         buffer64.
51872         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51873         of casting of buffer.
51874         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51875         buffer32 and buffer64.
51876         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51877         writes instead of casting of buffer.
51878         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51879         buffer32.
51880         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51881         casting of buffer.
51882
51883 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51884
51885         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51886
51887 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51888
51889         * nscd/nscd.c (termination_handler): Don't do anything for a database
51890         if it has not yet been initialized.
51891
51892 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51893
51894         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51895
51896 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51897
51898         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51899
51900 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51901
51902         * po/nl.po: Update from translation team.
51903         * po/sv.po: Likewise.
51904
51905 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51906
51907         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51908         now disallowed by GCC.
51909
51910         * configure.in (use-default-link): Default to yes if a test -shared
51911         link meets our qualifications.
51912         * configure: Regenerated.
51913
51914         * config.make.in (output-format): New variable.
51915         * configure.in: Check for ld --print-output-format support.
51916         * configure: Regenerated.
51917         * Makerules ($(common-objpfx)format.lds)
51918         [$(output-format) != unknown]: Just use $(output-format),
51919         instead of the linker-script munging.
51920
51921 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51922
51923         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51924         of $(common-objpfx)shlib.lds.
51925         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51926
51927         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51928         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51929
51930         * configure.in (-z relro check): Adjust test code to add a large
51931         writable data section after it.
51932         * configure: Regenerated.
51933
51934 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51935
51936         * configure.in (-z relro check): Fix test code to make the variable
51937         truly const.
51938         * configure: Regenerated.
51939
51940 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51941
51942         * nscd/nscd.h (struct traced_file): Define.
51943         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51944         elements.  Add traced_files.
51945         (inotify_fd): Declare.
51946         (register_traced_file): Declare.
51947         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51948         (inotify_fd): Export.
51949         (resolv_conf_descr): Remove.
51950         (nscd_init): Move inotify descriptor creation to main.
51951         Don't register files for notification here.
51952         (register_traced_file): New function.
51953         (invalidate_cache): Don't use reset_res to determine whether to call
51954         res_init, go through the list of registered files.
51955         (main_loop_poll): The inotify descriptors are now stored in the
51956         structures for the traced files.
51957         (main_loop_epoll): Likewise
51958         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51959         to __nss_disable_nscd.
51960         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51961         for a database anymore.  Check the records for all the registered
51962         files instead.
51963         * nss/Makefile (libnss_files-routines): Add files-init.
51964         (libnss_db-routines): Add db-init.
51965         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51966         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51967         * nss/nss_db/db-init.c: New file.
51968         * nss/nss_files/files-init.c: New file.
51969         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51970         __nss_lookup_function.
51971         (__nss_lookup_function): Call nss_load_library.
51972         (nss_load_all_libraries): New function.
51973         (__nss_disable_nscd): Take parameter with callback function for files
51974         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51975         used for the cached services.
51976         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51977         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51978         options for features to all the files in nscd.
51979
51980         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51981
51982 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51983
51984         * csu/elf-init.c (__libc_csu_init): Comment typo.
51985
51986 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51987
51988         * po/pl.po: Update from translation team.
51989         * po/ja.po: Likewise.
51990         * po/ru.po: Likewise.
51991         * po/ko.po: Likewise.
51992         * po/fr.po: Likewise.
51993
51994 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51995
51996         * configure.in (.ctors/.dtors header and trailer check):
51997         Use an empirical test on a built program.
51998         * configure: Regenerated.
51999
52000         * configure.in (-z relro check): Use an empirical test on a built DSO.
52001         Detect, but do not require, on ia64.
52002         * configure: Regenerated.
52003
52004         * configure.in (READELF): Find it with AC_CHECK_TOOL.
52005         Update tests that use readelf to use $READELF instead.
52006         * configure: Regenerated.
52007
52008 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52009
52010         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52011         if the result is not used.
52012
52013 2011-07-05  Andreas Jaeger  <aj@suse.de>
52014
52015         [BZ#9696]
52016         * stdlib/tst-strtod.c: Add testcase.
52017
52018 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52019
52020         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52021         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52022         The latter has a higher limit.  Take additional parameter to pass to
52023         the new function.
52024         (__pathconf): Pass file to __statfs_link_max.
52025         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52026         __statfs_link_max.
52027         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52028         __statfs_link_max.
52029
52030         [BZ #12868]
52031         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52032         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52033         Handle Lustre.
52034         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52035         (__statfs_filesize_max): Likewise.
52036         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52037
52038 2011-07-05  Andreas Jaeger  <aj@suse.de>
52039
52040         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52041
52042 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52043
52044         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52045         `status' variable.
52046         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52047         Likewise.
52048
52049 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52050
52051         * Makefile (strop-tests): Add strncat.
52052         * string/test-strncat.c: New file.
52053
52054 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52055
52056         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52057
52058 2011-06-21  Andreas Jaeger  <aj@suse.de>
52059
52060         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52061         Copy rule from iconvdata/Makefile.
52062
52063 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52064
52065         [BZ #12922]
52066         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52067         but no long options are defined, just return 'W'.
52068
52069 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52070
52071         [BZ #9696]
52072         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52073
52074 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52075
52076         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52077         netgroups to read.
52078         (innetgr): Likewise.
52079
52080 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52081
52082         * config.make.in (install_root): Default to $(DESTDIR).
52083
52084 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52085
52086         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52087
52088 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52089
52090         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52091
52092         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52093         containing directory rather than embedding absolute directory names.
52094
52095         * scripts/check-local-headers.sh: Rewritten using awk.
52096         Match by word, not by line.  Print error messages for matches.
52097         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52098
52099         * Makerules [shlib-lds-flags empty]:
52100         ($(common-objpfx)libc_pic.opts): New target.
52101         ($(common-objpfx)libc_pic.os.clean): New target.
52102         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52103
52104         * config.make.in (OBJCOPY): New variable.
52105         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52106         * configure: Regenerated.
52107
52108         * config.make.in (use-default-link): New variable.
52109         * configure.in (use_default_link): Grok --with-default-link to set it.
52110         * configure: Regenerated.
52111         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52112         (shlib-lds, shlib-lds-flags): Define to empty.
52113
52114         * Makerules (shlib-lds): New variable.
52115         (shlib-lds-flags): New variable.
52116         (build-shlib, build-moduile, build-module-asneeded): Use it.
52117         ($(common-objpfx)libc.so): Use $(shlib-lds).
52118         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52119         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52120
52121         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52122         DT_FLAGS/DT_FLAGS_1 with zero flags.
52123
52124         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52125         linker script munging.
52126
52127 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52128
52129         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52130         as 128-bit value.
52131         * crypt/sha512.c (sha512_process_block): Perform total addition using
52132         128-bit if possible.
52133         (__sha512_finish_ctx): Likewise.
52134         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52135         as 64-bit value.
52136         * crypt/sha256.c (SWAP64): Define.
52137         (sha256_process_block): Perform total addition using 64-bit if
52138         possible.
52139         (__sha256_finish_ctx): Likewise.
52140
52141 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52142
52143         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52144         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52145         * nscd/hstcache.c (cache_addhst): Likewise.
52146         * nscd/grpcache.c (cache_addgr): Likewise.
52147         * nscd/aicache.c (addhstaiX): Likewise
52148         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52149
52150 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52151
52152         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52153         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52154         * nscd/hstcache.c (cache_addhst): Likewise.
52155         * nscd/grpcache.c (cache_addgr): Likewise.
52156         * nscd/aicache.c (addhstaiX): Likewise
52157
52158 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52159
52160         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52161         domain only when needed.
52162
52163 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52164
52165         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52166         is always restored.
52167
52168 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52169
52170         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52171         are re-adding the entry.
52172         * nscd/servicescache.c (cache_addserv): Likewise.
52173
52174 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52175
52176         * sysdeps/generic/dl-irel.h: fix protection against multiple
52177         inclusions.
52178         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52179
52180 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52181
52182         [BZ #12935]
52183         * malloc/memusage.sh: Fix quoting in message.
52184         * debug/xtrace.sh: Likewise.
52185
52186         * configure.in: Remove support for --experimental-malloc option, make
52187         it the default.
52188         * config.make.in: Likewise.
52189         * malloc/Makefile: Likewise.
52190
52191 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52192
52193         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52194         two-byte characters.
52195
52196 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52197
52198         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52199         AC_CACHE_CHECK invocation.
52200         * configure: Regenerated.
52201
52202         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52203
52204 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52205
52206         [BZ #12350]
52207         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52208         bit from old_res_options.
52209
52210         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
52211
52212         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
52213         value type for setfct.
52214
52215 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
52216
52217         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52218         __gettimeofday instead of gettimeofday.
52219
52220 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
52221
52222         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
52223
52224 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
52225
52226         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
52227
52228         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
52229         info.
52230
52231 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52232
52233         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52234         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52235         strcpy-sse2-unaligned strncpy-sse2-unaligned
52236         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
52237         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
52238         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
52239         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
52240         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
52241         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
52242         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
52243         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
52244         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
52245         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
52246         (STRCPY): Support SSE2 and SSSE3 versions.
52247
52248 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
52249
52250         [BZ #12874]
52251         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
52252         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
52253         kernels which artificially limit size of requests.
52254
52255 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52256
52257         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52258         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52259         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
52260         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
52261         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
52262         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
52263         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
52264         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
52265         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
52266         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
52267         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
52268         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
52269         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
52270         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
52271         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
52272         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52273         Enable unaligned load optimization for Intel Core i3, i5 and i7
52274         processors.
52275         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
52276         Define.
52277         (index_Fast_Unaligned_Load): Define.
52278         (HAS_FAST_UNALIGNED_LOAD): Define.
52279
52280 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
52281
52282         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
52283
52284 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
52285
52286         [BZ #12907]
52287         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
52288         until it is clear that the information is realy needed.
52289         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
52290
52291 2011-06-22  Andreas Schwab  <schwab@redhat.com>
52292
52293         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
52294
52295 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
52296
52297         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52298         /sys/devices/system/cpu/online if it is usable.
52299
52300         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
52301         reading the information from the /proc filesystem to once a second.
52302
52303 2011-06-21  Andreas Jaeger  <aj@suse.de>
52304
52305         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
52306         NULL after inclusion of kernel headers.
52307
52308 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
52309
52310         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
52311         calls to internal_setent.
52312
52313         [BZ #12885]
52314         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
52315         addresses using gethostbyname4_r ignore IPv4 addresses.
52316
52317         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
52318         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
52319
52320         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
52321
52322 2011-06-20  David S. Miller  <davem@davemloft.net>
52323
52324         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
52325         inclusions.
52326         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
52327
52328         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
52329         (elf_irel): Use it.
52330         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
52331         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
52332         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
52333         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
52334         * sysdeps/x86_64/dl-irel.h: Likewise.
52335
52336         * elf/dl-runtime.c: Use elf_ifunc_invoke.
52337         * elf/dl-sym.c: Likewise.
52338
52339 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
52340
52341         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
52342         need to dereference resplen2.
52343
52344 2011-06-14  Andreas Schwab  <schwab@redhat.com>
52345
52346         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
52347
52348 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
52349
52350         * Makeconfig: Define vardbdir and inst_vardbdir.
52351         * nss/Makefile: Add rules to install db-Makefile.
52352
52353         * nss/nss_db/db-XXX.c: Cleanup.
52354
52355         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
52356         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
52357         GLIBC_PRIVATE.
52358         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
52359         * nss/makedb.c: Implement -g option to specify that value strings
52360         are generated and should not be added to table iterated over for
52361         get*ent calls.
52362         * nss/nss_db/db-initgroups.c: New file.
52363
52364         * nss/getent.c: Add support for initgroups lookups through getgrouplist
52365         interface.
52366
52367         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
52368         (internal_getgrouplist): Adjust to name change.
52369         Update use_initgroups_entry if this is not the first call.
52370         * nss/databases.def: Add initgroups entry.
52371
52372         * nss/makedb.c (compute_tables): Check result of multiple hash table
52373         sizes to minimize maximum chain length.
52374
52375 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
52376
52377         * Versions.def: Add entry for libnss_db.
52378         * shlib-versions: Likewise.
52379         * nss/Makefile: Add rules to build libnss_db.
52380         * nss/Versions: Add libnss_db information.  Organize libnss_files
52381         entries better.
52382         * nss/db-Makefile: Add gshadow support.  Change rules for the new
52383         makedb progra.  Some minor improvements to generate smaller files.
52384         * nss/nss_db/nss_db.h: Move NSS database header data structures to
52385         here from...
52386         * nss/makedb.c: ...here.
52387         Improve database format to be smaller and require less memory at
52388         runtime.
52389         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
52390         db anymore.
52391         * nss/nss_db/db-netgrp.c: Likewise.
52392         * nss/nss_db/db-open.c: Likewise.
52393         * nss/nss_files/flies-XXX.x: Adjust comments.
52394         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
52395         * nss/nss_files/files-grp.c: Likewise.
52396         * nss/nss_files/files-hosts.c: Likewise.
52397         * nss/nss_files/files-network.c: Likewise.
52398         * nss/nss_files/files-proto.c: Likewise.
52399         * nss/nss_files/files-pwd.c: Likewise.
52400         * nss/nss_files/files-rpc.c: Likewise.
52401         * nss/nss_files/files-service.c: Likewise.
52402         * nss/nss_files/files-sgrp.c: Likewise.
52403         * nss/nss_files/files-spwd.c: Likewise.
52404         * nss/nss_db/db-alias.c: Removed.
52405         * nss/nss_db/dummy-db.h: Removed.
52406
52407 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
52408
52409         * nss/makedb.c: Rewritten to not use database library.
52410         * nss/Makefile: Update to build new makedb program.
52411
52412 2011-06-14  Andreas Jaeger  <aj@suse.de>
52413
52414         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
52415         memset declaration.
52416
52417 2011-06-10  Andreas Schwab  <schwab@redhat.com>
52418
52419         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
52420         tmpbuf.
52421
52422 2011-06-10  Roland McGrath  <roland@hack.frob.com>
52423
52424         * Makerules (shlib.lds): Fail if the linker script comes out empty.
52425         * elf/Makefile ($(objpfx)ld.so): Likewise.
52426
52427         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
52428         Don't list ld.so twice in dependencies.
52429
52430         * posix/bug-regex31.c: Include <stdlib.h>.
52431
52432         * nscd/hstcache.c (cache_addhst): Remove unused variable.
52433
52434         * nis/nss_compat/compat-spwd.c
52435         (getspent_next_nss_netgr): Remove unused variable.
52436         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
52437
52438         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
52439         nonmembers" output to use the right array.
52440
52441         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
52442
52443         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
52444
52445         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
52446         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
52447         * catgets/gencat.c (read_input_file): Likewise.
52448         * locale/programs/locarchive.c (enlarge_archive): Likewise.
52449
52450         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
52451         variable definition inside #if's controlling its use.
52452
52453         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
52454
52455         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
52456
52457         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
52458
52459         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
52460         unreachable code.
52461
52462         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
52463
52464         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
52465         * configure: Regenerated.
52466
52467         * Makerules: Revert last change.
52468         * elf/Makefile: Likewise.
52469
52470 2011-06-09  Roland McGrath  <roland@hack.frob.com>
52471
52472         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
52473         * elf/Makefile ($(objpfx)librtld.os): Likewise.
52474         (reloc-link): Likewise.
52475
52476 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
52477
52478         * elf/Makefile: Add rules to build pldd.
52479         * elf/pldd.c: New file.
52480         * elf/pldd-xx.c: New file.
52481
52482 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
52483
52484         * version.h: Update for 2.15 development version.
52485
52486 2011-06-07  David S. Miller  <davem@davemloft.net>
52487
52488         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
52489         ifuncs.
52490         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
52491         elf_machine_lazy_rel): Likewise.
52492         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
52493         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
52494         elf_machine_lazy_rel): Likewise.
52495         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
52496         dl_hwcap via passed in argument.
52497         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
52498         Likewise.
52499
52500 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52501
52502         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
52503
52504 2011-06-06  Roland McGrath  <roland@hack.frob.com>
52505
52506         [BZ #12849]
52507         * manual/fdl-1.1.texi: New file, verbatim from:
52508         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
52509         * manual/lgpl-2.1.texi: New file, verbatim from:
52510         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
52511         * manual/Makefile (licenses): New variable, list those new file names.
52512         (texis): Use it.
52513         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
52514
52515         * manual/fdl.texi: File removed.
52516         * manual/lesser.texi: File removed.
52517         * manual/libc.texinfo (Copying, Documentation License):
52518         Use new @include file names, put @appendix directive before @include.
52519
52520 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
52521
52522         [BZ #12841]
52523         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
52524         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
52525         (mq_open): Add __NTH.
52526
52527 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
52528
52529         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52530         Assume Intel Core i3/i5/i7 processor if AVX is available.
52531
52532 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
52533
52534         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
52535         typo.
52536
52537 2011-05-31  Andreas Schwab  <schwab@redhat.com>
52538
52539         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
52540         memory.  Use alloca_account.  Fix memory leak when retrying.
52541
52542 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
52543
52544         * version.h (RELEASE): Bump for 2.14 release.
52545         * include/features.h (__GLIBC_MINOR__): Bump to 14.
52546
52547         * config.make.in (RANLIB): Remove entry.
52548
52549 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
52550
52551         * po/Makefile (po-sed-cmd): Add ksh to extensions.
52552         (libc.pot): Work around missing support for .ksh extension in xgettext.
52553
52554         [BZ #12684]
52555         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
52556         if both request failed.
52557         (send_dg): In case of server errors clear resplen or *resplen2.
52558
52559         [BZ #12454]
52560         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
52561         when there are multiple maps.
52562         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
52563         (_dl_fini): Remove test here.
52564
52565         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
52566
52567 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
52568
52569         [BZ #12350]
52570         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
52571         bit from old_res_options.
52572         (gaih_inet): Likewise.
52573
52574         [BZ #11099]
52575         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
52576         as signed.
52577
52578         * resolv/res_init.c (res_setoptions): Make the code more compact.
52579
52580         [BZ #11558]
52581         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
52582         set RES_USEVC.
52583
52584         [BZ #11634]
52585         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
52586
52587         * malloc/malloc.h: Mark malloc hook variables as deprecated.
52588
52589         [BZ #11781]
52590         * malloc/malloc.h: Declare malloc hook variables as volatile.
52591
52592         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
52593         in last patch.
52594
52595         [BZ #11799]
52596         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
52597         raise in the comment.
52598         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
52599         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
52600         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
52601
52602 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
52603
52604         [BZ #12811]
52605         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
52606         grow the buffers more if it already has to be sufficient.
52607         (build_wcs_upper_buffer): Likewise.
52608         * posix/regexec.c (check_matching): Likewise.
52609         (clean_state_log_if_needed): Likewise.
52610         (extend_buffers): Don't enlarge buffers beyond size of the input
52611         buffer.
52612         Patches mostly by Emil Wojak <emil@wojak.eu>.
52613         * posix/bug-regex32.c: New file.
52614         * posix/Makefile (tests): Add bug-regex32.
52615
52616         * locale/findlocale.c (_nl_find_locale): Return right away if
52617         _nl_explode_name failed.
52618         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
52619
52620         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
52621
52622         * debug/xtrace.sh: Unify messages.
52623         * malloc/memusage.sh: Likewise.
52624
52625         [BZ #12813]
52626         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
52627         time symbol from vDSO.  Substitute with vsyscall if not available.
52628         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
52629         __vdso_time.
52630
52631         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
52632         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
52633         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
52634         Add sendmmsg and internal_sendmmsg.
52635         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
52636         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
52637         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
52638
52639         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
52640         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
52641         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
52642
52643 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
52644
52645         [BZ #12813]
52646         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
52647         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
52648         available.
52649         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
52650         __vdso_getcpu.
52651
52652         [BZ #12814]
52653         * iconvdata/Makefile (tests): Add bug-iconv9.
52654         * iconvdata/bug-iconv9.c: New file.
52655
52656 2011-05-27  Andreas Schwab  <schwab@redhat.com>
52657
52658         [BZ #12814]
52659         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
52660
52661 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
52662
52663         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52664         (struct user_regs_struct): Change intcs field back to cs.
52665
52666 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
52667
52668         * po/ja.po: Update from translation team.
52669
52670 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
52671
52672         [BZ #12795]
52673         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
52674         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
52675
52676 2011-05-20  Andreas Schwab  <schwab@redhat.com>
52677
52678         * stdlib/longlong.h: Update from GCC.
52679
52680 2011-05-23  Andreas Schwab  <schwab@redhat.com>
52681
52682         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
52683         parameter name.
52684         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
52685         Add parameter name.
52686         (__sysconf): Pass it down.
52687
52688 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
52689
52690         [BZ #12671]
52691         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
52692         some situations.
52693         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52694         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
52695         add in in __libc_use_alloca calls.  Adjust callers.
52696         (glob): Use malloc in some situations.
52697
52698         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
52699         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
52700         pltexit.
52701
52702 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
52703
52704         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
52705         and CLOCK_BOOTTIME_ALARM.
52706
52707         [BZ #12782]
52708         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
52709         is returned.
52710
52711         * string/_strerror.c (__strerror_r): Print negative errors as signed
52712         numbers.
52713
52714         [BZ #12777]
52715         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
52716         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
52717         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
52718
52719         * configure.in: Fix typo in redirection and correct removal of test
52720         files in two cases.
52721
52722         [BZ #12788]
52723         * locale/setlocale.c (new_composite_name): Fix test to check for
52724         identical name of all categories.
52725
52726         [BZ #12792]
52727         * libio/filedoalloc.c (local_isatty): New function.
52728         (_IO_file_doallocate): Use local_isatty.
52729         * stdio-common/perror.c (perror): In case a new stream is used
52730         forward the stream error.
52731         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
52732         error flag.
52733
52734 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
52735
52736         [BZ #11869]
52737         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52738         alloca.
52739         * include/alloca.h (extend_alloca_account): Define.
52740
52741         [BZ #11857]
52742         * posix/regex.h: Fix comments with documentation of user-accessible
52743         fields after compilation and describe correct free'ing of pattern
52744         after re_compile_pattern.
52745         Patch by Reuben Thomas <rrt@sc3d.org>.
52746
52747 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52748
52749         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52750         and -mno-altivec to prevent the compiler from using Altivec and/or
52751         VSX instructions when the corresponding registers are not available.
52752
52753 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52754
52755         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52756
52757 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52758
52759         * libio/freopen.c (freopen): Use __dup2, not dup2.
52760         * libio/freopen64.c (freopen64): Likewise.
52761
52762 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52763
52764         [BZ #12775]
52765         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52766         * math/Makefile (tests): Add test-powl.
52767         (CFLAGS-test-powl.c): Define.
52768         * math/test-powl.c: New file.
52769
52770 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52771
52772         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52773
52774 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52775
52776         [BZ #11837]
52777         * iconvdata/gb18030.c: Update to GB18020-2005.
52778
52779 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52780
52781         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52782         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52783         Patch by Aharon Robbins <arnold@skeeve.com>.
52784
52785         [BZ #11892]
52786         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52787         on the stack.
52788
52789         [BZ #11895]
52790         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52791         through underflows.
52792
52793         [BZ #12766]
52794         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52795         point to strings before performing equality test for error_one_per_line
52796         mode.
52797
52798         [BZ #11697]
52799         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52800
52801         [BZ #11820]
52802         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52803         (struct user_fpregs_struct): Avoid __uint*_t types.
52804
52805         [BZ #6420]
52806         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52807         symbol info.  Use it instead of calling _dl_addr locally.
52808         (lock_and_info): New function.
52809         (tr_freehook): Call lock_and_info and pass symbol info as additional
52810         parameter to tr_where.
52811         (tr_mallochook): Likewise.
52812         (tr_reallochook): Likewise.
52813         (tr_memalignhook): Likewise.
52814
52815         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52816         used and couldn't be at all thread-safe.
52817
52818 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52819
52820         * libio/freopen.c (freopen): Don't close old file descriptor
52821         before the new one is opened.  Instead dup the new file descriptor
52822         to the old one after the new stream is created.
52823         * libio/freopen64.c (freopen64): Likewise.
52824         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52825         * libio/fileops.c (_IO_new_file_close_it): Handle new
52826         _IO_FLAGS2_NOCLOSE flag.
52827         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52828         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52829         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52830         _IO_FLAGS2_NOCLOSE flag.
52831         * include/unistd.h: Add hidden_proto for dup3.
52832         Define __have_dup3.
52833         * io/dup3.c: Define hidden symbol.
52834         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52835
52836         [BZ #7101]
52837         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52838         when an incomplete long option is used.
52839         * posix/tst-getopt_long1.c: New file.
52840         * posix/Makefile (tests): Add tst-getopt_long1.
52841
52842         [BZ #10138]
52843         * scripts/config.guess: Update from autoconf-2.68.
52844         * scripts/config.sub: Likewise.
52845
52846         [BZ #10157]
52847         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52848         tests into ...
52849         (has_cpuclock): ...this.  New function.
52850         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52851         macro here based on has_cpuclock code.
52852
52853         [BZ #10149]
52854         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52855         First byte (not low byte) is now always NUL.
52856         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52857
52858         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52859         Use non-cancelable interfaces.
52860
52861         [BZ #9809]
52862         * locale/iso-639.def: Add entry for Sorani.
52863
52864         [BZ #11901]
52865         * include/stdlib.h: Move include protection to the right place.
52866         Define abort_msg_s.  Declare __abort_msg with it.
52867         * stdlib/abort.c (__abort_msg): Adjust type.
52868         * assert/assert.c (__assert_fail_base): New function.  Majority
52869         of code from __assert_fail.  Allocate memory for __abort_msg with
52870         mmap.
52871         (__assert_fail): Now call __assert_fail_base.
52872         * assert/assert-perr.c: Remove bulk of implementation.  Use
52873         __assert_fail_base.
52874         * include/assert.hL Declare __assert_fail_base.
52875         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52876         mmap.
52877         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52878
52879 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52880
52881         [BZ #11952]
52882         [BZ #12453]
52883         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52884         until all modules are registered in the DTV.
52885         * elf/Makefile: Add rules to build and run tst-tls19.
52886         * elf/tst-tls19.c: New file.
52887         * elf/tst-tls19mod1.c: New file.
52888         * elf/tst-tls19mod2.c: New file.
52889         * elf/tst-tls19mod3.c: New file.
52890         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52891
52892         [BZ #12083]
52893         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52894         correctly.
52895
52896         [BZ #12601]
52897         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52898         two-byte sequence errors.
52899         * iconvdata/Makefile (tests): Add bug-iconv8.
52900         * iconvdata/bug-iconv8.c: New file.
52901
52902         [BZ #12626]
52903         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52904         buf2 definition.
52905
52906         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52907
52908         [BZ #12432]
52909         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52910         (dummy_getcfa): New function.
52911         (init): Get _Unwind_GetCFA address, use dummy if not found.
52912         (backtrace_helper): In recursion check, also check whether CFA changes.
52913         (__backtrace): Completely initialize arg.
52914
52915         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52916         storing incomplete byte sequence in state object.  Avoid testing for
52917         guaranteed too small input if we know there is enough data available.
52918
52919 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52920
52921         * Makeconfig (+link-pie): Indent.
52922         * Rules (binaries-pie): Define if $(have-fpie) and
52923         $(build-shared).
52924         (binaries-shared): Also filter out $(binaries-pie).
52925         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52926         * nscd/Makefile (others-pie): Add nscd.
52927         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52928         ($(objpfx)nscd): Remove command override.
52929         * login/Makefile (others-pie): Add pt_chown.
52930         ($(objpfx)pt_chown): Remove command override.
52931         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52932         remove command overrides.
52933
52934 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52935
52936         * libio/tst_putwc.c: Fix error messages.
52937
52938         [BZ #12724]
52939         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52940         currently writing and seek to current position when not.
52941         * libio/Makefile (tests): Add bug-fclose1.
52942         * libio/bug-fclose1.c: New file.
52943
52944 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52945
52946         [BZ #12511]
52947         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52948         don't set DF_1_NODELETE here.
52949         (do_lookup_x): When entering new entry test for copy relocation
52950         and if necessary set DF_1_NODELETE flag.
52951         * elf/tst-unique4.cc: New file.
52952         * elf/tst-unique4.h: New file.
52953         * elf/tst-unique4lib.cc: New file.
52954         * elf/Makefile: Add rules to build and run tst-unique4.
52955         Patch by Piotr Bury <pbury@goahead.com>.
52956
52957 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52958
52959         [BZ #12052]
52960         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52961
52962         [BZ #12625]
52963         * misc/mntent_r.c (addmntent): Flush the stream after the output
52964
52965         [BZ #12393]
52966         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52967         (is_trusted_path_normalize): Skip initial colon.  Append slash
52968         to empty buffer.  Duplicate is_trusted_path code but allow
52969         constructed patch to be prefix.
52970         (is_dst): Allow $ORIGIN followed by /.
52971         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52972         Correct testing of result of is_trusted_path_normalize
52973         (decompose_rpath): Fix warning.
52974
52975 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52976
52977         [BZ #11257]
52978         * grp/initgroups.c (internal_getgrouplist): When we found the service
52979         list through the initgroups entry in nsswitch.conf do not always
52980         continue on a successful lookup.  Don't always use the
52981         __nss_group_database value if it is set.
52982         * nss/nsswitch.conf (initgroups): Change action for successful db
52983         lookup to continue for compatibility.
52984
52985 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52986
52987         [BZ #11532]
52988         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52989         and CP774 modules.
52990         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52991         and CP774 modules.
52992         * iconvdata/tst-tables.sh: Likewise.
52993         * iconvdata/cp770.c: New file.
52994         * iconvdata/cp771.c: New file.
52995         * iconvdata/cp772.c: New file.
52996         * iconvdata/cp773.c: New file.
52997         * iconvdata/cp774.c: New file.
52998         * iconvdata/testdata/CP770: New file.
52999         * iconvdata/testdata/CP770..UTF8: New file.
53000         * iconvdata/testdata/CP771: New file.
53001         * iconvdata/testdata/CP771..UTF8: New file.
53002         * iconvdata/testdata/CP772: New file.
53003         * iconvdata/testdata/CP772..UTF8: New file.
53004         * iconvdata/testdata/CP773: New file.
53005         * iconvdata/testdata/CP773..UTF8: New file.
53006         * iconvdata/testdata/CP774: New file.
53007         * iconvdata/testdata/CP774..UTF8: New file.
53008
53009         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53010         END CHARMAP line.
53011         * iconvdata/gen-8bit-gap.sh: Likewise.
53012         * iconvdata/gen-8bit.sh: Likewise.
53013
53014         * locale/iso-639.def: Add ary entry.
53015
53016         [BZ #11258]
53017         * locale/C-translit.h.in: Add U20A1 transliteration.
53018
53019         [BZ #12178]
53020         * locale/iso-639.def: Add wae entry.
53021         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53022
53023         [BZ #12545]
53024         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53025         for n.
53026
53027         [BZ #12711]
53028         * locale/C-translit.h.in: Add entry for U20B9.
53029         Patch by pravin.d.s@gmail.com.
53030
53031 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53032
53033         [BZ #12713]
53034         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53035         ENAMETOOLONG use generic getcwd.
53036         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53037         in rtld.  Use *stat64.
53038         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53039         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53040         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53041         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53042         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53043         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53044         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53045         __fstatat64 macros.
53046         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53047         * dirent/rewinddir.c: Add libc_hidden_def.
53048         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53049         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53050
53051         * include/dirent.h (__alloc_dir): Add flags parameter.
53052         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53053         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53054         __alloc_dir.
53055         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53056         from fdopendir if O_CLOEXEC is already set.
53057
53058 2011-03-15  Alan Modra  <amodra@gmail.com>
53059
53060         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53061         l_tls_firstbyte_offset non-zero.  Save padding offset in
53062         l_tls_firstbyte_offset for later use.
53063         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53064         freeing static tls block.
53065
53066 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53067
53068         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53069         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53070         being defined by the kernel headers.
53071
53072 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53073
53074         [BZ #12734]
53075         * resolv/resolv.h: Define RES_NOTLDQUERY.
53076         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53077         no-tld-query and set RES_NOTLDQUERY.
53078         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53079         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53080         modern BIND to search name as TLD unless forbidden.
53081
53082 2011-05-07  Petr Baudis  <pasky@suse.cz>
53083             Ulrich Drepper  <drepper@gmail.com>
53084
53085         [BZ #12393]
53086         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53087         (is_trusted_path): ...to here.
53088         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53089         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53090         using is_trusted_path_normalize() in setuid scripts.
53091
53092 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53093
53094         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53095         __BEGIN/__END_DECLS.
53096
53097 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53098
53099         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53100         NSS_STATUS_NOTFOUND if no record was found.
53101
53102 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53103
53104         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53105         (headers-not-in-tirpc): Remove rpc/netdb.h
53106         * resolv/netdb.h: Revert last change.
53107
53108 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53109
53110         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53111         circular dependency between libgcc.a and libc.a.
53112
53113 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53114
53115         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53116         * nis/Makefile: Don't install rpcsvc/*.
53117         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53118         instead of <rpc/types.h>.
53119         (MAXHOSTNAMELEN): Define.
53120
53121 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53122
53123         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53124
53125 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53126
53127         [BZ #12714]
53128         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53129         gethostbyname4_r when IPv6 results are possible.
53130
53131 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53132
53133         [BZ #12723]
53134         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53135         _PC_PIPE_BUF handling.
53136
53137 2011-04-30  Bruno Haible  <bruno@clisp.org>
53138
53139         [BZ #12717]
53140         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53141         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53142         to 'int'.
53143         * inet/getnameinfo.c (getnameinfo): Likewise.
53144
53145 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53146
53147         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53148         to groups setting in database lookup.
53149         * nss/nsswitch.conf: Add initgroups entry.
53150
53151 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53152
53153         [BZ #12685]
53154         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53155         mode string.
53156         Patch by Eric Blake <eblake@redhat.com>.
53157
53158 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53159
53160         * sunrpc/Makefile (need-export-routines): Add svc_run.
53161         (routines): Remove svc_run.
53162         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53163         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53164         * sunrpc/svc_run.c (svc_run): Likewise.
53165         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53166
53167 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53168
53169         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53170         problem in reallocation in last patch.
53171
53172 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53173
53174         * sunrpc/Makefile: Move inclusion of Rules.
53175
53176 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53177
53178         * nss/nss_files/files-initgroups.c: New file.
53179         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53180         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53181         _nss_files_initgroups_dyn.
53182
53183 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53184
53185         * elf/elf.h (R_ARM_IRELATIVE): Define.
53186
53187 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53188
53189         * po/ru.po: Update from translation team.
53190
53191 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53192
53193         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53194         dependencies.
53195
53196 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53197
53198         [BZ #12653]
53199         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53200         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53201         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53202         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53203         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53204
53205 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53206
53207         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53208         differing bytes.
53209         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53210         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
53211         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53212
53213 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53214
53215         [BZ #12420]
53216         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
53217         storing it.
53218         * stdlib/bug-getcontext.c: New file.
53219         * stdlib/Makefile: Add rules to build and run bug-getcontext.
53220
53221 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53222
53223         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
53224         instructions into .machine "z9-109".
53225         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
53226         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
53227
53228 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53229
53230         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
53231         between environment variables and auxiliary vector.
53232
53233 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
53234
53235         * Makefile: Add rules to build linkobj/libc.so.
53236         * include/libc-symbols.h: Define libc_hidden_nolink.
53237         * include/rpc/auth.h: Mark functions which are to be hidden.
53238         * include/rpc/auth_des.h: Likewise.
53239         * include/rpc/auth_unix.h: Likewise.
53240         * include/rpc/clnt.h: Likewise.
53241         * include/rpc/des_crypt.h: Likewise.
53242         * include/rpc/key_prot.h: Likewise.
53243         * include/rpc/pmap_clnt.h: Likewise.
53244         * include/rpc/pmap_prot.h: Likewise.
53245         * include/rpc/pmap_rmt.h: Likewise.
53246         * include/rpc/rpc_msg.h: Likewise.
53247         * include/rpc/svc.h: Likewise.
53248         * include/rpc/svc_auth.h: Likewise.
53249         * include/rpc/xdr.h: Likewise.
53250         * nis/Makefile: Link all DSOs against linkobj/libc.so.
53251         * nss/Makefile: Likewise.
53252         * sunrpc/Makefile: Don't install headers.  Build library with normal
53253         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
53254         * sunrpc/auth_des.c: Hide exported symbols by default, export some
53255         for the compat linking library.  Remove use of INTDEF/INTUSE.
53256         * sunrpc/auth_none.c: Likewise.
53257         * sunrpc/auth_unix.c: Likewise.
53258         * sunrpc/authdes_prot.c: Likewise.
53259         * sunrpc/authuxprot.c: Likewise.
53260         * sunrpc/clnt_gen.c: Likewise.
53261         * sunrpc/clnt_perr.c: Likewise.
53262         * sunrpc/clnt_raw.c: Likewise.
53263         * sunrpc/clnt_simp.c: Likewise.
53264         * sunrpc/clnt_tcp.c: Likewise.
53265         * sunrpc/clnt_udp.c: Likewise.
53266         * sunrpc/clnt_unix.c: Likewise.
53267         * sunrpc/des_crypt.c: Likewise.
53268         * sunrpc/des_soft.c: Likewise.
53269         * sunrpc/get_myaddr.c: Likewise.
53270         * sunrpc/key_call.c: Likewise.
53271         * sunrpc/key_prot.c: Likewise.
53272         * sunrpc/netname.c: Likewise.
53273         * sunrpc/pm_getmaps.c: Likewise.
53274         * sunrpc/pm_getport.c: Likewise.
53275         * sunrpc/pmap_clnt.c: Likewise.
53276         * sunrpc/pmap_prot.c: Likewise.
53277         * sunrpc/pmap_prot2.c: Likewise.
53278         * sunrpc/pmap_rmt.c: Likewise.
53279         * sunrpc/publickey.c: Likewise.
53280         * sunrpc/rpc_cmsg.c: Likewise.
53281         * sunrpc/rpc_common.c: Likewise.
53282         * sunrpc/rpc_dtable.c: Likewise.
53283         * sunrpc/rpc_prot.c: Likewise.
53284         * sunrpc/rpc_thread.c: Likewise.
53285         * sunrpc/rtime.c: Likewise.
53286         * sunrpc/svc.c: Likewise.
53287         * sunrpc/svc_auth.c: Likewise.
53288         * sunrpc/svc_authux.c: Likewise.
53289         * sunrpc/svc_raw.c: Likewise.
53290         * sunrpc/svc_run.c: Likewise.
53291         * sunrpc/svc_simple.c: Likewise.
53292         * sunrpc/svc_tcp.c: Likewise.
53293         * sunrpc/svc_udp.c: Likewise.
53294         * sunrpc/svc_unix.c: Likewise.
53295         * sunrpc/svcauth_des.c: Likewise.
53296         * sunrpc/xcrypt.c: Likewise.
53297         * sunrpc/xdr.c: Likewise.
53298         * sunrpc/xdr_array.c: Likewise.
53299         * sunrpc/xdr_float.c: Likewise.
53300         * sunrpc/xdr_intXX_t.c: Likewise.
53301         * sunrpc/xdr_mem.c: Likewise.
53302         * sunrpc/xdr_rec.c: Likewise.
53303         * sunrpc/xdr_ref.c: Likewise.
53304         * sunrpc/xdr_sizeof.c: Likewise.
53305         * sunrpc/xdr_stdio.c: Likewise.
53306
53307 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
53308
53309         [BZ #12650]
53310         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
53311         * sysdeps/ia64/dl-tls.h: Likewise.
53312         * sysdeps/powerpc/dl-tls.h: Likewise.
53313         * sysdeps/s390/dl-tls.h: Likewise.
53314         * sysdeps/sh/dl-tls.h: Likewise.
53315         * sysdeps/sparc/dl-tls.h: Likewise.
53316         * sysdeps/x86_64/dl-tls.h: Likewise.
53317         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
53318
53319 2011-03-14  Andreas Schwab  <schwab@redhat.com>
53320
53321         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
53322         rpath element also skip the following colon.
53323         (expand_dynamic_string_token): Add is_path parameter and pass
53324         down to DL_DST_REQUIRED and _dl_dst_substitute.
53325         (decompose_rpath): Call expand_dynamic_string_token with
53326         non-zero is_path.  Ignore empty rpaths.
53327         (_dl_map_object_from_fd): Call expand_dynamic_string_token
53328         with zero is_path.
53329
53330 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
53331
53332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
53333         Make cancelable.
53334
53335 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
53336
53337         [BZ #12655]
53338         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
53339         Patch by Filipe David Manana <fdmanana@apache.org>.
53340
53341 2011-04-07  Andreas Schwab  <schwab@redhat.com>
53342
53343         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
53344         Maintain aligned stack.
53345         (CHECK_RSP): Remove unused macro.
53346
53347 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
53348
53349         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
53350         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
53351
53352 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
53353
53354         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
53355
53356         * include/features.h: Mention __USE_XOPEN2K8 in comment.
53357
53358 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
53359
53360         [BZ #12518]
53361         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
53362         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
53363         * sysdeps/x86_64/memmove.c: New file.
53364         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
53365         (memcpy): Renamed to ...
53366         (__new_memcpy): This.
53367         (memcpy): Provide GLIBC_2_14 memcpy.
53368         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
53369         (memcpy): Provide GLIBC_2_2_5 memcpy.
53370
53371 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
53372
53373         [BZ #12631]
53374         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
53375
53376 2011-03-30  Andreas Schwab  <schwab@redhat.com>
53377
53378         * misc/syncfs.c: New file.
53379         * misc/Makefile (routines): Add syncfs.
53380         * posix/unistd.h: Declare syncfs.
53381         * sysdeps/unix/syscalls.list: Add syncfs.
53382
53383 2011-04-01  Andreas Schwab  <schwab@redhat.com>
53384
53385         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
53386         open_by_handle_at.
53387         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53388         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
53389         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53390         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53391         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53392         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
53393         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53394
53395 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
53396
53397         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
53398         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
53399         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
53400         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53401         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53402         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53403         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53404
53405         * io/Makefile: Compile fallocate.c, fallocate64.c, and
53406         sync_file_range.c with -fexceptions.
53407         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
53408         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
53409         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
53410         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
53411         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
53412         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
53413         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
53414         sync_file_range as cancellation point
53415         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
53416         now a wrapper around __call_sync_file_range with cancellation handling.
53417         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
53418         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
53419         function name to __call_sync_file_range.
53420         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
53421         Add call_sync_file_range.
53422
53423 2011-04-01  Andreas Schwab  <schwab@redhat.com>
53424
53425         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53426         bits/timex.h.
53427
53428 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
53429
53430         * iconv/iconv.h: Fix typo in comment.
53431         * io/fcntl.h: Likewise.
53432         * libio/stdio.h: Likewise.
53433         * posix/spawn.h: Likewise.
53434         * posix/unistd.h: Likewise.
53435         * stdlib/stdlib.h: Likewise.
53436         * time/time.h: Likewise.
53437         * wcsmbs/wchar.h: Likewise.
53438
53439         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
53440         open_by_handle): Add.
53441         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
53442         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
53443         Augment a few comments.
53444         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
53445         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53446         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53447         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53448         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53449         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
53450         open_by_handle.
53451
53452         * io/fcntl.h (AT_EMPTY_PATH): Define.
53453
53454 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
53455
53456         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
53457         * sysdeps/unix/sysv/linux/bits/time.h: New file.
53458         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
53459         to...
53460         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
53461         * Versions.def: Add GLIBC_2.14.
53462         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
53463         Export.
53464
53465 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
53466
53467         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
53468         round counter.
53469         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
53470
53471 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
53472
53473         [BZ #12597]
53474         * string/test-strncmp.c (do_page_test): New function.
53475         (check2): Likewise.
53476         (test_main): Call check2.
53477         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
53478
53479 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
53480
53481         [BZ #12587]
53482         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
53483         Handle cache information in CPU leaf 4.
53484         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
53485
53486 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
53487
53488         [BZ #12583]
53489         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
53490         character representation.
53491         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
53492
53493 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
53494
53495         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
53496         END(__isnan) to END(__isnanf) to match function entry point/label
53497         EALIGN(__isnanf,...).
53498
53499 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
53500
53501         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
53502
53503 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
53504
53505         [BZ #12510]
53506         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
53507         copy from the symbol referenced in the relocation to initialize the
53508         used variable.
53509         Patch by Piotr Bury <pbury@goahead.com>.
53510         * elf/Makefile: Add rules to build and tst-unique3.
53511         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
53512         * elf/tst-unique3.cc: New file.
53513         * elf/tst-unique3.h: New file.
53514         * elf/tst-unique3lib.cc: New file.
53515         * elf/tst-unique3lib2.cc: New file.
53516
53517         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
53518
53519 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
53520
53521         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
53522         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
53523         to _start.
53524
53525 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
53526
53527         * elf/dl-load.c (_dl_map_object): If we are looking for the first
53528         to-be-loaded object along a path to loader is ld.so.
53529
53530 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
53531             Ulrich Drepper  <drepper@gmail.com>
53532
53533         * sysdeps/x86_64/memset.S: After aligning destination, code
53534         branches to different locations depending on the value of
53535         misalignment, when multiarch is enabled. Fix this.
53536
53537 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
53538
53539         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
53540         Set _x86_64_preferred_memory_instruction for AMD processsors.
53541         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53542         Set bit_Prefer_SSE_for_memop for AMD processors.
53543
53544 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
53545
53546         * libio/fmemopen.c (fmemopen): Optimize a bit.
53547
53548 2011-03-03  Andreas Schwab  <schwab@redhat.com>
53549
53550         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
53551
53552 2011-03-03  Roland McGrath  <roland@redhat.com>
53553
53554         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
53555
53556 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
53557
53558         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
53559         __bzero_ultra1 instead of __memset_ultra1.
53560
53561 2011-02-23  Andreas Schwab  <schwab@redhat.com>
53562             Ulrich Drepper  <drepper@gmail.com>
53563
53564         [BZ #12509]
53565         * include/link.h (struct link_map): Add l_orig_initfini.
53566         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
53567         returning unsuccessfully.
53568         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
53569         close of a file loaded at startup, restore the original l_initfini
53570         list.
53571         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
53572         list, store the pointer.
53573         * elf/Makefile ($(objpfx)noload-mem): New rule.
53574         (noload-ENV): Define.
53575         (tests): Add $(objpfx)noload-mem.
53576         * elf/noload.c: Include <memcheck.h>.
53577         (main): Call mtrace.  Close all opened handles.
53578
53579 2011-02-17  Andreas Schwab  <schwab@redhat.com>
53580
53581         [BZ #12454]
53582         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
53583         dependencies are missing.
53584
53585 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53586
53587         Fix __if_freereq crash: Unlike the generic version which uses free,
53588         Hurd needs munmap.
53589         * sysdeps/mach/hurd/ifreq.h: New file.
53590
53591 2011-01-27  Petr Baudis  <pasky@suse.cz>
53592             Ulrich Drepper  <drepper@gmail.com>
53593
53594         [BZ 12445]#
53595         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
53596         to extend_alloca().
53597         * stdio-common/bug23.c: New file.
53598         * stdio-common/Makefile (tests): Add bug23.
53599
53600 2010-09-28  Andreas Schwab  <schwab@redhat.com>
53601             Ulrich Drepper  <drepper@gmail.com>
53602
53603         [BZ #12489]
53604         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
53605         before performing relro protection.  At old place add assertion
53606         to make sure nothing changed.
53607
53608 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
53609             Glauber de Oliveira Costa  <glommer@gmail.com>
53610
53611         * elf/elf.h: Add new ARM TLS relocs.
53612
53613 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
53614
53615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
53616         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
53617         cast from r3.
53618         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
53619         'tests' variable.
53620         * sysdeps/wordsize-64/tst-writev.c: New file.
53621
53622 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
53623
53624         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
53625         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
53626         insns in _dl_start to prevent a TOC reference before relocs are
53627         resolved.
53628
53629 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
53630
53631         [BZ #12469]
53632         * Makeconfig: Remove RANLIB definition.
53633         * Makerules: Don't use RANLIB.
53634         * aclocal.m4: Remove ranlib test.
53635         * configure.in: No need to check for ranlib.
53636         * elf/rtld-Rules: Don't use RANLIB.
53637
53638 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53639
53640         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
53641         protection macro.
53642         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
53643         inclusion protection macro.
53644
53645         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
53646         SIGRTMIN and SIGRTMAX and print information in that case only when
53647         SIGRTMIN is defined.
53648
53649 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
53650
53651         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
53652         arginfo fn returning -1.
53653
53654         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
53655         and thousands string is zero terminated.
53656
53657 2011-02-03  Andreas Schwab  <schwab@redhat.com>
53658
53659         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
53660         sysdeps/unix/sysv/linux/bits/socket.h.
53661
53662 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53663
53664         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
53665         (__CPU_COUNT): Remove old macros.
53666         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
53667         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
53668         (__CPU_ALLOC, __CPU_FREE): Add macros.
53669         (__sched_cpualloc, __sched_cpufree): Add declarations.
53670
53671 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
53672
53673         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
53674         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
53675         * nscd/aicache.c (addhstaiX): Return timeout of added value.
53676         (readdhstai): Return value of addhstaiX call.
53677         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
53678         (addgrbyX): Return value returned by cache_addgr.
53679         (readdgrbyname): Return value returned by addgrbyX.
53680         (readdgrbygid): Likewise.
53681         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
53682         (addpwbyX): Return value returned by cache_addpw.
53683         (readdpwbyname): Return value returned by addhstbyX.
53684         (readdpwbyuid): Likewise.
53685         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
53686         (addservbyX): Return value returned by cache_addserv.
53687         (readdservbyname): Return value returned by addservbyX:
53688         (readdservbyport): Likewise.
53689         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
53690         (addhstbyX): Return value returned by cache_addhst.
53691         (readdhstbyname): Return value returned by addhstbyX.
53692         (readdhstbyaddr): Likewise.
53693         (readdhstbynamev6): Likewise.
53694         (readdhstbyaddrv6): Likewise.
53695         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
53696         (readdinitgroups): Return value returned by addinitgroupsX.
53697         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
53698         (prune_cache): Keep track of timeout value of re-added entries.
53699         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
53700         * nscd/nscd.h: Adjust prototypes of readd* functions.
53701
53702 2011-02-04  Roland McGrath  <roland@redhat.com>
53703
53704         * nis/nis_server.c (nis_servstate): Use the right name for 0.
53705         (nis_stats): Likewise.
53706         * nis/nis_modify.c (nis_modify): Likewise.
53707         * nis/nis_remove.c (nis_remove): Likewise.
53708         * nis/nis_add.c (nis_add): Likewise.
53709
53710         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
53711
53712         * posix/fnmatch_loop.c: Add some consts.
53713
53714         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
53715
53716 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
53717
53718         [BZ #12460]
53719         * config.make.in (config-cflags-novzeroupper): Define.
53720         * configure.in: Substitute libc_cv_cc_novzeroupper.
53721         * elf/Makefile (AVX-CFLAGS): Define.
53722         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
53723         (CFLAGS-tst-auditmod4a.c): Likewise.
53724         (CFLAGS-tst-auditmod4b.c): Likewise.
53725         (CFLAGS-tst-auditmod6b.c): Likewise.
53726         (CFLAGS-tst-auditmod6c.c): Likewise.
53727         (CFLAGS-tst-auditmod7b.c): Likewise.
53728         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
53729
53730 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
53731
53732         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
53733         function to the callback.
53734         Patch partly by Jiri Olsa <jolsa@redhat.com>.
53735
53736 2011-02-02  Andreas Schwab  <schwab@redhat.com>
53737
53738         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53739         of errno.
53740
53741 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
53742
53743         [BZ #11724]
53744         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53745         of constructors.
53746         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53747         of destructors.
53748         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53749
53750         [BZ #11724]
53751         * elf/Makefile: Add rules to build and run new test.
53752         * elf/tst-initorder.c: New file.
53753         * elf/tst-initorder.exp: New file.
53754         * elf/tst-initordera1.c: New file.
53755         * elf/tst-initordera2.c: New file.
53756         * elf/tst-initordera3.c: New file.
53757         * elf/tst-initordera4.c: New file.
53758         * elf/tst-initorderb1.c: New file.
53759         * elf/tst-initorderb2.c: New file.
53760         * elf/tst-order-a1.c: New file.
53761         * elf/tst-order-a2.c: New file.
53762         * elf/tst-order-a3.c: New file.
53763         * elf/tst-order-a4.c: New file.
53764         * elf/tst-order-b1.c: New file.
53765         * elf/tst-order-b2.c: New file.
53766         * elf/tst-order-main.c: New file.
53767         New test case by George Gensure <werkt0@gmail.com>.
53768
53769 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53770
53771         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53772         decoding ACE if AI_CANONIDN.
53773
53774 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53775
53776         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53777
53778 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53779
53780         * version.h (RELEASE): Bump for 2.13 release.
53781         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53782
53783         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53784
53785         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53786         MADV_NOHUGEPAGE.
53787         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53788         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53789         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53790         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53791         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53792         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53793
53794         * posix/getconf.c: Update copyright year.
53795         * catgets/gencat.c: Likewise.
53796         * csu/version.c: Likewise.
53797         * debug/catchsegv.sh: Likewise.
53798         * debug/xtrace.sh: Likewise.
53799         * elf/ldconfig.c: Likewise.
53800         * elf/ldd.bash.in: Likewise.
53801         * elf/sprof.c (print_version): Likewise.
53802         * iconv/iconv_prog.c: Likewise.
53803         * iconv/iconvconfig.c: Likewise.
53804         * locale/programs/locale.c: Likewise.
53805         * locale/programs/localedef.c: Likewise.
53806         * malloc/memusage.sh: Likewise.
53807         * malloc/mtrace.pl: Likewise.
53808         * nscd/nscd.c (print_version): Likewise.
53809         * nss/getent.c: Likewise.
53810
53811         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53812         PF_CAIF, and PF_ALG.
53813         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53814
53815 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53816
53817         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53818         (modules-names): Use them.
53819         (ifunc-test-modules, ifunc-pie-tests): Define.
53820         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53821         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53822         (test-extras): Likewise.
53823         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53824         $(compile-command.c).
53825         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53826         (all-built-dso): Define.
53827         (check-textrel.out, check-execstack.out): Depend on it.
53828
53829         * configure.in: Don't override --enable-multi-arch.
53830
53831 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53832
53833         [BZ #6812]
53834         * nscd/hstcache.c (tryagain): Define.
53835         (cache_addhst): Return tryagain not notfound for temporary errors.
53836         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53837         failed.
53838
53839 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53840
53841         [BZ #10563]
53842         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53843         to make the syscall.
53844         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53845
53846         [BZ #12378]
53847         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53848         and fall back to matching as normal character if the string ends before
53849         the matching ']' is found.  This is what POSIX requires.
53850         * posix/testfnm.c: Adjust test result.
53851         * posix/globtest.sh: Adjust test result.  Add new test.
53852         * posix/tst-fnmatch.input: Likewise.
53853         * posix/tst-fnmatch2.c: Add new test.
53854
53855 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53856
53857         * elf/Makefile (check-execstack): Revert last change.  Depend on
53858         check-execstack.h.
53859         (check-execstack.h): New target.
53860         (generated): Add check-execstack.h.
53861         * elf/check-execstack.c: Include "check-execstack.h".
53862         (main): Revert last change.
53863         (handle_file): Return zero if GNU_STACK is absent and
53864         DEFAULT_STACK_PERMS doesn't include PF_X.
53865
53866 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53867
53868         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53869         in child fails because the descriptor is already closed.
53870         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53871         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53872         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53873
53874         [BZ #12397]
53875         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53876         syscall.
53877
53878         [BZ #10484]
53879         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53880         temporary buffer used to handle multi lookups locally.
53881         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53882
53883 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53884
53885         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53886         loader is ld.so.
53887
53888 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53889
53890         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53891         alignment for SSE2.
53892
53893 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53894
53895         [BZ #12394]
53896         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53897         characters.  When rounding increased number of integer digits recompute
53898         number of groups.
53899         * stdio-common/tst-grouping.c: New file.
53900         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53901
53902 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53903
53904         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53905         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53906
53907         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53908         void.
53909         * bits/select.h: Likewise.
53910
53911 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53912
53913         * po/ja.po: Update from translation team.
53914
53915 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53916
53917         [BZ #11155]
53918         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53919         implementation just like for lxstat, fxstatat, et al.
53920
53921 2010-12-27  Jim Meyering  <meyering@redhat.com>
53922
53923         [BZ #12348]
53924         * posix/regexec.c (build_trtable): Return failure indication upon
53925         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53926
53927 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53928
53929         [BZ #12201]
53930         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53931         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53932         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53933         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53934
53935         [BZ #12207]
53936         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53937
53938         [BZ #12204]
53939         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53940         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53941
53942 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53943
53944         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53945         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53946         script has SORT_BY_INIT_PRIORITY.
53947         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53948         NO_CTORS_DTORS_SECTIONS is defined.
53949         * elf/soinit.c: Likewise.
53950         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53951         NO_CTORS_DTORS_SECTIONS is defined.
53952         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53953         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53954         * sysdeps/sh/init-first.c: Likewise.
53955         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53956
53957 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53958
53959         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53960         always use the slow path.
53961
53962 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53963
53964         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53965         similar rule which adds the sysdep directories to the header search in
53966         order to pick up the correct platform stackinfo.h.
53967         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53968         perform test if it is, otherwise return successfully without testing.
53969         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53970         DEFAULT_STACK_PERMS define in stackinfo.h.
53971         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53972         defined in stackinfo.h.
53973         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53974         DEFAULT_STACK_PERMS defined in stackinfo.h.
53975         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53976         * sysdeps/ia64/stackinfo.h: Likewise.
53977         * sysdeps/s390/stackinfo.h: Likewise.
53978         * sysdeps/sh/stackinfo.h: Likewise.
53979         * sysdeps/sparc/stackinfo.h: Likewise.
53980         * sysdeps/x86_64/stackinfo.h: Likewise.
53981         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53982         PF_X for powerpc64.  Retain PF_X for powerpc32.
53983
53984 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53985
53986         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53987         accurately.
53988         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53989         GETDENTS_64BIT_ALIGNED.
53990
53991 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53992
53993         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53994
53995 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53996
53997         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53998         _GNU_SOURCE.
53999
54000         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54001         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54002         Remove __restrict.
54003         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54004         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54005
54006 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54007
54008         [BZ #11655]
54009         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54010         are initialized.
54011
54012 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54013
54014         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54015
54016 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54017
54018         * po/it.po: Update from translation team.
54019
54020 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54021
54022         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54023         unused codes.
54024
54025 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54026
54027         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54028
54029 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54030
54031         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54032         specially.
54033         (gaih_getanswer_slice): Likewise.
54034
54035 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54036
54037         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54038
54039 2010-05-31  Petr Baudis  <pasky@suse.cz>
54040
54041         [BZ #11149]
54042         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54043         silently even in the chroot mode.
54044
54045 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54046
54047         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54048         last patch a bit.  Pretty printing
54049
54050 2010-05-31  Petr Baudis <pasky@suse.cz>
54051
54052         [BZ #10085]
54053         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54054         initialization of skip_initgroups_dyn.
54055
54056 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54057
54058         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54059         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54060
54061 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54062
54063         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54064
54065 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54066
54067         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54068         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54069         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54070         ($(objpfx)tst-fnmatch-mem): New rule.
54071         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54072         * posix/tst-fnmatch.c (main): Call mtrace.
54073
54074 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54075
54076         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54077         Support Intel processor model 6 and model 0x2c.
54078
54079 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54080
54081         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54082           signed comparison.
54083
54084 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54085
54086         [BZ #12205]
54087         * string/test-strncasecmp.c (check_result): New function.
54088         (do_one_test): Use it.
54089         (check1): New function.
54090         (test_main): Use it.
54091         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54092         Support strcasecmp and strncasecmp.
54093
54094 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54095
54096         [BZ #12194]
54097         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54098         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54099
54100 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54101
54102         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54103         IFUNC support.
54104         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54105         memset-x86-64.
54106         * sysdeps/x86_64/multiarch/bzero.S: New file.
54107         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54108         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54109         * sysdeps/x86_64/multiarch/memset.S: New file.
54110         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54111         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54112         Set bit_Prefer_SSE_for_memop for Intel processors.
54113         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54114         Define.
54115         (index_Prefer_SSE_for_memop): Define.
54116         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54117
54118 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54119
54120         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54121         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54122
54123 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54124
54125         [BZ #12191]
54126         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54127         (__x86_64_raw_data_cache_size_half): Likewise.
54128         (__x86_64_raw_shared_cache_size): Likewise.
54129         (__x86_64_raw_shared_cache_size_half): Likewise.
54130
54131         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54132         (__x86_64_raw_data_cache_size_half): Likewise.
54133         (__x86_64_raw_shared_cache_size): Likewise.
54134         (__x86_64_raw_shared_cache_size_half): Likewise.
54135         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54136         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54137         and __x86_64_raw_shared_cache_size_half.  Round
54138         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54139         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54140         to multiple of 256 bytes.
54141
54142 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54143
54144         [BZ #12167]
54145         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54146         of inacessible symlinks.  Verify result of symlink before returning it.
54147         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54148         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54149
54150 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54151
54152         * math/math.h (isinf): Fix typo in comment.
54153
54154 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54155
54156         * po/da.po: Update from translation team.
54157
54158 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54159
54160         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54161         is added to the list.
54162
54163 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54164             Ulrich Drepper  <drepper@gmail.com>
54165
54166         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54167         the global list here.  Move code to...
54168         (_dl_add_to_namespace_list): ...here.  New function.
54169         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54170         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54171         * elf/dl-load.c (lose): Don't remove the element from the list.
54172         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54173         (_dl_map_object): Likewise.
54174
54175 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54176
54177         [BZ #12159]
54178         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54179         into all bytes of SSE register.
54180         Patch by Richard Li <richardpku@gmail.com>.
54181
54182 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54183
54184         [BZ #12140]
54185         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54186         perturbing.
54187
54188 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54189
54190         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54191         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54192         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54193         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54195         submachine.
54196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54197
54198 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54199
54200         * include/dlfcn.h (__RTLD_SECURE): Define.
54201         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54202         mode & __RTLD_SECURE instead.
54203         (open_path): Rename preloaded parameter to secure.
54204         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54205         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54206         * elf/dl-deps.c (openaux): Likewise.
54207         * elf/rtld.c (struct map_args): Remove is_preloaded.
54208         (map_doit): Don't use it.
54209         (dl_main): Likewise.
54210         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
54211         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
54212
54213 2010-09-09  Andreas Schwab  <schwab@redhat.com>
54214
54215         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
54216         (sysd-rules-targets): Remove duplicates.
54217         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
54218         rtld-%.$o dependency.
54219
54220 2010-10-18  Andreas Schwab  <schwab@redhat.com>
54221
54222         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
54223         _dl_map_object do it.
54224
54225 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
54226
54227         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
54228         fast fma builtins, define the macros in the C99 standard.
54229         (FP_FAST_FMAF): Likewise.
54230         (FP_FAST_FMAL): Likewise.
54231         * sysdeps/x86_64/bits/mathdef.h: Likewise.
54232
54233         * bits/mathdef.h: Update copyright year.
54234         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54235
54236 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
54237
54238         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
54239         builtins, define the macros in the C99 standard.
54240         (FP_FAST_FMAF): Likewise.
54241         (FP_FAST_FMAL): Likewise.
54242         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
54243         multiply/add.
54244         (FP_FAST_FMAF): Likewise.
54245
54246 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
54247
54248         [BZ #3268]
54249         * math/libm-test.inc (fma_test): Some new testcases.
54250         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
54251         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
54252         y and infinite z.  Do multiplication by C already in long double.
54253         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
54254         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
54255         y and infinite z.  Do bitwise or of inexact bit into u.d.
54256         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
54257         * sysdeps/i386/fpu/s_fmaf.S: Removed.
54258         * sysdeps/i386/fpu/s_fma.S: Removed.
54259         * sysdeps/i386/fpu/s_fmal.S: Removed.
54260
54261 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
54262
54263         [BZ #3268]
54264         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
54265         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
54266         computation is not scheduled after fetestexcept.  Fix value
54267         of minimum denormal long double.
54268
54269 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
54270
54271         [BZ #3268]
54272         * math/libm-test.inc (fma_test): Add some more tests.
54273         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
54274         correctly.
54275
54276 2010-10-15  Andreas Schwab  <schwab@redhat.com>
54277
54278         * scripts/data/localplt-s390-linux-gnu.data: New file.
54279         * scripts/data/localplt-s390x-linux-gnu.data: New file.
54280
54281 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
54282
54283         [BZ #3268]
54284         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
54285         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
54286         instead of dbl-64.
54287         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
54288         inlines.
54289         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
54290         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
54291         if one of x and y is very large and the other is subnormal.
54292         * sysdeps/s390/fpu/s_fmaf.c: New file.
54293         * sysdeps/s390/fpu/s_fma.c: New file.
54294         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
54295         * sysdeps/powerpc/fpu/s_fma.S: New file.
54296         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
54297         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
54298         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
54299
54300 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
54301
54302         [BZ #3268]
54303         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
54304         fma tests.
54305         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
54306         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
54307         * sysdeps/i386/i686/multiarch/s_fma.c: Include
54308         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
54309         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
54310         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
54311         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
54312
54313 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
54314
54315         [BZ #12078]
54316         * posix/regcomp.c (parse_branch): One more memory leak plugged.
54317         * posix/bug-regex31.input: Add test case.
54318
54319 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
54320
54321         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
54322         * posix/bug-regex31.input: New file.
54323
54324         [BZ #12078]
54325         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
54326         (parse_sub_exp): Fix last change, use postorder.
54327
54328         * posix/bug-regex31.c: New file.
54329         * posix/Makefile: Add rules to build and run bug-regex31.
54330
54331         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
54332
54333         [BZ #12078]
54334         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
54335
54336         [BZ #12108]
54337         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
54338         to have entries in sys_siglist.
54339
54340         [BZ #12093]
54341         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
54342         be NULL.
54343
54344 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
54345
54346         [BZ #3268]
54347         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
54348         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
54349         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
54350         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
54351         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
54352         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
54353         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
54354         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
54355         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
54356         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
54357         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
54358         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
54359         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
54360         * math/ftestexcept.c (fetestexcept): Likewise.
54361         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
54362         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
54363         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
54364         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
54365         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
54366         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
54367         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
54368
54369 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
54370
54371         [BZ #12107]
54372         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
54373         newline.
54374
54375 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
54376
54377         * string/bug-strstr1.c: New file.
54378         * string/Makefile: Add rules to build and run bug-strstr1.
54379
54380 2010-10-05  Eric Blake  <eblake@redhat.com>
54381
54382         [BZ #12092]
54383         * string/str-two-way.h (two_way_long_needle): Always clear memory
54384         when skipping input due to the shift table.
54385
54386 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
54387
54388         [BZ #12005]
54389         * malloc/mcheck.c: Handle large requests.
54390
54391         [BZ #12077]
54392         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
54393         for strncmp and strncasecmp.
54394         * string/stratcliff.c: Add tests for strcmp and strncmp.
54395         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
54396
54397 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
54398
54399         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
54400         __set_fpscr.
54401
54402 2010-09-30  Andreas Jaeger  <aj@suse.de>
54403
54404         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
54405         (CGROUP_SUPER_MAGIC): Define.
54406         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54407         Handle btrfs and cgroup file systems.
54408         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
54409         Likewise.
54410
54411 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
54412
54413         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
54414         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
54415
54416 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54417
54418         [BZ #12067]
54419         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
54420         trying to locate the ELF header.
54421
54422 2010-09-27  Andreas Schwab  <schwab@redhat.com>
54423
54424         [BZ #11611]
54425         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
54426         Mask out sign-bit copies when constructing f_fsid.
54427
54428 2010-09-24  Petr Baudis <pasky@suse.cz>
54429
54430         * debug/stack_chk_fail_local.c: Add missing licence exception.
54431         * debug/warning-nop.c: Likewise.
54432
54433 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
54434
54435         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
54436         implementing getdents64 using getdents syscall, set d_type if
54437         __ASSUME_GETDENTS32_D_TYPE.
54438
54439 2010-09-16  Andreas Schwab  <schwab@redhat.com>
54440
54441         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
54442         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
54443
54444 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
54445
54446         [BZ #12037]
54447         * posix/unistd.h: Undo change of feature selection for ftruncate from
54448         2010-01-11.
54449
54450 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
54451
54452         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
54453         detection.
54454
54455 2010-09-20  Andreas Schwab  <schwab@redhat.com>
54456
54457         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
54458         fanotify_mark.
54459         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54460
54461 2010-09-14  Andreas Schwab  <schwab@redhat.com>
54462
54463         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
54464         variables after CHECK_SP call.
54465         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
54466
54467 2010-09-13  Andreas Schwab  <schwab@redhat.com>
54468             Ulrich Drepper  <drepper@redhat.com>
54469
54470         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
54471         re-relocationg ld.so.
54472         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
54473         _dl_init_paths call.
54474         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
54475         here anymore.
54476
54477 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
54478
54479         * resolv/res_init.c (__res_vinit): Count the default server we added.
54480
54481 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
54482             Ulrich Drepper  <drepper@redhat.com>
54483
54484         [BZ #11968]
54485         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54486         (____longjmp_chk): Use %ebx for saving value across system call.
54487         Add unwind info.
54488
54489 2010-09-06  Andreas Schwab  <schwab@redhat.com>
54490
54491         * manual/Makefile: Don't mix pattern rules with normal rules.
54492
54493 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
54494
54495         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
54496         operation.
54497         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
54498         * libio/iofopncook.c (_IO_cookie_init): Likewise.
54499         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
54500         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
54501         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54502         Likewise.
54503
54504 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
54505
54506         [BZ #11979]
54507         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
54508         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
54509
54510 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
54511
54512         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
54513         * sysdeps/x86_64/addmul_1.S: Likewise.
54514         * sysdeps/x86_64/lshift.S: Likewise.
54515         * sysdeps/x86_64/mul_1.S: Likewise.
54516         * sysdeps/x86_64/rshift.S: Likewise.
54517         * sysdeps/x86_64/sub_n.S: Likewise.
54518         * sysdeps/x86_64/submul_1.S: Likewise.
54519
54520 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54521
54522         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
54523         Define __sched_param instead of SCHED_* and sched_param when
54524         <bits/sched.h> is included with __need_schedparam defined.
54525         * bits/sched.h [__need_schedparam]
54526         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
54527         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
54528         (__defined_schedparam): Define to 1.
54529         (__sched_param): New structure, identical to sched_param.
54530         (__need_schedparam): Undefine.
54531
54532 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
54533
54534         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
54535         (epoll_create1): Declare.
54536
54537         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
54538
54539 2010-08-31  Andreas Schwab  <schwab@redhat.com>
54540
54541         [BZ #7066]
54542         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
54543         shifting retval into place.
54544
54545 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
54546
54547         * nis/rpcsvc/nis.h: Update copyright notice.
54548         * nis/rpcsvc/nis.x: Likewise.
54549         * nis/rpcsvc/nis_callback.h: Likewise.
54550         * nis/rpcsvc/nis_callback.x: Likewise.
54551         * nis/rpcsvc/nis_object.x: Likewise.
54552         * nis/rpcsvc/nis_tags.h: Likewise.
54553         * nis/rpcsvc/yp.h: Likewise.
54554         * nis/rpcsvc/yp.x: Likewise.
54555         * nis/rpcsvc/ypupd.h: Likewise.
54556         * nis/yp_xdr.c: Likewise.
54557         * nis/ypupdate_xdr.c: Likewise.
54558
54559         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
54560         mainly the body of pmap_getport.  Add parameters to specify timeouts.
54561         (pmap_getport): Use __libc_rpc_getport.
54562         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
54563         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
54564         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
54565
54566 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
54567
54568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
54569         fanotify_mark.
54570
54571 2010-08-27  Roland McGrath  <roland@redhat.com>
54572
54573         * sysdeps/i386/i686/multiarch/Makefile
54574         (CFLAGS-varshift.c): New variable.
54575
54576 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
54577
54578         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
54579         * sysdeps/i386/i686/multiarch/varshift.c: New file.
54580
54581         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
54582
54583         * sysdeps/x86_64/strlen.S: Minimal code improvement.
54584
54585 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
54586
54587         * sysdeps/x86_64/strlen.S: Unroll the loop.
54588         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54589         strlen-sse2 strlen-sse2-bsf.
54590         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
54591         __strlen_no_bsf if bit_Slow_BSF is set.
54592         (__strlen_sse42): Removed.
54593         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
54594         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
54595
54596 2010-08-25  Roland McGrath  <roland@redhat.com>
54597
54598         * sysdeps/x86_64/multiarch/varshift.S: File removed.
54599         * sysdeps/x86_64/multiarch/varshift.c: New file.
54600         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
54601         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
54602         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
54603         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
54604
54605 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
54606
54607         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54608         strlen-sse2 strlen-sse2-bsf.
54609         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
54610         __strlen_sse2_bsf if bit_Slow_BSF is unset.
54611         (__strlen_sse2): Removed.
54612         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
54613         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
54614         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
54615         bit_Slow_BSF for Atom.
54616         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
54617         (index_Slow_BSF): Define.
54618         (HAS_SLOW_BSF): Define.
54619
54620 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
54621
54622         [BZ #10851]
54623         * resolv/res_init.c (__res_vinit): When no server address at all
54624         is given default to loopback.
54625
54626 2010-08-24  Roland McGrath  <roland@redhat.com>
54627
54628         * configure.in: Remove config-name.h generation.
54629         * configure: Regenerated.
54630         * config-name.in: File removed.
54631         * scripts/config-uname.sh: New file.
54632         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
54633         ($(objdir)config-name.h): New target.
54634
54635         * sunrpc/rpc_parse.h: Avoid nested comment.
54636
54637 2010-08-24  Richard Henderson  <rth@redhat.com>
54638             Ulrich Drepper  <drepper@redhat.com>
54639             H.J. Lu  <hongjiu.lu@intel.com>
54640
54641         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
54642         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
54643         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
54644         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
54645         _mm_alignr_epi8 with _mm_loadu_si128.
54646         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
54647         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
54648         (__m128i_shift_right): Removed.
54649         * sysdeps/i386/i686/multiarch/varshift.h: New file.
54650         * sysdeps/i386/i686/multiarch/varshift.S: New file.
54651         * sysdeps/x86_64/multiarch/varshift.h: New file.
54652         * sysdeps/x86_64/multiarch/varshift.S: New file.
54653
54654 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
54655
54656         * configure.in: Move assembler checks to before sysdep dir checking.
54657
54658 2010-08-20  Petr Baudis  <pasky@suse.cz>
54659
54660         * LICENSES: Sync the sunrpc license.
54661
54662 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
54663
54664         * sunrpc/auth_des.c: Update copyright notice once again.
54665         * sunrpc/auth_none.c: Likewise.
54666         * sunrpc/auth_unix.c: Likewise.
54667         * sunrpc/authdes_prot.c: Likewise.
54668         * sunrpc/authuxprot.c: Likewise.
54669         * sunrpc/bindrsvprt.c: Likewise.
54670         * sunrpc/clnt_gen.c: Likewise.
54671         * sunrpc/clnt_perr.c: Likewise.
54672         * sunrpc/clnt_raw.c: Likewise.
54673         * sunrpc/clnt_simp.c: Likewise.
54674         * sunrpc/clnt_tcp.c: Likewise.
54675         * sunrpc/clnt_udp.c: Likewise.
54676         * sunrpc/clnt_unix.c: Likewise.
54677         * sunrpc/des_crypt.c: Likewise.
54678         * sunrpc/des_soft.c: Likewise.
54679         * sunrpc/get_myaddr.c: Likewise.
54680         * sunrpc/getrpcport.c: Likewise.
54681         * sunrpc/key_call.c: Likewise.
54682         * sunrpc/key_prot.c: Likewise.
54683         * sunrpc/openchild.c: Likewise.
54684         * sunrpc/pm_getmaps.c: Likewise.
54685         * sunrpc/pm_getport.c: Likewise.
54686         * sunrpc/pmap_clnt.c: Likewise.
54687         * sunrpc/pmap_prot.c: Likewise.
54688         * sunrpc/pmap_prot2.c: Likewise.
54689         * sunrpc/pmap_rmt.c: Likewise.
54690         * sunrpc/rpc/auth.h: Likewise.
54691         * sunrpc/rpc/auth_unix.h: Likewise.
54692         * sunrpc/rpc/clnt.h: Likewise.
54693         * sunrpc/rpc/des_crypt.h: Likewise.
54694         * sunrpc/rpc/key_prot.h: Likewise.
54695         * sunrpc/rpc/netdb.h: Likewise.
54696         * sunrpc/rpc/pmap_clnt.h: Likewise.
54697         * sunrpc/rpc/pmap_prot.h: Likewise.
54698         * sunrpc/rpc/pmap_rmt.h: Likewise.
54699         * sunrpc/rpc/rpc.h: Likewise.
54700         * sunrpc/rpc/rpc_des.h: Likewise.
54701         * sunrpc/rpc/rpc_msg.h: Likewise.
54702         * sunrpc/rpc/svc.h: Likewise.
54703         * sunrpc/rpc/svc_auth.h: Likewise.
54704         * sunrpc/rpc/types.h: Likewise.
54705         * sunrpc/rpc/xdr.h: Likewise.
54706         * sunrpc/rpc_clntout.c: Likewise.
54707         * sunrpc/rpc_cmsg.c: Likewise.
54708         * sunrpc/rpc_common.c: Likewise.
54709         * sunrpc/rpc_cout.c: Likewise.
54710         * sunrpc/rpc_dtable.c: Likewise.
54711         * sunrpc/rpc_hout.c: Likewise.
54712         * sunrpc/rpc_main.c: Likewise.
54713         * sunrpc/rpc_parse.c: Likewise.
54714         * sunrpc/rpc_parse.h: Likewise.
54715         * sunrpc/rpc_prot.c: Likewise.
54716         * sunrpc/rpc_sample.c: Likewise.
54717         * sunrpc/rpc_scan.c: Likewise.
54718         * sunrpc/rpc_scan.h: Likewise.
54719         * sunrpc/rpc_svcout.c: Likewise.
54720         * sunrpc/rpc_tblout.c: Likewise.
54721         * sunrpc/rpc_util.c: Likewise.
54722         * sunrpc/rpc_util.h: Likewise.
54723         * sunrpc/rpcinfo.c: Likewise.
54724         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
54725         * sunrpc/rpcsvc/key_prot.x: Likewise.
54726         * sunrpc/rpcsvc/klm_prot.x: Likewise.
54727         * sunrpc/rpcsvc/mount.x: Likewise.
54728         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
54729         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
54730         * sunrpc/rpcsvc/rex.x: Likewise.
54731         * sunrpc/rpcsvc/rstat.x: Likewise.
54732         * sunrpc/rpcsvc/rusers.x: Likewise.
54733         * sunrpc/rpcsvc/sm_inter.x: Likewise.
54734         * sunrpc/rpcsvc/spray.x: Likewise.
54735         * sunrpc/rpcsvc/yppasswd.x: Likewise.
54736         * sunrpc/rtime.c: Likewise.
54737         * sunrpc/svc.c: Likewise.
54738         * sunrpc/svc_auth.c: Likewise.
54739         * sunrpc/svc_authux.c: Likewise.
54740         * sunrpc/svc_raw.c: Likewise.
54741         * sunrpc/svc_run.c: Likewise.
54742         * sunrpc/svc_simple.c: Likewise.
54743         * sunrpc/svc_tcp.c: Likewise.
54744         * sunrpc/svc_udp.c: Likewise.
54745         * sunrpc/svc_unix.c: Likewise.
54746         * sunrpc/svcauth_des.c: Likewise.
54747         * sunrpc/xcrypt.c: Likewise.
54748         * sunrpc/xdr.c: Likewise.
54749         * sunrpc/xdr_array.c: Likewise.
54750         * sunrpc/xdr_float.c: Likewise.
54751         * sunrpc/xdr_mem.c: Likewise.
54752         * sunrpc/xdr_rec.c: Likewise.
54753         * sunrpc/xdr_ref.c: Likewise.
54754         * sunrpc/xdr_sizeof.c: Likewise.
54755         * sunrpc/xdr_stdio.c: Likewise.
54756
54757         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54758         handling.
54759
54760 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54761
54762         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54763
54764 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54765
54766         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54767         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54768         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54769         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54770         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54771         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54772         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54773         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54774         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54775         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54776         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54777         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54778         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54779         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54780
54781 2010-07-26  Anton Blanchard  <anton@samba.org>
54782
54783         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54784         * malloc/arena.c (heap_trim): Likewise.
54785
54786 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54787
54788         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54789         here.  Not...
54790         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54791         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54792
54793 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54794
54795         * sysdeps/i386/elf/Makefile: New file.
54796
54797 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54798
54799         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54800         from fanotify_init.
54801         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54802         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54803
54804 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54805
54806         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54807         of strncasecmp_l.
54808         * sysdeps/multiarch/strcmp.S: Likewise.
54809
54810 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54811
54812         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54813         strncase_l-nonascii.
54814         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54815         Add strncase_l-ssse3.
54816         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54817         * sysdeps/x86_64/strcmp.S: Likewise.
54818         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54819         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54820         * sysdeps/x86_64/strncase.S: New file.
54821         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54822         * sysdeps/x86_64/strncase_l.S: New file.
54823         * string/Makefile (strop-tests): Add strncasecmp.
54824         * string/test-strncasecmp.c: New file.
54825
54826         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54827         warning.
54828
54829         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54830         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54831
54832 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54833
54834         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54835
54836 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54837
54838         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54839         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54840         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54841
54842 2010-05-01  Alan Modra  <amodra@gmail.com>
54843
54844         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54845         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54846         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54847         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54848         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54849         tidying.  Don't tail-call __sigjmp_save for static lib.
54850         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54851         save location.
54852         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54853         (CALL_MCOUNT): Add eh info, and nop after bl.
54854         (TAIL_CALL_SYSCALL_ERROR): New macro.
54855         (PSEUDO_RET): Use it.
54856         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54857         Correct save location of integer regs and cr.
54858         (_dl_profile_resolve): Correct cr save location.  Delete nops
54859         after bl when SHARED.  Reduce cfi size a little by better
54860         placement of cfi directives.
54861         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54862         make a stack frame.  Instead use parm save area as a temp.
54863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54864         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54866         Don't make a stack frame for parent, use parm save area.
54867         Increase child stack frame to 112 bytes.  Don't save unused reg,
54868         and adjust reg usage.  Set up cfi on error recovery and
54869         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54871         (__makecontext): Add dummy nop after jump to exit.
54872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54873         Use correct parm save area and cr save, reduce stack frame.
54874         Correct cfi for possible PSEUDO_RET frame setup.
54875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54876         Branch to local label emitted by PSEUDO_RET rather than
54877         __syscall_error.
54878
54879 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54880
54881         [BZ #11904]
54882         * locale/programs/locale.c (print_assignment): New function.
54883         (show_locale_vars): Use it.
54884
54885 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54886
54887         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54888         field.
54889         (struct statfs64): Likewise.
54890         (_STATFS_F_FLAGS): Define.
54891         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54892         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54893         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54894         (ST_VALID): Define locally.
54895         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54896         __statvfs_getflags, use the provided value.
54897         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54898         __ASSUME_STATFS_F_FLAGS.
54899
54900         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54901
54902         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54903         Add sys/fanotify.h.
54904         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54905         fanotify_mask for GLIBC_2.13.
54906         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54907         fanotify_init and fanotify_mark.
54908         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54909         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54910
54911         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54912         Add prlimit.
54913         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54914         prlimit64 for GLIBC_2.13.
54915         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54916         prlimit64.
54917         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54918         syscall.
54919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54920         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54921         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54922         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54923         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54924         add prlimit alias.
54925         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54926
54927         [BZ #11903]
54928         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54929         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54930
54931         * nss/Makefile: Add rules to build and run tst-nss-test1.
54932         * shlib-versions: Add entry for libnss_test1.
54933         * nss/nss_test1.c: New file.
54934         * nss/tst-nss-test1.c: New file.
54935
54936         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54937         (__nss_configure_lookup): Set appropriate entry in
54938         __nss_configure_lookup to true.
54939         * nss/nsswitch.h: Define enum with indeces of databases in
54940         databases and __nss_database_custom arrays.  Declare
54941         __nss_database_custom.
54942         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54943         to avoid using nscd when custom rules are installed.
54944         * nss/getXXbyYY_r.c: Likewise.
54945         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54946
54947         * nss/nss_files/files-parse.c: Whitespace fixes.
54948
54949 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54950
54951         [BZ #11883]
54952         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54953         * posix/fnmatch_loop.c: Likewise.
54954
54955 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54956
54957         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54958         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54959         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54960         * Versions.def [GLIBC_2.13]: Add.
54961
54962 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54963
54964         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54965         Also fail if tpwd after pwuid call is NULL.
54966
54967 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54968
54969         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54970         when converting to ms.
54971
54972 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54973
54974         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54975         EOPNOTSUPP errors with ENOTTY.
54976         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54977         EOPNOTSUPP errors with ENOTTY.
54978
54979 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54980
54981         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54982         Add strcasecmp_l-ssse3.
54983         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54984         strcasecmp.
54985         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54986         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54987         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54988
54989 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54990
54991         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54992
54993         * string/Makefile (strop-tests): Add strcasecmp.
54994         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54995         strcasecmp_l-nonascii.
54996         (gen-as-const-headers): Add locale-defines.sym.
54997         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54998         * sysdeps/x86_64/strcasecmp.S: New file.
54999         * sysdeps/x86_64/strcasecmp_l.S: New file.
55000         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55001         * sysdeps/x86_64/locale-defines.sym: New file.
55002         * string/test-strcasecmp.c: New file.
55003
55004         * string/test-strcasestr.c: Test both ends of the range of characters.
55005         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55006
55007 2010-07-29  Roland McGrath  <roland@redhat.com>
55008
55009         [BZ #11856]
55010         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55011
55012 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55013
55014         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55015         for ld.so.
55016
55017 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55018
55019         * manual/memory.texi (Malloc Tunable Parameters): Document
55020         M_PERTURB.
55021
55022 2010-07-26  Roland McGrath  <roland@redhat.com>
55023
55024         [BZ #11840]
55025         * configure.in (-fgnu89-inline check): Set and substitute
55026         gnu89_inline, not libc_cv_gnu89_inline.
55027         * configure: Regenerated.
55028         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55029
55030 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55031
55032         * string/test-strnlen.c: New file.
55033         * string/Makefile (strop-tests): Add strnlen.
55034         * string/tester.c (test_strnlen): Add a few more test cases.
55035         * string/tst-strlen.c: Better error reporting.
55036
55037         * sysdeps/x86_64/strnlen.S: New file.
55038
55039 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55040
55041         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55042         lower-latency instructions.
55043
55044 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55045
55046         * string/test-strcasestr.c: New file.
55047         * string/test-strstr.c: New file.
55048         * string/Makefile (strop-tests): Add strstr and strcasestr.
55049         * string/str-two-way.h: Don't undefine MAX.
55050         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55051
55052 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55053
55054         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55055         strcasestr-nonascii.
55056         (CFLAGS-strcasestr-nonascii.c): Define.
55057         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55058         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55059         Remove unused attribute.
55060
55061 2010-07-20  Roland McGrath  <roland@redhat.com>
55062
55063         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55064         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55065         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55066         like LD_HWCAP_MASK can disable hwcaps.
55067
55068 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55069
55070         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55071
55072 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55073
55074         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55075         call in strcasestr.
55076         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55077         __strcasestr_sse42_nonascii.
55078         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55079         strcasestr-nonascii.c.
55080         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55081
55082 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55083
55084         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55085         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55086         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55087         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55088
55089 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55090
55091         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55092         fcntl.
55093
55094 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55095
55096         [BZ #11577]
55097         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55098         dl_signal_cerror.
55099
55100 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55101
55102         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55103         _PC_PIPE_BUF using F_GETPIPE_SZ.
55104
55105 2010-07-05  Roland McGrath  <roland@redhat.com>
55106
55107         * manual/arith.texi (Rounding Functions): Fix rint description
55108         implicit in round description.
55109
55110 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55111
55112         * elf/Makefile: Fix linking for a few tests to make recent linker
55113         happy.
55114
55115 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55116
55117         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55118         $(common-objpfx)libc_nonshared.a.
55119
55120 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55121
55122         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55123         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55124         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55125         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55126         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55127         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55128         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55129         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55144         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55145         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55146         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55147         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55148         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55149         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55150         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55151         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55152         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55153         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55154         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55155         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55170
55171 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55172
55173         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55174         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55175         * string/memmove.c (memmove): Renamed to ...
55176         (MEMMOVE): ...this.  Default to memmove.
55177         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55178         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55179         (END_CHK): Define.
55180         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55181         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55182         mempcpy-ssse3-back memmove-ssse3-back.
55183         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55184         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55185         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55186         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55187         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55188         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55189         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55190         * sysdeps/x86_64/multiarch/memmove.c: New file.
55191         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55192         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55193         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55194         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55195         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55196         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55197         Define.
55198         (index_Fast_Copy_Backward): Define.
55199         (HAS_ARCH_FEATURE): Define.
55200         (HAS_FAST_REP_STRING): Define.
55201         (HAS_FAST_COPY_BACKWARD): Define.
55202
55203 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55204
55205         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55206         Restore proper fallback handling.
55207
55208 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
55209
55210         [BZ #11701]
55211         * posix/group_member.c (__group_member): Correct checking loop.
55212
55213         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
55214         OOM in getpwuid_r correctly.  Return error number when the caller
55215         should return, otherwise -1.
55216         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
55217         call returning > 0 value.
55218         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
55219
55220 2010-06-07  Andreas Schwab  <schwab@redhat.com>
55221
55222         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
55223         libc_nonshared.a from targets in modules-names.
55224
55225 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
55226
55227         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
55228         requires it.
55229
55230 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
55231
55232         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
55233         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
55234         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
55235         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
55236
55237 2010-06-02  Andreas Schwab  <schwab@redhat.com>
55238
55239         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
55240
55241 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
55242
55243         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
55244         and F_GETPIPE_SZ.
55245         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55246         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55247         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55248         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55249         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55250         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
55251
55252 2010-06-14  Roland McGrath  <roland@redhat.com>
55253
55254         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
55255
55256 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
55257
55258         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
55259         __REDIRECT followed by __THROW.
55260         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
55261         * posix/getopt.h (getopt): Likewise.
55262
55263 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55264
55265         * hurd/lookup-at.c (__file_name_lookup_at): Accept
55266         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
55267         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
55268         in AT_FLAGS.
55269         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
55270         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
55271
55272 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
55273
55274         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
55275
55276 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
55277
55278         [BZ #11640]
55279         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55280         Properly check family and model.
55281
55282 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
55283
55284         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
55285
55286 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
55287
55288         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
55289
55290 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
55291
55292         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
55293         symbol reference.
55294
55295 2010-05-19  Andreas Schwab  <schwab@redhat.com>
55296
55297         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
55298         symbol reference.
55299
55300 2010-05-21  Andreas Schwab  <schwab@redhat.com>
55301
55302         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
55303         and internal_recvmmsg.
55304         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
55305         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
55306         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
55307         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
55308
55309         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
55310         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
55311         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
55312
55313 2010-05-20  Andreas Schwab  <schwab@redhat.com>
55314
55315         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
55316
55317 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
55318
55319         POWER7 optimizations.
55320         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
55321         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
55322
55323 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
55324
55325         * version.h: Update for 2.13 development version.
55326
55327 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
55328
55329         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
55330         exceptions.  Return 0.
55331
55332 2010-05-07  Roland McGrath  <roland@redhat.com>
55333
55334         * elf/ldconfig.c (main): Add a const.
55335
55336 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
55337
55338         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
55339         (args_options): Add no-idn option.
55340         (ahosts_keys_int): Add idn_flags to ai_flags.
55341         (parse_option): Handle 'i' option to clear idn_flags.
55342
55343         * malloc/malloc.c (_int_free): Possible race in the most recently
55344         added check.  Only act on the data if no current modification
55345         happened.
55346
55347 See ChangeLog.17 for earlier changes.