Support cross-testing for elf/tst-array*.
[platform/upstream/glibc.git] / ChangeLog
1 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
2
3         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
4         input.  Use $(build-program-cmd).
5         ($(objpfx)tst-array1-static.out): Likewise.
6         ($(objpfx)tst-array2.out): Likewise.
7         ($(objpfx)tst-array3.out): Likewise.
8         ($(objpfx)tst-array4.out): Likewise.
9         ($(objpfx)tst-array5.out): Likewise.
10         ($(objpfx)tst-array5-static.out): Likewise.
11
12 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
13
14         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
15         if defined.
16
17         * nss/nsswitch.h (nss_interface_function): Provide new
18         macro for use with NSS functions.
19         * grp/initgroups.c: Use new macro.
20         * nss/getXXbyYY.c: Likewise.
21         * nss/getXXbyYY_r.c: Likewise.
22         * nss/getXXent.c: Likewise.
23         * nss/getXXent_r.c: Likewise.
24         * sysdeps/posix/getaddrinfo.c: Likewise.
25
26 2012-10-30  Andreas Jaeger  <aj@suse.de>
27
28         * po/ru.po: Update Russion translation from translation project.
29
30 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
31
32         [BZ #14152]
33         [BZ #14783]
34         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35         result and shift together with sticky bit instead of replicating
36         round-to-nearest rounding.
37         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
40         missing underflow exceptions.
41         (fma_test_towardzero): Add more tests.
42         (fma_test_downward): Likewise.
43         (fma_test_upward): Likewise.
44
45         [BZ #14047]
46         * sysdeps/generic/tininess.h: New file.
47         * sysdeps/i386/tininess.h: Likewise.
48         * sysdeps/sh/tininess.h: Likewise.
49         * sysdeps/x86_64/tininess.h: Likewise.
50         * stdlib/tst-strtod-underflow.c: Likewise.
51         * stdlib/tst-tininess.c: Likewise.
52         * stdlib/strtod_l.c: Include <tininess.h>.
53         (round_and_return): Do not set errno for exact underflow cases.
54         Force an underflow exception when setting errno for underflow.
55         Determine underflow based on rounding to normal precision if
56         TININESS_AFTER_ROUNDING.
57         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
58         ERANGE for exact underflow cases.
59         * stdlib/Makefile (tests): Add tst-tininess and
60         tst-strtod-underflow.
61         ($(objpfx)tst-tininess): Use $(link-libm).
62         ($(objpfx)tst-strtod-underflow): Likewise.
63
64 2012-10-30  Andreas Jaeger  <aj@suse.de>
65
66         [BZ#14767]
67         * elf/Makefile (tests): Remove conditional for have-initfini-array
68         since this is now always required and the variable does not exist
69         anymore.
70         (tests-static): Likewise.
71         (modules-names): Likewise.
72
73         * po/eo.po: Add Esperanto translation from translation project.
74
75         * elf/tst-array1.c (fini_array): Make writeable so that it can be
76         merged with constructor/destructor.
77         (init_array): Likewise.
78         * elf/tst-array2dep.c (fini_array): Likewise.
79         (init_array): Likewise.
80
81 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
82
83         * manual/message.texi: Delete @cartouche tags.
84
85 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
86
87         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
88         EOPNOTSUPP.
89         * sysdeps/mach/hurd/fsync.c: Likewise.
90
91         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
92         [_POSIX_REALTIME_SIGNALS]: Change condition to
93         [_POSIX_REALTIME_SIGNALS > 0].
94
95 2012-10-27  Andreas Jaeger  <aj@suse.de>
96
97         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
98         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
99         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
100         [__WORDSIZE != 64]: Likewise.
101
102 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
103
104         *  iconvdata/tst-table.sh: Remove ${SHELL}.
105         *  iconvdata/tst-tables.sh: Likewise.
106
107 2012-10-25  David S. Miller  <davem@davemloft.net>
108
109         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
110         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
111         of strtoull.
112
113         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
114         ifunc-impl-list.c
115         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
116         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
117         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
118         file.
119
120 2012-10-25  Roland McGrath  <roland@hack.frob.com>
121
122         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
123         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
124         __getdirentries.
125
126 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
127             Jim Blandy  <jimb@codesourcery.com>
128
129         * scripts/cross-test-ssh.sh: New file.
130         * manual/install.texi (Configuring and compiling): Document use of
131         cross-test-ssh.sh.
132         * INSTALL: Regenerated.
133
134 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
135
136         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
137         EOPNOTSUPP.
138
139 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
140
141         * Makeconfig (run-program-prefix): Fix comment.
142
143 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
144             Jim Blandy  <jimb@codesourcery.com>
145
146         * Makeconfig (test-wrapper): New variable,
147         (test-wrapper-env): Likewise.
148         [$(cross-compiling) = yes && $(test-wrapper) != ""]
149         (run-built-tests): Define to yes.
150         (run-program-prefix): Use $(test-wrapper).
151         (built-program-cmd): Likewise.
152         * Rules (make-test-out): Use $(test-wrapper-env) and
153         $(host-built-program-cmd).
154         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
155         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
156         tst-pathopt.sh.
157         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
158         $(test-wrapper-env) to tst-rtld-load-self.sh.
159         ($(objpfx)order2.out): Use $(test-wrapper).
160         ($(objpfx)tst-initorder.out): Likewise.
161         ($(objpfx)tst-initorder2.out): Likewise.
162         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
163         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
164         (test_wrapper_env): New variable.  Use it to run ld.so.
165         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
166         Use it to run ld.so.
167         (test_wrapper_env): Likewise.
168         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
169         $(test-wrapper) to run-iconv-test.sh.
170         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
171         (ICONV): Use $test_wrapper.
172         * posix/Makefile ($(objpfx)globtest.out): Pass
173         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
174         globtest.sh, not $(run-program-prefix).
175         * posix/globtest.sh (run_via_rtld_prefix): New variable.
176         (test_wrapper): Likewise.
177         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
178         set together with run_via_rtld_prefix.
179         (run_program_prefix): Define in terms of test_wrapper and
180         run_via_rtld_prefix.
181
182 2012-10-24  Roland McGrath  <roland@hack.frob.com>
183
184         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
185         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
186         Targets removed.
187
188         [BZ #14743]
189         * include/time.h: Remove librt_hidden_proto (clock_gettime).
190         Declare __clock_getres, __clock_gettime, __clock_settime,
191         __clock_nanosleep, and __clock_getcpuclockid.
192         * rt/clock_gettime.c: Define __clock_gettime as an alias.
193         Remove librt_hidden_def (clock_gettime).
194         * sysdeps/unix/clock_gettime.c: Likewise.
195         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
196         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
197         * rt/clock_getres.c: Define __clock_getres as an alias.
198         * sysdeps/posix/clock_getres.c: Likewise.
199         * rt/clock_settime.c: Define __clock_settime as an alias.
200         * sysdeps/unix/clock_settime.c: Likewise.
201         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
202         * sysdeps/unix/clock_nanosleep.c: Likewise.
203         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
204         * rt/clock-compat.c: New file.
205         * rt/Makefile (librt-routines): Add clock-compat and move
206         $(clock-routines) to ...
207         (routines): ... here, new variable.
208         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
209         Don't add get_clockfreq here.
210         * rt/Versions (libc: GLIBC_2.17): New version set.
211         Add clock_* symbols here.
212         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
213         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
214         (GLIBC_2.17): Add clock_* symbols.
215         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
217         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
219         Likewise.
220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
221         Likewise.
222         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
223         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
224         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
225         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
226         * NEWS: Mention the move.
227
228         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
229         Use __open, __read, __close rather than their public counterparts.
230         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
231         (__get_clockfreq_via_cpuinfo): Likewise.
232         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
233         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
234
235         * config.h.in (HAVE_IFUNC): New #undef.
236         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
237         was successful.
238         * configure: Regenerated.
239
240 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
241
242         * configure.in: Move READELF check to start of file.
243         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
244         libc_cv_asm_gnu_indirect_function in the process.
245         * configure: Regenerated.
246
247 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
248
249         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
250         send the output to /dev/null.
251         (libc_cv_cc_with_libunwind): Likewise.
252         (libc_cv_as_noexecstack): Likewise.
253         * configure: Regenerate.
254
255 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
256
257         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
258
259         * posix/globtest.sh (TMPDIR): Do not set.
260         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
261         (testout): Likewise.
262
263 2012-10-24  Andreas Jaeger  <aj@suse.de>
264
265         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
266         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
267         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
268         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
269         posix_fadvise64, posix_fallocate64.
270
271         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
272         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
273         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
274         Likewise.
275         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
276         Likewise.
277         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
278
279         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
280         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
281         <bits/fcntl-linux.h>.
282         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
283
284         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
285         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
286         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
287         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
288         [__WORDSIZE != 64]: Likewise.
289
290 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
291
292         * Makeconfig (run-built-tests): New variable.
293         * Rules [$(cross-compiling) = yes]: Change condition to
294         [$(run-built-tests) = no].
295         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
296         to [$(run-built-tests) = yes].
297         * elf/Makefile [$(cross-compiling) = no]: Likewise
298         * grp/Makefile [$(cross-compiling) = no]: Likewise.
299         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
300         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
301         * intl/Makefile [$(cross-compiling) = no]: Likewise.
302         * io/Makefile [$(cross-compiling) = no]: Likewise.
303         * libio/Makefile [$(cross-compiling) = no]: Likewise.
304         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
305         * misc/Makefile [$(cross-compiling) = no]: Likewise.
306         * posix/Makefile [$(cross-compiling) = no]: Likewise.
307         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
308         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
309         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
310         * string/Makefile [$(cross-compiling) = no]: Likewise.
311
312         * posix/Makefile ($(objpfx)globtest.out): Pass
313         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
314         $(rtld-installed-name).
315         * posix/globtest.sh (elf_objpfx): Remove variable.
316         (rtld_installed_name): Likewise.
317         (library_path): Likewise.
318         (run_program_prefix): New variable.  Use for running globtest
319         binary.
320
321 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
322             Joseph Myers  <joseph@codesourcery.com>
323
324         * Makeconfig (host-built-program-cmd): New variable.
325         * elf/Makefile (tst-stackguard1-ARGS): Use
326         $(host-built-program-cmd).
327         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
328         (tst-spawn-ARGS): Likewise.
329         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
330
331 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
332             Jim Blandy  <jimb@codesourcery.com>
333
334         * Makeconfig (run-via-rtld-prefix): New variable.
335         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
336         (built-program-cmd): Likewise.
337
338 2012-10-22  Andreas Jaeger  <aj@suse.de>
339
340         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
341         __O_RSYNC if it exists, otherwise to O_SYNC.
342
343 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
344             Joseph Myers  <joseph@codesourcery.com>
345
346         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
347         /dev/null.
348         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
349         from /dev/null
350         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
351         /dev/null.
352
353 2012-10-22  Andreas Jaeger  <aj@suse.de>
354
355         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
356         Define always.
357         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
358
359         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
360         bits/fcntl-linux.h.
361
362         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
363         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
364
365         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
366         to __O_LARGEFILE.
367         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
368         to __O_LARGEFILE.
369
370 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
371             Joseph Myers  <joseph@codesourcery.com>
372
373         * config.make.in (NM): New variable.
374
375 2012-10-21  Andreas Jaeger  <aj@suse.de>
376
377         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
378         definitions and declarations that are provided by
379         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
380
381 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
382
383         [BZ #14683]
384         * elf/Makefile (tests-static): Add tst-leaks1-static.
385         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
386         ($(objpfx)tst-leaks1-static): New rule.
387         ($(objpfx)tst-leaks1-static-mem): Likewise.
388         (tst-leaks1-static-ENV): New macro.
389         * elf/dl-open.c (dl_open_worker): Check the main application
390         only if SHARED is defined.
391         * elf/tst-leaks1-static.c: New file.
392
393 2012-10-20  Andreas Jaeger  <aj@suse.de>
394
395         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
396         generic values for Linux.
397         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
398         and declarations that are provided by <bits/fcntl-linux.h> and
399         include <bits/fcntl-linux.h>.
400         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
401         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
402
403 2012-10-20  Roland McGrath  <roland@hack.frob.com>
404
405         * io/fcntl.h: Move include of <bits/types.h> to the top and
406         include it unconditionally.
407
408 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
409
410         * wcsmbs/Makefile (tests-ifunc): New variable.
411         (tests): Add $(tests-ifunc).
412         * wcsmbs/test-wcschr-ifunc.c: New file.
413         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
414         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
415         * wcsmbs/test-wcslen-ifunc.c: Likewise.
416         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
417         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
418
419         * string/Makefile (tests-ifunc): New variable.
420         (tests): Add $(tests-ifunc).
421         * string/test-memccpy.c (TEST_NAME): New macro.
422         * string/test-memchr.c (TEST_NAME): Likewise.
423         * string/test-memcmp.c (TEST_NAME): Likewise.
424         * string/test-memcpy.c (TEST_NAME): Likewise.
425         * string/test-memmem.c (TEST_NAME): Likewise.
426         * string/test-memmove.c (TEST_NAME): Likewise.
427         * string/test-memset.c (TEST_NAME): Likewise.
428         * string/test-rawmemchr.c (TEST_NAME): Likewise.
429         * string/test-stpcpy.c (TEST_NAME): Likewise.
430         * string/test-stpncpy.c (TEST_NAME): Likewise.
431         * string/test-strcasecmp.c (TEST_NAME): Likewise.
432         * string/test-strcasestr.c (TEST_NAME): Likewise.
433         * string/test-strcat.c (TEST_NAME): Likewise.
434         * string/test-strchr.c (TEST_NAME): Likewise.
435         * string/test-strcmp.c(TEST_NAME): Likewise.
436         * string/test-strcpy.c (TEST_NAME): Likewise.
437         * string/test-strcspn.c (TEST_NAME): Likewise.
438         * string/test-strlen.c (TEST_NAME): Likewise.
439         * string/test-strncasecmp.c (TEST_NAME): Likewise.
440         * string/test-strncmp.c (TEST_NAME): Likewise.
441         * string/test-strncpy.c (TEST_NAME): Likewise.
442         * string/test-strnlen.c (TEST_NAME): Likewise.
443         * string/test-strpbrk.c (TEST_NAME): Likewise.
444         * string/test-strrchr.c (TEST_NAME): Likewise.
445         * string/test-strspn.c (TEST_NAME): Likewise.
446         * string/test-strstr.c (TEST_NAME): Likewise.
447         * string/test-bcopy-ifunc.c: New file.
448         * string/test-bzero-ifunc.c: Likewise.
449         * string/test-memccpy-ifunc.c: Likewise.
450         * string/test-memchr-ifunc.c: Likewise.
451         * string/test-memcmp-ifunc.c: Likewise.
452         * string/test-memcpy-ifunc.c: Likewise.
453         * string/test-memmem-ifunc.c: Likewise.
454         * string/test-memmove-ifunc.c: Likewise.
455         * string/test-mempcpy-ifunc.c: Likewise.
456         * string/test-memset-ifunc.c: Likewise.
457         * string/test-rawmemchr-ifunc.c: Likewise.
458         * string/test-stpcpy-ifunc.c: Likewise.
459         * string/test-stpncpy-ifunc.c: Likewise.
460         * string/test-strcasecmp-ifunc.c: Likewise.
461         * string/test-strcasestr-ifunc.c: Likewise.
462         * string/test-strcat-ifunc.c: Likewise.
463         * string/test-strchr-ifunc.c: Likewise.
464         * string/test-strchrnul-ifunc.c: Likewise.
465         * string/test-strcmp-ifunc.c: Likewise.
466         * string/test-strcpy-ifunc.c: Likewise.
467         * string/test-strcspn-ifunc.c: Likewise.
468         * string/test-strlen-ifunc.c: Likewise.
469         * string/test-strncasecmp-ifunc.c: Likewise.
470         * string/test-strncat-ifunc.c: Likewise.
471         * string/test-strncmp-ifunc.c: Likewise.
472         * string/test-strncpy-ifunc.c: Likewise.
473         * string/test-strnlen-ifunc.c: Likewise.
474         * string/test-strpbrk-ifunc.c: Likewise.
475         * string/test-strrchr-ifunc.c: Likewise.
476         * string/test-strspn-ifunc.c: Likewise.
477         * string/test-strstr-ifunc.c: Likewise.
478
479         * debug/Makefile (tests-ifunc): New variable.
480         (tests): Add $(tests-ifunc).
481         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
482         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
483         * debug/test-stpcpy_chk-ifunc.c: New file.
484         * debug/test-strcpy_chk-ifunc.c: Likewise.
485
486 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
487
488         [BZ #13601]
489         * elf/dl-load.c (open_verify): Retry read if the entire ELF
490         header is not read in.
491
492 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
493
494         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
495         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
496         directly.  Pass built executable to script as
497         $(built-program-cmd).
498         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
499         $testprogram without using LD_LIBRARY_PATH and $ldso.
500
501         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
502         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
503         $(rtld-installed-name).
504         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
505         (rtld_installed_name): Likewise.
506         (library_path): Likewise.
507         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
508         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
509         $(run-program-prefix) to tst-tables.sh.
510         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
511         it to run tst-table-from and tst-table-to.
512         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
513         Pass it to tst-table.sh.
514         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
515         $(run-program-prefix) to tst-gettext.sh.
516         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
517         tst-translit.sh.
518         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
519         tst-gettext2.sh.
520         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
521         to run tst-gettext.
522         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
523         to run tst-gettext2.
524         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
525         to run tst-translit.
526         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
527         $(run-program-prefix) to tst-mtrace.sh.
528         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
529         to run tst-mtrace.
530         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
531         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
532         $(rtld-installed-name).
533         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
534         (rtld_installed_name): Likewise.
535         (run_program_prefix): New variable.  Use it to run wordexp-test.
536
537         * Makeconfig (ARCH): Remove all definitions.
538         (machine): Likewise.
539         [ARCH]: Remove conditional code.
540         [!objdir]: Give error.
541         [!objdir] (objpfx): Remove.
542         [!objdir] (common-objpfx): Likewise.
543         [!objdir] (common-objdir): Likewise.
544         * configure.in (config_makefile): Remove.  Hardcode Makefile in
545         AC_CONFIG_FILES call.
546         * configure: Regenerated.
547
548         [BZ #13888]
549         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
550         or TMPDIR.
551         (testout): Likewise.
552
553         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
554         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
555         $(rtld-installed-name).
556         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
557         (rtld_installed_name): Likwise.
558         (runit): Remove function.
559         (run_getconf): New variable,  Use it for running getconf binary.
560
561 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
562
563         [BZ #14716]
564         * string/test-memmem.c (check_result): New function.
565         (do_one_test): Use it.
566         (check1): New function.
567         (test_main): Use it.
568
569 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
570
571         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
572
573 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
574
575         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
576         (_G_LSEEK64): Likewise.
577         (_G_MMAP64): Likewise.
578         (_G_FSTAT64): Likewise.
579         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
580         (_G_LSEEK64): Likewise.
581         (_G_MMAP64): Likewise.
582         (_G_FSTAT64): Likewise.
583         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
584         unconditional.  Call __mmap64 directly.
585         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
586         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
587         __lseek64 directly.
588         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
589         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
590         __mmap64 directly.
591         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
592         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
593         __lseek64 directly.
594         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
595         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
596         __lseek64 directly.
597         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
598         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
599         __lseek64 directly.
600         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
601         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
602         __fxstat64 directly.
603         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
604         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
605         unconditional.
606         (freopen64) [!_G_OPEN64]: Remove conditional code.
607         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
608         unconditional.
609         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
610         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
611         unconditional.
612         (ftello64) [!_G_LSEEK64]: Remove conditional code.
613         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
614         unconditional.
615         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
616         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
617         unconditional.
618         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
619         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
620         unconditional.
621         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
622         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
623         unconditional.
624         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
625         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
626         unconditional.
627         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
628
629 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
630
631         [BZ #12140]
632         * manual/memory.texi (Malloc Tunable Parameters): Add note
633         about free list pointers overwriting some perturb bytes.
634         Wording suggested by Roland McGrath.
635
636 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
637
638         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
639         (lgamma_test): Likewise.
640         (tgamma_test): Likewise.
641
642 2012-10-16  Florian Weimer  <fweimer@redhat.com>
643
644         [BZ #14700]
645         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
646         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
647
648 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
649
650         * NEWS: Mention BZ #14716.
651         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
652         when removing AVAILABLE1_USES_J macro.
653
654 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
655
656         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
657         (__bswap_64): __uint64_t for unsigned 64-bit int.
658
659 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
660
661         * include/string.h (memmem): Declare libc hidden alias.
662         * string/memmem.c (memmem): Define libc hidden alias.
663         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
664         __read, __close instead of open, read, close.
665
666 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
667
668         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
669         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
670         global and hidden.
671         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
672         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
673         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
674         Likewise.
675         (__rawmemchr_sse2): Likewise.
676         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
677         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
678         (__strchr_sse2): Likewise.
679         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
680         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
681         (__strcasecmp_sse2): Likewise.
682         (__strncasecmp_sse2): Likewise.
683         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
684         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
685         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
686         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
687         (__strrchr_sse2): Likewise.
688         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
689         ifunc-impl-list.c.
690         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
691         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
692         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
693         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
694         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
695         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
696         * sysdeps/x86_64/multiarch/memset.S: Likewise.
697         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
698         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
699         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
700         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
701         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
702         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
703         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
704         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
705         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
706         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
707         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
708         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
709         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
710         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
711         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
712         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
713         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
714         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
715         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
716         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
717         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
718         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
719         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
720
721         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
722         global and hidden.
723         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
724         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
725         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
726         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
727         Likewise.
728         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
729         Likewise.
730         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
731         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
732         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
733         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
734         ifunc-impl-list.c.
735         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
736         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
737         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
738         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
739         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
740         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
741         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
742         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
743         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
744         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
745         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
746         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
747         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
748         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
749         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
750         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
751         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
752         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
753         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
754         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
755         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
756         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
757         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
758         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
759         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
760         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
761         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
762         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
763         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
764         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
765         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
766         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
767         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
768         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
769         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
770         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
771         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
772         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
773         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
774         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
775         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
776
777         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
778         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
779         * include/ifunc-impl-list.h: New file.
780         * misc/ifunc-impl-list.c: Likewise.
781         * misc/Makefile (routines): Add ifunc-impl-list.
782         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
783         * string/test-string.h: Include <ifunc-impl-list.h>.
784         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
785         impl_array): New variables.
786         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
787         are defined.
788         (test_init): Call __libc_ifunc_impl_list to initialize
789         func_list if TEST_IFUNC and TEST_NAME are defined.
790
791         * string/Makefile (strop-tests): Add bcopy and bzero.
792         * string/test-bcopy.c: New file.
793         * string/test-bzero.c: Likewise.
794         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
795         defined.
796         * string/test-memset.c: Support bzero test if TEST_BZERO is
797         defined.
798         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
799         __libc_memmove.
800         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
801         __libc_memset.
802         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
803         of memset.
804
805 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
806
807         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
808         * configure: Regenerated.
809
810         * Makeconfig (+link-static-before-libc): Don't include
811         $(link-static-libc).
812
813         * libio/libio.h (_IO_pos_t): Remove.
814
815 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
816
817         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
818         McGrath.
819
820 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
821
822         * crypt/crypt-entry.c: Include fips-private.h.
823         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
824         * crypt/md5c-test.c (main): Tolerate disabled MD5.
825         * sysdeps/unix/sysv/linux/fips-private.h: New file.
826         * sysdeps/generic/fips-private.h: New file, dummy fallback.
827
828 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
829
830         * crypt/crypt-private.h: Include stdbool.h.
831         (_ufc_setup_salt_r): Return bool.
832         * crypt/crypt-entry.c: Include errno.h.
833         (__crypt_r): Return NULL with EINVAL for bad salt.
834         * crypt/crypt_util.c (bad_for_salt): New.
835         (_ufc_setup_salt_r): Check that salt is long enough and within
836         the specified alphabet.
837         * crypt/badsalttest.c: New file.
838         * crypt/Makefile (tests): Add it.
839         ($(objpfx)badsalttest): New.
840
841 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
842
843         * NEWS: Add entry for BZ #14602.
844
845 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
846
847         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
848         type-generic.
849         * math/libm-test.inc: Update comment listing what functions and
850         macros are tested.
851         (isgreater_test): New function.
852         (isgreaterequal_test): Likewise.
853         (isless_test): Likewise.
854         (islessequal_test): Likewise.
855         (islessgreater_test): Likewise.
856         (isunordered_test): Likewise.
857         (main): Call the new functions.
858
859 2012-10-09  Roland McGrath  <roland@hack.frob.com>
860
861         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
862         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
863         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
864         * sysdeps/i386/configure: Regenerated.
865         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
866         * sysdeps/mach/configure: Regenerated.
867         * sysdeps/mach/hurd/configure: Regenerated.
868         * sysdeps/powerpc/configure: Regenerated.
869         * sysdeps/powerpc/powerpc32/configure: Regenerated.
870         * sysdeps/powerpc/powerpc64/configure: Regenerated.
871         * sysdeps/s390/s390-32/configure: Regenerated.
872         * sysdeps/s390/s390-64/configure: Regenerated.
873         * sysdeps/sh/configure: Regenerated.
874         * sysdeps/sparc/configure: Regenerated.
875         * sysdeps/unix/sysv/linux/configure: Regenerated.
876         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
877         * sysdeps/x86_64/configure: Regenerated.
878
879         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
880         defined.  Don't check if MAP is NULL.
881
882 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
883
884         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
885         (_G_stat64): Likewise.
886         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
887         (_G_stat64): Likewise.
888         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
889         instead of struct _G_stat64.
890         * libio/fileops.c (mmap_remap_check): Likewise.
891         (decide_maybe_mmap): Likewise.
892         (_IO_new_file_seekoff): Likewise.
893         (_IO_file_stat): Likewise.
894         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
895         _G_off64_t.
896         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
897         instead of struct _G_stat64.
898         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
899
900 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
901
902         [BZ #14602]
903         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
904         Replace with ...
905         (CHECK_EOL): New macro.
906         (two_way_short_needle): Check beginning of haystack for EOL.  Use
907         CHECK_EOL.
908         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
909         Replace with CHECK_EOL.
910         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
911         Replace with CHECK_EOL.
912
913 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
914
915         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
916         type-generic.
917         * math/libm-test.inc: Update comment listing what functions and
918         macros are tested.
919         (finite_test): New function.
920         (isinf_test): Likewise.
921         (isnan_test): Likewise.
922         (fpclassify_test): Test subnormal input.
923         (isfinite_test): Likewise.
924         (isnormal_test): Likewise.
925         (main): Call the new functions.
926
927 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
928
929         [BZ #14660]
930         * Makerules (%.dynsym): Force C locale when running
931         $(OBJDUMP) --dynamic-syms.
932
933 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
934
935         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
936         <stdint.h>.
937
938 2012-10-06  David S. Miller  <davem@davemloft.net>
939
940         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
941         upper 32-bits of the length value in %o2 since we use branch-on-register
942         tests which consider the entire 64-bit register.
943
944 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
945
946         * string/test-strstr.c (check2): Add a test for page boundary.
947
948 2012-10-05  David S. Miller  <davem@davemloft.net>
949
950         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
951         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
952         file.
953         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
954         sysdep_routines.
955         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
956         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
957         and bzero when HWCAP_SPARC_CRYPTO is present.
958
959 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
960
961         [BZ #14602]
962         * string/test-strstr.c (check2): New function.
963         (test_main): Call check2.
964
965         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
966         and bug-strchr1.
967         * string/bug-strcasestr1.c (do_test): Moved to ...
968         * string/test-strcasestr.c (check1): Here.  New function.
969         (do_one_test): Break out result checking code into ...
970         (check_result): This.  New function.
971         (do_one_test): Call check_result.
972         (test_main): Call check1.
973         * string/bug-strchr1.c (do_test): Moved to ...
974         * string/test-strchr.c (check1): Here.  New function.
975         (do_one_test): Break out result checking code into ...
976         (check_result): This.  New function.
977         (do_one_test): Call check_result.
978         (test_main): Call check1.
979         * string/bug-strstr1.c (main): Moved to ...
980         * string/test-strchr.c (check1): Here.  New function.
981         (do_one_test): Break out result checking code into ...
982         (check_result): This.  New function.
983         (do_one_test): Call check_result.
984         (test_main): Call check1.
985         * string/bug-strcasestr1.c: Removed.
986         * string/bug-strchr1.c: Likewise.
987         * string/bug-strstr1.c: Likewise.
988
989         * elf/Makefile (dl-routines): Add hwcaps.
990         * elf/dl-support.c (_dl_important_hwcaps): Removed.
991         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
992         (_dl_important_hwcaps): Moved to ...
993         * elf/dl-hwcaps.c: Here.  New file.
994         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
995
996         [BZ #14557]
997         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
998         if IS_IN_rtld isn't defined.
999
1000         * elf/dl-support.c (_dl_sysinfo_map): New.
1001         Include "get-dynamic-info.h" and "setup-vdso.h".
1002         (_dl_non_dynamic_init): Call setup_vdso.
1003         * elf/dynamic-link.h: Don't include <assert.h>.
1004         (elf_get_dynamic_info): Moved to ...
1005         * elf/get-dynamic-info.h: Here.  New file.
1006         * elf/dynamic-link.h: Include "get-dynamic-info.h".
1007         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
1008         * elf/setup-vdso.h: Here.  New file.
1009         * elf/rtld.c: Include "setup-vdso.h".
1010         (dl_main): Call setup_vdso.
1011
1012 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
1013
1014         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
1015         creal in comment listing functions tested.  List finite, isinf,
1016         isnan, isless, islessequal, isgreater, isgreaterequal,
1017         islessgreater, isunordered, lgamma_r and pow10 as functions and
1018         macros not tested.  Mention which functions not tested are aliases
1019         for other functions.  Fix typo.  Note that signs of NaNs are not
1020         tested.
1021
1022         * scripts/config.guess: Update from config.git.
1023         * scripts/config.sub: Likewise.
1024
1025 2012-10-04  Roland McGrath  <roland@hack.frob.com>
1026
1027         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
1028         * misc/madvise.c (madvise): Renamed to __madvise.
1029         Make madvise a weak alias.
1030         * include/sys/mman.h: Declare __madvise.
1031         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
1032         * sysdeps/unix/syscalls.list
1033         (madvise): Make __madvise the strong name, and madvise a weak alias.
1034         * sysdeps/unix/sysv/linux/syscalls.list
1035         (madvise, mmap): Remove redundant entries.
1036         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
1037         * malloc/malloc.c (mtrim): Likewise.
1038         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
1039
1040 2012-10-03  Roland McGrath  <roland@hack.frob.com>
1041
1042         * sysdeps/mach/hurd/dl-cache.c: File removed.
1043         * config.h.in (USE_LDCONFIG): New #undef.
1044         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
1045         * configure: Regenerated.
1046         * elf/Makefile (dl-routines): Add dl-cache only under
1047         [$(use-ldconfig) = yes].
1048         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
1049         cache on [USE_LDCONFIG].
1050         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
1051         [USE_LDCONFIG].
1052         * elf/rtld.c (dl_main): Likewise.
1053
1054 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
1055
1056         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
1057         _SC_LEVEL4_CACHE_LINESIZE.
1058
1059 2012-10-03  Roland McGrath  <roland@hack.frob.com>
1060
1061         * sysdeps/unix/bsd/confstr.h: File removed.
1062
1063 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
1064
1065         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
1066         sys/sdt-config.h.
1067
1068 2012-10-02  Roland McGrath  <roland@hack.frob.com>
1069
1070         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
1071         Make 'mapoff' field ElfW(Off) rather than off_t.
1072
1073 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
1074
1075         * nscd/Makefile: Remove nscd-cflags and all its users.
1076         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
1077         (CFLAGS-nonlib): Add compiler flags for nscd modules.
1078
1079         [BZ #10631]
1080         * malloc.c (malloc_printerr): Clarify error message.
1081
1082 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
1083
1084         [BZ #14648]
1085         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1086         Set bit_FMA_Usable if FMA is supported.
1087         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
1088         macro.
1089         (bit_FMA4_Usable): Updated.
1090         (index_FMA_Usable): New macro.
1091         (CPUID_FMA): Likewise
1092         (HAS_FMA): Defined with bit_FMA_Usable.
1093
1094 2012-10-01  Roland McGrath  <roland@hack.frob.com>
1095
1096         * bits/types.h (__swblk_t): Type removed.
1097         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
1098         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
1099         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1100         (__SWBLK_T_TYPE): Likewise.
1101         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
1102         (__SWBLK_T_TYPE): Likewise.
1103         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1104         (__SWBLK_T_TYPE): Likewise.
1105         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
1106         (__SWBLK_T_TYPE): Likewise.
1107
1108 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
1109             Honza Horak <hhorak@redhat.com>
1110
1111         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
1112         (xdr_mapname): Use YPMAXMAP as maxsize.
1113         (xdr_peername): Use YPMAXPEER as maxsize.
1114         (xdr_keydat): Use YPAXRECORD as maxsize.
1115         (xdr_valdat): Use YPMAXRECORD as maxsize.
1116
1117 2012-10-01  Roland McGrath  <roland@hack.frob.com>
1118
1119         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
1120
1121         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
1122         * csu/init-first.c: ... here.
1123         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
1124         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
1125         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1126         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1127         * sysdeps/i386/init-first.c: File removed.
1128         * sysdeps/sh/init-first.c: File removed.
1129
1130 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
1131
1132         [BZ #14645]
1133         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
1134         if x * y might underflow to zero and z is zero.
1135         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1136         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1137         * math/libm-test.inc (min_subnorm_value): New variable.
1138         (fma_test): Add more tests.
1139         (fma_test_towardzero): Likewise.
1140         (fma_test_downward): Likewise
1141         (fma_test_upward): Likewise.
1142         (initialize): Set min_subnorm_value.
1143
1144 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
1145
1146         [BZ #14638]
1147         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
1148         0 + 0.
1149         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
1150         mode for addition resulting in exact zero.
1151         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
1152         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
1153         exact 0 + 0.
1154         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1155         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1156         * math/libm-test.inc (fma_test): Add more tests.
1157         (fma_test_towardzero): New function.
1158         (fma_test_downward): Likewise.
1159         (fma_test_upward): Likewise.
1160         (main): Call the new functions.
1161
1162 2012-09-28  David S. Miller  <davem@davemloft.net>
1163
1164         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
1165
1166 2012-09-28  Roland McGrath  <roland@hack.frob.com>
1167
1168         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
1169         instead of SIGALRM.
1170
1171         * sysdeps/gnu/_G_config.h: Moved to ...
1172         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
1173         * sysdeps/mach/hurd/_G_config.h: Moved to ...
1174         * sysdeps/generic/_G_config.h: ... here.
1175
1176         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
1177
1178         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
1179
1180         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
1181         Conditionalize target on [libnss_test1.so-version].
1182
1183         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
1184
1185         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
1186         (elfobjdir): Move out of conditionals.
1187
1188         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
1189         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
1190         (__nss_lookup_function): Conditionalize label remove_from_tree on
1191         [!DO_STATIC_NSS || SHARED], matching its only use.
1192
1193 2012-09-28  David S. Miller  <davem@davemloft.net>
1194
1195         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
1196         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
1197         file.
1198         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
1199         sysdep_routines.
1200         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
1201         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
1202         when HWCAP_SPARC_CRYPTO is present.
1203
1204 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
1205
1206         * io/tst-mknodat.c: Create a FIFO instead of a socket.
1207
1208 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
1209
1210         [BZ #6530]
1211         * stdio-common/vfprintf.c (process_string_arg): Revert
1212         2000-07-22 change.
1213
1214 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
1215
1216         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
1217         for testcase.
1218         * stdio-common/tst-sprintf.c: Include <locale.h>
1219         (main): Test sprintf's handling of incomplete multibyte
1220         characters.
1221
1222 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
1223
1224         * elf/dl-runtime.c (VERSYMIDX): Removed.
1225         * elf/dl-version.c (VERSYMIDX): Likewise.
1226         * elf/do-rel.h (VERSYMIDX): Likewise.
1227         (VALIDX): Likewise.
1228         * elf/dynamic-link.h (VERSYMIDX): Likewise.
1229         * elf/rtld.c (VALIDX): Likewise.
1230         (ADDRIDX): Likewise.
1231         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
1232         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
1233         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
1234         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
1235         (VALIDX): Likewise.
1236         (ADDRIDX): Likewise.
1237
1238 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
1239
1240         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
1241
1242 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
1243
1244         [BZ #11438]
1245         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
1246         to global scope.
1247         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
1248         addresses are in the same scope as 192.0.2/24.
1249         * posix/gai.conf: Document new scope table defaults.
1250
1251 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1252
1253         [BZ #5298]
1254         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
1255         for ftell.  Compute offsets from write pointers instead.
1256         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
1257
1258 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1259
1260         [BZ #14543]
1261         * libio/Makefile (tests): New test case tst-fseek.
1262         * libio/tst-fseek.c: New test case to verify that fseek/ftell
1263         combination works in wide mode.
1264         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
1265         state when the external buffer state changes.
1266
1267 2012-09-27  David S. Miller  <davem@davemloft.net>
1268
1269         [BZ #14376]
1270         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
1271         pass reloc->r_addend in as the 'high' argument to
1272         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
1273
1274         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1275
1276 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
1277
1278         * rt/tst-aio2.c: Include <pthread.h>.
1279         * rt/tst-aio3.c: Likewise.
1280
1281 2012-09-27  Steve Ellcey  <sellcey@mips.com>
1282
1283         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
1284
1285 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
1286
1287         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
1288         contents on [SHARED].
1289
1290 2012-09-26  Marek Polacek  <polacek@redhat.com>
1291
1292         [BZ #14530]
1293         [BZ #13741]
1294         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
1295         for C++ and GCC <4.3 as well as for non GCC compilers.
1296
1297 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
1298
1299         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1300
1301 2012-09-25  Roland McGrath  <roland@hack.frob.com>
1302
1303         * Makefile.in (all, install): Declare with .PHONY.
1304         Reported by Michael Hope <michael.hope@linaro.org>.
1305
1306 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1307
1308         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
1309         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
1310         system header.
1311         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
1312         Likewise.
1313         (sydep_routines): Add the new and the internal functions.
1314         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
1315         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
1316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
1317         (GLIBC_2.17): Add the new function.
1318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
1319         (GLIBC_2.17): Likewise.
1320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
1321         (GLIBC_2.17): Likewise.
1322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
1323         (GLIBC_2.17): Likewise.
1324         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
1325
1326 2012-09-25  Alan Modra  <amodra@gmail.com>
1327
1328         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
1329         Add release barrier before setting once_control to say
1330         initialisation is done.  Add hints on lwarx.  Use macro in
1331         place of isync.
1332         (clear_once_control): Add release barrier.
1333
1334 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
1335
1336         [BZ #13629]
1337         * math/s_clog.c (__clog): Handle more values close to |z| = 1
1338         specially.
1339         * math/s_clog10.c (__clog10): Likewise.
1340         * math/s_clog10f.c (__clog10f): Likewise.
1341         * math/s_clog10l.c (__clog10l): Likewise.
1342         * math/s_clogf.c (__clogf): Likewise.
1343         * math/s_clogl.c (__clogl): Likewise.
1344         * math/Makefile (libm-calls): Add x2y2m1.
1345         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
1346         (__x2y2m1): Likewise.
1347         (__x2y2m1l): Likewise.
1348         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
1349         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
1350         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
1351         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
1352         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
1353         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
1354         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
1355         * sysdeps/i386/fpu/libm-test-ulps: Update.
1356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1357
1358         [BZ #14621]
1359         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
1360         int as type of variable DEPTH.
1361         (glob): Use size_t instead of int as type of variables NEWCOUNT
1362         and OLD_PATHC.
1363
1364 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1365
1366         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
1367         Add s_sincosf-sse2.
1368         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
1369         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
1370         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
1371         macros for using routine as __sincosf_ia32.
1372         Use macro for function declaration and weak_alias.
1373         * sysdeps/i386/fpu/libm-test-ulps: Update.
1374
1375         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
1376         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1377
1378         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
1379         subnormal argument.
1380         * math/s_cexpf.c (__cexpf): Likewise.
1381         * math/s_csinf.c (__csinf): Likewise.
1382         * math/s_csinhf.c (__csinhf): Likewise.
1383         * math/s_ctanf.c (__ctanf): Likewise.
1384         * math/s_ctanhf.c (__ctanhf): Likewise.
1385         * math/s_ccosh.c (__ccoshf): Likewise.
1386         * math/s_cexp.c (__cexpl): Likewise.
1387         * math/s_csin.c (__csin): Likewise.
1388         * math/s_csinh.c (__csinh): Likewise.
1389         * math/s_ctan.c (__ctan): Likewise.
1390         * math/s_ctanh.c (ctanh): Likewise.
1391         * math/s_ccoshl.c (__ccoshl): Likewise.
1392         * math/s_cexpl.c (__cexpl): Likewise.
1393         * math/s_csinl.c (__csinl): Likewise.
1394         * math/s_csinhl.c (__csinhl): Likewise.
1395         * math/s_ctanl.c (__ctanl): Likewise.
1396         * math/s_ctanhl.c (__ctanhl): Likewise.
1397
1398 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
1399
1400         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
1401         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
1402         (_IO_off_t): Define to __off_t, not _G_off_t.
1403         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
1404         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
1405         (_IO_wint_t): Define to wint_t, not _G_wint_t.
1406         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
1407         type of __dummy and __dummy2 fields.
1408         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
1409         (_G_ssize_t): Likewise.
1410         (_G_off_t): Likewise.
1411         (_G_pid_t): Likewise.
1412         (_G_uid_t): Likewise.
1413         (_G_wchar_t): Likewise.
1414         (_G_wint_t): Likewise.
1415         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
1416         (_G_ssize_t): Likewise.
1417         (_G_off_t): Likewise.
1418         (_G_pid_t): Likewise.
1419         (_G_uid_t): Likewise.
1420         (_G_wchar_t): Likewise.
1421         (_G_wint_t): Likewise.
1422         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
1423         (_G_ssize_t): Likewise.
1424         (_G_off_t): Likewise.
1425         (_G_pid_t): Likewise.
1426         (_G_uid_t): Likewise.
1427         (_G_wchar_t): Likewise.
1428         (_G_wint_t): Likewise.
1429
1430 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1431
1432         * malloc/arena.c: Include malloc-sysdep.h.
1433         (shrink_heap): Use check_may_shrink_heap to decide if madvise
1434         is sufficient to shrink the heap or an unmap is needed.
1435         * sysdeps/generic/malloc-sysdep.h: New file.  Define
1436         new function check_may_shrink_heap.
1437         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
1438         new function check_may_shrink_heap.
1439
1440 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1441
1442         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
1443         comments.
1444
1445 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
1446
1447         * catgets/test-gencat.sh: Add "set -e".
1448         * elf/tst-pathopt.sh: Likewise.
1449         * grp/tst_fgetgrent.sh: Likewise.
1450         * iconvdata/run-iconv-test.sh: Likewise.
1451         * intl/tst-gettext.sh: Likewise.
1452         * intl/tst-gettext2.sh: Likewise.
1453         * intl/tst-gettext4.sh: Likewise.
1454         * intl/tst-gettext6.sh: Likewise.
1455         * intl/tst-translit.sh: Likewise.
1456         * io/ftwtest-sh: Likewise.
1457         * libio/test-freopen.sh: Likewise.
1458         * malloc/tst-mtrace.sh: Likewise.
1459         * posix/globtest.sh: Likewise.
1460         * posix/tst-getconf.sh: Likewise.
1461         * posix/wordexp-tst.sh: Likewise.
1462         * stdio-common/tst-printf.sh: Likewise.
1463         * stdio-common/tst-unbputc.sh: Likewise.
1464         * stdlib/tst-fmtmsg.sh: Likewise.
1465         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
1466         * catgets/Makefile: Do not specify -e option when running
1467         testsuite shell scripts.
1468         * elf/Makefile: Likewise.
1469         * grp/Makefile: Likewise.
1470         * iconvdata/Makefile: Likewise.
1471         * intl/Makefile: Likewise.
1472         * io/Makefile: Likewise.
1473         * libio/Makefile: Likewise.
1474         * malloc/Makefile: Likewise.
1475         * posix/Makefile: Likewise.
1476         * stdio-common/Makefile: Likewise.
1477         * stdlib/Makefile: Likewise.
1478         * sysdeps/x86_64/Makefile: Likewise.
1479
1480         * io/ftwtest-sh: Add copyright header.
1481         * posix/globtest.sh: Likewise.
1482         * posix/tst-getconf.sh: Likewise.
1483         * posix/wordexp-tst.sh: Likewise.
1484         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
1485
1486 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
1487
1488         [BZ #13679]
1489         * Makeconfig (+link): Defined as $(+link-static) if
1490         $(build-shared) isn't yes.
1491         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
1492         isn't yes.
1493         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
1494
1495         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
1496
1497         [BZ #14562]
1498         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
1499         new chunk size with MALLOC_ALIGN_MASK.
1500
1501 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
1502
1503         [BZ #5044]
1504         * stdio-common/printf_fphex.c: Include <stdbool.h> and
1505         <rounding-mode.h>.
1506         (__printf_fphex): Determine rounding using get_rounding_mode and
1507         round_away.
1508         * stdio-common/tst-printf-round.c (struct hex_test): New
1509         structure.
1510         (hex_tests): New variable.
1511         (test_hex_in_one_mode): New function.
1512         (do_test): Also run tests for hex float output.
1513
1514 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
1515
1516         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
1517         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
1518         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
1519         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
1520         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
1521         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
1522         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
1523         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
1524
1525 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
1526
1527         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
1528         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
1529         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
1530         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
1531
1532 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
1533
1534         [BZ #14579]
1535         * elf/rtld.c (dl_main): Limit the check for self loading to normal
1536         mode only.
1537         * elf/tst-rtld-load-self.sh: New test.
1538         * elf/Makefile: Run it.
1539
1540 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
1541
1542         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
1543         (tst-writev-ENV): Remove.
1544         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
1545
1546 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
1547
1548         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
1549
1550 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
1551
1552         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
1553         unconditional.
1554         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
1555         Likewise.
1556         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
1557         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
1558         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
1559         Likewise.
1560
1561 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1562
1563         [BZ #14587]
1564         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
1565         * config.make.in (have-cpp-asm-debuginfo): Removed.
1566         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
1567         * configure: Regenerated.
1568
1569 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
1570
1571         [BZ #5044]
1572         * stdio-common/printf_fp.c: Include <stdbool.h> and
1573         <rounding-mode.h>.
1574         (___printf_fp): Determine rounding using get_rounding_mode and
1575         round_away.
1576         * stdio-common/tst-printf-round.c: New file.
1577         * stdio-common/Makefile (tests): Add tst-printf-round.
1578         (link-libm): New variable.
1579         ($(objpfx)tst-printf-round): Depend in $(link-libm).
1580
1581 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1582
1583         [BZ #14576]
1584         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
1585         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
1586         Likewise.
1587         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
1588         Likewise.
1589
1590 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
1591
1592         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
1593         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
1594         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
1595         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
1596
1597 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
1598
1599         [BZ #14518]
1600         * include/rounding-mode.h: New file.
1601         * sysdeps/generic/get-rounding-mode.h: Likewise.
1602         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
1603         * stdlib/strtod_l.c: Include <rounding-mode.h>.
1604         (MAX_VALUE): New macro.
1605         (MIN_VALUE): Likewise.
1606         (overflow_value): New function.
1607         (underflow_value): Likewise.
1608         (round_and_return): Use overflow_value and underflow_value to
1609         determine return values in overflow and underflow cases.  Use
1610         round_away to determine rounding depending on rounding mode.
1611         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
1612         determine return values in overflow and underflow cases.
1613         * stdlib/tst-strtod-round.c: Include <fenv.h>.
1614         (struct test_results): New structure.
1615         (struct test): Use struct test_results to store expected results
1616         for all rounding modes.
1617         (TEST): Include expected results for all rounding modes.
1618         (test_in_one_mode): New function.
1619         (do_test): Use test_in_one_mode to compute and check results.
1620         Check results for all rounding modes.
1621         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
1622         $(link-libm).
1623
1624 2012-12-09  Allan McRae  <allan@archlinux.org>
1625
1626         * sysdeps/i386/fpu/libm-test-ulps: Update
1627
1628 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
1629
1630         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
1631         (_G_int32_t): Likewise.
1632         (_G_uint16_t): Likewise.
1633         (_G_uint32_t): Likewise.
1634         (_G_HAVE_BOOL): Likewise.
1635         (_G_HAVE_ATEXIT): Likewise.
1636         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
1637         (_G_HAVE_IO_FILE_OPEN): Likewise.
1638         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
1639         (_G_int32_t): Likewise.
1640         (_G_uint16_t): Likewise.
1641         (_G_uint32_t): Likewise.
1642         (_G_HAVE_BOOL): Likewise.
1643         (_G_HAVE_ATEXIT): Likewise.
1644         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
1645         (_G_HAVE_IO_FILE_OPEN): Likewise.
1646         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
1647         (_G_int32_t): Likewise.
1648         (_G_uint16_t): Likewise.
1649         (_G_uint32_t): Likewise.
1650         (_G_HAVE_BOOL): Likewise.
1651         (_G_HAVE_ATEXIT): Likewise.
1652         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
1653         (_G_HAVE_IO_FILE_OPEN): Likewise.
1654
1655 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
1656
1657         * csu/libc-tls.c: Update copyright years.
1658
1659 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
1660
1661         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
1662         [!_G_USING_THUNKS]: Remove conditional code.
1663         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
1664         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
1665
1666         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
1667         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
1668         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
1669         (_G_VTABLE_LABEL_PREFIX): Likewise.
1670         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
1671         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
1672         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
1673         (_G_VTABLE_LABEL_PREFIX): Likewise.
1674         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
1675         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
1676         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
1677         (_G_VTABLE_LABEL_PREFIX): Likewise.
1678         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
1679
1680 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1681
1682         * libio/Makefile: Include ../Makeconfig before tests.
1683         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
1684         only if $(build-shared) is yes.
1685
1686         * iconv/gconv_db.c: Update copyright years.
1687
1688 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1689
1690         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
1691         unwind info if defined PIC. Fix special cases description.
1692         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
1693
1694         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
1695         DP_HI_MASK entry.
1696         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
1697
1698 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
1699
1700         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
1701
1702         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
1703         is NULL.
1704
1705         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
1706         (LDLIBS-tst-chk4): This.
1707         (LDFLAGS-tst-chk5): Renamed to ...
1708         (LDLIBS-tst-chk5): This.
1709         (LDFLAGS-tst-chk6): Renamed to ...
1710         (LDLIBS-tst-chk6): This.
1711         (LDFLAGS-tst-lfschk4): Renamed to ...
1712         (LDLIBS-tst-lfschk4): This.
1713         (LDFLAGS-tst-lfschk5): Renamed to ...
1714         (LDLIBS-tst-lfschk5): This.
1715         (LDFLAGS-tst-lfschk6): Renamed to ...
1716         (LDLIBS-tst-lfschk6): This.
1717
1718         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
1719         on $(common-objpfx)soversions.mk.
1720
1721 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
1722
1723         [BZ #10014]
1724         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
1725         example host name.
1726
1727 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
1728
1729         * malloc/arena.c (arena_get_retry): New function that gets
1730         another arena for the caller to try its request on.
1731         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
1732         current arena cannot fulfill the request.
1733         (__libc_memalign): Likewise.
1734         (__libc_memalign): Likewise.
1735         (__libc_pvalloc): Likewise.
1736         (__libc_calloc): Likewise.
1737
1738 2012-09-05  John Tobey  <john.tobey@gmail.com>
1739
1740         [BZ #13542]
1741         * manual/arith.texi (Operations on Complex): Fix description
1742         of carg branch cut.
1743
1744 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
1745
1746         [BZ #10014]
1747         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
1748         host name.
1749
1750         [BZ #10038]
1751         * manual/memory.texi (Memory): Make order of menu items match
1752         order of sections.
1753
1754 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1755
1756         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
1757         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
1758         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
1759
1760 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1761
1762         * csu/libc-tls.c (static_dtv): Renamed to ...
1763         (_dl_static_dtv): This.  Make it global.
1764         (_dl_initial_dtv): Removed.
1765         (__libc_setup_tls): Updated.
1766         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
1767         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
1768         DL_INITIAL_DTV.
1769
1770 2012-09-06  Petr Machata  <pmachata@redhat.com>
1771
1772         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
1773         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
1774         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
1775         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
1776
1777 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1778
1779         [BZ #14545]
1780         * csu/libc-tls.c (_dl_initial_dtv): New variable.
1781         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
1782         freeing dtv[-1].
1783
1784 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1785
1786         [BZ #14544]
1787         * Makeconfig (link-static-before-libc): Replace $(+prector)
1788         with $(+prectorT).
1789         (link-static-after-libc): Replace $(+postctor) with
1790         $(+postctorT).
1791         (link-bounded): Replace $(+prector)/$(+postctor) with
1792         $(+prectorT)/$(+postctorT).
1793         (+prectorT): New macro.
1794         (+postctorT): Likewise.
1795
1796 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
1797
1798         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
1799         (round_str): Handle values above the maximum for IBM long double
1800         as inexact.
1801         * stdlib/tst-strtod-round.c (tests): Regenerated.
1802
1803 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1804
1805         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
1806         assembler flag.
1807         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
1808         zarch_nohighgprs around the zarch optimized routines.
1809         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1810         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1811         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
1812         for zarch.
1813
1814 2012-09-05  David S. Miller  <davem@davemloft.net>
1815
1816         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1817
1818         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
1819         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
1820         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
1821         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
1822         entries.
1823
1824 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
1825
1826         * malloc/arena.c: Fold copyright years.
1827         * malloc/mcheck.c, malloc/memusage.c: Likewise.
1828
1829 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
1830
1831         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
1832
1833 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
1834
1835         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
1836
1837 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
1838
1839         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
1840         change internal state upon failure.
1841
1842 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
1843
1844         * malloc/mcheck.c (mcheck_check_all): Fix typo.
1845         * malloc/memusage.c (mmap): Likewise.
1846         (mmap64, mremap): Likewise.  Adjust name in comment.
1847
1848 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
1849
1850         * libio/fileops.c: Fix typos in comments.
1851         * libio/oldfileops.c: Likewise.
1852         * libio/wfileops.c: Likewise.
1853
1854 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
1855
1856         [BZ #1349]
1857         * malloc/Makefile (tests): Add tst-malloc-usable test case.
1858         (tst-malloc-usable-ENV): Set environment for test case.
1859         * malloc/hooks.c (malloc_check_get_size): New function to get
1860         requested size.
1861         * malloc/malloc.c (musable): Use malloc_check_get_size.
1862         * malloc/tst-malloc-usable.c: New test case.
1863
1864 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
1865
1866         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
1867
1868 2012-09-05  Allan McRae  <allan@archlinux.org>
1869
1870         [BZ #13966]
1871         * configure.in (CXX_SYSINCLUDES): Use compiler output to
1872         determine header location.
1873         * configure: Regenerated.
1874
1875 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
1876
1877         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
1878         float format.
1879         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
1880         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
1881         format.
1882         (test): Regenerate.
1883
1884 2012-09-04  David S. Miller  <davem@davemloft.net>
1885
1886         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
1887         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
1888         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
1889
1890 2012-09-04  Florian Weimer  <fweimer@redhat.com>
1891
1892         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
1893         failures.
1894
1895         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
1896
1897 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
1898
1899         [BZ #9914]
1900         * libio/iogetdelim.c: Include <limits.h>.
1901         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
1902         + len + 1 would overflow.
1903
1904 2012-09-03  Andreas Jaeger  <aj@suse.de>
1905
1906         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1907         * sysdeps/i386/fpu/libm-test-ulps: Update.
1908
1909 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1910
1911         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
1912         Add s_sinf-sse2, s_conf-sse2.
1913
1914         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
1915         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
1916         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
1917         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
1918
1919         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
1920         for using routine as __sinf_ia32.
1921         Use macro for function declaration and weak_alias.
1922         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
1923         for using routine as __cosf_ia32.
1924         Use macro for function declaration and weak_alias.
1925
1926         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
1927         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
1928
1929         * sysdeps/x86_64/fpu/s_sinf.S: New file.
1930         * sysdeps/x86_64/fpu/s_cosf.S: New file.
1931         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1932
1933         * math/libm-test.inc (cos_test): Add more test cases.
1934         (sin_test): Likewise.
1935         (sincos_test): Likewise.
1936
1937 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1938
1939         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1940         (IFUNC_RESOLVE): Make pointers to the specialized implementations
1941         hidden.
1942         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1943
1944 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
1945
1946         [BZ #14538]
1947         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
1948         first element of the GOT.
1949         (elf_machine_load_address): Return the difference between
1950         the runtime address of _DYNAMIC and elf_machine_dynamic ().
1951
1952 2012-09-01  Allan McRae  <allan@archlinux.org>
1953
1954         [BZ #13412]
1955         * configure.in (AWK): Require gawk version 3.0 or later.
1956         * configure: Regenerated.
1957
1958 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
1959
1960         * sysdeps/unix/sysv/linux/kernel-features.h
1961         (__ASSUME_POSIX_CPU_TIMERS): Remove.
1962         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1963         [__NR_clock_getres]: Make code unconditional.
1964         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
1965         (clock_getcpuclockid): Remove code left unreachable by removal of
1966         conditionals.
1967         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
1968         code unconditional.
1969         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
1970         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
1971         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
1972         Make code unconditional.
1973         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
1974         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
1975         * sysdeps/unix/sysv/linux/clock_settime.c
1976         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
1977         conditional code.
1978         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
1979         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
1980
1981 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
1982
1983         [BZ #14476]
1984         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
1985         scripts/test-installation.pl.
1986
1987         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
1988         and $ld_so_version if it is set.
1989
1990 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1991
1992         [BZ #14516]
1993         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
1994         failure if reading from procfs failed.
1995         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
1996
1997 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
1998
1999         * sysdeps/unix/sysv/linux/kernel-features.h
2000         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
2001         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
2002         Remove conditional code.
2003         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2004         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
2005         Remove conditional code.
2006         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2007         * sysdeps/unix/sysv/linux/i386/fxstat.c
2008         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
2009         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2010         * sysdeps/unix/sysv/linux/i386/fxstatat.c
2011         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
2012         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2013         * sysdeps/unix/sysv/linux/i386/lxstat.c
2014         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
2015         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2016         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
2017         Remove conditional code.
2018         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2019         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
2020         Remove conditional code.
2021         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2022         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
2023         <kernel-features.h>.
2024         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
2025         Remove.
2026         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
2027         Remove conditional code.
2028         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
2029         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
2030         Remove conditional.
2031
2032 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
2033
2034         [BZ #5400]
2035         * NEWS: Add fixed bug number.
2036
2037 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
2038
2039         [BZ #14519]
2040         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
2041         underflowing exponent in case of negative sign.
2042         * stdlib/tst-strtod-round-data: Add more tests.
2043         * stdlib/tst-strtod-round.c (tests): Regenerated.
2044
2045         [BZ #3479]
2046         * stdlib/strtod_l.c (NDIG): Remove.
2047         (HEXNDIG): Likewise.
2048         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
2049         smallest representable value.
2050         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
2051         lie within an exact representation of 1/2 ulp of the result.
2052         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
2053         unconditionally.
2054         (TENS_P9_IDX): Define unconditionally.
2055         (TENS_P9_SIZE): Likewise.
2056         (TENS_P10_IDX): Likewise.
2057         (TENS_P10_SIZE): Likewise.
2058         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
2059         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
2060         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
2061         entries for 10^2^13 and 10^2^14.
2062         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
2063         (TENS_P13_IDX): Define.
2064         (TENS_P13_SIZE): Likewise.
2065         (TENS_P14_IDX): Likewise.
2066         (TENS_P14_SIZE): Likewise.
2067         (_fpioconst_pow10): Change array size to
2068         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
2069         unconditional.
2070         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
2071         1024]: Add entries for 10^2^13 and 10^2^14.
2072         [LAST_POW10 > _LAST_POW10]: Remove #error.
2073         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
2074         (_fpioconst_pow10): Change array size to
2075         FPIOCONST_POW10_ARRAY_SIZE.
2076         * stdlib/gen-fpioconst.c: New file.
2077         * stdlib/gen-tst-strtod-round.c: Likewise.
2078         * stdlib/tst-strtod-round-data: Likewise.
2079         * stdlib/tst-strtod-round.c: Likewise.
2080         * stdlib/Makefile (tests): Add tst-strtod-round.
2081
2082         [BZ #14459]
2083         * stdlib/strtod_l.c: Include <stdint.h>.
2084         (NDEBUG): Do not define.
2085         (round_and_return): Change EXPONENT parameter to type intmax_t.
2086         Rearrange calculations to avoid internal overflow possibilities.
2087         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
2088         Rearrange calculations to avoid internal overflow possibilities.
2089         Assert that number fits inside MPNSIZE limbs.
2090         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
2091         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
2092         calculations and add assertions to avoid internal overflow
2093         possibilities.  Add casts to avoid signed/unsigned operations.
2094         * stdlib/tst-strtod-overflow.c: New file.
2095         * stdlib/Makefile (tests): Add tst-strtod-overflow.
2096
2097 2012-08-25  Marek Polacek  <polacek@redhat.com>
2098
2099         * time/time.h: Fix some typos in comments.
2100
2101 2012-08-23  Roland McGrath  <roland@hack.frob.com>
2102
2103         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
2104         * posix/tst-rfc3484-2.c: Likewise.
2105         * posix/tst-rfc3484-3.c: Likewise.
2106
2107 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
2108
2109         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
2110         (EF_ARM_ABI_FLOAT_HARD): Likewise.
2111
2112 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
2113
2114         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
2115         #include of fxstatat64.c.
2116
2117 2012-08-22  Roland McGrath  <roland@hack.frob.com>
2118
2119         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
2120         * shadow/getspent_r.c: Likewise.
2121         * shadow/getspnam.c: Likewise.
2122         * shadow/getspnam_r.c: Likewise.
2123         * gshadow/getsgent.c: Likewise.
2124         * gshadow/getsgent_r.c: Likewise.
2125         * gshadow/getsgnam.c: Likewise.
2126         * gshadow/getsgnam_r.c: Likewise.
2127         * inet/getnetbyad.c: Likewise.
2128         * inet/getnetbyad_r.c: Likewise.
2129         * inet/getnetbynm.c: Likewise.
2130         * inet/getnetbynm_r.c: Likewise.
2131         * inet/getnetent.c: Likewise.
2132         * inet/getnetent_r.c: Likewise.
2133         * inet/getproto.c: Likewise.
2134         * inet/getproto_r.c: Likewise.
2135         * inet/getprtent.c: Likewise.
2136         * inet/getprtent_r.c: Likewise.
2137         * inet/getprtname.c: Likewise.
2138         * inet/getprtname_r.c: Likewise.
2139         * inet/getrpcbyname.c: Likewise.
2140         * inet/getrpcbyname_r.c: Likewise.
2141         * inet/getrpcbynumber.c: Likewise.
2142         * inet/getrpcbynumber_r.c: Likewise.
2143         * inet/getrpcent.c: Likewise.
2144         * inet/getrpcent_r.c: Likewise.
2145         * inet/getaliasent.c: Likewise.
2146         * inet/getaliasent_r.c: Likewise.
2147         * inet/getaliasname.c: Likewise.
2148         * inet/getaliasname_r.c: Likewise.
2149         * nscd/getgrgid_r.c: Likewise.
2150         * nscd/getgrnam_r.c: Likewise.
2151         * nscd/gethstbyad_r.c: Likewise.
2152         * nscd/gethstbynm3_r.c: Likewise.
2153         * nscd/getpwnam_r.c: Likewise.
2154         * nscd/getpwuid_r.c: Likewise.
2155         * nscd/getsrvbynm_r.c: Likewise.
2156         * nscd/getsrvbypt_r.c: Likewise.
2157         * nscd/gai.c: Likewise.
2158
2159         * configure.in (build_nscd): New substituted variable, set
2160         by --disable-build-nscd and defaults to $use_nscd.
2161         * configure: Regenerated.
2162         * config.make.in (build-nscd): New substituted variable.
2163         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
2164         Change conditional to require [$(build-nscd) = yes] as well.
2165         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
2166
2167         [BZ# 13696]
2168         * configure.in (use_nscd): New substituted variable, set by
2169         --disable-nscd.  If enabled, define USE_NSCD.
2170         * configure: Regenerated.
2171         * config.h.in: Add USE_NSCD.
2172         * config.make.in (use-nscd): New substituted variable.
2173         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
2174         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
2175         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
2176         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
2177         (CFLAGS-getgrnam_r.c): Likewise.
2178         (CFLAGS-initgroups.c): Likewise.
2179         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
2180         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
2181         Variables removed.
2182         * inet/getnetgrent_r.c
2183         (nscd_setnetgrent): New function, broken out of ...
2184         (setnetgrent): ... here.  Call it.
2185         (innetgr): Conditionalize nscd bits on [USE_NSCD].
2186         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
2187         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
2188         * nscd/Makefile (routines, aux): Move definitions after include of
2189         Makeconfig.  Conditionalize on [$(use-nscd) != no].
2190         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
2191         Conditionalize on [USE_NSCD].
2192         (is_nscd, nscd_init_cb): Likewise.
2193         (nss_load_library): Conditionalize init callback on [USE_NSCD].
2194         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
2195         * nss/nss_db/db-init.c: Likewise.
2196         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
2197         [USE_NSCD].
2198         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
2199         (make_request): Use it.
2200         (cache_valid_p): New function.
2201         (__check_pf): Use it.
2202         * NEWS: Add item for --disable-nscd.
2203
2204 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
2205
2206         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
2207         to support sed >= 4.2.1-20-ga9bf076.
2208         * configure: Regenerated.
2209
2210 2012-08-22  Roland McGrath  <roland@hack.frob.com>
2211
2212         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
2213         Conditionalize whole body on [IREL].
2214
2215 2012-08-22  Jeff Law <law@redhat.com>
2216
2217         [BZ #14505]
2218         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
2219         if the family is PF_UNSPEC.
2220
2221 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
2222
2223         * Makerules (lib-version): Rename from V.
2224         (install-lib-nosubdir): Change V to lib-version.
2225
2226 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
2227
2228         [BZ #14252]
2229         * powerpc32/power6/wcschr.c: New file.
2230         * powerpc32/power6/wcscpy.c: New file.
2231         * powerpc32/power6/wcsrchr.c: New file.
2232         * powerpc64/power6/wcschr.c: New file.
2233         * powerpc64/power6/wcscpy.c: New file.
2234         * powerpc64/power6/wcsrchr.c: New file.
2235
2236 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
2237
2238         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
2239         (two_way_short_needle): Use it.
2240         * string/strstr.c (AVAILABLE1_USES_J): Define.
2241         * string/strcasestr.c: Likewise.
2242
2243         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
2244         array references.
2245         * string/strcasestr.c (TOLOWER): Make side-effect safe.
2246
2247         [BZ #11607]
2248         * NEWS: Add an entry.
2249         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
2250         define their defaults.
2251         (two_way_short_needle): Detect end-of-string on-the-fly.
2252         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
2253         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
2254         * string/bug-strcasestr1.c: New test.
2255         * string/Makefile: Run it.
2256
2257 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
2258
2259         [BZ #11607]
2260         * string/str-two-way.h (two_way_short_needle): Optimize matching of
2261         the first character.
2262
2263 2012-08-21  Roland McGrath  <roland@hack.frob.com>
2264
2265         * csu/elf-init.c (__libc_csu_irel): Function removed.
2266         * csu/libc-start.c (apply_irel): New function.
2267         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
2268
2269 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
2270
2271         * sysdeps/unix/sysv/linux/kernel-features.h
2272         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
2273         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
2274         <kernel-features.h>.
2275         [__NR_fadvise64_64]: Make code unconditional.
2276         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
2277         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
2278         !__NR_fadvise64_64)]: Likewise.
2279         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
2280         !__NR_fadvise64_64))]: Likewise.
2281         [__NR_fadvise64]: Make code unconditional.
2282         [!__NR_fadvise64]: Remove conditional code.
2283         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
2284         <kernel-features.h>.
2285         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
2286         unconditional.
2287         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
2288         conditional code.
2289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
2290         not include <kernel-features.h>.
2291         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
2292         unconditional.
2293         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
2294         conditional code.
2295         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
2296         include <kernel-features.h>.
2297         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
2298         unconditional.
2299         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
2300         conditional code.
2301
2302 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
2303
2304         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
2305         slight instruction rearrangements per scrollpipe analysis.
2306         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
2307
2308 2012-08-20  Roland McGrath  <roland@hack.frob.com>
2309
2310         * manual/syslog.texi (syslog; vsyslog, closelog):
2311         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
2312         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
2313
2314         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
2315         DSOCAPS to match condition on defining it.
2316
2317 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
2318
2319         * sysdeps/unix/sysv/linux/kernel-features.h
2320         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
2321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
2322         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
2323         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
2324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
2325         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
2326         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
2327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
2328         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
2329         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
2330
2331         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
2332         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
2333
2334         * sysdeps/unix/sysv/linux/kernel-features.h
2335         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
2336         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
2337         unconditional.
2338         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2339         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
2340         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
2341         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2342         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
2343         Make code unconditional.
2344         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2345         (__mmap64) [!__NR_mmap2]: Likewise.
2346         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
2347         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
2348         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2349         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
2350         [__NR_mmap2]: Make code unconditional.
2351         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2352         (__mmap64) [!__NR_mmap2]: Likewise.
2353
2354 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2355
2356         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
2357
2358 2012-08-18  Andreas Jaeger  <aj@suse.de>
2359
2360         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
2361
2362 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
2363
2364         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
2365         * include/unistd.h (__have_sock_cloexec): Likewise.
2366         (__have_pipe2): Likewise.
2367         (__have_dup3): Likewise.
2368
2369 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
2370
2371         [BZ #9685]
2372         * include/unistd.h (__have_pipe2): Change define into an extern int.
2373         (__have_dup3): Likewise.
2374         * socket/have_sock_cloexec.c: Include fcntl.h.
2375         (__have_pipe2): New variable.
2376         (__have_dup3): Likewise.
2377
2378 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
2379
2380         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
2381
2382 2012-08-17  Marek Polacek  <polacek@redhat.com>
2383
2384         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
2385         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
2386
2387 2012-08-17  Roland McGrath  <roland@hack.frob.com>
2388
2389         * configure.in: Add AC_SUBST for sysheaders.
2390         * configure: Regenerated.
2391         * config.make.in (sysheaders): New substituted variable.
2392
2393         * sysdeps/unix/mkfifo.c: Moved ...
2394         * sysdeps/posix/mkfifo.c: ... here.
2395         * sysdeps/unix/mkfifoat.c: Moved ...
2396         * sysdeps/posix/mkfifoat.c: ... here.
2397
2398         * sysdeps/unix/utime.c: Moved ...
2399         * sysdeps/posix/utime.c: ... here.
2400
2401         * sysdeps/unix/time.c: Moved ...
2402         * sysdeps/posix/time.c: ... here.
2403         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
2404         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
2405
2406         * sysdeps/unix/nice.c: Moved ...
2407         * sysdeps/posix/nice.c: ... here.
2408
2409         * sysdeps/unix/alarm.c: Moved ...
2410         * sysdeps/posix/alarm.c: ... here.
2411
2412         * intl/Makefile ($(codeset_mo)): Depend on the input file.
2413
2414 2012-08-17  Jeff Law <law@redhat.com>
2415
2416         * intl/Makefile (codeset_mo): New variable.
2417         ($(codeset_mo)): New target.
2418         (tst-codeset.out): Depend on that.  Remove explicit rule.
2419         (tst-gettext3.out, tst-gettext5.out): Likewise.
2420         (LOCPATH-ENV, tst-codeset-ENV): New variables.
2421         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
2422         * intl/tst-codeset.sh: Remove.
2423         * intl/tst-gettext3.sh: Likewise.
2424         * intl/tst-gettext5.sh: Likewise.
2425
2426 2012-08-17  Roland McGrath  <roland@hack.frob.com>
2427
2428         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
2429         * sysdeps/unix/syscalls.list: ... here.
2430
2431         * sysdeps/posix/getaddrinfo.c
2432         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
2433         (gaiconf_init, gaiconf_reload): Use them.
2434         [!_STATBUF_ST_NSEC]
2435         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
2436         Define using time_t rather than struct timespec.
2437
2438         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
2439         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
2440         Macros removed.
2441         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
2442         [!NO_THREADS].
2443         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
2444         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
2445         Likewise.
2446
2447         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
2448         __libc_cleanup_push argument.
2449
2450         * bits/param.h: New file.
2451         * misc/sys/param.h: New file.
2452         * include/sys/param.h: New file.
2453         * misc/Makefile (headers): Add bits/param.h.
2454         * sysdeps/generic/sys/param.h: File removed.
2455         * sysdeps/unix/sysv/linux/bits/param.h: New file.
2456         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
2457         * sysdeps/mach/hurd/bits/param.h: New file.
2458         * sysdeps/mach/hurd/sys/param.h: New file.
2459
2460         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
2461         last change.
2462
2463         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
2464         [_IO_MTSAFE_IO].
2465         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
2466         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
2467         New macros.
2468
2469         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
2470         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
2471         rather than -D_IO_MTSAFE_IO conditionally.
2472         * stdio-common/Makefile (CPPFLAGS): Likewise.
2473         * wcsmbs/Makefile (CPPFLAGS): Likewise.
2474         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
2475         Use $(libio-mtsafe).
2476         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
2477         of -D_IO_MTSAFE_IO.
2478         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
2479         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
2480         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
2481         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
2482         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
2483         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
2484         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
2485         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
2486         (CFLAGS-fread_u_chk.c): Likewise.
2487         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
2488         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
2489         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
2490         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
2491         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
2492         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
2493         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
2494         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
2495         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
2496
2497         * libio/Makefile: Test [$(libc-reentrant) = yes]
2498         instead of [$(filter %REENTRANT, $(defines)) nonempty].
2499
2500         * Makeconfig
2501         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
2502         * sysdeps/pthread/configure: File removed.
2503         * sysdeps/pthread/Makeconfig: New file.
2504         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
2505         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
2506
2507 2012-08-16  Gary Benson  <gbenson@redhat.com>
2508
2509         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
2510         unmapping the first object in a namespace.
2511
2512 2012-08-16  Roland McGrath  <roland@hack.frob.com>
2513
2514         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
2515         (__internal_setnetgrent): ... this.  Add internal_function to
2516         definition.  Add libc_hidden_def.
2517         (setnetgrent): Update caller.
2518         (internal_endnetgrent): Renamed to ...
2519         (__internal_endnetgrent): ... this.  Add internal_function to
2520         definition.  Add libc_hidden_def.
2521         (endnetgrent): Update caller.
2522         (internal_getnetgrent_r): Renamed to ...
2523         (__internal_getnetgrent_r): ... this.  Add internal_function to
2524         definition.  Add libc_hidden_def.
2525         (__getnetgrent_r): Update caller.
2526         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
2527
2528 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
2529
2530         * stdlib/longlong.h: Update from GCC.
2531
2532 2012-08-16  Roland McGrath  <roland@hack.frob.com>
2533
2534         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
2535         on _QL, which is set by umul_ppmm but never used.
2536         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
2537         variables, which are set by GMP macros but never used.
2538         * stdio-common/_itowa.c (_itowa): Likewise.
2539         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
2540         * stdlib/mod_1.c (mpn_mod_1): Likewise.
2541
2542 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
2543
2544         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
2545         struct La_sh_regs is not constant.
2546         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
2547         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
2548         and struct La_sparc64_regs are not constant.
2549
2550 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
2551
2552         * sysdeps/unix/sysv/linux/kernel-features.h
2553         (__ASSUME_POSIX_TIMERS): Remove.
2554         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
2555         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2556         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
2557         Make code unconditional.
2558         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2559         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
2560         Make code unconditional.
2561         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2562         * sysdeps/unix/sysv/linux/clock_nanosleep.c
2563         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
2564         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2565         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
2566         Make code unconditional.
2567         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2568         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
2569         (__libc_missing_posix_timers): Remove.
2570
2571 2012-08-15  Roland McGrath  <roland@hack.frob.com>
2572
2573         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
2574         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
2575
2576         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
2577
2578         * elf/dl-sym.c: Include <stdlib.h>.
2579
2580         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
2581         constants, which avoids warnings in 32-bit builds.
2582
2583         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
2584         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
2585
2586         * misc/lseek.c: File moved to ...
2587         * io/lseek.c: ... here.
2588
2589         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
2590
2591         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
2592         shifting LEN more than 31 bits at once.
2593
2594 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2595
2596         [BZ #14195]
2597         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
2598         segmentation fault for a case of two empty input strings.
2599         * string/test-strncasecmp.c (check1): Renamed to...
2600         (bz12205): ...this.
2601         (bz14195): Add new testcase for two empty input strings and N > 0.
2602         (test_main): Call new testcase, adapt for renamed function.
2603
2604 2012-08-15  Andreas Jaeger  <aj@suse.de>
2605
2606         [BZ #14090]
2607         * crypt/md5test2.c: New test, based on test supplied by Serge
2608         Belyshev <belyshev@depni.sinp.msu.ru>.
2609         * crypt/Makefile (xtests): Add md5test-giant..
2610         * crypt/Makefile ($(objpfx)md5test-giant): Add.
2611
2612 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2613
2614         [BZ #14090]
2615         * crypt/md5.c (md5_process_block): Don't assume the buffer
2616         length is less than 2**32.
2617         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
2618         length is less than 2**64.
2619
2620 2012-08-15  Roland McGrath  <roland@hack.frob.com>
2621
2622         * string/str-two-way.h: Include <sys/param.h>.
2623         (MAX): Macro removed.
2624
2625         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
2626         Move #define and #undef of memmove to just before and after
2627         including <string.h>.
2628
2629         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
2630         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
2631         and after including <string.h>.  Move declarations of
2632         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
2633         to before #include "string/memmove.c".
2634
2635         * include/dirent.h: Declare __getdirentries.
2636
2637         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
2638         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
2639
2640 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2641
2642         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
2643         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
2644         * sysdeps/i386/configure: Regenerated.
2645         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
2646         STABS_CURRENT_FILE, and STABS_FUN.
2647         (END): Remove call to STABS_FUN_END.
2648         (STABS_CURRENT_FILE1): Delete.
2649         (STABS_CURRENT_FILE): Likewise.
2650         (STABS_FUN): Likewise.
2651         (STABS_FUN_END): Likewise.
2652         (STABS_FUN2): Likewise.
2653         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
2654         * sysdeps/x86_64/configure: Regenerated.
2655
2656 2012-08-14  Roland McGrath  <roland@hack.frob.com>
2657
2658         * elf/dl-open.c: Include <atomic.h>.
2659         * elf/dl-lookup.c: Likewise.
2660
2661 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
2662
2663         * sysdeps/unix/sysv/linux/kernel-features.h
2664         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
2665         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
2666         unconditionally.
2667         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
2668         unconditionally.
2669         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
2670         condition on __ASSUME_CLONE_THREAD_FLAGS.
2671
2672 2012-08-14  Andreas Jaeger  <aj@suse.de>
2673
2674         * sysdeps/i386/fpu/libm-test-ulps: Update.
2675
2676 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
2677
2678         * include/atomic.h (atomic_exchange_and_add): Split into ...
2679         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
2680         New atomic macros.
2681
2682 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
2683
2684         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2685
2686 2012-08-13  Jeff Law <law@redhat.com>
2687
2688         * manual/stdio.texi (snprintf): Clarify handling of the trailing
2689         null byte in the output string.
2690
2691 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
2692
2693         * sysdeps/unix/sysv/linux/kernel-features.h
2694         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
2695         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
2696         (__ASSUME_ARG_MAX_STACK_BASED): Define.
2697         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
2698         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
2699         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
2700         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
2701
2702 2012-08-09  Jeff Law <law@redhat.com>
2703
2704         [BZ #13939]
2705         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
2706         When avoid_arena is set, don't retry in the that arena.  Pick the
2707         next one, whatever it might be.
2708         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
2709         (arena_lock): Pass in new parameter to arena_get2.
2710         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
2711         arena_get2.
2712         (__libc_malloc): Unify retrying after main arena failure with
2713         __libc_memalign version.
2714         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
2715
2716 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
2717
2718         [BZ #14166]
2719         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
2720         to __redirect_strstr.
2721         (__strstr_sse42): Use typeof __redirect_strstr.
2722         (__strstr_ia32): Likewise.
2723         (__libc_strstr): New prototype.
2724         (strstr): Renamed to ...
2725         (__libc_strstr): This.
2726         (strstr): New strong alias of __libc_strstr.
2727         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
2728         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
2729         __redirect_time.
2730         Include <time.h>.
2731         (__libc_time): New prototype.
2732         (time_ifunc): Replace time with __libc_time.
2733         (time): New strong alias and hidden definition of __libc_time.
2734         (__GI_time): Remove strong alias.
2735         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
2736         Include <stddef.h>.
2737         (memmove): Redefined to __redirect_memmove.
2738         (__memmove_sse2): Use typeof __redirect_memmove.
2739         (__memmove_ssse3): Likewise.
2740         (__memmove_ssse3_back): Likewise.
2741         (__libc_memmove): New prototype.
2742         (memmove): Renamed to ...
2743         (__libc_memmove): This.
2744         (memmove): New strong alias of __libc_memmove.
2745
2746 2012-08-08  Mark Salter  <msalter@redhat.com>
2747
2748         * elf/elf.h
2749         (R_MN10300_TLS_GD): Define.
2750         (R_MN10300_TLS_LD): Likewise.
2751         (R_MN10300_TLS_LDO): Likewise.
2752         (R_MN10300_TLS_GOTIE): Likewise.
2753         (R_MN10300_TLS_IE): Likewise.
2754         (R_MN10300_TLS_LE): Likewise.
2755         (R_MN10300_TLS_DTPMOD): Likewise.
2756         (R_MN10300_TLS_DTPOFF): Likewise.
2757         (R_MN10300_TLS_TPOFF): Likewise.
2758         (R_MN10300_SYM_DIFF): Likewise.
2759         (R_MN10300_ALIGN): Likewise.
2760         (R_MN10300_NUM): Update.
2761
2762 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
2763
2764         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
2765         Remove.
2766
2767 2012-08-08  Roland McGrath  <roland@hack.frob.com>
2768
2769         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
2770
2771         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
2772         sysdeps/unix -> sysdeps/posix move.
2773         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
2774
2775 2012-08-07      Allan McRae     <allan@archlinux.org>
2776
2777         [BZ #14303]
2778         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
2779         (SUNOS_CPP): Likewise.
2780         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
2781         not found.
2782         (open_input): Call CPP using execvp.
2783
2784 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
2785
2786         * sysdeps/unix/sysv/linux/kernel-features.h
2787         (__ASSUME_PROT_GROWSUPDOWN): Remove.
2788         (__ASSUME_NO_CLONE_DETACHED): Likewise.
2789         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
2790         (__ASSUME_WAITID_SYSCALL): Likewise.
2791         * sysdeps/unix/sysv/linux/dl-execstack.c
2792         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
2793         code unconditional.
2794         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
2795         conditional code.
2796         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
2797         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
2798         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
2799         code.
2800         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
2801         unconditional.
2802         [__ASSUME_WAITID_SYSCALL]: Likewise.
2803         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
2804
2805 2012-08-07  Roland McGrath  <roland@hack.frob.com>
2806
2807         * sysdeps/unix/closedir.c: Renamed to ...
2808         * sysdeps/posix/closedir.c: ... here.
2809         * sysdeps/unix/dirfd.c: Renamed to ...
2810         * sysdeps/posix/dirfd.c: ... here.
2811         * sysdeps/unix/dirstream.h: Renamed to ...
2812         * sysdeps/posix/dirstream.h: ... here.
2813         * sysdeps/unix/fdopendir.c: Renamed to ...
2814         * sysdeps/posix/fdopendir.c: ... here.
2815         * sysdeps/unix/opendir.c: Renamed to ...
2816         * sysdeps/posix/opendir.c: ... here.
2817         * sysdeps/unix/readdir.c: Renamed to ...
2818         * sysdeps/posix/readdir.c: ... here.
2819         * sysdeps/unix/readdir_r.c: Renamed to ...
2820         * sysdeps/posix/readdir_r.c: ... here.
2821         * sysdeps/unix/rewinddir.c: Renamed to ...
2822         * sysdeps/posix/rewinddir.c: ... here.
2823         * sysdeps/unix/seekdir.c: Renamed to ...
2824         * sysdeps/posix/seekdir.c: ... here.
2825         * sysdeps/unix/telldir.c: Renamed to ...
2826         * sysdeps/posix/telldir.c: ... here.
2827         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
2828         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
2829         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
2830         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
2831
2832         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
2833         * bits/fcntl.h: ... here.
2834
2835         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
2836         not 0.
2837         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
2838         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
2839         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
2840         (struct flock): Move l_start, l_len to the beginning.
2841         Use __pid_t for l_pid.
2842         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
2843         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
2844         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
2845         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
2846         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
2847         [__USE_LARGEFILE64] (struct flock64): New type.
2848         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
2849
2850         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
2851         * bits/dirent.h: ... here.
2852
2853         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
2854         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
2855
2856 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
2857
2858         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2859         Change from 2.6.0 to 2.6.16.
2860         * sysdeps/unix/sysv/linux/configure: Regenerated.
2861         * sysdeps/unix/sysv/linux/kernel-features.h
2862         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
2863         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
2864         version.
2865         (__ASSUME_UTIMES): Likewise.
2866         (__ASSUME_CLONE_STOPPED): Remove.
2867         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
2868         architectures, not kernel version.
2869         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
2870         (__ASSUME_NO_CLONE_DETACHED): Likewise.
2871         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
2872         (__ASSUME_WAITID_SYSCALL): Likewise.
2873         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
2874         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
2875         * README: State 2.6.16 as minimum Linux kernel version.  Do not
2876         refer to older versions.
2877
2878 2012-08-06  Roland McGrath  <roland@hack.frob.com>
2879
2880         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
2881         Define alphasort64 as an alias.
2882         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
2883         Define versionsort64 as an alias.
2884         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
2885         Define scandir64 as an alias.
2886         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
2887         Define scandirat64 as an alias.
2888         * dirent/alphasort64.c (alphasort64):
2889         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
2890         * dirent/versionsort64.c: Likewise.
2891         * dirent/scandir64.c: Likewise.
2892         * dirent/scandirat64.c: Likewise.
2893         * sysdeps/wordsize-64/alphasort.c: File removed.
2894         * sysdeps/wordsize-64/alphasort64.c: File removed.
2895         * sysdeps/wordsize-64/scandir.c: File removed.
2896         * sysdeps/wordsize-64/scandir64.c: File removed.
2897         * sysdeps/wordsize-64/scandirat.c: File removed.
2898         * sysdeps/wordsize-64/scandirat64.c: File removed.
2899         * sysdeps/wordsize-64/versionsort.c: File removed.
2900         * sysdeps/wordsize-64/versionsort64.c: File removed.
2901         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
2902         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
2903         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
2904         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
2905         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
2906         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
2907         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
2908         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
2909
2910         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
2911         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
2912         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
2913         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2914         [defined __arch64__ || defined __sparcv9]
2915         (__INO_T_MATCHES_INO64_T): New macro.
2916         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
2917         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
2918         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
2919         * sysdeps/unix/sysv/linux/bits/dirent.h
2920         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
2921         (_DIRENT_MATCHES_DIRENT64): New macro.
2922
2923         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
2924         Define lockf64 as an alias.
2925         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
2926         Define fseeko64 as an alias.
2927         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
2928         Define ftello64 as an alias.
2929         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
2930         Define _IO_fgetpos64 and fgetpos64 as aliases.
2931         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
2932         Define _IO_fsetpos64 and fsetpos64 as aliases.
2933         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
2934         Conditionalize body on this.
2935         * libio/fseeko64.c: Likewise.
2936         * libio/ftello64.c: Likewise.
2937         * libio/iofgetpos64.c: Likewise.
2938         * libio/iofsetpos64.c: Likewise.
2939         * sysdeps/wordsize-64/lockf.c: File removed.
2940         * sysdeps/wordsize-64/lockf64.c: File removed.
2941         * sysdeps/wordsize-64/fseeko.c: File removed.
2942         * sysdeps/wordsize-64/fseeko64.c: File removed.
2943         * sysdeps/wordsize-64/ftello.c: File removed.
2944         * sysdeps/wordsize-64/ftello64.c: File removed.
2945         * sysdeps/wordsize-64/iofgetpos.c: File removed.
2946         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
2947         * sysdeps/wordsize-64/iofsetpos.c: File removed.
2948         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
2949         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
2950         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
2951         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
2952         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
2953         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
2954         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
2955         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
2956         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
2957         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
2958         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
2959
2960         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
2961         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
2962         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
2963         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2964         [defined __arch64__ || defined __sparcv9]
2965         (__OFF_T_MATCHES_OFF64_T): New macro.
2966         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
2967         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
2968         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2969         (__OFF_T_MATCHES_OFF64_T): New macro.
2970
2971 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
2972
2973         * stdlib/secure-getenv.c (__secure_getenv): Replace
2974         GLIBC_2_16 with GLIBC_2_17.
2975
2976 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
2977
2978         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
2979         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
2980
2981 2012-08-03  David S. Miller  <davem@davemloft.net>
2982
2983         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2984
2985 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
2986
2987         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
2988         Remove.
2989         (__ASSUME_CORRECT_SI_PID): Likewise.
2990         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
2991         (__ASSUME_TMPFS_NAME): Likewise.
2992         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
2993         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
2994         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
2995         (HAVE_AUX_SECURE): Make definition unconditional.
2996         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
2997         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
2998
2999 2012-08-03  Roland McGrath  <roland@hack.frob.com>
3000
3001         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
3002         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
3003         * sysdeps/mach/hurd/eloop-threshold.h: New file.
3004         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
3005         __eloop_threshold instead of SYMLOOP_MAX.
3006
3007         * sysdeps/generic/eloop-threshold.h: New file.
3008         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
3009         of MAXSYMLINKS.
3010         * elf/chroot_canon.c (chroot_canon): Likewise.
3011
3012 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
3013
3014         [BZ #13717]
3015         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
3016         Change to 2.6.0 everywhere.
3017         * sysdeps/unix/sysv/linux/configure: Regenerated.
3018         * sysdeps/unix/sysv/linux/kernel-features.h
3019         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
3020         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
3021         kernel versions.
3022         (__ASSUME_POSIX_TIMERS): Define unconditionally.
3023         (__ASSUME_FUTEX_REQUEUE): Remove.
3024         (__ASSUME_STATFS64): Define unconditionally.
3025         (__ASSUME_AT_SECURE): Likewise.
3026         (__ASSUME_CORRECT_SI_PID): Likewise.
3027         (__ASSUME_TGKILL): Define without depending on kernel version for
3028         i386.
3029         (__ASSUME_UTIMES): Likewise.
3030         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
3031         kernel version.
3032         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
3033         (__ASSUME_TMPFS_NAME): Likewise.
3034         * README: Update reference to Linux kernel versions.
3035
3036 2012-08-02  Marek Polacek  <polacek@redhat.com>
3037
3038         [BZ# 14150]
3039         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
3040         libc_cv_asm_type_prefix with %.
3041         * configure: Regenerated.
3042         * include/libc-symbols.h: Remove comment about
3043         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
3044         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
3045         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
3046         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
3047         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
3048         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
3049         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
3050         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
3051         * elf/tst-unique2mod1.c: Likewise.
3052         * elf/tst-unique1mod2.c: Likewise.
3053         * elf/tst-unique1mod1.c: Likewise.
3054         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
3055         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
3056         Replace ASM_TYPE_DIRECTIVE with .type.
3057         * sysdeps/s390/s390-64/sysdep.h: Likewise.
3058         * sysdeps/i386/sysdep.h: Likewise.
3059         * sysdeps/x86_64/sysdep.h: Likewise.
3060         * sysdeps/sh/sysdep.h: Likewise.
3061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
3062         Do not define ASM_TYPE_DIRECTIVE.
3063         * sysdeps/powerpc/sysdep.h: Likewise.
3064         * sysdeps/powerpc/powerpc32/sysdep.h:
3065         Replace ASM_TYPE_DIRECTIVE with .type.
3066         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
3067         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
3068         * sysdeps/i386/fpu/e_powf.S: Likewise.
3069         * sysdeps/i386/fpu/e_expl.S: Likewise.
3070         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
3071         * sysdeps/i386/fpu/e_acosh.S: Likewise.
3072         * sysdeps/i386/fpu/e_pow.S: Likewise.
3073         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
3074         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
3075         * sysdeps/i386/fpu/s_expm1.S: Likewise.
3076         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
3077         * sysdeps/i386/fpu/e_log2.S: Likewise.
3078         * sysdeps/i386/fpu/e_log2l.S: Likewise.
3079         * sysdeps/i386/fpu/e_scalb.S: Likewise.
3080         * sysdeps/i386/fpu/e_powl.S: Likewise.
3081         * sysdeps/i386/fpu/e_log10f.S: Likewise.
3082         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
3083         * sysdeps/i386/fpu/e_logl.S: Likewise.
3084         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
3085         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
3086         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
3087         * sysdeps/i386/fpu/e_log2f.S: Likewise.
3088         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
3089         * sysdeps/i386/fpu/e_log.S: Likewise.
3090         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
3091         * sysdeps/i386/fpu/e_logf.S: Likewise.
3092         * sysdeps/i386/fpu/e_log10l.S: Likewise.
3093         * sysdeps/i386/fpu/e_atanh.S: Likewise.
3094         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
3095         * sysdeps/i386/fpu/e_log10.S: Likewise.
3096         * sysdeps/i386/fpu/s_frexp.S: Likewise.
3097         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
3098         * sysdeps/i386/fpu/s_asinh.S: Likewise.
3099         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
3100         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
3101         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
3102         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
3103         * sysdeps/i386/i686/strtok.S: Likewise.
3104         * sysdeps/i386/i386-mcount.S: Likewise.
3105         * sysdeps/i386/strtok.S: Likewise.
3106         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
3107         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
3108         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
3109         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
3110         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
3111         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
3112         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3113         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
3114         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
3115         * sysdeps/x86_64/_mcount.S: Likewise.
3116         * sysdeps/x86_64/strtok.S: Likewise.
3117         * sysdeps/sh/_mcount.S: Likewise.
3118
3119 2012-08-01  Roland McGrath  <roland@hack.frob.com>
3120
3121         * libio/iofopen.c: Include <fcntl.h>.
3122         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
3123         (_IO_fopen64, fopen64): Define as aliases.
3124         * libio/iofopen64.c: Include <fcntl.h>.
3125         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
3126         Conditionalize body on this.
3127         * sysdeps/wordsize-64/iofopen.c: File removed.
3128         * sysdeps/wordsize-64/iofopen64.c: File removed.
3129
3130 2012-08-01  Marek Polacek  <polacek@redhat.com>
3131
3132         * libc/Makeconfig: Use elf in place of binfmt-subdir.
3133         Use dlfcn directly instead of a variable.
3134         (binfmt-subdir): Do not define.
3135         (dlfcn): Likewise.
3136
3137 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
3138
3139         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
3140         Remove all definitions.
3141         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
3142         <kernel-features.h>.
3143         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
3144         (miss_F_GETOWN_EX): Remove all definitions.
3145         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
3146         macro definition.
3147         [!__ASSUME_FCNTL64]: Remove conditional code.
3148         [__ASSUME_FCNTL64]: Make code unconditional.
3149         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
3150         <kernel-features.h>.
3151         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
3152         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
3153         (lockf64) [__NR_fcntl64]: Make code unconditional.
3154         (lockf64) [__ASSUME_FCNTL64]: Likewise.
3155
3156         * sysdeps/unix/sysv/linux/kernel-features.h
3157         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
3158         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
3159         Make code unconditional.
3160         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
3161         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
3162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
3163         [__NR_vfork]: Make code unconditional.
3164         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
3165         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
3166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
3167         [__NR_vfork]: Make code unconditional.
3168         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
3169         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
3170
3171 2012-08-01  Roland McGrath  <roland@hack.frob.com>
3172
3173         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
3174         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
3175
3176         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
3177         Define mkstemp64 as an alias.
3178         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
3179         Define mkstemps64 as an alias.
3180         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
3181         Define mkostemp64 as an alias.
3182         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
3183         Define mkostemps64 as an alias.
3184         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
3185         Conditionalize body on this.
3186         * misc/mkostemp64.c: Likewise.
3187         * misc/mkostemps64.c: Likewise.
3188         * misc/mkstemps64.c: Likewise.
3189         * sysdeps/wordsize-64/mkstemp64.c: File removed.
3190         * sysdeps/wordsize-64/mkostemp64.c: File removed.
3191         * sysdeps/wordsize-64/mkostemp.c: File removed.
3192         * sysdeps/wordsize-64/mkstemp.c: File removed.
3193         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
3194         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
3195         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
3196         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
3197
3198         [BZ #14138]
3199         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
3200         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
3201         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
3202         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
3203
3204         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
3205         compat_symbol macros from <shlib-compat.h> rather than the underlying
3206         default_symbol_version and symbol_version macros, so that DEFAULT
3207         lines in shlib-versions are respected.
3208         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
3209
3210 2012-08-01  Florian Weimer  <fweimer@redhat.com>
3211
3212         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
3213         Declare with warn_unused_result.
3214         (setgid, setregid, setegid, setresgid): Likewise.
3215         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
3216         Likewise.
3217         * WUR-REPORT: Remove set*id functions.
3218
3219 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
3220
3221         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
3222
3223 2012-07-31  Roland McGrath  <roland@hack.frob.com>
3224
3225         * include/sys/socket.h (__libc_accept, __libc_accept4):
3226         Add attribute_hidden.
3227         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
3228
3229         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
3230         use of PTR_MANGLE.
3231         * inet/getnetgrent_r.c (setup): Likewise.
3232
3233         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
3234
3235 2012-07-31  David S. Miller  <davem@davemloft.net>
3236
3237         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3238
3239 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
3240
3241         [BZ #13629]
3242         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
3243         value between 1.0 and 2.0 and smaller part has absolute value less
3244         than 1.0.
3245         * math/s_clog10.c (__clog10): Likewise.
3246         * math/s_clog10f.c (__clog10f): Likewise.
3247         * math/s_clog10l.c (__clog10l): Likewise.
3248         * math/s_clogf.c (__clogf): Likewise.
3249         * math/s_clogl.c (__clogl): Likewise.
3250         * math/libm-test.inc (clog_test): Add more tests.
3251         (clog10_test): Likewise.
3252         * sysdeps/i386/fpu/libm-test-ulps: Update.
3253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3254
3255 2012-07-31  Florian Weimer  <fweimer@redhat.com>
3256
3257         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
3258         Exit with zero in case no suitable GID is found, and write a
3259         message to standard error.
3260
3261 2012-07-30  Roland McGrath  <roland@hack.frob.com>
3262
3263         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
3264         rather than to 1.
3265         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
3266         (MAXPATHLEN): Removed.
3267         (NOGROUP, NODEV): New macros.
3268         (setbit, clrbit, isset, isclr): New macros.
3269         (howmany, roundup, powerof2): New macros.
3270         (DEV_BSIZE): New macro.
3271
3272         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
3273         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
3274
3275         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
3276         definition on [!__NO_LONG_DOUBLE_MATH].
3277
3278         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
3279         PTR_MANGLE and PTR_DEMANGLE.
3280
3281         * socket/accept4.c (accept4): Rename to __libc_accept4.
3282         Define accept4 as a weak alias.
3283
3284         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
3285         on [_DIRENT_HAVE_D_TYPE].
3286         * io/ftw.c (ftw_dir): Likewise.
3287
3288         * io/xmknod.c (__xmknod): Don't check PATH for being null.
3289
3290         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
3291
3292         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
3293         Use the BSD numbers rather than the arbitrary ones we had.
3294         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
3295         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
3296         (SIGXCPU, SIGXFSZ): New macros.
3297         (_NSIG): Now 32.
3298
3299         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
3300         initializer on [_LIBC_REENTRANT].
3301
3302         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
3303         definitions inside [_POSIX_MAPPED_FILES].
3304
3305         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
3306
3307         * dirent/opendir.c: Include <fcntl.h>.
3308
3309         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
3310         (__libc_getspecific): Likewise.
3311         (__libc_key_create): Likewise.
3312
3313         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
3314         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
3315         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
3316         (tmpfile64): Define as alias.
3317         * sysdeps/wordsize-64/tmpfile.c: File removed.
3318         * sysdeps/wordsize-64/tmpfile64.c: File removed.
3319         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
3320         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
3321
3322         * stdio-common/vfscanf.c: Include <stdbool.h>.
3323         * nss/makedb.c: Likewise.
3324         * stdio-common/_i18n_number.h: Likewise.
3325         * argp/argp-help.c: Likewise.
3326         * posix/wordexp.c: Likewise.
3327         * sysdeps/posix/spawni.c: Likewise.
3328         * nss/nss_files/files-initgroups.c: Likewise.
3329         * stdio-common/reg-modifier.c: Include <stdlib.h>.
3330         * nss/nss_files/files-initgroups.c: Likewise.
3331         * nss/nss_db/db-netgrp.c: Likewise.
3332         * nss/nss_db/db-initgroups.c: Likewise.
3333         * io/fchmodat.c: Include <sys/stat.h>.
3334
3335         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
3336         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
3337
3338         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
3339         [HAVE_MMAP].
3340
3341         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
3342         Add multiple inclusion protection.
3343
3344 2012-07-27  David S. Miller  <davem@davemloft.net>
3345
3346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3347
3348 2012-07-27  Gary Benson  <gbenson@redhat.com>
3349
3350         [BZ #14298]
3351         * elf/rtld.c: Include <stap-probe.h>.
3352         (dl_main): Added static probes "init_start" and "init_complete".
3353         * elf/dl-load.c: Include <stap-probe.h>.
3354         (lose): Take new parameter "nsid".
3355         Added static probe "map_failed".
3356         (_dl_map_object_from_fd): Pass namespace id to lose.
3357         Added static probe "map_start".
3358         (open_verify): Pass namespace id to lose.
3359         * elf/dl-open.c: Include <stap-probe.h>.
3360         (dl_open_worker) Added static probes "map_complete", "reloc_start"
3361         and "reloc_complete".
3362         * elf/dl-close.c: Include <stap-probe.h>.
3363         (_dl_close_worker): Added static probes "unmap_start" and
3364         "unmap_complete".
3365         * elf/rtld-debugger-interface.txt: New file documenting the above.
3366
3367 2012-07-26  Roland McGrath  <roland@hack.frob.com>
3368
3369         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
3370         rather than a string variable.
3371         * sunrpc/rpc_main.c (h_output): Likewise.
3372         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
3373
3374 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
3375
3376         * inet/check_native.c: New file.
3377
3378 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
3379
3380         [BZ #13629]
3381         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
3382         if larger part has absolute value 1.0.
3383         * math/s_clog10.c (__clog10): Likewise.
3384         * math/s_clog10f.c (__clog10f): Likewise.
3385         * math/s_clog10l.c (__clog10l): Likewise.
3386         * math/s_clogf.c (__clogf): Likewise.
3387         * math/s_clogl.c (__clogl): Likewise.
3388         * math/libm-test.inc (clog_test): Add more tests.
3389         (clog10_test): Likewise.
3390         * sysdeps/i386/fpu/libm-test-ulps: Update.
3391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3392
3393         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
3394         (pltexit): Likewise.
3395         (La_regs): Likewise.
3396         (La_retval): Likewise.
3397         (int_retval): Likewise.
3398         Update #error for removed macros to refer only to definitions in
3399         tst-audit.h.
3400         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
3401         macro.
3402         (pltexit): Likewise.
3403         (La_regs): Likewise.
3404         (La_retval): Likewise.
3405         (int_retval): Likewise.
3406         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
3407         macro.
3408         (pltexit): Likewise.
3409         (La_regs): Likewise.
3410         (La_retval): Likewise.
3411         (int_retval): Likewise.
3412         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
3413         macro.
3414         (pltexit): Likewise.
3415         (La_regs): Likewise.
3416         (La_retval): Likewise.
3417         (int_retval): Likewise.
3418         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
3419         macro.
3420         (pltexit): Likewise.
3421         (La_regs): Likewise.
3422         (La_retval): Likewise.
3423         (int_retval): Likewise.
3424         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
3425         macro.
3426         (pltexit): Likewise.
3427         (La_regs): Likewise.
3428         (La_retval): Likewise.
3429         (int_retval): Likewise.
3430         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
3431         macro.
3432         (pltexit): Likewise.
3433         (La_regs): Likewise.
3434         (La_retval): Likewise.
3435         (int_retval): Likewise.
3436         * sysdeps/generic/tst-audit.h: Update comment to refer only to
3437         macro definitions in tst-audit.h.
3438         * sysdeps/i386/tst-audit.h: New file.
3439         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
3440         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
3441         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
3442         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
3443         * sysdeps/sh/tst-audit.h: Likewise.
3444         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
3445         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
3446         * sysdeps/x86_64/tst-audit.h: Likewise.
3447
3448 2012-07-26  Andreas Jaeger  <aj@suse.de>
3449
3450         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
3451         ptrace.
3452
3453         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
3454         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
3455         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
3456         PTRACE_O_MASK.
3457         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
3458         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
3459         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
3460
3461         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
3462         value.
3463
3464         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
3465         _sigsys.
3466         (si_call_addr, si_syscall, si_arch): Define new macro.
3467         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
3468         _sigsys.
3469         (si_call_addr, si_syscall, si_arch): Define new marcro.
3470         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
3471         _sigsys.
3472         (si_call_addr, si_syscall, si_arch): Define new macro.
3473         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
3474         _sigsys.
3475         (si_call_addr, si_syscall, si_arch): Define new macro.
3476
3477 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
3478
3479         [BZ #13717]
3480         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
3481         Change to 2.4.21 where previously 2.4.1.
3482         * sysdeps/unix/sysv/linux/configure: Regenerated.
3483         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
3484         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
3485         Linux kernel version.
3486         (__ASSUME_STD_AUXV): Remove.
3487         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
3488         kernel version.
3489         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
3490         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
3491         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
3492         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
3493         (__ASSUME_NETLINK_SUPPORT): Likewise.
3494         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
3495         (__no_netlink_support): Remove conditional definition.
3496         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
3497         Remove.
3498         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
3499         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
3500         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
3501         (if_nameindex_ioctl): Remove.
3502         (if_nameindex_netlink): Do not handle __no_netlink_support.
3503         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
3504         code.
3505         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
3506         Remove conditional code.
3507         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
3508         code.
3509         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
3510         unconditional.
3511         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
3512         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
3513         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
3514         Remove.
3515         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3516         [!__ASSUME_STD_AUXV]: Remove conditional code.
3517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
3518         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
3519         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
3520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
3521         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
3522         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
3523         code.
3524         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
3525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3526         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
3527         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
3528         conditional code.
3529         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
3530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
3531         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
3532         code.
3533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3534         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
3535         conditional code.
3536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
3537         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
3538         code unconditional.
3539         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3540         conditional code.
3541         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3542         unconditional.
3543         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3544         conditional code.
3545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
3546         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3547         unconditional.
3548         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3549         conditional code.
3550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3551         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
3552         code unconditional.
3553         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3554         conditional code.
3555         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3556         unconditional.
3557         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3558         conditional code.
3559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3560         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
3561         code unconditional.
3562         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3563         conditional code.
3564         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3565         unconditional.
3566         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3567         conditional code.
3568
3569 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
3570
3571         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
3572         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
3573         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3574         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
3575         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
3576         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3577         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3578         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
3579         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3580         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3581         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
3582         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
3583         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
3584         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3585         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
3586         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
3587         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
3588         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
3589         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
3590         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
3591         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
3592         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
3593         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
3594
3595 2012-07-25  Florian Weimer  <fweimer@redhat.com>
3596
3597         * Versions.def: Add GLIBC_2.17.
3598         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
3599         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
3600         Introduce __libc_secure_getenv.
3601         * stdlib/Versions (2.17): Add secure_getenv
3602         (GLIBC_PRIVATE): Add __libc_secure_getenv.
3603         * stdlib/secure-getenv.c: Rename __secure_getenv to
3604         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
3605         symbol __secure_getenv for GLIBC_2.0.
3606         * stdlib/tst-secure-getenv.c: New.
3607         * stdlib/Makefile (tests): Add testcase.
3608         * manual/startup.texi (Environment Access): Document
3609         secure_getenv.
3610         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
3611         __libc_secure_getenv.
3612         * inet/ruserpass.c (ruserpass): Likewise.
3613         * malloc/mtrace.c (mtrace): Likewise.
3614         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
3615         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
3616         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
3617         * sysdeps/posix/tempname.c: Likewise.  Evaluate
3618         HAVE_SECURE_GETENV.
3619         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
3620         __secure_getenv to __libc_secure_getenv.
3621         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
3622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3623         Likewise.
3624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3625         Likewise.
3626         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
3627         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
3628         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
3629         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
3630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
3631         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
3632         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
3633
3634 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
3635
3636         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
3637         (struct La_i86_retval): Likewise.
3638         (struct La_x86_64_regs): Likewise.
3639         (struct La_x86_64_retval): Likewise.
3640         (struct La_x32_regs): Likewise.
3641         (struct La_x32_retval): Likewise.
3642         (struct La_ppc32_regs): Likewise.
3643         (struct La_ppc32_retval): Likewise.
3644         (struct La_ppc64_regs): Likewise.
3645         (struct La_ppc64_retval): Likewise.
3646         (struct La_sh_regs): Likewise.
3647         (struct La_sh_retval): Likewise.
3648         (struct La_s390_32_regs): Likewise.
3649         (struct La_s390_32_retval): Likewise.
3650         (struct La_s390_64_regs): Likewise.
3651         (struct La_s390_64_retval): Likewise.
3652         (struct La_sparc32_regs): Likewise.
3653         (struct La_sparc32_retval): Likewise.
3654         (struct La_sparc64_regs): Likewise.
3655         (struct La_sparc64_retval): Likewise.
3656         (struct audit_ifaces): Remove architecture-specific pltenter and
3657         pltexit members.
3658         * sysdeps/i386/ldsodefs.h: New file.
3659         * sysdeps/powerpc/ldsodefs.h: Likewise.
3660         * sysdeps/s390/ldsodefs.h: Likewise.
3661         * sysdeps/sh/ldsodefs.h: Likewise.
3662         * sysdeps/sparc/ldsodefs.h: Likewise.
3663         * sysdeps/x86_64/ldsodefs.h: Likewise.
3664
3665 2012-07-25  Marek Polacek  <polacek@redhat.com>
3666
3667         [BZ #6808]
3668         * math/libm-test.inc (yn_test): Add another test.
3669         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
3670         to ERANGE when the result is +-Inf.
3671         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
3672         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
3673         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
3674         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
3675
3676 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
3677
3678         * conform/data/time.h-data (NULL): Use macro-constant.  Require
3679         equal to 0.
3680         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
3681         clock_t.
3682         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
3683
3684 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
3685
3686         * configure.in <sysdeps resolving>: Correct printing
3687         Implies_before.
3688         * configure: Regenerate.
3689
3690 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
3691
3692         * math/w_ilogb.c: Include <limits.h>.
3693         * math/w_ilogbl.c: Likewise.
3694
3695 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
3696
3697         * manual/lang.texi (__va_copy): Document primarily as ISO C99
3698         va_copy.  Document allowing for unavailable va_copy only as
3699         pre-C99 compatibility.
3700         * manual/string.texi (Copying and Concatenation): Use va_copy
3701         instead of __va_copy in concat example.
3702
3703 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
3704
3705         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
3706         (__sendto): Use create_address_port.  Initialize APORT and deallocate
3707         it if not null.
3708
3709         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
3710         with O_NOLINK passed to __file_name_lookup.
3711
3712         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
3713         with O_NOLINK passed to __file_name_lookup.
3714
3715         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
3716         negative N or less than NGIDS.
3717
3718         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
3719         type to string_t.  Set ERANGE as errno and return it if NAME is not big
3720         enough.  Use memcpy instead of strncpy.
3721
3722 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
3723
3724         * elf/Makefile (check-data): Remove.
3725         (localplt.data): New vpath directive.
3726         ($(objpfx)check-localplt.out): Use localplt.data from vpath
3727         instead of $(check-data).
3728         * scripts/data/localplt-generic.data: Move to ...
3729         * sysdeps/generic/localplt.data: ... here.
3730         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
3731         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
3732         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
3733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3734         ... here.
3735         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
3736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3737         ... here.
3738         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
3739         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
3740         ... here.
3741         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
3742         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3743         ... here.
3744         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
3745         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
3746         ... here.
3747         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
3748         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
3749         ... here.
3750
3751 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3752
3753         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
3754         PPC32 and PPC64 files.
3755         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
3756         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
3757
3758 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3759
3760         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
3761         __makecontext_ret to ...
3762         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
3763         ... here and call exit if uc_link is NULL.  New file.
3764         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
3765         __makecontext_ret.S.
3766         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
3767         __makecontext_ret to ...
3768         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
3769         ... here and call exit if uc_link is NULL.  New file.
3770         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
3771         __makecontext_ret.S.
3772
3773 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3774
3775         * elf/elf.h (R_390_IRELATIVE): New definition.
3776         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
3777         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
3778         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
3779         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
3780         (elf_machine_lazy_rel): Likewise.
3781         * sysdeps/s390/dl-irel.h: New file.
3782         * sysdeps/s390/s390-64/memcpy.S: New asm code.
3783         * sysdeps/s390/s390-64/memset.S: New asm code.
3784         * sysdeps/s390/s390-64/memcmp.S: New asm code.
3785         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
3786         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
3787         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
3788         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
3789         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
3790         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
3791         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
3792         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
3793         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
3794         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
3795         * sysdeps/s390/s390-32/memcpy.S: New asm code.
3796         * sysdeps/s390/s390-32/memset.S: New asm code.
3797         * sysdeps/s390/s390-32/memcmp.S: New asm code.
3798
3799 2012-07-17  Marek Polacek  <polacek@redhat.com>
3800
3801         [BZ #14349]
3802         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
3803         * sysdeps/s390/s390-64/configure.in: Likewise.
3804         * sysdeps/sparc/configure.in: Likewise.
3805         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
3806         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
3807         * sysdeps/i386/configure.in: Likewise.
3808         * sysdeps/x86_64/configure.in: Likewise.
3809         * sysdeps/sh/configure.in: Likewise.
3810         * sysdeps/s390/s390-32/configure: Regenerated.
3811         * sysdeps/s390/s390-64/configure: Likewise.
3812         * sysdeps/x86_64/configure: Likewise.
3813         * sysdeps/sh/configure: Likewise.
3814         * sysdeps/powerpc/powerpc64/configure: Likewise.
3815         * sysdeps/powerpc/powerpc32/configure: Likewise.
3816         * sysdeps/sparc/configure: Likwise.
3817         * sysdeps/i386/configure: Likewise.
3818
3819         * elf/dl-open.c: Comment fixes.
3820
3821 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
3822
3823         * Makefile [CXX] (check-data): Remove.
3824         [CXX] (c++-types.data): New vpath directive.
3825         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
3826         vpath.  Do not allow for C++ type data being missing.
3827         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
3828         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
3829         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
3830         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
3831         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
3832         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
3833         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
3834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3835         ... here.
3836         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
3837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3838         ... here.
3839         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
3840         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
3841         ... here.
3842         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
3843         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
3844         ... here.
3845         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
3846         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
3847         ... here.
3848         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
3849         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
3850         ... here.
3851         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
3852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
3853         ... here.
3854         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
3855         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
3856
3857         * elf/tls-macros.h (TLS_LE): Move architecture-specific
3858         definitions to architecture-specific files.
3859         (TLS_IE): Likewise.
3860         (TLS_LD): Likewise.
3861         (TLS_GD): Likewise.
3862         * sysdeps/i386/tls-macros.h: New file.
3863         * sysdeps/powerpc/tls-macros.h: Likewise.
3864         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
3865         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
3866         * sysdeps/sh/tls-macros.h: Likewise.
3867         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
3868         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
3869         * sysdeps/x86_64/tls-macros.h: Likewise.
3870
3871 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
3872
3873         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
3874         zero value for regular exit case.
3875
3876         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
3877         (__start_context): Preserve zero value for regular exit case.
3878
3879 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
3880             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3881
3882         * manual/setjmp.texi (setcontext): Clarify normal process
3883         termination when uc_link is the null pointer.
3884         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
3885         exit call.
3886
3887 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
3888
3889         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
3890         preprocessor.  Test for each exception mask separately.
3891
3892 2012-07-16  Andreas Jaeger  <aj@suse.de>
3893
3894         * po/ru.po: Update from translation team.
3895
3896 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
3897
3898         * conform/data/string.h-data (NULL): Use macro-constant.  Require
3899         equal to 0.
3900         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
3901         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
3902         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
3903         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
3904         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3905
3906 2012-07-13  Andreas Jaeger  <aj@suse.de>
3907
3908         * po/fr.po: Update from translation team.
3909
3910 2012-07-12  Marek Polacek  <polacek@redhat.com>
3911
3912         [BZ #14173]
3913         * math/libm-test.inc (yn_test): Add test for BZ #14173.
3914         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
3915         loop condition.
3916
3917 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
3918
3919         [BZ #13717]
3920         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
3921         Change to 2.4.1 where previously 2.4.0.
3922         * sysdeps/unix/sysv/linux/configure: Regenerated.
3923         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
3924         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
3925         version.
3926         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
3927         (__ASSUME_AT_CLKTCK): Remove.
3928         (__ASSUME_AT_PAGESIZE): Likewise.
3929         (__ASSUME_AT_XID): Likewise.
3930         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
3931         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
3932         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
3933         unconditionally.
3934         (HAVE_AUX_PAGESIZE): Likewise.
3935         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
3936         [__ASSUME_AT_CLKTCK]: Make code unconditional.
3937         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
3938
3939 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
3940
3941         [BZ #14307]
3942         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
3943         the temporary buffer used to invoke __gethostbyname2_r,
3944         __gethostbyaddr_r and gethostbyname4_r to make room for struct
3945         host_data / struct gaih_addrtuple.
3946         * resolv/nss_dns/dns-host.c (global scope): Move definition of
3947         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
3948         header file nss/nsswitch.h.
3949         * nss/nsswitch.h (global scope): Add definition of implementation
3950         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
3951         resolv/nss_dns/dns-host.c).
3952
3953 2012-07-11  Andreas Jaeger  <aj@suse.de>
3954
3955         * po/fr.po: Update from translation team.
3956
3957         * po/sv.po: Update from translation team
3958         * po/fr.po: Another update from translation team.
3959
3960 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3961
3962         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
3963         for subnormals or multiply small sinh result by itself.
3964         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
3965         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3966
3967 2012-07-11  David S. Miller  <davem@davemloft.net>
3968
3969         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3970
3971 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
3972
3973         [BZ #14347]
3974         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
3975         (INTERNAL_MARK): Shift it here.
3976
3977 2012-07-10  Marek Polacek  <polacek@redhat.com>
3978
3979         [BZ #14151]
3980         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
3981         libc_cv_asm_global_directive with .globl.
3982         * configure: Regenerated.
3983         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
3984         with .globl.
3985         * sysdeps/i386/configure: Regenerated.
3986         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
3987         with .globl.
3988         * sysdeps/x86_64/configure: Regenerated.
3989         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
3990         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
3991         * elf/tst-unique2mod2.c: Likewise.
3992         * elf/tst-unique2mod1.c: Likewise.
3993         * elf/tst-unique1mod2.c: Likewise.
3994         * elf/tst-unique1mod1.c: Likewise.
3995         * sysdeps/s390/s390-32/sysdep.h: Likewise.
3996         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
3997         * sysdeps/s390/s390-64/sysdep.h: Likewise.
3998         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
3999         * sysdeps/mach/sysdep.h: Likewise.
4000         * sysdeps/i386/sysdep.h: Likewise.
4001         * sysdeps/i386/i386-mcount.S: Likewise.
4002         * sysdeps/x86_64/_mcount.S: Likewise.
4003         * sysdeps/x86_64/sysdep.h: Likewise.
4004         * sysdeps/sh/_mcount.S: Likewise.
4005         * sysdeps/sh/sysdep.h: Likewise.
4006         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
4007         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
4008         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
4009         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
4010         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
4011         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
4012         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
4013         * locale/localeinfo.h: Likewise.
4014         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
4015         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
4016
4017 2012-07-09  Roland McGrath  <roland@hack.frob.com>
4018
4019         [BZ #14336]
4020         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
4021         system".
4022         * manual/message.texi (The Uniforum approach): Likewise.
4023         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
4024         (glibc iconv Implementation): Likewise.
4025
4026 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
4027
4028         [BZ #14337]
4029         * math/s_clog.c (__clog): Avoid scaling a value down where that
4030         could result in underflow.
4031         * math/s_clog10.c (__clog10): Likewise.
4032         * math/s_clog10f.c (__clog10f): Likewise.
4033         * math/s_clog10l.c (__clog10l): Likewise.
4034         * math/s_clogf.c (__clogf): Likewise.
4035         * math/s_clogl.c (__clogl): Likewise.
4036         * math/libm-test.inc (clog_test): Add more tests.
4037         (clog10_test): Likewise.
4038         * sysdeps/i386/fpu/libm-test-ulps: Update.
4039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4040
4041 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
4042
4043         [BZ #14283]
4044         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
4045         by 7 not 8 to examine high bit of fractional part.
4046
4047         [BZ #14042]
4048         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
4049         for call to __mcount_internal.
4050         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
4051         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
4052         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
4053
4054 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
4055
4056         [BZ #14154]
4057         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
4058         approximation for values within 0x1p-13f of an odd multiple of
4059         pi/4.
4060         * math/libm-test.inc (tan_test): Do not allow spurious underflow
4061         exception.  Add more tests.
4062         * sysdeps/i386/fpu/libm-test-ulps: Update.
4063
4064         [BZ #6778]
4065         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
4066         inputs and return -1 for them.  Do not check for +Inf in case not
4067         reachable for +Inf.
4068         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
4069         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
4070         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
4071         and return -1 for them.  Do not check for +Inf in case not
4072         reachable for +Inf.
4073         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
4074         define.
4075         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
4076         and return -1 for them.  Do not check for +Inf in case not
4077         reachable for +Inf.
4078         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
4079         spurious underflow.
4080         * sysdeps/i386/fpu/libm-test-ulps: Update.
4081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4082
4083 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
4084
4085         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
4086
4087 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
4088
4089         [BZ #14157]
4090         [BZ #14331]
4091         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
4092         could result in spurious underflow.  Scale down values above
4093         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
4094         * math/s_csqrtf.c (__csqrtf): Likewise.
4095         * math/s_csqrtl.c (__csqrtl): Likewise.
4096         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
4097         spurious underflow.
4098         * sysdeps/i386/fpu/libm-test-ulps: Update.
4099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4100
4101 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
4102
4103         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
4104         xopen-msg.sed.
4105         * catgets/xopen-msg.awk: New file.
4106         * catgets/xopen-msg.sed: Removed.
4107
4108         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
4109         po2text.sed.
4110         * intl/po2test.awk: New file.
4111         * intl/po2test.sed: Removed.
4112
4113 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
4114
4115         [BZ #14328]
4116         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
4117         or multiply small sinh result by itself.
4118         * math/s_ctanf.c (__ctanf): Likewise.
4119         * math/s_ctanh.c (__ctanh): Likewise.
4120         * math/s_ctanhf.c (__ctanhf): Likewise.
4121         * math/s_ctanhl.c (__ctanhl): Likewise.
4122         * math/s_ctanl.c (__ctanl): Likewise.
4123         * math/libm-test.inc (ctan_test_tonearest): New function.
4124         (ctan_test_towardzero): Likewise.
4125         (ctan_test_downward): Likewise.
4126         (ctan_test_upward): Likewise.
4127         (ctanh_test_tonearest): Likewise.
4128         (ctanh_test_towardzero): Likewise.
4129         (ctanh_test_downward): Likewise.
4130         (ctanh_test_upward): Likewise.
4131         (main): Call these new functions.
4132         * sysdeps/i386/fpu/libm-test-ulps: Update.
4133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4134
4135 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
4136
4137         * .gitignore: Delete /ports entry.
4138
4139 2012-07-03  Andreas Jaeger  <aj@suse.de>
4140
4141         * po/bg.po: Update from translation team.
4142         * po/cs.po: Likewise.
4143         * po/de.po: Likewise.
4144         * po/hr.po: Likewise.
4145         * po/nl.pl: Likewise.
4146         * po/pl.po: Likewise.
4147         * po/vi.po: Likewise.
4148
4149 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
4150
4151         * Makeconfig [!+link] (+link-before-libc): New variable.
4152         [!+link] (+link-after-libc): Likewise.
4153         [!+link] (+link-tests): Likewise.
4154         [!+link] (+link): Define in terms of $(+link-before-libc) and
4155         $(+link-after-libc).
4156         [!+link-static] (+link-static-before-libc): New variable.
4157         [!+link-static] (+link-static-after-libc): Likewise.
4158         [!+link-static] (+link-static-tests): Likewise.
4159         [!+link-static] (+link-static): Define in terms of
4160         $(+link-static-before-libc) and $(+link-static-after-libc).
4161         [build-shared] (link-libc-before-gnulib): New variable.
4162         [build-shared] (link-libc-tests): Likewise.
4163         [build-shared] (link-libc): Define in terms of
4164         $(link-libc-before-gnulib).
4165         [!build-shared] (link-libc-tests): New variable.
4166         (link-libc-static-tests): New variable.
4167         [!gnulib] (gnulib-arch): New variable.
4168         [!gnulib] (gnulib-tests): Likewise.
4169         [!gnulib] (static-gnulib-arch): Likewise.
4170         [!gnulib] (static-gnulib-tests): Likewise.
4171         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
4172         Define with "=" instead of ":=".
4173         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
4174         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
4175         * Rules (binaries-all-notests): New variable.
4176         (binaries-all-tests): Likewise.
4177         (binaries-static-notests): Likewise.
4178         (binaries-static-tests): Likewise.
4179         (binaries-all): Define using $(binaries-all-notests) and
4180         $(binaries-all-tests).
4181         (binaries-static): Define using $(binaries-static-notests) and
4182         $(binaries-static-tests).
4183         (binaries-shared-tests): New variable.
4184         (binaries-shared-notests): Likewise.
4185         (binaries-shared): Remove variable.
4186         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
4187         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
4188         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
4189         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
4190         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
4191         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
4192         * elf/Makefile (sln-modules): New variable.
4193         (extra-objs): Add $(sln-modules:=.o).
4194         (ldconfig-modules): Add static-stubs.
4195         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
4196         * elf/static-stubs.c: New file.
4197
4198         [BZ #14283]
4199         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
4200         by 7 not 8 to examine high bit of fractional part.  Use volatile
4201         variables when splitting into final array of floats if
4202         __FLT_EVAL_METHOD__ != 0.
4203         * math/libm-test.inc (cos_test): Add another test.
4204         (sin_test): Likewise.
4205         * sysdeps/i386/fpu/libm-test-ulps: Update.
4206
4207         [BZ #14273]
4208         * math/libm-test.inc (cosh_test): Add more tests.
4209
4210         * version.h (RELEASE): Set to "development".
4211         (VERSION): Set to "2.16.90".
4212
4213 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
4214
4215         * NEWS: Update copyright. Remove last-updated date.
4216         Mention math library bug fixes and timezone data changes.
4217         * README: Mention GNU/Hurd, x32, and HPPA support status.
4218
4219 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
4220
4221         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
4222
4223 2012-06-27  Andreas Jaeger  <aj@suse.de>
4224
4225         * manual/contrib.texi (Contributors): Add Samuel Thibault.
4226
4227 2012-06-25  Andreas Jaeger  <aj@suse.de>
4228
4229         * sysdeps/s390/fpu/libm-test-ulps: Update.
4230
4231 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
4232             Thomas Schwinge  <thomas@codesourcery.com>
4233
4234         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
4235         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
4236         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
4237         fanotify_mark.
4238
4239 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
4240
4241         * sysdeps/mach/start.c: Remove file.
4242         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
4243         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
4244         * sysdeps/sh/init-first.c: Likewise.
4245
4246         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
4247         registers for frame unwinding purposes, add CFI directives.
4248         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
4249         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
4250         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
4251         Likewise.
4252
4253         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
4254         __fortify_fail returning.
4255         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
4256
4257         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
4258         sysdeps/sh/____longjmp_chk.S.
4259         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
4260         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
4261         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
4262         (gen-as-const-headers): Append sigaltstack-offsets.sym.
4263
4264         * sysdeps/sh/abort-instr.h: New file.
4265         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
4266         process in case exit returns.
4267
4268         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
4269         initialize the GOT register before use.
4270
4271         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
4272         calculation of ARGC > 4.
4273
4274         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
4275         meaningful names to some local labels.
4276
4277 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
4278             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4279
4280         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
4281         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
4282         (__arch_compare_and_exchange_val_16_acq): Likewise.
4283         (__arch_compare_and_exchange_val_32_acq): Likewise.
4284         (atomic_exchange_and_add): Fix gUSA sequence.
4285         (atomic_add): Likewise.
4286         (atomic_add_negative): Likewise.
4287         (atomic_add_zero): Likewise.
4288         (atomic_bit_test_set): Likewise.
4289
4290 2012-06-22  Andreas Schwab  <schwab@redhat.com>
4291
4292         [BZ #13579]
4293         * include/link.h (struct link_map): Add l_free_initfini.
4294         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
4295         l_initfini.
4296         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
4297         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
4298         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
4299         set.
4300
4301 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
4302
4303         * configure.in: Use AC_LANG_SOURCE.
4304         * configure: Regenerate.
4305
4306 2012-06-22  Roland McGrath  <roland@hack.frob.com>
4307
4308         * configure.in (libc_cv_localstatedir): New substituted variable.
4309         * configure: Regenerated.
4310         * config.make.in (localstatedir): New variable, substituted from
4311         libc_cv_localstatedir.
4312         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
4313         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
4314         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
4315         * sysdeps/gnu/configure: Regenerated.
4316
4317 2012-06-21  Jeff Law  <law@redhat.com>
4318
4319         [BZ #14277]
4320         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
4321         free.  Simplify list management for _LIBC case.
4322
4323 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
4324
4325         [BZ #14273]
4326         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
4327         Clear sign bit of 64-bit integer value before comparing against
4328         overflow value.
4329
4330         * sysdeps/mach/configure: Regenerated.
4331
4332 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
4333
4334         [BZ #14278]
4335         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
4336
4337 2012-06-21  Jeff Law  <law@redhat.com>
4338
4339         [BZ #13882]
4340         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
4341         uint16_t for elements in the "seen" array to avoid char overflows.
4342         * elf/dl-fini.c (_dl_sort_fini): Likewise.
4343         * elf/dl-open.c (dl_open_worker): Likewise.
4344
4345 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
4346
4347         * scripts/list-sources.sh: Scan PORTS for translations.
4348         * po/libc.pot: Regenerated.
4349
4350 2012-06-21  Andreas Jaeger  <aj@suse.de>
4351
4352         [BZ #12194]
4353         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
4354         warning.
4355         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
4356         * bits/byteswap-16.h (__bswap_16): Likewise.
4357         * bits/byteswap.h (__bswap_constant_16): Likewise.
4358
4359 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
4360
4361         [BZ #14117]
4362         * sysdeps/i386/fpu_control.h: Removed.
4363         * sysdeps/x86_64/fpu_control.h: Moved to ...
4364         * sysdeps/x86/fpu_control.h: Here.
4365
4366         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
4367         (_FPU_SETCW): Likewise.
4368
4369 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4370
4371         [BZ #14117]
4372         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
4373         * sysdeps/x86/fpu/bits/mathinline.h: This.
4374         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
4375
4376         [BZ #14050]
4377         [BZ #14117]
4378         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
4379         functions if __x86_64__ is defined.
4380
4381 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
4382
4383         * string/endian.h: Add !__ASSEMBLER__ condition for including
4384         conversion interfaces.
4385
4386 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
4387
4388         [BZ #14241]
4389         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
4390         of ABS(x) in calculating zero to negative powers other than odd
4391         integers.
4392         * math/libm-test.inc (pow_test): Add more tests.
4393
4394 2012-06-15  Andreas Jaeger  <aj@suse.de>
4395
4396         * manual/contrib.texi (Contributors): Update entry of Liubov
4397         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
4398         Machado Filho.
4399
4400 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
4401
4402         * string/string.h: Add __wur to GNU version of strerror_r.
4403
4404 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
4405
4406         [BZ #14229]
4407         * string/Makefile (tests): Add tst-strtok_r.
4408         * string/tst-strtok_r.c: New file.
4409         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
4410         RAX_LP/RDX_LP on SAVE_PTR.
4411
4412 2012-06-14  Roland McGrath  <roland@hack.frob.com>
4413
4414         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
4415
4416 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
4417
4418         * libm_test.inc (csqrt_test): Allow more spurious underflow
4419         exceptions.
4420         (j0_test): Likewise.
4421         (j1_test): Likewise.
4422         (y0_test): Likewise.
4423         (y1_test): Likewise.
4424
4425 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
4426
4427         * po/Makefile (libc.pot): Use UTF-8 charset.
4428
4429 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
4430
4431         [BZ #14210]
4432         Suppress sign-conversion warning from FD_SET.
4433         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
4434         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
4435         not unsigned long int.
4436         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
4437
4438 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
4439
4440         [BZ #14050]
4441         [BZ #14117]
4442         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
4443         __extern_always_inline instead of __extern_inline.
4444         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
4445         (__signbit): Likewise.
4446         (__signbitl): Support C++ namespace.
4447         (lrintf): New inline function.
4448         (lrint): Likewise.
4449         (llrintf): Likewise.
4450         (llrint): Likewise.
4451         (fmaxf): Likewise.
4452         (fmax): Likewise.
4453         (fminf): Likewise.
4454         (fmin): Likewise.
4455         (rint): Likewise.
4456         (rintf): Likewise.
4457         (ceil): Likewise.
4458         (ceilf): Likewise.
4459         (floor): Likewise.
4460         (floorf): Likewise.
4461         (nearbyint): Likewise.
4462         (nearbyintf): Likewise.
4463
4464 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
4465
4466         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
4467         non-default versions.
4468
4469 2012-06-11  Roland McGrath  <roland@hack.frob.com>
4470
4471         [BZ #14218]
4472         * manual/argp.texi (Argp): Reword argp_parse description slightly.
4473
4474 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
4475
4476         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
4477         (FE_UPWARD, FE_DOWNWARD): Don't define.
4478         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
4479         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4480
4481         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
4482         reading it.
4483         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
4484         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
4485
4486 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4487
4488         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
4489         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
4490         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
4491         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
4492
4493 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4494
4495         [BZ #14117]
4496         * sysdeps/i386/fpu/bits/fenv.h: Removed.
4497         * sysdeps/i386/fpu/Implies: New file.
4498         * sysdeps/x86_64/fpu/Implies: Likewise.
4499         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
4500         * sysdeps/x86/fpu/bits/fenv.h: This.
4501
4502         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
4503         __SSE_MATH__.
4504
4505 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4506
4507         [BZ #14134]
4508         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
4509         character 0xffff that matches the last element of the
4510         conversion table.
4511
4512 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4513
4514         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
4515         fmodl commit.
4516
4517 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4518
4519         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
4520         values higher than 25.6283.
4521
4522 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4523
4524         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
4525         subnormal exponent extraction and add some __builtin_expect.
4526         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
4527         Fix for subnormal mantissa calculation.
4528
4529 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
4530
4531         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
4532         cpu2 is -1 and errno is not ENOSYS.
4533
4534 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
4535
4536         [BZ #14117]
4537         * sysdeps/i386/i486/bits/string.h: Renamed to ...
4538         * sysdeps/x86/bits/string.h: This.
4539         * sysdeps/x86_64/bits/string.h: Removed.
4540
4541         * sysdeps/i386/i486/bits/string.h: Define inline functions only
4542         if not compiling for x86-64, but compiling for >= i486.
4543
4544         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
4545         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
4546
4547         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
4548         New macro from Linux kernel 3.4.0.
4549         (FP_XSTATE_MAGIC2): Likewise.
4550         (FP_XSTATE_MAGIC2_SIZE): Likewise.
4551         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
4552         (struct _fpx_sw_bytes): New struct.
4553         (struct _xsave_hdr): Likewise.
4554         (struct _ymmh_state): Likewise.
4555         (struct _xstate): Likewise.
4556
4557         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
4558         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
4559         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
4560         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
4561         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
4562         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
4563
4564         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
4565         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
4566         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
4567         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
4568         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
4569         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
4570
4571 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4572
4573         [BZ #13743]
4574         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
4575         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
4576         (sysdep_headers): Include sys/platform/ppc.h.
4577         * sysdeps/powerpc/test-gettimebase.c: Test for
4578         __ppc_get_timebase() to catch future ISA opcode/insn changes.
4579         * manual/Makefile (appendices): Include platform.texi.
4580         * manual/contrib.texi (Contributors): Update @node pointers.
4581         * manual/maint.texi (Maintenance): Likewise.
4582         (Platform): New node.
4583         * manual/platform.texi: New file.  Document the new features.
4584
4585 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4586             Jakub Jelinek  <jakub@redhat.com>
4587
4588         [BZ #14188]
4589         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
4590         where __builtin_expect is unavailable.
4591
4592 2012-06-03  David S. Miller  <davem@davemloft.net>
4593
4594         * stdlib/longlong.h: Updated from GCC.
4595
4596 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
4597
4598         [BZ #14042]
4599         * sysdeps/powerpc/powerpc32/mcount.c: New file.
4600         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
4601         __mcount_internal.
4602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
4603         (GLIBC_2.16): Likewise.
4604
4605 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
4606
4607         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
4608
4609 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
4610
4611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
4612         (default-abi): New variable.
4613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
4614         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
4615         variable.
4616         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
4617         Likewise.
4618         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
4619         Likewise.
4620         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
4621         Likewise.
4622
4623         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
4624         definition.  Document in comment.
4625
4626 2012-06-01  David S. Miller  <davem@davemloft.net>
4627
4628         * stdlib/longlong.h: Updated from GCC.
4629
4630 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
4631
4632         [BZ #14117]
4633         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
4634         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
4635         sys/debugreg.h sys/io.h here.
4636         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
4637         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
4638         sys/io.h.
4639         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
4640         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
4641         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
4642         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
4643         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
4644         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
4645
4646         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
4647         Define only if __x86_64__ is defined.
4648
4649 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
4650
4651         [BZ #14048]
4652         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
4653         Use int64_t for variable i.
4654         * math/libm-test.inc (fmod_test): Add more tests.
4655
4656         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
4657         z computation is not scheduled after fetestexcept.
4658         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
4659         Use math_force_eval instead of asm to ensure calculation scheduled
4660         before exception test.
4661         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
4662         Ensure a1 + u.d computation is not scheduled after fetestexcept.
4663
4664 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
4665
4666         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
4667         computation is not scheduled after fetestexcept.
4668
4669 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
4670
4671         [BZ #14117]
4672         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
4673         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
4674
4675 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4676
4677         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
4678         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
4679
4680 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
4681
4682         [BZ #14117]
4683         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
4684         <bits/wordsize.h>.
4685         (__WCHAR_MIN): Support __WORDSIZE == 64.
4686         (__WCHAR_MAX): Likewise.
4687
4688         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
4689         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
4690
4691         [BZ #14183]
4692         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
4693         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
4694
4695         [BZ #14117]
4696         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
4697         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
4698
4699         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
4700         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
4701
4702         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
4703         Defined to 1 if __x86_64__ isn't defined.
4704         (_STAT_VER_LINUX_OLD): New.
4705         (st_atime): Remove duplicate.
4706         (st_mtime): Likewise.
4707         (st_ctime): Likewise.
4708
4709 2012-05-31  David S. Miller  <davem@davemloft.net>
4710
4711         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
4712         entries.
4713
4714 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
4715
4716         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
4717         gen-libm-test.pl.
4718
4719         [BZ #14132]
4720         * elf/dl-reloc.c: Include <_itoa.h>.
4721         (_dl_reloc_bad_type): Remove use of INTUSE.
4722         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
4723         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
4724         * stdio-common/psiginfo.c (psiginfo): Likewise.
4725         * stdio-common/psignal.c (psignal): Likewise.
4726         * string/strsignal.c (strsignal): Likewise.
4727         * include/signal.h (_sys_siglist): Declare hidden proto.
4728         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
4729         INTVARDEF with libc_hidden_data_def.
4730         * stdio-common/itoa-udigits.c: Likewise.
4731         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
4732         (_itoa_lower_digits_internal): Remove declaration.
4733         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
4734         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
4735         (_sys_sigabbrev_internal): Remove aliases.
4736         (_sys_siglist): Define hidden alias.
4737
4738 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
4739
4740         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
4741         bits/sysctl.h.
4742
4743 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
4744
4745         [BZ #14117]
4746         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
4747         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
4748
4749         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
4750         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
4751         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
4752         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
4753         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
4754         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
4755
4756         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
4757         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
4758         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
4759
4760         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
4761         with __addr.
4762         (insw): Likewise.
4763         (insl): Likewise.
4764         (outsb): Likewise.
4765         (outsw): Likewise.
4766         (outsl): Likewise.
4767
4768         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
4769         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
4770         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
4771
4772         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
4773         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
4774         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
4775         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
4776         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
4777         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
4778
4779         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
4780         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
4781
4782         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
4783         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
4784
4785         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
4786         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
4787         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
4788
4789         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
4790         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
4791         to ...
4792         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
4793
4794         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
4795         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
4796         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
4797
4798         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
4799         for x86-64.
4800         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
4801
4802 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
4803
4804         * math/math.h (M_El): Use two more decimal places.
4805         (M_LOG2El): Likewise.
4806         (M_LOG10El): Likewise.
4807         (M_LN2l): Likewise.
4808         (M_LN10l): Likewise.
4809         (M_PIl): Likewise.
4810         (M_PI_2l): Likewise.
4811         (M_PI_4l): Likewise.
4812         (M_1_PIl): Likewise.
4813         (M_2_PIl): Likewise.
4814         (M_2_SQRTPIl): Likewise.
4815         (M_SQRT2l): Likewise.
4816         (M_SQRT1_2l): Likewise.
4817
4818 2012-05-31  David S. Miller  <davem@davemloft.net>
4819
4820         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
4821         values between float registers.
4822         * sysdeps/sparc/sparc64/memset.S: Likewise.
4823         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4824
4825 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
4826
4827         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
4828         -D_FORTIFY_SOURCE=1.
4829         (CPPFLAGS-tst-longjmp_chk.c): Define.
4830         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
4831         (CPPFLAGS-tst-longjmp_chk2.c): Define.
4832         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
4833         CFLAGS-tst-wchar-h.c.
4834
4835 2012-05-31  Marek Polacek  <polacek@redhat.com>
4836
4837         [BZ #14132]
4838         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
4839         __endmntent_internal): Remove declaration.
4840         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
4841         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
4842         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
4843
4844 2012-05-30  David S. Miller  <davem@davemloft.net>
4845
4846         * sysdeps/sparc/sparc32/soft-fp/q_util.c
4847         (___Q_simulate_exceptions): Use real FP ops rather than writing
4848         into the %fsr.
4849         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
4850         Likewise.
4851
4852 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4853
4854         [BZ #14117]
4855         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
4856         * sysdeps/x86/bits/xtitypes.h: This.
4857
4858         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
4859         * sysdeps/x86/bits/wordsize.h: This.
4860
4861         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
4862         * sysdeps/x86/bits/huge_vall.h: This.
4863
4864         * sysdeps/i386/bits/select.h: Removed.
4865         * sysdeps/x86_64/bits/select.h: Renamed to ...
4866         * sysdeps/x86/bits/select.h: This.
4867
4868         * sysdeps/i386/bits/setjmp.h: Removed.
4869         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
4870         * sysdeps/x86/bits/setjmp.h: This.
4871
4872         * sysdeps/i386/bits/mathdef.h: Removed.
4873         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
4874         * sysdeps/x86/bits/mathdef.h: This.
4875
4876 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
4877
4878         [BZ #14132]
4879         * include/sys/socket.h (__connect_internal)
4880         (__libc_sa_len_internal): Remove declaration.
4881         (__connect, __libc_sa_len): Declare hidden_proto.
4882         (SA_LEN): Remove use of INTUSE.
4883         * socket/connect.c: Add libc_hidden_def.
4884         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
4885         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
4886         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
4887         alias.
4888         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4889         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4890         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
4891         of adding _internal alias.
4892
4893 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4894
4895         [BZ #14117]
4896         * sysdeps/i386/bits/link.h: Removed.
4897         * sysdeps/i386/bits/linkmap.h: Likewise.
4898         * sysdeps/x86_64/bits/link.h: Renamed to ...
4899         * sysdeps/x86/bits/link.h: This.
4900         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
4901         * sysdeps/x86/bits/linkmap.h: This.
4902
4903         * sysdeps/i386/bits/endian.h: Removed.
4904         * sysdeps/x86_64/bits/endian.h: Renamed to ...
4905         * sysdeps/x86/bits/endian.h: This.
4906
4907         * sysdeps/i386/bits/byteswap.h: Removed.
4908         * sysdeps/i386/bits/byteswap-16.h: Likewise.
4909         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
4910         * sysdeps/x86/bits/byteswap.h: This.
4911         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
4912         * sysdeps/x86/bits/byteswap-16.h: This.
4913         * sysdeps/i386/Implies: Add x86.
4914         * sysdeps/x86_64/Implies: Likewise.
4915
4916 2012-05-30  David S. Miller  <davem@davemloft.net>
4917
4918         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
4919         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
4920         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
4921         (FP_TRAPPING_EXCEPTIONS): Define.
4922         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
4923         (FP_TRAPPING_EXCEPTIONS): Define.
4924         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
4925         subnormals only when inexact has been signalled or underflow
4926         exceptions are enabled.
4927         (_FP_PACK_CANONICAL): Likewise.
4928
4929 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4930
4931         [BZ #14183]
4932         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
4933         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
4934
4935 2012-05-30  Richard Henderson  <rth@twiddle.net>
4936
4937         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
4938         with #ifndef NOT_IN_libc.
4939
4940         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
4941         marked to avoid plt entry.
4942
4943 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4944
4945         [BZ #14112]
4946         * Makeconfig (default-abi): New macro.
4947         (abi-includes): Likewise.
4948         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
4949         $(abi-$(default-abi)-lib-soname) for soname if defined.
4950         ($(common-objpfx)gnu/lib-names.stmp): Generate from
4951         abi-variants.
4952         * Makefile (installed-stubs): Likewise.
4953         * include/stubs-biarch.h: Removed.
4954         * scripts/lib-names.awk: Only handle one library at a time.
4955         * scripts/soversions.awk: Remove WORDSIZE support.
4956         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
4957         entries.
4958         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
4959         Removed.
4960         (syscall-list-default-condition): Likewise.
4961         (syscall-list-default-condition): Likewise.
4962         (syscall-list-includes): Likewise.
4963         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
4964         syscall-list-* with abi-*.  Handle undefined abi-variants.
4965         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
4966         * sysdeps/unix/sysv/linux/i386/Implies: New file.
4967         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
4968         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
4969         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
4970         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
4971         Removed.
4972         (syscall-list-32-options): Likewise.
4973         (syscall-list-32-condition): Likewise.
4974         (syscall-list-64-options): Likewise.
4975         (syscall-list-64-condition): Likewise.
4976         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
4977         macro.
4978         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
4979         Renamed to ...
4980         (abi-*): This.
4981         (abi-64-ld-soname): New macro.
4982         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
4983         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
4984         Renamed to ...
4985         (abi-*): This.
4986         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
4987         * sysdeps/x86_64/x32/shlib-versions: Likewise.
4988
4989 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
4990
4991         * sysdeps/unix/sysv/linux/kernel-features.h
4992         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
4993         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
4994         include <kernel-features.h>.
4995         [!__NR_ftruncate64]: Remove conditional code.
4996         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4997         [__NR_ftruncate64]: Make code unconditional.
4998         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4999         * sysdeps/unix/sysv/linux/truncate64.c: Do not
5000         include <kernel-features.h>.
5001         [!__NR_ftruncate64]: Remove conditional code.
5002         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
5003         [__NR_ftruncate64]: Make code unconditional.
5004         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
5005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
5006         include <kernel-features.h>.
5007         [!__NR_ftruncate64]: Remove conditional code.
5008         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
5009         [__NR_ftruncate64]: Make code unconditional.
5010         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
5011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
5012         include <kernel-features.h>.
5013         [!__NR_ftruncate64]: Remove conditional code.
5014         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
5015         [__NR_ftruncate64]: Make code unconditional.
5016         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
5017
5018         * configure.in (libc_cv_fpie): Weaken to a compile test using
5019         LIBC_TRY_CC_OPTION.
5020         * configure: Regenerated.
5021
5022 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5023
5024         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
5025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
5026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
5027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5028         Refreshed.
5029         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
5030         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
5031         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
5032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
5033         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
5034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5035         Refreshed.
5036
5037 2012-05-27  David S. Miller  <davem@davemloft.net>
5038
5039         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
5040         (___Q_zero): New.
5041         (__Q_simulate_exceptions): Return void.  Change to simulate
5042         exceptions by writing into the %fsr.
5043         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
5044         (__Qp_handle_exceptions): Likewise.
5045         (numbers): Delete.
5046         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
5047         __Qp_handle_exceptions.
5048         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
5049         __Qp_handle_exceptions.
5050         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
5051         as unused and give dummy FP_RND_NEAREST initializer.
5052         (FP_INHIBIT_RESULTS): Define.
5053         (___Q_simulate_exceptions): Update declaration.
5054         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
5055         formatting.
5056         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
5057         as unused and give dummy FP_RND_NEAREST initializer.
5058         (__Qp_handle_exceptions): Update declaration.
5059         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
5060         formatting.
5061
5062 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
5063
5064         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
5065         the temporary FPU control word.
5066         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
5067         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
5068         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
5069         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
5070         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
5071         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
5072         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
5073         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
5074         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
5075         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
5076         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
5077
5078 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5079
5080         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
5081         fields.
5082
5083 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
5084
5085         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
5086         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
5087         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
5088         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
5089         Likewise.
5090         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
5091         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
5092         Likewise.
5093
5094 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
5095
5096         * po/h.po: Update from translation team.
5097
5098 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
5099
5100         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
5101
5102         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
5103         handling of denormals.
5104         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
5105         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
5106         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
5107         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
5108         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
5109         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
5110         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
5111         Likewise.
5112
5113 2012-05-26  Marek Polacek  <polacek@redhat.com>
5114
5115         [BZ #14152]
5116         * math/libm-test.inc (fma_test): Don't always expect underflow
5117         exception.
5118
5119 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5120
5121         [BZ #12416]
5122         * elf/tst-execstack.c: Include stackinfo.h.
5123         (do_test): Adjust test case to ensure that pthread_getattr_np
5124         behaviour remains the same after marking stack executable.
5125
5126 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
5127
5128         * sysdeps/unix/sysv/linux/kernel-features.h
5129         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
5130         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
5131         kernel-features.h.
5132         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
5133         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
5134         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
5135         kernel-features.h.
5136         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
5137         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
5138
5139 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
5140
5141         * configure.in: Define the default includes to being none.
5142         * configure: Regenerated.
5143
5144 2012-05-25  Roland McGrath  <roland@hack.frob.com>
5145
5146         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
5147         * sysdeps/x86_64/setjmp.S: Likewise.
5148         * sysdeps/i386/bsd-setjmp.S: Likewise.
5149         * sysdeps/i386/bsd-_setjmp.S: Likewise.
5150         * sysdeps/i386/setjmp.S: Likewise.
5151         * sysdeps/i386/__longjmp.S: Likewise.
5152         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
5153         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
5154
5155         * include/stap-probe.h: New file.
5156         * configure.in: Handle --enable-systemtap.
5157         * configure: Regenerated.
5158         * config.h.in (USE_STAP_PROBE): New #undef.
5159         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
5160         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
5161         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5162
5163 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
5164
5165         [BZ #13717]
5166         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
5167         to 2.4.0 where earlier.
5168         * sysdeps/unix/sysv/linux/configure: Regenerated.
5169         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
5170         <kernel-features.h>.
5171         [__ASSUME_32BITUIDS]: Make code unconditional.
5172         [!__ASSUME_32BITUIDS]: Remove conditional code.
5173         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
5174         <kernel-features.h>.
5175         [__ASSUME_32BITUIDS]: Make code unconditional.
5176         [!__ASSUME_32BITUIDS]: Remove conditional code.
5177         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
5178         [__ASSUME_32BITUIDS]: Make code unconditional.
5179         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
5180         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
5181         <kernel-features.h>.
5182         [__ASSUME_32BITUIDS]: Make code unconditional.
5183         [!__ASSUME_32BITUIDS]: Remove conditional code.
5184         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
5185         <kernel-features.h>.
5186         [__ASSUME_32BITUIDS]: Make code unconditional.
5187         [!__ASSUME_32BITUIDS]: Remove conditional code.
5188         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
5189         <kernel-features.h>.
5190         [__ASSUME_32BITUIDS]: Make code unconditional.
5191         [!__ASSUME_32BITUIDS]: Remove conditional code.
5192         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
5193         <kernel-features.h>.
5194         [__ASSUME_32BITUIDS]: Make code unconditional.
5195         [!__ASSUME_32BITUIDS]: Remove conditional code.
5196         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
5197         <kernel-features.h>.
5198         [__ASSUME_32BITUIDS]: Make code unconditional.
5199         [!__ASSUME_32BITUIDS]: Remove conditional code.
5200         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
5201         <kernel-features.h>.
5202         [__ASSUME_32BITUIDS]: Make code unconditional.
5203         [!__ASSUME_32BITUIDS]: Remove conditional code.
5204         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
5205         <kernel-features.h>.
5206         [__ASSUME_32BITUIDS]: Make code unconditional.
5207         [!__ASSUME_32BITUIDS]: Remove conditional code.
5208         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
5209         <kernel-features.h>.
5210         [__ASSUME_32BITUIDS]: Make code unconditional.
5211         [!__ASSUME_32BITUIDS]: Remove conditional code.
5212         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
5213         <kernel-features.h>.
5214         [__ASSUME_32BITUIDS]: Make code unconditional.
5215         [!__ASSUME_32BITUIDS]: Remove conditional code.
5216         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
5217         <kernel-features.h>.
5218         [__ASSUME_32BITUIDS]: Make code unconditional.
5219         [!__ASSUME_32BITUIDS]: Remove conditional code.
5220         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
5221         <kernel-features.h>.
5222         [__NR_setresgid] (__setresgid): Do not declare.
5223         [__ASSUME_32BITUIDS]: Make code unconditional.
5224         [!__ASSUME_32BITUIDS]: Remove conditional code.
5225         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
5226         <kernel-features.h>.
5227         [__NR_setresuid] (__setresuid): Do not declare.
5228         [__ASSUME_32BITUIDS]: Make code unconditional.
5229         [!__ASSUME_32BITUIDS]: Remove conditional code.
5230         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
5231         <kernel-features.h>.
5232         [__ASSUME_32BITUIDS]: Make code unconditional.
5233         [!__ASSUME_32BITUIDS]: Remove conditional code.
5234         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
5235         <kernel-features.h>.
5236         [__ASSUME_32BITUIDS]: Make code unconditional.
5237         [!__ASSUME_32BITUIDS]: Remove conditional code.
5238         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
5239         <kernel-features.h>.
5240         [__ASSUME_32BITUIDS]: Make code unconditional.
5241         [!__ASSUME_32BITUIDS]: Remove conditional code.
5242         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
5243         <kernel-features.h>.
5244         [__ASSUME_32BITUIDS]: Make code unconditional.
5245         [!__ASSUME_32BITUIDS]: Remove conditional code.
5246         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
5247         <kernel-features.h>.
5248         [__ASSUME_32BITUIDS]: Make code unconditional.
5249         [!__ASSUME_32BITUIDS]: Remove conditional code.
5250         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
5251         <kernel-features.h>.
5252         [__ASSUME_32BITUIDS]: Make code unconditional.
5253         [!__ASSUME_32BITUIDS]: Remove conditional code.
5254         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
5255         <kernel-features.h>.
5256         [__ASSUME_32BITUIDS]: Make code unconditional.
5257         [!__ASSUME_32BITUIDS]: Remove conditional code.
5258         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
5259         <kernel-features.h>.
5260         [__ASSUME_32BITUIDS]: Make code unconditional.
5261         [!__ASSUME_32BITUIDS]: Remove conditional code.
5262         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
5263         <kernel-features.h>.
5264         [__ASSUME_32BITUIDS]: Make code unconditional.
5265         [!__ASSUME_32BITUIDS]: Remove conditional code.
5266         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
5267         <kernel-features.h>.
5268         [__ASSUME_32BITUIDS]: Make code unconditional.
5269         [!__ASSUME_32BITUIDS]: Remove conditional code.
5270         * sysdeps/unix/sysv/linux/kernel-features.h
5271         (__ASSUME_SETRESUID_SYSCALL): Remove.
5272         (__ASSUME_SETRESGID_SYSCALL): Likewise.
5273         (__ASSUME_32BITUIDS): Likewise.
5274         (__ASSUME_LDT_WORKS): Likewise.
5275         (__ASSUME_O_DIRECTORY): Likewise.
5276         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
5277         architecture but not kernel version.
5278         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5279         (__ASSUME_MMAP2_SYSCALL): Likewise.
5280         (__ASSUME_STAT64_SYSCALL): Likewise.
5281         (__ASSUME_IPC64): Likewise.
5282         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
5283         <kernel-features.h>.
5284         [__ASSUME_32BITUIDS]: Make code unconditional.
5285         [!__ASSUME_32BITUIDS]: Remove conditional code.
5286         * sysdeps/unix/sysv/linux/opendir.c: Do not include
5287         <kernel-features.h>.
5288         [__ASSUME_O_DIRECTORY]: Make code unconditional.
5289         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
5290         132096]: Remove conditional code.
5291         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
5292         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
5293         <kernel-features.h>.
5294         [__ASSUME_32BITUIDS]: Make code unconditional.
5295         [!__ASSUME_32BITUIDS]: Remove conditional code.
5296         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
5297         <kernel-features.h>.
5298         [__ASSUME_32BITUIDS]: Make code unconditional.
5299         [!__ASSUME_32BITUIDS]: Remove conditional code.
5300         * sysdeps/unix/sysv/linux/setegid.c: Do not include
5301         <kernel-features.h>.
5302         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
5303         unconditional.
5304         (__setresgid): Do not declare.
5305         [__ASSUME_32BITUIDS]: Make code unconditional.
5306         [!__ASSUME_32BITUIDS]: Remove conditional code.
5307         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
5308         <kernel-features.h>.
5309         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
5310         unconditional.
5311         (__setresuid): Do not declare.
5312         [__ASSUME_32BITUIDS]: Make code unconditional.
5313         [!__ASSUME_32BITUIDS]: Remove conditional code.
5314         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
5315         <kernel-features.h>.
5316         [__ASSUME_32BITUIDS]: Make code unconditional.
5317         [!__ASSUME_32BITUIDS]: Remove conditional code.
5318         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
5319         <kernel-features.h>.
5320         [__ASSUME_32BITUIDS]: Make code unconditional.
5321         [!__ASSUME_32BITUIDS]: Remove conditional code.
5322
5323 2012-05-25  Richard Henderson  <rth@twiddle.net>
5324
5325         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
5326         dl_hwcap to ifunc resolver.
5327         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
5328         elf_ifunc_invoke.
5329         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
5330         dl_hwcap to ifunc resolver.
5331         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
5332
5333 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
5334
5335         [BZ #14153]
5336         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
5337         for |x| <= 2**-26, not 2**-57.
5338         * math/libm-test.inc (acos_test): Do not allow spurious underflow
5339         exception.
5340
5341 2012-05-24  Jeff Law  <law@redhat.com>
5342
5343         * stdio-common/Makefile (tests): Add bug25.
5344         * stdio-common/bug25.c: New test.
5345
5346 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
5347
5348         [BZ #13576]
5349         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
5350         multiple of MALLOC_ALIGNMENT in size.
5351         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
5352
5353 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
5354
5355         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
5356         Require >= 256.
5357         (FILENAME_MAX): Use macro-int-constant.
5358         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
5359         (_IOFBF): Use macro-int-constant.
5360         (_IOLBF): Likewise.
5361         (_IONBF): Likewise.
5362         (SEEK_CUR): Likewise.
5363         (SEEK_END): Likewise.
5364         (SEEK_SET): Likewise.
5365         (TMP_MAX): Likewise.
5366         (EOF): Use macro-int-constant.  Require < 0.
5367         (NULL): Use macro-constant.  Require == 0.
5368         (stdin): Require type to be FILE *.
5369         (stdout): Likewise.
5370         (stderr): Likewise.
5371         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
5372         macro-int-constant.
5373         (EXIT_SUCCESS): Likewise.
5374         (NULL): Use macro-constant.  Require == 0.
5375         (RAND_MAX): Use macro-int-constant.
5376         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
5377         [C99-based standards] (strtof): Require function.
5378         [C99-based standards] (strtold): Likewise.
5379         [C99-based standards] (strtoll): Likewise.
5380         [C99-based standards] (strtoull): Likewise.
5381         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
5382         [ISO || ISO99 || ISO11] (limits.h): Likewise.
5383         [ISO || ISO99 || ISO11] (math.h): Likewise.
5384         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
5385         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
5386         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5387
5388 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
5389
5390         [BZ #14132]
5391         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
5392         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
5393         * intl/dgettext.c (DCGETTEXT): Likewise.
5394         * intl/gettext.c (DCGETTEXT): Likewise.
5395         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
5396         * posix/regex_internal.h (gettext): Likewise.
5397         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
5398         Remove declaration.
5399         * include/argz.h (__argz_count_internal)
5400         (__argz_stringify_internal): Remove declaration.
5401         (__argz_count, __argz_stringify): Declare hidden proto.
5402         * intl/dcgettext.c: Remove use of INTDEF.
5403         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
5404         * string/argz-stringify.c: Likewise.
5405         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
5406         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
5407         Declare hidden proto.
5408         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
5409         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
5410         Declare hidden proto.
5411         * include/stdio.h (__asprintf_internal): Don't declare.
5412         (__asprintf): Don't define as macro.  Declare hidden proto.
5413         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
5414         (__fsetlocking): Declare hidden proto.
5415         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
5416         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
5417         hidden proto.
5418         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
5419         (_IO_setlinebuf): Remove use of INTUSE.
5420         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
5421         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
5422         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
5423         Remove declaration.
5424         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
5425         (_IO_do_flush): Remove use of INTUSE.
5426         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
5427         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
5428         (_IO_adjust_column, _IO_least_wmarker)
5429         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
5430         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
5431         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
5432         (_IO_default_doallocate, _IO_wdefault_doallocate)
5433         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
5434         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
5435         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
5436         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
5437         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
5438         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
5439         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
5440         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
5441         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
5442         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
5443         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
5444         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
5445         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
5446         proto.
5447         (_IO_flush_all_internal, _IO_adjust_column_internal)
5448         (_IO_default_uflow_internal, _IO_default_finish_internal)
5449         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
5450         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
5451         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
5452         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
5453         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
5454         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
5455         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
5456         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
5457         (_IO_file_close_internal, _IO_file_close_it_internal)
5458         (_IO_file_underflow_internal, _IO_file_overflow_internal)
5459         (_IO_file_init_internal, _IO_file_attach_internal)
5460         (_IO_file_fopen_internal, _IO_file_read_internal)
5461         (_IO_file_sync_internal, _IO_file_seek_internal)
5462         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
5463         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
5464         (_IO_str_underflow_internal, _IO_str_overflow_internal)
5465         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
5466         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
5467         (_IO_list_all_internal, _IO_link_in_internal)
5468         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
5469         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
5470         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
5471         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
5472         (_IO_do_write_internal, _IO_padn_internal)
5473         (_IO_getline_info_internal, _IO_getline_internal)
5474         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
5475         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
5476         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
5477         (_IO_vfscanf_internal, _IO_vfprintf_internal)
5478         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
5479         (_IO_init_internal, _IO_un_link_internal): Don't declare.
5480         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
5481         with libc_hidden_ver, remove use of INTUSE.
5482         * libio/genops.c: Likewise.
5483         * libio/freopen.c: Likewise.
5484         * libio/freopen64.c: Likewise.
5485         * libio/iofclose.c: Likewise.
5486         * libio/iofdopen.c: Likewise.
5487         * libio/iofflush.c: Likewise.
5488         * libio/iofflush_u.c: Likewise.
5489         * libio/iofgets.c: Likewise.
5490         * libio/iofgets_u.c: Likewise.
5491         * libio/iofopen.c: Likewise.
5492         * libio/iofopncook.c: Likewise.
5493         * libio/iofread.c: Likewise.
5494         * libio/iofread_u.c: Likewise.
5495         * libio/ioftell.c: Likewise.
5496         * libio/iofwrite.c: Likewise.
5497         * libio/iogetline.c: Likewise.
5498         * libio/iogets.c: Likewise.
5499         * libio/iogetwline.c: Likewise.
5500         * libio/iopadn.c: Likewise.
5501         * libio/iopopen.c: Likewise.
5502         * libio/ioseekoff.c: Likewise.
5503         * libio/ioseekpos.c: Likewise.
5504         * libio/iosetbuffer.c: Likewise.
5505         * libio/iosetvbuf.c: Likewise.
5506         * libio/ioungetc.c: Likewise.
5507         * libio/ioungetwc.c: Likewise.
5508         * libio/iovdprintf.c: Likewise.
5509         * libio/iovsprintf.c: Likewise.
5510         * libio/iovsscanf.c: Likewise.
5511         * libio/memstream.c: Likewise.
5512         * libio/obprintf.c: Likewise.
5513         * libio/oldfileops.c: Likewise.
5514         * libio/oldiofclose.c: Likewise.
5515         * libio/oldiofdopen.c: Likewise.
5516         * libio/oldiofopen.c: Likewise.
5517         * libio/oldiopopen.c: Likewise.
5518         * libio/oldstdfiles.c: Likewise.
5519         * libio/putc.c: Likewise.
5520         * libio/setbuf.c: Likewise.
5521         * libio/setlinebuf.c: Likewise.
5522         * libio/stdfiles.c: Likewise.
5523         * libio/strops.c: Likewise.
5524         * libio/vasprintf.c: Likewise.
5525         * libio/vscanf.c: Likewise.
5526         * libio/vsnprintf.c: Likewise.
5527         * libio/vswprintf.c: Likewise.
5528         * libio/wfiledoalloc.c: Likewise.
5529         * libio/wfileops.c: Likewise.
5530         * libio/wgenops.c: Likewise.
5531         * libio/wmemstream.c: Likewise.
5532         * libio/wstrops.c: Likewise.
5533         * libio/__fpurge.c: Likewise.
5534         * libio/__fsetlocking.c: Likewise.
5535         * assert/assert.c: Likewise.
5536         * debug/fgets_chk.c: Likewise.
5537         * debug/fgets_u_chk.c: Likewise.
5538         * debug/fread_chk.c: Likewise.
5539         * debug/fread_u_chk.c: Likewise.
5540         * debug/gets_chk.c: Likewise.
5541         * debug/obprintf_chk.c: Likewise.
5542         * debug/vasprintf_chk.c: Likewise.
5543         * debug/vdprintf_chk.c: Likewise.
5544         * debug/vsnprintf_chk.c: Likewise.
5545         * debug/vsprintf_chk.c: Likewise.
5546         * malloc/mtrace.c: Likewise.
5547         * misc/error.c: Likewise.
5548         * misc/syslog.c: Likewise.
5549         * stdio-common/asprintf.c: Likewise.
5550         * stdio-common/fxprintf.c: Likewise.
5551         * stdio-common/getw.c: Likewise.
5552         * stdio-common/isoc99_fscanf.c: Likewise.
5553         * stdio-common/isoc99_scanf.c: Likewise.
5554         * stdio-common/isoc99_vfscanf.c: Likewise.
5555         * stdio-common/isoc99_vscanf.c: Likewise.
5556         * stdio-common/isoc99_vsscanf.c: Likewise.
5557         * stdio-common/printf-prs.c: Likewise.
5558         * stdio-common/printf_fp.c: Likewise.
5559         * stdio-common/printf_fphex.c: Likewise.
5560         * stdio-common/printf_size.c: Likewise.
5561         * stdio-common/putw.c: Likewise.
5562         * stdio-common/scanf.c: Likewise.
5563         * stdio-common/sprintf.c: Likewise.
5564         * stdio-common/tmpfile.c: Likewise.
5565         * stdio-common/vfprintf.c: Likewise.
5566         * stdio-common/vfscanf.c: Likewise.
5567         * stdlib/strfmon_l.c: Likewise.
5568         * sunrpc/openchild.c: Likewise.
5569         * sunrpc/xdr_stdio.c: Likewise.
5570         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
5571         * sysdeps/mach/hurd/tmpfile.c: Likewise.
5572
5573 2012-05-24  Roland McGrath  <roland@hack.frob.com>
5574
5575         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
5576
5577         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
5578         in the third column, to generate for the shared library an IFUNC
5579         that uses _dl_vdso_vsym.
5580         * Makerules (COMPILE.c, compile-stdin.c): New variables.
5581         * Makeconfig (object-suffixes-noshared): New variable.
5582
5583         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
5584         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
5585         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
5586         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
5587
5588         [BZ #14132]
5589         * include/sys/time.h (__gettimeofday): Remove macro.
5590         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
5591         * time/gettimeofday.c (__gettimeofday): Remove #undef.
5592         Remove INTDEF.
5593         (__gettimeofday): Add libc_hidden_def.
5594         (gettimeofday): Add libc_hidden_weak.
5595         * sysdeps/mach/gettimeofday.c: Likewise.
5596         * sysdeps/posix/gettimeofday.c: Likewise.
5597         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
5598         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
5599         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
5600         (__gettimeofday_internal): Remove strong_alias.
5601         (__gettimeofday): Add libc_hidden_def.
5602         (gettimeofday): Add libc_hidden_weak.
5603         * sysdeps/unix/syscalls.list (gettimeofday):
5604         Remove __gettimeofday_internal alias.
5605
5606 2012-05-24  Daniel Jacobowitz  <drow@false.org>
5607             H.J. Lu  <hongjiu.lu@intel.com>
5608
5609         [BZ #12495]
5610         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
5611         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
5612         (largebin_index_32_big): New.
5613         (largebin_index): Use it for 16-byte alignment.
5614         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
5615         correction with front_misalign.
5616
5617 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
5618
5619         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
5620         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5621         Likewise.
5622         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
5623         Likewise.
5624         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
5625         Likewise.
5626         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
5627         Likewise.
5628         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
5629         Likewise.
5630         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
5631         Likewise.
5632         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
5633         Likewise.
5634         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
5635         Likewise.
5636         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
5637         Likewise.
5638         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
5639         Likewise.
5640         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5641         Likewise.
5642         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
5643         Likewise.
5644
5645         * scripts/data/c++-types-x32-linux-gnu.data: New file.
5646         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
5647
5648 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
5649
5650         [BZ #10846]
5651         [BZ #14036]
5652         * math/libm-test.inc (exp_test): Add test from bug 14036.
5653         (pow_test): Add test from bug 10846.
5654
5655         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
5656         and other flags.
5657         (special_function): Do not include flags in test name.
5658         (parse_args): Likewise.
5659         * sysdeps/i386/fpu/libm-test-ulps: Update.
5660         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5661         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5662         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5664
5665         * math/gen-libm-test.pl (%beautify): Add entries for underflow
5666         exceptions.
5667         * math/libm-test.inc ("Philosophy"): Update comment about
5668         exception testing.
5669         (UNDERFLOW_EXCEPTION): New macro.
5670         (UNDERFLOW_EXCEPTION_OK): Likewise.
5671         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
5672         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
5673         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
5674         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
5675         (INVALID_EXCEPTION_OK): Update value.
5676         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
5677         (OVERFLOW_EXCEPTION_OK): Likewise.
5678         (IGNORE_ZERO_INF_SIGN): Likewise.
5679         (test_exceptions): Handle underflow exceptions.
5680         (acos_test): Update for underflow exception expectations.
5681         (cexp_test): Likewise.
5682         (clog_test): Likewise.
5683         (clog10_test): Likewise.
5684         (csqrt_test): Likewise.
5685         (ctan_test): Likewise.
5686         (ctanh_test): Likewise.
5687         (exp_test): Likewise.
5688         (exp10_test): Likewise.
5689         (exp2_test): Likewise.
5690         (expm1_test): Likewise.
5691         (fma_test): Likewise.
5692         (j0_test): Likewise.
5693         (jn_test): Likewise.
5694         (nexttoward_test): Likewise.
5695         (pow_test): Likewise.
5696         (scalbn_test): Likewise.
5697         (scalbln_test): Likewise.
5698         (tan_test): Likewise.
5699         (y1_test): Likewise.
5700         * sysdeps/i386/fpu/libm-test-ulps: Update.
5701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5702
5703 2012-05-23  David S. Miller  <davem@davemloft.net>
5704
5705         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
5706         (__libc_sigaction): Remove unused local variables.
5707
5708 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
5709
5710         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
5711
5712 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
5713
5714         mktime: avoid signed integer overflow
5715         * time/mktime.c (__mktime_internal): Do not mishandle the case
5716         where diff == INT_MIN.
5717
5718         mktime: simplify computation of average
5719         * time/mktime.c (ranged_convert): Use new time_t_avg function
5720         instead of rolling our own (probably-slower) code.
5721
5722         mktime: do not assume signed right shift propagates sign bit
5723         * time/mktime.c (isdst_differ): New static function.
5724         (__mktime_internal): No need to normalize tm_isdst now.
5725         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
5726         tm_isdst values.
5727
5728         mktime: merge another wrapv change from gnulib
5729         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
5730         from some compilers.
5731
5732         mktime: remove incorrect attempt at unusual arithmetics
5733         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
5734         The code didn't really work on such machines anyway.
5735         (TYPE_MINIMUM): Assume two's complement.
5736         (twos_complement_arithmetic): Verify that long_int and time_t
5737         are two's complement (or unsigned, in the latter case).
5738
5739         mktime: check signed shifts on long_int and time_t, too
5740         * time/mktime.c (SHR): Check that shifts work as desired
5741         on the types long_int and time_t too, as SHR is used on
5742         such types.
5743
5744         mktime: do not assume 'long' is wide enough
5745         * time/mktime.c (verify): Move decl up.
5746         (long_int): New type.
5747         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
5748         to remove assumption in the code that 'long' is wide enough to
5749         store year values.  This assumption is not true on x32 and on
5750         some non-glibc platforms.
5751
5752         mktime: merge wrapv change from gnulib
5753         * time/mktime.c (WRAPV): New macro.
5754         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
5755         (guess_time_tm, __mktime_internal): Do not assume that signed
5756         integer overflow wraps around; modern compilers generate code
5757         where this assumption is no longer valid.
5758
5759 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
5760
5761         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5762         Replace "jmp L(pseudo_end)" with "ret".
5763         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
5764         Likewise.
5765
5766 2012-05-23  Andreas Jaeger  <aj@suse.de>
5767
5768         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
5769         * sysdeps/unix/sysv/linux/poll.c: Remove file.
5770
5771 2012-05-23  Andreas Jaeger  <aj@suse.de>
5772             Maximilian Attems  <max@stro.at>
5773
5774         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
5775         New macros.
5776
5777 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
5778
5779         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
5780         code so that pseudo_end is just ret and the stack pointer is
5781         correct also for static library in error case.
5782
5783 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
5784
5785         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
5786         move to syscalls.list.
5787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
5788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5791
5792         * manual/install.texi (Running make install): Do not mention Linux
5793         kernel version for which pt_chown is not needed.
5794         (Linux): Do not mention problems with nscd with 2.0 kernels.
5795         * INSTALL: Regenerated.
5796
5797 2012-05-23  Andreas Jaeger  <aj@suse.de>
5798
5799         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
5800         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
5801         macro.
5802         * sysdeps/unix/sysv/linux/s390/bits/mman.h
5803         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5804         * sysdeps/unix/sysv/linux/sh/bits/mman.h
5805         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5806         * sysdeps/unix/sysv/linux/i386/bits/mman.h
5807         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5808         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
5809         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5810         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
5811         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5812         * sysdeps/unix/sysv/linux/bits/in.h
5813         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
5814
5815 2012-05-22  Roland McGrath  <roland@hack.frob.com>
5816
5817         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
5818         (PREPARE_VERSION): Just use assert instead, it will be elided
5819         under [NDEBUG] anyway.
5820
5821 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
5822
5823         * sysdeps/unix/sysv/linux/Makefile: Include
5824         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
5825         (sysdep_routines): Remove sysctl.
5826         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
5827         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
5828         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
5829         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
5830         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
5831
5832 2012-05-22  Andreas Jaeger  <aj@suse.de>
5833
5834         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
5835         that pseudo_end is just ret and the stack pointer is correct also
5836         for static library in error case.
5837
5838 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5839
5840         [BZ #14122]
5841         * nss/nsswitch.c (defconfig_entries): New variable.
5842         (__nss_database_lookup): Don't leak defconfig entries.
5843         (nss_parse_service_list): Don't leak on error paths.
5844         (free_database_entries): New function.
5845         (free_defconfig): New function.
5846         (free_mem): Move common code to free_database_entries.
5847
5848 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
5849
5850         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
5851         Add arch_prctl.
5852         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
5853
5854         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
5855         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
5856         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
5857         New macro.
5858         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
5859         (INTERNAL_SYSCALL_TYPES): Likewise.
5860         (LOAD_ARGS_TYPES_[1-6]): Likewise.
5861         (LOAD_REGS_TYPES_[1-6]): Likewise.
5862         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
5863         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
5864
5865 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5866
5867         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
5868         copysignl for GLIBC_2_0.
5869         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
5870         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
5871         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
5872         logbl for GLIBC_2_0.
5873         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5874         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5875
5876 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
5877
5878         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
5879         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
5880
5881         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5882         Use "neg %eax".
5883
5884         * time/mktime.c: Update copyright years.
5885
5886 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
5887
5888         mktime: merge comment-quoting-style change from gnulib
5889         * time/mktime.c: Quote 'like this' in comments.
5890         The GNU coding standards suggest that we no longer quote `like this',
5891         as "`" and "'" are typically rendered asymmetrically nowadays.
5892         The typical gnulib style is to quote 'like this' when quoting
5893         code, and "like this" when quoting English.
5894
5895         * time/mktime.c (compile-command): Add "-I.".
5896
5897         mktime: merge mktime-internal.h change from gnulib
5898         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
5899
5900         mktime: merge time_r change from gnulib
5901         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
5902
5903         mktime: merge DEBUG change from gnulib
5904         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
5905         case system <time.h> has a #define.
5906
5907         mktime: merge <sys/types.h> change from gnulib
5908         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
5909         since <time.t> is now guaranteed to define time_t.
5910
5911         mktime: merge HAVE_CONFIG_H change from gnulib
5912         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
5913
5914 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
5915
5916         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
5917         Use "neg %eax".
5918
5919         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
5920         __rlim_t cast.
5921         (struct rusage): Use anonymous union to pad each field to
5922         __syscall_slong_t.
5923
5924 2012-05-21  David S. Miller  <davem@davemloft.net>
5925
5926         * Makefules (o-iterator): Remove .s cases.
5927         (compile-command.s): Delete.
5928         (COMPILE.s): Delete.
5929         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
5930
5931 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
5932
5933         * configure.in (libc_cv_predef_stack_protector): Only consider
5934         "foobar" and "__stack_chk_fail" lines in libc_undefs.
5935         * configure: Regenerated.
5936
5937 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
5938
5939         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
5940         New macro.  Use R*LP on int and pointer.
5941         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
5942         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
5943         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
5944         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
5945
5946         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
5947         [__WORDSIZE_TIME64_COMPAT32] instead of
5948         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
5949         (struct utmp): Likewise.
5950         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
5951         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
5952         Renamed to ...
5953         (__WORDSIZE_TIME64_COMPAT32): This.
5954         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
5955         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
5956         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
5957         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
5958         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
5959         (__WORDSIZE_TIME64_COMPAT32): New macro.
5960
5961 2012-05-21  Andreas Jaeger  <aj@suse.de>
5962
5963         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
5964         only if [SHARED]. Add prototype for __wcschr_ia32.
5965
5966 2012-05-21  Roland McGrath  <roland@hack.frob.com>
5967
5968         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
5969         of %rbp unmolested in the jmp_buf while mangling the low bits.
5970         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
5971         unmolested high bits of %rbp while demangling the low bits.
5972         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
5973
5974 2012-05-21  Andreas Jaeger  <aj@suse.de>
5975
5976         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
5977         * sunrpc/svc_simple.c: Use it for registerrpc.
5978         * sunrpc/xcrypt.c: Use it for passwd2des.
5979
5980         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
5981
5982 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
5983
5984         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
5985         Don't define if [__SYSCALL_WORDSIZE != 32].
5986         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
5987         New macro.
5988
5989 2012-05-21  Bruno Haible  <bruno@clisp.org>
5990             Andreas Jaeger  <aj@suse.de>
5991
5992         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
5993         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
5994         inptr and inend for must_buffer_ch.
5995         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
5996         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
5997         * stdio-common/Makefile (tests): Remove bug15.
5998         (bug15-ENV): Remove macro.
5999         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
6000         anymore.
6001
6002 2012-05-19  Andreas Jaeger  <aj@suse.de>
6003             Roland McGrath  <roland@hack.frob.com>
6004
6005         * manual/contrib.texi: Completely rewritten. It contains now an
6006         alphabetical list of contributors and their contributions.
6007
6008 2012-05-21  Richard Henderson  <rth@twiddle.net>
6009
6010         * misc/getauxval.c (__getauxval): Use unsigned long int.
6011         * misc/sys/auxv.h: Include <sys/cdefs.h>.
6012         (getauxval): Use unsigned long int.
6013
6014 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
6015
6016         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
6017
6018 2012-05-21  Roland McGrath  <roland@hack.frob.com>
6019
6020         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
6021         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
6022         __alignof__ (long double).
6023
6024 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6025
6026         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6027
6028 2012-05-20  Richard Henderson  <rth@twiddle.net>
6029
6030         * misc/getauxval.c: New file.
6031         * misc/sys/auxv.h: New file.
6032         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
6033         (routines): Add getauxval.
6034         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
6035         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
6036         * elf/dl-sysdep.c (_dl_auxv): Remove.
6037         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
6038         * elf/dl-support.c (_dl_auxv): New variable.
6039         (_dl_aux_init): Initialize it.
6040         * manual/startup.texi (Auxiliary Vector): New node.
6041         * sysdeps/generic/bits/hwcap.h: New file.
6042         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
6043         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
6044         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
6045         * sysdeps/sparc/sysdep.h: ... here.  Include it.
6046         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
6047         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
6048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6049         Update.
6050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
6051         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
6052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
6053         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
6054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
6055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
6056         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
6057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
6058
6059 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6060
6061         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6062
6063 2012-05-19  David S. Miller  <davem@davemloft.net>
6064
6065         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6066
6067 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
6068
6069         [BZ #14123]
6070         * math/s_ccosh.c: Include <float.h>
6071         (__ccosh): Avoid internal overflow calculating sinh and cosh
6072         values before multiplying by sin and cos values.
6073         * math/s_ccoshf.c: Likewise.
6074         * math/s_ccoshl.c: Likewise.
6075         * math/s_csin.c: Likewise.
6076         * math/s_csinf.c: Likewise.
6077         * math/s_csinl.c: Likewise.
6078         * math/s_csinh.c: Likewise.
6079         * math/s_csinhf.c: Likewise.
6080         * math/s_csinhl.c: Likewise.
6081         * math/libm-test.inc (ccos_test): Add more tests.
6082         (ccosh_test): Likewise.
6083         (csin_test): Likewise.
6084         (csinh_test): Likewise.
6085         * sysdeps/i386/fpu/libm-test-ulps: Update.
6086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6087
6088 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
6089
6090         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
6091         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
6092
6093         * sysdeps/x86_64/x32/_itoa.h: Add comment.
6094
6095 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
6096
6097         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
6098         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
6099         * sysdeps/powerpc/soft-fp/Versions: Likewise.
6100         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
6101         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
6102         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
6103         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
6104         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
6105         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
6106         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
6107         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
6108         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
6109         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
6110         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
6111         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
6112         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
6113         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
6114         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
6115         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
6116         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
6117         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
6118         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
6119         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
6120         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
6121         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
6122         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
6123         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
6124         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
6125         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
6126         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
6127         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
6128
6129 2012-05-18  Andreas Jaeger  <aj@suse.de>
6130
6131         * csu/.gitignore: Delete.
6132
6133 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
6134
6135         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
6136         (timex): Use __syscall_slong_t.
6137
6138 2012-05-18  Andreas Jaeger  <aj@suse.de>
6139             Carlos O'Donell  <carlos_odonell@mentor.com>
6140
6141         * manual/install.texi (Configuring and compiling): Update
6142         description about files modified in the source directory.
6143         * INSTALL: Regenerated.
6144
6145 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
6146
6147         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
6148         value.  Use "or" to set return value to -1.
6149         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
6150         negate return value.
6151
6152 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6153
6154         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
6155         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
6156         failure if the compiler has Graphite support disabled.
6157         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
6158         Likewise.
6159         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
6160         CFLAGS-memmove.c): Likewise.
6161         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
6162         Likewise.
6163
6164 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
6165
6166         * sysdeps/x86_64/x32/_itoa.h: New file.
6167
6168         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
6169         getdents system call only if kernel and user dirents have the
6170         same d_ino and d_off.
6171
6172         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
6173         LLONG_MAX != LONG_MAX.
6174         (_itoa_word): Use _ITOA_WORD_TYPE on value.
6175         (_fitoa_word): Likewise.
6176
6177         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
6178         years.
6179         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
6180         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
6181         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
6182
6183         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
6184         include <bits/wordsize.h>.  Check __x86_64__ instead of
6185         __WORDSIZE.
6186         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
6187         if __x86_64__ is defined.  Use anonymous union on fpstate.
6188
6189         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
6190         anonymous union.
6191
6192 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
6193
6194         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6195         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
6196         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
6197         Refer to _rtld_local_ro instead of _rtld_global_ro.
6198         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
6199         Likewise.
6200         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
6201         Likewise.
6202         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
6203         Likewise.
6204         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
6205         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
6206         of _rtld_global, and rtld_progname instead of _dl_argv[0].
6207
6208         * sysdeps/powerpc/powerpc32/dl-machine.c
6209         (__elf_machine_runtime_setup) [PROF]: Don't reference
6210         _dl_prof_resolve.
6211
6212 2012-05-18  Andreas Jaeger  <aj@suse.de>
6213
6214         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
6215         function only available for GCCs before 3.4 since GCC 3.4
6216         introduced a builtin.
6217         (lrint): Likewise.
6218         (llrintf): Likewise.
6219         (llrint): Likewise.
6220         (fmaxf): Likewise.
6221         (fmax): Likewise.
6222         (fminf): Likewise.
6223         (fmin): Likewise.
6224         (rint): Likewise.
6225         (rintf): Likewise.
6226         (nearbyint): Likewise.
6227         (nearbyintf): Likewise.
6228         (ceil): Likewise.
6229         (ceilf): Likewise.
6230         (floor): Likewise.
6231         (floorf): Likewise.
6232
6233 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
6234
6235         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
6236         on both fields and cast pointer to __syscall_ulong_t.
6237
6238         * bits/types.h (__fsword_t): New type.
6239         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
6240         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
6241         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
6242         (__FSWORD_T_TYPE): Likewise.
6243         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
6244         (__FSWORD_T_TYPE): Likewise.
6245         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
6246         (__FSWORD_T_TYPE): Likewise.
6247         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
6248         (__FSWORD_T_TYPE): Likewise.
6249         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
6250         __SWORD_TYPE with __fsword_t.
6251         (statfs64): Likewise.
6252
6253 2012-05-17  David S. Miller  <davem@davemloft.net>
6254
6255         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
6256
6257 2012-05-17  Andreas Jaeger  <aj@suse.de>
6258
6259         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
6260         warning.
6261
6262 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
6263
6264         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
6265
6266 2012-05-17  Andreas Jaeger  <aj@suse.de>
6267
6268         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
6269         when it is used.
6270
6271 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
6272
6273         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
6274
6275 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
6276
6277         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
6278         * sysdeps/x86_64/tst-mallocalign1.c: New file.
6279
6280 2012-05-17  Andreas Jaeger  <aj@suse.de>
6281             Carlos O'Donell  <carlos_odonell@mentor.com>
6282
6283         [BZ #14059]
6284         * sysdeps/x86_64/multiarch/init-arch.h
6285         (bit_YMM_Usable): Rename to...
6286         (bit_AVX_Usable): ... this.
6287         (bit_FMA4_Usable): New macro.
6288         (bit_XMM_state): New macro.
6289         (bit_YMM_state): New macro.
6290         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
6291         [__ASSEMBLER__] (index_AVX_Usable): ... this.
6292         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
6293         (CPUID_OSXSAVE): New macro.
6294         (CPUID_AVX): New macro.
6295         (CPUID_FMA4): New macro.
6296         (index_YMM_Usable): Rename to...
6297         (index_AVX_Usable): ... this.
6298         (HAS_AVX): Use HAS_ARCH_FEATURE.
6299         (HAS_FMA4): Likewise.
6300         (HAS_YMM_USABLE): Remove.
6301         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6302         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
6303         are present.
6304         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
6305         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
6306         * sysdeps/x86_64/multiarch/Makefile: Likewise.
6307         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
6308         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
6309
6310 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
6311
6312         * math/libm-test.c: Support platforms without multiple rounding modes.
6313         * math/bug-nextafter.c: Support platforms without FP exceptions.
6314         * math/bug-nexttoward.c: Likewise.
6315         * math/test-fenv.c: Likewise.
6316         * math/test-misc.c: Likewise.
6317         * stdlib/bug-getcontext.c: Likewise.
6318
6319 2012-05-17  Andreas Jaeger  <aj@suse.de>
6320
6321         * manual/examples/search.c (critter_cmp): Change signature to
6322         avoid warnings.
6323         * manual/string.texi (Collation Functions): Likewise.
6324
6325 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
6326
6327         * bits/types.h: Fold copyright years.
6328         * bits/typesizes.h: Likewise.
6329         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
6330         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
6331         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
6332         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
6333         * time/time.h: Likewise.
6334
6335 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
6336
6337         [BZ #208]
6338         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
6339         in instead of returning them.  Return void.
6340         (__libc_mallinfo): Accumulate over all arenas.
6341         (__malloc_stats): Adjust for change in int_mallinfo interface.
6342
6343 2012-05-16  Roland McGrath  <roland@hack.frob.com>
6344
6345         [BZ #10375]
6346         * configure.in (NM): Add AC_CHECK_TOOL for it.
6347         (libc_extra_cflags): New substituted variable.
6348         Check for -fstack-protector being used implicitly.
6349         * configure: Regenerated.
6350         * config.make.in (config-extra-cflags): New variable,
6351         gets @libc_extra_cflags@.
6352         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
6353
6354         [BZ #10375]
6355         * configure.in: Check for _FORTIFY_SOURCE being predefined.
6356         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
6357         * configure: Regenerated.
6358         * config.make.in (CPPUNDEFS): New substituted variable.
6359         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
6360         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
6361         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
6362
6363 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
6364
6365         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
6366         (mq_attr): Use __syscall_slong_t.
6367
6368 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
6369
6370         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
6371         Check __x86_64__ instead of __WORDSIZE.
6372         (_STAT_VER_LINUX): Likewise.
6373         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
6374         __syscall_ulong_t and __syscall_slong_t.
6375         (stat64): Likewise.
6376
6377 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
6378
6379         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
6380
6381 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
6382
6383         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
6384
6385 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
6386
6387         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
6388         __syscall_ulong_t.
6389
6390         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
6391         include <bits/wordsize.h>.  Check __x86_64__ instead of
6392         __WORDSIZE.
6393         (greg_t): Use "__extension__ long long int" if __x86_64__ is
6394         defined.
6395         (mcontext_t): Replace "unsigned long" with "unsigned long long".
6396
6397         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
6398         include <bits/wordsize.h>.  Check __x86_64__ instead of
6399         __WORDSIZE.
6400         (user_regs_struct): Use "__extension__ unsigned long long"
6401         instead of "unsigned long" if __x86_64__ is defined.
6402         (user): Likewise.  Pad after pointer field if __ILP32__ is
6403         defined.
6404
6405 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
6406
6407         * configure.in (makeinfo): Require version 4.5 or later.  Allow
6408         versions 5 to 9.
6409         * configure: Regenerated.
6410         * manual/install.texi (texinfo): Increase version requirement to
6411         4.5 or later.
6412         * INSTALL: Regenerated.
6413
6414         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
6415
6416 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
6417
6418         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
6419
6420         * sysdeps/x86_64/x32/ffs.c: New file.
6421
6422         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
6423         __syscall_ulong_t.
6424         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
6425         defined.  Use __syscall_ulong_t.
6426         (shminfo): Use __syscall_ulong_t.
6427         (shm_info): Likewise.
6428
6429         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
6430         __syscall_ulong_t.
6431
6432         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
6433         <bits/wordsize.h>.
6434         (msgqnum_t): Use __syscall_ulong_t.
6435         (msglen_t): Likewise.
6436         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
6437         __syscall_ulong_t.
6438
6439         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
6440         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
6441
6442         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
6443
6444         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
6445         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
6446
6447         * sysvipc/sys/msg.h (msgbuf): Replace long int with
6448         __syscall_slong_t.
6449
6450         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
6451         include <bits/wordsize.h>.  Check __x86_64__ instead of
6452         __WORDSIZE.
6453
6454         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
6455         "unsigned long long int" if __x86_64__ is defined.
6456         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
6457
6458         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
6459         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
6460         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
6461
6462         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
6463         <stdint.h>.
6464         (GET_PC): Cast to uintptr_t first.
6465         (GET_FRAME): Likewise.
6466         (GET_STACK): Likewise.
6467
6468         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
6469         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
6470         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
6471         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
6472         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
6473         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
6474         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
6475         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
6476         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
6477         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
6478         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
6479         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
6480         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
6481         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
6482         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
6483         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
6484         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
6485         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
6486         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
6487         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
6488         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
6489         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
6490         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
6491         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
6492         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
6493         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
6494         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
6495         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
6496         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
6497
6498 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
6499
6500         * Makerules (+depfiles): Also collect depfiles from .oS in
6501         $(extra-objs).
6502         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
6503         .oS, $(libnldbl-routines)).
6504
6505         * Makerules (native-compile-mkdep-flags): Define.
6506         * sunrpc/Makefile (extra-objs): Add $(addprefix
6507         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
6508         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
6509         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
6510         calling $(make-target-directory).
6511
6512 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6513
6514         * bits/types.h (__snseconds_t): Removed.
6515         * time/time.h (struct timespec): Replace __snseconds_t with
6516         __syscall_slong_t.
6517         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
6518         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
6519         Likewise.
6520         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
6521         (__SNSECONDS_T_TYPE): Likewise.
6522         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
6523         (__SNSECONDS_T_TYPE): Likewise.
6524         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
6525         (__SNSECONDS_T_TYPE): Likewise.
6526
6527 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6528
6529         * sysdeps/mach/hurd/bits/typesizes.h
6530         (__SYSCALL_SLONG_TYPE): New macro.
6531         (__SYSCALL_ULONG_TYPE): Likewise.
6532
6533 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6534
6535         * bits/types.h (__syscall_slong_t): New type.
6536         (__syscall_ulong_t): Likewise.
6537
6538         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
6539         (__SYSCALL_ULONG_TYPE): Likewise.
6540         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
6541         (__SYSCALL_SLONG_TYPE): Likewise.
6542         (__SYSCALL_ULONG_TYPE): Likewise.
6543         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
6544         (__SYSCALL_SLONG_TYPE): Likewise.
6545         (__SYSCALL_ULONG_TYPE): Likewise.
6546         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
6547         (__SYSCALL_SLONG_TYPE): Likewise.
6548         (__SYSCALL_ULONG_TYPE): Likewise.
6549
6550 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6551
6552         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
6553         Add sigaltstack-offsets.sym.
6554         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
6555         <sigaltstack-offsets.h>.
6556         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
6557         longjmp_msg pointer.
6558         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
6559         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
6560         signal stack.
6561         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
6562
6563 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
6564
6565         * elf/stackguard-macros.h: Remove file.
6566         * sysdeps/generic/stackguard-macros.h: New file.
6567         * sysdeps/i386/stackguard-macros.h: Likewise.
6568         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
6569         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
6570         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
6571         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
6572         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
6573         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
6574         * sysdeps/x86_64/stackguard-macros.h: Likewise.
6575         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
6576         <elf/stackguard-macros.h>.
6577
6578         [BZ #14109]
6579         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
6580         __aligned__ in attribute.
6581         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
6582         (gregset_t): Likewise.
6583
6584 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6585
6586         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
6587         * sysdeps/x86_64/64/Implies-after: Here.  New file.
6588         * sysdeps/x86_64/x32/Implies-after: New file.
6589
6590 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6591
6592         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
6593         and access return value for _dl_profile_fixup.  Use R10_LP to
6594         load frame size.
6595
6596 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6597
6598         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
6599
6600 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6601
6602         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
6603         * sysdeps/x86_64/x32/sysdep.h: New file.
6604
6605 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6606
6607         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
6608         * sysdeps/x86_64/setjmp.S: Likewise.
6609
6610 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6611
6612         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
6613         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
6614         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
6615         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
6616         remove unused global constant.
6617
6618 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
6619
6620         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
6621         include of <not-cancel.h>.
6622
6623 2012-05-15  Roland McGrath  <roland@hack.frob.com>
6624
6625         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
6626
6627 2012-05-15  Jeff Law  <law@redhat.com>
6628             Andreas Jaeger  <aj@suse.de>
6629
6630         [BZ #13594]
6631         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
6632         out from...
6633         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
6634         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
6635         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
6636         code changing __hst_map_handle.map.
6637
6638 2012-05-15  Roland McGrath  <roland@hack.frob.com>
6639
6640         * configure.in (sysnames): Look for Implies-before and Implies-after
6641         files.
6642         * configure: Regenerated.
6643
6644 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6645
6646         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
6647         8-byte data alignment with LP_SIZE alignment.
6648
6649 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6650
6651         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
6652         into R10_LP.
6653
6654 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6655
6656         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
6657
6658 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6659
6660         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
6661         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
6662         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
6663         Likewise.
6664         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
6665
6666 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6667
6668         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
6669         (stackinfo_sub_sp): Likewise.
6670
6671 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6672
6673         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
6674         RAX_LP.
6675
6676 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6677
6678         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
6679         into R*_LP.
6680
6681 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6682
6683         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
6684         sizes into R*_LP.
6685
6686 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6687
6688         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
6689
6690 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6691
6692         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
6693         into R11_LP and load __x86_64_shared_cache_size_half into
6694         R8_LP.
6695
6696 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
6697
6698         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
6699         R8_LP.
6700
6701 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6702
6703         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
6704         logb for POWER7.
6705         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
6706         logbf for POWER7.
6707         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
6708         logbl for POWER7.
6709         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
6710         powerpc32/power7/fpu/s_logb.c via #include.
6711         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
6712         powerpc32/power7/fpu/s_logbf.c via #include.
6713         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
6714         powerpc32/power7/fpu/s_logbl.c via #include.
6715
6716 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
6717
6718         * README.libm: Remove file.
6719
6720 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6721
6722         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
6723         count for x32.  Use R*_LP and omit operand-size suffix.
6724
6725 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6726
6727         * shlib-versions: Move x86_64-.*-linux.* entries to ...
6728         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
6729         * sysdeps/x86_64/x32/shlib-versions: New file.
6730
6731 2012-05-14  Roland McGrath  <roland@hack.frob.com>
6732
6733         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
6734         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
6735         Use _dl_fatal_printf instead.
6736
6737 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
6738
6739         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
6740         set if not set by the user.  Do not allow for being unset.
6741         * sysdeps/unix/sysv/linux/configure: Regenerated.
6742
6743 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6744
6745         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
6746         the `q' suffix from lea and replace .quad with ASM_ADDR.
6747
6748 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6749
6750         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
6751         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
6752         instead of $17.
6753         (PTR_DEMANGLE): Likewise.
6754
6755 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6756
6757         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
6758         (LP_OP): Likewise.
6759         (ASM_ADDR): Likewise.
6760         (RAX_LP): Likewise.
6761         (RBP_LP): Likewise.
6762         (RBX_LP): Likewise.
6763         (RCX_LP): Likewise.
6764         (RDI_LP): Likewise.
6765         (RSI_LP): Likewise.
6766         (RSP_LP): Likewise.
6767         (R8_LP): Likewise.
6768         (R9_LP): Likewise.
6769         (R10_LP): Likewise.
6770         (R10_LP): Likewise.
6771         (R11_LP): Likewise.
6772         (R12_LP): Likewise.
6773         (R13_LP): Likewise.
6774         (R14_LP): Likewise.
6775         (R15_LP): Likewise.
6776
6777 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6778
6779         * sysdeps/x86_64/x32/dl-machine.h: New file.
6780
6781 2012-05-14  Andreas Jaeger  <aj@suse.de>
6782
6783         * manual/Makefile (subdir): Remove export of subdir.
6784         (all): Remove target.
6785         (.PHONY): Remove all from list.
6786         (mkinstalldirs): Remove.
6787         (.PHONY): Remove installdirs from list.
6788         ($(inst_infodir)/libc.info): Use make-target-directory.
6789         (installdirs): Remove.
6790         (subdir_%): Remove.
6791         (glibc-targets): Remove.
6792         (lib): Remove.
6793         (stubs): Remove.
6794         ($(objpfx)stubs ../po/manual.pot): Remove.
6795         ($(objpfx)stamp%): Remove.
6796         (make-target-directory): Remove.
6797         (subdir_install): Remove.
6798         (routines): Remove.
6799         (aux): Remove.
6800         (sources): Remove.
6801         (objects): Remove.
6802         (headers): Remove.
6803
6804         [BZ #13750]
6805         * manual/.gitignore: Remove, it's not needed anymore.
6806         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
6807         all files in it.
6808         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
6809         directory.
6810         (texis): Renamed to $(objpfx)texis.
6811         (texis-path): New, contains path to generated files.
6812         (chapters.%): Use texis-path for complete path, add extra argument
6813         libc-texinfo.sh.
6814         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
6815         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
6816         (summary,texi, stamp-summary): Use complete path of
6817         files. Generate files in build dir.
6818         (dir-add.texi): Build in build dir.
6819         (libm-err.texi,stamp-libm-err): Likewise.
6820         (version.texi, stamp-version): Likewise.
6821         (.%c.texi): Likewise.
6822         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
6823         (mostlyclean): Remove target.
6824         (realclean): Remove target.
6825         (generated): Add new variable with contents from mostlyclean and
6826         realclean, remove entries duplicated in common-mostlyclean, add
6827         stamp-libm-err and stamp-version.
6828         (generated-dirs): Add libc directory.
6829         ($(inst_infodir)/libc.info): Install files from build dir.
6830
6831         * manual/install.texi (Configuring and compiling): Adjust since
6832         the info files are not part of the tar ball anymore.
6833
6834 2012-05-14  Andreas Jaeger  <aj@suse.de>
6835
6836         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
6837         variable.
6838
6839 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
6840
6841         [BZ #13717]
6842         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
6843         to 2.2.0 where earlier.
6844         * sysdeps/unix/sysv/linux/configure: Regenerated.
6845         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
6846         Remove conditional code.
6847         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
6848         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
6849         Remove conditional code.
6850         [!__NR_lchown]: Likewise.
6851         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
6852         [__NR_lchown]: Likewise.
6853         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
6854         comment referencing __ASSUME_LCHOWN_SYSCALL.
6855         * sysdeps/unix/sysv/linux/i386/sigaction.c
6856         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6857         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6858         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
6859         Remove conditional code.
6860         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
6861         (__protocol_available): Remove #if 0 code.
6862         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
6863         conditional code.
6864         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
6865         * sysdeps/unix/sysv/linux/kernel-features.h
6866         (__ASSUME_GETCWD_SYSCALL): Don't define.
6867         (__ASSUME_REALTIME_SIGNALS): Likewise.
6868         (__ASSUME_PREAD_SYSCALL): Likewise.
6869         (__ASSUME_PWRITE_SYSCALL): Likewise.
6870         (__ASSUME_POLL_SYSCALL): Likewise.
6871         (__ASSUME_LCHOWN_SYSCALL): Likewise.
6872         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
6873         non-SPARC.
6874         (__ASSUME_SIOCGIFNAME): Don't define.
6875         (__ASSUME_MSG_NOSIGNAL): Likewise.
6876         (__ASSUME_SENDFILE): Define unconditionally.
6877         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
6878         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
6879         conditional code.
6880         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
6881         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
6882         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
6883         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
6884         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
6885         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
6886         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
6888         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6889         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
6891         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6892         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
6894         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6895         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
6897         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6898         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
6900         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6901         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
6903         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6904         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
6906         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6907         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
6909         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6910         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6911         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
6912         Remove conditional code.
6913         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6914         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
6915         Remove conditional code.
6916         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6917         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
6918         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
6919         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
6920         Remove conditional code.
6921         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6922         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
6923         Remove conditional code.
6924         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6925         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
6926         Remove conditional code.
6927         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6928         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
6929         Remove conditional code.
6930         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6931         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
6932         Remove conditional code.
6933         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6934         * sysdeps/unix/sysv/linux/sh/pwrite64.c
6935         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6936         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6937         * sysdeps/unix/sysv/linux/sigaction.c
6938         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6939         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6940         * sysdeps/unix/sysv/linux/sigpending.c
6941         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6942         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6943         * sysdeps/unix/sysv/linux/sigprocmask.c
6944         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6945         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6946         * sysdeps/unix/sysv/linux/sigsuspend.c
6947         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6948         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6949         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
6950         (__libc_missing_rt_sigs): Remove.
6951         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
6952         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
6953         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
6954         Remove conditional code.
6955         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
6956         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
6957         return 1.
6958         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
6959         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
6960         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
6961         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
6962
6963 2012-05-14  Andreas Jaeger  <aj@suse.de>
6964
6965         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
6966         it's not used in glibc.
6967         (__coshm1): Likewise.
6968         (__acosh1p): Likewise.
6969         (__sgn): Likewise.
6970
6971         * manual/string.texi (Copying and Concatenation): Add missing
6972         variable in concat example.
6973         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6974
6975 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6976
6977         [BZ #14103]
6978         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
6979         __builtin_clzl with __builtin_clzll.
6980
6981 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6982
6983         [BZ #14104]
6984         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
6985         libc_freeres_ptr.
6986
6987 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6988
6989         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
6990         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
6991         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
6992         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
6993
6994 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
6995
6996         * NEWS: Update ia64 info.
6997
6998 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
6999
7000         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
7001         used as bcopy.
7002
7003 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
7004
7005         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
7006         * sysdeps/unix/syscalls.list (dup3): Likewise.
7007         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
7008         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
7009
7010 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7011
7012         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
7013         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
7014
7015 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7016
7017         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
7018         thread pointer.
7019         (TLS_IE): Use mov/add instead of movq/addq to load thread
7020         pointer.
7021         (TLS_GD_PREFIX): New.
7022         (TLS_GD): Use it.
7023
7024 2012-05-11  David S. Miller  <davem@davemloft.net>
7025
7026         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
7027         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
7028         (_FPU_SETCW): Likewise.
7029
7030 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
7031
7032         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
7033         is 32-byte aligned.
7034
7035 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
7036
7037         [BZ #11837]
7038         * iconvdata/gb18030.c: Update tables.
7039         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
7040         characters specially.
7041         (BODY for TO_LOOP): Add encoding of missing ranges.
7042
7043 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
7044
7045         [BZ #13673]
7046         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
7047         * sysdeps/mach/hurd/dup3.c: Likewise.
7048         * sysdeps/mach/hurd/readlinkat.c: Likewise.
7049         * sysdeps/powerpc/memmove.c:: Likewise.
7050
7051 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
7052
7053         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
7054         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
7055
7056 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
7057
7058         * elf/elf.h (R_X86_64_RELATIVE64): New.
7059         (R_X86_64_NUM): Updated.
7060         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
7061         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
7062         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
7063         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
7064         tst-quad1pie tst-quad2pie
7065         (modules-names): Add tst-quadmod1 tst-quadmod2.
7066         ($(objpfx)tst-quad1): New dependency.
7067         ($(objpfx)tst-quad2): Likewise.
7068         ($(objpfx)tst-quad1pie): Likewise.
7069         ($(objpfx)tst-quad2pie): Likewise.
7070         * sysdeps/x86_64/tst-quad1.c: New file.
7071         * sysdeps/x86_64/tst-quad1pie.c: New file.
7072         * sysdeps/x86_64/tst-quad2.c: Likewise.
7073         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
7074         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
7075         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
7076         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
7077         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
7078
7079 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7080
7081         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
7082         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
7083         * streams/stropts.h (t_scalar_t): Define type.
7084
7085         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
7086         (_PATH_PRESERVE): Set to "/var/lib".
7087         (_PATH_RWHODIR): Set to "/var/spool/rwho".
7088
7089         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
7090         instead of int.
7091
7092         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
7093         if __dir_mkfile succeeded.
7094
7095         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
7096         checking for _hurd_dtablesize.  Unlock it right after having
7097         finished _hurd_dtable allocation.
7098
7099 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7100
7101         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
7102         * sysdeps/mach/hurd/configure: Regenerated.
7103         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
7104         special-casing to...
7105         * sysdeps/gnu/configure.in: ... this new file.
7106         * sysdeps/unix/sysv/linux/configure: Regenerated.
7107         * sysdeps/gnu/configure: New generated file.
7108
7109         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
7110         for Linux: use nsec instead of usec, as well as:
7111         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
7112         members of type struct timespec.
7113         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
7114         New macros.
7115         (struct stat64): Likewise.
7116         (_STATBUF_ST_NSEC): New macro.
7117         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
7118
7119         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
7120         __strtoul_internal rather than strtoul.
7121
7122 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
7123
7124         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
7125         and reject them.
7126
7127 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7128
7129         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
7130         which preserves existing values.
7131         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
7132
7133 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
7134
7135         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
7136         TIMEOUT values.  Return EINVAL for NFDS values either negative or
7137         greater than FD_SETSIZE.
7138
7139 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7140
7141         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
7142         allocated, call __vm_protect to finish enabling the existing space, and
7143         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
7144         allocate the remainder.
7145
7146 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
7147
7148         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
7149         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
7150
7151 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7152
7153         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
7154         sysdeps/mach/hurd/readlink.c.
7155
7156         * posix/tst-sysconf.c (posix_options): Only use
7157         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
7158         _POSIX_SYNCHRONIZED_IO when they are defined
7159         * sysdeps/mach/hurd/bits/posix_opt.h:
7160         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
7161         (_XOPEN_REALTIME): Undefine macro.
7162         (_XOPEN_REALTIME_THREADS): Undefine macro.
7163         (_XOPEN_SHM): Undefine macro.
7164         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
7165         macro to -1.
7166         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
7167         macro to -1.
7168         (_POSIX_ASYNC_IO): Undefine macro.
7169         (_POSIX_PRIORITIZED_IO): Undefine macro.
7170         (_POSIX_SPIN_LOCKS): Define macro to -1.
7171
7172         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
7173         SA_NODEFER, SA_RESETHAND.
7174         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
7175         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
7176         F_DUPFD_CLOEXEC.
7177
7178 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7179
7180         * elf/Makefile (pldd-modules): Define unconditionally.
7181
7182 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7183
7184         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
7185
7186 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7187
7188         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
7189         Return ENOENT when name is empty.
7190         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
7191
7192 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7193
7194         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
7195
7196         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
7197
7198 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7199
7200         Fix mlock in all cases except non-readable pages.
7201         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
7202         instead of VM_PROT_ALL as parameter to __vm_wire function.
7203
7204         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
7205         (__mkdir): When path is `/', just fail with EEXIST.
7206         * sysdeps/mach/hurd/mkdirat.c: Likewise.
7207
7208 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7209
7210         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
7211         <sys/uio.h> (for writev).
7212         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
7213         and <sys/param.h> (for MIN).
7214
7215 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
7216
7217         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
7218         REQUESTED_TIME.  Properly set the remaining time and return EINTR
7219         if interrupted.
7220
7221 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7222
7223         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
7224         Depend on against $(link-rpcuserlibs).
7225
7226 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7227
7228         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
7229         (__libc_stack_end): Do not use attribute_relro.
7230         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
7231         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
7232         to libthread-provided value.
7233         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
7234         attribute_relro.
7235
7236 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7237
7238         [BZ #3748]
7239         * bits/libc-lock.h (__libc_once_get): New macro.
7240         * sysdeps/mach/bits/libc-lock.h: Likewise.
7241         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
7242         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
7243         instead of using implementation details.
7244
7245         * libio/fileops.c: Unconditionally include <kernel-features.h>.
7246         * libio/freopen.c: Likewise.
7247         * libio/freopen64.c: Likewise.
7248         * misc/syslog.c: Likewise.
7249         * nscd/connections.c: Likewise.
7250         * nscd/netgroupcache.c: Likewise.
7251         * sysdeps/posix/getcwd.c: Likewise.
7252
7253 2012-05-10  Roland McGrath  <roland@hack.frob.com>
7254
7255         * math/w_ilogbf.c: Add #include <limits.h>.
7256
7257 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7258
7259         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
7260         path instead of returning without unlocking.
7261
7262         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
7263         immediate-write ioctls.
7264         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
7265
7266 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7267
7268         * sysdeps/mach/hurd/i386/init-first.c (init): Use
7269         __builtin_frame_address instead of making assumptions about the
7270         location of the return address relative to DATA.  Force early load of
7271         the return address.
7272         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
7273         __builtin_frame_address.
7274
7275         dup3 for GNU Hurd.
7276         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
7277         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
7278         implement dup3 and do some further code clean-ups.
7279         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
7280         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
7281
7282 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7283
7284         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
7285
7286         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
7287         HURD_CRITICAL_END around holding _hurd_dtable_lock.
7288         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
7289         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
7290         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
7291         d->port.lock.
7292
7293         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
7294         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
7295         when handler == SIG_ERR, not when handler != SIG_ERR.
7296
7297 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7298
7299         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
7300         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
7301         definitions.
7302
7303         accept4 for GNU Hurd.
7304         * include/sys/socket.h (__libc_accept4): New prototype.
7305         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
7306         to implement __libc_accept4.
7307         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
7308         __libc_accept4.
7309         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
7310
7311         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
7312         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
7313         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
7314         signal-defines.sym.
7315
7316 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7317
7318         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
7319
7320 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
7321
7322         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
7323         assertion on O_CLOEXEC flag.
7324         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
7325         * hurd/intern-fd.c: Likewise.
7326         * hurd/port2fd.c: Likewise.
7327
7328 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7329
7330         [BZ #3906]
7331         * bits/in.h (IPV6_PKTINFO): Define new macro.
7332         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
7333
7334 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7335
7336         [BZ #13954]
7337         [BZ #13955]
7338         [BZ #13956]
7339         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
7340         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
7341         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
7342         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
7343         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
7344         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
7345         * math/libm-test.inc (logb_test) : Additional logb tests.
7346
7347 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
7348             Andreas Jaeger  <aj@suse.de>
7349
7350         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
7351         * configure: Regenerated.
7352         * config.h.in (LINK_OBSOLETE_RPC): New macro.
7353         * config.make.in (link-obsolete-rpc): New substituted variable.
7354         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
7355         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
7356         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
7357         (shared-only-routines): Don't set it under [link-obsolete-rpc],
7358         so that libc.a contains the symbols.
7359         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
7360         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
7361         * sunrpc/auth_none.c: Likewise.
7362         * sunrpc/auth_unix.c: Likewise.
7363         * sunrpc/authdes_prot.c: Likewise.
7364         * sunrpc/authuxprot.c: Likewise.
7365         * sunrpc/clnt_gen.c: Likewise.
7366         * sunrpc/clnt_perr.c: Likewise.
7367         * sunrpc/clnt_raw.c: Likewise.
7368         * sunrpc/clnt_simp.c: Likewise.
7369         * sunrpc/clnt_tcp.c: Likewise.
7370         * sunrpc/clnt_udp.c: Likewise.
7371         * sunrpc/clnt_unix.c: Likewise.
7372         * sunrpc/des_crypt.c: Likewise.
7373         * sunrpc/des_soft.c: Likewise.
7374         * sunrpc/get_myaddr.c: Likewise.
7375         * sunrpc/key_call.c: Likewise.
7376         * sunrpc/key_prot.c: Likewise.
7377         * sunrpc/netname.c: Likewise.
7378         * sunrpc/pm_getmaps.c: Likewise.
7379         * sunrpc/pm_getport.c: Likewise.
7380         * sunrpc/pmap_clnt.c: Likewise.
7381         * sunrpc/pmap_prot.c: Likewise.
7382         * sunrpc/pmap_prot2.c: Likewise.
7383         * sunrpc/pmap_rmt.c: Likewise.
7384         * sunrpc/publickey.c: Likewise.
7385         * sunrpc/rpc_cmsg.c: Likewise.
7386         * sunrpc/rpc_common.c: Likewise.
7387         * sunrpc/rpc_dtable.c: Likewise.
7388         * sunrpc/rpc_prot.c: Likewise.
7389         * sunrpc/rpc_thread.c: Likewise.
7390         * sunrpc/rtime.c: Likewise.
7391         * sunrpc/svc.c: Likewise.
7392         * sunrpc/svc_auth.c: Likewise.
7393         * sunrpc/svc_raw.c: Likewise.
7394         * sunrpc/svc_run.c: Likewise.
7395         * sunrpc/svc_tcp.c: Likewise.
7396         * sunrpc/svc_udp.c: Likewise.
7397         * sunrpc/svc_unix.c: Likewise.
7398         * sunrpc/svcauth_des.c: Likewise.
7399         * sunrpc/xcrypt.c: Likewise.
7400         * sunrpc/xdr.c: Likewise.
7401         * sunrpc/xdr_array.c: Likewise.
7402         * sunrpc/xdr_float.c: Likewise.
7403         * sunrpc/xdr_intXX_t.c: Likewise.
7404         * sunrpc/xdr_mem.c: Likewise.
7405         * sunrpc/xdr_rec.c: Likewise.
7406         * sunrpc/xdr_ref.c: Likewise.
7407         * sunrpc/xdr_sizeof.c: Likewise.
7408         * sunrpc/xdr_stdio.c: Likewise.
7409
7410 2012-05-10  Roland McGrath  <roland@hack.frob.com>
7411
7412         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
7413         change.  Update copyright years.
7414
7415 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
7416
7417         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
7418
7419 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
7420             Joseph Myers  <joseph@codesourcery.com>
7421             Paul Pluzhnikov  <ppluzhnikov@google.com>
7422
7423         [BZ #14012]
7424         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
7425         requiring rpcgen.
7426         [cross-compiling] (extra-libs): Likewise.
7427         [cross-compiling] (extra-libs-others): Likewise.
7428         [cross-compiling] (librpcsvc-routines): Likewise.
7429         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
7430         [cross-compiling] (omit-deps): Likewise.
7431         (sunrpc-CPPFLAGS): New variable.
7432         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
7433         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
7434         (cross-rpcgen-objs): New variable.
7435         (extra-objs): Append $(cross-rpcgen-objs).
7436         ($(cross-rpcgen-objs)): New rule.
7437         ($(objpfx)cross-rpcgen): Likewise.
7438         (rpcgen-cmd): Define to use $(built-program-file).  Expand
7439         comment.
7440         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
7441         ($(objpfx)x%.stmp): Likewise.
7442         * sunrpc/proto.h [IS_IN_build] (_): Define.
7443         [IS_IN_build] (_libc_intl_domainname): Likewise.
7444
7445 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
7446
7447         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
7448         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
7449         and R_X86_64_TPOFF64.
7450
7451 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
7452
7453         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
7454         sysdeps/unix/sysv/syscalls.list.
7455         (stime): Likewise.
7456         (utime): Likewise.
7457         * sysdeps/unix/sysv/syscalls.list: Remove file.
7458
7459 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7460
7461         [BZ #3440]
7462         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
7463         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
7464         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
7465         (__LC_IDENTIFICATION): Make these macros useful in #if
7466         expressions, as required by C99.
7467
7468 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
7469
7470         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
7471         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
7472         after this.
7473
7474 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
7475
7476         * stdlib/longlong.h: Updated from GCC.
7477
7478 2012-05-09  Andreas Jaeger  <aj@suse.de>
7479
7480         * nscd/nscd.c (run_modes): Make named enum, reorder so that
7481         default is first entry.
7482         (run_mode): Set type.
7483         (main): Remove informal message about syslog.
7484         (options): Fix typo.
7485
7486         [BZ #14053]
7487         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
7488         to asm.
7489         (lrint): Likewise.
7490         (llrintf): Likewise.
7491         (llrint): Likewise.
7492         (rint): Likewise.
7493         (rintf): Likewise.
7494         (nearbyint): Likewise.
7495         (nearbyintf): Likewise.
7496
7497 2012-05-09  Andreas Jaeger  <aj@suse.de>
7498             Pedro Alves  <palves@redhat.com>
7499
7500         * nscd/nscd.c (run_mode): Use enum.
7501         (main): Cleanup coding style issue.
7502
7503 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
7504             Andreas Jaeger  <aj@suse.de>
7505
7506         * nscd/nscd.c (go_background): Replaced with...
7507         (run_mode): ... this.
7508         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
7509         (options): Add -F --foreground.
7510         (main): Implement it.
7511         (parse_opt): Parse it.
7512
7513 2012-05-09  Andreas Jaeger  <aj@suse.de>
7514
7515         [BZ #14083]
7516         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
7517         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
7518         -Wconversion warning.
7519         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
7520         Likewise.
7521
7522 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
7523
7524         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
7525         == 0.
7526         (LC_ALL): Use macro-int-constant.
7527         (LC_COLLATE): Likewise.
7528         (LC_CTYPE): Likewise.
7529         (LC_MESSAGES): Likewise.
7530         (LC_MONETARY): Likewise.
7531         (LC_NUMERIC): Likewise.
7532         (LC_TIME): Likewise.
7533         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
7534         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
7535         [ISO || ISO99 || ISO11] (*_t): Do not allow.
7536         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
7537         Specify type.
7538         [C99-based standards] (float_t): Expect type.
7539         [C99-based standards] (double_t): Expect type.
7540         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
7541         type.
7542         [C99-based standards] (HUGE_VALL): Likewise.
7543         [C99-based standards] (INFINITY): Likewise.
7544         [C99-based standards] (NAN): Likewise.
7545         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
7546         [C99-based standards] (FP_NAN): Likewise.
7547         [C99-based standards] (FP_NORMAL): Likewise.
7548         [C99-based standards] (FP_SUBNORMAL): Likewise.
7549         [C99-based standards] (FP_ZERO): Likewise.
7550         [C99-based standards] (FP_FAST_FMA): Use
7551         optional-macro-int-constant.  Specify type.  Require == 1.
7552         [C99-based standards] (FP_FAST_FMAF): Likewise.
7553         [C99-based standards] (FP_FAST_FMAL): Likewise.
7554         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
7555         [C99-based standards] (FP_ILOGBNAN): Likewise.
7556         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
7557         Specify type.
7558         [C99-based standards] (MATH_ERREXCEPT): Likewise.
7559         [C99-based standards] (math_errhandling): Specify type.
7560         [ISO99 || ISO11] (signgam): Do not allow.
7561         [non-C99-based standards] (copysignf): Do not allow.
7562         [non-C99-based standards] (exp2f): Likewise.
7563         [non-C99-based standards] (log2f): Likewise.
7564         [non-C99-based standards] (modff): Allow.
7565         [non-C99-based standards] (erff): Do not allow.
7566         [non-C99-based standards] (erfcf): Likewise.
7567         [non-C99-based standards] (gammaf): Likewise.
7568         [non-C99-based standards] (hypotf): Likewise.
7569         [non-C99-based standards] (j0f): Likewise.
7570         [non-C99-based standards] (j1f): Likewise.
7571         [non-C99-based standards] (jnf): Likewise.
7572         [non-C99-based standards] (lgammaf): Likewise.
7573         [non-C99-based standards] (tgammaf): Likewise.
7574         [non-C99-based standards] (y0f): Likewise.
7575         [non-C99-based standards] (y1f): Likewise.
7576         [non-C99-based standards] (ynf): Likewise.
7577         [non-C99-based standards] (isnanf): Likewise.
7578         [non-C99-based standards] (acoshf): Likewise.
7579         [non-C99-based standards] (asinhf): Likewise.
7580         [non-C99-based standards] (atanhf): Likewise.
7581         [non-C99-based standards] (cbrtf): Likewise.
7582         [non-C99-based standards] (expm1f): Likewise.
7583         [non-C99-based standards] (ilogbf): Likewise.
7584         [non-C99-based standards] (log1pf): Likewise.
7585         [non-C99-based standards] (logbf): Likewise.
7586         [non-C99-based standards] (nextafterf): Likewise.
7587         [non-C99-based standards] (remainderf): Likewise.
7588         [non-C99-based standards] (rintf): Likewise.
7589         [non-C99-based standards] (scalbf): Likewise.
7590         [non-C99-based standards] (copysignl): Likewise.
7591         [non-C99-based standards] (exp2l): Likewise.
7592         [non-C99-based standards] (log2l): Likewise.
7593         [non-C99-based standards] (modfl): Allow.
7594         [non-C99-based standards] (erfl): Do not allow.
7595         [non-C99-based standards] (erfcl): Likewise.
7596         [non-C99-based standards] (gammal): Likewise.
7597         [non-C99-based standards] (hypotl): Likewise.
7598         [non-C99-based standards] (j0l): Likewise.
7599         [non-C99-based standards] (j1l): Likewise.
7600         [non-C99-based standards] (jnl): Likewise.
7601         [non-C99-based standards] (lgammal): Likewise.
7602         [non-C99-based standards] (tgammal): Likewise.
7603         [non-C99-based standards] (y0l): Likewise.
7604         [non-C99-based standards] (y1l): Likewise.
7605         [non-C99-based standards] (ynl): Likewise.
7606         [non-C99-based standards] (isnanl): Likewise.
7607         [non-C99-based standards] (acoshl): Likewise.
7608         [non-C99-based standards] (asinhl): Likewise.
7609         [non-C99-based standards] (atanhl): Likewise.
7610         [non-C99-based standards] (cbrtl): Likewise.
7611         [non-C99-based standards] (expm1l): Likewise.
7612         [non-C99-based standards] (ilogbl): Likewise.
7613         [non-C99-based standards] (log1pl): Likewise.
7614         [non-C99-based standards] (logbl): Likewise.
7615         [non-C99-based standards] (nextafterl): Likewise.
7616         [non-C99-based standards] (remainderl): Likewise.
7617         [non-C99-based standards] (rintl): Likewise.
7618         [non-C99-based standards] (scalbl): Likewise.
7619         [ISO || ISO99 || ISO11] (*_t): Do not allow.
7620         [non-C99-based standards] (FP_*): Do not allow.
7621         [C99-based standards] (FP_*): Change to
7622         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
7623         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
7624         allow.
7625         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
7626         (SIG_ERR): Likewise.
7627         [X/Open-based standards] (SIG_HOLD): Likewise.
7628         (SIG_IGN): Likewise.
7629         (SIGABRT): Use macro-int-constant.  Specify type.  Require
7630         positive value.
7631         (SIGFPE): Likewise.
7632         (SIGILL): Likewise.
7633         (SIGINT): Likewise.
7634         (SIGSEGV): Likewise.
7635         (SIGTER): Likewise.
7636         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
7637         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
7638         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
7639         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
7640         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
7641         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
7642         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
7643         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
7644         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
7645         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
7646         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
7647         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
7648         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
7649         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
7650         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
7651         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
7652         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
7653         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
7654         [X/Open-based standards] (SIGTRAP): Likewise.
7655         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
7656         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
7657         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
7658         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
7659         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
7660         allow.
7661
7662 2012-05-08  Ian Wienand  <ianw@vmware.com>
7663
7664         [BZ #14080]
7665         * time/tzset.c (__tzset_parse_tz): Update default rules for
7666         daylight time changes in the Energy Policy Act of 2005.
7667
7668 2012-05-09  Andreas Jaeger  <aj@suse.de>
7669
7670         [BZ #13983]
7671         * elf/ldconfig.c (parse_conf): Change string to make clear that
7672         ldconfig only issued a warning if ld.so.conf does not exist.
7673
7674 2012-05-08  David S. Miller  <davem@davemloft.net>
7675
7676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
7677         movxtod instead of popping the value on the stack.
7678
7679         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7680
7681 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
7682
7683         * config.h.in: Add HAVE_ARM_PCS_VFP.
7684
7685 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
7686
7687         [BZ #13979]
7688         * include/features.h: Warn if user requests __FORTIFY_SOURCE
7689         checking but the checks are disabled for any reason.
7690
7691 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
7692
7693         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
7694         and ELF64_R_TYPE with ELFW(R_TYPE).
7695
7696 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
7697
7698         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
7699         (ulimit): Likewise.
7700
7701         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
7702         (settimeofday): Likewise.
7703
7704 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
7705
7706         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
7707         a struct th_u2 inside the union, and move tu_block/tu_code into
7708         a new th_u3 union of tu_block/tu_code inside of that.  Move
7709         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
7710         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
7711         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
7712         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
7713         (th_stuff): Change to th_u1.tu_stuff.
7714         (th_data): Define.
7715         (th_msg): Change to th_u1.th_u2.tu_data.
7716
7717 2012-05-07  David S. Miller  <davem@davemloft.net>
7718
7719         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7720
7721         [BZ #14074]
7722         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
7723         (SETUP_PIC_REG): Use it.
7724         (SETUP_PIC_REG_LEAF): Use it.
7725
7726 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
7727
7728         [BZ #13885]
7729         [BZ #13923]
7730         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7731         USE_AS_EXPM1L.
7732         (EXPL_FINITE): Likewise.
7733         (FLDLOG): Likewise.
7734         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
7735         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
7736         e_expl.S.
7737         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7738         USE_AS_EXPM1L.
7739         (EXPL_FINITE): Likewise.
7740         (FLDLOG): Likewise.
7741         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
7742         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
7743         e_expl.S.
7744         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
7745         test of -max_value argument for long double.
7746         * sysdeps/i386/fpu/libm-test-ulps: Update.
7747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7748
7749 2012-05-06  David S. Miller  <davem@davemloft.net>
7750
7751         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
7752         quad soft-float symbols whose references which are compiler
7753         generated.
7754         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
7755
7756 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
7757
7758         [BZ #13884]
7759         [BZ #13914]
7760         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7761         USE_AS_EXP10L.
7762         (EXPL_FINITE): Likewise.
7763         (FLDLOG): Likewise.
7764         (c0): Likewise.
7765         (c1): Likewise.
7766         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
7767         Adjust comments for base varying.
7768         (__expl_finite): Change alias to EXPL_FINITE.
7769         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
7770         e_expl.S.
7771         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
7772         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
7773         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
7774         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
7775         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7776         USE_AS_EXP10L.
7777         (EXPL_FINITE): Likewise.
7778         (FLDLOG): Likewise.
7779         (c0): Likewise.
7780         (c1): Likewise.
7781         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
7782         Adjust comments for base varying.
7783         (__expl_finite): Change alias to EXPL_FINITE.
7784         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
7785         tests for bugs.
7786         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7787
7788         [BZ #14064]
7789         * math/libm-test.inc (check_float_internal): Correct ulp
7790         calculation for subnormal expected results.
7791
7792 2012-05-06  Andreas Jaeger  <aj@suse.de>
7793
7794         * Makeconfig (+math-flags): New, set to -frounding-math.
7795         (+cflags): Add +math-flags so that all of glibc gets compiled with
7796         it.
7797
7798         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
7799
7800 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
7801
7802         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
7803         Disable one test.
7804
7805         [BZ #13787]
7806         [BZ #13922]
7807         [BZ #14036]
7808         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
7809         (__ieee754_expl): Allow for and saturate large arguments.
7810         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
7811         (u_threshold): Likewise.
7812         (__exp): Call __ieee754_exp before checking for overflow and
7813         underflow.
7814         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
7815         (u_threshold): Likewise.
7816         (__expf): Call __ieee754_expf before checking for overflow and
7817         underflow.
7818         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
7819         (u_threshold): Likewise.
7820         (__expl): Call __ieee754_expl before checking for overflow and
7821         underflow.
7822         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
7823         (__ieee754_expl): Allow for and saturate large arguments.
7824         * math/libm-test.inc (exp_test): Add another test.  Do not allow
7825         missing overflow exception on overflow.
7826         (expm1_test): Do not allow missing overflow exception on overflow.
7827
7828         * sysdeps/i386/fpu/e_expl.c: Move to ...
7829         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
7830         rather than using inline asm.
7831         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
7832         * sysdeps/x86_64/fpu/e_expl.S: Copy from
7833         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
7834
7835         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
7836         (nice): Likewise.
7837         (poll): Likewise.
7838         (signal): Likewise.
7839         (time): Likewise.
7840         (times): Likewise.
7841
7842 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
7843
7844         * sysdeps/unix/syscalls.list (adjtime): Add entry from
7845         sysdeps/unix/common/syscalls.list.
7846         (fchmod): Likewise.
7847         (fchown): Likewise.
7848         (ftruncate): Likewise.
7849         (getrusage): Likewise.
7850         (gettimeofday): Likewise.
7851         (setpgid): Likewise.
7852         (setregid): Likewise.
7853         (setreuid): Likewise.
7854         (sigaction): Likewise.
7855         (truncate): Likewise.
7856         (vhangup): Likewise.
7857         * sysdeps/unix/common/syscalls.list: Remove file.
7858         * sysdeps/unix/bsd/Implies: Don't include unix/common.
7859         * sysdeps/unix/sysv/linux/Implies: Likewise.
7860
7861 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
7862
7863         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
7864         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
7865         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
7866         Moved to ...
7867         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
7868         Here.
7869         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
7870         to ...
7871         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
7872         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
7873         to ...
7874         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
7875         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
7876         to ...
7877         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
7878         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
7879         to ...
7880         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
7881         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
7882         to ...
7883         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
7884         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
7885         to ...
7886         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
7887         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
7888         to ...
7889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
7890         Here.
7891         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
7892         to ...
7893         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
7894         Here.
7895         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
7896         to ...
7897         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
7898         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
7899         Moved to ...
7900         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
7901         Here.
7902         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
7903         to ...
7904         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
7905
7906 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
7907
7908         * sysdeps/unix/common/bits/dirent.h: Remove file.
7909         * sysdeps/unix/common/bits/fcntl.h: Likewise.
7910
7911         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
7912         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
7913         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
7914         * sysdeps/unix/bsd/isatty.c: Likewise.
7915         * sysdeps/unix/bsd/tcdrain.c: Likewise.
7916         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
7917         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
7918
7919 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7920
7921         [BZ #13563]
7922         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
7923         long double comparison inaccuracies.
7924         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
7925         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7926
7927 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
7928
7929         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
7930         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
7931
7932 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
7933
7934         [BZ #14049]
7935         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
7936         nonzero digits before rounding a hex value.
7937         * stdlib/tst-strtod.c (tests): Add another test.
7938
7939 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7940
7941         * sysdeps/s390/fpu/libm-test-ulps: Update.
7942
7943 2012-05-03  Andreas Jaeger  <aj@suse.de>
7944
7945         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
7946         does not get optimized out.
7947         (malloc_opt_barrier): New.
7948
7949 2012-05-03  Andreas Jaeger  <aj@suse.de>
7950             Roland McGrath  <roland@hack.frob.com>
7951
7952         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
7953         intermediate file deletion.
7954         (generated): Add .symlist files.
7955
7956 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
7957
7958         [BZ #13775]
7959         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
7960         Redirect under this condition.
7961         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
7962         [__USE_GNU] (__dprintf_chk): Not under this condition.
7963         [__USE_GNU] (__vdprintf_chk): Likewise.
7964         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
7965         under this condition.
7966         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
7967         [__USE_XOPEN2K8] (dprintf): Define under this condition.
7968         [__USE_XOPEN2K8] (vdprintf): Likewise.
7969         [__USE_GNU] (__dprintf_chk): Not under this condition.
7970         [__USE_GNU] (__vdprintf_chk): Likewise.
7971         [__USE_GNU] (dprintf): Likewise.
7972         [__USE_GNU] (vdprintf): Likewise.
7973
7974 2012-05-03  Roland McGrath  <roland@hack.frob.com>
7975
7976         * elf/Makefile (common-generated): Set this instead of generated for
7977         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
7978         $(all-built-dso)-derived lists.
7979
7980 2012-05-03  Andreas Jaeger  <aj@suse.de>
7981
7982         * sysdeps/i386/fpu/libm-test-ulps: Update.
7983
7984         * FAQ: Removed.
7985         * FAQ.in: Likewise.
7986         * scripts/gen-FAQ.pl: Likewise.
7987         * manual/install.texi (Installation): Point to online location of
7988         FAQ.
7989         * Makefile (files-for-dist): Remove FAQ.
7990         (FAQ): Remove.
7991
7992 2012-05-02  Allan McRae  <allan@archlinux.org>
7993
7994         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
7995         (LDFLAGS-reldepmod5.so): Likewise.
7996         (LDFLAGS-reldep6mod1.so): Likewise.
7997         (LDFLAGS-reldep6mod4.so): Likewise.
7998         (LDFLAGS-reldep8mod3.so): Likewise.
7999         (LDFLAGS-unload4mod1.so): Likewise.
8000         (LDFLAGS-unload4mod2.so): Likewise.
8001         (LDFLAGS-tst-initorder): Likewise.
8002         (LDFLAGS-tst-initordera2.so): Likewise.
8003         (LDFLAGS-tst-initordera3.so): Likewise.
8004         (LDFLAGS-tst-initordera4.so): Likewise.
8005         (LDFLAGS-tst-initorderb2.so): Likewise.
8006         (LDFLAGS-noload): Likewise.
8007         (LDFLAGS-next): Likewise.
8008         (LDFLAGS-order2mod1.so): Likewise.
8009         (LDFLAGS-order2mod2.so): Likewise.
8010         (LDFLAGS-tst-initorder2): Likewise.
8011         (LDFLAGS-tst-initorder2a.so): Likewise.
8012         (LDFLAGS-tst-initorder2b.so): Likewise.
8013         (LDFLAGS-tst-initorder2c.so): Likewise.
8014         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
8015
8016 2012-05-02  David S. Miller  <davem@davemloft.net>
8017
8018         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8019
8020 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
8021
8022         [BZ #14055]
8023         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
8024
8025 2012-05-02  Andreas Jaeger  <aj@suse.de>
8026
8027         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
8028         since we manipulate rounding mode.
8029         (CPPFLAGS-test-idouble.c): Likewise.
8030         (CPPFLAGS-test-ifloat.c): Likewise.
8031         (CFLAGS-test-ldouble.c): Likewise.
8032         (CFLAGS-test-double.c): Likewise.
8033         (CFLAGS-test-float.c): Likewise.
8034         (CFLAGS-test-misc.c): Likewise.
8035         (CFLAGS-test-test-fenv.c): Likewise.
8036
8037 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8038
8039         [BZ #2550]
8040         [BZ #2570]
8041         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
8042         comparisons to determine direction to adjust input.
8043
8044 2012-05-01  Roland McGrath  <roland@hack.frob.com>
8045
8046         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
8047         output to the target.
8048
8049         * scripts/localplt.awk: New file.
8050         * elf/Makefile ($(objpfx)check-localplt): Target removed.
8051         (check-localplt-CFLAGS): Variable removed.
8052         ($(all-built-dso:=.jmprel)): New static pattern rule.
8053         (generated): Add those targets.
8054         (localplt-built-dso): New variable.
8055         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
8056
8057         * elf/check-localplt.c: File removed.
8058
8059         * scripts/check-execstack.awk: New file.
8060         * elf/Makefile ($(objpfx)check-execstack): Target removed.
8061         (check-execstack-CFLAGS): Variable removed.
8062         ($(objpfx)check-execstack.h): Target removed.
8063         ($(objpfx)execstack-default): New target.
8064         (generated): Add that instead of check-execstack.h.
8065         ($(all-built-dso:=.phdr)): New static pattern rule.
8066         (generated): Add those targets.
8067         * elf/check-execstack.c: File removed.
8068
8069         * scripts/check-textrel.awk: New file.
8070         * elf/Makefile ($(objpfx)check-textrel): Target removed.
8071         (check-textrel-CFLAGS): Variable removed.
8072         (all-built-dso): Use := to define.o
8073         ($(all-built-dso:=.dyn)): New static pattern rule.
8074         (generated): Add those targets.
8075         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
8076         * config.make.in (READELF): New substituted variable.
8077         * elf/check-textrel.c: File removed.
8078
8079 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
8080
8081         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
8082         allow.
8083         * conform/data/ctype.h-data [C99-based standards] (isblank):
8084         Expect function.
8085         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
8086         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
8087         [ISO || ISO99 || ISO11] (*_t): Do not allow.
8088         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
8089         Specify type.  Require positive value.
8090         (EILSEQ): Likewise.
8091         (ERANGE): Likewise.
8092         [ISO || POSIX] (EILSEQ): Do not expect.
8093         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
8094         Specify type.  Require positive value.
8095         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
8096         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
8097         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
8098         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
8099         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
8100         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
8101         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
8102         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
8103         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
8104         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
8105         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
8106         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
8107         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
8108         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
8109         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
8110         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
8111         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
8112         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
8113         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
8114         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
8115         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
8116         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
8117         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
8118         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
8119         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
8120         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
8121         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
8122         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
8123         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
8124         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
8125         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
8126         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
8127         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
8128         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
8129         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
8130         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
8131         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
8132         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
8133         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
8134         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
8135         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
8136         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
8137         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
8138         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
8139         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
8140         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
8141         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
8142         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
8143         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
8144         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
8145         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
8146         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
8147         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
8148         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
8149         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
8150         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
8151         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
8152         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
8153         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
8154         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
8155         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
8156         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
8157         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
8158         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
8159         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
8160         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
8161         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
8162         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
8163         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
8164         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
8165         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
8166         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
8167         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
8168         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
8169         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
8170         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
8171         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
8172         Require >= 2.
8173         (FLT_ROUNDS): Expect as macro, not constant.
8174         (FLT_MANT_DIG): Use macro-int-constant.
8175         (DBL_MANT_DIG): Likewise.
8176         (LDBL_MANT_DIG): Likewise.
8177         (FLT_DIG): Likewise.
8178         (DBL_DIG): Likewise.
8179         (LDBL_DIG): Likewise.
8180         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
8181         (DBL_MIN_EXP): Likewise.
8182         (LDBL_MIN_EXP): Likewise.
8183         (FLT_MAX_EXP): Use macro-int-constant.
8184         (DBL_MAX_EXP): Likewise.
8185         (LDBL_MAX_EXP): Likewise.
8186         (FLT_MAX_10_EXP): Likewise.
8187         (DBL_MAX_10_EXP): Likewise.
8188         (LDBL_MAX_10_EXP): Likewise.
8189         (FLT_MAX): Use macro-constant.
8190         (DBL_MAX): Likewise.
8191         (LDBL_MAX): Likewise.
8192         (FLT_EPSILON): Use macro-constant.  Give upper bound.
8193         (DBL_EPSILON): Likewise.
8194         (LDBL_EPSILON): Likewise.
8195         (FLT_MIN): Likewise.
8196         (DBL_MIN): Likewise.
8197         (LDBL_MIN): Likewise.
8198         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
8199         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
8200         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
8201         [ISO11] (FLT_HAS_SUBNORM): Likewise.
8202         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
8203         [ISO11] (DBL_DECIMAL_DIG): Likewise.
8204         [ISO11] (FLT_DECIMAL_DIG): Likewise.
8205         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
8206         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
8207         [ISO11] (FLT_TRUE_MIN): Likewise.
8208         [ISO11] (LDBL_TRUE_MIN): Likewise.
8209         [ISO || ISO99 || ISO11] (*_t): Do not allow.
8210         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
8211         (SCHAR_MIN): Use macro-int-constant.  Specify type.
8212         (SCHAR_MAX): Likewise.
8213         (UCHAR_MAX): Likewise.
8214         (CHAR_MIN): Likewise.
8215         (CHAR_MAX): Likewise.
8216         (MB_LEN_MAX): Use macro-int-constant.
8217         (SHRT_MIN): Use macro-int-constant.  Specify type.
8218         (SHRT_MAX): Likewise.
8219         (USHRT_MAX): Likewise.
8220         (INT_MAX): Likewise.
8221         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
8222         bound negative.
8223         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
8224         bound with "U".
8225         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
8226         bound with "L".
8227         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
8228         bound negative.  Suffix upper bound with "L".
8229         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
8230         bound with "UL".
8231         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
8232         Specify type.
8233         [C99-based standards] (LLONG_MAX): Likewise.
8234         [C99-based standards] (ULLONG_MAX): Likewise.
8235         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
8236         == 0.
8237         [ISO11] (max_align_t): Require type.
8238         [ISO || ISO99 || ISO11] (*_t): Do not allow.
8239
8240         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
8241         from $CFLAGS, without defining away __attribute__ calls.
8242         (checknamespace): Use $CFLAGS_namespace.
8243
8244         * conform/conformtest.pl (@keywords): Only include C99 keywords
8245         for standards based on C99 or C11.
8246
8247         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
8248         Disable tests.
8249         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
8250         UNIX98]: Likewise.
8251
8252         * conform/conformtest.pl: Handle "macro-int-constant" and test for
8253         usability of symbols in #if.
8254
8255         * conform/conformtest.pl: If macro or constant types start
8256         "promoted:", expect the symbol to be of the following type
8257         promoted by the integer promotions.
8258
8259         * conform/conformtest.pl: Parse all "constant" and "macro" lines
8260         in one place.  Also handle "macro-constant".
8261
8262         * conform/conformtest.pl: Only accept expected macro values with
8263         "==".  Parse all "macro" lines in one place.
8264         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
8265
8266         * conform/conformtest.pl: Handle braced types on "constant" lines
8267         instead of handling "typed-constant".
8268         * conform/data/signal.h-data: Use "constant" instead of
8269         "typed-constant".
8270
8271         * conform/conformtest.pl: Handle "optional-" at start of lines in
8272         one place rather than duplicating several cases.  Handle each
8273         format of "macro" line with initial "optional-".
8274
8275         * conform/conformtest.pl: Only accept expected constant or
8276         optional-constant values with "==".  Parse all "constant" lines in
8277         one place.  Parse all "optional-constant" lines in one place.
8278         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
8279         * conform/data/fmtmsg.h-data: Likewise.
8280         * conform/data/netinet/in.h-data: Likewise.
8281         * conform/data/tar.h-data: Likewise.
8282         * conform/data/limits.h-data: Use "==" form on "constant" and
8283         "optional-constant" lines.
8284
8285         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
8286         Use -std=c99 for XOPEN2K.
8287         (@knownproblems): Remove.
8288         (newtoken): Don't check %isknown.
8289
8290         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
8291         Do not expect macro.
8292         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
8293         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
8294         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
8295         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
8296         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
8297         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
8298         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
8299         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
8300         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
8301         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
8302         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
8303         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
8304         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
8305         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
8306         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
8307         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
8308         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
8309         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
8310         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
8311         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
8312         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
8313         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
8314         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
8315         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
8316         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
8317         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
8318         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
8319         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
8320         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
8321         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
8322         [XPG3] (acosh): Likewise.
8323         [XPG3] (asinh): Likewise.
8324         [XPG3] (atanh): Likewise.
8325         [XPG3] (cbrt): Likewise.
8326         [XPG3] (expm1): Likewise.
8327         [XPG3] (ilogb): Likewise.
8328         [XPG3] (log1p): Likewise.
8329         [XPG3] (logb): Likewise.
8330         [XPG3] (nextafter): Likewise.
8331         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
8332         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
8333         [XPG3] (remainder): Likewise.
8334         [XPG3] (rint): Likewise.
8335         [XPG3 || XPG4 || UNIX98] (round): Likewise.
8336         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
8337         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
8338         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
8339         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
8340         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
8341         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
8342         [UNIX98 || XOPEN2K] (scalb): Expect.
8343         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
8344         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
8345         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
8346         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
8347         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
8348         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
8349         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
8350         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
8351         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
8352         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
8353         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
8354         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
8355         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
8356         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
8357         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
8358         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
8359         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
8360         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
8361         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
8362         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
8363         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
8364         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
8365         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
8366         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
8367         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
8368         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
8369         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
8370         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
8371         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
8372         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
8373         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
8374         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
8375         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
8376         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
8377         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
8378         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
8379         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
8380         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
8381         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
8382         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
8383         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
8384         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
8385         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
8386         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
8387         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
8388         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
8389         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
8390         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
8391         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
8392         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
8393         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
8394         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
8395         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
8396         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
8397         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
8398         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
8399         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
8400         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
8401         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
8402         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
8403         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
8404         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
8405         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
8406         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
8407         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
8408         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
8409         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
8410         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
8411         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
8412         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
8413         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
8414         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
8415         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
8416         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
8417         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
8418         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
8419         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
8420         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
8421         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
8422         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
8423         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
8424         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
8425         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
8426         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
8427         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
8428         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
8429         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
8430         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
8431         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
8432         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
8433         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
8434         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
8435         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
8436         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
8437         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
8438         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
8439         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
8440         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
8441         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
8442         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
8443         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
8444         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
8445         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
8446         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
8447         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
8448         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
8449         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
8450         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
8451         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
8452         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
8453         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
8454         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
8455         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
8456         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
8457         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
8458         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
8459         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
8460         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
8461         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
8462         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
8463         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
8464         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
8465         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
8466         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
8467         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
8468         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
8469         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
8470         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
8471         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
8472         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
8473         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
8474         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
8475         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
8476         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
8477         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
8478         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
8479         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
8480
8481         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
8482         _XOPEN_SOURCE_EXTENDED for XPG4.
8483
8484         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
8485
8486         * Makeconfig (localtime): Remove variable.
8487         (inst_localtime-file): Likewise.
8488
8489 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8490
8491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8492         Update.
8493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8494         Update.
8495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8496         Update.
8497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
8498         Update.
8499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
8500         Update.
8501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
8502         Update.
8503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
8504         Update.
8505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
8506         Update.
8507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
8508         Update.
8509
8510 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
8511
8512         [BZ #2550]
8513         [BZ #2570]
8514         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
8515         comparisons to determine direction to adjust input.
8516         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
8517         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
8518         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
8519         Likewise.
8520         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
8521         Likewise.
8522         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
8523         Likewise.
8524         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
8525         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
8526         Likewise.
8527         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
8528         Likewise.
8529         * math/libm-test.inc (nexttoward_test): Add more tests.
8530
8531 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8532
8533         [BZ #14040]
8534         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
8535         in version GLIBC_2.1, not GLIBC_2.0.
8536         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
8537         Likewise.
8538
8539 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
8540
8541         [BZ #13942]
8542         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
8543         (1 - x) * (1 + x).
8544         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
8545         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
8546         * math/libm-test.inc (acos_test): Add more tests.
8547         (asin_test): Likewise.
8548         * sysdeps/i386/fpu/libm-test-ulps: Update.
8549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8550
8551         [BZ #14034]
8552         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
8553         of square root.
8554         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
8555         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
8556         * math/libm-test.inc (acos_test_tonearest): New function.
8557         (acos_test_towardzero): Likewise.
8558         (acos_test_downward): Likewise.
8559         (acos_test_upward): Likewise.
8560         (asin_test_tonearest): Likewise.
8561         (asin_test_towardzero): Likewise.
8562         (asin_test_downward): Likewise.
8563         (asin_test_upward): Likewise.
8564         (main): Call the new functions.
8565         * sysdeps/i386/fpu/libm-test-ulps: Update.
8566         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8567
8568         [BZ #13884]
8569         [BZ #13924]
8570         * math/e_exp10.c: Include <float.h>.
8571         (__ieee754_exp10): Handle underflow here rather than multiplying
8572         large negative argument by M_LN10.
8573         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
8574         of __ieee754_expf.
8575         * math/e_exp10l.c: Include <float.h>.
8576         (__ieee754_exp10l): Handle underflow here rather than multiplying
8577         large negative argument by M_LN10l.
8578         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
8579         spurious overflow exception on underflow.
8580
8581 2012-04-29  Marek Polacek  <polacek@redhat.com>
8582
8583         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
8584         (__fortify_function): New macro.
8585         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
8586         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
8587         __extern_always_inline.
8588         * libio/bits/stdio2.h: Likewise.
8589         * libio/bits/stdio.h: Likewise.
8590         * string/string.h: Likewise.
8591         * string/bits/string3.h: Likewise.
8592         * include/stdio.h: Likewise.
8593         * stdlib/bits/stdlib.h: Likewise.
8594         * stdlib/stdlib.h: Likewise.
8595         * rt/bits/mqueue2.h: Likewise.
8596         * rt/mqueue.h: Likewise.
8597         * posix/bits/unistd.h: Likewise.
8598         * posix/unistd.h: Likewise.
8599         * io/bits/poll2.h: Likewise.
8600         * io/bits/fcntl2.h: Likewise.
8601         * io/fcntl.h: Likewise.
8602         * io/sys/poll.h: Likewise.
8603         * misc/bits/syslog.h: Likewise.
8604         * misc/bits/syslog-ldbl.h: Likewise.
8605         * misc/sys/syslog.h: Likewise.
8606         * socket/bits/socket2.h: Likewise.
8607         * socket/sys/socket.h: Likewise.
8608         * debug/tst-chk1.c: Likewise.
8609         * wcsmbs/bits/wchar2.h: Likewise.
8610         * wcsmbs/bits/wchar-ldbl.h: Likewise.
8611         * wcsmbs/wchar.h: Likewise.
8612
8613 2012-04-29  Andreas Jaeger  <aj@suse.de>
8614
8615         * Makerules (tests): Remove enable-check-abi protection.
8616         (check-abi-warn): Remove.
8617         (check-abi-%): Remove check-abi-warn usage.
8618
8619         * configure.in: Remove check-abi configure option.
8620         * configure: Regenerated.
8621         * config.make.in (enable-check-abi): Remove.
8622
8623 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
8624
8625         [BZ #14033]
8626         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
8627         double functions to double *_finite functions.
8628
8629         [BZ #13941]
8630         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
8631         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
8632         LDBL_MIN_EXP.
8633         * stdio-common/Makefile (tests): Add tst-sprintf3.
8634         * stdio-common/tst-sprintf3.c: New file.
8635
8636         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
8637         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
8638
8639 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
8640
8641         * conform/conformtest.pl: Remove duplicate typed-constant
8642         handling.
8643
8644 2012-04-28  David S. Miller  <davem@davemloft.net>
8645
8646         * Makerules (%.abilist): Add vpath on sysdep_dirs.
8647         (check-abi-%): Remove AWK script prerequisite and explicit
8648         abilist directory.
8649         (check-abi): Rewrite to just diff the symlist with the abilist.
8650         (config-tls, config-abi-config): Delete, no longer used.
8651         (update-abi-%): Remove AWK script and explicit abilist directory.
8652         (update-abi): Rewrite to simply compare and conditionally copy the
8653         symlist and the sysdep abilist file.  Remove update-abi-config
8654         checks.
8655         * abilist/ld.abilist: Remove.
8656         * abilist/libBrokenLocale.abilist: Remove.
8657         * abilist/libanl.abilist: Remove.
8658         * abilist/libcrypt.abilist: Remove.
8659         * abilist/libdl.abilist: Remove.
8660         * abilist/librt.abilist: Remove.
8661         * abilist/libthread_db.abilist: Remove.
8662         * abilist/libutil.abilist: Remove.
8663         * scripts/extract-abilist.awk: Remove.
8664         * scripts/merge-abilist.awk: Remove.
8665         * sysdeps/generic/libcidn.abilist: New file.
8666         * sysdeps/generic/libnss_compat.abilist: New file.
8667         * sysdeps/generic/libnss_db.abilist: New file.
8668         * sysdeps/generic/libnss_dns.abilist: New file.
8669         * sysdeps/generic/libnss_files.abilist: New file.
8670         * sysdeps/generic/libnss_hesiod.abilist: New file.
8671         * sysdeps/generic/libnss_nis.abilist: New file.
8672         * sysdeps/generic/libnss_nisplus.abilist: New file.
8673         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
8674         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
8675         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
8676         file.
8677         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
8678         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
8679         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
8680         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
8681         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
8682         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
8683         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
8684         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
8685         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
8686         file.
8687         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
8688         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
8689         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
8690         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
8691         file.
8692         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
8693         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
8694         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
8695         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
8696         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
8697         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
8698         file.
8699         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
8700         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
8701         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
8702         file.
8703         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
8704         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
8705         New file.
8706         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
8707         New file.
8708         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
8709         New file.
8710         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
8711         New file.
8712         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
8713         New file.
8714         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
8715         New file.
8716         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
8717         New file.
8718         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
8719         New file.
8720         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
8721         New file.
8722         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
8723         New file.
8724         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
8725         New file.
8726         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
8727         New file.
8728         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
8729         New file.
8730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
8731         file.
8732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
8733         New file.
8734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
8735         New file.
8736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
8737         file.
8738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
8739         New file.
8740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
8741         New file.
8742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
8743         file.
8744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
8745         New file.
8746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
8747         New file.
8748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
8749         New file.
8750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
8751         New file.
8752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
8753         New file.
8754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
8755         New file.
8756         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
8757         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
8758         file.
8759         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8760         New file.
8761         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
8762         file.
8763         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
8764         file.
8765         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
8766         file.
8767         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
8768         file.
8769         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
8770         file.
8771         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8772         New file.
8773         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
8774         file.
8775         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
8776         file.
8777         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8778         New file.
8779         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
8780         file.
8781         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
8782         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
8783         file.
8784         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8785         New file.
8786         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
8787         file.
8788         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
8789         file.
8790         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
8791         file.
8792         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
8793         file.
8794         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
8795         file.
8796         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8797         New file.
8798         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
8799         file.
8800         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
8801         file.
8802         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8803         New file.
8804         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
8805         file.
8806         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
8807         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
8808         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
8809         file.
8810         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
8811         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
8812         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
8813         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
8814         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
8815         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
8816         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
8817         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
8818         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
8819         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
8820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
8821         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
8822         file.
8823         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8824         New file.
8825         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
8826         file.
8827         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
8828         file.
8829         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
8830         file.
8831         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
8832         file.
8833         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
8834         file.
8835         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8836         New file.
8837         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8838         New file.
8839         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
8840         file.
8841         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8842         New file.
8843         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
8844         file.
8845         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
8846         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
8847         file.
8848         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8849         New file.
8850         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
8851         file.
8852         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
8853         file.
8854         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
8855         file.
8856         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
8857         file.
8858         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
8859         file.
8860         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8861         New file.
8862         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8863         New file.
8864         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
8865         file.
8866         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8867         New file.
8868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
8869         file.
8870
8871 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
8872
8873         * conform/conformtest.pl: Fix typo in handling typed-constant from
8874         allow-header.
8875
8876 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
8877
8878         * README: Cut down references to pre-2.6 Linux kernels and
8879         Linuxthreads.  Update lists of configurations in libc and ports
8880         and sort alphabetically.  Say "or newer" with Linux kernel version
8881         requirements.
8882
8883         * config.h.in [IS_IN_build]: Allow compiling without optimization.
8884
8885 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
8886
8887         [BZ #887]
8888         * math/libm-test.inc (logb_test_downward): New test to expose
8889         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
8890         rounding mode.
8891
8892 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
8893
8894         [BZ #14027]
8895         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
8896         to be done.
8897         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
8898         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
8899
8900 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
8901
8902         * sysdeps/unix/i386/brk.S: Remove file.
8903         * sysdeps/unix/i386/dl-brk.S: Likewise.
8904         * sysdeps/unix/i386/pipe.S: Likewise.
8905         * sysdeps/unix/i386/sigreturn.S: Likewise.
8906         * sysdeps/unix/i386/syscall.S: Likewise.
8907         * sysdeps/unix/i386/vfork.S: Likewise.
8908         * sysdeps/unix/i386/wait.S: Likewise.
8909
8910         * sysdeps/unix/common/tcsendbrk.c: Move to ...
8911         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
8912
8913         * configure.in (arm*-none*): Do not allow without
8914         --enable-hacker-mode.
8915         (netbsd*): Remove case setting base_os.
8916         (386bsd*): Likewise.
8917         (freebsd*): Likewise.
8918         (bsdi*): Likewise.
8919         (osf*): Likewise.
8920         (sunos*): Likewise.
8921         (ultrix*): Likewise.
8922         (newsos*): Likewise.
8923         (dynix*): Likewise.
8924         (*bsd*): Likewise.
8925         (sysv*): Likewise.
8926         (isc*): Likewise.
8927         (esix*): Likewise.
8928         (sco*): Likewise.
8929         (minix*): Likewise.
8930         (irix4*): Likewise.
8931         (irix6*): Likewise.
8932         (solaris[2-9]*): Likewise.
8933         (none): Likewise.
8934         * configure: Regenerated.
8935
8936 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8937
8938         [BZ #11521]
8939         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
8940         overflow or cancellation in calculating denominator.
8941         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
8942         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
8943         down expression to avoid unexpected rounding in newer GCCs.
8944         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
8945
8946 2012-04-26  David S. Miller  <davem@davemloft.net>
8947
8948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
8949         long-double compat symbols.
8950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
8951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
8952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
8953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
8954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
8955         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
8956         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
8957         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
8958         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
8959         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
8960         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
8961         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
8962         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
8963
8964 2012-04-25  David S. Miller  <davem@davemloft.net>
8965
8966         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
8967         HWCAP_* values only after the memory barriers have been defined.
8968         (atomic_full_barrier): Define.
8969         (atomic_read_barrier): Define.
8970         (atomic_write_barrier): Define.
8971
8972 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8973
8974         * shlib-versions: Add libgcc_s version information.
8975         * sysdeps/generic/libgcc_s.h: Remove.
8976         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
8977         libgcc_s.h.
8978         * sysdeps/gnu/unwind-resume.c: Likewise.
8979         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
8980
8981 2012-04-25  David S. Miller  <davem@davemloft.net>
8982
8983         * sysdeps/unix/sparc/brk.S: Delete.
8984         * sysdeps/unix/sparc/dl-brk.S: Delete.
8985         * sysdeps/unix/sparc/pipe.S: Delete.
8986         * sysdeps/unix/sparc/sysdep.S: Delete.
8987         * sysdeps/unix/sparc/sysdep.h: Delete.
8988         * sysdeps/unix/sparc/vfork.S: Delete.
8989         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
8990         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
8991         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
8992         ret_ERRVAL, r0, r1, MOVE): Define.
8993         (JUMPTARGET): Remove.
8994         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
8995         sysdeps/unix/sparc/sysdep.h
8996         (ENTRY, END): Remove.
8997         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8998
8999 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
9000
9001         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
9002         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
9003         -DIS_IN_build.
9004
9005         * timezone/README: Update upstream location and email address for
9006         tzcode and tzdata.
9007         * timezone/zdump.c: Update from tzcode 2012b.
9008         * timezone/zic.c: Likewise.
9009
9010         * configure.in (libc_cv_as_needed): Remove test.
9011         * configure: Regenerated.
9012         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
9013         conditional definition.
9014         [$(have-as-needed) != yes] (no-as-needed): Likewise.
9015         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
9016         * config.make.in (have-as-needed): Remove variable.
9017
9018 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9019             Paul Pluzhnikov  <ppluzhnikov@google.com>
9020
9021         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
9022         strings correctly.
9023
9024 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
9025
9026         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
9027         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
9028         * sysdeps/sh/strlen.S: Likewise.
9029
9030 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
9031
9032         * sysdeps/unix/fork.S: Remove file.
9033         * sysdeps/unix/i386/fork.S: Likewise.
9034         * sysdeps/unix/sparc/fork.S: Likewise.
9035
9036         * sysdeps/unix/system.c: Remove file.
9037         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
9038
9039         * sysdeps/unix/getegid.S: Remove file.
9040         * sysdeps/unix/geteuid.S: Likewise.
9041
9042 2012-04-24  Roland McGrath  <roland@hack.frob.com>
9043
9044         * scripts/check-localplt.awk: New file.
9045         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
9046         of diff.
9047         * scripts/data/localplt-generic.data: Add a comment.
9048
9049         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
9050         NODE when __dir_mkfile failed.
9051         * sysdeps/mach/hurd/symlinkat.c: Likewise.
9052         Reported by Ludovic Courtès <ludo@gnu.org>.
9053
9054 2012-04-24  Andreas Jaeger  <aj@suse.de>
9055
9056         * Makerules (common-clean): Also remove gen-as-const-headers
9057         files.
9058
9059 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
9060
9061         * Makerules (native-compile): Do not change working directory for
9062         build.  Use $(OUTPUT_OPTION) in command.
9063         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
9064
9065 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9066
9067         [BZ #13886]
9068         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
9069         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
9070         * math/libm-test.inc (floor_test): Add more tests.
9071         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
9072
9073 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
9074
9075         * sysdeps/unix/getdents.c: Remove file.
9076         * sysdeps/unix/sysv/getdents.c: Likewise.
9077         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
9078
9079         * sysdeps/unix/syscalls.list (madvise): Add syscall from
9080         sysdeps/unix/mman/syscalls.list.
9081         (mmap): Likewise.
9082         (mprotect): Likewise.
9083         (msync): Likewise.
9084         (munmap): Likewise.
9085         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
9086         * sysdeps/unix/mman/syscalls.list: Remove.
9087         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
9088
9089         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
9090         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
9091         * configure: Regenerated.
9092         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
9093         $(libgcc_s_suffix).
9094         * config.make.in (libgcc_s_suffix): Remove variable.
9095
9096 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
9097
9098         * sysdeps/unix/sysv/gethostname.c: Move to ...
9099         * sysdeps/posix/gethostname.c: ... here.
9100
9101         * sysdeps/unix/execve.S: Remove file.
9102
9103         * sysdeps/unix/_exit.S: Remove file.
9104
9105 2012-04-23  Andreas Jaeger  <aj@suse.de>
9106
9107         [BZ #13739]
9108         * manual/Makefile: Remove make dist support, there's no
9109         need for a stand-alone documentation tar ball.
9110         (TEXI2DVI): Define always, it's not in Makeconfig.
9111         (dist): Removed.
9112         (tar-it): Removed.
9113         (edition): Removed.
9114         (glibc-doc-$(edition).tar): Removed
9115         (%.Z): Removed.
9116         (%.gz): Removed.
9117         (%.uu): Removed.
9118         (ETAGS): Remove, it's in Makeconfig.
9119         (move-if-change): Remove, it's in Makeconfig.
9120
9121 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
9122
9123         [BZ #13970]
9124         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
9125         (strtod, strtof, strtold, strtol, strtoul, strtoq)
9126         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
9127         (strtod_l, strtof_l, strtold_l): Remove __wur.
9128         It is not necessarily an error to ignore strtol's return value.
9129         One can reliably look at the stored endptr to decide whether
9130         the number had valid syntax.
9131
9132 2012-04-21  Andreas Jaeger  <aj@suse.de>
9133
9134         [BZ #13739]
9135         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
9136
9137 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
9138
9139         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
9140         * sysdeps/unix/sysv/Versions: Remove file.
9141
9142 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
9143
9144         [BZ #13927]
9145         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9146
9147 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
9148
9149         [BZ #7064]
9150         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
9151         version from __vm86.
9152
9153 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
9154
9155         * sysdeps/unix/common/lxstat.c: Remove file.
9156         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
9157
9158         * sysdeps/unix/sysv/Makefile: Remove file.
9159
9160         * sysdeps/unix/sysv/direct.h: Remove file.
9161
9162         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
9163         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
9164         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
9165         * sysdeps/unix/sysv/bits/signum.h: Likewise.
9166         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9167         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9168         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9169
9170         * sysdeps/unix/sysv/setrlimit.c: Remove file.
9171
9172         * sysdeps/unix/xmknod.c: Remove file.
9173         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
9174
9175         * sysdeps/unix/sysv/settimeofday.c: Remove file.
9176
9177         * sysdeps/unix/sysv/i386/time.S: Remove file.
9178
9179         * sysdeps/unix/fxstat.c: Remove file.
9180         * sysdeps/unix/xstat.c: Likewise.
9181         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
9182
9183         * sysdeps/unix/sysv/sigaction.c: Remove file.
9184
9185         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
9186         (sysdep_headers): Remove variable.
9187         [termio.h not in sysdep_headers] (generated): Likewise.
9188         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
9189         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
9190         * sysdeps/unix/sysv/tcdrain.c: Likewise.
9191         * sysdeps/unix/sysv/tcflow.c: Likewise.
9192         * sysdeps/unix/sysv/tcflush.c: Likewise.
9193         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
9194         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
9195         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
9196         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
9197         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
9198
9199         * sysdeps/unix/siglist.c: Remove file.
9200
9201         * sysdeps/unix/getppid.S: Remove file.
9202
9203         * sysdeps/unix/mkdir.c: Remove file.
9204         * sysdeps/unix/rmdir.c: Likewise.
9205
9206 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
9207
9208         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
9209         ERR_MAX value.
9210         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
9211         errlist-compat value.
9212
9213 2012-04-18  David S. Miller  <davem@davemloft.net>
9214
9215         * sysdeps/generic/memcopy.h (reg_char): Delete.
9216         * debug/strcat_chk.c: Use char, not reg_char.
9217         * debug/strcpy_chk.c: Likewise.
9218         * debug/strncat_chk.c: Likewise.
9219         * debug/strncpy_chk.c: Likewise.
9220         * string/memchr.c: Likewise.
9221         * string/memrchr.c: Likewise.
9222         * string/rawmemchr.c: Likewise.
9223         * string/strcat.c: Likewise.
9224         * string/strchr.c: Likewise.
9225         * string/strchrnul.c: Likewise.
9226         * string/strcmp.c: Likewise.
9227         * string/strcpy.c: Likewise.
9228         * string/strncat.c: Likewise.
9229         * string/strncmp.c: Likewise.
9230         * string/strncpy.c: Likewise.
9231
9232 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
9233
9234         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
9235         __builtin_memcopy is called when src and dest ranges are known to not
9236         overlap.
9237
9238 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
9239
9240         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
9241         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
9242         fwd_align_merge macro call.
9243         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
9244         bwd_align_merge macro call.
9245         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
9246
9247 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
9248
9249         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
9250         bwd_align_merge macros.
9251         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
9252         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
9253         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
9254
9255 2012-04-18  David S. Miller  <davem@davemloft.net>
9256
9257         * sysdeps/sparc/sparc64/memcopy.h: Delete.
9258
9259 2012-04-18  Andreas Jaeger  <aj@suse.de>
9260
9261         [BZ# 6794]
9262         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
9263         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
9264         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
9265
9266         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
9267         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
9268         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
9269
9270         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
9271         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
9272         Adjust for changed ldbl-128 files.
9273
9274         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
9275         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
9276         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
9277
9278 2012-04-17  David S. Miller  <davem@davemloft.net>
9279
9280         * sysdeps/sparc/sparc32/memcopy.h: Delete.
9281
9282 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
9283
9284         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
9285         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
9286         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
9287         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
9288         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
9289         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
9290
9291 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9292
9293         [BZ #6794]
9294         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
9295         * math/libm-test.inc: Add ilogb errno and exception tests.
9296         * math/w_ilogb.c: New file: ilogb wrapper.
9297         * math/w_ilogbf.c: New file: ilogbf wrapper.
9298         * math/w_ilogbl.c: New file: ilogbl wrapper.
9299         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
9300         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
9301         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
9302         exception being thrown with 0.0 as argument.
9303         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
9304         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
9305         exception being thrown with 0.0 as argument.
9306         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
9307         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
9308         exception being thrown with 0.0 as argument.
9309         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
9310         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
9311         exception being thrown with 0.0 as argument.
9312         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
9313         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
9314         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
9315         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
9316         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
9317         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
9318         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
9319         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
9320         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
9321
9322 2012-04-17  Petr Baudis  <pasky@ucw.cz>
9323
9324         * include/sys/uio.h: Change __vector to __iovec to avoid clash
9325         with altivec.
9326
9327 2012-04-16  Marek Polacek  <polacek@redhat.com>
9328
9329         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
9330
9331 2012-04-16  Marek Polacek  <polacek@redhat.com>
9332
9333         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
9334         operands of fdivp instruction.
9335
9336 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
9337
9338         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
9339         * elf/tst-auditmod3b.c: Likewise.
9340         * elf/tst-auditmod4b.c: Likewise.
9341         * elf/tst-auditmod5b.c: Likewise.
9342         * elf/tst-auditmod6b.c: Likewise.
9343         * elf/tst-auditmod6c.c: Likewise.
9344         * elf/tst-auditmod7b.c: Likewise.
9345         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
9346         * sysdeps/x86_64/preconfigure.in: Likewise.
9347         * sysdeps/x86_64/preconfigure: Regenerated.
9348
9349 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
9350
9351         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
9352         __ILP32__.
9353
9354 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
9355
9356         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
9357         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
9358
9359 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
9360
9361         [BZ #13973]
9362         * locale/iso-639.def: Fix gl language name. Spotted by
9363         Yaron Shahrabani.
9364
9365 2012-04-12  Roland McGrath  <roland@hack.frob.com>
9366
9367         [BZ #2074]
9368         * libio/libio.h (__io_write_fn): Update comment.
9369
9370 2012-04-12  Petr Baudis  <pasky@ucw.cz>
9371
9372         [BZ #2074]
9373         * stdio.texi (Hook Functions): The user provided writer function
9374         is not allowed to return -1.
9375
9376 2012-04-11  David S. Miller  <davem@davemloft.net>
9377
9378         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9379
9380 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
9381
9382         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
9383         Add a leading slash to rtkaio.
9384
9385 2012-04-11  Jim Meyering  <meyering@redhat.com>
9386
9387         [BZ #11959]
9388         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
9389         It is not necessarily an error to ignore fwrite's return
9390         value.  One can reliably use ferror to test for errors after
9391         the fact.
9392
9393 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
9394
9395         * bits/types.h (__snseconds_t): New type.
9396         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
9397
9398         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
9399         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
9400         (__SNSECONDS_T_TYPE): Likewise.
9401         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
9402         (__SNSECONDS_T_TYPE): Likewise.
9403         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
9404         (__SNSECONDS_T_TYPE): Likewise.
9405
9406 2012-04-10  Andreas Jaeger  <aj@suse.de>
9407
9408         [BZ #2636]
9409         * manual/time.texi (Processor Time): Return type of times is
9410         elapsed real time since an arbitrary point in the past.
9411         (CPU Time): Move CLK_TCK from here...
9412         (Processor Time): ...to here.  Correct description.
9413         * manual/conf.texi (Constants for Sysconf): Correct description of
9414         _SC_CLK_TCK.
9415
9416 2012-04-10  David S. Miller  <davem@davemloft.net>
9417
9418         [BZ #13967]
9419         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
9420         where the is a gap between DT_REL(A) and DT_JMPREL.
9421
9422 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
9423
9424         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
9425         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
9426         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
9427
9428 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9429
9430         * elf/dl-support.c (_dl_inhibit_cache): New variable.
9431         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
9432         (dl_main): Handle --inhibit-cache.
9433         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
9434         _dl_inhibit_cache.
9435         * elf/dl-load.c (_dl_map_object): Use it.
9436         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
9437
9438 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
9439
9440         [BZ #13872]
9441         * sysdeps/i386/fpu/e_powl.S (p78): New object.
9442         (__ieee754_powl): Saturate large exponents rather than testing for
9443         overflow of y*log2(x).
9444         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
9445         * math/libm-test.inc (pow_test): Do not permit spurious overflow
9446         exceptions.
9447
9448         [BZ #11521]
9449         * math/s_ctan.c: Include <float.h>.
9450         (__ctan): Avoid internal overflow or cancellation in calculating
9451         denominator.
9452         * math/s_ctanf.c: Likewise.
9453         * math/s_ctanl.c: Likewise.
9454         * math/s_ctanh.c: Likewise.
9455         * math/s_ctanhf.c: Likewise.
9456         * math/s_ctanhl.c: Likewise.
9457         * math/libm-test.inc (ctan_test): Add more tests.
9458         (ctanh_test): Likewise.
9459         * sysdeps/i386/fpu/libm-test-ulps: Update.
9460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9461
9462 2012-04-09  Andreas Jaeger  <aj@suse.de>
9463
9464         [BZ #6894]
9465         * manual/filesys.texi (Directory Entries): Mention that d_namlen
9466         is an optional BSD extension.
9467
9468         [BZ #10254]
9469         * manual/stdio.texi (Opening Streams): Document additional fopen
9470         parameters.
9471
9472 2012-04-09  Roland McGrath  <roland@hack.frob.com>
9473
9474         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
9475         %eax without telling the compiler.
9476
9477 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
9478
9479         [BZ # 13963]
9480         * manual/install.texi: Use sourceware.org.
9481
9482 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
9483
9484         [BZ #13873]
9485         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
9486         (__ieee754_pow): Generate overflow and underflow using huge*huge
9487         and tiny*tiny rather than just returning constant infinity or zero
9488         for large exponents.
9489         * math/libm-test.inc (pow_test): Require overflow exceptions for
9490         applicable cases of large exponents.
9491
9492         [BZ #706]
9493         * sysdeps/i386/fpu/e_pow.S (p10): New object.
9494         (__ieee754_pow): Use iterative multiplication algorithm only for
9495         integer exponents with absolute value below 1024.  Check for odd
9496         integer exponents when using algorithm for real exponents.
9497         * math/libm-test.inc (pow_test): Add more tests.
9498         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9499
9500 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
9501
9502         [BZ #13705]
9503         * math/libm-test.inc (exp_test): Do not allow overflow exception
9504         on underflow test.
9505
9506 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
9507
9508         [BZ #13705]
9509         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
9510         instead of __kernel_standard_f.
9511
9512 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
9513
9514         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
9515         * sysdeps/x86_64/memset_chk.S: Likewise.
9516
9517 2012-04-08  Andreas Jaeger  <aj@suse.de>
9518
9519         [BZ #10153]
9520         * manual/startup.texi (Environment Access): Describe return value
9521         for putenv and setenv.
9522
9523         [BZ #6895]
9524         * manual/filesys.texi (Directory Entries): Add description for
9525         DT_LNK.
9526
9527         [BZ #6890]
9528         * manual/filesys.texi (Directory Entries): Clarify that it's file
9529         system not operating system in the description of DT_UNKNOWN.
9530
9531         [BZ #6578]
9532         * manual/syslog.texi (closelog): Fix reference, it's openlog.
9533
9534 2012-04-08  Stephen Compall  <s11@member.fsf.org>
9535
9536         [BZ #6649]
9537         * manual/llio.texi (Opening and Closing Files): Add cross
9538         reference to explain mode argument.
9539
9540 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
9541
9542         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
9543         * sysdeps/x86_64/memset_chk.S: Likewise.
9544
9545 2012-04-07  David S. Miller  <davem@davemloft.net>
9546
9547         * elf/elf.h (R_SPARC_WDISP10): Define.
9548         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
9549         R_SPARC_SIZE32.
9550         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
9551         R_SPARC_SIZE64 and R_SPARC_H34.
9552
9553 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
9554
9555         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
9556         conditions and remove no longer applicable assertion.
9557
9558 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
9559
9560         * bits/byteswap.h: Include <features.h>.
9561         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
9562         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
9563
9564 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
9565
9566         * bits/byteswap.h (__bswap_16): Removed.
9567         Include <bits/byteswap-16.h> to get __bswap_16.
9568         * sysdeps/i386/bits/byteswap.h: Likewise.
9569         * sysdeps/s390/bits/byteswap.h: Likewise.
9570         * sysdeps/x86_64/bits/byteswap.h: Likewise.
9571         * bits/byteswap-16.h: New file.
9572         * sysdeps/i386/bits/byteswap-16.h: Likewise.
9573         * sysdeps/s390/bits/byteswap-16.h: Likewise.
9574         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
9575         * string/Makefile (headers): Add bits/byteswap-16.h.
9576
9577 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9578
9579         [BZ #13895]
9580         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
9581         extra indirection.
9582         * nss/Makefile (tests-static, tests): Add tst-nss-static.
9583         * nss/tst-nss-static.c: New.
9584
9585 2012-04-06  Robert Millan  <rmh@gnu.org>
9586
9587         [BZ #6486]
9588         * manual/llio.texi (File Position Primitive): lseek
9589         refers to WHENCE when it really means OFFSET.
9590
9591 2012-04-06  Andreas Jaeger  <aj@suse.de>
9592
9593         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
9594         strncmp declarations.
9595
9596         * abilist/libc.abilist: Add __poll and __ppoll.
9597
9598 2012-04-05  David S. Miller  <davem@davemloft.net>
9599
9600         * scripts/check-local-headers.sh: Accept a host triplet in the
9601         path matched by the exclude regexp.
9602
9603         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
9604         definition.
9605         * sysdeps/powerpc/powerpc32/dl-machine.h
9606         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
9607         * sysdeps/s390/s390-32/dl-machine.h
9608         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
9609         * sysdeps/sparc/sparc32/dl-machine.h
9610         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
9611         * sysdeps/sparc/sparc64/dl-machine.h
9612         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
9613
9614         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
9615         lazy binding.
9616         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
9617         undefined symbol errors.
9618
9619         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
9620         DT_NEEDED entries.
9621
9622 2012-04-05  Michael Matz  <matz@suse.de>
9623
9624         [BZ #13592]
9625         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
9626
9627 2012-04-05  Andreas Jaeger  <aj@suse.de>
9628
9629         [BZ #13908]
9630         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
9631         comment.
9632
9633 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
9634
9635         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
9636         which ROUND is no valid rounding mode.
9637
9638 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
9639
9640         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
9641         read again.
9642         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
9643
9644 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
9645
9646         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
9647         an exception using FPU order intentionally.
9648
9649 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
9650
9651         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
9652         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
9653         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
9654         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
9655
9656 2012-04-05  Simon Josefsson  <simon@josefsson.org>
9657
9658         [BZ #12340]
9659         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
9660         EINVAL when BUFLEN is too smal.
9661
9662 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
9663
9664         [BZ #13553]
9665         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
9666         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
9667
9668 2012-04-03  Andreas Jaeger  <aj@suse.de>
9669
9670         [BZ #13938]
9671         * manual/setjmp.texi (System V contexts): Fix sentence.
9672
9673         [BZ #13926]
9674         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
9675         New macro for this case.
9676         [!__GNUC__] (__bswap_64): New inline function for this case.
9677         * sysdeps/x86_64/bits/byteswap.h: Likewise.
9678         * bits/byteswap.h: Likewise.
9679         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
9680         ull, guard with __GLIBC_HAVE_LONG_LONG.
9681
9682         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
9683         __GLIBC_HAVE_LONG_LONG.
9684
9685         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
9686         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
9687
9688 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
9689
9690         [BZ #13691]
9691         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
9692         inptr and inend, rather than using last_ch.
9693
9694 2012-04-02  David S. Miller  <davem@davemloft.net>
9695
9696         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
9697         * stdio-common/printf-parse.h (read_int): Change return type to
9698         'int', return -1 on INT_MAX overflow.
9699         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
9700         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
9701         overflows INT_MAX.  Check for overflow of in-format-string precision
9702         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
9703         SIZE_MAX not INT_MAX for integer overflow test.
9704         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
9705         skip the construct in the format string but do not record anything.
9706         * stdio-common/bug22.c: Adjust to test both width/prevision
9707         INT_MAX overflow as well as total length INT_MAX overflow.  Check
9708         explicitly for proper errno values.
9709
9710 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
9711
9712         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
9713         CHAR_MAX.
9714         * string/test-strcmp.c [! WIDE]: Likewise.
9715         * time/tst-mktime2.c: Likewise for INT_MAX.
9716         * string/test-string.h: #include <sys/param.h> for MIN.
9717
9718         * csu/init-first.c (__libc_init_first): Call __ctype_init.
9719         * sysdeps/i386/init-first.c (init): Likewise.
9720         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
9721         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
9722         * sysdeps/sh/init-first.c (init): Likewise.
9723
9724 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
9725
9726         * po/ru.po: Update from translation team.
9727         * po/vi.po: Likewise.
9728
9729 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
9730
9731         * resolv/nss_dns/dns-host.c: Merge copyright years.
9732
9733 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9734
9735         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
9736         Optimize memcpy with prefetch if
9737         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
9738         src, dst pointers have unequal 16 byte alignments.
9739
9740 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9741
9742         [BZ #13928]
9743         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
9744         from a CNAME entry and return the minimum ttl for the query.
9745         (gaih_getanswer_slice): Likewise.
9746
9747 2012-03-30  Jeff Law  <law@redhat.com>
9748
9749         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
9750         due to long keys.
9751         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
9752         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
9753
9754         * resolv/nss_dns/dns-host.c: Update copyright year.
9755
9756 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
9757
9758         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
9759         requests to save a system call.  Fix check that all bytes are sent.
9760
9761         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
9762         comments for sendmmsg.
9763
9764 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
9765
9766         [BZ #13691]
9767         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
9768         with only 1 character between 0x0041 and 0x01b0.
9769         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
9770         * wcsmbs/tst-mbsnrtowcs.c: New file.
9771
9772 2012-03-29  David S. Miller  <davem@davemloft.net>
9773
9774         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
9775         small copies by hand.
9776
9777 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9778
9779         [BZ #13761]
9780         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
9781         _nss_compat_initgroups_dyn): Fall back to malloc/free
9782         for large group memberships.
9783
9784 2012-03-28  David S. Miller  <davem@davemloft.net>
9785
9786         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
9787         that branches into memcpy.
9788         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
9789         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
9790         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
9791         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
9792         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
9793         bits.
9794         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
9795         implementation too.
9796         * sysdeps/sparc/mempcpy.S: New file.
9797
9798         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
9799         the IFUNC routine in the libc case.
9800         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
9801
9802         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
9803         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
9804         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
9805         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
9806         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
9807         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
9808         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
9809         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
9810
9811         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
9812         loop to 256 bytes instead of 64 bytes and fix test signedness.
9813
9814         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
9815         * sysdeps/sparc/sparc32/Makefile: rather than here...
9816         * sysdeps/sparc/sparc64/Makefile: and here.
9817
9818 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
9819
9820         * malloc/mallocbug.c: Avoid warnings about unused variables.
9821
9822 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9823
9824         [BZ #13760]
9825         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
9826         in the right place. Discard and retry query if response is
9827         larger than input buffer size.
9828
9829 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
9830
9831         [BZ #369]
9832         [BZ #2678]
9833         [BZ #3866]
9834         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
9835         x for large integer exponent.
9836         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9837         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
9838         sign of result as needed afterwards.
9839         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
9840         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
9841         result for underflowing pow the same as for overflow.
9842         (__kernel_standard_l): Handle powl overflow and underflow here
9843         rather than calling __kernel_standard.
9844         * math/libm-test.inc (pow_test): Add more tests.
9845
9846         [BZ #3868]
9847         [BZ #13879]
9848         [BZ #13910]
9849         [BZ #13911]
9850         [BZ #13912]
9851         [BZ #13913]
9852         [BZ #13915]
9853         [BZ #13916]
9854         [BZ #13917]
9855         [BZ #13918]
9856         [BZ #13919]
9857         [BZ #13920]
9858         [BZ #13921]
9859         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
9860         * sysdeps/ieee754/k_standard.c: Include <float.h>.
9861         (__kernel_standard_l): New function.
9862         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
9863         __kernel_standard.
9864         * math/w_acosl.c (__acosl): Likewise.
9865         * math/w_asinl.c (__asinl): Likewise.
9866         * math/w_atan2l.c (__atan2l): Likewise.
9867         * math/w_atanhl.c (__atanhl): Likewise.
9868         * math/w_coshl.c (__coshl): Likewise.
9869         * math/w_exp10l.c (__exp10l): Likewise.
9870         * math/w_exp2l.c (__exp2l): Likewise.
9871         * math/w_fmodl.c (__fmodl): Likewise.
9872         * math/w_hypotl.c (__hypotl): Likewise.
9873         * math/w_j0l.c (__j0l, __y0l): Likewise.
9874         * math/w_j1l.c (__j1l, __y1l): Likewise.
9875         * math/w_jnl.c (__jnl, __ynl): Likewise.
9876         * math/w_lgammal.c (__lgammal): Likewise.
9877         * math/w_log10l.c (__log10l): Likewise.
9878         * math/w_log2l.c (__log2l): Likewise.
9879         * math/w_logl.c (__logl): Likewise.
9880         * math/w_powl.c (__powl): Likewise.
9881         * math/w_remainderl.c (__remainderl): Likewise.
9882         * math/w_scalbl.c (sysv_scalbl): Likewise.
9883         * math/w_sinhl.c (__sinhl): Likewise.
9884         * math/w_sqrtl.c (__sqrtl): Likewise.
9885         * math/w_tgammal.c (__tgammal): Likewise.
9886         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
9887         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
9888         * math/libm-test.inc (acos_test): Add more tests.
9889         (acosh_test): Likewise.
9890         (asin_test): Likewise.
9891         (atanh_test): Likewise.
9892         (exp_test): Likewise.
9893         (exp10_test): Likewise.
9894         (exp2_test): Likewise.
9895         (expm1_test): Likewise.
9896         (lgamma_test): Likewise.
9897         (log_test): Likewise.
9898         (log10_test): Likewise.
9899         (log1p_test): Likewise.
9900         (log2_test): Likewise.
9901         (pow_test): Do not allow some spurious overflow exceptions.
9902         (sqrt_test): Add more tests.
9903         (tgamma_test): Likewise.
9904         (y0_test): Likewise.
9905         (y1_test): Likewise.
9906         (yn_test): Likewise.
9907
9908 2012-03-27  Anton Blanchard  <anton@samba.org>
9909
9910         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
9911         MAP_HUGETLB.
9912         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
9913         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
9914         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
9915
9916 2012-03-27  David S. Miller  <davem@davemloft.net>
9917
9918         * conform/Makefile: Run run-conformtest.sh using $(BASH).
9919
9920         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
9921         have-as-vis3 check.
9922
9923 2012-03-27  Andreas Jaeger  <aj@suse.de>
9924
9925         * sysdeps/x86_64/elf/configure.in: Moved to ...
9926         * sysdeps/x86_64/configure.in: ... here.
9927         * sysdeps/x86_64/elf/start.S: Moved to ...
9928         * sysdeps/x86_64/start.S: ... here.
9929         * sysdeps/x86_64/elf/configure: Delete.
9930
9931         * sysdeps/x86_64/configure.in: Merge contents from
9932         sysdeps/i386/configure.in (without i686 check).
9933
9934         * sysdeps/i386/elf/Versions: Merge into ...
9935         * sysdeps/i386/Versions: ... this.
9936         * sysdeps/i386/elf/Versions: Delete file.
9937         * sysdeps/i386/elf/start.S: Moved to ...
9938         * sysdeps/i386/start.S: ...here.
9939         * sysdeps/i386/elf/configure.in: Merge into...
9940         * sysdeps/i386/configure.in: ...here.
9941         * sysdeps/i386/elf/configure.in: Delete file.
9942         * sysdeps/i386/elf/configure: Delete file.
9943
9944         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
9945         * debug/backtracesyms.c: ... here.
9946         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
9947         * debug/backtracesymsfd.c: ... here.
9948         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
9949         * sysdeps/generic/ifunc-sel.h: ... here.
9950
9951         * sysdeps/unix/i386/start.c: Delete file.
9952         * sysdeps/unix/sparc/start.c: Delete file.
9953         * sysdeps/unix/start.c: Delete file.
9954
9955         * sysdeps/sh/elf/configure.in: Moved to ...
9956         * sysdeps/sh/configure.in: ... here.
9957         * sysdeps/sh/elf/start.S: Moved to ...
9958         * sysdeps/sh/start.S: ... here.
9959         * sysdeps/sh/elf/configure: Delete file.
9960
9961         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
9962         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
9963         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
9964         * sysdeps/powerpc/powerpc64/entry.h: ... here.
9965         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
9966         * sysdeps/powerpc/powerpc64/start.S: here.
9967         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
9968         * sysdeps/powerpc/powerpc64/Makefile: ... this.
9969         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
9970         * sysdeps/powerpc/powerpc64/configure.in: ... this.
9971         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
9972
9973         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
9974         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
9975         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
9976         * sysdeps/powerpc/powerpc32/start.S: ... here.
9977         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
9978         * sysdeps/powerpc/powerpc32/configure.in: ... this.
9979         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
9980
9981         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
9982         * sysdeps/powerpc/ifunc-sel.h: ... here.
9983         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
9984         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
9985
9986         * sysdeps/sparc/elf/configure.in: Moved to ...
9987         * sysdeps/sparc/configure.in: ... here.
9988         * sysdeps/sparc/elf/configure: Delete file.
9989         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
9990         * sysdeps/sparc/sparc32/start.S: ... here.
9991         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
9992         * sysdeps/sparc/sparc64/start.S: ... here.
9993         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
9994         * sysdeps/sparc/sparc32/Makefile: ... this.
9995         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
9996         * sysdeps/sparc/sparc64/Makefile: ... this.
9997
9998         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
9999         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
10000         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
10001         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
10002         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
10003         * sysdeps/s390/s390-32/setjmp.S: ... here.
10004         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
10005         * sysdeps/s390/s390-32/configure.in: ... here.
10006         * sysdeps/s390/s390-32/elf/configure: Delete file.
10007         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
10008         * sysdeps/s390/s390-32/start.S: ... here.
10009
10010         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
10011         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
10012         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
10013         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
10014         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
10015         * sysdeps/s390/s390-64/setjmp.S: ... here.
10016         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
10017         * sysdeps/s390/s390-64/configure.in: ... here
10018         * sysdeps/s390/s390-64/elf/configure: Delete file.
10019         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
10020         * sysdeps/s390/s390-64/start.S: ... here.
10021         * sysdeps/s390/s390-64/elf/configure: Delete.
10022
10023         * configure.in: Remove support for elf directories in sysdeps.
10024
10025         * configure: Regenerated.
10026         * sysdeps/i386/configure: Regenerated.
10027         * sysdeps/powerpc/powerpc32/configure: Regenerated.
10028         * sysdeps/powerpc/powerpc64/configure: Regenerated.
10029         * sysdeps/s390/s390-32/configure: Regenerated.
10030         * sysdeps/s390/s390-64/configure: Regenerated.
10031         * sysdeps/sh/configure: Regenerated.
10032         * sysdeps/sparc/configure: Regenerated.
10033         * sysdeps/x86_64/configure: Regenerated.
10034
10035 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
10036
10037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10038
10039         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
10040         denormal result into account.
10041
10042 2012-03-25  Roland McGrath  <roland@hack.frob.com>
10043
10044         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
10045         Reported by Allan McRae <allan@archlinux.org>.
10046
10047 2012-03-23  Jeff Law  <law@redhat.com>
10048
10049         * nss/getnssent.c (__nss_getent): Fix typo.
10050
10051 2012-03-23  David S. Miller  <davem@davemloft.net>
10052
10053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10054
10055 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
10056
10057         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
10058         to pad to uint64_t for each field.
10059         (dl_tls_index): Replace unsigned long with uint64_t.
10060
10061 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
10062         Paul Pluzhnikov  <ppluzhnikov@google.com>
10063
10064         [BZ #6528]
10065         * grp/Makefile (otherlibs): Don't set it.
10066         * inet/Makefile (otherlibs): Likewise.
10067         * login/Makefile (otherlibs): Likewise.
10068         * nscd/Makefile (otherlibs): Likewise.
10069         * posix/Makefile (otherlibs): Likewise.
10070         * pwd/Makefile (otherlibs): Likewise.
10071         * rt/Makefile (otherlibs): Likewise.
10072         * sunrpc/Makefile (otherlibs): Likewise.
10073         * nss/Makefile (otherlibs): Likewise.
10074         Add libnss_files to routines and static-only-routines.
10075         ($(objpfx)getent): Remove rule.
10076         * resolv/Makefile: Add libnss_dns and libresolv to routines and
10077         static-only-routines.
10078
10079 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
10080
10081         [BZ #13892]
10082         * math/s_cexp.c: Include <float.h>.
10083         (__cexp): Handle exp result overflowing not necessarily
10084         overflowing both real and imaginary parts of result.
10085         * math/s_cexpf.c: Likewise.
10086         * math/s_cexpl.c: Likewise.
10087         * math/libm-test.inc (cexp_test): Add more tests.
10088         * sysdeps/i386/fpu/libm-test-ulps: Update.
10089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10090
10091 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
10092
10093         * include/link.h (ELFW): New macro.
10094         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
10095         Replace ELF64_R_TYPE with ELFW(R_TYPE).
10096
10097 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
10098
10099         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
10100         with uint64_t.
10101
10102 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
10103
10104         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
10105         declaration.
10106         (struct La_x32_retval): Likewise.
10107
10108 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
10109
10110         * sysdeps/x86_64/preconfigure.in: New file.
10111         * sysdeps/x86_64/preconfigure: New generated file.
10112
10113 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
10114
10115         [BZ #13824]
10116         * math/e_exp2l.c: Include <float.h>.
10117         (__ieee754_exp2l): Handle overflow and underflow cases
10118         separately.  Only pass fractional part of argument to
10119         __ieee754_expl.
10120         * math/libm-test.inc (exp2_test): Add more tests.
10121
10122         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
10123         negating x to take absolute value.
10124         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
10125         Likewise.
10126         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
10127         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
10128         Likewise.
10129         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
10130         computing low part if x was negated.
10131         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
10132
10133 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
10134
10135         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
10136         la_x32_gnu_pltexit.
10137         (pltexit): Cast int_retval to ptrdiff_t.
10138         * elf/tst-auditmod3b.c: Likewise.
10139         * elf/tst-auditmod4b.c: Likewise.
10140         * elf/tst-auditmod5b.c: Likewise.
10141         * elf/tst-auditmod6b.c: Likewise.
10142         * elf/tst-auditmod6c.c: Likewise.
10143         * elf/tst-auditmod7b.c: Likewise.
10144
10145         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
10146         and x32_gnu_pltexit.
10147
10148         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
10149         __ELF_NATIVE_CLASS.
10150         (La_x32_regs): New macro.
10151         (La_x32_retval): Likewise.
10152         (la_x32_gnu_pltenter): New function prototype.
10153         (la_x32_gnu_pltexit): Likewise.
10154
10155 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
10156
10157         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
10158         exponent.
10159
10160         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10161
10162         * configure.in (libc_cv_cc_nofma): Check for option to disable
10163         generation of FMA instructions.
10164         * configure: Regenerate.
10165         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
10166         * sysdeps/ieee754/dbl-64/Makefile: New file.
10167         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
10168         Remove brandred-fma4.
10169         (CFLAGS-brandred-fma4.c): Remove.
10170         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
10171         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
10172         define.
10173         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
10174         define.
10175
10176 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
10177
10178         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
10179         LLONG_MAX != LONG_MAX.
10180         (_itoa_word): Use _ITOA_WORD_TYPE on value.
10181         (_fitoa_word): Likewise.
10182         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
10183         LLONG_MAX != LONG_MAX.
10184         * stdio-common/_itowa.h: Include <_itoa.h>.
10185         (_itowa_word): Use _ITOA_WORD_TYPE on value.
10186         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
10187         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
10188         only if not defined.
10189         (_ITOA_WORD_TYPE): Likewise.
10190         (_itoa_word): Use _ITOA_WORD_TYPE on value.
10191         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
10192
10193 2012-03-21  David S. Miller  <davem@davemloft.net>
10194
10195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10196
10197 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
10198
10199         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
10200         of x86_64 when setting libc_cv_slibdir, libdir and
10201         libc_cv_localedir.
10202         * sysdeps/unix/sysv/linux/configure: Regenerated.
10203
10204 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
10205
10206         * manual/lang.texi (Old Varargs): Remove section.
10207         (How Variadic): Update menu.
10208         (va_start): Do not mention varargs.h.
10209
10210 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
10211             Joseph Myers  <joseph@codesourcery.com>
10212
10213         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
10214         link test.
10215         * configure: Regenerated.
10216
10217 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
10218
10219         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
10220         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
10221         conformtest.pl
10222
10223 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
10224
10225         * NOTES: Remove.
10226         * Makefile (files-for-dist): Remove NOTES.
10227         (NOTES): Remove rule.
10228         * README: Don't refer to NOTES.
10229         * manual/creature.texi: Don't include macros.texi.
10230         * manual/intro.texi (creature.texi): Remove comment referring to
10231         NOTES.
10232
10233         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
10234         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
10235         * configure: Regenerated.
10236         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
10237         LIBC_TRY_CC_OPTION.
10238         (libc_cv_as_i686): Likewise.
10239         (libc_cv_cc_avx): Likewise.
10240         (libc_cv_cc_sse2avx): Likewise.
10241         (libc_cv_cc_fma4): Likewise.
10242         (libc_cv_cc_novzeroupper): Likewise.
10243         * sysdeps/i386/configure: Regenerated.
10244
10245         [BZ #13883]
10246         * sysdeps/i386/fpu/s_cexp.S: Remove.
10247         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
10248         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
10249         * math/libm-test.inc (cexp_test): Add more tests.
10250         * sysdeps/i386/fpu/libm-test-ulps: Update.
10251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10252
10253 2012-03-21  Allan McRae  <allan@archlinux.org>
10254
10255         * timezone/Makefile: Do not install iso3166.tab and zone.tab
10256
10257 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
10258
10259         [BZ #13871]
10260         * math/w_exp2.c: Do not include <float.h>.
10261         (o_threshold, u_threshold): Remove.
10262         (__exp2): Calculate result before checking finiteness and calling
10263         __kernel_standard.
10264         * math/w_exp2f.c: Likewise.
10265         * math/w_exp2l.c: Likewise.
10266         * math/libm-test.inc (exp2_test): Require overflow exception for
10267         1e6 input.
10268
10269         [BZ #3866]
10270         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
10271         range of signed 64-bit integers before using fistpll.  Remove
10272         checks for whether integers fit in mantissa bits.
10273         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
10274         the range of signed 32-bit integers before using fistpl.  Remove
10275         checks for whether integers fit in mantissa bits.
10276         * sysdeps/i386/fpu/e_powl.S (p64): New object.
10277         (__ieee754_powl): Test for y outside the range of signed 64-bit
10278         integers before using fistpll.  Reduce 64-bit values to 63-bit
10279         ones as needed.
10280         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
10281         divide-by-zero is raised for zero to large negative powers.
10282         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
10283         (__ieee754_powl): Test for y outside the range of signed 64-bit
10284         integers before using fistpll.  Reduce 64-bit values to 63-bit
10285         ones as needed.
10286         * math/libm-test.inc (pow_test): Add more tests.
10287
10288 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
10289
10290         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
10291         <stdio-common/_itoa.h>.
10292         * debug/segfault.c: Likewise.
10293         * elf/dl-cache.c: Likewise.
10294         * elf/dl-minimal.c: Likewise.
10295         * elf/dl-misc.c: Likewise.
10296         * elf/dl-sysdep.c: Likewise.
10297         * elf/dl-version.c: Likewise.
10298         * elf/rtld.c: Likewise.
10299         * hurd/hurdsock.c: Likewise.
10300         * hurd/lookup-retry.c: Likewise.
10301         * malloc/malloc.c: Likewise.
10302         * malloc/mtrace.c: Likewise.
10303         * nscd/nscd_getgr_r.c: Likewise.
10304         * nscd/nscd_getpw_r.c: Likewise.
10305         * nscd/nscd_getserv_r.c: Likewise.
10306         * posix/getopt_init.c: Likewise.
10307         * posix/wordexp.c: Likewise.
10308         * stdio-common/_itoa.c: Likewise.
10309         * stdio-common/printf_fphex.c: Likewise.
10310         * stdio-common/vfprintf.c: Likewise.
10311         * string/_strerror.c: Likewise.
10312         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
10313         * sysdeps/i386/i686/hp-timing.h: Likewise.
10314         * sysdeps/mach/_strerror.c: Likewise.
10315         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
10316         * sysdeps/mach/hurd/sethostid.c: Likewise.
10317         * sysdeps/mach/hurd/xmknodat.c: Likewise.
10318         * sysdeps/mach/xpg-strerror.c: Likewise.
10319         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
10320         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10321         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
10322         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
10323         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10324         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
10325         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10326         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10327         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
10328         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
10329         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
10330         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
10331         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
10332         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
10333         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
10334         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
10335         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
10336         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
10337         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10338         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10339         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
10340
10341         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
10342
10343         * stdio-common/_itoa.h: Moved to ...
10344         * sysdeps/generic/_itoa.h: Here.
10345
10346         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
10347
10348         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
10349         instead of "_itoa.h" and "_itowa.h".
10350         * stdio-common/vfprintf.: Likewise.
10351
10352 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
10353
10354         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
10355         <bits/wordsize.h>.
10356         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
10357         (__signbit): Likwise.
10358         (llrintf): Likwise.
10359         (llrint): Likwise.
10360
10361 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
10362
10363         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
10364         __WORDSIZE != 64.
10365
10366 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
10367
10368         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
10369         OVERFLOW_EXCEPTION_OK.
10370         * math/libm-test.inc ("Philosophy"): Update comment about
10371         exception testing.
10372         (OVERFLOW_EXCEPTION): Define.
10373         (OVERFLOW_EXCEPTION_OK): Likewise.
10374         (INVALID_EXCEPTION_OK): Renumber.
10375         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
10376         (IGNORE_ZERO_INF_SIGN): Likewise.
10377         (test_exceptions): Handle FE_OVERFLOW.
10378         (exp10_test): Expect overflow exceptions.
10379         (exp2_test): Likewise.
10380         (expm1_test): Likewise.
10381         (nextafter_test): Likewise.
10382         (pow_test): Likewise.
10383         (scalbn_test): Likewise.
10384         (scalbln_test): Likewise.
10385
10386 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
10387
10388         * sysdeps/x86_64/bits/atomic.h
10389         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
10390         64bit integer.
10391         (atomic_exchange_acq): Likewise.
10392         (__arch_exchange_and_add_body): Likewise.
10393         (__arch_add_body): Likewise.
10394         (atomic_add_negative): Likewise.
10395         (atomic_add_zero): Likewise.
10396
10397 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
10398
10399         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
10400         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
10401
10402 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
10403
10404         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
10405         Check __x86_64__ instead of __WORDSIZE.
10406
10407 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
10408
10409         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
10410
10411 2012-03-19  David S. Miller  <davem@davemloft.net>
10412
10413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10414
10415         * sysdeps/sparc/fpu/fenv_private.h: New file.
10416         * sysdeps/sparc/fpu/math_private.h: Use it.
10417         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
10418         Remove.
10419         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
10420         (libc_feholdexcept_setroundl): Remove.
10421         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
10422         Remove.
10423         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
10424         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
10425
10426 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
10427
10428         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
10429         int64_t instead of long int.
10430         (INSERT_WORDS64): Likwise.
10431
10432 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
10433
10434         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
10435         _Unwind_GetCFA return to _Unwind_Ptr first.
10436
10437 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
10438
10439         [BZ #13629]
10440         * math/s_clog.c: Include <float.h>.
10441         (__clog): Scale large or subnormal inputs.
10442         * math/s_clogf.c: Likewise.
10443         * math/s_clogl.c: Likewise.
10444         * math/s_clog10.c: Include <float.h>.
10445         (M_LOG10_2): Define.
10446         (__clog10): Scale large or subnormal inputs.
10447         * math/s_clog10f.c: Likewise.
10448         * math/s_clog10l.c: Likewise.
10449         * math/libm-test.inc (clog_test): Add more tests.
10450         (clog10_test): Likewise.
10451         * sysdeps/i386/fpu/libm-test-ulps: Update.
10452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10453
10454         [BZ #11451]
10455         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
10456         x and y.
10457         * math/libm-test.inc (atan2_test): Add another test.
10458
10459         * Makerules (common-objdir-compile): Remove.
10460         * sysdeps/unix/Makefile (config-generated): Do not add
10461         $(unix-generated) to variable.
10462         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
10463         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
10464         Remove rule.
10465         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
10466         Likewise.
10467         [generic bits/local_lim.h] (before-compile): Do not append to
10468         variable.
10469         [generic bits/local_lim.h] (common-generated): Likewise.
10470         [generic sys/param.h] (before-compile): Do not append to variable.
10471         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
10472         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
10473         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
10474         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
10475         include.
10476         [generic sys/param.h] (sys/param.h-includes): Remove variable.
10477         [generic sys/param.h] (sys/param.h-includes): Remove rule.
10478         [generic sys/param.h] ($(addprefix
10479         $(common-objpfx),$(sys/param.h-includes))): Likewise.
10480         [generic sys/param.h] (common-generated): Do not append to
10481         variable.
10482         [generic sys/param.h] (sysdep_headers): Likewise.
10483         [generic bits/errno.h] (before-compile): Do not append to
10484         variable.
10485         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
10486         rule.
10487         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
10488         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
10489         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
10490         [generic bits/errno.h] (common-generated): Do not append to
10491         variable.
10492         [generic bits/ioctls.h] (before-compile): Do not append to
10493         variable.
10494         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
10495         rule.
10496         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
10497         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
10498         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
10499         rule.
10500         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
10501         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
10502         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
10503         [generic bits/ioctls.h] (common-generated): Do not append to
10504         variable.
10505         [generic sys/syscall.h] (syscall.h): Remove variable.
10506         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
10507         rule.
10508         [generic sys/syscall.h] (before-compile): Do not append to
10509         variable.
10510         [generic sys/syscall.h] (common-generated): Likewise.
10511         * sysdeps/unix/errnos-tmpl.c: Remove file.
10512         * sysdeps/unix/errnos.awk: Likewise.
10513         * sysdeps/unix/ioctls-tmpl.c: Likewise.
10514         * sysdeps/unix/ioctls.awk: Likewise.
10515         * sysdeps/unix/mk-local_lim.c: Likewise.
10516         * sysdeps/unix/snarf-ioctls: Likewise.
10517
10518 2012-03-19  Richard Henderson  <rth@twiddle.net>
10519
10520         * sysdeps/i386/fpu/fenv_private.h: New file.
10521         * sysdeps/i386/fpu/math_private.h: Use it.
10522         (math_opt_barrier, math_force_eval): Remove.
10523         (libc_feholdexcept_setround_53bit): Remove.
10524         (libc_feupdateenv_53bit): Remove.
10525         * sysdeps/x86_64/fpu/math_private.h: Likewise.
10526         (math_opt_barrier, math_force_eval): Remove.
10527         (libc_feholdexcept): Remove.
10528         (libc_feholdexcept_setround): Remove.
10529         (libc_fetestexcept, libc_fesetenv): Remove.
10530         (libc_feupdateenv_test): Remove.
10531         (libc_feupdateenv, libc_feholdsetround): Remove.
10532         (libc_feresetround): Remove.
10533
10534         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
10535         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
10536
10537         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
10538         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
10539         (libc_feupdateenv_testl): New.
10540         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
10541         (libc_feupdateenv_testf): New.
10542         (libc_feupdateenv): Use libc_feupdateenv_test.
10543         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
10544         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
10545
10546         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
10547         (libc_feholdsetroundf, libc_feholdsetroundl): New.
10548         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
10549         (libc_feresetround_noex): New.
10550         (libc_feresetround_noexf): New.
10551         (libc_feresetround_noexl): New.
10552         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
10553         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
10554         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
10555         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
10556         SET_RESTORE_ROUND.
10557         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
10558         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
10559         (__cos): Likewise.
10560         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
10561         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
10562         SET_RESTORE_ROUND_NOEX.
10563         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
10564         SET_RESTORE_ROUND_NOEXF.
10565         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
10566         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
10567         (libc_feholdsetroundf): New.
10568         (libc_feresetround, libc_feresetroundf): New.
10569
10570         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
10571         (libc_feholdexcept_setround_53bit): Convert from macro to function.
10572         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
10573
10574         * sysdeps/generic/math_private.h: Include <fenv.h>.
10575         (default_libc_feholdexcept): New.
10576         (default_libc_feholdexcept_setround): New.
10577         (default_libc_fesetenv, default_libc_feupdateenv): New.
10578         (libc_feholdexcept): Only define if undefined.
10579         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
10580         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
10581         (libc_feholdexcept_setroundl): Likewise.
10582         (libc_feholdexcept_setround_53bit): Likewise.
10583         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
10584         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
10585         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
10586         (libc_feupdateenv_53bit): Likewise.
10587         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
10588         (libc_feholdexcept): Convert from macro to inline function.
10589         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
10590         (libc_fesetenv, libc_feupdateenv): Likewise.
10591
10592         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
10593         not previously defined.
10594         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
10595         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
10596         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
10597         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
10598         * sysdeps/ieee754/flt-32/math_private.h: New file.
10599         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
10600         math_private.h below SET_FLOAT_WORD.
10601         (__isnan, __isinf_ns, __finite): Remove.
10602         (__isnanf, __isinf_nsf, __finitef): Remove.
10603
10604 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
10605
10606         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10607
10608 2012-03-17  David S. Miller  <davem@davemloft.net>
10609
10610         [BZ #6471]
10611         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
10612         for 2.16.
10613
10614 2012-03-16  David S. Miller  <davem@davemloft.net>
10615
10616         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
10617         warnings.
10618
10619         [BZ #6471]
10620         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
10621         properly.
10622         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
10623         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
10624         sysdep_routines when subdir is sysvipc.
10625         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
10626         __getshmlba helper.
10627
10628         * sysdeps/sparc/fpu/libm-test/ulps: Update.
10629
10630 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
10631
10632         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
10633         [__LP64__].
10634
10635 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
10636
10637         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
10638         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
10639         (__lround): Renamed to ...
10640         (__llround): This.  Replace long int with long long int.
10641         Define lround functions as aliases of llround functions.
10642         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
10643
10644 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
10645
10646         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
10647         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
10648         adresses to uintptr_t.  Replace "long int" and "unsigned long
10649         int" with "greg_t" on va_arg.
10650
10651 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
10652
10653         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
10654         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
10655
10656         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
10657         Move e_machine check before EI_CLASS check.  Handle x32
10658         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
10659         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
10660         SKIP_EM_IA_64 and include
10661         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
10662
10663         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
10664         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
10665         (add_system_dir): New macro.
10666
10667         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
10668         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
10669
10670 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
10671
10672         [BZ #2551]
10673         [BZ #2552]
10674         [BZ #2553]
10675         [BZ #2554]
10676         [BZ #2562]
10677         [BZ #2563]
10678         [BZ #2565]
10679         [BZ #2566]
10680         [BZ #2576]
10681         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
10682         (y0): Likewise.
10683         * math/w_j0f.c (j0f): Likewise.
10684         (y0f): Likewise.
10685         * math/w_j0l.c (__j0l): Likewise.
10686         (__y0l): Likewise.
10687         * math/w_j1.c (j1): Likewise.
10688         (y1): Likewise.
10689         * math/w_j1f.c (j1f): Likewise.
10690         (y1f): Likewise.
10691         * math/w_j1l.c (__j1l): Likewise.
10692         (__y1l): Likewise.
10693         * math/w_jn.c (jn): Likewise.
10694         (yn): Likewise.
10695         * math/w_jnf.c (jnf): Likewise.
10696         (ynf): Likewise.
10697         * math/w_jnl.c (__jnl): Likewise.
10698         (__ynl): Likewise.
10699         * math/libm-test.inc (j0_test): Add more tests.
10700         (j1_test): Likewise.
10701         (jn_test): Likewise.  Add trailing semicolon to existing test.
10702         (y0_test): Likewise.
10703         (y1_test): Likewise.
10704         * sysdeps/i386/fpu/libm-test-ulps: Update.
10705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10706
10707         [BZ #13851]
10708         [BZ #13854]
10709         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
10710         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
10711         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
10712         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
10713         (__tanl): Set errno for infinite argument.
10714         * sysdeps/i386/fpu/mptan.c: Remove.
10715         * sysdeps/i386/fpu/s_tan.S: Likewise.
10716         * sysdeps/i386/fpu/s_tanl.S: Likewise.
10717         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
10718         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
10719         * math/libm-test.inc (tan_test): Add more tests and enable more
10720         tests for double and long double.
10721         * sysdeps/i386/fpu/libm-test-ulps: Update.
10722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10723
10724 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10725
10726         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
10727         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
10728
10729 2012-03-16  Roland McGrath  <roland@hack.frob.com>
10730
10731         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
10732         * configure.in: Use it for both main tree and add-ons.
10733         * configure: Regenerated.
10734
10735 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
10736
10737         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
10738
10739 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
10740
10741         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
10742         in comment.
10743
10744         [BZ #13851]
10745         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
10746         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
10747         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
10748         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
10749         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
10750         infinite argument.
10751         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
10752         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
10753         != 0 for prec == 2.
10754         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
10755         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
10756         * sysdeps/i386/fpu/s_cosl.S: Likewise.
10757         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
10758         * sysdeps/i386/fpu/s_sinl.S: Likewise.
10759         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
10760         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
10761         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
10762         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
10763         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
10764         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
10765         * math/libm-test.inc (cos_test): Add more tests and enable more
10766         tests for long double.
10767         (sin_test): Likewise.
10768         (sincos_test): Likewise.
10769         * sysdeps/i386/fpu/libm-test-ulps: Update.
10770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10771
10772 2012-03-16  David S. Miller  <davem@davemloft.net>
10773
10774         * sysdeps/sparc/fpu/math_private.h: New file.
10775
10776 2012-03-15  David S. Miller  <davem@davemloft.net>
10777
10778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
10779         file.
10780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
10781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
10782         file.
10783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
10784         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
10785         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
10786         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
10787         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
10788         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
10789         sysdep routines.
10790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
10791
10792         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
10793         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
10794
10795         * sysdeps/sparc/sparc-ifunc.h: New file.
10796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
10797         sparc-ifunc.h
10798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
10799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
10800         Likewise.
10801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
10802         Likewise.
10803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
10804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
10805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
10806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
10807         Likewise.
10808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
10809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
10810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
10811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
10812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
10813         Likewise.
10814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
10815         Likewise.
10816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
10817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
10818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
10819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
10820         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
10821         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
10822         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
10823         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
10824         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
10825         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
10826         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
10827         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
10828         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
10829         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
10830         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
10831         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
10832         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
10833         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
10834         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
10835         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
10836         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
10837         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
10838         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
10839         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
10840
10841 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
10842
10843         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
10844         scaling.
10845         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10846
10847 2012-03-15  Andreas Jaeger  <aj@suse.de>
10848
10849         [BZ #13852]
10850         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
10851         ieee754/flt-32 implementation for sin, cos and sincos.
10852         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
10853         * sysdeps/i386/fpu/s_cosf.S: Likewise.
10854         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
10855         * sysdeps/i386/fpu/s_sinf.S: Likewise.
10856         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
10857         ieee754/flt-32 implementation for tan.
10858
10859         * math/libm-test.inc (cos_test): Enable some large input tests for
10860         float as well
10861         (sin_test): Likewise.
10862         (sincos_test): Likewise.
10863         (tan_test): Add tests for large input.
10864
10865         * sysdeps/i386/fpu/libm-test-ulps: Update.
10866
10867 2012-03-15  Andreas Jaeger  <aj@suse.de>
10868
10869         [BZ #13658]
10870         * math/libm-test.inc (cos_test): Add more test cases.
10871         (sin_test): Likewise.
10872         (sincos_test): Likewise.
10873
10874 2012-03-15  Andreas Jaeger  <aj@suse.de>
10875
10876         [BZ #13837]
10877         * math/libm-test.inc (cos_test): Add a test case for large input
10878         value.
10879         (sin_test): Likewise.
10880         (sincos_test): Likewise.
10881
10882 2012-03-15  Andreas Jaeger  <aj@suse.de>,
10883         Joseph Myers  <joseph@codesourcery.com>
10884
10885         [BZ #13658]
10886         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
10887         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
10888         * sysdeps/i386/fpu/branred.c: Likewise.
10889         * sysdeps/i386/fpu/dosincos.c: Likewise.
10890         * sysdeps/i386/fpu/mpa.c: Likewise.
10891         * sysdeps/i386/fpu/s_cos.S: Likewise.
10892         * sysdeps/i386/fpu/s_sin.S: Likewise.
10893         * sysdeps/i386/fpu/s_sincos.S: Likewise.
10894         * sysdeps/i386/fpu/sincos32.c: Likewise.
10895
10896         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
10897         Define.
10898         (libc_feupdateenv_53bit): Define.
10899         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
10900         Define.
10901         (libc_feupdateenv_53bit): Define.
10902
10903         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
10904         53 bit (without extend i386 double precision).
10905
10906         * math/libm-test.inc (sincos_test): Add tests for large input.
10907         (sin): Likewise.
10908         (cos): Likewise.
10909
10910         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
10911
10912 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
10913
10914         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10915
10916 2012-03-15  David S. Miller  <davem@davemloft.net>
10917
10918         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
10919         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
10920         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
10921         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
10922         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
10923         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
10924         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
10925         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
10926         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
10927         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
10928         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
10929         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
10930         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
10931         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
10932         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
10933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
10934         file.
10935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
10936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
10937         file.
10938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
10939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
10940         file.
10941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
10942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
10943         file.
10944         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
10945         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
10946         fmin/fmax sysdep routines.
10947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
10948
10949 2012-03-14  David S. Miller  <davem@davemloft.net>
10950
10951         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
10952         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
10953         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
10954         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
10955         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
10956         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
10957         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
10958         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
10959         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
10960         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
10961         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
10962         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
10963         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
10964         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
10965         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
10966         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
10967         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
10968         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
10969         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
10970         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
10971         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
10972         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
10973         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
10974         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
10975         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
10976         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
10977         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
10978         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
10979         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
10980         routines.
10981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
10982         file.
10983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
10984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
10985         file.
10986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
10987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
10988         file.
10989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
10990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
10991         file.
10992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
10993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
10994         file.
10995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
10996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
10997         file.
10998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
10999         file.
11000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
11001         file.
11002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
11003         file.
11004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
11005         New file.
11006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
11007         file.
11008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
11009         file.
11010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
11011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
11012         file.
11013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
11014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
11015         file.
11016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
11017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
11018         file.
11019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
11020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
11021         VIS3 routines.
11022
11023         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
11024         New file.
11025
11026         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11027
11028         * sysdeps/sparc/configure.in: New file.
11029         * sysdeps/sparc/configure: Generate.
11030         * configure.in (libc_cv_sparc_as_vis3): Substitute.
11031         * configure: Regenerate.
11032         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
11033         * config.make.in (have-as-vis3): New.
11034         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
11035         available use -Av9d instead of -Av9a.
11036         * sysdeps/sparc/sparc64/Makefile: Likewise.
11037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
11038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
11039         New file.
11040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
11041         file.
11042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
11043         New file.
11044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
11045         file.
11046         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
11047         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
11048         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
11049         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
11050         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
11051
11052         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
11053         fzeros/fnegs to load 0x80000000 into a float register instead of
11054         using the stack.
11055         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
11056
11057 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
11058
11059         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11060         bits/syscall.h.
11061         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
11062         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
11063         ($(inst_includedir)/bits/syscall.h): Remove rule.
11064         ($(objpfx)bits/syscall.d): Include instead of
11065         $(objpfx)syscall-list.d.
11066         (generated): Change syscall-list.h and syscall-list.d to
11067         bits/syscall.h and bits/syscall.d.
11068
11069 2012-03-14  Roland McGrath  <roland@hack.frob.com>
11070
11071         [BZ #13846]
11072         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
11073
11074 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
11075
11076         [BZ #13841]
11077         * math/s_csqrt.c: Include <float.h>.
11078         (__csqrt): Scale large or subnormal inputs.
11079         * math/s_csqrtf.c: Likewise.
11080         * math/s_csqrtl.c: Likewise.
11081         * math/libm-test.inc (csqrt_test): Add more tests.
11082         * sysdeps/i386/fpu/libm-test-ulps: Update.
11083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11084
11085         [BZ #13840]
11086         * math/libm-test.inc (hypot_test): Add more tests.
11087
11088 2012-03-13  David S. Miller  <davem@davemloft.net>
11089
11090         [BZ #13840]
11091         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
11092         double-precision for the calculation instead of scaling.
11093
11094 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
11095
11096         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
11097         manipulate bits before adding and subtracting TWO52[sx].
11098         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
11099         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
11100         Likewise.
11101         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
11102
11103 2012-03-13  David S. Miller  <davem@davemloft.net>
11104
11105         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
11106         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
11107         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
11108         rtld-global-offsets.h
11109         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
11110
11111         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
11112         large parameters.
11113
11114         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
11115
11116         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
11117         'err' in the ifdef scope in which it is actually used.
11118
11119         * nss/nss_db/db-init.c: Include string.h
11120
11121 2012-03-12  David S. Miller  <davem@davemloft.net>
11122
11123         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
11124         masking out of the most significant byte of random value used.
11125         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11126         Fix coding style in previous change.
11127
11128         * sysdeps/unix/sysv/linux/kernel-features.h
11129         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
11130         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
11131         expression.
11132         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
11133         later.
11134
11135 2012-03-11  David S. Miller  <davem@davemloft.net>
11136
11137         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
11138         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
11139         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
11140         for 'resultvar' otherwise things get truncated on 64-bit.
11141
11142         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11143         Fix masking out of the most significant byte of random value used.
11144
11145         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11146
11147 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
11148
11149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11150
11151 2012-03-09  David S. Miller  <davem@davemloft.net>
11152
11153         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
11154         variables with appropriate CPP guards.
11155         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
11156         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
11157         on resulting framesize and the management of the outregs buffer for pltexit.
11158         Preserve floating point return values across _dl_call_pltexit call.
11159         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
11160         framesize and the management of the outregs buffer for pltexit.
11161         Preserve floating point return values across _dl_call_pltexit
11162         call.
11163         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
11164         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
11165         (print_exit): Fix format string for return register value.
11166
11167 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
11168
11169         * sunrpc/Makefile (others): Add rpcgen.
11170         ($(objpfx)rpcgen): Remove special build rule and dependency on
11171         libc.
11172         * sunrpc/rpcgen.c: New file.
11173
11174 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
11175
11176         [BZ #13673]
11177         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
11178         * stdio-common/bug-vfprintf-nargs.c: Likewise.
11179         * sysdeps/i386/crti.S: Likewise.
11180         * sysdeps/i386/crtn.S: Likewise.
11181         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
11182         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
11183         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
11184         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
11185         * sysdeps/sh/crti.S: Likewise.
11186         * sysdeps/sh/crtn.S: Likewise.
11187         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
11188
11189         [BZ #13673]
11190         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
11191         with URL.
11192         * locale/programs/locfile-kw.gperf: Likewise.
11193         * locale/programs/charmap-kw.h: Regenerated.
11194         * locale/programs/locfile-kw.h: Likewise.
11195
11196         [BZ #13673]
11197         * intl/plural.y: Replace FSF snail mail address with URL.
11198         * intl/plural.c: Regenerated.
11199
11200 2012-03-09  Richard Henderson  <rth@twiddle.net>
11201
11202         * include/math_private.h: Remove file.
11203         * math/math_private.h: Move file ...
11204         * sysdeps/generic/math_private.h: ... here.
11205
11206         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
11207         * sysdeps/powerpc/fpu/math_private.h: Likewise.
11208         * sysdeps/x86_64/fpu/math_private.h: Likewise.
11209
11210         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
11211         and <math_private.h>.
11212         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
11213         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
11214         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
11215         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
11216         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
11217         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
11218         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
11219         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
11220         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
11221         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
11222         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11223         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11224         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
11225         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11226         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
11227         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
11228         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
11229         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11230         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11231         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
11232         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11233         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
11234         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
11235         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11236         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
11237         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
11238         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
11239         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11240         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11241         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
11242         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
11243         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
11244         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
11245         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
11246         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
11247         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
11248         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
11249         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
11250         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
11251         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
11252         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
11253         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
11254         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
11255         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
11256         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
11257         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
11258         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
11259         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
11260         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
11261         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
11262         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
11263         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
11264         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
11265         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
11266         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
11267         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
11268         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
11269         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11270         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
11271         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
11272         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
11273         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
11274         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
11275         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
11276         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
11277         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
11278         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
11279         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
11280         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
11281         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
11282         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
11283         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
11284         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
11285         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
11286         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
11287         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
11288         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
11289         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
11290         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
11291         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
11292         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
11293         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
11294         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
11295         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
11296         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
11297         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11298         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
11299         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
11300         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
11301         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
11302         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11303         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
11304         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11305         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
11306         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
11307         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
11308         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
11309         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11310         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11311         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
11312         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
11313         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
11314         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
11315         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
11316         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
11317         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
11318         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
11319         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
11320         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
11321         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
11322         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
11323         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
11324         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
11325         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
11326         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
11327         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
11328         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
11329         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
11330         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
11331         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
11332         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
11333         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
11334         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
11335         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
11336         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
11337         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
11338         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
11339         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
11340         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
11341         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
11342         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
11343         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
11344         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
11345         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
11346         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
11347         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
11348         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
11349         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
11350         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
11351         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
11352         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
11353         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
11354         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
11355         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
11356         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
11357         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
11358         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
11359         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
11360         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
11361         * sysdeps/ieee754/k_standard.c: Likewise.
11362         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
11363         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
11364         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11365         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
11366         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
11367         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
11368         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
11369         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
11370         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
11371         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11372         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11373         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
11374         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11375         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
11376         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
11377         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11378         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
11379         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
11380         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
11381         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
11382         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
11383         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
11384         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
11385         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
11386         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
11387         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
11388         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
11389         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
11390         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
11391         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
11392         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
11393         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
11394         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
11395         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
11396         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
11397         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
11398         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
11399         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
11400         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
11401         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
11402         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
11403         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
11404         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
11405         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
11406         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
11407         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
11408         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
11409         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
11410         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
11411         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
11412         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
11413         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
11414         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
11415         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
11416         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11417         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
11418         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
11419         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
11420         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
11421         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
11422         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
11423         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
11424         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
11425         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
11426         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11427         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11428         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
11429         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
11430         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
11431         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
11432         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
11433         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
11434         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
11435         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
11436         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
11437         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
11438         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
11439         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
11440         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11441         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
11442         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
11443         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
11444         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
11445         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
11446         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
11447         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
11448         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
11449         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
11450         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
11451         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
11452         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
11453         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
11454         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
11455         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
11456         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
11457         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
11458         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
11459         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
11460         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
11461         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
11462         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
11463         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
11464         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11465         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
11466         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
11467         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
11468         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
11469         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
11470         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
11471         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
11472         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
11473         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
11474         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
11475         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11476         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
11477         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11478         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
11479         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11480         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11481         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11482         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11483         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
11484         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
11485         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
11486         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11487         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
11488         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
11489         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
11490         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
11491         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
11492         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
11493         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
11494         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
11495         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
11496         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
11497         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
11498         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
11499         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
11500         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
11501         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
11502         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
11503         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
11504         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
11505         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
11506         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
11507         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
11508         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
11509         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
11510         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
11511         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
11512         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
11513         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
11514         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11515         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
11516         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
11517         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
11518         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
11519         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
11520         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
11521         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
11522         * sysdeps/ieee754/s_lib_version.c: Likewise.
11523         * sysdeps/ieee754/s_matherr.c: Likewise.
11524         * sysdeps/ieee754/s_signgam.c: Likewise.
11525         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
11526         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
11527         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
11528         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
11529         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
11530         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
11531         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
11532         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
11533         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
11534         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
11535         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
11536         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
11537         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
11538         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11539         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
11540         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
11541         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
11542         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
11543         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
11544         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11545         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11546
11547 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
11548
11549         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
11550         * sunrpc/rpc_main.c: Likewise.
11551         * sunrpc/rpc_svcout.c: Likewise.
11552
11553 2012-03-09  David S. Miller  <davem@davemloft.net>
11554
11555         * include/math_private.h: New file.
11556
11557 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
11558
11559         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
11560         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
11561         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
11562         from <bits/socket_type.h>.
11563         (enum __socket_type): Don't define here.
11564         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
11565         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11566         bits/socket_type.h.
11567
11568         [BZ #13566]
11569         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
11570         checking __USE_GNU.
11571
11572         * Makerules ($(inst_includedir)/%.h): New rule.
11573         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
11574         (install-others): Remove variable setting.
11575         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
11576
11577 2012-03-08  Richard Henderson  <rth@twiddle.net>
11578
11579         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
11580         from macro to inline function; merge with the
11581         !__LIBC_INTERNAL_MATH_INLINES version.
11582         (__ieee754_sqrtf): Likewise.
11583
11584         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
11585         to inline function.
11586         (__rintf, __floor, __floorf): Likewise.
11587
11588         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
11589         macro to inline function.
11590         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
11591
11592         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
11593         not <math/math_private.h>.
11594
11595 2012-03-08  David S. Miller  <davem@davemloft.net>
11596
11597         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
11598         copyright year.
11599         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
11600
11601 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
11602
11603         * resolv/gai_misc.c (handle_requests): Fix struct timespec
11604         normalization.
11605         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
11606         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
11607
11608 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
11609
11610         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
11611         be defined individually, they must be defined as a block.  Define
11612         S for printing a string instead of hidint the different by using a
11613         macro for adding the 'l'.
11614         * stdio-common/tst-fphex-wide.c: Adjust.
11615
11616 2012-03-07  Marek Polacek  <polacek@redhat.com>
11617
11618         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
11619
11620 2012-03-08  Marek Polacek  <polacek@redhat.com>
11621
11622         [BZ #13806]
11623         * stdio-common/Makefile (tests): Add tst-fphex-wide.
11624         * stdio-common/tst-fphex.c: Define a few macros to make the
11625         test reusable.  Use them.
11626         * stdio-common/tst-fphex-wide.c: New file.
11627
11628 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
11629
11630         [BZ #6911]
11631         * manual/macros.texi (gnusystems): New macro.
11632         (nongnusystems): Likewise.
11633         (gnulinuxhurdsystems): Likewise.
11634         (gnuhurdsystems): Likewise..
11635         (gnulinuxsystems): Likewise.
11636         * manual/charset.texi: Use new macros or @theglibc{} to refer to
11637         variants of the GNU system, not "GNU system".
11638         * manual/conf.texi: Likewise.
11639         * manual/errno.texi: Likewise.  Update example of errno macro
11640         expansion.
11641         * manual/filesys.texi: Likewise.
11642         (getumask): Document as specific to GNU/Hurd.
11643         * manual/install.texi: Likewise.  Reword some references to
11644         GNU/Linux.
11645         * manual/intro.texi: Likewise.
11646         * manual/io.texi: Likewise.
11647         (File Name Portability): Detail which constraints are inapplicable
11648         to all GNU systems and which are only inapplicable to GNU/Hurd.
11649         * manual/job.texi: Likewise.
11650         * manual/llio.texi: Likewise.
11651         (O_NOCTTY): Document as present on GNU/Linux.
11652         * manual/maint.texi: Likewise.
11653         * manual/memory.texi: Likewise.
11654         * manual/pattern.texi: Likewise.
11655         * manual/pipe.texi: Likewise.
11656         * manual/process.texi: Likewise.
11657         * manual/resource.texi: Likewise.
11658         (RUSAGE_CHILDREN): Remove statement about specifying a particular
11659         child on GNU/Hurd.
11660         * manual/setjmp.texi: Likewise.
11661         * manual/signal.texi: Likewise.
11662         * manual/startup.texi: Likewise.
11663         * manual/stdio.texi: Likewise.
11664         * manual/terminal.texi: Likewise.
11665         (ONLCR): Document as POSIX.
11666         (OXTABS): Document availability on GNU/Linux as XTABS.
11667         (ONOEOT): Document availability separately from other bits.
11668         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
11669         * manual/time.texi: Likewise.
11670         * manual/users.texi: Likewise.
11671         * INSTALL: Regenerated.
11672         * sysdeps/gnu/errlist.c: Regenerated.
11673
11674         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
11675         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
11676         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
11677         puts.
11678         * configure: Regenerated.
11679
11680 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
11681
11682         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
11683         default includes instead of AC_HEADER_CHECK.
11684         * sysdeps/i386/configure: Regenerated.
11685
11686         [BZ #10716]
11687         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
11688         * math/s_cacoshf.c (__cacoshf): Likewise.
11689         * math/s_cacoshl.c (__cacoshl): Likewise.
11690         * math/s_casinh.c (__casinh): Set signs of result from argument.
11691         * math/s_casinhf.c (__casinhf): Likewise.
11692         * math/s_casinhl.c (__casinhl): Likewise.
11693         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
11694         (casinh_test): Add more tests.
11695         * sysdeps/i386/fpu/libm-test-ulps: Update.
11696         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11697
11698 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
11699
11700         * po/zh_TW.po: Update from translation team.
11701
11702         * login/Makefile (distribute): Remove variable.
11703         * catgets/Makefile: Likewise.
11704         * mach/Makefile: Likewise.
11705         * malloc/Makefile: Likewise.
11706         * misc/Makefile: Likewise.
11707         * iconv/Makefile: Likewise.
11708         * nscd/Makefile: Likewise.
11709         * hurd/Makefile: Likewise.
11710         * manual/Makefile: Likewise.
11711         * locale/Makefile: Likewise.
11712         * intl/Makefile: Likewise.
11713         * conform/Makefile: Likewise.
11714         * nss/Makefile: Likewise.
11715         * time/Makefile: Likewise.
11716         * soft-fp/Makefile: Likewise.
11717         * dirent/Makefile: Likewise.
11718         * gmon/Makefile: Likewise.
11719         * po/Makefile: Likewise.
11720         * rt/Makefile: Likewise.
11721         * socket/Makefile: Likewise.
11722         * math/Makefile: Likewise.
11723         * signal/Makefile: Likewise.
11724         * debug/Makefile: Likewise.
11725         * elf/Makefile: Likewise.
11726         * timezone/Makefile: Likewise.
11727         * stdlib/Makefile: Likewise.
11728         * iconvdata/Makefile: Likewise.
11729         * sunrpc/Makefile: Likewise.
11730         * io/Makefile: Likewise.
11731         * argp/Makefile: Likewise.
11732         * inet/Makefile: Likewise.
11733         * hesiod/Makefile: Likewise.
11734         * grp/Makefile: Likewise.
11735         * csu/Makefile: Likewise.
11736         * wctype/Makefile: Likewise.
11737         * crypt/Makefile: Likewise.
11738         * libio/Makefile: Likewise.
11739         * string/Makefile: Likewise.
11740         * nis/Makefile: Likewise.
11741         * resolv/Makefile: Likewise.
11742         * stdio-common/Makefile: Likewise.
11743         * wcsmbs/Makefile: Likewise.
11744         * dlfcn/Makefile: Likewise.
11745         * posix/Makefile: Likewise.
11746
11747         [BZ #6959]
11748         * timezone/Makefile: Don't install timezone files, just the programs
11749         and scripts.
11750
11751 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
11752
11753         * nss/databases.def: Add missing gshadow entry.
11754
11755         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
11756
11757 2012-03-06  Marek Polacek  <polacek@redhat.com>
11758
11759         [BZ #13726]
11760         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
11761         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
11762         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
11763         * stdio-common/tst-long-dbl-fphex.c: New file.
11764
11765 2012-03-06  David S. Miller  <davem@davemloft.net>
11766
11767         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
11768         (set_obp_int): New function.
11769         (get_obp_int): New function.
11770         (__get_clockfreq_via_dev_openprom): Likewise.
11771         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
11772         Avoid unused variable warnings on 'val' and use builtin_expect.
11773         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
11774         __builtin_expect.
11775         (INLINE_CLONE_SYSCALL): Likewise.
11776
11777 2012-03-05  David S. Miller  <davem@davemloft.net>
11778
11779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11780
11781 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
11782
11783         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11784
11785         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
11786         only for |x| >= 40.
11787         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11788
11789 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
11790
11791         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
11792         Replace gettimeofday with __vdso_gettimeofday.
11793
11794         * sysdeps/unix/sysv/linux/x86_64/init-first.c
11795         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
11796         __vdso_clock_gettime and __vdso_getcpu.
11797
11798         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
11799         time with __vdso_time.
11800
11801 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
11802
11803         * manual/lang.texi (size_t): Note types to which size_t may be
11804         equivalent with the GNU C Library, but do not describe when
11805         differences between them are significant.
11806
11807 2012-03-05  Andreas Jaeger  <aj@suse.de>
11808
11809         * sysdeps/i386/fpu/libm-test-ulps: Update.
11810
11811 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
11812
11813         [BZ #3976]
11814         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
11815         (__ieee754_pow): Save and restore rounding mode and use
11816         round-to-nearest for main computations.
11817         * math/libm-test.inc (pow_test_tonearest): New function.
11818         (pow_test_towardzero): Likewise.
11819         (pow_test_downward): Likewise.
11820         (pow_test_upward): Likewise.
11821         (main): Call the new functions.
11822         * sysdeps/i386/fpu/libm-test-ulps: Update.
11823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11824
11825         [BZ #3976]
11826         * math/libm-test.inc (cosh_test_tonearest): New function.
11827         (cosh_test_towardzero): Likewise.
11828         (cosh_test_downward): Likewise.
11829         (cosh_test_upward): Likewise.
11830         (sinh_test_tonearest): Likewise.
11831         (sinh_test_towardzero): Likewise.
11832         (sinh_test_downward): Likewise.
11833         (sinh_test_upward): Likewise.
11834         (main): Call the new functions.
11835         * sysdeps/i386/fpu/libm-test-ulps: Update.
11836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11837
11838 2012-03-05  Tom de Vries  <tom@codesourcery.com>
11839
11840         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
11841         default stack guard is set in last bytes.
11842         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
11843
11844 2012-03-05  Kees Cook  <keescook@chromium.org>
11845
11846         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
11847
11848         [BZ #13656]
11849         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
11850         possibly allocate from heap instead of stack.
11851         * stdio-common/bug-vfprintf-nargs.c: New file.
11852         * stdio-common/Makefile (tests): Add nargs overflow test.
11853
11854 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
11855
11856         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11857
11858 2012-03-03  Marek Polacek  <polacek@redhat.com>
11859
11860         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
11861         * math/math_private.h: Likewise.
11862         * stdlib/tst-strtod.c: Likewise.
11863         * sysdeps/i386/i486/bits/atomic.h: Likewise.
11864         * sysdeps/x86_64/bits/atomic.h: Likewise.
11865
11866 2012-03-02  David S. Miller  <davem@davemloft.net>
11867
11868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
11869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
11870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
11871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
11872         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
11873         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
11874         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
11875         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
11876
11877 2012-03-02  Roland McGrath  <roland@hack.frob.com>
11878
11879         [BZ #13792]
11880         * manual/examples/README: New file, says the example source files
11881         can be used under GPL>=2.
11882         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
11883         line containing just "*/".
11884         * manual/examples/add.c: Add copyright header (GPL>=2).
11885         * manual/examples/argp-ex1.c: Likewise.
11886         * manual/examples/argp-ex2.c: Likewise.
11887         * manual/examples/argp-ex3.c: Likewise.
11888         * manual/examples/argp-ex4.c: Likewise.
11889         * manual/examples/atexit.c: Likewise.
11890         * manual/examples/db.c: Likewise.
11891         * manual/examples/dir.c: Likewise.
11892         * manual/examples/dir2.c: Likewise.
11893         * manual/examples/execinfo.c: Likewise.
11894         * manual/examples/filecli.c: Likewise.
11895         * manual/examples/filesrv.c: Likewise.
11896         * manual/examples/fmtmsgexpl.c: Likewise.
11897         * manual/examples/genpass.c: Likewise.
11898         * manual/examples/inetcli.c: Likewise.
11899         * manual/examples/inetsrv.c: Likewise.
11900         * manual/examples/isockad.c: Likewise.
11901         * manual/examples/longopt.c: Likewise.
11902         * manual/examples/memopen.c: Likewise.
11903         * manual/examples/memstrm.c: Likewise.
11904         * manual/examples/mkfsock.c: Likewise.
11905         * manual/examples/mkisock.c: Likewise.
11906         * manual/examples/mygetpass.c: Likewise.
11907         * manual/examples/pipe.c: Likewise.
11908         * manual/examples/popen.c: Likewise.
11909         * manual/examples/rprintf.c: Likewise.
11910         * manual/examples/search.c: Likewise.
11911         * manual/examples/select.c: Likewise.
11912         * manual/examples/setjmp.c: Likewise.
11913         * manual/examples/sigh1.c: Likewise.
11914         * manual/examples/sigusr.c: Likewise.
11915         * manual/examples/stpcpy.c: Likewise.
11916         * manual/examples/strdupa.c: Likewise.
11917         * manual/examples/strftim.c: Likewise.
11918         * manual/examples/strncat.c: Likewise.
11919         * manual/examples/subopt.c: Likewise.
11920         * manual/examples/swapcontext.c: Likewise.
11921         * manual/examples/termios.c: Likewise.
11922         * manual/examples/testopt.c: Likewise.
11923         * manual/examples/testpass.c: Likewise.
11924         * manual/examples/timeval_subtract.c: Likewise.
11925
11926         [BZ #13792]
11927         * manual/time.texi (Elapsed Time): Move timeval_subtract example
11928         function to ...
11929         * manual/timeval_subtract.c.texi: ... here, new file.
11930
11931 2012-03-02  David S. Miller  <davem@davemloft.net>
11932
11933         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
11934
11935 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
11936
11937         [BZ #3976]
11938         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
11939         (__sin): Save and restore rounding mode and use round-to-nearest
11940         for all computations.
11941         (__cos): Save and restore rounding mode and use round-to-nearest
11942         for all computations.
11943         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
11944         <fenv.h>.
11945         (tan): Save and restore rounding mode and use round-to-nearest for
11946         all computations.
11947         * math/libm-test.inc (cos_test_tonearest): New function.
11948         (cos_test_towardzero): Likewise.
11949         (cos_test_downward): Likewise.
11950         (cos_test_upward): Likewise.
11951         (sin_test_tonearest): Likewise.
11952         (sin_test_towardzero): Likewise.
11953         (sin_test_downward): Likewise.
11954         (sin_test_upward): Likewise.
11955         (tan_test_tonearest): Likewise.
11956         (tan_test_towardzero): Likewise.
11957         (tan_test_downward): Likewise.
11958         (tan_test_upward): Likewise.
11959         (main): Call the new functions.
11960         * sysdeps/i386/fpu/libm-test-ulps: Update.
11961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11962
11963         [BZ #10135]
11964         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
11965         small n, then large n, before computing and testing k+n.
11966         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11967         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
11968         Likewise.
11969         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
11970         Likewise.
11971         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
11972         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
11973         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
11974         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
11975         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
11976         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
11977         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
11978         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
11979         * math/libm-test.inc (scalbn_test): Add more tests.
11980         (scalbln_test): Likewise.
11981
11982         * manual/filesys.texi (mode_t): Describe constraints on size and
11983         signedness, not exact equivalence to a particular type.
11984         (ino_t): Likewise.
11985         (ino64_t): Likewise.
11986         (dev_t): Likewise.
11987         (nlink_t): Likewise.
11988         (blkcnt_t): Likewise.
11989         (blkcnt64_t): Likewise.
11990         * manual/llio.texi (off_t): Likewise.
11991
11992         [BZ #3976]
11993         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
11994         (__ieee754_exp): Save and restore rounding mode and use
11995         round-to-nearest for all computations.
11996         * math/libm-test.inc (exp_test_tonearest): New function.
11997         (exp_test_towardzero): Likewise.
11998         (exp_test_downward): Likewise.
11999         (exp_test_upward): Likewise.
12000         (main): Call the new functions.
12001         * sysdeps/i386/fpu/libm-test-ulps: Update.
12002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12003
12004 2012-03-01  Chris Demetriou  <cgd@google.com>
12005
12006         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
12007         have predictable order.
12008
12009 2012-03-01  David S. Miller  <davem@davemloft.net>
12010
12011         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
12012
12013         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
12014         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
12015         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
12016         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
12017
12018         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
12019         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
12020         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
12021         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
12022         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
12023         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
12024         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
12025         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
12026         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
12027
12028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12029
12030         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
12031         * sysdeps/sparc/fpu/libm-test-ulps: to here.
12032         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
12033
12034         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
12035         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12036         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
12037         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
12038         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
12039         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
12040         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
12041         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12042         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
12043         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
12044         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
12045         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
12046         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
12047         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
12048         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
12049         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
12050         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
12051         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
12052         * sysdeps/sparc/elf/configure: Regenerated.
12053
12054 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
12055
12056         * configure.in (AS, LD): Require binutils 2.20 or later.
12057         * configure: Regenerated.
12058         * manual/install.texi (Tools for Compilation): Give binutils 2.20
12059         as required minimum version.
12060         * INSTALL: Regenerated.
12061
12062         [BZ #2541]
12063         [BZ #4108]
12064         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
12065         before squaring exponent.
12066         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
12067         bottom long double and 27 bits of top long double before squaring
12068         exponent.
12069         * math/libm-test.inc (erfc_test): Add more tests.
12070         * sysdeps/i386/fpu/libm-test-ulps: Update.
12071         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12073
12074 2012-03-01  Kai Tietz  <ktietz@redhat.com>
12075
12076         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
12077         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
12078         containing bit-fields.
12079         * soft-fp/extended.h (_FP_UNION_E): Likewise.
12080         * soft-fp/single.h (_FP_UNION_S): Likewise.
12081         * soft-fp/double.h (_FP_UNION_D): Likewise.
12082
12083 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
12084
12085         [BZ #13786]
12086         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
12087         not include ../strcmp.S.
12088         [USE_AS_STRNCASECMP_L]: Likewise.
12089         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
12090         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
12091         * sysdeps/i386/i686/multiarch/strncase_l-c.c
12092         (__strncasecmp_l_ia32): Define as alias to
12093         __strncasecmp_l_nonascii.
12094
12095         [BZ #5794]
12096         * math/libm-test.inc (expm1_test): Add test for bug 5794.
12097         * sysdeps/i386/fpu/libm-test-ulps: Update.
12098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12099
12100         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
12101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12102
12103 2012-02-29  Jeff Law  <law@redhat.com>
12104
12105         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
12106         out of bounds read.
12107
12108 2012-02-29  Marek Polacek  <polacek@redhat.com>
12109
12110         [BZ #13706]
12111         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
12112         * elf/Makefile: Add rules to run tst-unused-dep.out.
12113
12114 2012-02-28  David S. Miller  <davem@davemloft.net>
12115
12116         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
12117         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
12118         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
12119         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
12120         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
12121         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
12122
12123 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
12124
12125         * math/libm-test.inc (llround_test): Move one test from
12126         lround_test.  Use TEST_f_L in moved test.
12127         (lround_test): Move misplaced test to llround_test.  Add testcase
12128         from bug 2561.
12129
12130 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
12131
12132         * sysdeps/x86_64/fpu/e_expf.S: New file.
12133         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
12134
12135 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
12136
12137         [BZ #13637]
12138         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
12139         of remain_len that may cause incomplete multi-byte character and
12140         false match.
12141         * posix/bug-regex33.c: New file.
12142         * posix/Makefile (tests): Add bug-regex33.
12143
12144 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
12145
12146         * manual/macros.texi: New file.
12147         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
12148         * manual/libc.texinfo: Include macros.texi.
12149         * manual/creatute.texi: Likewise.
12150         * manual/install.texi: Likewise.
12151         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
12152         @glibcadj{} in references to the GNU C Library.
12153         * manual/charset.texi: Likewise.
12154         * manual/conf.texi: Likewise.
12155         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
12156         when not using those macros.
12157         * manual/creature.texi: Likewise.
12158         * manual/crypt.texi: Likewise.
12159         * manual/errno.texi: Likewise.
12160         * manual/filesys.texi: Likewise.
12161         * manual/header.texi: Likewise.
12162         * manual/install.texi: Likewise.
12163         * manual/intro.texi: Likewise.
12164         * manual/io.texi: Likewise.
12165         * manual/job.texi: Likewise.
12166         * manual/lang.texi: Likewise.
12167         * manual/libc.texiinfo: Likewise.
12168         * manual/llio.texi: Likewise.
12169         * manual/locale.texi: Likewise.
12170         * manual/maint.texi: Likewise.
12171         * manual/math.texi: Likewise.
12172         * manual/memory.texi: Likewise.
12173         * manual/message.texi: Likewise.
12174         * manual/nss.texi: Likewise.
12175         * manual/pattern.texi: Likewise.
12176         * manual/process.texi: Likewise.
12177         * manual/resource.texi: Likewise.
12178         * manual/search.texi: Likewise.
12179         * manual/setjmp.texi: Likewise.
12180         * manual/signal.texi: Likewise.
12181         * manual/socket.texi: Likewise.
12182         * manual/startup.texi: Likewise.
12183         * manual/stdio.texi: Likewise.
12184         * manual/string.texi: Likewise.
12185         * manual/sysinfo.texi: Likewise.
12186         * manual/syslog.texi: Likewise.
12187         * manual/terminal.texi: Likewise.
12188         * manual/time.texi: Likewise.
12189         * manual/users.texi: Likewise.
12190         * INSTALL: Regenerated.
12191         * NOTES: Regenerated.
12192         * sysdeps/gnu/errlist.c: Regenerated.
12193
12194 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
12195
12196         * include/dirent.h: Include <dirstream.h> before
12197         <dirent/dirent.h>.
12198
12199 2012-02-28  David S. Miller  <davem@davemloft.net>
12200
12201         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
12202         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
12203         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
12204         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
12205
12206 2012-02-27  David S. Miller  <davem@davemloft.net>
12207
12208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
12209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
12210         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
12211         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
12212
12213         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
12214         frame pointer instead of stack pointer relative arg slot.
12215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
12216         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
12217         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
12218
12219 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
12220
12221         [BZ #3992]
12222         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
12223
12224 2012-02-27  David S. Miller  <davem@davemloft.net>
12225
12226         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
12227         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
12228         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
12229         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
12230         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
12231         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
12232         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
12233         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
12234
12235 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
12236
12237         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
12238         later.  Allow versions 5-9.
12239         * configure: Regenerated.
12240         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
12241         required minimum version and 4.6 as recommended version.  Do not
12242         mention bugs in GCC 2.7 and 2.8.
12243         * INSTALL: Regenerated.
12244
12245 2012-02-27  David S. Miller  <davem@davemloft.net>
12246
12247         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
12248         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
12249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
12250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
12251         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
12252         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
12253         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
12254         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
12255
12256         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
12257         manipulate bits before adding and subtracting TWO112[sx].
12258         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
12259
12260 2012-02-27  Roland McGrath  <roland@hack.frob.com>
12261
12262         [BZ #13775]
12263         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
12264         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
12265         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
12266         being in POSIX, because they are in 1003.1-2008.
12267
12268         * rt/tst-aio.c: Include <fcntl.h>.
12269         * rt/tst-aio7.c: Likewise.
12270         * rt/tst-aio64.c: Likewise.
12271
12272         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
12273
12274 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
12275
12276         * manual/install.texi (--with-headers): Describe headers as
12277         interface headers, not private headers.
12278         (Specific advice for GNU/Linux systems): Describe use of headers
12279         from "make headers_install", not private headers from older
12280         kernels.
12281         * INSTALL: Regenerated.
12282         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
12283         Change to 2.6.19.
12284         * sysdeps/unix/sysv/linux/configure: Regenerated.
12285
12286         * manual/llio.texi (fclean): Remove documentation.
12287
12288         * manual/Makefile (libc-texi-generated): New variable.  Include
12289         version.texi.
12290         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
12291         $(libc-texi-generated), not duplicated list of files.
12292         (version.texi, stamp-version): New rules.
12293         (realclean): Remove $(libc-texi-generated), not individual files
12294         from that list.  Do not remove dir-add.texinfo.
12295         * manual/libc.texinfo: Comment out uses of edition numbers and
12296         references to printed manual.  Remove last-updated dates.
12297         (EDITION): Comment out.
12298         (ISBN): Likewise.
12299         (VERSION, UPDATED): Remove.
12300         (version.texi): Include.
12301
12302 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
12303
12304         * sysdeps/posix/spawni.c: Include <signal.h>.
12305         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
12306         * sysdeps/pthread/aio_fsync.c: Likewise.
12307
12308 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
12309
12310         * conform/Makefile (tests): Run only when not cross-compiling and
12311         when fast-check is not defined.
12312
12313         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
12314         * conform/data/limits.h-data: Fixes for POSIX2008.
12315         * conform/run-conformtest.sh: Run all tests.
12316         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
12317         headers.
12318         * include/bits/dlfcn.h: Likewise.
12319         * include/langinfo.h: Likewise.
12320         * include/monetary.h: Likewise.
12321         * include/sys/poll.h: Likewise.
12322
12323         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
12324         for __USE_GNU.
12325         * posix/spawn.h: Define __need_sigset_t.
12326         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
12327         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
12328         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
12329         to get sigevent_t only.
12330         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
12331         only for __USE_GNU.
12332         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12333         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
12334         process_vm_writev only for __USE_GNU.
12335         * termios/termios.h: Declare tcgetsid also for POSIX2008.
12336
12337         * conform/Makefile: For now ignore errors from run-conformtest.
12338         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
12339         POSIX to avoid namespace pollution.  Don't prepend headers.
12340         * conform/data/aio.h-data: Fixes for POSIX testing.
12341         * conform/data/fcntl.h-data: Likewise.
12342         * conform/data/glob.h-data: Likewise.
12343         * conform/data/grp.h-data: Likewise.
12344         * conform/data/pthread.h-data: Likewise.
12345         * conform/data/pwd.h-data: Likewise.
12346         * conform/data/signal.h-data: Likewise.
12347         * conform/data/spawn.h-data: Likewise.
12348         * conform/data/stdio.h-data: Likewise.
12349         * conform/data/stdlib.h-data: Likewise.
12350         * conform/data/stropts.h-data: Likewise.
12351         * conform/data/sys/mman.h-data: Likewise.
12352         * conform/data/sys/stat.h-data: Likewise.
12353         * conform/data/sys/types.h-data: Likewise.
12354         * conform/data/sys/wait.h-data: Likewise.
12355         * conform/data/time.h-data: Likewise.
12356         * conform/data/unistd.h-data: Likewise.
12357         * conform/data/utime.h-data: Likewise.
12358
12359         * io/sys/stat.h: fchmod was always in POSIX.
12360         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
12361         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
12362         * rt/aio.h: Define __need_timespec before including <time.h>.
12363         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
12364         struct.  Add forward declaration of pthread_attr_t and use it in
12365         sigevent.
12366         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
12367         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
12368         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
12369         always remove CLK_TCK definition.
12370
12371 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
12372
12373         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
12374
12375 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
12376
12377         * conform/run-conformtest.sh: New file.
12378         * conform/Makefile: Run run-conformtest for tests.
12379         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
12380         support.
12381
12382         * conform/data/uchar.h-data: New file.
12383         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
12384         * conform/data/arpa/inet.h-data: Likewise.
12385         * conform/data/assert.h-data: Likewise.
12386         * conform/data/complex.h-data: Likewise.
12387         * conform/data/cpio.h-data: Likewise.
12388         * conform/data/ctype.h-data: Likewise.
12389         * conform/data/dirent.h-data: Likewise.
12390         * conform/data/dlfcn.h-data: Likewise.
12391         * conform/data/errno.h-data: Likewise.
12392         * conform/data/fcntl.h-data: Likewise.
12393         * conform/data/float.h-data: Likewise.
12394         * conform/data/fmtmsg.h-data: Likewise.
12395         * conform/data/fnmatch.h-data: Likewise.
12396         * conform/data/ftw.h-data: Likewise.
12397         * conform/data/glob.h-data: Likewise.
12398         * conform/data/grp.h-data: Likewise.
12399         * conform/data/iconv.h-data: Likewise.
12400         * conform/data/inttypes.h-data: Likewise.
12401         * conform/data/langinfo.h-data: Likewise.
12402         * conform/data/libgen.h-data: Likewise.
12403         * conform/data/limits.h-data: Likewise.
12404         * conform/data/locale.h-data: Likewise.
12405         * conform/data/math.h-data: Likewise.
12406         * conform/data/monetary.h-data: Likewise.
12407         * conform/data/mqueue.h-data: Likewise.
12408         * conform/data/ndbm.h-data: Likewise.
12409         * conform/data/net/if.h-data: Likewise.
12410         * conform/data/netdb.h-data: Likewise.
12411         * conform/data/netinet/in.h-data: Likewise.
12412         * conform/data/nl_types.h-data: Likewise.
12413         * conform/data/poll.h-data: Likewise.
12414         * conform/data/pthread.h-data: Likewise.
12415         * conform/data/pwd.h-data: Likewise.
12416         * conform/data/regex.h-data: Likewise.
12417         * conform/data/sched.h-data: Likewise.
12418         * conform/data/search.h-data: Likewise.
12419         * conform/data/semaphore.h-data: Likewise.
12420         * conform/data/setjmp.h-data: Likewise.
12421         * conform/data/signal.h-data: Likewise.
12422         * conform/data/spawn.h-data: Likewise.
12423         * conform/data/stdarg.h-data: Likewise.
12424         * conform/data/stdio.h-data: Likewise.
12425         * conform/data/stdlib.h-data: Likewise.
12426         * conform/data/string.h-data: Likewise.
12427         * conform/data/strings.h-data: Likewise.
12428         * conform/data/stropts.h-data: Likewise.
12429         * conform/data/sys/ipc.h-data: Likewise.
12430         * conform/data/sys/mman.h-data: Likewise.
12431         * conform/data/sys/msg.h-data: Likewise.
12432         * conform/data/sys/resource.h-data: Likewise.
12433         * conform/data/sys/select.h-data: Likewise.
12434         * conform/data/sys/sem.h-data: Likewise.
12435         * conform/data/sys/shm.h-data: Likewise.
12436         * conform/data/sys/socket.h-data: Likewise.
12437         * conform/data/sys/stat.h-data: Likewise.
12438         * conform/data/sys/statvfs.h-data: Likewise.
12439         * conform/data/sys/time.h-data: Likewise.
12440         * conform/data/sys/timeb.h-data: Likewise.
12441         * conform/data/sys/times.h-data: Likewise.
12442         * conform/data/sys/types.h-data: Likewise.
12443         * conform/data/sys/uio.h-data: Likewise.
12444         * conform/data/sys/un.h-data: Likewise.
12445         * conform/data/sys/utsname.h-data: Likewise.
12446         * conform/data/sys/wait.h-data: Likewise.
12447         * conform/data/syslog.h-data: Likewise.
12448         * conform/data/tar.h-data: Likewise.
12449         * conform/data/termios.h-data: Likewise.
12450         * conform/data/utime.h-data: Likewise.
12451         * conform/data/utmpx.h-data: Likewise.
12452         * conform/data/varargs.h-data: Likewise.
12453         * conform/data/wchar.h-data: Likewise.
12454         * conform/data/wctype.h-data: Likewise.
12455         * conform/data/wordexp.h-data: Likewise.
12456
12457         * include/stropts.h: New file.
12458         * include/uchar.h: New file.
12459         * include/aio.h: Changes to allow conformtest.pl to use the headers.
12460         * include/assert.h: Likewise.
12461         * include/ctype.h: Likewise.
12462         * include/dirent.h: Likewise.
12463         * include/dlfcn.h: Likewise.
12464         * include/fcntl.h: Likewise.
12465         * include/fnmatch.h: Likewise.
12466         * include/glob.h: Likewise.
12467         * include/grp.h: Likewise.
12468         * include/libio.h: Likewise.
12469         * include/locale.h: Likewise.
12470         * include/math.h: Likewise.
12471         * include/net/if.h: Likewise.
12472         * include/netdb.h: Likewise.
12473         * include/netinet/in.h: Likewise.
12474         * include/pthread.h: Likewise.
12475         * include/pwd.h: Likewise.
12476         * include/regex.h: Likewise.
12477         * include/sched.h: Likewise.
12478         * include/search.h: Likewise.
12479         * include/setjmp.h: Likewise.
12480         * include/signal.h: Likewise.
12481         * include/stdio.h: Likewise.
12482         * include/stdlib.h: Likewise.
12483         * include/string.h: Likewise.
12484         * include/sys/cdefs.h: Likewise.
12485         * include/sys/mman.h: Likewise.
12486         * include/sys/msg.h: Likewise.
12487         * include/sys/resource.h: Likewise.
12488         * include/sys/select.h: Likewise.
12489         * include/sys/socket.h: Likewise.
12490         * include/sys/stat.h: Likewise.
12491         * include/sys/statvfs.h: Likewise.
12492         * include/sys/time.h: Likewise.
12493         * include/sys/times.h: Likewise.
12494         * include/sys/uio.h: Likewise.
12495         * include/sys/utsname.h: Likewise.
12496         * include/sys/wait.h: Likewise.
12497         * include/termios.h: Likewise.
12498         * include/time.h: Likewise.
12499         * include/ulimit.h: Likewise.
12500         * include/unistd.h: Likewise.
12501         * include/utime.h: Likewise.
12502         * include/wchar.h: Likewise.
12503         * include/wctype.h: Likewise.
12504         * include/wordexp.h: Likewise.
12505
12506         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
12507
12508         * time/time.h: TIME_UTC must be a macro.
12509         Make timespec_get available for ISO C11 only as well.
12510
12511 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
12512
12513         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
12514         Reported by Peng Haitao <penght@cn.fujitsu.com>.
12515
12516 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
12517
12518         * configure.in: Use -o not -a in test for unsupported multi-arch.
12519
12520 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
12521
12522         * manual/texinfo.tex: Update to version 2012-01-19.16.
12523
12524 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
12525
12526         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
12527
12528 2012-02-24  Roland McGrath  <roland@hack.frob.com>
12529
12530         [BZ #13738]
12531         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
12532         * manual/fdl-1.3.texi: New file.
12533         * manual/fdl-1.1.texi: File removed.
12534
12535         [BZ #13738]
12536         * manual/libc.texinfo (FDL_VERSION): New @set.
12537         Use it for mention of FDL in cover text.
12538         (Documentation License): Use it in @include file name.
12539
12540 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
12541             Roland McGrath  <roland@hack.frob.com>
12542
12543         [BZ #5461]
12544         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
12545         not LONG_LONG_MAX and LONG_LONG_MIN.
12546         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
12547         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
12548         name.
12549         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
12550
12551 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
12552
12553         [BZ #2547]
12554         [BZ #11365]
12555         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
12556         manipulate bits before adding and subtracting TWO23[sx].
12557         * math/libm-test.inc (nearbyint_test): Add more tests.
12558
12559 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
12560
12561         [BZ #2548]
12562         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
12563         bits before adding and subtracting TWO23[sx].
12564         * math/libm-test.inc (rint_test): Add more tests.
12565         (rint_test_tonearest): Likewise.
12566         (rint_test_towardzero): Likewise.
12567         (rint_test_downward): Likewise.
12568         (rint_test_upward: Likewise.
12569
12570 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
12571
12572         [BZ #10110]
12573         * include/stdc-predef.h: New file.  Extracted from features.h.
12574         * include/features.h: Include stdc-predef.h.
12575         * Makefile (headers): Add stdc-predef.h.
12576         * CONFORMANCE (Compiler limitations): Update.
12577
12578 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
12579
12580         * manual/libc.texinfo (VERSION, UPDATED): Revert.
12581
12582 2012-02-21  David S. Miller  <davem@davemloft.net>
12583
12584         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
12585         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
12586
12587 2012-02-20  David S. Miller  <davem@davemloft.net>
12588
12589         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
12590         using a normal save/restore sequence, rather than allocating a
12591         dummy stack frame just to store a frame pointer and restore.
12592         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
12593
12594 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
12595
12596         * manual/install.texi: Fix stray word in line-wrapped comment.
12597
12598 2012-02-20  David S. Miller  <davem@davemloft.net>
12599
12600         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
12601         both binutils and gcc support GOTDATA.
12602
12603         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
12604         "rd %pc" in the PIC register setup sequences.
12605
12606         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
12607         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
12608         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
12609         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
12610         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
12611         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
12612         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
12613         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
12614         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
12615         (SYSCALL_ERROR_HANDLER): Likewise.
12616         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
12617         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
12618         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
12619         (SYSCALL_ERROR_HANDLER): Likewise.
12620
12621         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
12622         (HAVE_GCC_GOTDATA): New.
12623         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
12624         relocation support in both binutils and gcc.
12625         * sysdeps/sparc/elf/configure: Regenerate.
12626
12627         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
12628         * sysdeps/sparc/sparc32/elf/configure: Delete.
12629         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
12630         * sysdeps/sparc/sparc64/elf/configure: Delete.
12631         * sysdeps/sparc/elf/configure.in: New file.
12632         * sysdeps/sparc/elf/configure: Generate.
12633
12634         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
12635         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
12636         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
12637         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
12638         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
12639
12640 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
12641
12642         * manual/install.texi: Do not mention specific glibc version
12643         numbers.
12644         * manual/libc.texinfo (VERSION, UPDATED): Update.
12645         (@copying): Use @copyright{} and range of years.
12646
12647 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
12648
12649         [BZ #13695]
12650         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
12651         [crti.S not in sysdirs] (generated): Do not append.
12652         [crti.S not in sysdirs] (omit-deps): Likewise.
12653         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
12654         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
12655         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
12656         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
12657         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
12658         Likewise.
12659         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
12660         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
12661         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
12662         * csu/defs.awk: Remove file.
12663         * sysdeps/generic/initfini.c: Likewise.
12664         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
12665         variable.
12666         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
12667         Likewise.
12668
12669 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
12670
12671         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
12672         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
12673         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
12674         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
12675         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
12676         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
12677         <bits/epoll.h>.
12678         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
12679         (__EPOLL_PACKED): Define to empty if not defined by
12680         <bits/epoll.h>.
12681         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
12682         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12683         bits/epoll.h.
12684
12685 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
12686
12687         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
12688         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
12689         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
12690         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
12691         <bits/timerfd.h>.
12692         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
12693         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12694         bits/timerfd.h.
12695
12696 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
12697
12698         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
12699         in C locale.
12700         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12701         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
12702         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
12703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12704
12705 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
12706
12707         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12708         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
12709
12710 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
12711
12712         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
12713         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
12714         defined.
12715         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
12716         Likewise.
12717         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
12718         entry for 2.16.
12719
12720 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
12721
12722         * math/w_acos.c: Use non-signaling floating-point comparisons.
12723         * math/w_acosf.c: Likewise.
12724         * math/w_acosh.c: Likewise.
12725         * math/w_acoshf.c: Likewise.
12726         * math/w_acoshl.c: Likewise.
12727         * math/w_acosl.c: Likewise.
12728         * math/w_asin.c: Likewise.
12729         * math/w_asinf.c: Likewise.
12730         * math/w_asinl.c: Likewise.
12731         * math/w_atanh.c: Likewise.
12732         * math/w_atanhf.c: Likewise.
12733         * math/w_atanhl.c: Likewise.
12734         * math/w_exp2.c: Likewise.
12735         * math/w_exp2f.c: Likewise.
12736         * math/w_exp2l.c: Likewise.
12737         * math/w_j0.c: Likewise.
12738         * math/w_j0f.c: Likewise.
12739         * math/w_j0l.c: Likewise.
12740         * math/w_j1.c: Likewise.
12741         * math/w_j1f.c: Likewise.
12742         * math/w_j1l.c: Likewise.
12743         * math/w_jn.c: Likewise.
12744         * math/w_jnf.c: Likewise.
12745         * math/w_log.c: Likewise.
12746         * math/w_log10.c: Likewise.
12747         * math/w_log10f.c: Likewise.
12748         * math/w_log10l.c: Likewise.
12749         * math/w_log2.c: Likewise.
12750         * math/w_log2f.c: Likewise.
12751         * math/w_log2l.c: Likewise.
12752         * math/w_logf.c: Likewise.
12753         * math/w_logl.c: Likewise.
12754         * math/w_sqrt.c: Likewise.
12755         * math/w_sqrtf.c: Likewise.
12756         * math/w_sqrtl.c: Likewise.
12757         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
12758         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
12759         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12760         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
12761         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
12762
12763 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
12764
12765         [BZ #9739]
12766         * manual/string.texi (strnlen): Use correct parameter name in
12767         equivalent expression.
12768
12769 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
12770
12771         [BZ #11174]
12772         * manual/users.texi (seteuid): Consistently use neweuid for
12773         argument name.
12774
12775 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
12776
12777         [BZ #13704]
12778         * manual/nss.texi (Services in the NSS configuration): Correct
12779         list of services in example configuration file.
12780
12781 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
12782
12783         [BZ #11322]
12784         * manual/arith.texi: Remove statements about negative zero
12785         behaving identically to zero.
12786
12787 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
12788
12789         [BZ #5993]
12790         * manual/install.texi: Do not document upgrading from libc5.
12791
12792 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
12793
12794         [BZ #4596]
12795         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
12796
12797 2012-02-18  David S. Miller  <davem@davemloft.net>
12798
12799         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
12800         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
12801         %o7 across the call.
12802         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
12803         instead.
12804         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
12805         SETUP_PIC_REG_LEAF.
12806         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
12807         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
12808         * sysdeps/sparc/crtn.S: Likewise.
12809
12810 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
12811
12812         * aout/Makefile: Remove.
12813
12814 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
12815
12816         [BZ #13058]
12817         * manual/examples/argp-ex1.c (main): Format definition in GNU
12818         style.
12819         * manual/examples/argp-ex2.c (main): Likewise.
12820         * manual/examples/argp-ex3.c (main): Likewise.
12821         * manual/examples/argp-ex4.c (main): Likewise.
12822         * manual/examples/longopt.c (main): Use new-style prototype
12823         definition.
12824         * manual/examples/strncat.c (main): Specify return type and use
12825         (void) for arguments.
12826         * manual/examples/subopt.c (main): Use char **argv argument.
12827
12828 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
12829
12830         [BZ #5077]
12831         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
12832         rounding modes.
12833
12834 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
12835
12836         [BZ #6907]
12837         * manual/string.texi (strchr): Change when strchrnul is
12838         recommended.
12839
12840 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
12841
12842         [BZ #174]
12843         * manual/locale.texi (setlocale): Document LOCPATH.
12844
12845 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
12846
12847         [BZ #10210]
12848         * manual/process.texi (execle): Move @dots{} before last argument.
12849
12850 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
12851
12852         [BZ #12047]
12853         * manual/charset.texi (Generic Charset Conversion): Fix typo
12854         (LC_TYPE -> LC_CTYPE).
12855
12856 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
12857
12858         [BZ #5805]
12859         * manual/arith.texi (scalbn): Use @var{} on parameter names.
12860         (scalbnf): Likewise.
12861         (scalbnl): Likewise.
12862         (scalbln): Likewise.
12863         (scalblnf): Likewise.
12864         (scalblnl): Likewise.
12865         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
12866         (vwarnx): Likewise.
12867         (verr): Likewise.
12868         (verrx): Likewise.
12869         * manual/filesys.texi (telldir): Use braces around return type.
12870         * manual/llio.texi (mmap): Add space after comma.
12871         (mmap64): Likewise.
12872         * manual/math.texi (jn): Use @var{} on parameter names.
12873         (jnf): Likewise.
12874         (jnl): Likewise.
12875         (yn): Likewise.
12876         (ynf): Likewise.
12877         (ynl): Likewise.
12878         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
12879         line.
12880         * manual/resource.texi (ulimit): Use @dots{} instead of literal
12881         "...".
12882         (sched_get_priority_min): Remove semicolon on @deftypefun line.
12883         (sched_get_priority_max): Likewise.
12884         * manual/signal.texi (sigvec): Add space after comma.
12885         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
12886         names.
12887         (if_indextoname): Likewise.
12888         (if_freenameindex): Likewise.
12889         (sendto): Use ',' instead of '.' in prototype.
12890         * manual/startup.texi (syscall): Use @dots{} instead of literal
12891         "...".
12892         * manual/stdio.texi (__fpending): Separate initial words of
12893         paragraph from @deftypefun line.
12894         * manual/syslog.texi (syslog): Use @dots{} instead of literal
12895         "...".
12896         (vsyslog): Use @var{} on parameter names.
12897         * manual/terminal.texi (stty): Use @var{} on parameter names.
12898         * manual/users.texi (getutmp): Use @var{} on parameter names.
12899         (getutmpx): Likewise.
12900
12901 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
12902
12903         [BZ #6884]
12904         * manual/stdio.texi (fopen): Fix typos in description of
12905         ",ccs=STRING".
12906
12907 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
12908
12909         [BZ #4026]
12910         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
12911         get clock_id definition.
12912
12913 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
12914
12915         [BZ #4822]
12916         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
12917         (madvise): Cast every argument to void on its own.
12918
12919 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
12920
12921         [BZ #9902]
12922         * manual/startup.texi (Exit Status): Fix typo.
12923
12924 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
12925
12926         [BZ #10140]
12927         * manual/examples/argp-ex1.c: Include <stdlib.h>.
12928         * manual/examples/argp-ex2.c: Likewise.
12929         * manual/examples/argp-ex3.c: Likewise.
12930
12931 2012-02-16  Richard Henderson  <rth@redhat.com>
12932
12933         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
12934         * sysdeps/s390/s390-32/initfini.c: Remove.
12935         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
12936         * sysdeps/s390/s390-64/initfini.c: Remove.
12937
12938 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12939
12940         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
12941         compiler output for sysdeps/generic/initfini.c.
12942         * sysdeps/sh/elf/initfini.c: Remove file.
12943
12944 2012-02-16  David S. Miller  <davem@davemloft.net>
12945
12946         [BZ #11494]
12947         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
12948
12949         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
12950         * sysdeps/sparc/crti.S: New file.
12951         * sysdeps/sparc/crtn.S: New file.
12952         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
12953         * sysdeps/sparc/sparc64/Makefile: Likewise.
12954
12955 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
12956
12957         [BZ #3335]
12958         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
12959
12960 2012-02-15  Roland McGrath  <roland@hack.frob.com>
12961
12962         [BZ #4822]
12963         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
12964
12965         * mach/devstream.c (cookie_io_functions_t): Macro removed.
12966         (write, read, close): Likewise.
12967         Patch by Aurelien Jarno <aurelien@aurel32.net>.
12968
12969 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
12970
12971         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
12972         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
12973         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
12974         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
12975         <bits/signalfd.h>.
12976         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
12977         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12978         bits/signalfd.h.
12979
12980 2012-02-14  Marek Polacek  <polacek@redhat.com>
12981
12982         * sysdeps/x86_64/crti.S: New file.
12983         * sysdeps/x86_64/crtn.S: New file.
12984         * sysdeps/x86_64/elf/initfini.c: Remove file.
12985
12986 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
12987
12988         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
12989         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
12990         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
12991         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
12992         <bits/inotify.h>.
12993         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
12994         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12995         bits/inotify.h.
12996
12997 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
12998
12999         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
13000         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
13001         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
13002         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
13003         <bits/eventfd.h>.
13004         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
13005         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
13006         bits/eventfd.h.
13007
13008 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
13009
13010         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
13011         __feraiseexcept instead of feraiseexcept.
13012
13013         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
13014         nanosleep invocations.
13015         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
13016         strings, and add error checking for a nanosleep invocations.
13017
13018 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
13019
13020         Replace FSF snail mail address with URLs, as per GNU coding standards.
13021         Most of the snail mail addresses were wrong anyway, and omitting
13022         them makes the source code easier to maintain.  Almost all of the
13023         changes are to license notices and to locale LC_IDENTIFICATION
13024         addresses, except for this one:
13025         * manual/libc.texinfo: In "Published by", give the FSF's URL,
13026         not its snail mail address.
13027
13028 2012-02-09  Richard Henderson  <rth@twiddle.net>
13029
13030         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
13031         of kernel-features.h.
13032
13033         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
13034
13035 2012-02-08  Marek Polacek  <polacek@redhat.com>
13036
13037         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
13038         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
13039         * sysdeps/gnu/_G_config.h: Likewise.
13040         * sysdeps/generic/_G_config.h: Likewise.
13041
13042 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
13043
13044         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
13045         tests.
13046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13047
13048         * sysdeps/powerpc/powerpc32/crti.S: New file.
13049         * sysdeps/powerpc/powerpc32/crtn.S: New file.
13050         * sysdeps/powerpc/powerpc64/crti.S: New file.
13051         * sysdeps/powerpc/powerpc64/crtn.S: New file.
13052
13053         * Makeconfig (have-initfini): Don't set.
13054         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
13055         * configure.in (nopic_initfini): Don't substitute.
13056         * config.h.in (HAVE_INITFINI): Don't #undef.
13057         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
13058         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
13059
13060 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
13061
13062         Support crti.S and crtn.S provided directly by architectures.
13063         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
13064         [crti.S in sysdirs] (omit-deps): Likewise.
13065         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
13066         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
13067         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
13068         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
13069         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
13070         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
13071         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
13072         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
13073         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
13074         compiler output for sysdeps/generic/initfini.c.
13075         * sysdeps/i386/elf/Makefile: Remove file.
13076         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
13077
13078 2012-02-07  Marek Polacek  <polacek@redhat.com>
13079
13080         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
13081         * sysdeps/gnu/_G_config.h: Likewise.
13082         * sysdeps/mach/hurd/_G_config.h: Likewise.
13083
13084 2012-02-07  Marek Polacek  <polacek@redhat.com>
13085
13086         * math/Makefile (tests): Add tst-CMPLX2.
13087         * math/tst-CMPLX2.c: New file.
13088
13089 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
13090
13091         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
13092
13093         * math/libm-test.inc (jn_test): Add missing L suffix.
13094
13095 2012-02-06  Marek Polacek  <polacek@redhat.com>
13096
13097         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
13098         * sysdeps/i386/fpu/e_powf.S: Likewise.
13099         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
13100         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
13101         * sysdeps/i386/fpu/e_acosh.S: Likewise.
13102         * sysdeps/i386/fpu/e_pow.S: Likewise.
13103         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
13104         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
13105         * sysdeps/i386/fpu/s_expm1.S: Likewise.
13106         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
13107         * sysdeps/i386/fpu/e_log2.S: Likewise.
13108         * sysdeps/i386/fpu/e_log2l.S: Likewise.
13109         * sysdeps/i386/fpu/e_scalb.S: Likewise.
13110         * sysdeps/i386/fpu/e_powl.S: Likewise.
13111         * sysdeps/i386/fpu/s_log1p.S: Likewise.
13112         * sysdeps/i386/fpu/e_log10f.S: Likewise.
13113         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
13114         * sysdeps/i386/fpu/e_logl.S: Likewise.
13115         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
13116         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
13117         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
13118         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
13119         * sysdeps/i386/fpu/e_log2f.S: Likewise.
13120         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
13121         * sysdeps/i386/fpu/e_log.S: Likewise.
13122         * sysdeps/i386/fpu/s_cexp.S: Likewise.
13123         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
13124         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
13125         * sysdeps/i386/fpu/e_logf.S: Likewise.
13126         * sysdeps/i386/fpu/e_log10l.S: Likewise.
13127         * sysdeps/i386/fpu/e_atanh.S: Likewise.
13128         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
13129         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
13130         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
13131         * sysdeps/i386/fpu/e_log10.S: Likewise.
13132         * sysdeps/i386/fpu/s_frexp.S: Likewise.
13133         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
13134         * sysdeps/i386/fpu/s_asinh.S: Likewise.
13135         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
13136         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
13137         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
13138         * sysdeps/i386/asm-syntax.h: Likewise.
13139         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
13140         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
13141         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
13142         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
13143         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
13144         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
13145         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
13146         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
13147         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
13148         * sysdeps/powerpc/sysdep.h: Likewise.
13149         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
13150         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
13151
13152 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
13153
13154         [BZ #411]
13155         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
13156
13157 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
13158
13159         * sysdeps/i386/sysdep.h: Include <features.h>.
13160         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
13161         version.
13162
13163 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
13164
13165         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
13166         Define.
13167         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
13168         LOAD_PIC_REG_STR.
13169
13170 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
13171
13172         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
13173         (SETUP_PIC_REG): Use GET_PC_THUNK.
13174         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
13175         macro.
13176
13177 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
13178
13179         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
13180         for non-PIC compilation.
13181         (SETUP_PIC_REG): Add .p2align directive.
13182         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
13183         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
13184         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
13185         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
13186         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
13187         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
13188         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
13189         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
13190         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
13191         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
13192         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
13193         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
13194         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
13195         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
13196         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
13197         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
13198         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
13199         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
13200         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
13201         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
13202         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
13203         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
13204         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
13205         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
13206         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
13207         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
13208         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
13209         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
13210         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
13211         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
13212         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
13213         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
13214         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
13215         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
13216         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
13217         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
13218         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
13219         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
13220         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
13221         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
13222         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
13223
13224 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
13225
13226         * math/tst-CMPLX.c: Include <stdio.h>.
13227
13228 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
13229
13230         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
13231         float.
13232         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
13233         * sysdeps/sparc/bits/mathdef.h: Likewise.
13234
13235 2012-01-31  Marek Polacek  <polacek@redhat.com>
13236
13237         * libio/libio.h: Don't define _PARAMS.
13238         * locale/programs/config.h: Don't define PARAMS.
13239         * stdlib/strtol_l.c: Likewise.
13240         (__strtol_l): Remove PARAMS from the prototype.
13241
13242 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
13243
13244         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
13245         names.  Just use the correct names.  Remove unnecessary wrapper
13246         functions.
13247         * malloc/arena.c: Likewise.
13248         * malloc/hooks.c: Likewise.
13249
13250         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
13251         ARENA_TEST says not to.  Simplify test for creation of a new arena.
13252         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
13253
13254 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
13255
13256         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
13257         into tail calls.
13258         (update_get_addr): New function.
13259         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
13260         GET_ADDR_MODULE parameter.
13261
13262 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
13263
13264         * crypt/cert.c: Remove __STDC__ conditionals.
13265         * crypt/crypt-entry.c: Likewise.
13266         * crypt/crypt_util.c: Likewise.
13267         * libio/filedoalloc.c: Likewise.
13268         * libio/fileops.c: Likewise.
13269         * libio/genops.c: Likewise.
13270         * libio/iofclose.c: Likewise.
13271         * libio/iofdopen.c: Likewise.
13272         * libio/iofopen.c: Likewise.
13273         * libio/iofopen64.c: Likewise.
13274         * libio/iogetdelim.c: Likewise.
13275         * libio/iopopen.c: Likewise.
13276         * libio/obprintf.c: Likewise.
13277         * libio/oldfileops.c: Likewise.
13278         * libio/oldiofclose.c: Likewise.
13279         * libio/oldiofdopen.c: Likewise.
13280         * libio/oldiofopen.c: Likewise.
13281         * libio/oldiopopen.c: Likewise.
13282         * libio/wfiledoalloc.c: Likewise.
13283         * libio/wgenops.c: Likewise.
13284         * locale/programs/xmalloc.c: Likewise.
13285         * misc/syslog.c: Likewise.
13286         * stdio-common/xbug.c: Likewise.
13287         * string/memchr.c: Likewise.
13288         * string/memcmp.c: Likewise.
13289         * string/memrchr.c: Likewise.
13290         * string/rawmemchr.c: Likewise.
13291         * sysdeps/posix/getcwd.c: Likewise.
13292         * time/strftime_l.c: Likewise.
13293
13294 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
13295
13296         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
13297         * config.make.in (config-cflags-sse2avx): Define.
13298         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
13299         Fix typo.
13300
13301 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
13302
13303         * scripts/config.guess: Update from upstream config git repository.
13304         * scripts/config.sub: Likewise.
13305
13306 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
13307
13308         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
13309         (EM_NUM): Update.
13310         (R_TILEPRO_*, R_TILEGX_*): New macros.
13311
13312         * scripts/firstversions.awk: Fix bug in version range handling.
13313
13314         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
13315
13316         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
13317
13318         * include/sys/epoll.h: New file.
13319         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
13320         libc_hidden_def.
13321
13322 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
13323
13324         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
13325         Avoid unnecessary __WORDSIZE == 64 test.
13326         (fmaxf): Use VEX format if possible.
13327         (fmax): Likewise.
13328         (fminf): Likewise.
13329         (fmin): Likewise.
13330
13331         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
13332         * math/math_private.h: Remove libc_fegetround* and
13333         libc_fesetround*.
13334         * sysdeps/i386/configure.in: Check for -msse2avx.
13335         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
13336         also if SSE2AVX is defined.
13337         Remove libc_fegetround* and libc_fesetround*.
13338         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
13339         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
13340         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
13341         of HAS_YMM_USABLE.
13342         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
13343         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
13344         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
13345         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
13346         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
13347
13348         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
13349
13350 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13351
13352         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
13353         size is not set.
13354         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
13355
13356 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
13357
13358         [BZ #13618]
13359         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
13360         relocation.
13361         * Makeconfig (libm): Define.
13362         * elf/Makefile: Add rules to build and run tst-relsort1.
13363         * elf/tst-relsort1.c: New file.
13364         * elf/tst-relsort1mod1.c: New file.
13365         * elf/tst-relsort1mod2.c: New file.
13366
13367 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
13368
13369         * math/s_ldexp.c: Remove __STDC__ conditionals.
13370         * math/s_ldexpf.c: Likewise.
13371         * math/s_ldexpl.c: Likewise.
13372         * math/s_nextafter.c: Likewise.
13373         * math/s_nexttowardf.c: Likewise.
13374         * math/s_significand.c: Likewise.
13375         * math/s_significandf.c: Likewise.
13376         * math/s_significandl.c: Likewise.
13377         * math/w_jnl.c: Likewise.
13378         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
13379         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
13380         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
13381         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
13382         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
13383         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
13384         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
13385         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
13386         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
13387         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
13388         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
13389         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13390         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
13391         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
13392         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
13393         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
13394         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
13395         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
13396         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
13397         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
13398         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
13399         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
13400         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
13401         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
13402         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
13403         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
13404         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
13405         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
13406         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
13407         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
13408         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
13409         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
13410         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
13411         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
13412         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
13413         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
13414         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
13415         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
13416         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
13417         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
13418         * sysdeps/ieee754/k_standard.c: Likewise.
13419         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
13420         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
13421         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
13422         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
13423         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
13424         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
13425         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
13426         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
13427         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
13428         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
13429         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
13430         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
13431         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
13432         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
13433         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
13434         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
13435         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
13436         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
13437         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
13438         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
13439         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
13440         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
13441         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
13442         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
13443         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
13444         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
13445         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
13446         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
13447         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
13448         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
13449         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
13450         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
13451         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
13452         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
13453         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
13454         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
13455         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
13456         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
13457         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
13458         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
13459         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13460         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
13461         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
13462         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
13463         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
13464         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
13465         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
13466         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
13467         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
13468         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
13469         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
13470         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
13471         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
13472         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
13473         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
13474         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
13475         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
13476         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
13477         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
13478         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
13479         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13480         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
13481         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
13482         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
13483         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13484         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13485         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13486         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
13487         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
13488         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13489         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13490         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13491         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13492         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
13493         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
13494         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13495         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
13496         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
13497         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
13498         * sysdeps/ieee754/s_matherr.c: Likewise.
13499         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
13500         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13501         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13502         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13503
13504 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
13505
13506         * crypt/md5.h: Remove __STDC__ conditionals.
13507         * libio/libioP.h: Likewise.
13508         * locale/programs/config.h: Likewise.
13509         * sysdeps/generic/sysdep.h: Likewise.
13510         * sysdeps/i386/asm-syntax.h: Likewise.
13511         * sysdeps/s390/asm-syntax.h: Likewise.
13512         * sysdeps/unix/sysdep.h: Likewise.
13513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
13514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
13515
13516 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
13517
13518         * libio/libio.h: Remove __STDC__ conditionals.
13519         * malloc/obstack.h: Likewise.
13520         * math/complex.h: Likewise.
13521         * math/math.h: Likewise.
13522         * sysdeps/generic/_G_config.h: Likewise.
13523         * sysdeps/gnu/_G_config.h: Likewise.
13524         * sysdeps/mach/hurd/_G_config.h: Likewise.
13525         * sysdeps/powerpc/bits/mathdef.h: Likewise.
13526         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
13527         * sysdeps/sparc/bits/mathdef.h: Likewise.
13528
13529 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
13530
13531         [BZ #13583]
13532         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
13533         Clean up HAS_* macros.
13534         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
13535         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
13536         possible.
13537         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
13538         HAS_AVX.
13539         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
13540         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
13541         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
13542         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
13543         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
13544
13545 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
13546
13547         * elf/tst-unique3.cc (gets): Remove declaration.
13548         * elf/tst-unique3lib.cc (gets): Likewise.
13549         * elf/tst-unique3lib2.cc (gets): Likewise.
13550         * elf/tst-unique4.cc (gets): Likewise.
13551
13552 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
13553
13554         * include/stdio.h: Add C++ protection.  Add gets declarations and
13555         definitions.
13556         * debug/tst-chk1.c: Don't declare gets here.
13557         * stdio-common/tst-gets.c: Likewise.
13558
13559 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
13560
13561         * posix/glob: Remove directory.
13562
13563 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
13564
13565         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
13566
13567 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
13568
13569         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
13570         of the non-standard EPFNOSUPPORT.
13571
13572 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13573
13574         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
13575         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
13576         ANYWHERE set to 1 only on KERN_NO_SPACE error.
13577
13578 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
13579
13580         * wcsmbs/uchar.h: Test __STDC_VERSION__.
13581
13582 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
13583
13584         * nscd/aicache.c (addhstaiX): Do not cache negative results of
13585         transient errors.
13586         * nscd/grpcache.c (cache_addgr): Likewise.
13587         * nscd/hstcache.c (cache_addhst): Likewise.
13588         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13589         * nscd/pwdcache.c (cache_addpw): Likewise.
13590         * nscd/servicescache.c (cache_addserv): Likewise.
13591
13592 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
13593
13594         * malloc/malloc.c: Various cleanups.
13595         * malloc/hooks.c: Likewise.
13596
13597         * stdlib/Makefile (tests): Add bug-fmtmsg1.
13598         * stdlib/bug-fmtmsg1.c: New file.
13599
13600         * stdlib/fmtmsg.c (init): Add missing unlock.
13601         Patch by Peng Haitao <penght@cn.fujitsu.com>.
13602
13603 2012-01-12  Marek Polacek  <polacek@redhat.com>
13604
13605         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
13606         and _GNU_SOURCE.
13607
13608 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
13609
13610         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
13611         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
13612         macro to ensure uniqueness of label name.
13613         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
13614         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
13615
13616 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
13617
13618         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
13619
13620         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
13621         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
13622         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
13623         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
13624
13625 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
13626
13627         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
13628
13629         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
13630         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
13631         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
13632
13633         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
13634
13635         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
13636         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
13637         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13638         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
13639
13640         * math/bits/math-finite.h: Add ldexp support.
13641
13642 2012-01-10  Marek Polacek  <polacek@redhat.com>
13643
13644         * locale/programs/localedef.h (show_archive_content): Add noreturn
13645         attribute.
13646
13647 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
13648
13649         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
13650
13651 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
13652
13653         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
13654
13655         * io/Makefile (headers): Add bits/poll2.h.
13656
13657 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
13658
13659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
13660         typo #include statement.
13661
13662 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
13663
13664         * include/sys/cdefs.h: Define __attribute_alloc_size.
13665         * catgets/gencat.c: Add alloc_size attribute and apply consistently
13666         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
13667         * elf/pldd.c: Likewise.
13668         * iconv/iconv_charmap.c: Likewise.
13669         * iconv/iconvconfig.c: Likewise.
13670         * iconv/strtab.c: Likewise.
13671         * locale/programs/locale.c: Likewise.
13672         * locale/programs/localedef.h: Likewise.
13673         * locale/programs/simple-hash.c: Likewise.
13674         * nscd/nscd.h: Likewise.
13675         * nss/makedb.c: Likewise.
13676         * sysdeps/generic/ldconfig.h: Likewise.
13677         * locale/programs/localedef.c: Remove xmalloc prototype.
13678         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
13679
13680 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
13681
13682         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
13683         appropriate.
13684
13685 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
13686
13687         * math/Makefile (tests): Add tst-CMPLX.
13688         * math/tst-CMPLX.c: New file.
13689
13690         * math/complex.h (CMPLXL): Fix typo.
13691
13692         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
13693         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
13694         GLIBC_2.16.
13695         * debug/tst-chk1.c: Add poll and ppoll tests.
13696         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
13697         * include/sys/poll.h: Add hidden proto for ppoll.
13698         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
13699         * sysdeps/mach/hurd/ppoll.c: Likewise.
13700         * io/ppoll.c: Likewise.
13701         * debug/poll_chk.c: New file.
13702         * debug/ppoll_chk.c: New file.
13703         * include/bits/poll2.h: New file.
13704         * io/bits/poll2.h: New file.
13705
13706         [BZ #1350]
13707         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
13708
13709         * configure.in: static is always set to yes.  Remove.
13710         * config.make.in: Don't set build-static.
13711         * Makeconfig: Remove use of build-static.
13712         * dlfcn/Makefile: Likewise.
13713         * elf/Makefile: Likewise.
13714         * math/Makefile: Likewise.
13715         * misc/Makefile: Likewise.
13716         * nptl/Makefile: Likewise.
13717         * sysdeps/mach/hurd/Makefile: Likewise.
13718
13719         * configure.in: PWD_P is not used anymore.
13720         * config.make.in: Remove PWD_P entry.
13721
13722         * configure.in: Remove last remnants of RANLIB.
13723         No need to check for signed size_t anymore.
13724         Don't set libc_commonpagesize and libc_relro_required here for Alpha
13725         and IA-64.
13726         Remove __builtin_expect test because we require at least gcc 3.4.
13727         * aclocal.m4: Likewise.
13728
13729         * wcsmbs/mbrtoc16.c: Implement using towc function.
13730         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
13731         * wcsmbs/wcsmbsload.c: Likewise.
13732         * iconv/gconv_simple.c: Likewise.
13733         * iconv/gconv_int.h: Likewise.
13734         * iconv/gconv_builtin.h: Likewise.
13735         * iconv/iconv_prog.c: Remove CHAR16 handling.
13736
13737         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
13738
13739         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
13740
13741         * configure.in: Remove --with-elf and --enable-bounded options.
13742         Dont set base_machine for ia64.  More non-ELF conditions removed.
13743         Remove testing and setting of leading underscore information.
13744         * config.make.in (build-bounded): Set to no.
13745         * config.h.in: Remove NO_UNDERSCORES entry.
13746         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
13747         them.
13748         * csu/start.c: Remove !NO_UNDERSCORE code.
13749         * locale/localeinfo.h: Likewise.
13750         * sysdeps/generic/machine-gmon.h: Likewise.
13751         * sysdeps/generic/sysdep.h: Likewise.
13752         * sysdeps/i386/sysdep.h: Likewise.
13753         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
13754         * sysdeps/mach/sysdep.h: Likewise.
13755         * sysdeps/s390/s390-32/sysdep.h: Likewise.
13756         * sysdeps/s390/s390-64/sysdep.h: Likewise.
13757         * sysdeps/sh/sysdep.h: Likewise.
13758         * sysdeps/sparc/sparc32/alloca.S: Likewise.
13759         * sysdeps/unix/i386/sysdep.S: Likewise.
13760         * sysdeps/unix/sparc/start.c: Likewise.
13761         * sysdeps/unix/sparc/sysdep.S: Likewise.
13762         * sysdeps/unix/sparc/sysdep.h: Likewise.
13763         * sysdeps/unix/start.c: Likewise.
13764         * sysdeps/unix/x86_64/sysdep.S: Likewise.
13765         * sysdeps/x86_64/sysdep.h: Likewise.
13766
13767 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
13768
13769         [BZ #13553]
13770         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
13771         for non-gcc.
13772         * argp/argp-fmtstream.h: Use const instead __const.
13773         * argp/argp.h: Likewise.
13774         * assert/assert.h: Likewise.
13775         * bits/fenv.h: Likewise.
13776         * bits/sched.h: Likewise.
13777         * bits/sigset.h: Likewise.
13778         * bits/sigthread.h: Likewise.
13779         * catgets/nl_types.h: Likewise.
13780         * conform/data/pthread.h-data: Likewise.
13781         * crypt/crypt-private.h: Likewise.
13782         * crypt/crypt.h: Likewise.
13783         * crypt/crypt_util.c: Likewise.
13784         * ctype/ctype.h: Likewise.
13785         * debug/execinfo.h: Likewise.
13786         * debug/mbsnrtowcs_chk.c: Likewise.
13787         * debug/mbsrtowcs_chk.c: Likewise.
13788         * debug/wcsnrtombs_chk.c: Likewise.
13789         * debug/wcsrtombs_chk.c: Likewise.
13790         * debug/wcstombs_chk.c: Likewise.
13791         * dirent/dirent.h: Likewise.
13792         * dlfcn/dlfcn.h: Likewise.
13793         * elf/neededtest4.c: Likewise.
13794         * grp/grp.h: Likewise.
13795         * gshadow/gshadow.h: Likewise.
13796         * iconv/gconv.h: Likewise.
13797         * iconv/gconv_int.h: Likewise.
13798         * iconv/gconv_simple.c: Likewise.
13799         * iconv/iconv.h: Likewise.
13800         * iconv/loop.c: Likewise.
13801         * iconv/skeleton.c: Likewise.
13802         * include/aio.h: Likewise.
13803         * include/aliases.h: Likewise.
13804         * include/argz.h: Likewise.
13805         * include/arpa/inet.h: Likewise.
13806         * include/assert.h: Likewise.
13807         * include/dirent.h: Likewise.
13808         * include/dlfcn.h: Likewise.
13809         * include/execinfo.h: Likewise.
13810         * include/fcntl.h: Likewise.
13811         * include/fenv.h: Likewise.
13812         * include/glob.h: Likewise.
13813         * include/grp.h: Likewise.
13814         * include/libintl.h: Likewise.
13815         * include/mntent.h: Likewise.
13816         * include/netdb.h: Likewise.
13817         * include/pwd.h: Likewise.
13818         * include/rpc/netdb.h: Likewise.
13819         * include/sched.h: Likewise.
13820         * include/search.h: Likewise.
13821         * include/shadow.h: Likewise.
13822         * include/signal.h: Likewise.
13823         * include/stdio.h: Likewise.
13824         * include/stdlib.h: Likewise.
13825         * include/string.h: Likewise.
13826         * include/sys/socket.h: Likewise.
13827         * include/sys/stat.h: Likewise.
13828         * include/sys/statfs.h: Likewise.
13829         * include/sys/statvfs.h: Likewise.
13830         * include/sys/syslog.h: Likewise.
13831         * include/sys/time.h: Likewise.
13832         * include/sys/uio.h: Likewise.
13833         * include/time.h: Likewise.
13834         * include/unistd.h: Likewise.
13835         * include/utmp.h: Likewise.
13836         * include/wchar.h: Likewise.
13837         * include/wctype.h: Likewise.
13838         * inet/aliases.h: Likewise.
13839         * inet/arpa/inet.h: Likewise.
13840         * inet/netinet/ether.h: Likewise.
13841         * inet/netinet/in.h: Likewise.
13842         * intl/libintl.h: Likewise.
13843         * io/bits/fcntl2.h: Likewise.
13844         * io/fcntl.h: Likewise.
13845         * io/ftw.h: Likewise.
13846         * io/sys/poll.h: Likewise.
13847         * io/sys/stat.h: Likewise.
13848         * io/sys/statfs.h: Likewise.
13849         * io/sys/statvfs.h: Likewise.
13850         * io/utime.h: Likewise.
13851         * libio/bits/stdio.h: Likewise.
13852         * libio/bits/stdio2.h: Likewise.
13853         * libio/libio.h: Likewise.
13854         * libio/libioP.h: Likewise.
13855         * libio/stdio.h: Likewise.
13856         * locale/lc-ctype.c: Likewise.
13857         * locale/locale.h: Likewise.
13858         * login/utmp.h: Likewise.
13859         * malloc/arena.c: Likewise.
13860         * malloc/malloc.c: Likewise.
13861         * malloc/malloc.h: Likewise.
13862         * malloc/mcheck.c: Likewise.
13863         * malloc/mtrace.c: Likewise.
13864         * math/bits/mathcalls.h: Likewise.
13865         * math/fenv.h: Likewise.
13866         * math/math_private.h: Likewise.
13867         * misc/bits/error.h: Likewise.
13868         * misc/bits/syslog.h: Likewise.
13869         * misc/err.h: Likewise.
13870         * misc/error.h: Likewise.
13871         * misc/fstab.h: Likewise.
13872         * misc/mntent.h: Likewise.
13873         * misc/regexp.h: Likewise.
13874         * misc/search.h: Likewise.
13875         * misc/sgtty.h: Likewise.
13876         * misc/sys/mman.h: Likewise.
13877         * misc/sys/syslog.h: Likewise.
13878         * misc/sys/uio.h: Likewise.
13879         * misc/sys/xattr.h: Likewise.
13880         * misc/ttyent.h: Likewise.
13881         * nis/rpcsvc/ypclnt.h: Likewise.
13882         * nss/nss.h: Likewise.
13883         * posix/bits/unistd.h: Likewise.
13884         * posix/fnmatch.h: Likewise.
13885         * posix/glob.h: Likewise.
13886         * posix/sched.h: Likewise.
13887         * posix/spawn.h: Likewise.
13888         * posix/sys/wait.h: Likewise.
13889         * posix/unistd.h: Likewise.
13890         * posix/wordexp.h: Likewise.
13891         * pwd/pwd.h: Likewise.
13892         * resolv/netdb.h: Likewise.
13893         * resource/sys/resource.h: Likewise.
13894         * rt/aio.h: Likewise.
13895         * rt/bits/mqueue2.h: Likewise.
13896         * rt/mqueue.h: Likewise.
13897         * shadow/shadow.h: Likewise.
13898         * signal/signal.h: Likewise.
13899         * socket/send.c: Likewise.
13900         * socket/sendto.c: Likewise.
13901         * socket/sys/socket.h: Likewise.
13902         * stdio-common/printf.h: Likewise.
13903         * stdlib/bits/stdlib.h: Likewise.
13904         * stdlib/fmtmsg.h: Likewise.
13905         * stdlib/monetary.h: Likewise.
13906         * stdlib/stdlib.h: Likewise.
13907         * stdlib/ucontext.h: Likewise.
13908         * streams/stropts.h: Likewise.
13909         * string/argz.h: Likewise.
13910         * string/bits/string2.h: Likewise.
13911         * string/string.h: Likewise.
13912         * string/strings.h: Likewise.
13913         * sunrpc/rpc/auth.h: Likewise.
13914         * sunrpc/rpc/auth_des.h: Likewise.
13915         * sunrpc/rpc/clnt.h: Likewise.
13916         * sunrpc/rpc/netdb.h: Likewise.
13917         * sunrpc/rpc/pmap_clnt.h: Likewise.
13918         * sunrpc/rpc/xdr.h: Likewise.
13919         * sysdeps/generic/inttypes.h: Likewise.
13920         * sysdeps/generic/net/if.h: Likewise.
13921         * sysdeps/generic/sys/swap.h: Likewise.
13922         * sysdeps/gnu/net/if.h: Likewise.
13923         * sysdeps/gnu/utmpx.h: Likewise.
13924         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
13925         * sysdeps/i386/i486/bits/string.h: Likewise.
13926         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
13927         * sysdeps/s390/bits/string.h: Likewise.
13928         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
13929         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
13930         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
13931         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
13932         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
13933         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
13934         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
13935         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
13936         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
13937         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
13938         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
13939         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
13940         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
13941         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
13942         * sysdeps/unix/sysv/linux/readv.c: Likewise.
13943         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
13944         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
13945         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
13946         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
13947         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
13948         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
13949         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
13950         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
13951         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
13952         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
13953         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
13954         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
13955         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
13956         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
13957         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
13958         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
13959         * sysvipc/sys/ipc.h: Likewise.
13960         * sysvipc/sys/msg.h: Likewise.
13961         * sysvipc/sys/sem.h: Likewise.
13962         * sysvipc/sys/shm.h: Likewise.
13963         * termios/termios.h: Likewise.
13964         * time/sys/time.h: Likewise.
13965         * time/time.h: Likewise.
13966         * wcsmbs/bits/wchar2.h: Likewise.
13967         * wcsmbs/uchar.h: Likewise.
13968         * wcsmbs/wchar.h: Likewise.
13969         * wctype/wctype.h: Likewise.
13970
13971         [BZ #13551]
13972         * Makeconfig: Remove all but ELF support including AIX support.
13973         * Makerules: Likewise.
13974         * config.h.in: Likewise.
13975         * config.make.in: Likewise.
13976         * configure: Likewise.
13977         * configure.in: Likewise.
13978         * csu/Makefile: Likewise.
13979         * csu/version.c: Likewise.
13980         * debug/Makefile: Likewise.
13981         * dlfcn/Makefile: Likewise.
13982         * elf/Makefile: Likewise.
13983         * extra-lib.mk: Likewise.
13984         * iconv/Makefile: Likewise.
13985         * include/libc-symbols.h: Likewise.
13986         * include/shlib-compat.h: Likewise.
13987         * resolv/Makefile: Likewise.
13988         * resolv/res_libc.c: Likewise.
13989         * rt/Makefile: Likewise.
13990         * sysdeps/i386/asm-syntax.h: Likewise.
13991         * sysdeps/i386/sysdep.h: Likewise.
13992         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
13993         * sysdeps/mach/sysdep.h: Likewise.
13994         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
13995         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
13996         * sysdeps/s390/asm-syntax.h: Likewise.
13997         * sysdeps/s390/s390-32/sysdep.h: Likewise.
13998         * sysdeps/s390/s390-64/sysdep.h: Likewise.
13999         * sysdeps/sh/sysdep.h: Likewise.
14000         * sysdeps/unix/sparc/sysdep.h: Likewise.
14001         * sysdeps/wordsize-32/divdi3.c: Likewise.
14002         * sysdeps/x86_64/sysdep.h: Likewise.
14003
14004         * argp/Versions: Remove _argp_unlock_xxx.
14005
14006         [BZ #13559]
14007         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
14008         * abilist/libBrokenLocale.abilist: Likewise.
14009         * abilist/libanl.abilist: Likewise.
14010         * abilist/libc.abilist: Likewise.
14011         * abilist/libcrypt.abilist: Likewise.
14012         * abilist/libdl.abilist: Likewise.
14013         * abilist/libm.abilist: Likewise.
14014         * abilist/libnsl.abilist: Likewise.
14015         * abilist/libpthread.abilist: Likewise.
14016         * abilist/libresolv.abilist: Likewise.
14017         * abilist/librt.abilist: Likewise.
14018         * abilist/libthread_db.abilist: Likewise.
14019         * abilist/libutil.abilist: Likewise.
14020         * abilist/libnss_db.abilist: New file.
14021
14022         * scripts/abilist.awk: Add support for indirect functions.
14023
14024         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
14025
14026         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
14027
14028         * shlib-versions: Remove entries for ports architectures.
14029
14030         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
14031         files in ports.
14032         * elf/stackguard-macros.h: Remove support for IA-64.
14033         * elf/tst-auditmod1.c: Likewise.
14034         * sysdeps/generic/ldsodefs.h: Likewise.
14035
14036         * sysdeps/unix/sysv/linux/configure.in: Ports should define
14037         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
14038         configure files.
14039
14040         [BZ #13552]
14041         * configure.in: Remove --enable-omitfp support.
14042         * FAQ.in: Adjust.
14043         * config.make.in: Likewise.
14044         * Makeconfig: Likewise.
14045         * manual/install.texi: Likewise.
14046
14047         In case anyone cares, the IA-64 architecture could move to ports.
14048         * sysdeps/ia64/*: Removed.
14049         * sysdeps/unix/sysv/linux/ia64/*: Removed.
14050         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
14051
14052         [BZ #13555]
14053         * configure.in: Remove entries for unsupported architectures.
14054
14055         [BZ #13533]
14056         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
14057         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
14058         routines.
14059         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
14060         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
14061         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
14062         fall back to using wcrtomb.
14063         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
14064         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
14065         renaming.
14066         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
14067         * wcsmbs/tst-c16c32-1.c: New file.
14068
14069         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
14070         local variable.
14071
14072         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
14073
14074         * elf/tst-unique3.cc: Add explicit declaration of gets.
14075         * elf/tst-unique3lib.cc: Likewise.
14076         * elf/tst-unique3lib2.cc: Likewise.
14077         * elf/tst-unique4.cc: Likewise.
14078
14079         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
14080
14081 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
14082
14083         [BZ #13566]
14084         * assert/assert.h (static_assert): Don't define for C++.
14085         * libio/stdio.h (gets): Do declare for C++ <= C++11.
14086         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
14087
14088 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
14089
14090         * iconv/loop.c (single loop): Fix assertion in storing of
14091         remaining bytes.
14092
14093         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
14094
14095 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
14096
14097         * posix/getconf.c: Update copyright year.
14098         * nss/getent.c: Likewise.
14099         * nss/makedb.c: Likewise.
14100         * iconv/iconvconfig.c: Likewise.
14101         * iconv/iconv_prog.c: Likewise.
14102         * elf/ldconfig.c: Likewise.
14103         * elf/pldd.c: Likewise.
14104         * elf/sotruss.ksh: Likewise.
14105         * catgets/gencat.c: Likewise.
14106         * csu/version.c: Likewise.
14107         * elf/ldd.bash.in: Likewise.
14108         * elf/sprof.c (print_version): Likewise.
14109         * locale/programs/locale.c: Likewise.
14110         * locale/programs/localedef.c: Likewise.
14111         * login/programs/pt_chown.c: Likewise.
14112         * nscd/nscd.c (print_version): Likewise.
14113         * debug/xtrace.sh: Likewise.
14114         * malloc/memusage.sh: Likewise.
14115         * malloc/mtrace.pl: Likewise.
14116         * debug/catchsegv.sh: Likewise.
14117
14118 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
14119
14120         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
14121         pure attribute.
14122
14123 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
14124
14125         [BZ #13533]
14126         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
14127         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
14128         transformations.
14129         * iconv/gconv_int.h: Likewise.
14130         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
14131         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
14132         from libc for GLIBC_2.16.
14133         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
14134         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
14135         * wcsmbs/uchar.h: Really define mbstate_t.
14136         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
14137         * wcsmbs/c16rtomb.c: New file.
14138         * wcsmbs/mbrtoc16.c: New file.
14139         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
14140         for C/POSIX locale.
14141         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
14142         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
14143
14144         * wcsmbs/wchar.h: Add missing __restrict.
14145
14146 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
14147
14148         [BZ #13532]
14149         * time/Makefile (routines): Add timespec_get.
14150         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
14151         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
14152         timespec for ISO C11.
14153         * time/timespec_get.c: New file.
14154         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
14155         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
14156
14157         [BZ #13531]
14158         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
14159         * stdlib/stdlib.h: Declare aligned_alloc.
14160         * Versions.def: Add GLIBC_2.16 for libc.
14161         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
14162
14163         [BZ 13527]
14164         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
14165         ISO C11.
14166
14167         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
14168         code.
14169
14170         [BZ #13528]
14171         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
14172
14173         [BZ #13529]
14174         * assert/assert.h (static_assert): Define.
14175
14176         * version.h: Update for 2.16 development version.
14177
14178         [BZ #13526]
14179         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
14180         _ISOC11_SOURCE.
14181
14182         * version.h (RELEASE): Bump for 2.15 release.
14183         * include/features.h (__GLIBC_MINOR__): Bump to 15.
14184
14185         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
14186         Patch by Marek Polacek <mpolacek@redhat.com>.
14187
14188         * bits/byteswap.h: Protect long long constants with __extension__.
14189         * sysdeps/i386/bits/byteswap.h: Likewise.
14190         * sysdeps/ia64/bits/byteswap.h: Likewise.
14191         * sysdeps/s390/bits/byteswap.h: Likewise.
14192         * sysdeps/x86_64/bits/byteswap.h: Likewise.
14193
14194 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14195
14196         [BZ #13540]
14197         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
14198         destination buffer.
14199         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
14200
14201 2011-12-23  Marek Polacek  <polacek@redhat.com>
14202
14203         * elf/dl-addr.c (determine_info): Add inline keyword.
14204         * elf/tst-auditmod4b.c (check_avx): Likewise.
14205         * elf/tst-auditmod6b.c (check_avx): Likewise.
14206         * elf/tst-auditmod6c.c (check_avx): Likewise.
14207         * elf/tst-auditmod7b.c (check_avx): Likewise.
14208
14209 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
14210
14211         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
14212         !__SSE_MATH__.
14213
14214 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14215
14216         [BZ #13540]
14217         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
14218         processing for last bytes.
14219
14220 2011-08-06  Bruno Haible  <bruno@clisp.org>
14221
14222         [BZ #13061]
14223         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
14224         U+0385, not to U+1FEE.
14225
14226         [BZ #13062]
14227         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
14228         entry for U+00A5 U+0301.
14229
14230 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
14231
14232         [BZ #13166]
14233         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
14234         buffer for the output is too small.
14235
14236         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
14237         optimization.
14238
14239         [BZ #13185]
14240         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
14241         SSE flags if possible.
14242
14243 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14244
14245         [BZ #13540]
14246         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
14247         processing for last bytes.
14248
14249 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
14250
14251         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
14252         (syscall-list-default-options, syscall-list-default-condition)
14253         (syscall-list-includes): Define.
14254         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
14255         list of ABIs and options and #if conditions for each ABI.  Do not
14256         handle common syscalls between ABIs specially.
14257         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
14258         Remove.
14259         (syscall-list-variants, syscall-list-32bit-options)
14260         (syscall-list-32bit-condition, syscall-list-64bit-options)
14261         (syscall-list-64bit-condition): Define.
14262         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
14263         (syscall-list-variants, syscall-list-32bit-options)
14264         (syscall-list-32bit-condition, syscall-list-64bit-options)
14265         (syscall-list-64bit-condition): Define.
14266         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
14267         Remove.
14268         (syscall-list-variants, syscall-list-32bit-options)
14269         (syscall-list-32bit-condition, syscall-list-64bit-options)
14270         (syscall-list-64bit-condition): Define.
14271         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
14272         Remove.
14273         (syscall-list-variants, syscall-list-32bit-options)
14274         (syscall-list-32bit-condition, syscall-list-64bit-options)
14275         (syscall-list-64bit-condition): Define.
14276
14277 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
14278
14279         * locale/iso-639.def: Add brx entry.
14280
14281         [BZ #13328]
14282         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
14283         Proposed by Mariusz_Cukr <marcukr@op.pl>.
14284
14285         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
14286         __feraiseexcept_renamed.
14287
14288 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
14289
14290         [BZ #13538]
14291         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
14292         EPOLLET with unsigned values.
14293         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
14294         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
14295
14296         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
14297         to large cancellation.
14298         * math/s_cacoshf.c: Likewise.
14299         * math/s_cacoshl.c: Likewise.
14300
14301 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
14302
14303         [BZ #13305]
14304         [BZ #12786]
14305         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
14306         * math/s_cacoshf.c: Likewise.
14307         * math/s_cacoshl.c: Likewise.
14308
14309 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
14310
14311         [BZ #13439]
14312         * iconv/gconv.h: Define __GCONV_SWAP.
14313         * iconvdata/unicode.c: The swap bit must be stored in __flags.
14314         * iconvdata/utf-16.c: Likewise.
14315         * iconvdata/utf-32.c: Likewise.
14316
14317 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
14318
14319         [BZ #13524]
14320         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
14321         numerator after shifting it by one limb.
14322
14323 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
14324
14325         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
14326         under [__USE_EXTERN_INLINES].
14327
14328 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
14329
14330         [BZ #13446]
14331         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
14332
14333 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14334
14335         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
14336         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
14337         optimized code.
14338         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
14339         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
14340         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
14341         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
14342         for strncasecmp/strncasecmp_l compilation.
14343         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
14344         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
14345
14346 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
14347
14348         [BZ #13484]
14349         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
14350         of __asm__.
14351
14352 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
14353
14354         [BZ #13506]
14355         * time/tzfile.c (__tzfile_read): Check values from file header.
14356
14357 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
14358
14359         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
14360         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
14361         * powerpc/powerpc32/dl-start.S: Likewise.
14362         * powerpc/powerpc32/elf/start.S: Likewise.
14363         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14364         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
14365         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
14366         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
14367         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
14368         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
14369         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
14370         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
14371         * powerpc/powerpc32/fpu/s_round.S: Likewise.
14372         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
14373         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
14374         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
14375         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
14376         * powerpc/powerpc32/memset.S: Likewise.
14377         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
14378         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
14379         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
14380         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
14381         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
14382         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
14383         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
14384         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
14385         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
14386         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
14387         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
14388         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
14389         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
14390
14391 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14392
14393         * math/libm-test.inc: Added more nearbyint tests.
14394         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
14395         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
14396         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
14397         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
14398
14399 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
14400
14401         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
14402         FD_CLOEXEC.
14403
14404 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14405
14406         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
14407         Add wcscpy-ssse3 wcscpy-c.
14408         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
14409         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
14410         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
14411         * sysdeps/x86_64/wcschr.S: New file.
14412         * sysdeps/x86_64/wcsrchr.S: New file.
14413         * string/test-strcmp.c: Remove checking of wcscmp function for
14414         wrong alignments.
14415         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
14416         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
14417         wcsrchr-sse2 wcsrchr-c.
14418         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
14419         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
14420         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
14421         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
14422         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
14423         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
14424         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
14425         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
14426         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
14427         * wcsmbc/wcschr.c (WCSCHR): New macro.
14428
14429 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14430
14431         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
14432         * wcsmbs/test-wcsrchr.c: New file.
14433         * string/test-strrchr.c: Add wcsrchr support.
14434         (WIDE): New macro.
14435         * wcsmbs/test-wcscpy.c: New file.
14436         * string/test-strcpy.c: Add wcscpy support.
14437         (WIDE): New macro.
14438
14439 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
14440
14441         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
14442         the inner loop.
14443
14444 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
14445
14446         [BZ #13472]
14447         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
14448
14449 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
14450
14451         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
14452         Minor optimizations.
14453
14454         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
14455         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
14456         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
14457
14458 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
14459
14460         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
14461         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
14462         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
14463         for gcc to avoid warnings.
14464         * inet/Makefile (tests): Add tst-checks.
14465         * inet/tst-checks.c: New file.
14466
14467         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
14468         warning.
14469
14470         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
14471         __wmemcmp_sse2.
14472
14473         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
14474         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
14475
14476         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
14477
14478 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
14479
14480         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
14481         problem.
14482
14483         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
14484
14485 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
14486
14487         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
14488         conditional on GCC version.
14489         (__arch_compare_and_exchange_val_8_acq)
14490         (__arch_compare_and_exchange_val_16_acq)
14491         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
14492         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
14493         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
14494
14495 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
14496
14497         * sysdeps/sh/backtrace.c: New file.
14498
14499 2011-12-02  Andreas Schwab  <schwab@redhat.com>
14500
14501         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
14502         parenthesis.
14503
14504 2011-12-01  Andreas Schwab  <schwab@redhat.com>
14505
14506         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
14507         falling back to utime.
14508
14509 2011-11-30  Andreas Schwab  <schwab@redhat.com>
14510
14511         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
14512         expectations for float.
14513
14514 2011-11-29  Andreas Schwab  <schwab@redhat.com>
14515
14516         * locale/weight.h (findidx): Add parameter len.
14517         * locale/weightwc.h (findidx): Likewise.
14518         * posix/fnmatch_loop.c (FCT): Adjust caller.
14519         * posix/regcomp.c (build_equiv_class): Likewise.
14520         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
14521         * posix/regexec.c (check_node_accept_bytes): Likewise.
14522         * string/strcoll_l.c (STRCOLL): Likewise.
14523         * string/strxfrm_l.c (STRXFRM): Likewise.
14524
14525 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
14526
14527         * Makefile.in: Remove CVSOPT handling.
14528         * configure.in: Remove use of AC_REVISION.
14529         * iconvdata/Makefile (distribute): No need to filter out CVS.
14530         * scripts/list-sources.sh: Remove CVS, subversion and monotone
14531         handling.
14532
14533 2011-11-16  Andreas Schwab  <schwab@redhat.com>
14534
14535         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
14536         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
14537         [USE_AS_STRNCASECMP_L]: Likewise.
14538         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
14539         NO_TLS_DIRECT_SEG_REFS.
14540         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
14541         Fix argument offsets for non-PIC.
14542         [USE_AS_STRNCASECMP_L]: Likewise.
14543         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
14544         NO_TLS_DIRECT_SEG_REFS.
14545
14546 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
14547
14548         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
14549         O_CLOEXEC.
14550         * locale/loadlocale.c (_nl_load_locale): Likewise.
14551
14552 2011-11-15  Andreas Schwab  <schwab@redhat.com>
14553
14554         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
14555         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
14556         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
14557         (SYSCALL_GETTIME): Set errno on error.
14558
14559         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
14560         count references to noai6ai_cached.
14561
14562 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
14563
14564         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
14565
14566         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
14567         FD_CLOEXEC for /proc/self/maps.
14568
14569         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
14570         FD_CLOEXEC for /proc/meminfo.
14571
14572         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
14573         gai.conf.
14574
14575         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
14576         FD_CLOEXEC for given file.
14577
14578         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
14579
14580         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
14581         FD_CLOEXEC for /etc/hosts.
14582         (_gethtent): Likewise.
14583
14584         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
14585
14586         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
14587         cancellation and set FD_CLOEXEC for /etc/netgroup.
14588
14589         * nss/nss_files/files-key.c (search): Don't allow cancellation when
14590         reading /etc/publickey.
14591
14592         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
14593         allow cancellation when reading /etc/group.
14594
14595         * nss/nss_files/files-alias.c (internal_setent): Don't allow
14596         cancellation.
14597         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
14598
14599         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
14600         when using data file.
14601
14602         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
14603
14604         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
14605         (write_nis_obj): Use "c" and "e" in fopen.
14606
14607         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
14608
14609         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
14610
14611         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
14612
14613         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
14614
14615         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
14616         locale.alias.
14617
14618         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
14619
14620         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
14621
14622         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
14623
14624         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
14625         file parsing and set FD_CLOEXEC.
14626
14627 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
14628
14629         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
14630
14631 2011-11-14  Andreas Schwab  <schwab@redhat.com>
14632
14633         * malloc/arena.c (arena_get2): Don't call reused_arena when
14634         _int_new_arena failed.
14635
14636 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
14637
14638         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
14639         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
14640         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
14641         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
14642         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
14643         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
14644         to compile strcasecmp and strncasecmp.
14645         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
14646         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
14647
14648         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
14649
14650 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
14651
14652         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
14653         locale-defines.sym to gen-as-const-headers.
14654         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
14655         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
14656         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
14657         to compile strcasecmp and strncasecmp.
14658         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
14659         strcasecmp_l and strncasecmp_l.
14660         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
14661         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
14662         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
14663         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
14664         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
14665         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
14666         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
14667         * sysdeps/i386/i686/multiarch/strncase.S: New file.
14668         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
14669         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
14670         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
14671
14672 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
14673
14674         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
14675         result of SYSDEP_GETTIME_CPU to retval.
14676         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
14677         parameter list to macro.  Remove trailing semicolon.  Adjust users.
14678
14679         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
14680         variable.
14681
14682         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
14683         mantissa words.
14684         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
14685
14686         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
14687         from unused variable.
14688
14689         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
14690         DWARF definitions.
14691         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
14692         for assembling.
14693
14694         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
14695         over namespaces.
14696
14697         * sunrpc/rpc_prot.c (rejected): Fix case value.
14698
14699         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
14700         unsigned long long int to avoid warnings in shift.
14701
14702         * posix/regex_internal.c (re_string_reconstruct): Actually use result
14703         of use of trans.
14704         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
14705         variable tmp.
14706
14707         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
14708         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
14709         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
14710
14711         * nis/nis_table.c (nis_list): Use variable of correct type for
14712         result of __follow_path call.
14713
14714 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14715
14716         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
14717         of math functions ceil, trunc, floor, round, and sqrt, when
14718         avaliable on the platform.
14719         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
14720         name clash.
14721         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
14722         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
14723         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
14724
14725 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
14726
14727         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
14728         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
14729
14730 2011-11-11  Roland McGrath  <roland@hack.frob.com>
14731
14732         * include/unistd.h: Fix __readlink return type.
14733         Reported by Chris Metcalf <cmetcalf@tilera.com>.
14734
14735 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
14736
14737         * stdlib/ucontext.h: Undo last change for makecontext.
14738
14739 2011-11-11  Andreas Schwab  <schwab@redhat.com>
14740
14741         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
14742
14743         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
14744         * setjmp/setjmp.h: Mark functions as non-leaf.
14745         * setjmp/bits/setjmp2.h: Likewise.
14746         * stdlib/ucontext.h: Likewise.
14747
14748 2011-11-10  Andreas Schwab  <schwab@redhat.com>
14749
14750         * malloc/arena.c (_int_new_arena): Don't increment narenas.
14751         (reused_arena): Don't check arena limit.
14752         (arena_get2): Atomically check arena limit.
14753
14754 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
14755
14756         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
14757         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
14758
14759         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
14760         instructions.
14761
14762 2011-11-07  Andreas Schwab  <schwab@redhat.com>
14763
14764         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
14765         handler when locking.
14766
14767         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
14768         Fix size of allocated buffer.
14769
14770 2011-11-04  Andreas Schwab  <schwab@redhat.com>
14771
14772         [BZ #10103]
14773         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
14774         declarations for long double functions.
14775         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
14776
14777         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
14778
14779 2011-11-03  Andreas Schwab  <schwab@redhat.com>
14780
14781         * nscd/nscd.c (main): Don't start AVC thread until credentials are
14782         installed.
14783
14784         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
14785         is disabled.
14786
14787 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14788
14789         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
14790
14791 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
14792
14793         * include/alloca.h (stackinfo_alloca_round): Define.
14794         (extend_alloca): Use it.
14795         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
14796         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
14797         here.
14798
14799         * scripts/check-local-headers.sh: Ignore libaudit.h.
14800
14801         * nscd/Makefile (extra-objs): Make recursively expanded.
14802
14803 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
14804
14805         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
14806         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
14807
14808         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
14809         * posix/tst-rfc3484-2.c: Likewise.
14810         * posix/tst-rfc3484-3.c: Likewise.
14811
14812         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
14813         process_vm_writev.
14814         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
14815         process_vm_writev.
14816         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
14817         process_vm_writev from libc using GLIBC_2.15 version.
14818
14819         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
14820
14821 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
14822
14823         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
14824         stack usage.
14825
14826 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
14827
14828         [BZ #13367]
14829         * nss/getent.c (initgroups_keys): Show error message in case no group
14830         names are given.
14831
14832         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
14833         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
14834         __bump_nl_timestamp.
14835         * nscd/connections (nscd_init): When host database is served open
14836         netlink socket and request notification about configuration changes.
14837         (main_loop_poll): Track netlink file descriptor and bump timestamp
14838         in case data becomes available.
14839         (main_loop_epoll): Likewise.
14840         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
14841         (database_pers_head): Add extra_data fileds.
14842         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
14843         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
14844         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
14845         Adjust caller.
14846         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
14847         in6ai data, call __free_in6ai.
14848         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
14849         Add -DHAVE_NETLINK.
14850         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
14851         interface information.  Reuse previous data if netlink timestamp
14852         is not changed.
14853         (__bump_nl_timestamp): New function.
14854         (__free_in6ai): New function.
14855
14856 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
14857
14858         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
14859         close_not_cancel_no_status here.
14860         (__check_pf): Reorganize code a bit to not call close twice if OOM.
14861
14862 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
14863
14864         [BZ #13276]
14865         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
14866         return value.
14867
14868         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
14869         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
14870         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
14871
14872 2011-07-03  Andreas Jaeger  <aj@suse.de>
14873
14874         [BZ #10709]
14875         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
14876         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
14877         * math/libm-test.inc (sin_test): Add test case.
14878
14879 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
14880
14881         [BZ #13337]
14882         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
14883         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
14884
14885         * elf/chroot_canon.c (chroot_canon): Cleanups.
14886
14887         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
14888
14889         [BZ #13335]
14890         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
14891         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
14892
14893         * string/test-strchr.c: Make usable for strchrnul testing.
14894         * string/test-strchrnul.c: New file.
14895         * string/Makefile (strop-tests): Add strchrnul.
14896
14897         * po/it.po: Update from translation team.
14898         * po/es.po: Likewise.
14899
14900 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
14901
14902         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
14903         the three constants needed as parameters.  Drop the others.
14904         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
14905         __m128i_strloadu_tolower.
14906         Create and initialize variable zero and use it in all the places
14907         where _mm_setzero_si128 was used.
14908
14909         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
14910         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
14911         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
14912         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
14913         anymore.
14914         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
14915         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
14916         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
14917         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
14918         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
14919         __mpranred, __mptan.
14920         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
14921         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
14922         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
14923         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
14924         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
14925         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
14926         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
14927         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
14928         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
14929
14930 2011-10-28  Andreas Schwab  <schwab@redhat.com>
14931
14932         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
14933         redefine if SHARED.
14934         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
14935
14936         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
14937         wide char related routines to wcsmbs subdir.
14938
14939 2011-10-27  Andreas Schwab  <schwab@redhat.com>
14940
14941         [BZ #13344]
14942         * misc/sys/cdefs.h (__THROWNL): Define.
14943         * posix/unistd.h: Use __THREADNL instead of __THREAD
14944         for memory synchronization functions.
14945
14946 2011-10-26  Roland McGrath  <roland@hack.frob.com>
14947
14948         [BZ #13349]
14949         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
14950         doesn't exist.
14951         * manual/stdio.texi (Obstack Streams): Node removed.
14952
14953 2011-10-26  Andreas Schwab  <schwab@redhat.com>
14954
14955         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
14956         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
14957         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
14958
14959         * math/math_private.h (math_force_eval): Allow non-addressable
14960         arguments.
14961         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
14962
14963 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
14964
14965         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
14966         file is not needed.
14967
14968         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
14969         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
14970         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
14971         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
14972         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
14973         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
14974         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
14975         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
14976         Add AVX variants.
14977         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
14978         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
14979         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
14980         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
14981         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
14982         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
14983         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
14984         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
14985         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
14986         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
14987         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
14988         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
14989         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
14990         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
14991         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
14992         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
14993         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
14994         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
14995         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
14996
14997         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
14998         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
14999
15000         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
15001         place.  Use VEX encoding when compiling for AVX.
15002
15003 2011-10-25  Andreas Schwab  <schwab@redhat.com>
15004
15005         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
15006         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
15007
15008         * string/test-strchr.c (do_test): Don't generate NUL bytes.
15009
15010 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
15011
15012         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
15013         useless if() expression.
15014         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15015         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15016         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15017         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15018         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15019         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
15020         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
15021         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
15022         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
15023         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
15024         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
15025         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
15026         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
15027         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
15028         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
15029         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
15030         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
15031         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
15032         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
15033
15034         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
15035
15036 2011-10-25  Andreas Schwab  <schwab@redhat.com>
15037
15038         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
15039         condition.
15040         * elf/dl-fini.c (_dl_sort_fini): Likewise.
15041
15042 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
15043
15044         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
15045         .text section.  Avoid duplicate constants.
15046         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
15047         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15048         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
15049         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15050         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15051         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15052         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15053         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15054         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15055         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
15056         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15057         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
15058         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
15059         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
15060         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
15061         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
15062         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
15063         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15064         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15065         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15066         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
15067         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
15068         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15069         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
15070         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
15071         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
15072         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
15073         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
15074         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
15075         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
15076         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
15077         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
15078         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
15079         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
15080         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
15081         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
15082         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
15083         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
15084         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
15085         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
15086         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
15087         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
15088         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
15089         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
15090         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
15091
15092 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
15093
15094         * sysdeps/x86_64/dla.h: Move to ...
15095         * sysdeps/x86_64/fpu/dla.h: ...here.
15096         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
15097         situations.  Use __builtin_fma only for gcc 4.6 and up.
15098
15099         * config.make.in: Add have-mfma4 entry.
15100         * configure.in: Substitute libc_cv_cc_fma4.
15101         * math/Makefile (dbl-only-routines): Add sincostab.
15102         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
15103         Use __sincostab not sincos.
15104         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
15105         name is a macro.
15106         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15107         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15108         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15109         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
15110         using __copysign.
15111         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
15112         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
15113         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
15114         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
15115         and __inv.
15116         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
15117         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
15118         __copysign.
15119         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
15120         define aliases when function name is a macro.
15121         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
15122         sysdeps/ieee754/dbl-64/sincos.tbl.
15123         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
15124         fma4-enabled routines.
15125         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
15126         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
15127         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
15128         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
15129         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
15130         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
15131         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
15132         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
15133         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
15134         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
15135         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
15136         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
15137         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
15138         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
15139         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
15140         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
15141         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
15142         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
15143         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
15144         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
15145         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
15146         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
15147         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
15148         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
15149         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
15150         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
15151         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
15152         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
15153         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
15154         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
15155
15156         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
15157         rename.
15158         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15159         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15160         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15161         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15162         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15163         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15164         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15165         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15166
15167 2011-10-24  Andreas Schwab  <schwab@redhat.com>
15168
15169         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
15170
15171 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
15172
15173         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
15174
15175         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
15176         prediction.
15177         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
15178
15179         * string/strnlen.c: Don't define STRNLEN, reverse logic.
15180         Remove unused variable magic_bits.
15181         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
15182
15183         * string/strnlen.c: Define and use STRNLEN macro.
15184         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
15185         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
15186         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
15187         * wcsmbs/wcslen.c: Define and use WCSLEN.
15188         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
15189         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
15190         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
15191         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
15192         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
15193         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
15194         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
15195
15196 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15197
15198         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15199         strnlen-sse2-no-bsf.
15200         Rename strlen-no-bsf to strlen-sse2-no-bsf.
15201         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
15202         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
15203         Add strnlen support.
15204         (USE_AS_STRNLEN): New macro.
15205         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
15206         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
15207         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
15208         * sysdeps/x86_64/wcslen.S: New file.
15209
15210 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
15211
15212         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
15213         XMM-moves are used for copying on small sizes.
15214
15215 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15216
15217         * wcsmbs/Makefile (strop-tests): Add wcschr.
15218         * wcsmbs/test-wcschr.c: New file.
15219         * string/test-strchr.c: Update.
15220         Add wcschr support.
15221         (WIDE): New macro.
15222
15223 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15224
15225         * wcsmbs/Makefile (strop-tests): Add wcslen.
15226         * wcsmbs/test-wcslen.c: New file.
15227         * string/test-strlen.c: Update.
15228         Add wcslen support.
15229         (WIDE): New macro.
15230
15231 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
15232
15233         * po/it.po: Update from translation team.
15234
15235 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15236
15237         * sysdeps/x86_64/wcscmp.S: Update.
15238         Fix wrong comparison semantics.
15239         wcscmp shall use signed comparison not unsigned.
15240         Don't use substraction to avoid overflow bug.
15241         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
15242         * wcsmbc/wcscmp.c: Likewise.
15243         * string/test-strcmp.c: Likewise.
15244         Add new tests to check cases with negative values.
15245
15246 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
15247
15248         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
15249         * sysdeps/x86_64/dla.h: ...here.  New file.
15250         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
15251         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15252         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15253         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15254         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15255         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15256         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15257         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15258         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15259
15260 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
15261
15262         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
15263         __ynl_finite aliases.
15264
15265 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
15266
15267         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15268
15269         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
15270         define DLA_FMA.
15271         [DLA_FMA] (EMULV): Use DLA_FMA.
15272         [DLA_FMA] (MUL12): Use EMULV.
15273         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
15274         that are not needed.
15275         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15276         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15277         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15278         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15279         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15280         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15281         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15282
15283 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
15284
15285         * math/s_nan.c: Undef __nan.
15286         * math/s_nanf.c: Undef __nanf.
15287         * math/s_nanl.c: Undef __nanl.
15288         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
15289         "math_private.h".
15290
15291 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
15292
15293         * math/s_catan.c: Add branch predictions.
15294         * math/s_catanf.c: Likewise.
15295         * math/s_catanh.c: Likewise.
15296         * math/s_catanhf.c: Likewise.
15297         * math/s_catanhl.c: Likewise.
15298         * math/s_catanl.c: Likewise.
15299         * math/s_cexp.c: Likewise.
15300         * math/s_cexpf.c: Likewise.
15301         * math/s_cexpl.c: Likewise.
15302         * math/s_clog.c: Likewise.
15303         * math/s_clog10.c: Likewise.
15304         * math/s_clog10f.c: Likewise.
15305         * math/s_clog10l.c: Likewise.
15306         * math/s_clogf.c: Likewise.
15307         * math/s_clogl.c: Likewise.
15308         * math/s_csqrt.c: Likewise.
15309         * math/s_csqrtf.c: Likewise.
15310         * math/s_csqrtl.c: Likewise.
15311         * math/s_ctanf.c: Likewise.
15312         * math/s_ctanh.c: Likewise.
15313         * math/s_ctanhf.c: Likewise.
15314         * math/s_ctanhl.c: Likewise.
15315         * math/s_ctanl.c: Likewise.
15316
15317         * math/math_private.h: Define __nan, __nanf, __nanl.
15318         * math/s_cacosh.c: Include <math_private.h>.
15319         * math/s_cacoshl.c: Likewise.
15320         * math/s_casinh.c: Likewise.
15321         * math/s_casinhf.c: Likewise.
15322         * math/s_casinhl.c: Likewise.
15323         * math/s_ccos.c: Rely entire on ccosh.
15324         * math/s_ccosf.c: Rely entire on ccoshf.
15325         * math/s_ccosl.c: Rely entirely on ccoshl.
15326         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
15327         Remove tests for FE_INVALID.
15328         * math/s_ccoshf.c: Likewise.
15329         * math/s_ccoshl.c: Likewise.
15330         * math/s_csin.c: Likewise.
15331         * math/s_csinf.c: Likewise.
15332         * math/s_csinh.c Likewise.
15333         * math/s_csinhf.c: Likewise.
15334         * math/s_csinhl.c: Likewise.
15335         * math/s_csinl.c: Likewise.
15336         * math/s_ctan.c: Likewise.
15337         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
15338         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
15339         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
15340
15341 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
15342
15343         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
15344         compilation problems.
15345
15346         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
15347         __builtin_expect.
15348
15349 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
15350
15351         * sysdeps/i386/configure.in: Test for -mfma4 option.
15352         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
15353         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
15354         COMMON_CPUID_INDEX_80000001.
15355         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
15356         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
15357         use it if FMA3 is not supported.
15358         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
15359
15360         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
15361         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
15362
15363 2011-10-20  Andreas Schwab  <schwab@redhat.com>
15364
15365         [BZ #12892]
15366         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
15367         it would create a cycle with a link time dependency.
15368
15369 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
15370
15371         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
15372         instruction.
15373         * string/Makefile (strop-tests): Add rawmemchr.
15374         * string/test-rawmemchr.c: New file.
15375
15376         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
15377         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
15378         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
15379         when compiling str{,n}casecmp and when AVX is available.  Hook up
15380         new optimized code in initializers.
15381
15382 2011-10-19  Andreas Schwab  <schwab@redhat.com>
15383
15384         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
15385         __feraiseexcept instead of feraiseexcept.
15386
15387 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
15388
15389         * math/math_private.h: Define defaults for libc_fetestexcept and
15390         libc_feupdateenv.
15391         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
15392         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
15393         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
15394         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
15395         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
15396         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
15397         libc_fetestexcept and libc_feupdateenv.
15398
15399         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
15400         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
15401         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
15402         * sysdeps/x86_64/fpu/math_private.h: Define special version of
15403         libc_feholdexcept_setround.
15404
15405         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
15406         Add s_nearbyint-c and s_nearbyintf-c.
15407         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
15408         nearbyintf inlines.
15409         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
15410         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
15411         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
15412         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
15413
15414         * math/math_private.h: Define defaults for libc_fegetround,
15415         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
15416         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
15417         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
15418         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
15419         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
15420         standard functions.
15421         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15422         Remove comments and hacks for old compiler versions.
15423         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
15424         libc_fegetround, libc_fesetround, libc_feholdexcept, and
15425         libc_feholdexceptl.
15426
15427 2011-10-18  Andreas Schwab  <schwab@redhat.com>
15428
15429         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
15430         (__feraiseexcept_renamed): Add __NTH.
15431         (feraiseexcept): Add __NTH.  Rename local variables to fix
15432         namespace violations.
15433
15434 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
15435
15436         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
15437
15438         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
15439
15440         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
15441         recently added interfaces.
15442         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
15443
15444         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
15445         about macro parameter expansion.
15446
15447         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
15448         __NO_MATH_INLINES is defined.  Cleanups.
15449
15450         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
15451         and __floorf is target has SSE4.1.
15452         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
15453         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
15454         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
15455         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
15456
15457         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
15458         name.
15459         (floorf): Likewise.
15460
15461         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
15462
15463 2011-10-17  Andreas Schwab  <schwab@redhat.com>
15464
15465         * misc/sys/cdefs.h: Fix last change.
15466
15467         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
15468         database lookup.
15469
15470 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
15471
15472         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
15473
15474         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
15475         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15476         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15477         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
15478         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
15479         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
15480         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
15481         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
15482         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
15483         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
15484         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
15485         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
15486         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
15487         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
15488         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
15489         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
15490         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
15491         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
15492         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
15493         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
15494         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
15495         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
15496
15497         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
15498         ceil, ceilf, floor, floorf.
15499
15500         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
15501         Perform IRELATIVE relocations last.
15502
15503         * elf/do-rel.h: Add another parameter nrelative, replacing the
15504         local variable with the same name.  Change name of the function
15505         to end in Rel or Rela (uppercase).
15506         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
15507         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
15508         elf_dynamic_do_##reloc function.
15509
15510 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
15511
15512         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
15513         is sufficient, at least on modern CPUs.
15514
15515         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
15516
15517         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
15518         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
15519
15520         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
15521         __expl_finite.
15522         * math/bits/math-finite.h: Add entries for exp.
15523         * math/e_expl.c: Add __*_finite alias.
15524         * sysdeps/i386/fpu/e_exp.S: Likewise.
15525         * sysdeps/i386/fpu/e_expf.S: Likewise.
15526         * sysdeps/i386/fpu/e_expl.c: Likewise.
15527         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15528         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
15529         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
15530         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
15531         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
15532         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
15533         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
15534
15535         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
15536         is sufficient, at least on modern CPUs.
15537
15538         * ctype/ctype-info.c (__ctype_init): Define.
15539         * include/ctype.h (__ctype_init): Declare.
15540         (__ctype_b_loc): The variable is always initialized.
15541         (__ctype_toupper_loc): Likewise.
15542         (__ctype_tolower_loc): Likewise.
15543         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
15544         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
15545
15546 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
15547
15548         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
15549
15550         * configure.in: Also look in $cxxmachine/include for C++ system
15551         headers.
15552
15553 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15554
15555         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
15556         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
15557         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
15558         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
15559         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
15560         (USE_AS_WMEMCMP): New macro.
15561         Fixing indents.
15562         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
15563         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
15564         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
15565         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
15566         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15567         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
15568         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
15569         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
15570         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
15571         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
15572         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
15573         (USE_AS_WMEMCMP): New macro.
15574         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
15575         * sysdeps/string/test-memcmp.c: Update.
15576         Fix simple_wmemcmp.
15577         Add new tests.
15578         * wcsmbs/wmemcmp.c: Update.
15579         (WMEMCMP): New macro.
15580         Fix overflow bug.
15581
15582 2011-10-12  Andreas Jaeger  <aj@suse.de>
15583
15584         [BZ #13268]
15585         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
15586
15587 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
15588
15589         * libio/iofwide.c (do_length): Avoid warning.
15590
15591         * ctype/ctype.h (__isctype_f): Add missing __THROW.
15592
15593 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
15594
15595         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
15596
15597         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
15598         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
15599         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
15600         * sysdeps/i386/i686/fpu/e_log.S: New file.
15601         * sysdeps/i386/i686/fpu/e_logf.S: New file.
15602         * sysdeps/i386/i686/fpu/e_logl.S: New file.
15603
15604         * ctype/ctype.h: Add support for inlined isXXX functions when
15605         compiling C++ code.
15606
15607 2011-10-14  Andreas Schwab  <schwab@redhat.com>
15608
15609         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
15610
15611         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
15612
15613 2011-10-13  Roland McGrath  <roland@hack.frob.com>
15614
15615         [BZ #13291]
15616         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
15617
15618 2011-10-13  Andreas Schwab  <schwab@redhat.com>
15619
15620         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
15621         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
15622         feraiseexcept.
15623
15624         * sysdeps/x86_64/memrchr.S: Check for zero size.
15625
15626         * string/stratcliff.c: Add memrchr tests.
15627
15628 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15629
15630         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15631         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
15632         rawmemchr-sse2 rawmemchr-sse2-bsf.
15633         * sysdeps/i386/i686/multiarch/memchr.S: New file.
15634         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
15635         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
15636         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
15637         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
15638         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
15639         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
15640         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
15641         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
15642         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
15643         * string/memrchr.c (MEMRCHR): New macro.
15644
15645 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
15646
15647         Add integration with gcc's -ffinite-math-only and optimize wrapper
15648         functions in libm.
15649         * Versions.def: Define GLIBC_2.15 version for libm.
15650         * math/Makefile (headers): Add bits/math-finite.h.
15651         * math/bits/math-finite.h: New file.
15652         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
15653         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
15654         * math/e_acoshl.c: Add __*_finite alias.
15655         * math/e_acosl.c: Likewise.
15656         * math/e_asinl.c: Likewise.
15657         * math/e_atan2l.c: Likewise.
15658         * math/e_atanhl.c: Likewise.
15659         * math/e_coshl.c: Likewise.
15660         * math/e_exp10.c: Likewise.
15661         * math/e_exp10f.c: Likewise.
15662         * math/e_exp10l.c: Likewise.
15663         * math/e_exp2l.c: Likewise.
15664         * math/e_fmodl.c: Likewise.
15665         * math/e_gammal_r.c: Likewise.
15666         * math/e_hypotl.c: Likewise.
15667         * math/e_j0l.c: Likewise.
15668         * math/e_j1l.c: Likewise.
15669         * math/e_jnl.c: Likewise.
15670         * math/e_lgammal_r.c: Likewise.
15671         * math/e_log10l.c: Likewise.
15672         * math/e_log2l.c: Likewise.
15673         * math/e_logl.c: Likewise.
15674         * math/e_powl.c: Likewise.
15675         * math/e_sinhl.c: Likewise.
15676         * math/e_sqrtl.c: Likewise.
15677         * math/e_scalb.c: Completely rewritten and optimized.
15678         * math/e_scalbf.c: Likewise.
15679         * math/e_scalbl.c: Likewise.
15680         * math/w_acos.c: Likewise.
15681         * math/w_acosf.c: Likewise.
15682         * math/w_acosl.c: Likewise.
15683         * math/w_acosh.c: Likewise.
15684         * math/w_acoshf.c: Likewise.
15685         * math/w_acoshl.c: Likewise.
15686         * math/w_asin.c: Likewise.
15687         * math/w_asinf.c: Likewise.
15688         * math/w_asinl.c: Likewise.
15689         * math/w_atan2.c: Likewise.
15690         * math/w_atan2f.c: Likewise.
15691         * math/w_atan2l.c: Likewise.
15692         * math/w_atanh.c: Likewise.
15693         * math/w_atanhf.c: Likewise.
15694         * math/w_atanhl.c: Likewise.
15695         * math/w_exp10.c: Likewise.
15696         * math/w_exp10f.c: Likewise.
15697         * math/w_exp10l.c: Likewise.
15698         * math/w_fmod.c: Likewise.
15699         * math/w_fmodf.c: Likewise.
15700         * math/w_fmodl.c: Likewise.
15701         * math/w_j0.c: Likewise.
15702         * math/w_j0f.c: Likewise.
15703         * math/w_j0l.c: Likewise.
15704         * math/w_j1.c: Likewise.
15705         * math/w_j1f.c: Likewise.
15706         * math/w_j1l.c: Likewise.
15707         * math/w_jn.c: Likewise.
15708         * math/w_jnf.c: Likewise.
15709         * math/w_log.c: Likewise.
15710         * math/w_logf.c: Likewise.
15711         * math/w_logl.c: Likewise.
15712         * math/w_log10.c: Likewise.
15713         * math/w_log10f.c: Likewise.
15714         * math/w_log10l.c: Likewise.
15715         * math/w_log2.c: Likewise.
15716         * math/w_log2f.c: Likewise.
15717         * math/w_log2l.c: Likewise.
15718         * math/w_pow.c: Likewise.
15719         * math/w_powf.c: Likewise.
15720         * math/w_powl.c: Likewise.
15721         * math/w_remainder.c: Likewise.
15722         * math/w_remainderf.c: Likewise.
15723         * math/w_remainderl.c: Likewise.
15724         * math/w_scalb.c: Likewise.
15725         * math/w_scalbf.c: Likewise.
15726         * math/w_scalbl.c: Likewise.
15727         * math/w_sqrt.c: Likewise.
15728         * math/w_sqrtf.c: Likewise.
15729         * math/w_sqrtl.c: Likewise.
15730         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
15731         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
15732         used.
15733         * math/math_private.h: Declare __kernel_standard_f.
15734         * math/w_cosh.c: Remove cruft and optimize a bit.
15735         * math/w_coshf.c: Likewise.
15736         * math/w_coshl.c: Likewise.
15737         * math/w_exp2.c: Likewise.
15738         * math/w_exp2f.c: Likewise.
15739         * math/w_exp2l.c: Likewise.
15740         * math/w_hypot.c: Likewise.
15741         * math/w_hypotf.c: Likewise.
15742         * math/w_hypotl.c: Likewise.
15743         * math/w_lgamma.c: Likewise.
15744         * math/w_lgamma_r.c: Likewise.
15745         * math/w_lgammaf.c: Likewise.
15746         * math/w_lgammaf_r.c: Likewise.
15747         * math/w_lgammal.c: Likewise.
15748         * math/w_lgammal_r.c: Likewise.
15749         * math/w_sinh.c: Likewise.
15750         * math/w_sinhf.c: Likewise.
15751         * math/w_sinhl.c: Likewise.
15752         * math/w_tgamma.c: Likewise.
15753         * math/w_tgammaf.c: Likewise.
15754         * math/w_tgammal.c: Likewise.
15755         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
15756         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
15757         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
15758         Minor optimizations.  Pretty printing.  Remove cruft.
15759         * sysdeps/i386/fpu/e_acosf.S: Likewise.
15760         * sysdeps/i386/fpu/e_acosh.S: Likewise.
15761         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
15762         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
15763         * sysdeps/i386/fpu/e_acosl.c: Likewise.
15764         * sysdeps/i386/fpu/e_asin.S: Likewise.
15765         * sysdeps/i386/fpu/e_asinf.S: Likewise.
15766         * sysdeps/i386/fpu/e_atan2.S: Likewise.
15767         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
15768         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
15769         * sysdeps/i386/fpu/e_atanh.S: Likewise.
15770         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
15771         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
15772         * sysdeps/i386/fpu/e_exp10.S: Likewise.
15773         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
15774         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
15775         * sysdeps/i386/fpu/e_exp2.S: Likewise.
15776         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
15777         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
15778         * sysdeps/i386/fpu/e_fmod.S: Likewise.
15779         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
15780         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
15781         * sysdeps/i386/fpu/e_hypot.S: Likewise.
15782         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
15783         * sysdeps/i386/fpu/e_log.S: Likewise.
15784         * sysdeps/i386/fpu/e_log10.S: Likewise.
15785         * sysdeps/i386/fpu/e_log10f.S: Likewise.
15786         * sysdeps/i386/fpu/e_log10l.S: Likewise.
15787         * sysdeps/i386/fpu/e_log2.S: Likewise.
15788         * sysdeps/i386/fpu/e_log2f.S: Likewise.
15789         * sysdeps/i386/fpu/e_log2l.S: Likewise.
15790         * sysdeps/i386/fpu/e_logf.S: Likewise.
15791         * sysdeps/i386/fpu/e_logl.S: Likewise.
15792         * sysdeps/i386/fpu/e_pow.S: Likewise.
15793         * sysdeps/i386/fpu/e_powf.S: Likewise.
15794         * sysdeps/i386/fpu/e_powl.S: Likewise.
15795         * sysdeps/i386/fpu/e_remainder.S: Likewise.
15796         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
15797         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
15798         * sysdeps/i386/fpu/e_scalb.S: Likewise.
15799         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
15800         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
15801         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
15802         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
15803         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
15804         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15805         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
15806         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15807         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15808         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15809         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15810         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15811         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15812         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15813         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15814         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15815         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
15816         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15817         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15818         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15819         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15820         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15821         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15822         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15823         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15824         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15825         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
15826         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
15827         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
15828         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
15829         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
15830         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
15831         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
15832         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
15833         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
15834         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
15835         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
15836         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
15837         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
15838         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
15839         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
15840         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
15841         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
15842         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
15843         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
15844         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
15845         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
15846         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
15847         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
15848         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
15849         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
15850         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
15851         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
15852         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
15853         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
15854         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
15855         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
15856         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
15857         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
15858         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
15859         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
15860         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
15861         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
15862         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
15863         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
15864         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
15865         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
15866         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
15867         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
15868         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
15869         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
15870         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
15871         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
15872         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
15873         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
15874         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
15875         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
15876         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
15877         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
15878         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
15879         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
15880         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
15881         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
15882         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
15883         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
15884         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
15885         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
15886         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
15887         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
15888         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
15889         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
15890         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
15891         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
15892         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15893         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
15894         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
15895         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
15896         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
15897         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
15898         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
15899         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
15900         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
15901         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
15902         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
15903         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
15904         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
15905         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
15906         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
15907         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
15908         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
15909         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
15910         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
15911         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
15912         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
15913         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
15914         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
15915         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
15916         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
15917         (__isnanf): Likewise.
15918         (__isinf_ns): Likewise.
15919         (__isinf_nsf): Likewise.
15920         (__finite): Likewise.
15921         (__finitef): Likewise.
15922         (__ieee754_sqrt): Define as macro.
15923         (__ieee754_sqrtf): Define as macro.
15924         (__ieee754_sqrtl): Define as macro.
15925         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
15926         inlined copy.
15927         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
15928         __FINITE_MATH_ONLY__ consistent.
15929         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
15930
15931 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
15932
15933         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
15934         of rawmemchr.
15935
15936         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
15937
15938 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
15939
15940         * po/ja.po: Update from translation team.
15941
15942 2011-10-08  Roland McGrath  <roland@hack.frob.com>
15943
15944         * locale/programs/locarchive.c (prepare_address_space): New function.
15945         (create_archive, enlarge_archive, open_archive): Use it.
15946
15947         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
15948         inside [SHARED], where it is used.
15949
15950         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
15951
15952         * nss/getent.c (netgroup_keys): Remove unused variable.
15953         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
15954
15955 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
15956
15957         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
15958         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
15959         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
15960         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
15961         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
15962         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
15963         * math/Makefile (libm-calls): Add s_isinf_ns.
15964         * math/divtc3.c: Use __isinf_nsl instead of isinf.
15965         * math/multc3.c: Likewise.
15966         * math/s_casin.c: Likewise.
15967         * math/s_casinf.c: Likewise.
15968         * math/s_casinl.c: Likewise.
15969         * math/s_ccos.c: Likewise.
15970         * math/s_ccosf.c: Likewise.
15971         * math/s_ccosl.c: Likewise.
15972         * math/s_ctan.c: Likewise.
15973         * math/s_ctanf.c: Likewise.
15974         * math/s_ctanh.c: Likewise.
15975         * math/s_ctanhf.c: Likewise.
15976         * math/s_ctanhl.c: Likewise.
15977         * math/s_ctanl.c: Likewise.
15978         * math/w_fmod.c: Likewise.
15979         * math/w_fmodf.c: Likewise.
15980         * math/w_fmodl.c: Likewise.
15981         * math/w_remainder.c: Likewise.
15982         * math/w_remainderf.c: Likewise.
15983         * math/w_remainderl.c: Likewise.
15984         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
15985         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
15986         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
15987         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
15988         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
15989         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
15990         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
15991         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
15992
15993         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
15994         of the number.
15995         * stdio-common/printf_fphex.c: Likewise.
15996         * stdio-common/printf_size.c: Likewise.
15997
15998         * math/e_exp10.c: Include math_private.h using <...> not "...".
15999         * math/e_exp10f.c: Likewise.
16000         * math/e_exp10l.c: Likewise.
16001         * math/e_exp2l.c: Likewise.
16002         * math/e_j0l.c: Likewise.
16003         * math/e_j1l.c: Likewise.
16004         * math/e_jnl.c: Likewise.
16005         * math/e_lgammal_r.c: Likewise.
16006         * math/e_rem_pio2l.c: Likewise.
16007         * math/e_scalb.c: Likewise.
16008         * math/e_scalbf.c: Likewise.
16009         * math/e_scalbl.c: Likewise.
16010         * math/k_cosl.c: Likewise.
16011         * math/k_sinl.c: Likewise.
16012         * math/k_tanl.c: Likewise.
16013         * math/s_cacoshf.c: Likewise.
16014         * math/s_catan.c: Likewise.
16015         * math/s_catanf.c: Likewise.
16016         * math/s_catanh.c: Likewise.
16017         * math/s_catanhf.c: Likewise.
16018         * math/s_catanhl.c: Likewise.
16019         * math/s_catanl.c: Likewise.
16020         * math/s_ccosh.c: Likewise.
16021         * math/s_ccoshf.c: Likewise.
16022         * math/s_ccoshl.c: Likewise.
16023         * math/s_cexp.c: Likewise.
16024         * math/s_cexpf.c: Likewise.
16025         * math/s_cexpl.c: Likewise.
16026         * math/s_clog.c: Likewise.
16027         * math/s_clog10.c: Likewise.
16028         * math/s_clog10f.c: Likewise.
16029         * math/s_clog10l.c: Likewise.
16030         * math/s_clogf.c: Likewise.
16031         * math/s_clogl.c: Likewise.
16032         * math/s_csin.c: Likewise.
16033         * math/s_csinf.c: Likewise.
16034         * math/s_csinh.c: Likewise.
16035         * math/s_csinhf.c: Likewise.
16036         * math/s_csinhl.c: Likewise.
16037         * math/s_csinl.c: Likewise.
16038         * math/s_csqrt.c: Likewise.
16039         * math/s_csqrtf.c: Likewise.
16040         * math/s_csqrtl.c: Likewise.
16041         * math/s_ctan.c: Likewise.
16042         * math/s_ctanf.c: Likewise.
16043         * math/s_ctanh.c: Likewise.
16044         * math/s_ctanhf.c: Likewise.
16045         * math/s_ctanhl.c: Likewise.
16046         * math/s_ctanl.c: Likewise.
16047         * math/s_ldexp.c: Likewise.
16048         * math/s_ldexpf.c: Likewise.
16049         * math/s_ldexpl.c: Likewise.
16050         * math/s_significand.c: Likewise.
16051         * math/s_significandf.c: Likewise.
16052         * math/s_significandl.c: Likewise.
16053         * math/w_acos.c: Likewise.
16054         * math/w_acosf.c: Likewise.
16055         * math/w_acosh.c: Likewise.
16056         * math/w_acoshf.c: Likewise.
16057         * math/w_acoshl.c: Likewise.
16058         * math/w_acosl.c: Likewise.
16059         * math/w_asin.c: Likewise.
16060         * math/w_asinf.c: Likewise.
16061         * math/w_asinl.c: Likewise.
16062         * math/w_atan2.c: Likewise.
16063         * math/w_atan2f.c: Likewise.
16064         * math/w_atan2l.c: Likewise.
16065         * math/w_atanh.c: Likewise.
16066         * math/w_atanhf.c: Likewise.
16067         * math/w_atanhl.c: Likewise.
16068         * math/w_cosh.c: Likewise.
16069         * math/w_coshf.c: Likewise.
16070         * math/w_coshl.c: Likewise.
16071         * math/w_dremf.c: Likewise.
16072         * math/w_exp10.c: Likewise.
16073         * math/w_exp10f.c: Likewise.
16074         * math/w_exp10l.c: Likewise.
16075         * math/w_exp2.c: Likewise.
16076         * math/w_exp2f.c: Likewise.
16077         * math/w_fmod.c: Likewise.
16078         * math/w_fmodf.c: Likewise.
16079         * math/w_fmodl.c: Likewise.
16080         * math/w_hypot.c: Likewise.
16081         * math/w_hypotf.c: Likewise.
16082         * math/w_hypotl.c: Likewise.
16083         * math/w_j0.c: Likewise.
16084         * math/w_j0f.c: Likewise.
16085         * math/w_j0l.c: Likewise.
16086         * math/w_j1.c: Likewise.
16087         * math/w_j1f.c: Likewise.
16088         * math/w_j1l.c: Likewise.
16089         * math/w_jn.c: Likewise.
16090         * math/w_jnf.c: Likewise.
16091         * math/w_jnl.c: Likewise.
16092         * math/w_lgamma.c: Likewise.
16093         * math/w_lgamma_r.c: Likewise.
16094         * math/w_lgammaf.c: Likewise.
16095         * math/w_lgammaf_r.c: Likewise.
16096         * math/w_lgammal.c: Likewise.
16097         * math/w_lgammal_r.c: Likewise.
16098         * math/w_log.c: Likewise.
16099         * math/w_log10.c: Likewise.
16100         * math/w_log10f.c: Likewise.
16101         * math/w_log10l.c: Likewise.
16102         * math/w_log2.c: Likewise.
16103         * math/w_log2f.c: Likewise.
16104         * math/w_log2l.c: Likewise.
16105         * math/w_logf.c: Likewise.
16106         * math/w_logl.c: Likewise.
16107         * math/w_pow.c: Likewise.
16108         * math/w_powf.c: Likewise.
16109         * math/w_powl.c: Likewise.
16110         * math/w_remainder.c: Likewise.
16111         * math/w_remainderf.c: Likewise.
16112         * math/w_remainderl.c: Likewise.
16113         * math/w_scalb.c: Likewise.
16114         * math/w_scalbf.c: Likewise.
16115         * math/w_scalbl.c: Likewise.
16116         * math/w_sinh.c: Likewise.
16117         * math/w_sinhf.c: Likewise.
16118         * math/w_sinhl.c: Likewise.
16119         * math/w_sqrt.c: Likewise.
16120         * math/w_sqrtf.c: Likewise.
16121         * math/w_sqrtl.c: Likewise.
16122         * math/w_tgamma.c: Likewise.
16123         * math/w_tgammaf.c: Likewise.
16124         * math/w_tgammal.c: Likewise.
16125
16126         * po/ja.po: Update from translation team.
16127
16128 2011-09-29  Andreas Jaeger  <aj@suse.de>
16129
16130         [BZ #13179]
16131         * sunrpc/netname.c (netname2host): Fix logic.
16132
16133         [BZ #6779]
16134         [BZ #6783]
16135         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
16136         correctly.
16137         * math/w_remainder.c (__remainder): Likewise.
16138         * math/w_remainderf.c (__remainderf): Likewise.
16139         * math/libm-test.inc (remainder_test): Add test cases.
16140
16141 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16142
16143         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
16144         sdiv_qrnnd.
16145
16146 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
16147
16148         * string/test-memcmp.c: Avoid unncessary #defines.
16149         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
16150
16151 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16152
16153         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
16154         Use new sse2 version for core i3 - i7 as it's faster
16155         than sse42 version.
16156         (bit_Prefer_PMINUB_for_stringop): New.
16157         * sysdeps/x86_64/rawmemchr.S: Update.
16158         Replace with faster SSE2 version.
16159         * sysdeps/x86_64/memrchr.S: New file.
16160         * sysdeps/x86_64/memchr.S: Update.
16161         Replace with faster SSE2 version.
16162
16163 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
16164
16165         * elf/dl-load.c (lose): Add cast to avoid warning.
16166
16167 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
16168
16169         * po/ca.po: Update from translation team.
16170
16171         * inet/getnetgrent_r.c: Hook up nscd.
16172         * nscd/Makefile (routines): Add nscd_netgroup.
16173         (nscd-modules): Add netgroupcache.
16174         (CFLAGS-netgroupcache.c): Define.
16175         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
16176         (cache_search): Add const to second parameter.
16177         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
16178         INNETGR.
16179         (dbs): Add netgrdb entry.
16180         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
16181         (verify_persistent_db): Handle netgrdb.
16182         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
16183         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
16184         GETFDNETGR.
16185         (netgroup_response_header): Define.
16186         (innetgroup_response_header): Define.
16187         (datahead): Add netgroup_response_header and innetgroup_response_header
16188         elements.
16189         * nscd/nscd.conf: Add entries for netgroup cache.
16190         * nscd/nscd.h (dbtype): Add netgrdb.
16191         (_PATH_NSCD_NETGROUP_DB): Define.
16192         (netgroup_iov_disabled): Declare.
16193         (xmalloc, xcalloc, xrealloc): Move declarations here.
16194         (cache_search): Adjust prototype.
16195         Add netgroup-related prototypes.
16196         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
16197         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
16198         (__nscd_innetgr): Declare.
16199         * nscd/selinux.c (perms): Use access_vector_t as element type and
16200         add netgroup-related initializers.
16201         * nscd/netgroupcache.c: New file.
16202         * nscd/nscd_netgroup.c: New file.
16203         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
16204         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
16205         For four parameters use innetgr.
16206         * nss/nss_files/files-init.c: Add definition and callback for netgr.
16207         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
16208         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
16209         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
16210
16211         * nscd/connections.c (register_traced_file): Don't register file
16212         for disabled databases.
16213
16214 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
16215
16216         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
16217
16218         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
16219         from tree and freeing node.
16220
16221 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
16222
16223         * nss/nsswitch.c (__nss_database_lookup): Handle
16224         nss_parse_service_list out of memory case.
16225
16226 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
16227
16228         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
16229         out of memory case.
16230
16231 2011-10-04  Andreas Schwab  <schwab@redhat.com>
16232
16233         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
16234         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
16235         pass it down.
16236         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
16237         elf_machine_rela, elf_machine_lazy_rel.
16238         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
16239         (ELF_DYNAMIC_DO_REL): Likewise.
16240         (ELF_DYNAMIC_DO_RELA): Likewise.
16241         (ELF_DYNAMIC_RELOCATE): Likewise.
16242         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
16243         to ELF_DYNAMIC_DO_REL.
16244         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
16245         (dl_main): In trace mode always set __RTLD_NOIFUNC.
16246         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
16247         elf_machine_rela.
16248         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
16249         skip_ifunc, don't call ifunc function if non-zero.
16250         (elf_machine_rela): Likewise.
16251         (elf_machine_lazy_rel): Likewise.
16252         (elf_machine_lazy_rela): Likewise.
16253         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
16254         (elf_machine_lazy_rel): Likewise.
16255         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
16256         Likewise.
16257         (elf_machine_lazy_rel): Likewise.
16258         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
16259         Likewise.
16260         (elf_machine_lazy_rel): Likewise.
16261         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
16262         (elf_machine_lazy_rel): Likewise.
16263         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
16264         (elf_machine_lazy_rel): Likewise.
16265         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
16266         (elf_machine_lazy_rel): Likewise.
16267         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
16268         (elf_machine_lazy_rel): Likewise.
16269         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
16270         (elf_machine_lazy_rel): Likewise.
16271         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
16272         (elf_machine_lazy_rel): Likewise.
16273
16274 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
16275
16276         * nss/nss_files/files-init.c (_nss_files_init): Use static
16277         initialization for all the *_traced_file variables.
16278
16279 2011-09-28  Andreas Schwab  <schwab@redhat.com>
16280
16281         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
16282
16283 2011-09-27  Roland McGrath  <roland@hack.frob.com>
16284
16285         [BZ #13226]
16286         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
16287
16288 2011-09-27  Andreas Schwab  <schwab@redhat.com>
16289
16290         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
16291         Reread the line before reparsing it.
16292
16293 2011-09-26  Andreas Schwab  <schwab@redhat.com>
16294
16295         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
16296
16297 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
16298             Maxim Kuvyrkov  <maxim@codesourcery.com>
16299             Joseph Myers  <joseph@codesourcery.com>
16300
16301         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
16302         if needed for __stack_chk_guard.
16303
16304 2011-09-19  Roland McGrath  <roland@hack.frob.com>
16305
16306         * sysdeps/posix/spawni.c (script_execute): Always define it.
16307         It will be optimized away if unused.
16308         (maybe_script_execute): New function.
16309         (__spawni): Call it.
16310
16311         * Makerules: Don't include tls.make.
16312         (config-tls): Always set to thread.
16313         * tls.make.c: File removed.
16314
16315 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
16316
16317         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
16318         * config.make.in (CPPFLAGS-config): New substituted variable.
16319
16320 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
16321
16322         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
16323
16324         [BZ #13192]
16325         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
16326         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
16327
16328 2011-09-15  Roland McGrath  <roland@hack.frob.com>
16329
16330         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
16331         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
16332         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
16333         (CALL_FAIL): Likewise.
16334         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
16335         (CALL_FAIL): Macro removed.
16336         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
16337
16338 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
16339
16340         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
16341         for __FINITE_MATH_ONLY__ == 1.
16342
16343 2011-09-15  Andreas Schwab  <schwab@redhat.com>
16344
16345         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
16346         __ieee754_sqrt instead of sqrt.
16347         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
16348         __ieee754_sqrtf instead of sqrtf.
16349         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
16350         __floorf instead of floorf.
16351         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
16352         __floorf, __truncf instead of floorf, truncf.
16353
16354 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
16355
16356         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
16357
16358         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
16359         __extern_always_inline.
16360         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
16361         32-bit.
16362
16363 2011-09-14  Andreas Schwab  <schwab@redhat.com>
16364
16365         * elf/rtld.c (dl_main): Also relocate in dependency order when
16366         doing symbol dependency testing.
16367
16368 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
16369
16370         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
16371         Always define `refsym'.
16372
16373 2011-09-13  Andreas Schwab  <schwab@redhat.com>
16374
16375         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
16376         (__FD_ELT): Renamed from __FDELT.
16377         * misc/bits/select2.h (__FD_ELT): Likewise.
16378         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
16379         __FD_MASK instead of __FDELT, __FDMASK.
16380         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
16381         Likewise.
16382         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
16383         Likewise.
16384
16385         * elf/Makefile (gen-ldd): Fix pattern.
16386
16387         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
16388         (init_tls): Likewise.
16389
16390 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
16391
16392         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
16393
16394 2011-09-12  Andreas Schwab  <schwab@redhat.com>
16395
16396         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
16397         `struct cmsghdr *' instead of `void *'.
16398         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
16399         Likewise.
16400
16401 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
16402
16403         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
16404         if non-absolute.
16405         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
16406         ldd_rewrite_script.
16407
16408 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
16409
16410         * configure.in: Remove --with-tls option.
16411         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
16412         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
16413         out in case it is missing.
16414         * sysdeps/ia64/elf/configure.in: Likewise.
16415         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
16416         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
16417         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
16418         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
16419         * sysdeps/sh/elf/configure.in: Likewise.
16420         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
16421         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
16422         * sysdeps/x86_64/elf/configure.in: Likewise.
16423         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
16424         * sysdeps/mach/hurd/tls.h: Likewise.
16425
16426         [BZ #13067]
16427         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
16428
16429         [BZ #13090]
16430         * configure.in: Fix use of AC_INIT.
16431
16432         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
16433
16434 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
16435
16436         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
16437         __set_errno.
16438         * malloc/hooks.c: Likewise.
16439
16440         [BZ #11929]
16441         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
16442         variables statically.
16443         (narenas): Initialize.
16444         (list_lock): Initialize.
16445         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
16446         initializtion of main_arena and list_lock.  Small cleanups.
16447         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
16448         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
16449         Add initializers to main_arena and mp_.
16450         (malloc_state): Remove pagesize member.  Change all users to use
16451         GLRO(dl_pagesize).
16452
16453         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
16454         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
16455         is always initialized.
16456
16457         * malloc/malloc.c: Removed unused configurations and dead code.
16458         * malloc/arena.c: Likewise.
16459         * malloc/hooks.c: Likewise.
16460         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
16461
16462         * include/tls.h: Removed.  USE___THREAD must always be defined.
16463         * bits/libc-tsd.h: Don't handle !USE___THREAD.
16464         * elf/dl-libc.c: Likewise.
16465         * elf/dl-tsd.c: Likewise.
16466         * include/errno.h: Likewise.
16467         * include/netdb.h: Likewise.
16468         * include/resolv.h: Likewise.
16469         * inet/herrno-loc.c: Likewise.
16470         * inet/herrno.c: Likewise.
16471         * malloc/arena.c: Likewise.
16472         * malloc/hooks.c: Likewise.
16473         * malloc/malloc.c: Likewise.
16474         * resolv/res-state.c: Likewise.
16475         * resolv/res_libc.c: Likewise.
16476         * sysdeps/i386/dl-machine.h: Likewise.
16477         * sysdeps/ia64/dl-machine.h: Likewise.
16478         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
16479         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
16480         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
16481         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
16482         * sysdeps/sh/dl-machine.h: Likewise.
16483         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
16484         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
16485         * sysdeps/unix/i386/sysdep.S: Likewise.
16486         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
16487         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
16488         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
16489         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
16490         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
16491         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
16492         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
16493         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
16494         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
16495         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
16496         * sysdeps/unix/x86_64/sysdep.S: Likewise.
16497         * sysdeps/x86_64/dl-machine.h: Likewise.
16498         * tls.make.c: Likewise.
16499
16500         * configure.in: Remove --with-__thread option.  Make tests for
16501         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
16502         tls_model attribute fail if no support is available.  Remove
16503         USE_IN_LIBIO.
16504         * Makeconfig: Adjust for dropped configure option.  All features are
16505         now mandatory.
16506         * Makerules: Likewise.
16507         * Versions.def: Likewise.
16508         * argp/argp-fmtstream.c: Likewise.
16509         * argp/argp-fmtstream.h: Likewise.
16510         * argp/argp-help.c: Likewise.
16511         * assert/assert.c: Likewise.
16512         * config.h.in: Likewise.
16513         * config.make.in: Likewise.
16514         * configure: Likewise.
16515         * configure.in: Likewise.
16516         * csu/Versions: Likewise.
16517         * csu/init.c: Likewise.
16518         * elf/tst-audit2.c: Likewise.
16519         * elf/tst-tls10.c: Likewise.
16520         * elf/tst-tls10.h: Likewise.
16521         * elf/tst-tls11.c: Likewise.
16522         * elf/tst-tls12.c: Likewise.
16523         * elf/tst-tls14.c: Likewise.
16524         * elf/tst-tlsmod11.c: Likewise.
16525         * elf/tst-tlsmod12.c: Likewise.
16526         * elf/tst-tlsmod13.c: Likewise.
16527         * elf/tst-tlsmod13a.c: Likewise.
16528         * elf/tst-tlsmod14a.c: Likewise.
16529         * elf/tst-tlsmod15b.c: Likewise.
16530         * elf/tst-tlsmod16a.c: Likewise.
16531         * elf/tst-tlsmod16b.c: Likewise.
16532         * elf/tst-tlsmod7.c: Likewise.
16533         * elf/tst-tlsmod8.c: Likewise.
16534         * elf/tst-tlsmod9.c: Likewise.
16535         * gmon/gmon.c: Likewise.
16536         * grp/fgetgrent_r.c: Likewise.
16537         * grp/putgrent.c: Likewise.
16538         * hurd/fopenport.c: Likewise.
16539         * include/libc-symbols.h: Likewise.
16540         * include/tls.h: Likewise.
16541         * intl/gettextP.h: Likewise.
16542         * intl/loadinfo.h: Likewise.
16543         * locale/global-locale.c: Likewise.
16544         * locale/localeinfo.h: Likewise.
16545         * mach/devstream.c: Likewise.
16546         * malloc/arena.c: Likewise.
16547         * malloc/set-freeres.c: Likewise.
16548         * misc/err.c: Likewise.
16549         * misc/getttyent.c: Likewise.
16550         * misc/mntent_r.c: Likewise.
16551         * posix/getopt.c: Likewise.
16552         * posix/wordexp.c: Likewise.
16553         * pwd/fgetpwent_r.c: Likewise.
16554         * resolv/Versions: Likewise.
16555         * resolv/res_hconf.c: Likewise.
16556         * shadow/fgetspent_r.c: Likewise.
16557         * shadow/putspent.c: Likewise.
16558         * stdio-common/printf_fphex.c: Likewise.
16559         * stdio-common/tmpfile.c: Likewise.
16560         * stdlib/abort.c: Likewise.
16561         * stdlib/fmtmsg.c: Likewise.
16562         * sunrpc/auth_unix.c: Likewise.
16563         * sunrpc/clnt_perr.c: Likewise.
16564         * sunrpc/clnt_tcp.c: Likewise.
16565         * sunrpc/clnt_udp.c: Likewise.
16566         * sunrpc/clnt_unix.c: Likewise.
16567         * sunrpc/openchild.c: Likewise.
16568         * sunrpc/svc_simple.c: Likewise.
16569         * sunrpc/svc_tcp.c: Likewise.
16570         * sunrpc/svc_udp.c: Likewise.
16571         * sunrpc/svc_unix.c: Likewise.
16572         * sunrpc/xdr.c: Likewise.
16573         * sunrpc/xdr_array.c: Likewise.
16574         * sunrpc/xdr_rec.c: Likewise.
16575         * sunrpc/xdr_ref.c: Likewise.
16576         * sunrpc/xdr_stdio.c: Likewise.
16577
16578 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
16579
16580         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
16581
16582 2011-07-03  Andreas Jaeger  <aj@suse.de>
16583
16584         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
16585         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
16586         regenerate with gen-libm-tests.pl.
16587
16588 2010-05-12  Petr Baudis  <pasky@suse.cz>
16589
16590         [BZ #11589]
16591         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
16592         around j0() zero points by switching to j1().
16593         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
16594         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
16595         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
16596         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
16597
16598 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
16599
16600         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
16601         instead of 0.
16602         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
16603         instead of 0.                              .
16604         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
16605         Patch in part by Pavel Roskin <proski@gnu.org>.
16606
16607         [BZ #13138]
16608         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
16609         realloc.
16610         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
16611         Free memory block if necessary.
16612
16613         [BZ #12847]
16614         * libio/genops.c (INTDEF): For string streams the _lock pointer can
16615         be NULL.  Don't lock in this case.
16616
16617 2011-09-09  Roland McGrath  <roland@hack.frob.com>
16618
16619         * elf/elf.h (ELFOSABI_GNU): New macro.
16620         (ELFOSABI_LINUX): Define to that.
16621
16622 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
16623
16624         * string/strncat.c (strncat): Undef the symbol in case it has been
16625         defined in bits/string.h.
16626
16627 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
16628
16629         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
16630
16631         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
16632         link map.
16633
16634 2011-08-17  Andreas Jaeger  <aj@suse.de>
16635
16636         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
16637
16638 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16639             Ian Lance Taylor  <iant@google.com>
16640
16641         * math/libm-test.inc (lround_test): New testcase.
16642         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
16643
16644 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
16645
16646         * Makefile: Remove support for automatic cvs check-ins.
16647         * Makerules: Likewise.
16648         * config.make.in: Likewise.
16649         * configure.in: Likewise.
16650         * intl/Makefile: Likewise.
16651         * locale/Makefile: Likewise.
16652         * po/Makefile: Likewise.
16653         * posix/Makefile: Likewise.
16654         * sysdeps/gnu/Makefile: Likewise.
16655         * sysdeps/mach/hurd/Makefile: Likewise.
16656         * sysdeps/sparc/sparc32/Makefile: Likewise.
16657
16658         [BZ #13118]
16659         * posix/Makefile (bug-regex32-ENV): Define.
16660         Patch by John Stanley <jpsinthemix@verizon.net>.
16661
16662         * misc/Makefile (headers): Add bits/select2.h.
16663         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
16664         * misc/bits/select2.h: New file.
16665         * include/bits/select2.h: New file.
16666         * debug/Makefile (routines): Add fdelt_chk.
16667         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
16668         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
16669         FD_ISSET.
16670         * debug/fdelt_chk.c: New file.
16671
16672         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
16673         * wcsmbs/test-wmemcmp.c: Likewise.
16674         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
16675         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
16676
16677 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16678
16679         * string/Makefile (strop-tests): Add memcmp.
16680         * string/test-wmemcmp.c: New file.
16681         * string/test-memcmp.c: Add wmemcmp support.
16682
16683 2011-09-08  Roland McGrath  <roland@hack.frob.com>
16684
16685         [BZ #13153]
16686         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
16687         2011-07-19 change.
16688
16689         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
16690         garbage value in a __mach_port_mod_refs call in the cases of the
16691         task-self and thread-self ports.
16692
16693 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16694
16695         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
16696
16697 2011-09-08  Andreas Schwab  <schwab@redhat.com>
16698
16699         * elf/dl-load.c (lose): Check for non-null L.
16700
16701 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
16702
16703         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
16704
16705         * elf/dl-libc.c (dlerror_run): Pass back error code from
16706         dl_catch_error.
16707
16708         [BZ #13123]
16709         * elf/dl-load.c (lose): Free l_origin if it is valid.
16710
16711         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
16712         names.
16713         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
16714         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
16715         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
16716         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
16717         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
16718         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
16719
16720 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16721
16722         * sysdeps/powerpc/fpu/e_hypot.c: New file.
16723         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
16724         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
16725         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
16726         * sysdeps/powerpc/fpu/k_cosf.c: New file.
16727         * sysdeps/powerpc/fpu/k_sinf.c: New file.
16728         * sysdeps/powerpc/fpu/s_cosf.c: New file.
16729         * sysdeps/powerpc/fpu/s_sinf.c: New file.
16730         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
16731         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
16732
16733 2011-08-15  Alan Modra  <amodra@gmail.com>
16734
16735         [BZ #13092]
16736         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
16737         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
16738         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
16739         ppc_mcount to static-only-routines.
16740         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
16741         __mcount_internal.
16742         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
16743         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
16744
16745 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
16746
16747         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
16748         for finite and infinity parameters.
16749
16750 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
16751
16752         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
16753         and add nop instructions for throughput optimization.
16754         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16755
16756 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
16757
16758         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
16759         aligned copy for power7 with vector-scalar instructions.
16760         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16761
16762 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
16763
16764         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
16765         AVX check.
16766
16767 2011-09-07  Andreas Schwab  <schwab@redhat.com>
16768
16769         [BZ #13144]
16770         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
16771         last change.
16772
16773 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
16774
16775         * sysdeps/unix/sysv/linux/x86_64/init-first.c
16776         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
16777         syscall wrapper around clock_gettime in __vdso_clock_gettime.
16778         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
16779         clock_gettime.
16780
16781 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
16782
16783         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
16784         Forgot to demangle the pointer.
16785
16786         * sysdeps/i386/sysdep.h: Define atom_text_section.
16787         * sysdeps/x86_64/sysdep.h: Likewise.
16788         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
16789         section with atom_text_section.
16790         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
16791         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
16792         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
16793         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
16794         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
16795
16796         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
16797         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
16798         already be defined.  Change to take two parameters and don't assign
16799         result to variable.  Adjust all users.
16800         Define INTERNAL_GETTIME if not already defined.
16801         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
16802         call.
16803         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
16804         HAVE_CLOCK_GETTIME_VSYSCALL.
16805         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
16806
16807         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
16808         gettimeofday vsyscall, just use time.
16809
16810 2011-09-06  Andreas Schwab  <schwab@redhat.com>
16811
16812         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
16813         <errno.h>.
16814
16815 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
16816
16817         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
16818         syscall on x86-64.
16819         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
16820         syscall.
16821         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
16822         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
16823         syscall if possible.
16824
16825 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
16826
16827         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
16828         e_ident.  Don't pass to find_mapsXX.
16829         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
16830
16831 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16832
16833         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16834         strchr-sse2-no-bsf strrchr-sse2-no-bsf
16835         * sysdeps/x86_64/multiarch/strchr.S: Update.
16836         Check bit_slow_BSF bit.
16837         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16838         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
16839         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
16840
16841 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
16842
16843         [BZ #13134]
16844         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
16845         before glibc 2.15.
16846         (tryshell): Define.
16847         (__spawni): Change last parameter to be flag.  Test
16848         SPAWN_XFLAGS_USE_PATH flag to use path or not.
16849         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
16850         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
16851         * posix/spawni.c: Likewise.
16852         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
16853         * posix/spawnp.c: Likewise.  Change normal version to use
16854         SPAWN_XFLAGS_USE_PATH.
16855         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
16856         SPAWN_XFLAGS_TRY_SHELL.
16857
16858         [BZ #13150]
16859         * posix/glob.h: Remove gcc 1.x support.
16860
16861         [BZ #13068]
16862         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
16863
16864 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16865
16866         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16867         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
16868         strrchr-sse2-bsf
16869         * sysdeps/i386/i686/multiarch/strchr.S: New file.
16870         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
16871         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
16872         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
16873         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
16874         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
16875
16876 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16877
16878         * sysdeps/x86_64/wcscmp.S: New file.
16879
16880         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
16881         wcscmp-c wcscmp-sse2
16882         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
16883         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
16884         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
16885         * wcsmbs/wcscmp.c: Allow renaming.
16886
16887 2011-09-05  David S. Miller  <davem@davemloft.net>
16888
16889         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
16890         stack slot, rather than the struct return pointer slot.
16891         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
16892         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
16893         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
16894         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
16895
16896 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
16897
16898         * po/ja.po: Update from translation team.
16899
16900         [BZ #13144]
16901         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
16902         kernel in 64-bit binaries.
16903
16904 2011-09-01  David S. Miller  <davem@davemloft.net>
16905
16906         * elf/elf.h (HWCAP_SPARC_*): Move to..
16907         * sysdeps/sparc/sysdep.h: this new file and add new values.
16908         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
16909         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
16910         _DL_HWCAP_COUNT to 24.
16911         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
16912         entries.
16913         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
16914         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
16915         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
16916         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
16917         instead of magic constants.
16918         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
16919
16920 2011-08-31  David S. Miller  <davem@davemloft.net>
16921
16922         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
16923         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
16924         Reimplement to do errno handling inline.
16925         (SYSCALL_ERROR_HANDLER): New macro.
16926         (__SYSCALL_STRING): Do not do errno handling in asm.
16927         (__CLONE_SYSCALL_STRING): Delete.
16928         (__INTERNAL_SYSCALL_STRING): Delete.
16929         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
16930         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
16931         (PSEUDO): Reimplement to do errno handling inline.
16932         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
16933         (SYSCALL_ERROR_HANDLER): New macro.
16934         (__SYSCALL_STRING): Do not do errno handling in asm.
16935         (__CLONE_SYSCALL_STRING): Delete.
16936         (__INTERNAL_SYSCALL_STRING): Delete.
16937         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
16938         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
16939         i386.
16940         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
16941         (inline_syscall*): Add 'err' argument.
16942         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
16943         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
16944         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
16945         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
16946
16947         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
16948         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
16949
16950 2011-08-30  Andreas Schwab  <schwab@redhat.com>
16951
16952         * elf/rtld.c (dl_main): Relocate objects in dependency order.
16953
16954 2011-08-29  Jiri Olsa <jolsa@redhat.com>
16955
16956         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
16957         directive.
16958
16959 2011-08-24  David S. Miller  <davem@davemloft.net>
16960
16961         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
16962
16963 2011-08-24  Andreas Schwab  <schwab@redhat.com>
16964
16965         * elf/Makefile: Add rules to build and run unload8 test.
16966         * elf/unload8.c: New file.
16967         * elf/unload8mod1.c: New file.
16968         * elf/unload8mod1x.c: New file.
16969         * elf/unload8mod2.c: New file.
16970         * elf/unload8mod3.c: New file.
16971
16972         * elf/dl-close.c (_dl_close_worker): Reset private search list if
16973         it wasn't used.
16974
16975 2011-08-23  David S. Miller  <davem@davemloft.net>
16976
16977         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
16978         subtract stack bias.
16979         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
16980         %sp not %fp in calculations.
16981         (_JMPBUF_UNWINDS_ADJ): Likewise.
16982
16983         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
16984         (aio_suspend): Call it to force an exception region around the
16985         AIO_MISC_WAIT() invocation.
16986
16987 2011-08-23  Andreas Schwab  <schwab@redhat.com>
16988
16989         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
16990         backslash.
16991
16992 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
16993
16994         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
16995         protection macro.
16996         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
16997         and <dl-machine.h>.
16998         (Elf64_FuncDesc): Remove.
16999
17000 2011-08-22  David S. Miller  <davem@davemloft.net>
17001
17002         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
17003         sigaltstack check, add missing cfi directives.
17004         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
17005         missing cfi directives, and sigaltstack handling.
17006
17007 2011-08-16  Andreas Schwab  <schwab@redhat.com>
17008
17009         [BZ #11724]
17010         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
17011         object is seen twice.
17012         * elf/dl-fini.c (_dl_sort_fini): Likewise.
17013
17014         * elf/Makefile (distribute): Add tst-initorder2.c.
17015         (tests): Add tst-initorder2.
17016         (modules-names): Add tst-initorder2a tst-initorder2b
17017         tst-initorder2c tst-initorder2d.  Add rules to build them.
17018         ($(objpfx)tst-initorder2.out): New rule.
17019         * elf/tst-initorder2.c: New file.
17020         * elf/tst-initorder2.exp: New file.
17021
17022 2011-08-22  Andreas Schwab  <schwab@redhat.com>
17023
17024         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
17025
17026         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
17027         dependencies back to end of function.
17028
17029         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
17030         $(elfobjdir)/ld.so.
17031
17032 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
17033
17034         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
17035         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
17036         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
17037         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
17038         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
17039         of __vdso_gettimeofday.
17040         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
17041         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
17042         attribute_hidden.
17043         (_libc_vdso_platform_setup): Remove initialization of
17044         __vdso_gettimeofday and __vdso_time.
17045
17046 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
17047
17048         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
17049         and fgetc_unlocked.
17050         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
17051         getc_unlocked.
17052
17053         * elf/dl-open.c (add_to_global): Report additions to the global scope
17054         for LD_DEBUG=scopes.
17055         (dl_open_worker): Also print scope of newly loaded dependencies.
17056         (_dl_show_scope): Indicate if there is no scope.
17057
17058         [BZ #13114]
17059         * stdio-common/Makefile (tests): Add bug24.
17060         * stdio-common/bug24.c: New file.
17061
17062 2011-08-19  Andreas Jaeger  <aj@suse.de>
17063
17064         [BZ #13114]
17065         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
17066         non-existant file when using close-on-exec mode.
17067
17068 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
17069
17070         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
17071         the very first instruction.
17072
17073         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
17074         the CFI state in the end.
17075         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
17076         inclusion of dl-trampoline.h.
17077         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
17078
17079 2011-08-19  Andreas Schwab  <schwab@redhat.com>
17080
17081         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
17082         expectations for long double.
17083
17084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
17085         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
17086
17087 2011-08-14  David S. Miller  <davem@davemloft.net>
17088
17089         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
17090         artificual limit depends upon the system page size.
17091
17092 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
17093
17094         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
17095         * resolv/Makefile: Define CFLAGS-libresolv.
17096
17097 2011-08-17  Andreas Schwab  <schwab@redhat.com>
17098
17099         * nss/makedb.c (compute_tables): Make variables used in nested
17100         function static.
17101
17102 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
17103
17104         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
17105         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
17106         if buffer was too small.
17107
17108         * elf/pldd.c (main): Attach to all threads in the process.
17109         Rewrite /proc handling to use *at functions.
17110
17111 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
17112
17113         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
17114         specifies first scope to show.
17115         (dl_open_worker): Update callers.  Move printing scope of new
17116         object to before the relocation.
17117         * elf/rtld.c (dl_main): Update _dl_show_scope call.
17118         * sysdeps/generic/ldsodefs.h: Update declaration.
17119
17120         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
17121         string for the scope number.
17122
17123 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
17124
17125         * nscd/servicescache.c (cache_addserv): Make sure written is always
17126         initialized.
17127
17128 2011-08-14  Roland McGrath  <roland@hack.frob.com>
17129
17130         * sysdeps/i386/i486/bits/atomic.h
17131         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
17132         statement expression, so as to suppress "set but not used" warning.
17133         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
17134
17135         * string/strncat.c (STRNCAT): Use prototype definition.
17136
17137         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
17138         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
17139         -Iprograms here.
17140         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
17141         (localedef-modules): Add localedef.
17142         (locale-modules): Add locale.
17143
17144         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
17145         * elf/rtld.c (dl_main): Invert order of assignment in last change,
17146         to avoid a warning.
17147
17148 2011-08-14  David S. Miller  <davem@davemloft.net>
17149
17150         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
17151         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
17152
17153 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
17154
17155         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
17156         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
17157         * elf/rtld.c (dl_main): Set l_name of vDSO.
17158         Call _dl_show_scope when DL_DEBUG_SCOPES.
17159         (process_dl_debug): Recognize scopes flag and also set it for all.
17160         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
17161         Declare _dl_show_scope.
17162
17163         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
17164         (do_dlopen): Pass caller_dlopen to dl_open.
17165         (__libc_dlopen_mode): Initialize caller_dlopen.
17166
17167         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
17168         of libc.  Make tolower call locale-independent.  Optimize a bit by
17169         using isdigit instead of isalnum.
17170         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
17171
17172 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
17173
17174         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
17175         was a dependency or dynamically loaded.
17176
17177 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
17178
17179         * intl/l10nflist.c: Allow architecture-specific pop function.
17180         * sysdeps/x86_64/l10nflist.c: New file.
17181
17182         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
17183         classification.
17184
17185 2011-08-10  Andreas Schwab  <schwab@redhat.com>
17186
17187         * include/dirent.h: Add libc_hidden_proto for scandirat and
17188         scandirat64.  Don't declare __scandirat64.
17189         * dirent/scandirat.c: Add libc_hidden_def.
17190         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
17191         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
17192
17193 2011-08-10  David S. Miller  <davem@davemloft.net>
17194
17195         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
17196         enum.
17197         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17198         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17199         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17200
17201 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
17202
17203         * Versions.def [libc]: Add GLIBC_2.15.
17204         * dirent/Makefile (routines): Add scandirat and scandirat64.
17205         * dirent/Versions [libc]: Export scandirat and scandirat64 for
17206         GLIBC_2.15.
17207         * dirent/dirent.h: Declare scandirat and scandirat64.
17208         * dirent/scandirat.c: New file.
17209         * dirent/scandirat64.c: New file.
17210         * sysdeps/wordsize-64/scandirat.c: New file.
17211         * sysdeps/wordsize-64/scandirat64.c: New file.
17212         * dirent/opendir.c: Define opendirat.
17213         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
17214         using scandirat.
17215         * dirent/scandir64.c: Adjust for scandir.c change.
17216         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
17217         __scandirat64, and __scandir_cancel_handler.
17218         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
17219         additional parameter and use openat instead of open (outside of ld.so).
17220         Add new __opendir as wrapper around __opendirat.
17221         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
17222         here without requiring old scandirat implementation.
17223
17224 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
17225
17226         * dirent/scandir.c (cancel_handler): Renamed to
17227         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
17228         defined.  Adjust users.
17229         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
17230         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
17231
17232 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
17233
17234         * string/test-string.h (IMPL): Use __STRING to expand name and then
17235         stringify it.
17236
17237         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
17238         of cleanups.
17239
17240 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
17241
17242         * string/Makefile: Update.
17243         (strop-tests): Append strncat.
17244         * string/test-wcscmp.c: New file.
17245         New comprehensive test for wcscmp.
17246         * string/test-strcmp.c: Update.
17247         (WIDE): New define.
17248
17249 2011-07-22  Andreas Schwab  <schwab@redhat.com>
17250
17251         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
17252         line.
17253
17254 2011-07-26  Andreas Schwab  <schwab@redhat.com>
17255
17256         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
17257         encoding to ACE if AI_IDN.
17258
17259 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
17260
17261         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
17262         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
17263
17264 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17265
17266         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
17267         Fix overflow bug in strncat.
17268         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
17269
17270         * string/test-strncat.c: Update.
17271         Add new tests for checking overflow bugs.
17272
17273 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17274
17275         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
17276         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
17277         * sysdeps/i386/i686/multiarch/strcat.S: New file.
17278         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
17279         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
17280         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
17281         * sysdeps/i386/i686/multiarch/strncat.S: New file.
17282         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
17283         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
17284
17285         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
17286         (USE_AS_STRCAT): Define.
17287         Add strcat and strncat support.
17288         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
17289
17290 2011-07-25  Andreas Schwab  <schwab@redhat.com>
17291
17292         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
17293         __n bigger than INT_MAX+1.
17294         (__strncmp_g): Likewise.
17295
17296 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
17297
17298         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
17299         * libio/stido.h: Likewise.
17300
17301         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
17302         (AF_NFC): Define.
17303         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
17304         (AF_NFC): Define.
17305
17306         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
17307         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17308         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17309         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
17310         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17311
17312         [BZ #13021]
17313         * scripts/test-installation.pl: Don't expect libnss_test1 to be
17314         installed.
17315
17316         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
17317         typo.
17318         (_dl_x86_64_save_sse): Likewise.
17319
17320 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
17321
17322         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
17323         OSXSAVE.
17324         (_dl_x86_64_save_sse): Likewise.
17325
17326         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
17327
17328         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
17329
17330 2011-07-21  Andreas Schwab  <schwab@redhat.com>
17331
17332         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
17333         change.
17334         (_dl_x86_64_save_sse): Use correct AVX check.
17335
17336 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
17337
17338         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
17339         bug in strncpy/strncat.
17340         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
17341
17342 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
17343
17344         * string/tester.c (test_strcat): Add tests for different alignments
17345         of source and destination.
17346         (test_strncat): Likewise.
17347
17348 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
17349
17350         [BZ #12852]
17351         * posix/glob.c (glob): Check passed in values before using them in
17352         expressions to avoid some overflows.
17353         (glob_in_dir): Likewise.
17354
17355         [BZ #13007]
17356         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
17357         check for AVX enablement so that we don't crash with old kernels and
17358         new hardware.
17359         * elf/tst-audit4.c: Add same checks here.
17360         * elf/tst-audit6.c: Likewise.
17361
17362         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
17363
17364 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
17365
17366         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
17367
17368 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
17369
17370         * po/cs.po: Update from translation team.
17371         * po/bg.po: Likewise.
17372
17373 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
17374
17375         * misc/sys/cdefs.h: Add support for const attribute.
17376         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
17377         to gnu_dev_{major,minor,makedev} functions.
17378
17379 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
17380
17381         * intl/dcigettext.c (get_output_charset): Add missing bracket.
17382
17383 2011-07-20  Andreas Schwab  <schwab@redhat.com>
17384
17385         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
17386         strlen results.
17387
17388 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17389
17390         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
17391         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
17392         register in order to avoid conflicts with the soft frame pointer
17393         being held in r11 when necessary.
17394         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
17395         (INTERNAL_VSYSCALL_NCS): Likewise.
17396
17397 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
17398
17399         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
17400         * elf/dl-fini.c (_dl_fini): Adjust caller.
17401         * elf/dl-close.c (_dl_close_worker): Likewise.
17402         * sysdeps/generic/ldsodefs.h: Adjust declaration.
17403
17404 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
17405
17406         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
17407         "aux_cache->nlibs < 0".
17408
17409         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
17410         in the reload-count case.
17411
17412 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17413
17414         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17415         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
17416         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
17417         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
17418         * sysdeps/x86_64/multiarch/strcat.S: New file.
17419         * sysdeps/x86_64/multiarch/strncat.S: New file.
17420         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
17421         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
17422         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
17423         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
17424         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
17425         (USE_AS_STRCAT): Define.
17426         Add strcat and strncat support.
17427         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
17428         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17429         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
17430         * string/strncat.c: Update.
17431         (USE_AS_STRNCAT): Define.
17432         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17433         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
17434         and i7.
17435         * sysdeps/x86_64/multiarch/init-arch.h
17436         (bit_Prefer_PMINUB_for_stringop): New.
17437         (index_Prefer_PMINUB_for_stringop): Likewise.
17438         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
17439         bit_Prefer_PMINUB_for_stringop.
17440
17441 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
17442
17443         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
17444         buffer64.
17445         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
17446         of casting of buffer.
17447         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
17448         buffer32 and buffer64.
17449         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
17450         writes instead of casting of buffer.
17451         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
17452         buffer32.
17453         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
17454         casting of buffer.
17455
17456 2011-07-19  Andreas Schwab  <schwab@redhat.com>
17457
17458         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
17459
17460 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
17461
17462         * nscd/nscd.c (termination_handler): Don't do anything for a database
17463         if it has not yet been initialized.
17464
17465 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
17466
17467         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
17468
17469 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
17470
17471         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
17472
17473 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
17474
17475         * po/nl.po: Update from translation team.
17476         * po/sv.po: Likewise.
17477
17478 2011-07-16  Roland McGrath  <roland@hack.frob.com>
17479
17480         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
17481         now disallowed by GCC.
17482
17483         * configure.in (use-default-link): Default to yes if a test -shared
17484         link meets our qualifications.
17485         * configure: Regenerated.
17486
17487         * config.make.in (output-format): New variable.
17488         * configure.in: Check for ld --print-output-format support.
17489         * configure: Regenerated.
17490         * Makerules ($(common-objpfx)format.lds)
17491         [$(output-format) != unknown]: Just use $(output-format),
17492         instead of the linker-script munging.
17493
17494 2011-07-14  Roland McGrath  <roland@hack.frob.com>
17495
17496         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
17497         of $(common-objpfx)shlib.lds.
17498         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
17499
17500         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
17501         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
17502
17503         * configure.in (-z relro check): Adjust test code to add a large
17504         writable data section after it.
17505         * configure: Regenerated.
17506
17507 2011-07-11  Roland McGrath  <roland@hack.frob.com>
17508
17509         * configure.in (-z relro check): Fix test code to make the variable
17510         truly const.
17511         * configure: Regenerated.
17512
17513 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
17514
17515         * nscd/nscd.h (struct traced_file): Define.
17516         (struct database_dyn): Remove inotify_descr, reset_res, and filename
17517         elements.  Add traced_files.
17518         (inotify_fd): Declare.
17519         (register_traced_file): Declare.
17520         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
17521         (inotify_fd): Export.
17522         (resolv_conf_descr): Remove.
17523         (nscd_init): Move inotify descriptor creation to main.
17524         Don't register files for notification here.
17525         (register_traced_file): New function.
17526         (invalidate_cache): Don't use reset_res to determine whether to call
17527         res_init, go through the list of registered files.
17528         (main_loop_poll): The inotify descriptors are now stored in the
17529         structures for the traced files.
17530         (main_loop_epoll): Likewise
17531         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
17532         to __nss_disable_nscd.
17533         * nscd/cache.c (prune_cache): There is no single inotify descriptor
17534         for a database anymore.  Check the records for all the registered
17535         files instead.
17536         * nss/Makefile (libnss_files-routines): Add files-init.
17537         (libnss_db-routines): Add db-init.
17538         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
17539         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
17540         * nss/nss_db/db-init.c: New file.
17541         * nss/nss_files/files-init.c: New file.
17542         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
17543         __nss_lookup_function.
17544         (__nss_lookup_function): Call nss_load_library.
17545         (nss_load_all_libraries): New function.
17546         (__nss_disable_nscd): Take parameter with callback function for files
17547         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
17548         used for the cached services.
17549         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
17550         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
17551         options for features to all the files in nscd.
17552
17553         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
17554
17555 2011-07-10  Roland McGrath  <roland@hack.frob.com>
17556
17557         * csu/elf-init.c (__libc_csu_init): Comment typo.
17558
17559 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
17560
17561         * po/pl.po: Update from translation team.
17562         * po/ja.po: Likewise.
17563         * po/ru.po: Likewise.
17564         * po/ko.po: Likewise.
17565         * po/fr.po: Likewise.
17566
17567 2011-07-09  Roland McGrath  <roland@hack.frob.com>
17568
17569         * configure.in (.ctors/.dtors header and trailer check):
17570         Use an empirical test on a built program.
17571         * configure: Regenerated.
17572
17573         * configure.in (-z relro check): Use an empirical test on a built DSO.
17574         Detect, but do not require, on ia64.
17575         * configure: Regenerated.
17576
17577         * configure.in (READELF): Find it with AC_CHECK_TOOL.
17578         Update tests that use readelf to use $READELF instead.
17579         * configure: Regenerated.
17580
17581 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
17582
17583         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
17584         if the result is not used.
17585
17586 2011-07-05  Andreas Jaeger  <aj@suse.de>
17587
17588         [BZ#9696]
17589         * stdlib/tst-strtod.c: Add testcase.
17590
17591 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
17592
17593         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
17594         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
17595         The latter has a higher limit.  Take additional parameter to pass to
17596         the new function.
17597         (__pathconf): Pass file to __statfs_link_max.
17598         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
17599         __statfs_link_max.
17600         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
17601         __statfs_link_max.
17602
17603         [BZ #12868]
17604         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
17605         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
17606         Handle Lustre.
17607         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
17608         (__statfs_filesize_max): Likewise.
17609         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
17610
17611 2011-07-05  Andreas Jaeger  <aj@suse.de>
17612
17613         * resolv/res_comp.c (dn_skipname): Remove unused variable.
17614
17615 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
17616
17617         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
17618         `status' variable.
17619         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
17620         Likewise.
17621
17622 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
17623
17624         * Makefile (strop-tests): Add strncat.
17625         * string/test-strncat.c: New file.
17626
17627 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
17628
17629         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
17630
17631 2011-06-21  Andreas Jaeger  <aj@suse.de>
17632
17633         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
17634         Copy rule from iconvdata/Makefile.
17635
17636 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
17637
17638         [BZ #12922]
17639         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
17640         but no long options are defined, just return 'W'.
17641
17642 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
17643
17644         [BZ #9696]
17645         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
17646
17647 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
17648
17649         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
17650         netgroups to read.
17651         (innetgr): Likewise.
17652
17653 2011-07-05  Roland McGrath  <roland@hack.frob.com>
17654
17655         * config.make.in (install_root): Default to $(DESTDIR).
17656
17657 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
17658
17659         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
17660
17661 2011-07-02  Roland McGrath  <roland@hack.frob.com>
17662
17663         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
17664
17665         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
17666         containing directory rather than embedding absolute directory names.
17667
17668         * scripts/check-local-headers.sh: Rewritten using awk.
17669         Match by word, not by line.  Print error messages for matches.
17670         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
17671
17672         * Makerules [shlib-lds-flags empty]:
17673         ($(common-objpfx)libc_pic.opts): New target.
17674         ($(common-objpfx)libc_pic.os.clean): New target.
17675         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
17676
17677         * config.make.in (OBJCOPY): New variable.
17678         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
17679         * configure: Regenerated.
17680
17681         * config.make.in (use-default-link): New variable.
17682         * configure.in (use_default_link): Grok --with-default-link to set it.
17683         * configure: Regenerated.
17684         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
17685         (shlib-lds, shlib-lds-flags): Define to empty.
17686
17687         * Makerules (shlib-lds): New variable.
17688         (shlib-lds-flags): New variable.
17689         (build-shlib, build-moduile, build-module-asneeded): Use it.
17690         ($(common-objpfx)libc.so): Use $(shlib-lds).
17691         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
17692         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
17693
17694         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
17695         DT_FLAGS/DT_FLAGS_1 with zero flags.
17696
17697         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
17698         linker script munging.
17699
17700 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
17701
17702         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
17703         as 128-bit value.
17704         * crypt/sha512.c (sha512_process_block): Perform total addition using
17705         128-bit if possible.
17706         (__sha512_finish_ctx): Likewise.
17707         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
17708         as 64-bit value.
17709         * crypt/sha256.c (SWAP64): Define.
17710         (sha256_process_block): Perform total addition using 64-bit if
17711         possible.
17712         (__sha256_finish_ctx): Likewise.
17713
17714 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
17715
17716         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
17717         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17718         * nscd/hstcache.c (cache_addhst): Likewise.
17719         * nscd/grpcache.c (cache_addgr): Likewise.
17720         * nscd/aicache.c (addhstaiX): Likewise
17721         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
17722
17723 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
17724
17725         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
17726         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17727         * nscd/hstcache.c (cache_addhst): Likewise.
17728         * nscd/grpcache.c (cache_addgr): Likewise.
17729         * nscd/aicache.c (addhstaiX): Likewise
17730
17731 2011-07-01  Andreas Schwab  <schwab@redhat.com>
17732
17733         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
17734         domain only when needed.
17735
17736 2011-06-30  Andreas Schwab  <schwab@redhat.com>
17737
17738         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
17739         is always restored.
17740
17741 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
17742
17743         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
17744         are re-adding the entry.
17745         * nscd/servicescache.c (cache_addserv): Likewise.
17746
17747 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
17748
17749         * sysdeps/generic/dl-irel.h: fix protection against multiple
17750         inclusions.
17751         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
17752
17753 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
17754
17755         [BZ #12935]
17756         * malloc/memusage.sh: Fix quoting in message.
17757         * debug/xtrace.sh: Likewise.
17758
17759         * configure.in: Remove support for --experimental-malloc option, make
17760         it the default.
17761         * config.make.in: Likewise.
17762         * malloc/Makefile: Likewise.
17763
17764 2011-06-27  Andreas Schwab  <schwab@redhat.com>
17765
17766         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
17767         two-byte characters.
17768
17769 2011-06-27  Roland McGrath  <roland@hack.frob.com>
17770
17771         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
17772         AC_CACHE_CHECK invocation.
17773         * configure: Regenerated.
17774
17775         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
17776
17777 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
17778
17779         [BZ #12350]
17780         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
17781         bit from old_res_options.
17782
17783         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
17784
17785         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
17786         value type for setfct.
17787
17788 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
17789
17790         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
17791         __gettimeofday instead of gettimeofday.
17792
17793 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
17794
17795         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
17796
17797 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
17798
17799         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
17800
17801         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
17802         info.
17803
17804 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
17805
17806         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17807         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
17808         strcpy-sse2-unaligned strncpy-sse2-unaligned
17809         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
17810         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
17811         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
17812         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
17813         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
17814         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
17815         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
17816         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
17817         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
17818         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
17819         (STRCPY): Support SSE2 and SSSE3 versions.
17820
17821 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
17822
17823         [BZ #12874]
17824         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
17825         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
17826         kernels which artificially limit size of requests.
17827
17828 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
17829
17830         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
17831         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
17832         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
17833         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
17834         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
17835         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
17836         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
17837         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
17838         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
17839         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
17840         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
17841         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
17842         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
17843         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
17844         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
17845         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17846         Enable unaligned load optimization for Intel Core i3, i5 and i7
17847         processors.
17848         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
17849         Define.
17850         (index_Fast_Unaligned_Load): Define.
17851         (HAS_FAST_UNALIGNED_LOAD): Define.
17852
17853 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
17854
17855         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
17856
17857 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
17858
17859         [BZ #12907]
17860         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
17861         until it is clear that the information is realy needed.
17862         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
17863
17864 2011-06-22  Andreas Schwab  <schwab@redhat.com>
17865
17866         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
17867
17868 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
17869
17870         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
17871         /sys/devices/system/cpu/online if it is usable.
17872
17873         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
17874         reading the information from the /proc filesystem to once a second.
17875
17876 2011-06-21  Andreas Jaeger  <aj@suse.de>
17877
17878         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
17879         NULL after inclusion of kernel headers.
17880
17881 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
17882
17883         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
17884         calls to internal_setent.
17885
17886         [BZ #12885]
17887         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
17888         addresses using gethostbyname4_r ignore IPv4 addresses.
17889
17890         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
17891         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
17892
17893         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
17894
17895 2011-06-20  David S. Miller  <davem@davemloft.net>
17896
17897         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
17898         inclusions.
17899         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
17900
17901         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
17902         (elf_irel): Use it.
17903         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
17904         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
17905         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
17906         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
17907         * sysdeps/x86_64/dl-irel.h: Likewise.
17908
17909         * elf/dl-runtime.c: Use elf_ifunc_invoke.
17910         * elf/dl-sym.c: Likewise.
17911
17912 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
17913
17914         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
17915         need to dereference resplen2.
17916
17917 2011-06-14  Andreas Schwab  <schwab@redhat.com>
17918
17919         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
17920
17921 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
17922
17923         * Makeconfig: Define vardbdir and inst_vardbdir.
17924         * nss/Makefile: Add rules to install db-Makefile.
17925
17926         * nss/nss_db/db-XXX.c: Cleanup.
17927
17928         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
17929         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
17930         GLIBC_PRIVATE.
17931         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
17932         * nss/makedb.c: Implement -g option to specify that value strings
17933         are generated and should not be added to table iterated over for
17934         get*ent calls.
17935         * nss/nss_db/db-initgroups.c: New file.
17936
17937         * nss/getent.c: Add support for initgroups lookups through getgrouplist
17938         interface.
17939
17940         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
17941         (internal_getgrouplist): Adjust to name change.
17942         Update use_initgroups_entry if this is not the first call.
17943         * nss/databases.def: Add initgroups entry.
17944
17945         * nss/makedb.c (compute_tables): Check result of multiple hash table
17946         sizes to minimize maximum chain length.
17947
17948 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
17949
17950         * Versions.def: Add entry for libnss_db.
17951         * shlib-versions: Likewise.
17952         * nss/Makefile: Add rules to build libnss_db.
17953         * nss/Versions: Add libnss_db information.  Organize libnss_files
17954         entries better.
17955         * nss/db-Makefile: Add gshadow support.  Change rules for the new
17956         makedb progra.  Some minor improvements to generate smaller files.
17957         * nss/nss_db/nss_db.h: Move NSS database header data structures to
17958         here from...
17959         * nss/makedb.c: ...here.
17960         Improve database format to be smaller and require less memory at
17961         runtime.
17962         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
17963         db anymore.
17964         * nss/nss_db/db-netgrp.c: Likewise.
17965         * nss/nss_db/db-open.c: Likewise.
17966         * nss/nss_files/flies-XXX.x: Adjust comments.
17967         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
17968         * nss/nss_files/files-grp.c: Likewise.
17969         * nss/nss_files/files-hosts.c: Likewise.
17970         * nss/nss_files/files-network.c: Likewise.
17971         * nss/nss_files/files-proto.c: Likewise.
17972         * nss/nss_files/files-pwd.c: Likewise.
17973         * nss/nss_files/files-rpc.c: Likewise.
17974         * nss/nss_files/files-service.c: Likewise.
17975         * nss/nss_files/files-sgrp.c: Likewise.
17976         * nss/nss_files/files-spwd.c: Likewise.
17977         * nss/nss_db/db-alias.c: Removed.
17978         * nss/nss_db/dummy-db.h: Removed.
17979
17980 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
17981
17982         * nss/makedb.c: Rewritten to not use database library.
17983         * nss/Makefile: Update to build new makedb program.
17984
17985 2011-06-14  Andreas Jaeger  <aj@suse.de>
17986
17987         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
17988         memset declaration.
17989
17990 2011-06-10  Andreas Schwab  <schwab@redhat.com>
17991
17992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
17993         tmpbuf.
17994
17995 2011-06-10  Roland McGrath  <roland@hack.frob.com>
17996
17997         * Makerules (shlib.lds): Fail if the linker script comes out empty.
17998         * elf/Makefile ($(objpfx)ld.so): Likewise.
17999
18000         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
18001         Don't list ld.so twice in dependencies.
18002
18003         * posix/bug-regex31.c: Include <stdlib.h>.
18004
18005         * nscd/hstcache.c (cache_addhst): Remove unused variable.
18006
18007         * nis/nss_compat/compat-spwd.c
18008         (getspent_next_nss_netgr): Remove unused variable.
18009         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
18010
18011         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
18012         nonmembers" output to use the right array.
18013
18014         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
18015
18016         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
18017
18018         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
18019         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
18020         * catgets/gencat.c (read_input_file): Likewise.
18021         * locale/programs/locarchive.c (enlarge_archive): Likewise.
18022
18023         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
18024         variable definition inside #if's controlling its use.
18025
18026         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
18027
18028         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
18029
18030         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
18031
18032         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
18033         unreachable code.
18034
18035         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
18036
18037         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
18038         * configure: Regenerated.
18039
18040         * Makerules: Revert last change.
18041         * elf/Makefile: Likewise.
18042
18043 2011-06-09  Roland McGrath  <roland@hack.frob.com>
18044
18045         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
18046         * elf/Makefile ($(objpfx)librtld.os): Likewise.
18047         (reloc-link): Likewise.
18048
18049 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
18050
18051         * elf/Makefile: Add rules to build pldd.
18052         * elf/pldd.c: New file.
18053         * elf/pldd-xx.c: New file.
18054
18055 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
18056
18057         * version.h: Update for 2.15 development version.
18058
18059 2011-06-07  David S. Miller  <davem@davemloft.net>
18060
18061         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
18062         ifuncs.
18063         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
18064         elf_machine_lazy_rel): Likewise.
18065         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18066         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
18067         elf_machine_lazy_rel): Likewise.
18068         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
18069         dl_hwcap via passed in argument.
18070         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
18071         Likewise.
18072
18073 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18074
18075         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
18076
18077 2011-06-06  Roland McGrath  <roland@hack.frob.com>
18078
18079         [BZ #12849]
18080         * manual/fdl-1.1.texi: New file, verbatim from:
18081         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
18082         * manual/lgpl-2.1.texi: New file, verbatim from:
18083         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
18084         * manual/Makefile (licenses): New variable, list those new file names.
18085         (texis): Use it.
18086         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
18087
18088         * manual/fdl.texi: File removed.
18089         * manual/lesser.texi: File removed.
18090         * manual/libc.texinfo (Copying, Documentation License):
18091         Use new @include file names, put @appendix directive before @include.
18092
18093 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
18094
18095         [BZ #12841]
18096         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
18097         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
18098         (mq_open): Add __NTH.
18099
18100 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
18101
18102         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18103         Assume Intel Core i3/i5/i7 processor if AVX is available.
18104
18105 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
18106
18107         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
18108         typo.
18109
18110 2011-05-31  Andreas Schwab  <schwab@redhat.com>
18111
18112         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
18113         memory.  Use alloca_account.  Fix memory leak when retrying.
18114
18115 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
18116
18117         * version.h (RELEASE): Bump for 2.14 release.
18118         * include/features.h (__GLIBC_MINOR__): Bump to 14.
18119
18120         * config.make.in (RANLIB): Remove entry.
18121
18122 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
18123
18124         * po/Makefile (po-sed-cmd): Add ksh to extensions.
18125         (libc.pot): Work around missing support for .ksh extension in xgettext.
18126
18127         [BZ #12684]
18128         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
18129         if both request failed.
18130         (send_dg): In case of server errors clear resplen or *resplen2.
18131
18132         [BZ #12454]
18133         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
18134         when there are multiple maps.
18135         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
18136         (_dl_fini): Remove test here.
18137
18138         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
18139
18140 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
18141
18142         [BZ #12350]
18143         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
18144         bit from old_res_options.
18145         (gaih_inet): Likewise.
18146
18147         [BZ #11099]
18148         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
18149         as signed.
18150
18151         * resolv/res_init.c (res_setoptions): Make the code more compact.
18152
18153         [BZ #11558]
18154         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
18155         set RES_USEVC.
18156
18157         [BZ #11634]
18158         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
18159
18160         * malloc/malloc.h: Mark malloc hook variables as deprecated.
18161
18162         [BZ #11781]
18163         * malloc/malloc.h: Declare malloc hook variables as volatile.
18164
18165         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
18166         in last patch.
18167
18168         [BZ #11799]
18169         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
18170         raise in the comment.
18171         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
18172         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
18173         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
18174
18175 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
18176
18177         [BZ #12811]
18178         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
18179         grow the buffers more if it already has to be sufficient.
18180         (build_wcs_upper_buffer): Likewise.
18181         * posix/regexec.c (check_matching): Likewise.
18182         (clean_state_log_if_needed): Likewise.
18183         (extend_buffers): Don't enlarge buffers beyond size of the input
18184         buffer.
18185         Patches mostly by Emil Wojak <emil@wojak.eu>.
18186         * posix/bug-regex32.c: New file.
18187         * posix/Makefile (tests): Add bug-regex32.
18188
18189         * locale/findlocale.c (_nl_find_locale): Return right away if
18190         _nl_explode_name failed.
18191         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
18192
18193         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
18194
18195         * debug/xtrace.sh: Unify messages.
18196         * malloc/memusage.sh: Likewise.
18197
18198         [BZ #12813]
18199         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
18200         time symbol from vDSO.  Substitute with vsyscall if not available.
18201         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
18202         __vdso_time.
18203
18204         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
18205         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
18206         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
18207         Add sendmmsg and internal_sendmmsg.
18208         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
18209         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
18210         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
18211
18212         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
18213         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
18214         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
18215
18216 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
18217
18218         [BZ #12813]
18219         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
18220         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
18221         available.
18222         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
18223         __vdso_getcpu.
18224
18225         [BZ #12814]
18226         * iconvdata/Makefile (tests): Add bug-iconv9.
18227         * iconvdata/bug-iconv9.c: New file.
18228
18229 2011-05-27  Andreas Schwab  <schwab@redhat.com>
18230
18231         [BZ #12814]
18232         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
18233
18234 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
18235
18236         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
18237         (struct user_regs_struct): Change intcs field back to cs.
18238
18239 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
18240
18241         * po/ja.po: Update from translation team.
18242
18243 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
18244
18245         [BZ #12795]
18246         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
18247         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
18248
18249 2011-05-20  Andreas Schwab  <schwab@redhat.com>
18250
18251         * stdlib/longlong.h: Update from GCC.
18252
18253 2011-05-23  Andreas Schwab  <schwab@redhat.com>
18254
18255         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
18256         parameter name.
18257         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
18258         Add parameter name.
18259         (__sysconf): Pass it down.
18260
18261 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
18262
18263         [BZ #12671]
18264         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
18265         some situations.
18266         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18267         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
18268         add in in __libc_use_alloca calls.  Adjust callers.
18269         (glob): Use malloc in some situations.
18270
18271         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
18272         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
18273         pltexit.
18274
18275 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
18276
18277         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
18278         and CLOCK_BOOTTIME_ALARM.
18279
18280         [BZ #12782]
18281         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
18282         is returned.
18283
18284         * string/_strerror.c (__strerror_r): Print negative errors as signed
18285         numbers.
18286
18287         [BZ #12777]
18288         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
18289         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
18290         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
18291
18292         * configure.in: Fix typo in redirection and correct removal of test
18293         files in two cases.
18294
18295         [BZ #12788]
18296         * locale/setlocale.c (new_composite_name): Fix test to check for
18297         identical name of all categories.
18298
18299         [BZ #12792]
18300         * libio/filedoalloc.c (local_isatty): New function.
18301         (_IO_file_doallocate): Use local_isatty.
18302         * stdio-common/perror.c (perror): In case a new stream is used
18303         forward the stream error.
18304         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
18305         error flag.
18306
18307 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
18308
18309         [BZ #11869]
18310         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
18311         alloca.
18312         * include/alloca.h (extend_alloca_account): Define.
18313
18314         [BZ #11857]
18315         * posix/regex.h: Fix comments with documentation of user-accessible
18316         fields after compilation and describe correct free'ing of pattern
18317         after re_compile_pattern.
18318         Patch by Reuben Thomas <rrt@sc3d.org>.
18319
18320 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
18321
18322         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
18323         and -mno-altivec to prevent the compiler from using Altivec and/or
18324         VSX instructions when the corresponding registers are not available.
18325
18326 2011-05-19  Andreas Schwab  <schwab@redhat.com>
18327
18328         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
18329
18330 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
18331
18332         * libio/freopen.c (freopen): Use __dup2, not dup2.
18333         * libio/freopen64.c (freopen64): Likewise.
18334
18335 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
18336
18337         [BZ #12775]
18338         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
18339         * math/Makefile (tests): Add test-powl.
18340         (CFLAGS-test-powl.c): Define.
18341         * math/test-powl.c: New file.
18342
18343 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
18344
18345         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
18346
18347 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
18348
18349         [BZ #11837]
18350         * iconvdata/gb18030.c: Update to GB18020-2005.
18351
18352 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
18353
18354         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
18355         RE_SYNTAX_POSIX_AWK): Update to match recent development.
18356         Patch by Aharon Robbins <arnold@skeeve.com>.
18357
18358         [BZ #11892]
18359         * stdlib/putenv.c (putenv): Don't always create copy of the variable
18360         on the stack.
18361
18362         [BZ #11895]
18363         * misc/pselect.c (__pselect): Handle timeout value errors hidden
18364         through underflows.
18365
18366         [BZ #12766]
18367         * misc/error.c (error_at_line): Ensure file_name and old_file_name
18368         point to strings before performing equality test for error_one_per_line
18369         mode.
18370
18371         [BZ #11697]
18372         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
18373
18374         [BZ #11820]
18375         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
18376         (struct user_fpregs_struct): Avoid __uint*_t types.
18377
18378         [BZ #6420]
18379         * malloc/mtrace.c (tr_where): Add additional parameter to point to
18380         symbol info.  Use it instead of calling _dl_addr locally.
18381         (lock_and_info): New function.
18382         (tr_freehook): Call lock_and_info and pass symbol info as additional
18383         parameter to tr_where.
18384         (tr_mallochook): Likewise.
18385         (tr_reallochook): Likewise.
18386         (tr_memalignhook): Likewise.
18387
18388         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
18389         used and couldn't be at all thread-safe.
18390
18391 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
18392
18393         * libio/freopen.c (freopen): Don't close old file descriptor
18394         before the new one is opened.  Instead dup the new file descriptor
18395         to the old one after the new stream is created.
18396         * libio/freopen64.c (freopen64): Likewise.
18397         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
18398         * libio/fileops.c (_IO_new_file_close_it): Handle new
18399         _IO_FLAGS2_NOCLOSE flag.
18400         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
18401         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
18402         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
18403         _IO_FLAGS2_NOCLOSE flag.
18404         * include/unistd.h: Add hidden_proto for dup3.
18405         Define __have_dup3.
18406         * io/dup3.c: Define hidden symbol.
18407         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
18408
18409         [BZ #7101]
18410         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
18411         when an incomplete long option is used.
18412         * posix/tst-getopt_long1.c: New file.
18413         * posix/Makefile (tests): Add tst-getopt_long1.
18414
18415         [BZ #10138]
18416         * scripts/config.guess: Update from autoconf-2.68.
18417         * scripts/config.sub: Likewise.
18418
18419         [BZ #10157]
18420         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
18421         tests into ...
18422         (has_cpuclock): ...this.  New function.
18423         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
18424         macro here based on has_cpuclock code.
18425
18426         [BZ #10149]
18427         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18428         First byte (not low byte) is now always NUL.
18429         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
18430
18431         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18432         Use non-cancelable interfaces.
18433
18434         [BZ #9809]
18435         * locale/iso-639.def: Add entry for Sorani.
18436
18437         [BZ #11901]
18438         * include/stdlib.h: Move include protection to the right place.
18439         Define abort_msg_s.  Declare __abort_msg with it.
18440         * stdlib/abort.c (__abort_msg): Adjust type.
18441         * assert/assert.c (__assert_fail_base): New function.  Majority
18442         of code from __assert_fail.  Allocate memory for __abort_msg with
18443         mmap.
18444         (__assert_fail): Now call __assert_fail_base.
18445         * assert/assert-perr.c: Remove bulk of implementation.  Use
18446         __assert_fail_base.
18447         * include/assert.hL Declare __assert_fail_base.
18448         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
18449         mmap.
18450         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
18451
18452 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
18453
18454         [BZ #11952]
18455         [BZ #12453]
18456         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
18457         until all modules are registered in the DTV.
18458         * elf/Makefile: Add rules to build and run tst-tls19.
18459         * elf/tst-tls19.c: New file.
18460         * elf/tst-tls19mod1.c: New file.
18461         * elf/tst-tls19mod2.c: New file.
18462         * elf/tst-tls19mod3.c: New file.
18463         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
18464
18465         [BZ #12083]
18466         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
18467         correctly.
18468
18469         [BZ #12601]
18470         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
18471         two-byte sequence errors.
18472         * iconvdata/Makefile (tests): Add bug-iconv8.
18473         * iconvdata/bug-iconv8.c: New file.
18474
18475         [BZ #12626]
18476         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
18477         buf2 definition.
18478
18479         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
18480
18481         [BZ #12432]
18482         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
18483         (dummy_getcfa): New function.
18484         (init): Get _Unwind_GetCFA address, use dummy if not found.
18485         (backtrace_helper): In recursion check, also check whether CFA changes.
18486         (__backtrace): Completely initialize arg.
18487
18488         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
18489         storing incomplete byte sequence in state object.  Avoid testing for
18490         guaranteed too small input if we know there is enough data available.
18491
18492 2011-05-11  Andreas Schwab  <schwab@redhat.com>
18493
18494         * Makeconfig (+link-pie): Indent.
18495         * Rules (binaries-pie): Define if $(have-fpie) and
18496         $(build-shared).
18497         (binaries-shared): Also filter out $(binaries-pie).
18498         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
18499         * nscd/Makefile (others-pie): Add nscd.
18500         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
18501         ($(objpfx)nscd): Remove command override.
18502         * login/Makefile (others-pie): Add pt_chown.
18503         ($(objpfx)pt_chown): Remove command override.
18504         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
18505         remove command overrides.
18506
18507 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
18508
18509         * libio/tst_putwc.c: Fix error messages.
18510
18511         [BZ #12724]
18512         * libio/fileops.c (_IO_new_file_close_it): Always flush when
18513         currently writing and seek to current position when not.
18514         * libio/Makefile (tests): Add bug-fclose1.
18515         * libio/bug-fclose1.c: New file.
18516
18517 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
18518
18519         [BZ #12511]
18520         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
18521         don't set DF_1_NODELETE here.
18522         (do_lookup_x): When entering new entry test for copy relocation
18523         and if necessary set DF_1_NODELETE flag.
18524         * elf/tst-unique4.cc: New file.
18525         * elf/tst-unique4.h: New file.
18526         * elf/tst-unique4lib.cc: New file.
18527         * elf/Makefile: Add rules to build and run tst-unique4.
18528         Patch by Piotr Bury <pbury@goahead.com>.
18529
18530 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
18531
18532         [BZ #12052]
18533         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
18534
18535         [BZ #12625]
18536         * misc/mntent_r.c (addmntent): Flush the stream after the output
18537
18538         [BZ #12393]
18539         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
18540         (is_trusted_path_normalize): Skip initial colon.  Append slash
18541         to empty buffer.  Duplicate is_trusted_path code but allow
18542         constructed patch to be prefix.
18543         (is_dst): Allow $ORIGIN followed by /.
18544         (_dl_dst_substitute): Correct clearing of check_for_trusted.
18545         Correct testing of result of is_trusted_path_normalize
18546         (decompose_rpath): Fix warning.
18547
18548 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
18549
18550         [BZ #11257]
18551         * grp/initgroups.c (internal_getgrouplist): When we found the service
18552         list through the initgroups entry in nsswitch.conf do not always
18553         continue on a successful lookup.  Don't always use the
18554         __nss_group_database value if it is set.
18555         * nss/nsswitch.conf (initgroups): Change action for successful db
18556         lookup to continue for compatibility.
18557
18558 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
18559
18560         [BZ #11532]
18561         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
18562         and CP774 modules.
18563         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
18564         and CP774 modules.
18565         * iconvdata/tst-tables.sh: Likewise.
18566         * iconvdata/cp770.c: New file.
18567         * iconvdata/cp771.c: New file.
18568         * iconvdata/cp772.c: New file.
18569         * iconvdata/cp773.c: New file.
18570         * iconvdata/cp774.c: New file.
18571         * iconvdata/testdata/CP770: New file.
18572         * iconvdata/testdata/CP770..UTF8: New file.
18573         * iconvdata/testdata/CP771: New file.
18574         * iconvdata/testdata/CP771..UTF8: New file.
18575         * iconvdata/testdata/CP772: New file.
18576         * iconvdata/testdata/CP772..UTF8: New file.
18577         * iconvdata/testdata/CP773: New file.
18578         * iconvdata/testdata/CP773..UTF8: New file.
18579         * iconvdata/testdata/CP774: New file.
18580         * iconvdata/testdata/CP774..UTF8: New file.
18581
18582         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
18583         END CHARMAP line.
18584         * iconvdata/gen-8bit-gap.sh: Likewise.
18585         * iconvdata/gen-8bit.sh: Likewise.
18586
18587         * locale/iso-639.def: Add ary entry.
18588
18589         [BZ #11258]
18590         * locale/C-translit.h.in: Add U20A1 transliteration.
18591
18592         [BZ #12178]
18593         * locale/iso-639.def: Add wae entry.
18594         Patch by Kevin Bortis <bortis@translate-wae.ch>.
18595
18596         [BZ #12545]
18597         * locale/programs/localedef.c (construct_output_path): Use ssize_t
18598         for n.
18599
18600         [BZ #12711]
18601         * locale/C-translit.h.in: Add entry for U20B9.
18602         Patch by pravin.d.s@gmail.com.
18603
18604 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
18605
18606         [BZ #12713]
18607         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
18608         ENAMETOOLONG use generic getcwd.
18609         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
18610         in rtld.  Use *stat64.
18611         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
18612         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
18613         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
18614         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
18615         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
18616         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
18617         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
18618         __fstatat64 macros.
18619         * include/dirent.h: Add libc_hidden_proto for rewinddir.
18620         * dirent/rewinddir.c: Add libc_hidden_def.
18621         * sysdeps/mach/hurd/rewinddir.c: Likewise.
18622         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
18623
18624         * include/dirent.h (__alloc_dir): Add flags parameter.
18625         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
18626         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
18627         __alloc_dir.
18628         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
18629         from fdopendir if O_CLOEXEC is already set.
18630
18631 2011-03-15  Alan Modra  <amodra@gmail.com>
18632
18633         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
18634         l_tls_firstbyte_offset non-zero.  Save padding offset in
18635         l_tls_firstbyte_offset for later use.
18636         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
18637         freeing static tls block.
18638
18639 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
18640
18641         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
18642         where #ifdef was intended.  The intent is to prevent ARG_MAX from
18643         being defined by the kernel headers.
18644
18645 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
18646
18647         [BZ #12734]
18648         * resolv/resolv.h: Define RES_NOTLDQUERY.
18649         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
18650         no-tld-query and set RES_NOTLDQUERY.
18651         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
18652         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
18653         modern BIND to search name as TLD unless forbidden.
18654
18655 2011-05-07  Petr Baudis  <pasky@suse.cz>
18656             Ulrich Drepper  <drepper@gmail.com>
18657
18658         [BZ #12393]
18659         * elf/dl-load.c (fillin_rpath): Move trusted path check...
18660         (is_trusted_path): ...to here.
18661         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
18662         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
18663         using is_trusted_path_normalize() in setuid scripts.
18664
18665 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
18666
18667         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
18668         __BEGIN/__END_DECLS.
18669
18670 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
18671
18672         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
18673         NSS_STATUS_NOTFOUND if no record was found.
18674
18675 2011-05-05  Andreas Schwab  <schwab@redhat.com>
18676
18677         * sunrpc/Makefile (headers): Add rpc/netdb.h.
18678         (headers-not-in-tirpc): Remove rpc/netdb.h
18679         * resolv/netdb.h: Revert last change.
18680
18681 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
18682
18683         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
18684         circular dependency between libgcc.a and libc.a.
18685
18686 2011-05-05  Andreas Schwab  <schwab@redhat.com>
18687
18688         * resolv/netdb.h: Don't include <rpc/netdb.h>.
18689         * nis/Makefile: Don't install rpcsvc/*.
18690         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
18691         instead of <rpc/types.h>.
18692         (MAXHOSTNAMELEN): Define.
18693
18694 2011-05-03  Andreas Schwab  <schwab@redhat.com>
18695
18696         * elf/ldconfig.c (add_dir): Don't crash on empty path.
18697
18698 2011-04-28  Maciej Babinski  <mbabinski@google.com>
18699
18700         [BZ #12714]
18701         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
18702         gethostbyname4_r when IPv6 results are possible.
18703
18704 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
18705
18706         [BZ #12723]
18707         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
18708         _PC_PIPE_BUF handling.
18709
18710 2011-04-30  Bruno Haible  <bruno@clisp.org>
18711
18712         [BZ #12717]
18713         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
18714         * resolv/netdb.h (getnameinfo): Change type of flags parameter
18715         to 'int'.
18716         * inet/getnameinfo.c (getnameinfo): Likewise.
18717
18718 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
18719
18720         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
18721         to groups setting in database lookup.
18722         * nss/nsswitch.conf: Add initgroups entry.
18723
18724 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
18725
18726         [BZ #12685]
18727         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
18728         mode string.
18729         Patch by Eric Blake <eblake@redhat.com>.
18730
18731 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
18732
18733         * sunrpc/Makefile (need-export-routines): Add svc_run.
18734         (routines): Remove svc_run.
18735         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
18736         * sunrpc/clnt_perr.c (clnt_perrno): Export.
18737         * sunrpc/svc_run.c (svc_run): Likewise.
18738         * sunrpc/svc_udp.c (svcudp_create): Likewise.
18739
18740 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
18741
18742         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
18743         problem in reallocation in last patch.
18744
18745 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
18746
18747         * sunrpc/Makefile: Move inclusion of Rules.
18748
18749 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
18750
18751         * nss/nss_files/files-initgroups.c: New file.
18752         * nss/Makefile (libnss_files-routines): Add files-initgroups.
18753         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
18754         _nss_files_initgroups_dyn.
18755
18756 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
18757
18758         * elf/elf.h (R_ARM_IRELATIVE): Define.
18759
18760 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
18761
18762         * po/ru.po: Update from translation team.
18763
18764 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
18765
18766         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
18767         dependencies.
18768
18769 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
18770
18771         [BZ #12653]
18772         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
18773         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
18774         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
18775         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
18776         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
18777
18778 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
18779
18780         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
18781         differing bytes.
18782         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
18783         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
18784         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
18785
18786 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
18787
18788         [BZ #12420]
18789         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
18790         storing it.
18791         * stdlib/bug-getcontext.c: New file.
18792         * stdlib/Makefile: Add rules to build and run bug-getcontext.
18793
18794 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18795
18796         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
18797         instructions into .machine "z9-109".
18798         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
18799         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
18800
18801 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18802
18803         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
18804         between environment variables and auxiliary vector.
18805
18806 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
18807
18808         * Makefile: Add rules to build linkobj/libc.so.
18809         * include/libc-symbols.h: Define libc_hidden_nolink.
18810         * include/rpc/auth.h: Mark functions which are to be hidden.
18811         * include/rpc/auth_des.h: Likewise.
18812         * include/rpc/auth_unix.h: Likewise.
18813         * include/rpc/clnt.h: Likewise.
18814         * include/rpc/des_crypt.h: Likewise.
18815         * include/rpc/key_prot.h: Likewise.
18816         * include/rpc/pmap_clnt.h: Likewise.
18817         * include/rpc/pmap_prot.h: Likewise.
18818         * include/rpc/pmap_rmt.h: Likewise.
18819         * include/rpc/rpc_msg.h: Likewise.
18820         * include/rpc/svc.h: Likewise.
18821         * include/rpc/svc_auth.h: Likewise.
18822         * include/rpc/xdr.h: Likewise.
18823         * nis/Makefile: Link all DSOs against linkobj/libc.so.
18824         * nss/Makefile: Likewise.
18825         * sunrpc/Makefile: Don't install headers.  Build library with normal
18826         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
18827         * sunrpc/auth_des.c: Hide exported symbols by default, export some
18828         for the compat linking library.  Remove use of INTDEF/INTUSE.
18829         * sunrpc/auth_none.c: Likewise.
18830         * sunrpc/auth_unix.c: Likewise.
18831         * sunrpc/authdes_prot.c: Likewise.
18832         * sunrpc/authuxprot.c: Likewise.
18833         * sunrpc/clnt_gen.c: Likewise.
18834         * sunrpc/clnt_perr.c: Likewise.
18835         * sunrpc/clnt_raw.c: Likewise.
18836         * sunrpc/clnt_simp.c: Likewise.
18837         * sunrpc/clnt_tcp.c: Likewise.
18838         * sunrpc/clnt_udp.c: Likewise.
18839         * sunrpc/clnt_unix.c: Likewise.
18840         * sunrpc/des_crypt.c: Likewise.
18841         * sunrpc/des_soft.c: Likewise.
18842         * sunrpc/get_myaddr.c: Likewise.
18843         * sunrpc/key_call.c: Likewise.
18844         * sunrpc/key_prot.c: Likewise.
18845         * sunrpc/netname.c: Likewise.
18846         * sunrpc/pm_getmaps.c: Likewise.
18847         * sunrpc/pm_getport.c: Likewise.
18848         * sunrpc/pmap_clnt.c: Likewise.
18849         * sunrpc/pmap_prot.c: Likewise.
18850         * sunrpc/pmap_prot2.c: Likewise.
18851         * sunrpc/pmap_rmt.c: Likewise.
18852         * sunrpc/publickey.c: Likewise.
18853         * sunrpc/rpc_cmsg.c: Likewise.
18854         * sunrpc/rpc_common.c: Likewise.
18855         * sunrpc/rpc_dtable.c: Likewise.
18856         * sunrpc/rpc_prot.c: Likewise.
18857         * sunrpc/rpc_thread.c: Likewise.
18858         * sunrpc/rtime.c: Likewise.
18859         * sunrpc/svc.c: Likewise.
18860         * sunrpc/svc_auth.c: Likewise.
18861         * sunrpc/svc_authux.c: Likewise.
18862         * sunrpc/svc_raw.c: Likewise.
18863         * sunrpc/svc_run.c: Likewise.
18864         * sunrpc/svc_simple.c: Likewise.
18865         * sunrpc/svc_tcp.c: Likewise.
18866         * sunrpc/svc_udp.c: Likewise.
18867         * sunrpc/svc_unix.c: Likewise.
18868         * sunrpc/svcauth_des.c: Likewise.
18869         * sunrpc/xcrypt.c: Likewise.
18870         * sunrpc/xdr.c: Likewise.
18871         * sunrpc/xdr_array.c: Likewise.
18872         * sunrpc/xdr_float.c: Likewise.
18873         * sunrpc/xdr_intXX_t.c: Likewise.
18874         * sunrpc/xdr_mem.c: Likewise.
18875         * sunrpc/xdr_rec.c: Likewise.
18876         * sunrpc/xdr_ref.c: Likewise.
18877         * sunrpc/xdr_sizeof.c: Likewise.
18878         * sunrpc/xdr_stdio.c: Likewise.
18879
18880 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
18881
18882         [BZ #12650]
18883         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
18884         * sysdeps/ia64/dl-tls.h: Likewise.
18885         * sysdeps/powerpc/dl-tls.h: Likewise.
18886         * sysdeps/s390/dl-tls.h: Likewise.
18887         * sysdeps/sh/dl-tls.h: Likewise.
18888         * sysdeps/sparc/dl-tls.h: Likewise.
18889         * sysdeps/x86_64/dl-tls.h: Likewise.
18890         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
18891
18892 2011-03-14  Andreas Schwab  <schwab@redhat.com>
18893
18894         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
18895         rpath element also skip the following colon.
18896         (expand_dynamic_string_token): Add is_path parameter and pass
18897         down to DL_DST_REQUIRED and _dl_dst_substitute.
18898         (decompose_rpath): Call expand_dynamic_string_token with
18899         non-zero is_path.  Ignore empty rpaths.
18900         (_dl_map_object_from_fd): Call expand_dynamic_string_token
18901         with zero is_path.
18902
18903 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
18904
18905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
18906         Make cancelable.
18907
18908 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
18909
18910         [BZ #12655]
18911         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
18912         Patch by Filipe David Manana <fdmanana@apache.org>.
18913
18914 2011-04-07  Andreas Schwab  <schwab@redhat.com>
18915
18916         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
18917         Maintain aligned stack.
18918         (CHECK_RSP): Remove unused macro.
18919
18920 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
18921
18922         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
18923         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
18924
18925 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
18926
18927         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
18928
18929         * include/features.h: Mention __USE_XOPEN2K8 in comment.
18930
18931 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
18932
18933         [BZ #12518]
18934         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
18935         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
18936         * sysdeps/x86_64/memmove.c: New file.
18937         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
18938         (memcpy): Renamed to ...
18939         (__new_memcpy): This.
18940         (memcpy): Provide GLIBC_2_14 memcpy.
18941         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
18942         (memcpy): Provide GLIBC_2_2_5 memcpy.
18943
18944 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
18945
18946         [BZ #12631]
18947         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
18948
18949 2011-03-30  Andreas Schwab  <schwab@redhat.com>
18950
18951         * misc/syncfs.c: New file.
18952         * misc/Makefile (routines): Add syncfs.
18953         * posix/unistd.h: Declare syncfs.
18954         * sysdeps/unix/syscalls.list: Add syncfs.
18955
18956 2011-04-01  Andreas Schwab  <schwab@redhat.com>
18957
18958         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
18959         open_by_handle_at.
18960         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
18961         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
18962         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18963         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
18964         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18965         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
18966         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
18967
18968 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
18969
18970         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
18971         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
18972         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
18973         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18974         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
18975         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18976         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
18977
18978         * io/Makefile: Compile fallocate.c, fallocate64.c, and
18979         sync_file_range.c with -fexceptions.
18980         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
18981         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
18982         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
18983         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
18984         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
18985         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
18986         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
18987         sync_file_range as cancellation point
18988         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
18989         now a wrapper around __call_sync_file_range with cancellation handling.
18990         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
18991         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
18992         function name to __call_sync_file_range.
18993         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
18994         Add call_sync_file_range.
18995
18996 2011-04-01  Andreas Schwab  <schwab@redhat.com>
18997
18998         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18999         bits/timex.h.
19000
19001 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
19002
19003         * iconv/iconv.h: Fix typo in comment.
19004         * io/fcntl.h: Likewise.
19005         * libio/stdio.h: Likewise.
19006         * posix/spawn.h: Likewise.
19007         * posix/unistd.h: Likewise.
19008         * stdlib/stdlib.h: Likewise.
19009         * time/time.h: Likewise.
19010         * wcsmbs/wchar.h: Likewise.
19011
19012         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
19013         open_by_handle): Add.
19014         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
19015         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
19016         Augment a few comments.
19017         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
19018         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
19019         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
19020         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19021         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
19022         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
19023         open_by_handle.
19024
19025         * io/fcntl.h (AT_EMPTY_PATH): Define.
19026
19027 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
19028
19029         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
19030         * sysdeps/unix/sysv/linux/bits/time.h: New file.
19031         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
19032         to...
19033         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
19034         * Versions.def: Add GLIBC_2.14.
19035         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
19036         Export.
19037
19038 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
19039
19040         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
19041         round counter.
19042         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
19043
19044 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
19045
19046         [BZ #12597]
19047         * string/test-strncmp.c (do_page_test): New function.
19048         (check2): Likewise.
19049         (test_main): Call check2.
19050         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
19051
19052 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
19053
19054         [BZ #12587]
19055         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
19056         Handle cache information in CPU leaf 4.
19057         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
19058
19059 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
19060
19061         [BZ #12583]
19062         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
19063         character representation.
19064         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
19065
19066 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
19067
19068         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
19069         END(__isnan) to END(__isnanf) to match function entry point/label
19070         EALIGN(__isnanf,...).
19071
19072 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
19073
19074         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
19075
19076 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
19077
19078         [BZ #12510]
19079         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
19080         copy from the symbol referenced in the relocation to initialize the
19081         used variable.
19082         Patch by Piotr Bury <pbury@goahead.com>.
19083         * elf/Makefile: Add rules to build and tst-unique3.
19084         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
19085         * elf/tst-unique3.cc: New file.
19086         * elf/tst-unique3.h: New file.
19087         * elf/tst-unique3lib.cc: New file.
19088         * elf/tst-unique3lib2.cc: New file.
19089
19090         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
19091
19092 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
19093
19094         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
19095         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
19096         to _start.
19097
19098 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
19099
19100         * elf/dl-load.c (_dl_map_object): If we are looking for the first
19101         to-be-loaded object along a path to loader is ld.so.
19102
19103 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
19104             Ulrich Drepper  <drepper@gmail.com>
19105
19106         * sysdeps/x86_64/memset.S: After aligning destination, code
19107         branches to different locations depending on the value of
19108         misalignment, when multiarch is enabled. Fix this.
19109
19110 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
19111
19112         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
19113         Set _x86_64_preferred_memory_instruction for AMD processsors.
19114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19115         Set bit_Prefer_SSE_for_memop for AMD processors.
19116
19117 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
19118
19119         * libio/fmemopen.c (fmemopen): Optimize a bit.
19120
19121 2011-03-03  Andreas Schwab  <schwab@redhat.com>
19122
19123         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
19124
19125 2011-03-03  Roland McGrath  <roland@redhat.com>
19126
19127         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
19128
19129 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
19130
19131         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
19132         __bzero_ultra1 instead of __memset_ultra1.
19133
19134 2011-02-23  Andreas Schwab  <schwab@redhat.com>
19135             Ulrich Drepper  <drepper@gmail.com>
19136
19137         [BZ #12509]
19138         * include/link.h (struct link_map): Add l_orig_initfini.
19139         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
19140         returning unsuccessfully.
19141         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
19142         close of a file loaded at startup, restore the original l_initfini
19143         list.
19144         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
19145         list, store the pointer.
19146         * elf/Makefile ($(objpfx)noload-mem): New rule.
19147         (noload-ENV): Define.
19148         (tests): Add $(objpfx)noload-mem.
19149         * elf/noload.c: Include <memcheck.h>.
19150         (main): Call mtrace.  Close all opened handles.
19151
19152 2011-02-17  Andreas Schwab  <schwab@redhat.com>
19153
19154         [BZ #12454]
19155         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
19156         dependencies are missing.
19157
19158 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19159
19160         Fix __if_freereq crash: Unlike the generic version which uses free,
19161         Hurd needs munmap.
19162         * sysdeps/mach/hurd/ifreq.h: New file.
19163
19164 2011-01-27  Petr Baudis  <pasky@suse.cz>
19165             Ulrich Drepper  <drepper@gmail.com>
19166
19167         [BZ 12445]#
19168         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
19169         to extend_alloca().
19170         * stdio-common/bug23.c: New file.
19171         * stdio-common/Makefile (tests): Add bug23.
19172
19173 2010-09-28  Andreas Schwab  <schwab@redhat.com>
19174             Ulrich Drepper  <drepper@gmail.com>
19175
19176         [BZ #12489]
19177         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
19178         before performing relro protection.  At old place add assertion
19179         to make sure nothing changed.
19180
19181 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
19182             Glauber de Oliveira Costa  <glommer@gmail.com>
19183
19184         * elf/elf.h: Add new ARM TLS relocs.
19185
19186 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
19187
19188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
19189         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
19190         cast from r3.
19191         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
19192         'tests' variable.
19193         * sysdeps/wordsize-64/tst-writev.c: New file.
19194
19195 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
19196
19197         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
19198         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
19199         insns in _dl_start to prevent a TOC reference before relocs are
19200         resolved.
19201
19202 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
19203
19204         [BZ #12469]
19205         * Makeconfig: Remove RANLIB definition.
19206         * Makerules: Don't use RANLIB.
19207         * aclocal.m4: Remove ranlib test.
19208         * configure.in: No need to check for ranlib.
19209         * elf/rtld-Rules: Don't use RANLIB.
19210
19211 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19212
19213         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
19214         protection macro.
19215         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
19216         inclusion protection macro.
19217
19218         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
19219         SIGRTMIN and SIGRTMAX and print information in that case only when
19220         SIGRTMIN is defined.
19221
19222 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
19223
19224         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
19225         arginfo fn returning -1.
19226
19227         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
19228         and thousands string is zero terminated.
19229
19230 2011-02-03  Andreas Schwab  <schwab@redhat.com>
19231
19232         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
19233         sysdeps/unix/sysv/linux/bits/socket.h.
19234
19235 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19236
19237         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
19238         (__CPU_COUNT): Remove old macros.
19239         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
19240         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
19241         (__CPU_ALLOC, __CPU_FREE): Add macros.
19242         (__sched_cpualloc, __sched_cpufree): Add declarations.
19243
19244 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
19245
19246         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
19247         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
19248         * nscd/aicache.c (addhstaiX): Return timeout of added value.
19249         (readdhstai): Return value of addhstaiX call.
19250         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
19251         (addgrbyX): Return value returned by cache_addgr.
19252         (readdgrbyname): Return value returned by addgrbyX.
19253         (readdgrbygid): Likewise.
19254         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
19255         (addpwbyX): Return value returned by cache_addpw.
19256         (readdpwbyname): Return value returned by addhstbyX.
19257         (readdpwbyuid): Likewise.
19258         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
19259         (addservbyX): Return value returned by cache_addserv.
19260         (readdservbyname): Return value returned by addservbyX:
19261         (readdservbyport): Likewise.
19262         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
19263         (addhstbyX): Return value returned by cache_addhst.
19264         (readdhstbyname): Return value returned by addhstbyX.
19265         (readdhstbyaddr): Likewise.
19266         (readdhstbynamev6): Likewise.
19267         (readdhstbyaddrv6): Likewise.
19268         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
19269         (readdinitgroups): Return value returned by addinitgroupsX.
19270         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
19271         (prune_cache): Keep track of timeout value of re-added entries.
19272         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
19273         * nscd/nscd.h: Adjust prototypes of readd* functions.
19274
19275 2011-02-04  Roland McGrath  <roland@redhat.com>
19276
19277         * nis/nis_server.c (nis_servstate): Use the right name for 0.
19278         (nis_stats): Likewise.
19279         * nis/nis_modify.c (nis_modify): Likewise.
19280         * nis/nis_remove.c (nis_remove): Likewise.
19281         * nis/nis_add.c (nis_add): Likewise.
19282
19283         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
19284
19285         * posix/fnmatch_loop.c: Add some consts.
19286
19287         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
19288
19289 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
19290
19291         [BZ #12460]
19292         * config.make.in (config-cflags-novzeroupper): Define.
19293         * configure.in: Substitute libc_cv_cc_novzeroupper.
19294         * elf/Makefile (AVX-CFLAGS): Define.
19295         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
19296         (CFLAGS-tst-auditmod4a.c): Likewise.
19297         (CFLAGS-tst-auditmod4b.c): Likewise.
19298         (CFLAGS-tst-auditmod6b.c): Likewise.
19299         (CFLAGS-tst-auditmod6c.c): Likewise.
19300         (CFLAGS-tst-auditmod7b.c): Likewise.
19301         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
19302
19303 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
19304
19305         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
19306         function to the callback.
19307         Patch partly by Jiri Olsa <jolsa@redhat.com>.
19308
19309 2011-02-02  Andreas Schwab  <schwab@redhat.com>
19310
19311         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
19312         of errno.
19313
19314 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
19315
19316         [BZ #11724]
19317         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
19318         of constructors.
19319         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
19320         of destructors.
19321         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
19322
19323         [BZ #11724]
19324         * elf/Makefile: Add rules to build and run new test.
19325         * elf/tst-initorder.c: New file.
19326         * elf/tst-initorder.exp: New file.
19327         * elf/tst-initordera1.c: New file.
19328         * elf/tst-initordera2.c: New file.
19329         * elf/tst-initordera3.c: New file.
19330         * elf/tst-initordera4.c: New file.
19331         * elf/tst-initorderb1.c: New file.
19332         * elf/tst-initorderb2.c: New file.
19333         * elf/tst-order-a1.c: New file.
19334         * elf/tst-order-a2.c: New file.
19335         * elf/tst-order-a3.c: New file.
19336         * elf/tst-order-a4.c: New file.
19337         * elf/tst-order-b1.c: New file.
19338         * elf/tst-order-b2.c: New file.
19339         * elf/tst-order-main.c: New file.
19340         New test case by George Gensure <werkt0@gmail.com>.
19341
19342 2010-10-01  Andreas Schwab  <schwab@redhat.com>
19343
19344         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
19345         decoding ACE if AI_CANONIDN.
19346
19347 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
19348
19349         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
19350
19351 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
19352
19353         * version.h (RELEASE): Bump for 2.13 release.
19354         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
19355
19356         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
19357
19358         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
19359         MADV_NOHUGEPAGE.
19360         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
19361         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
19362         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
19363         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
19364         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
19365         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
19366
19367         * posix/getconf.c: Update copyright year.
19368         * catgets/gencat.c: Likewise.
19369         * csu/version.c: Likewise.
19370         * debug/catchsegv.sh: Likewise.
19371         * debug/xtrace.sh: Likewise.
19372         * elf/ldconfig.c: Likewise.
19373         * elf/ldd.bash.in: Likewise.
19374         * elf/sprof.c (print_version): Likewise.
19375         * iconv/iconv_prog.c: Likewise.
19376         * iconv/iconvconfig.c: Likewise.
19377         * locale/programs/locale.c: Likewise.
19378         * locale/programs/localedef.c: Likewise.
19379         * malloc/memusage.sh: Likewise.
19380         * malloc/mtrace.pl: Likewise.
19381         * nscd/nscd.c (print_version): Likewise.
19382         * nss/getent.c: Likewise.
19383
19384         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
19385         PF_CAIF, and PF_ALG.
19386         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
19387
19388 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
19389
19390         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
19391         (modules-names): Use them.
19392         (ifunc-test-modules, ifunc-pie-tests): Define.
19393         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
19394         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
19395         (test-extras): Likewise.
19396         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
19397         $(compile-command.c).
19398         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
19399         (all-built-dso): Define.
19400         (check-textrel.out, check-execstack.out): Depend on it.
19401
19402         * configure.in: Don't override --enable-multi-arch.
19403
19404 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
19405
19406         [BZ #6812]
19407         * nscd/hstcache.c (tryagain): Define.
19408         (cache_addhst): Return tryagain not notfound for temporary errors.
19409         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
19410         failed.
19411
19412 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
19413
19414         [BZ #10563]
19415         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
19416         to make the syscall.
19417         * sysdeps/unix/sysv/linux/setgroups.c: New file.
19418
19419         [BZ #12378]
19420         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
19421         and fall back to matching as normal character if the string ends before
19422         the matching ']' is found.  This is what POSIX requires.
19423         * posix/testfnm.c: Adjust test result.
19424         * posix/globtest.sh: Adjust test result.  Add new test.
19425         * posix/tst-fnmatch.input: Likewise.
19426         * posix/tst-fnmatch2.c: Add new test.
19427
19428 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
19429
19430         * elf/Makefile (check-execstack): Revert last change.  Depend on
19431         check-execstack.h.
19432         (check-execstack.h): New target.
19433         (generated): Add check-execstack.h.
19434         * elf/check-execstack.c: Include "check-execstack.h".
19435         (main): Revert last change.
19436         (handle_file): Return zero if GNU_STACK is absent and
19437         DEFAULT_STACK_PERMS doesn't include PF_X.
19438
19439 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
19440
19441         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
19442         in child fails because the descriptor is already closed.
19443         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
19444         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
19445         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
19446
19447         [BZ #12397]
19448         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
19449         syscall.
19450
19451         [BZ #10484]
19452         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
19453         temporary buffer used to handle multi lookups locally.
19454         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
19455
19456 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
19457
19458         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
19459         loader is ld.so.
19460
19461 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
19462
19463         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
19464         alignment for SSE2.
19465
19466 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
19467
19468         [BZ #12394]
19469         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
19470         characters.  When rounding increased number of integer digits recompute
19471         number of groups.
19472         * stdio-common/tst-grouping.c: New file.
19473         * stdio-common/Makefile: Add rules to build and run tst-grouping.
19474
19475 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
19476
19477         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
19478         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
19479
19480         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
19481         void.
19482         * bits/select.h: Likewise.
19483
19484 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
19485
19486         * po/ja.po: Update from translation team.
19487
19488 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
19489
19490         [BZ #11155]
19491         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
19492         implementation just like for lxstat, fxstatat, et al.
19493
19494 2010-12-27  Jim Meyering  <meyering@redhat.com>
19495
19496         [BZ #12348]
19497         * posix/regexec.c (build_trtable): Return failure indication upon
19498         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
19499
19500 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
19501
19502         [BZ #12201]
19503         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
19504         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
19505         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
19506         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
19507
19508         [BZ #12207]
19509         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
19510
19511         [BZ #12204]
19512         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
19513         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
19514
19515 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
19516
19517         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
19518         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
19519         script has SORT_BY_INIT_PRIORITY.
19520         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
19521         NO_CTORS_DTORS_SECTIONS is defined.
19522         * elf/soinit.c: Likewise.
19523         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
19524         NO_CTORS_DTORS_SECTIONS is defined.
19525         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
19526         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
19527         * sysdeps/sh/init-first.c: Likewise.
19528         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
19529
19530 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
19531
19532         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
19533         always use the slow path.
19534
19535 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
19536
19537         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
19538         similar rule which adds the sysdep directories to the header search in
19539         order to pick up the correct platform stackinfo.h.
19540         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
19541         perform test if it is, otherwise return successfully without testing.
19542         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
19543         DEFAULT_STACK_PERMS define in stackinfo.h.
19544         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
19545         defined in stackinfo.h.
19546         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
19547         DEFAULT_STACK_PERMS defined in stackinfo.h.
19548         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
19549         * sysdeps/ia64/stackinfo.h: Likewise.
19550         * sysdeps/s390/stackinfo.h: Likewise.
19551         * sysdeps/sh/stackinfo.h: Likewise.
19552         * sysdeps/sparc/stackinfo.h: Likewise.
19553         * sysdeps/x86_64/stackinfo.h: Likewise.
19554         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
19555         PF_X for powerpc64.  Retain PF_X for powerpc32.
19556
19557 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
19558
19559         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
19560         accurately.
19561         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
19562         GETDENTS_64BIT_ALIGNED.
19563
19564 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
19565
19566         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
19567
19568 2010-12-10  Andreas Schwab  <schwab@redhat.com>
19569
19570         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
19571         _GNU_SOURCE.
19572
19573         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
19574         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
19575         Remove __restrict.
19576         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
19577         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
19578
19579 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
19580
19581         [BZ #11655]
19582         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
19583         are initialized.
19584
19585 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
19586
19587         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
19588
19589 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
19590
19591         * po/it.po: Update from translation team.
19592
19593 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
19594
19595         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
19596         unused codes.
19597
19598 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
19599
19600         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
19601
19602 2010-11-24  Andreas Schwab  <schwab@redhat.com>
19603
19604         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
19605         specially.
19606         (gaih_getanswer_slice): Likewise.
19607
19608 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
19609
19610         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
19611
19612 2010-05-31  Petr Baudis  <pasky@suse.cz>
19613
19614         [BZ #11149]
19615         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
19616         silently even in the chroot mode.
19617
19618 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
19619
19620         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
19621         last patch a bit.  Pretty printing
19622
19623 2010-05-31  Petr Baudis <pasky@suse.cz>
19624
19625         [BZ #10085]
19626         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
19627         initialization of skip_initgroups_dyn.
19628
19629 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
19630
19631         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
19632         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
19633
19634 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
19635
19636         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
19637
19638 2010-11-11  Andreas Schwab  <schwab@redhat.com>
19639
19640         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
19641         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
19642         (tst-fnmatch-ENV): Set MALLOC_TRACE.
19643         ($(objpfx)tst-fnmatch-mem): New rule.
19644         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
19645         * posix/tst-fnmatch.c (main): Call mtrace.
19646
19647 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
19648
19649         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19650         Support Intel processor model 6 and model 0x2c.
19651
19652 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
19653
19654         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
19655           signed comparison.
19656
19657 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
19658
19659         [BZ #12205]
19660         * string/test-strncasecmp.c (check_result): New function.
19661         (do_one_test): Use it.
19662         (check1): New function.
19663         (test_main): Use it.
19664         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
19665         Support strcasecmp and strncasecmp.
19666
19667 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
19668
19669         [BZ #12194]
19670         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
19671         * sysdeps/x86_64/bits/byteswap.h: Likewise.
19672
19673 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
19674
19675         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
19676         IFUNC support.
19677         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19678         memset-x86-64.
19679         * sysdeps/x86_64/multiarch/bzero.S: New file.
19680         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
19681         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
19682         * sysdeps/x86_64/multiarch/memset.S: New file.
19683         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
19684         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19685         Set bit_Prefer_SSE_for_memop for Intel processors.
19686         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
19687         Define.
19688         (index_Prefer_SSE_for_memop): Define.
19689         (HAS_PREFER_SSE_FOR_MEMOP): Define.
19690
19691 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
19692
19693         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
19694         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
19695
19696 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
19697
19698         [BZ #12191]
19699         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
19700         (__x86_64_raw_data_cache_size_half): Likewise.
19701         (__x86_64_raw_shared_cache_size): Likewise.
19702         (__x86_64_raw_shared_cache_size_half): Likewise.
19703
19704         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
19705         (__x86_64_raw_data_cache_size_half): Likewise.
19706         (__x86_64_raw_shared_cache_size): Likewise.
19707         (__x86_64_raw_shared_cache_size_half): Likewise.
19708         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
19709         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
19710         and __x86_64_raw_shared_cache_size_half.  Round
19711         __x86_64_data_cache_size_half, __x86_64_data_cache_size
19712         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
19713         to multiple of 256 bytes.
19714
19715 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
19716
19717         [BZ #12167]
19718         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
19719         of inacessible symlinks.  Verify result of symlink before returning it.
19720         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19721         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
19722
19723 2010-10-28  Erich Ritz  <erichritz@gmail.com>
19724
19725         * math/math.h (isinf): Fix typo in comment.
19726
19727 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
19728
19729         * po/da.po: Update from translation team.
19730
19731 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
19732
19733         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
19734         is added to the list.
19735
19736 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19737             Ulrich Drepper  <drepper@gmail.com>
19738
19739         * elf/dl-object.c (_dl_new_object): Don't append the new object to
19740         the global list here.  Move code to...
19741         (_dl_add_to_namespace_list): ...here.  New function.
19742         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
19743         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
19744         * elf/dl-load.c (lose): Don't remove the element from the list.
19745         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
19746         (_dl_map_object): Likewise.
19747
19748 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
19749
19750         [BZ #12159]
19751         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
19752         into all bytes of SSE register.
19753         Patch by Richard Li <richardpku@gmail.com>.
19754
19755 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
19756
19757         [BZ #12140]
19758         * malloc/malloc.c (_int_free): Fill correct number of bytes when
19759         perturbing.
19760
19761 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
19762
19763         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
19764         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
19765         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
19766         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
19767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
19768         submachine.
19769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
19770
19771 2010-10-22  Andreas Schwab  <schwab@redhat.com>
19772
19773         * include/dlfcn.h (__RTLD_SECURE): Define.
19774         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
19775         mode & __RTLD_SECURE instead.
19776         (open_path): Rename preloaded parameter to secure.
19777         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
19778         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
19779         * elf/dl-deps.c (openaux): Likewise.
19780         * elf/rtld.c (struct map_args): Remove is_preloaded.
19781         (map_doit): Don't use it.
19782         (dl_main): Likewise.
19783         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
19784         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
19785
19786 2010-09-09  Andreas Schwab  <schwab@redhat.com>
19787
19788         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
19789         (sysd-rules-targets): Remove duplicates.
19790         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
19791         rtld-%.$o dependency.
19792
19793 2010-10-18  Andreas Schwab  <schwab@redhat.com>
19794
19795         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
19796         _dl_map_object do it.
19797
19798 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
19799
19800         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
19801         fast fma builtins, define the macros in the C99 standard.
19802         (FP_FAST_FMAF): Likewise.
19803         (FP_FAST_FMAL): Likewise.
19804         * sysdeps/x86_64/bits/mathdef.h: Likewise.
19805
19806         * bits/mathdef.h: Update copyright year.
19807         * sysdeps/powerpc/bits/mathdef.h: Likewise.
19808
19809 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
19810
19811         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
19812         builtins, define the macros in the C99 standard.
19813         (FP_FAST_FMAF): Likewise.
19814         (FP_FAST_FMAL): Likewise.
19815         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
19816         multiply/add.
19817         (FP_FAST_FMAF): Likewise.
19818
19819 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
19820
19821         [BZ #3268]
19822         * math/libm-test.inc (fma_test): Some new testcases.
19823         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
19824         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
19825         y and infinite z.  Do multiplication by C already in long double.
19826         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
19827         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
19828         y and infinite z.  Do bitwise or of inexact bit into u.d.
19829         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
19830         * sysdeps/i386/fpu/s_fmaf.S: Removed.
19831         * sysdeps/i386/fpu/s_fma.S: Removed.
19832         * sysdeps/i386/fpu/s_fmal.S: Removed.
19833
19834 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
19835
19836         [BZ #3268]
19837         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
19838         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
19839         computation is not scheduled after fetestexcept.  Fix value
19840         of minimum denormal long double.
19841
19842 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
19843
19844         [BZ #3268]
19845         * math/libm-test.inc (fma_test): Add some more tests.
19846         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
19847         correctly.
19848
19849 2010-10-15  Andreas Schwab  <schwab@redhat.com>
19850
19851         * scripts/data/localplt-s390-linux-gnu.data: New file.
19852         * scripts/data/localplt-s390x-linux-gnu.data: New file.
19853
19854 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
19855
19856         [BZ #3268]
19857         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
19858         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
19859         instead of dbl-64.
19860         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
19861         inlines.
19862         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
19863         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
19864         if one of x and y is very large and the other is subnormal.
19865         * sysdeps/s390/fpu/s_fmaf.c: New file.
19866         * sysdeps/s390/fpu/s_fma.c: New file.
19867         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
19868         * sysdeps/powerpc/fpu/s_fma.S: New file.
19869         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
19870         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
19871         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
19872
19873 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
19874
19875         [BZ #3268]
19876         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
19877         fma tests.
19878         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
19879         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
19880         * sysdeps/i386/i686/multiarch/s_fma.c: Include
19881         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
19882         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
19883         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
19884         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
19885
19886 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
19887
19888         [BZ #12078]
19889         * posix/regcomp.c (parse_branch): One more memory leak plugged.
19890         * posix/bug-regex31.input: Add test case.
19891
19892 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
19893
19894         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
19895         * posix/bug-regex31.input: New file.
19896
19897         [BZ #12078]
19898         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
19899         (parse_sub_exp): Fix last change, use postorder.
19900
19901         * posix/bug-regex31.c: New file.
19902         * posix/Makefile: Add rules to build and run bug-regex31.
19903
19904         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
19905
19906         [BZ #12078]
19907         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
19908
19909         [BZ #12108]
19910         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
19911         to have entries in sys_siglist.
19912
19913         [BZ #12093]
19914         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
19915         be NULL.
19916
19917 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
19918
19919         [BZ #3268]
19920         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
19921         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
19922         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
19923         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
19924         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
19925         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
19926         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
19927         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
19928         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
19929         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
19930         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
19931         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
19932         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
19933         * math/ftestexcept.c (fetestexcept): Likewise.
19934         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
19935         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
19936         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
19937         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
19938         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
19939         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
19940         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
19941
19942 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
19943
19944         [BZ #12107]
19945         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
19946         newline.
19947
19948 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
19949
19950         * string/bug-strstr1.c: New file.
19951         * string/Makefile: Add rules to build and run bug-strstr1.
19952
19953 2010-10-05  Eric Blake  <eblake@redhat.com>
19954
19955         [BZ #12092]
19956         * string/str-two-way.h (two_way_long_needle): Always clear memory
19957         when skipping input due to the shift table.
19958
19959 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
19960
19961         [BZ #12005]
19962         * malloc/mcheck.c: Handle large requests.
19963
19964         [BZ #12077]
19965         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
19966         for strncmp and strncasecmp.
19967         * string/stratcliff.c: Add tests for strcmp and strncmp.
19968         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
19969
19970 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
19971
19972         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
19973         __set_fpscr.
19974
19975 2010-09-30  Andreas Jaeger  <aj@suse.de>
19976
19977         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
19978         (CGROUP_SUPER_MAGIC): Define.
19979         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
19980         Handle btrfs and cgroup file systems.
19981         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
19982         Likewise.
19983
19984 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
19985
19986         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
19987         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
19988
19989 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19990
19991         [BZ #12067]
19992         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
19993         trying to locate the ELF header.
19994
19995 2010-09-27  Andreas Schwab  <schwab@redhat.com>
19996
19997         [BZ #11611]
19998         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
19999         Mask out sign-bit copies when constructing f_fsid.
20000
20001 2010-09-24  Petr Baudis <pasky@suse.cz>
20002
20003         * debug/stack_chk_fail_local.c: Add missing licence exception.
20004         * debug/warning-nop.c: Likewise.
20005
20006 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
20007
20008         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
20009         implementing getdents64 using getdents syscall, set d_type if
20010         __ASSUME_GETDENTS32_D_TYPE.
20011
20012 2010-09-16  Andreas Schwab  <schwab@redhat.com>
20013
20014         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
20015         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
20016
20017 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
20018
20019         [BZ #12037]
20020         * posix/unistd.h: Undo change of feature selection for ftruncate from
20021         2010-01-11.
20022
20023 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
20024
20025         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
20026         detection.
20027
20028 2010-09-20  Andreas Schwab  <schwab@redhat.com>
20029
20030         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
20031         fanotify_mark.
20032         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
20033
20034 2010-09-14  Andreas Schwab  <schwab@redhat.com>
20035
20036         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
20037         variables after CHECK_SP call.
20038         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
20039
20040 2010-09-13  Andreas Schwab  <schwab@redhat.com>
20041             Ulrich Drepper  <drepper@redhat.com>
20042
20043         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
20044         re-relocationg ld.so.
20045         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
20046         _dl_init_paths call.
20047         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
20048         here anymore.
20049
20050 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
20051
20052         * resolv/res_init.c (__res_vinit): Count the default server we added.
20053
20054 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
20055             Ulrich Drepper  <drepper@redhat.com>
20056
20057         [BZ #11968]
20058         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
20059         (____longjmp_chk): Use %ebx for saving value across system call.
20060         Add unwind info.
20061
20062 2010-09-06  Andreas Schwab  <schwab@redhat.com>
20063
20064         * manual/Makefile: Don't mix pattern rules with normal rules.
20065
20066 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
20067
20068         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
20069         operation.
20070         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
20071         * libio/iofopncook.c (_IO_cookie_init): Likewise.
20072         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
20073         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
20074         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20075         Likewise.
20076
20077 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
20078
20079         [BZ #11979]
20080         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
20081         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
20082
20083 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
20084
20085         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
20086         * sysdeps/x86_64/addmul_1.S: Likewise.
20087         * sysdeps/x86_64/lshift.S: Likewise.
20088         * sysdeps/x86_64/mul_1.S: Likewise.
20089         * sysdeps/x86_64/rshift.S: Likewise.
20090         * sysdeps/x86_64/sub_n.S: Likewise.
20091         * sysdeps/x86_64/submul_1.S: Likewise.
20092
20093 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20094
20095         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
20096         Define __sched_param instead of SCHED_* and sched_param when
20097         <bits/sched.h> is included with __need_schedparam defined.
20098         * bits/sched.h [__need_schedparam]
20099         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
20100         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
20101         (__defined_schedparam): Define to 1.
20102         (__sched_param): New structure, identical to sched_param.
20103         (__need_schedparam): Undefine.
20104
20105 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
20106
20107         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
20108         (epoll_create1): Declare.
20109
20110         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
20111
20112 2010-08-31  Andreas Schwab  <schwab@redhat.com>
20113
20114         [BZ #7066]
20115         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
20116         shifting retval into place.
20117
20118 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
20119
20120         * nis/rpcsvc/nis.h: Update copyright notice.
20121         * nis/rpcsvc/nis.x: Likewise.
20122         * nis/rpcsvc/nis_callback.h: Likewise.
20123         * nis/rpcsvc/nis_callback.x: Likewise.
20124         * nis/rpcsvc/nis_object.x: Likewise.
20125         * nis/rpcsvc/nis_tags.h: Likewise.
20126         * nis/rpcsvc/yp.h: Likewise.
20127         * nis/rpcsvc/yp.x: Likewise.
20128         * nis/rpcsvc/ypupd.h: Likewise.
20129         * nis/yp_xdr.c: Likewise.
20130         * nis/ypupdate_xdr.c: Likewise.
20131
20132         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
20133         mainly the body of pmap_getport.  Add parameters to specify timeouts.
20134         (pmap_getport): Use __libc_rpc_getport.
20135         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
20136         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
20137         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
20138
20139 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
20140
20141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
20142         fanotify_mark.
20143
20144 2010-08-27  Roland McGrath  <roland@redhat.com>
20145
20146         * sysdeps/i386/i686/multiarch/Makefile
20147         (CFLAGS-varshift.c): New variable.
20148
20149 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
20150
20151         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
20152         * sysdeps/i386/i686/multiarch/varshift.c: New file.
20153
20154         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
20155
20156         * sysdeps/x86_64/strlen.S: Minimal code improvement.
20157
20158 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
20159
20160         * sysdeps/x86_64/strlen.S: Unroll the loop.
20161         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
20162         strlen-sse2 strlen-sse2-bsf.
20163         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
20164         __strlen_no_bsf if bit_Slow_BSF is set.
20165         (__strlen_sse42): Removed.
20166         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
20167         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
20168
20169 2010-08-25  Roland McGrath  <roland@redhat.com>
20170
20171         * sysdeps/x86_64/multiarch/varshift.S: File removed.
20172         * sysdeps/x86_64/multiarch/varshift.c: New file.
20173         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
20174         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
20175         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
20176         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
20177
20178 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
20179
20180         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
20181         strlen-sse2 strlen-sse2-bsf.
20182         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
20183         __strlen_sse2_bsf if bit_Slow_BSF is unset.
20184         (__strlen_sse2): Removed.
20185         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
20186         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
20187         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
20188         bit_Slow_BSF for Atom.
20189         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
20190         (index_Slow_BSF): Define.
20191         (HAS_SLOW_BSF): Define.
20192
20193 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
20194
20195         [BZ #10851]
20196         * resolv/res_init.c (__res_vinit): When no server address at all
20197         is given default to loopback.
20198
20199 2010-08-24  Roland McGrath  <roland@redhat.com>
20200
20201         * configure.in: Remove config-name.h generation.
20202         * configure: Regenerated.
20203         * config-name.in: File removed.
20204         * scripts/config-uname.sh: New file.
20205         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
20206         ($(objdir)config-name.h): New target.
20207
20208         * sunrpc/rpc_parse.h: Avoid nested comment.
20209
20210 2010-08-24  Richard Henderson  <rth@redhat.com>
20211             Ulrich Drepper  <drepper@redhat.com>
20212             H.J. Lu  <hongjiu.lu@intel.com>
20213
20214         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
20215         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
20216         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
20217         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
20218         _mm_alignr_epi8 with _mm_loadu_si128.
20219         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
20220         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
20221         (__m128i_shift_right): Removed.
20222         * sysdeps/i386/i686/multiarch/varshift.h: New file.
20223         * sysdeps/i386/i686/multiarch/varshift.S: New file.
20224         * sysdeps/x86_64/multiarch/varshift.h: New file.
20225         * sysdeps/x86_64/multiarch/varshift.S: New file.
20226
20227 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
20228
20229         * configure.in: Move assembler checks to before sysdep dir checking.
20230
20231 2010-08-20  Petr Baudis  <pasky@suse.cz>
20232
20233         * LICENSES: Sync the sunrpc license.
20234
20235 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
20236
20237         * sunrpc/auth_des.c: Update copyright notice once again.
20238         * sunrpc/auth_none.c: Likewise.
20239         * sunrpc/auth_unix.c: Likewise.
20240         * sunrpc/authdes_prot.c: Likewise.
20241         * sunrpc/authuxprot.c: Likewise.
20242         * sunrpc/bindrsvprt.c: Likewise.
20243         * sunrpc/clnt_gen.c: Likewise.
20244         * sunrpc/clnt_perr.c: Likewise.
20245         * sunrpc/clnt_raw.c: Likewise.
20246         * sunrpc/clnt_simp.c: Likewise.
20247         * sunrpc/clnt_tcp.c: Likewise.
20248         * sunrpc/clnt_udp.c: Likewise.
20249         * sunrpc/clnt_unix.c: Likewise.
20250         * sunrpc/des_crypt.c: Likewise.
20251         * sunrpc/des_soft.c: Likewise.
20252         * sunrpc/get_myaddr.c: Likewise.
20253         * sunrpc/getrpcport.c: Likewise.
20254         * sunrpc/key_call.c: Likewise.
20255         * sunrpc/key_prot.c: Likewise.
20256         * sunrpc/openchild.c: Likewise.
20257         * sunrpc/pm_getmaps.c: Likewise.
20258         * sunrpc/pm_getport.c: Likewise.
20259         * sunrpc/pmap_clnt.c: Likewise.
20260         * sunrpc/pmap_prot.c: Likewise.
20261         * sunrpc/pmap_prot2.c: Likewise.
20262         * sunrpc/pmap_rmt.c: Likewise.
20263         * sunrpc/rpc/auth.h: Likewise.
20264         * sunrpc/rpc/auth_unix.h: Likewise.
20265         * sunrpc/rpc/clnt.h: Likewise.
20266         * sunrpc/rpc/des_crypt.h: Likewise.
20267         * sunrpc/rpc/key_prot.h: Likewise.
20268         * sunrpc/rpc/netdb.h: Likewise.
20269         * sunrpc/rpc/pmap_clnt.h: Likewise.
20270         * sunrpc/rpc/pmap_prot.h: Likewise.
20271         * sunrpc/rpc/pmap_rmt.h: Likewise.
20272         * sunrpc/rpc/rpc.h: Likewise.
20273         * sunrpc/rpc/rpc_des.h: Likewise.
20274         * sunrpc/rpc/rpc_msg.h: Likewise.
20275         * sunrpc/rpc/svc.h: Likewise.
20276         * sunrpc/rpc/svc_auth.h: Likewise.
20277         * sunrpc/rpc/types.h: Likewise.
20278         * sunrpc/rpc/xdr.h: Likewise.
20279         * sunrpc/rpc_clntout.c: Likewise.
20280         * sunrpc/rpc_cmsg.c: Likewise.
20281         * sunrpc/rpc_common.c: Likewise.
20282         * sunrpc/rpc_cout.c: Likewise.
20283         * sunrpc/rpc_dtable.c: Likewise.
20284         * sunrpc/rpc_hout.c: Likewise.
20285         * sunrpc/rpc_main.c: Likewise.
20286         * sunrpc/rpc_parse.c: Likewise.
20287         * sunrpc/rpc_parse.h: Likewise.
20288         * sunrpc/rpc_prot.c: Likewise.
20289         * sunrpc/rpc_sample.c: Likewise.
20290         * sunrpc/rpc_scan.c: Likewise.
20291         * sunrpc/rpc_scan.h: Likewise.
20292         * sunrpc/rpc_svcout.c: Likewise.
20293         * sunrpc/rpc_tblout.c: Likewise.
20294         * sunrpc/rpc_util.c: Likewise.
20295         * sunrpc/rpc_util.h: Likewise.
20296         * sunrpc/rpcinfo.c: Likewise.
20297         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
20298         * sunrpc/rpcsvc/key_prot.x: Likewise.
20299         * sunrpc/rpcsvc/klm_prot.x: Likewise.
20300         * sunrpc/rpcsvc/mount.x: Likewise.
20301         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
20302         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
20303         * sunrpc/rpcsvc/rex.x: Likewise.
20304         * sunrpc/rpcsvc/rstat.x: Likewise.
20305         * sunrpc/rpcsvc/rusers.x: Likewise.
20306         * sunrpc/rpcsvc/sm_inter.x: Likewise.
20307         * sunrpc/rpcsvc/spray.x: Likewise.
20308         * sunrpc/rpcsvc/yppasswd.x: Likewise.
20309         * sunrpc/rtime.c: Likewise.
20310         * sunrpc/svc.c: Likewise.
20311         * sunrpc/svc_auth.c: Likewise.
20312         * sunrpc/svc_authux.c: Likewise.
20313         * sunrpc/svc_raw.c: Likewise.
20314         * sunrpc/svc_run.c: Likewise.
20315         * sunrpc/svc_simple.c: Likewise.
20316         * sunrpc/svc_tcp.c: Likewise.
20317         * sunrpc/svc_udp.c: Likewise.
20318         * sunrpc/svc_unix.c: Likewise.
20319         * sunrpc/svcauth_des.c: Likewise.
20320         * sunrpc/xcrypt.c: Likewise.
20321         * sunrpc/xdr.c: Likewise.
20322         * sunrpc/xdr_array.c: Likewise.
20323         * sunrpc/xdr_float.c: Likewise.
20324         * sunrpc/xdr_mem.c: Likewise.
20325         * sunrpc/xdr_rec.c: Likewise.
20326         * sunrpc/xdr_ref.c: Likewise.
20327         * sunrpc/xdr_sizeof.c: Likewise.
20328         * sunrpc/xdr_stdio.c: Likewise.
20329
20330         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
20331         handling.
20332
20333 2010-08-19  Andreas Schwab  <schwab@redhat.com>
20334
20335         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
20336
20337 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
20338
20339         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
20340         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
20341         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
20342         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
20343         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
20344         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
20345         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
20346         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
20347         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
20348         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
20349         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
20350         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
20351         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
20352         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
20353
20354 2010-07-26  Anton Blanchard  <anton@samba.org>
20355
20356         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
20357         * malloc/arena.c (heap_trim): Likewise.
20358
20359 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
20360
20361         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
20362         here.  Not...
20363         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
20364         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
20365
20366 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
20367
20368         * sysdeps/i386/elf/Makefile: New file.
20369
20370 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
20371
20372         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
20373         from fanotify_init.
20374         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
20375         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
20376
20377 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
20378
20379         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
20380         of strncasecmp_l.
20381         * sysdeps/multiarch/strcmp.S: Likewise.
20382
20383 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
20384
20385         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
20386         strncase_l-nonascii.
20387         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
20388         Add strncase_l-ssse3.
20389         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
20390         * sysdeps/x86_64/strcmp.S: Likewise.
20391         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
20392         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
20393         * sysdeps/x86_64/strncase.S: New file.
20394         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
20395         * sysdeps/x86_64/strncase_l.S: New file.
20396         * string/Makefile (strop-tests): Add strncasecmp.
20397         * string/test-strncasecmp.c: New file.
20398
20399         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
20400         warning.
20401
20402         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
20403         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
20404
20405 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
20406
20407         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
20408
20409 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
20410
20411         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
20412         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
20413         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
20414
20415 2010-05-01  Alan Modra  <amodra@gmail.com>
20416
20417         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
20418         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
20419         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
20420         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
20421         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
20422         tidying.  Don't tail-call __sigjmp_save for static lib.
20423         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
20424         save location.
20425         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
20426         (CALL_MCOUNT): Add eh info, and nop after bl.
20427         (TAIL_CALL_SYSCALL_ERROR): New macro.
20428         (PSEUDO_RET): Use it.
20429         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20430         Correct save location of integer regs and cr.
20431         (_dl_profile_resolve): Correct cr save location.  Delete nops
20432         after bl when SHARED.  Reduce cfi size a little by better
20433         placement of cfi directives.
20434         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
20435         make a stack frame.  Instead use parm save area as a temp.
20436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
20437         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
20438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20439         Don't make a stack frame for parent, use parm save area.
20440         Increase child stack frame to 112 bytes.  Don't save unused reg,
20441         and adjust reg usage.  Set up cfi on error recovery and
20442         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
20443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20444         (__makecontext): Add dummy nop after jump to exit.
20445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
20446         Use correct parm save area and cr save, reduce stack frame.
20447         Correct cfi for possible PSEUDO_RET frame setup.
20448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
20449         Branch to local label emitted by PSEUDO_RET rather than
20450         __syscall_error.
20451
20452 2010-08-12  Andreas Schwab  <schwab@redhat.com>
20453
20454         [BZ #11904]
20455         * locale/programs/locale.c (print_assignment): New function.
20456         (show_locale_vars): Use it.
20457
20458 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
20459
20460         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
20461         field.
20462         (struct statfs64): Likewise.
20463         (_STATFS_F_FLAGS): Define.
20464         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
20465         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
20466         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
20467         (ST_VALID): Define locally.
20468         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
20469         __statvfs_getflags, use the provided value.
20470         * sysdeps/unix/sysv/linux/kernel-features.h: Define
20471         __ASSUME_STATFS_F_FLAGS.
20472
20473         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
20474
20475         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
20476         Add sys/fanotify.h.
20477         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
20478         fanotify_mask for GLIBC_2.13.
20479         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
20480         fanotify_init and fanotify_mark.
20481         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
20482         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
20483
20484         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
20485         Add prlimit.
20486         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
20487         prlimit64 for GLIBC_2.13.
20488         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
20489         prlimit64.
20490         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
20491         syscall.
20492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
20493         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
20494         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
20495         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
20496         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
20497         add prlimit alias.
20498         * sysdeps/unix/sysv/linux/prlimit.c: New file.
20499
20500         [BZ #11903]
20501         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
20502         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
20503
20504         * nss/Makefile: Add rules to build and run tst-nss-test1.
20505         * shlib-versions: Add entry for libnss_test1.
20506         * nss/nss_test1.c: New file.
20507         * nss/tst-nss-test1.c: New file.
20508
20509         * nss/nsswitch.c (__nss_database_custom): Define new variable.
20510         (__nss_configure_lookup): Set appropriate entry in
20511         __nss_configure_lookup to true.
20512         * nss/nsswitch.h: Define enum with indeces of databases in
20513         databases and __nss_database_custom arrays.  Declare
20514         __nss_database_custom.
20515         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
20516         to avoid using nscd when custom rules are installed.
20517         * nss/getXXbyYY_r.c: Likewise.
20518         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20519
20520         * nss/nss_files/files-parse.c: Whitespace fixes.
20521
20522 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
20523
20524         [BZ #11883]
20525         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
20526         * posix/fnmatch_loop.c: Likewise.
20527
20528 2010-07-17  Andi Kleen  <ak@linux.intel.com>
20529
20530         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
20531         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
20532         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
20533         * Versions.def [GLIBC_2.13]: Add.
20534
20535 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
20536
20537         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
20538         Also fail if tpwd after pwuid call is NULL.
20539
20540 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20541
20542         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
20543         when converting to ms.
20544
20545 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20546
20547         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
20548         EOPNOTSUPP errors with ENOTTY.
20549         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
20550         EOPNOTSUPP errors with ENOTTY.
20551
20552 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
20553
20554         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
20555         Add strcasecmp_l-ssse3.
20556         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
20557         strcasecmp.
20558         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
20559         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
20560         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
20561
20562 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
20563
20564         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
20565
20566         * string/Makefile (strop-tests): Add strcasecmp.
20567         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
20568         strcasecmp_l-nonascii.
20569         (gen-as-const-headers): Add locale-defines.sym.
20570         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
20571         * sysdeps/x86_64/strcasecmp.S: New file.
20572         * sysdeps/x86_64/strcasecmp_l.S: New file.
20573         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
20574         * sysdeps/x86_64/locale-defines.sym: New file.
20575         * string/test-strcasecmp.c: New file.
20576
20577         * string/test-strcasestr.c: Test both ends of the range of characters.
20578         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
20579
20580 2010-07-29  Roland McGrath  <roland@redhat.com>
20581
20582         [BZ #11856]
20583         * manual/locale.texi (Yes-or-No Questions): Fix example code.
20584
20585 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
20586
20587         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
20588         for ld.so.
20589
20590 2010-07-27  Andreas Schwab  <schwab@redhat.com>
20591
20592         * manual/memory.texi (Malloc Tunable Parameters): Document
20593         M_PERTURB.
20594
20595 2010-07-26  Roland McGrath  <roland@redhat.com>
20596
20597         [BZ #11840]
20598         * configure.in (-fgnu89-inline check): Set and substitute
20599         gnu89_inline, not libc_cv_gnu89_inline.
20600         * configure: Regenerated.
20601         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
20602
20603 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
20604
20605         * string/test-strnlen.c: New file.
20606         * string/Makefile (strop-tests): Add strnlen.
20607         * string/tester.c (test_strnlen): Add a few more test cases.
20608         * string/tst-strlen.c: Better error reporting.
20609
20610         * sysdeps/x86_64/strnlen.S: New file.
20611
20612 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
20613
20614         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
20615         lower-latency instructions.
20616
20617 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
20618
20619         * string/test-strcasestr.c: New file.
20620         * string/test-strstr.c: New file.
20621         * string/Makefile (strop-tests): Add strstr and strcasestr.
20622         * string/str-two-way.h: Don't undefine MAX.
20623         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
20624
20625 2010-07-21  Andreas Schwab  <schwab@redhat.com>
20626
20627         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
20628         strcasestr-nonascii.
20629         (CFLAGS-strcasestr-nonascii.c): Define.
20630         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
20631         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
20632         Remove unused attribute.
20633
20634 2010-07-20  Roland McGrath  <roland@redhat.com>
20635
20636         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
20637         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
20638         ld.so.cache was broken.  With it, there is no way to disable dsocaps
20639         like LD_HWCAP_MASK can disable hwcaps.
20640
20641 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
20642
20643         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
20644
20645 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
20646
20647         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
20648         call in strcasestr.
20649         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
20650         __strcasestr_sse42_nonascii.
20651         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
20652         strcasestr-nonascii.c.
20653         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
20654
20655 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
20656
20657         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
20658         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
20659         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
20660         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
20661
20662 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
20663
20664         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
20665         fcntl.
20666
20667 2010-07-06  Andreas Schwab  <schwab@redhat.com>
20668
20669         [BZ #11577]
20670         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
20671         dl_signal_cerror.
20672
20673 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
20674
20675         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
20676         _PC_PIPE_BUF using F_GETPIPE_SZ.
20677
20678 2010-07-05  Roland McGrath  <roland@redhat.com>
20679
20680         * manual/arith.texi (Rounding Functions): Fix rint description
20681         implicit in round description.
20682
20683 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
20684
20685         * elf/Makefile: Fix linking for a few tests to make recent linker
20686         happy.
20687
20688 2010-06-30  Andreas Schwab  <schwab@redhat.com>
20689
20690         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
20691         $(common-objpfx)libc_nonshared.a.
20692
20693 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
20694
20695         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
20696         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
20697         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
20698         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
20699         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
20700         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
20701         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
20702         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
20703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
20704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
20705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
20706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
20707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
20708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
20709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
20710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
20711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
20712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
20713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
20714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
20715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
20716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
20717         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
20718         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
20719         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
20720         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
20721         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
20722         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
20723         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
20724         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
20725         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
20726         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
20727         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
20728         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
20729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
20730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
20731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
20732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
20733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
20734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
20735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
20736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
20737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
20738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
20739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
20740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
20741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
20742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
20743
20744 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
20745
20746         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
20747         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
20748         * string/memmove.c (memmove): Renamed to ...
20749         (MEMMOVE): ...this.  Default to memmove.
20750         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
20751         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
20752         (END_CHK): Define.
20753         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
20754         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
20755         mempcpy-ssse3-back memmove-ssse3-back.
20756         * sysdeps/x86_64/multiarch/bcopy.S: New file .
20757         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
20758         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
20759         * sysdeps/x86_64/multiarch/memcpy.S: New file.
20760         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
20761         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
20762         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
20763         * sysdeps/x86_64/multiarch/memmove.c: New file.
20764         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
20765         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
20766         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
20767         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
20768         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
20769         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
20770         Define.
20771         (index_Fast_Copy_Backward): Define.
20772         (HAS_ARCH_FEATURE): Define.
20773         (HAS_FAST_REP_STRING): Define.
20774         (HAS_FAST_COPY_BACKWARD): Define.
20775
20776 2010-06-21  Andreas Schwab  <schwab@redhat.com>
20777
20778         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
20779         Restore proper fallback handling.
20780
20781 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
20782
20783         [BZ #11701]
20784         * posix/group_member.c (__group_member): Correct checking loop.
20785
20786         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
20787         OOM in getpwuid_r correctly.  Return error number when the caller
20788         should return, otherwise -1.
20789         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
20790         call returning > 0 value.
20791         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
20792
20793 2010-06-07  Andreas Schwab  <schwab@redhat.com>
20794
20795         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
20796         libc_nonshared.a from targets in modules-names.
20797
20798 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
20799
20800         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
20801         requires it.
20802
20803 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
20804
20805         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
20806         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
20807         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
20808         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
20809
20810 2010-06-02  Andreas Schwab  <schwab@redhat.com>
20811
20812         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
20813
20814 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
20815
20816         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
20817         and F_GETPIPE_SZ.
20818         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
20819         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
20820         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
20821         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20822         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
20823         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
20824
20825 2010-06-14  Roland McGrath  <roland@redhat.com>
20826
20827         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
20828
20829 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
20830
20831         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
20832         __REDIRECT followed by __THROW.
20833         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
20834         * posix/getopt.h (getopt): Likewise.
20835
20836 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
20837
20838         * hurd/lookup-at.c (__file_name_lookup_at): Accept
20839         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
20840         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
20841         in AT_FLAGS.
20842         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
20843         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
20844
20845 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
20846
20847         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
20848
20849 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
20850
20851         [BZ #11640]
20852         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
20853         Properly check family and model.
20854
20855 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
20856
20857         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
20858
20859 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
20860
20861         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
20862
20863 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
20864
20865         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
20866         symbol reference.
20867
20868 2010-05-19  Andreas Schwab  <schwab@redhat.com>
20869
20870         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
20871         symbol reference.
20872
20873 2010-05-21  Andreas Schwab  <schwab@redhat.com>
20874
20875         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
20876         and internal_recvmmsg.
20877         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
20878         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
20879         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
20880         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
20881
20882         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
20883         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
20884         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
20885
20886 2010-05-20  Andreas Schwab  <schwab@redhat.com>
20887
20888         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
20889
20890 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
20891
20892         POWER7 optimizations.
20893         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
20894         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
20895
20896 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
20897
20898         * version.h: Update for 2.13 development version.
20899
20900 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
20901
20902         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
20903         exceptions.  Return 0.
20904
20905 2010-05-07  Roland McGrath  <roland@redhat.com>
20906
20907         * elf/ldconfig.c (main): Add a const.
20908
20909 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
20910
20911         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
20912         (args_options): Add no-idn option.
20913         (ahosts_keys_int): Add idn_flags to ai_flags.
20914         (parse_option): Handle 'i' option to clear idn_flags.
20915
20916         * malloc/malloc.c (_int_free): Possible race in the most recently
20917         added check.  Only act on the data if no current modification
20918         happened.
20919
20920 See ChangeLog.17 for earlier changes.