]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
mips: clear condition bit 23 in fpu too
[thirdparty/glibc.git] / ChangeLog
CommitLineData
d6e70f43
JM
12012-08-27 Joseph Myers <joseph@codesourcery.com>
2
7efb4737
JM
3 [BZ #14519]
4 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
5 underflowing exponent in case of negative sign.
6 * stdlib/tst-strtod-round-data: Add more tests.
7 * stdlib/tst-strtod-round.c (tests): Regenerated.
8
af92131a
JM
9 [BZ #3479]
10 * stdlib/strtod_l.c (NDIG): Remove.
11 (HEXNDIG): Likewise.
12 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
13 smallest representable value.
14 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
15 lie within an exact representation of 1/2 ulp of the result.
16 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
17 unconditionally.
18 (TENS_P9_IDX): Define unconditionally.
19 (TENS_P9_SIZE): Likewise.
20 (TENS_P10_IDX): Likewise.
21 (TENS_P10_SIZE): Likewise.
22 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
23 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
24 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
25 entries for 10^2^13 and 10^2^14.
26 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
27 (TENS_P13_IDX): Define.
28 (TENS_P13_SIZE): Likewise.
29 (TENS_P14_IDX): Likewise.
30 (TENS_P14_SIZE): Likewise.
31 (_fpioconst_pow10): Change array size to
32 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
33 unconditional.
34 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35 1024]: Add entries for 10^2^13 and 10^2^14.
36 [LAST_POW10 > _LAST_POW10]: Remove #error.
37 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38 (_fpioconst_pow10): Change array size to
39 FPIOCONST_POW10_ARRAY_SIZE.
40 * stdlib/gen-fpioconst.c: New file.
41 * stdlib/gen-tst-strtod-round.c: Likewise.
42 * stdlib/tst-strtod-round-data: Likewise.
43 * stdlib/tst-strtod-round.c: Likewise.
44 * stdlib/Makefile (tests): Add tst-strtod-round.
45
d6e70f43
JM
46 [BZ #14459]
47 * stdlib/strtod_l.c: Include <stdint.h>.
48 (NDEBUG): Do not define.
49 (round_and_return): Change EXPONENT parameter to type intmax_t.
50 Rearrange calculations to avoid internal overflow possibilities.
51 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
52 Rearrange calculations to avoid internal overflow possibilities.
53 Assert that number fits inside MPNSIZE limbs.
54 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
55 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
56 calculations and add assertions to avoid internal overflow
57 possibilities. Add casts to avoid signed/unsigned operations.
58 * stdlib/tst-strtod-overflow.c: New file.
59 * stdlib/Makefile (tests): Add tst-strtod-overflow.
60
1f529f7d
MP
612012-08-25 Marek Polacek <polacek@redhat.com>
62
63 * time/time.h: Fix some typos in comments.
64
59a629f1
RM
652012-08-23 Roland McGrath <roland@hack.frob.com>
66
67 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
68 * posix/tst-rfc3484-2.c: Likewise.
69 * posix/tst-rfc3484-3.c: Likewise.
70
d3bafbc9
SM
712012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
72
73 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
74 (EF_ARM_ABI_FLOAT_HARD): Likewise.
75
4efcc022
JM
762012-08-23 Joseph Myers <joseph@codesourcery.com>
77
78 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
79 #include of fxstatat64.c.
80
3cc3ef96
RM
812012-08-22 Roland McGrath <roland@hack.frob.com>
82
f04e2132
RM
83 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
84 * shadow/getspent_r.c: Likewise.
85 * shadow/getspnam.c: Likewise.
86 * shadow/getspnam_r.c: Likewise.
87 * gshadow/getsgent.c: Likewise.
88 * gshadow/getsgent_r.c: Likewise.
89 * gshadow/getsgnam.c: Likewise.
90 * gshadow/getsgnam_r.c: Likewise.
91 * inet/getnetbyad.c: Likewise.
92 * inet/getnetbyad_r.c: Likewise.
93 * inet/getnetbynm.c: Likewise.
94 * inet/getnetbynm_r.c: Likewise.
95 * inet/getnetent.c: Likewise.
96 * inet/getnetent_r.c: Likewise.
97 * inet/getproto.c: Likewise.
98 * inet/getproto_r.c: Likewise.
99 * inet/getprtent.c: Likewise.
100 * inet/getprtent_r.c: Likewise.
101 * inet/getprtname.c: Likewise.
102 * inet/getprtname_r.c: Likewise.
103 * inet/getrpcbyname.c: Likewise.
104 * inet/getrpcbyname_r.c: Likewise.
105 * inet/getrpcbynumber.c: Likewise.
106 * inet/getrpcbynumber_r.c: Likewise.
107 * inet/getrpcent.c: Likewise.
108 * inet/getrpcent_r.c: Likewise.
109 * inet/getaliasent.c: Likewise.
110 * inet/getaliasent_r.c: Likewise.
111 * inet/getaliasname.c: Likewise.
112 * inet/getaliasname_r.c: Likewise.
113 * nscd/getgrgid_r.c: Likewise.
114 * nscd/getgrnam_r.c: Likewise.
115 * nscd/gethstbyad_r.c: Likewise.
116 * nscd/gethstbynm3_r.c: Likewise.
117 * nscd/getpwnam_r.c: Likewise.
118 * nscd/getpwuid_r.c: Likewise.
119 * nscd/getsrvbynm_r.c: Likewise.
120 * nscd/getsrvbypt_r.c: Likewise.
121 * nscd/gai.c: Likewise.
122
c53d909c
RM
123 * configure.in (build_nscd): New substituted variable, set
124 by --disable-build-nscd and defaults to $use_nscd.
125 * configure: Regenerated.
126 * config.make.in (build-nscd): New substituted variable.
127 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
128 Change conditional to require [$(build-nscd) = yes] as well.
129 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
130
3cc3ef96
RM
131 [BZ# 13696]
132 * configure.in (use_nscd): New substituted variable, set by
133 --disable-nscd. If enabled, define USE_NSCD.
134 * configure: Regenerated.
135 * config.h.in: Add USE_NSCD.
136 * config.make.in (use-nscd): New substituted variable.
137 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
138 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
139 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
140 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
141 (CFLAGS-getgrnam_r.c): Likewise.
142 (CFLAGS-initgroups.c): Likewise.
143 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
144 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
145 Variables removed.
146 * inet/getnetgrent_r.c
147 (nscd_setnetgrent): New function, broken out of ...
148 (setnetgrent): ... here. Call it.
149 (innetgr): Conditionalize nscd bits on [USE_NSCD].
150 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
151 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
152 * nscd/Makefile (routines, aux): Move definitions after include of
153 Makeconfig. Conditionalize on [$(use-nscd) != no].
154 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
155 Conditionalize on [USE_NSCD].
156 (is_nscd, nscd_init_cb): Likewise.
157 (nss_load_library): Conditionalize init callback on [USE_NSCD].
158 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
159 * nss/nss_db/db-init.c: Likewise.
160 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
161 [USE_NSCD].
162 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
163 (make_request): Use it.
164 (cache_valid_p): New function.
165 (__check_pf): Use it.
166 * NEWS: Add item for --disable-nscd.
167
07e51550
DL
1682012-08-22 Dmitry V. Levin <ldv@altlinux.org>
169
170 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
171 to support sed >= 4.2.1-20-ga9bf076.
172 * configure: Regenerated.
173
35a5b08b
RM
1742012-08-22 Roland McGrath <roland@hack.frob.com>
175
176 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
177 Conditionalize whole body on [IREL].
178
8479f23a
JL
1792012-08-22 Jeff Law <law@redhat.com>
180
181 [BZ #14505]
182 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
183 if the family is PF_UNSPEC.
184
48da0b21
MF
1852012-08-22 Mike Frysinger <vapier@gentoo.org>
186
187 * Makerules (lib-version): Rename from V.
188 (install-lib-nosubdir): Change V to lib-version.
189
15d0da8c
WS
1902012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
191
192 [BZ #14252]
193 * powerpc32/power6/wcschr.c: New file.
194 * powerpc32/power6/wcscpy.c: New file.
195 * powerpc32/power6/wcsrchr.c: New file.
196 * powerpc64/power6/wcschr.c: New file.
197 * powerpc64/power6/wcscpy.c: New file.
198 * powerpc64/power6/wcsrchr.c: New file.
199
bcca0895
MK
2002012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
201
202 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
203 (two_way_short_needle): Use it.
5a4aaa33
RM
204 * string/strstr.c (AVAILABLE1_USES_J): Define.
205 * string/strcasestr.c: Likewise.
99677e57
MK
206
207 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
208 array references.
209 * string/strcasestr.c (TOLOWER): Make side-effect safe.
210
400726de
MK
211 [BZ #11607]
212 * NEWS: Add an entry.
213 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
214 define their defaults.
215 (two_way_short_needle): Detect end-of-string on-the-fly.
216 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
217 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
218 * string/bug-strcasestr1.c: New test.
219 * string/Makefile: Run it.
220
20a71f2c
MK
2212012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
222
223 [BZ #11607]
224 * string/str-two-way.h (two_way_short_needle): Optimize matching of
225 the first character.
226
21ad0558
RM
2272012-08-21 Roland McGrath <roland@hack.frob.com>
228
229 * csu/elf-init.c (__libc_csu_irel): Function removed.
230 * csu/libc-start.c (apply_irel): New function.
231 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
232
0e1d9911
JM
2332012-08-21 Joseph Myers <joseph@codesourcery.com>
234
235 * sysdeps/unix/sysv/linux/kernel-features.h
236 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
237 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
238 <kernel-features.h>.
239 [__NR_fadvise64_64]: Make code unconditional.
240 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
241 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
242 !__NR_fadvise64_64)]: Likewise.
243 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
244 !__NR_fadvise64_64))]: Likewise.
245 [__NR_fadvise64]: Make code unconditional.
246 [!__NR_fadvise64]: Remove conditional code.
247 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
248 <kernel-features.h>.
249 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
250 unconditional.
251 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
252 conditional code.
253 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
254 not include <kernel-features.h>.
255 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
256 unconditional.
257 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
258 conditional code.
259 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
260 include <kernel-features.h>.
261 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
262 unconditional.
263 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
264 conditional code.
265
14a50c9d
WS
2662012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
267
268 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
269 slight instruction rearrangements per scrollpipe analysis.
270 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
271
c0f4faf0
RM
2722012-08-20 Roland McGrath <roland@hack.frob.com>
273
696da859
RM
274 * manual/syslog.texi (syslog; vsyslog, closelog):
275 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
276 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
277
c0f4faf0
RM
278 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
279 DSOCAPS to match condition on defining it.
280
348363b2
JM
2812012-08-20 Joseph Myers <joseph@codesourcery.com>
282
a35cbf28
JM
283 * sysdeps/unix/sysv/linux/kernel-features.h
284 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
285 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
286 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
287 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
288 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
289 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
290 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
292 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
293 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
294
445f7ecd
JM
295 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
296 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
297
348363b2
JM
298 * sysdeps/unix/sysv/linux/kernel-features.h
299 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
300 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
301 unconditional.
302 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
303 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
304 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
305 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
306 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
307 Make code unconditional.
308 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
309 (__mmap64) [!__NR_mmap2]: Likewise.
310 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
311 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
312 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
313 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
314 [__NR_mmap2]: Make code unconditional.
315 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
316 (__mmap64) [!__NR_mmap2]: Likewise.
317
bc5bc0e5
AK
3182012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
319
320 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
321
88d506de
AJ
3222012-08-18 Andreas Jaeger <aj@suse.de>
323
324 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
325
493387d2
MF
3262012-08-18 Mike Frysinger <vapier@gentoo.org>
327
328 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
329 * include/unistd.h (__have_sock_cloexec): Likewise.
330 (__have_pipe2): Likewise.
331 (__have_dup3): Likewise.
332
a277af22
MF
3332012-08-18 Mike Frysinger <vapier@gentoo.org>
334
335 [BZ #9685]
336 * include/unistd.h (__have_pipe2): Change define into an extern int.
337 (__have_dup3): Likewise.
338 * socket/have_sock_cloexec.c: Include fcntl.h.
339 (__have_pipe2): New variable.
340 (__have_dup3): Likewise.
341
fdab8fd3
MF
3422012-08-17 Mike Frysinger <vapier@gentoo.org>
343
344 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
345
31035e80
MP
3462012-08-17 Marek Polacek <polacek@redhat.com>
347
348 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
349 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
350
3bd9e993
RM
3512012-08-17 Roland McGrath <roland@hack.frob.com>
352
c91c505f
RM
353 * configure.in: Add AC_SUBST for sysheaders.
354 * configure: Regenerated.
355 * config.make.in (sysheaders): New substituted variable.
356
7c6f9d53
RM
357 * sysdeps/unix/mkfifo.c: Moved ...
358 * sysdeps/posix/mkfifo.c: ... here.
359 * sysdeps/unix/mkfifoat.c: Moved ...
360 * sysdeps/posix/mkfifoat.c: ... here.
361
362 * sysdeps/unix/utime.c: Moved ...
363 * sysdeps/posix/utime.c: ... here.
364
365 * sysdeps/unix/time.c: Moved ...
366 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
367 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
368 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
369
370 * sysdeps/unix/nice.c: Moved ...
371 * sysdeps/posix/nice.c: ... here.
372
373 * sysdeps/unix/alarm.c: Moved ...
374 * sysdeps/posix/alarm.c: ... here.
375
3bd9e993
RM
376 * intl/Makefile ($(codeset_mo)): Depend on the input file.
377
d1f09384
JL
3782012-08-17 Jeff Law <law@redhat.com>
379
380 * intl/Makefile (codeset_mo): New variable.
381 ($(codeset_mo)): New target.
382 (tst-codeset.out): Depend on that. Remove explicit rule.
383 (tst-gettext3.out, tst-gettext5.out): Likewise.
384 (LOCPATH-ENV, tst-codeset-ENV): New variables.
385 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
386 * intl/tst-codeset.sh: Remove.
387 * intl/tst-gettext3.sh: Likewise.
388 * intl/tst-gettext5.sh: Likewise.
389
2ae1ae5c
RM
3902012-08-17 Roland McGrath <roland@hack.frob.com>
391
c31fdb83
RM
392 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
393 * sysdeps/unix/syscalls.list: ... here.
394
a0844057
RM
395 * sysdeps/posix/getaddrinfo.c
396 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
397 (gaiconf_init, gaiconf_reload): Use them.
398 [!_STATBUF_ST_NSEC]
399 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
400 Define using time_t rather than struct timespec.
401
750c1f2a
RM
402 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
403 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
404 Macros removed.
405 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
406 [!NO_THREADS].
407 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
408 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
409 Likewise.
410
2ae1ae5c
RM
411 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
412 __libc_cleanup_push argument.
413
e66a42f5
RM
414 * bits/param.h: New file.
415 * misc/sys/param.h: New file.
416 * include/sys/param.h: New file.
417 * misc/Makefile (headers): Add bits/param.h.
418 * sysdeps/generic/sys/param.h: File removed.
419 * sysdeps/unix/sysv/linux/bits/param.h: New file.
420 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
421 * sysdeps/mach/hurd/bits/param.h: New file.
422 * sysdeps/mach/hurd/sys/param.h: New file.
423
b7c08a66
RM
424 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
425 last change.
426
b2e1c562
RM
427 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
428 [_IO_MTSAFE_IO].
429 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
430 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
431 New macros.
432
c75ccd4c
RM
433 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
434 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
435 rather than -D_IO_MTSAFE_IO conditionally.
436 * stdio-common/Makefile (CPPFLAGS): Likewise.
437 * wcsmbs/Makefile (CPPFLAGS): Likewise.
438 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
439 Use $(libio-mtsafe).
440 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
441 of -D_IO_MTSAFE_IO.
442 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
443 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
444 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
445 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
446 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
447 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
448 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
449 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
450 (CFLAGS-fread_u_chk.c): Likewise.
451 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
452 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
453 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
454 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
455 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
456 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
457 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
458 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
459 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
460
461 * libio/Makefile: Test [$(libc-reentrant) = yes]
462 instead of [$(filter %REENTRANT, $(defines)) nonempty].
463
464 * Makeconfig
465 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
466 * sysdeps/pthread/configure: File removed.
467 * sysdeps/pthread/Makeconfig: New file.
468 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
469 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
470
d9195db8
GB
4712012-08-16 Gary Benson <gbenson@redhat.com>
472
473 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
474 unmapping the first object in a namespace.
475
86466cd9
RM
4762012-08-16 Roland McGrath <roland@hack.frob.com>
477
478 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
479 (__internal_setnetgrent): ... this. Add internal_function to
480 definition. Add libc_hidden_def.
481 (setnetgrent): Update caller.
482 (internal_endnetgrent): Renamed to ...
483 (__internal_endnetgrent): ... this. Add internal_function to
484 definition. Add libc_hidden_def.
485 (endnetgrent): Update caller.
486 (internal_getnetgrent_r): Renamed to ...
487 (__internal_getnetgrent_r): ... this. Add internal_function to
488 definition. Add libc_hidden_def.
489 (__getnetgrent_r): Update caller.
490 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
491
c3c8283c
JM
4922012-08-16 Joseph Myers <joseph@codesourcery.com>
493
494 * stdlib/longlong.h: Update from GCC.
495
db1ee0a8
RM
4962012-08-16 Roland McGrath <roland@hack.frob.com>
497
498 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
499 on _QL, which is set by umul_ppmm but never used.
500 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
501 variables, which are set by GMP macros but never used.
502 * stdio-common/_itowa.c (_itowa): Likewise.
503 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
504 * stdlib/mod_1.c (mpn_mod_1): Likewise.
505
30f69637
CD
5062012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
507
508 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
509 struct La_sh_regs is not constant.
510 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
511 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
512 and struct La_sparc64_regs are not constant.
513
93a78ac4
JM
5142012-08-16 Joseph Myers <joseph@codesourcery.com>
515
516 * sysdeps/unix/sysv/linux/kernel-features.h
517 (__ASSUME_POSIX_TIMERS): Remove.
518 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
519 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
520 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
521 Make code unconditional.
522 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
523 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
524 Make code unconditional.
525 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
526 * sysdeps/unix/sysv/linux/clock_nanosleep.c
527 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
528 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
529 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
530 Make code unconditional.
531 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
532 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
533 (__libc_missing_posix_timers): Remove.
534
dd924cd7
RM
5352012-08-15 Roland McGrath <roland@hack.frob.com>
536
4b4f2771
RM
537 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
538 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
539
601c888b
RM
540 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
541
176790a7
RM
542 * elf/dl-sym.c: Include <stdlib.h>.
543
329bc018
RM
544 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
545 constants, which avoids warnings in 32-bit builds.
546
e04e272d
RM
547 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
548 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
549
952bf94a
RM
550 * misc/lseek.c: File moved to ...
551 * io/lseek.c: ... here.
552
7c99b50a
RM
553 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
554
dd924cd7
RM
555 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
556 shifting LEN more than 31 bits at once.
557
b3f479a8
LD
5582012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
559
560 [BZ #14195]
8c4ae0d4
RM
561 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
562 segmentation fault for a case of two empty input strings.
b3f479a8
LD
563 * string/test-strncasecmp.c (check1): Renamed to...
564 (bz12205): ...this.
565 (bz14195): Add new testcase for two empty input strings and N > 0.
566 (test_main): Call new testcase, adapt for renamed function.
567
9c55864e
AJ
5682012-08-15 Andreas Jaeger <aj@suse.de>
569
570 [BZ #14090]
571 * crypt/md5test2.c: New test, based on test supplied by Serge
572 Belyshev <belyshev@depni.sinp.msu.ru>.
573 * crypt/Makefile (xtests): Add md5test-giant..
574 * crypt/Makefile ($(objpfx)md5test-giant): Add.
575
02dcb6c5
PE
5762012-08-15 Paul Eggert <eggert@cs.ucla.edu>
577
578 [BZ #14090]
579 * crypt/md5.c (md5_process_block): Don't assume the buffer
580 length is less than 2**32.
581 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
582 length is less than 2**64.
583
a3f95dcc
RM
5842012-08-15 Roland McGrath <roland@hack.frob.com>
585
be75d758
RM
586 * string/str-two-way.h: Include <sys/param.h>.
587 (MAX): Macro removed.
588
7312ca90
RM
589 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
590 Move #define and #undef of memmove to just before and after
591 including <string.h>.
592
9a0a5486
RM
593 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
594 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
595 and after including <string.h>. Move declarations of
596 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
597 to before #include "string/memmove.c".
598
67cc348d
RM
599 * include/dirent.h: Declare __getdirentries.
600
a3f95dcc
RM
601 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
602 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
603
ca98e171
MF
6042012-08-14 Mike Frysinger <vapier@gentoo.org>
605
606 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
607 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
608 * sysdeps/i386/configure: Regenerated.
609 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
610 STABS_CURRENT_FILE, and STABS_FUN.
611 (END): Remove call to STABS_FUN_END.
612 (STABS_CURRENT_FILE1): Delete.
613 (STABS_CURRENT_FILE): Likewise.
614 (STABS_FUN): Likewise.
615 (STABS_FUN_END): Likewise.
616 (STABS_FUN2): Likewise.
617 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
618 * sysdeps/x86_64/configure: Regenerated.
619
5908bf46
RM
6202012-08-14 Roland McGrath <roland@hack.frob.com>
621
622 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 623 * elf/dl-lookup.c: Likewise.
5908bf46 624
f2c05b9e
JM
6252012-08-14 Joseph Myers <joseph@codesourcery.com>
626
627 * sysdeps/unix/sysv/linux/kernel-features.h
628 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
629 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
630 unconditionally.
631 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
632 unconditionally.
633 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
634 condition on __ASSUME_CLONE_THREAD_FLAGS.
635
e11f5155
AJ
6362012-08-14 Andreas Jaeger <aj@suse.de>
637
638 * sysdeps/i386/fpu/libm-test-ulps: Update.
639
51a9ba86
MK
6402012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
641
2fdd4f78
AJ
642 * include/atomic.h (atomic_exchange_and_add): Split into ...
643 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
644 New atomic macros.
51a9ba86 645
ba6cba9e
MT
6462012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
647
648 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
649
42443a47
JL
6502012-08-13 Jeff Law <law@redhat.com>
651
652 * manual/stdio.texi (snprintf): Clarify handling of the trailing
653 null byte in the output string.
654
121dce05
JM
6552012-08-10 Joseph Myers <joseph@codesourcery.com>
656
657 * sysdeps/unix/sysv/linux/kernel-features.h
658 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
659 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
660 (__ASSUME_ARG_MAX_STACK_BASED): Define.
661 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
662 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
663 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
664 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
665
bf51f568
JL
6662012-08-09 Jeff Law <law@redhat.com>
667
668 [BZ #13939]
669 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
670 When avoid_arena is set, don't retry in the that arena. Pick the
671 next one, whatever it might be.
672 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
673 (arena_lock): Pass in new parameter to arena_get2.
674 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
675 arena_get2.
676 (__libc_malloc): Unify retrying after main arena failure with
677 __libc_memalign version.
678 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
679
f85fa270
L
6802012-08-09 H.J. Lu <hongjiu.lu@intel.com>
681
682 [BZ #14166]
683 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
684 to __redirect_strstr.
685 (__strstr_sse42): Use typeof __redirect_strstr.
686 (__strstr_ia32): Likewise.
687 (__libc_strstr): New prototype.
688 (strstr): Renamed to ...
689 (__libc_strstr): This.
690 (strstr): New strong alias of __libc_strstr.
691 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
692 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
693 __redirect_time.
694 Include <time.h>.
695 (__libc_time): New prototype.
696 (time_ifunc): Replace time with __libc_time.
697 (time): New strong alias and hidden definition of __libc_time.
698 (__GI_time): Remove strong alias.
699 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
700 Include <stddef.h>.
701 (memmove): Redefined to __redirect_memmove.
702 (__memmove_sse2): Use typeof __redirect_memmove.
703 (__memmove_ssse3): Likewise.
704 (__memmove_ssse3_back): Likewise.
705 (__libc_memmove): New prototype.
706 (memmove): Renamed to ...
707 (__libc_memmove): This.
708 (memmove): New strong alias of __libc_memmove.
709
33b4a91e
MS
7102012-08-08 Mark Salter <msalter@redhat.com>
711
712 * elf/elf.h
713 (R_MN10300_TLS_GD): Define.
714 (R_MN10300_TLS_LD): Likewise.
715 (R_MN10300_TLS_LDO): Likewise.
716 (R_MN10300_TLS_GOTIE): Likewise.
717 (R_MN10300_TLS_IE): Likewise.
718 (R_MN10300_TLS_LE): Likewise.
719 (R_MN10300_TLS_DTPMOD): Likewise.
720 (R_MN10300_TLS_DTPOFF): Likewise.
721 (R_MN10300_TLS_TPOFF): Likewise.
722 (R_MN10300_SYM_DIFF): Likewise.
723 (R_MN10300_ALIGN): Likewise.
724 (R_MN10300_NUM): Update.
725
b36137f1
JM
7262012-08-08 Joseph Myers <joseph@codesourcery.com>
727
728 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
729 Remove.
730
cdd915fd
RM
7312012-08-08 Roland McGrath <roland@hack.frob.com>
732
a2433aac
RM
733 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
734
cdd915fd
RM
735 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
736 sysdeps/unix -> sysdeps/posix move.
737 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
738
bf9b740a
AM
7392012-08-07 Allan McRae <allan@archlinux.org>
740
741 [BZ #14303]
742 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
743 (SUNOS_CPP): Likewise.
744 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
745 not found.
746 (open_input): Call CPP using execvp.
747
93df14ee
JM
7482012-08-07 Joseph Myers <joseph@codesourcery.com>
749
750 * sysdeps/unix/sysv/linux/kernel-features.h
751 (__ASSUME_PROT_GROWSUPDOWN): Remove.
752 (__ASSUME_NO_CLONE_DETACHED): Likewise.
753 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
754 (__ASSUME_WAITID_SYSCALL): Likewise.
755 * sysdeps/unix/sysv/linux/dl-execstack.c
756 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
757 code unconditional.
758 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
759 conditional code.
760 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
761 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
762 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
763 code.
764 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
765 unconditional.
766 [__ASSUME_WAITID_SYSCALL]: Likewise.
767 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
768
d34689de
RM
7692012-08-07 Roland McGrath <roland@hack.frob.com>
770
a281decc
RM
771 * sysdeps/unix/closedir.c: Renamed to ...
772 * sysdeps/posix/closedir.c: ... here.
773 * sysdeps/unix/dirfd.c: Renamed to ...
774 * sysdeps/posix/dirfd.c: ... here.
775 * sysdeps/unix/dirstream.h: Renamed to ...
776 * sysdeps/posix/dirstream.h: ... here.
777 * sysdeps/unix/fdopendir.c: Renamed to ...
778 * sysdeps/posix/fdopendir.c: ... here.
779 * sysdeps/unix/opendir.c: Renamed to ...
780 * sysdeps/posix/opendir.c: ... here.
781 * sysdeps/unix/readdir.c: Renamed to ...
782 * sysdeps/posix/readdir.c: ... here.
783 * sysdeps/unix/readdir_r.c: Renamed to ...
784 * sysdeps/posix/readdir_r.c: ... here.
785 * sysdeps/unix/rewinddir.c: Renamed to ...
786 * sysdeps/posix/rewinddir.c: ... here.
787 * sysdeps/unix/seekdir.c: Renamed to ...
788 * sysdeps/posix/seekdir.c: ... here.
789 * sysdeps/unix/telldir.c: Renamed to ...
790 * sysdeps/posix/telldir.c: ... here.
791 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
792 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
793 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
794 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
795
22895b47
RM
796 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
797 * bits/fcntl.h: ... here.
798
707a53b6
RM
799 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
800 not 0.
801 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
802 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
803 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
804 (struct flock): Move l_start, l_len to the beginning.
805 Use __pid_t for l_pid.
806 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
807 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
808 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
809 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
810 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
811 [__USE_LARGEFILE64] (struct flock64): New type.
812 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
813
f0bd3e25
RM
814 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
815 * bits/dirent.h: ... here.
816
d34689de
RM
817 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
818 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
819
6dad2c06
JM
8202012-08-07 Joseph Myers <joseph@codesourcery.com>
821
822 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
823 Change from 2.6.0 to 2.6.16.
824 * sysdeps/unix/sysv/linux/configure: Regenerated.
825 * sysdeps/unix/sysv/linux/kernel-features.h
826 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
827 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
828 version.
829 (__ASSUME_UTIMES): Likewise.
830 (__ASSUME_CLONE_STOPPED): Remove.
831 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
832 architectures, not kernel version.
833 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
834 (__ASSUME_NO_CLONE_DETACHED): Likewise.
835 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
836 (__ASSUME_WAITID_SYSCALL): Likewise.
837 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
838 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
839 * README: State 2.6.16 as minimum Linux kernel version. Do not
840 refer to older versions.
841
03af9520
RM
8422012-08-06 Roland McGrath <roland@hack.frob.com>
843
8e49df1d
RM
844 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
845 Define alphasort64 as an alias.
846 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
847 Define versionsort64 as an alias.
848 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
849 Define scandir64 as an alias.
850 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
851 Define scandirat64 as an alias.
852 * dirent/alphasort64.c (alphasort64):
853 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
854 * dirent/versionsort64.c: Likewise.
855 * dirent/scandir64.c: Likewise.
856 * dirent/scandirat64.c: Likewise.
857 * sysdeps/wordsize-64/alphasort.c: File removed.
858 * sysdeps/wordsize-64/alphasort64.c: File removed.
859 * sysdeps/wordsize-64/scandir.c: File removed.
860 * sysdeps/wordsize-64/scandir64.c: File removed.
861 * sysdeps/wordsize-64/scandirat.c: File removed.
862 * sysdeps/wordsize-64/scandirat64.c: File removed.
863 * sysdeps/wordsize-64/versionsort.c: File removed.
864 * sysdeps/wordsize-64/versionsort64.c: File removed.
865 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
866 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
867 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
868 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
869 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
870 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
871 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
872 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
873
874 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
875 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
876 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
877 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
878 [defined __arch64__ || defined __sparcv9]
879 (__INO_T_MATCHES_INO64_T): New macro.
880 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
881 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
882 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
883 * sysdeps/unix/sysv/linux/bits/dirent.h
884 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
885 (_DIRENT_MATCHES_DIRENT64): New macro.
886
03af9520
RM
887 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
888 Define lockf64 as an alias.
889 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
890 Define fseeko64 as an alias.
891 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
892 Define ftello64 as an alias.
893 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
894 Define _IO_fgetpos64 and fgetpos64 as aliases.
895 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
896 Define _IO_fsetpos64 and fsetpos64 as aliases.
897 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
898 Conditionalize body on this.
899 * libio/fseeko64.c: Likewise.
900 * libio/ftello64.c: Likewise.
901 * libio/iofgetpos64.c: Likewise.
902 * libio/iofsetpos64.c: Likewise.
903 * sysdeps/wordsize-64/lockf.c: File removed.
904 * sysdeps/wordsize-64/lockf64.c: File removed.
905 * sysdeps/wordsize-64/fseeko.c: File removed.
906 * sysdeps/wordsize-64/fseeko64.c: File removed.
907 * sysdeps/wordsize-64/ftello.c: File removed.
908 * sysdeps/wordsize-64/ftello64.c: File removed.
909 * sysdeps/wordsize-64/iofgetpos.c: File removed.
910 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
911 * sysdeps/wordsize-64/iofsetpos.c: File removed.
912 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
913 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
914 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
915 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
916 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
917 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
918 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
919 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
920 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
921 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
922 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
923
924 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
925 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
926 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
927 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
928 [defined __arch64__ || defined __sparcv9]
929 (__OFF_T_MATCHES_OFF64_T): New macro.
930 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
931 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
932 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
933 (__OFF_T_MATCHES_OFF64_T): New macro.
934
c5757acd
L
9352012-08-06 H.J. Lu <hongjiu.lu@intel.com>
936
937 * stdlib/secure-getenv.c (__secure_getenv): Replace
938 GLIBC_2_16 with GLIBC_2_17.
939
3a31811e
L
9402012-08-06 H.J. Lu <hongjiu.lu@intel.com>
941
942 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
943 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
944
faa2bccb
DM
9452012-08-03 David S. Miller <davem@davemloft.net>
946
947 * sysdeps/sparc/fpu/libm-test-ulps: Update.
948
85fe1997
JM
9492012-08-03 Joseph Myers <joseph@codesourcery.com>
950
951 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
952 Remove.
953 (__ASSUME_CORRECT_SI_PID): Likewise.
954 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
955 (__ASSUME_TMPFS_NAME): Likewise.
956 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
957 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
958 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
959 (HAVE_AUX_SECURE): Make definition unconditional.
960 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
961 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
962
4f75b7a0
RM
9632012-08-03 Roland McGrath <roland@hack.frob.com>
964
965 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
966 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
967 * sysdeps/mach/hurd/eloop-threshold.h: New file.
968 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
969 __eloop_threshold instead of SYMLOOP_MAX.
970
971 * sysdeps/generic/eloop-threshold.h: New file.
972 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
973 of MAXSYMLINKS.
974 * elf/chroot_canon.c (chroot_canon): Likewise.
975
7aab07e4
JM
9762012-08-03 Joseph Myers <joseph@codesourcery.com>
977
978 [BZ #13717]
979 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
980 Change to 2.6.0 everywhere.
981 * sysdeps/unix/sysv/linux/configure: Regenerated.
982 * sysdeps/unix/sysv/linux/kernel-features.h
983 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
984 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
985 kernel versions.
986 (__ASSUME_POSIX_TIMERS): Define unconditionally.
987 (__ASSUME_FUTEX_REQUEUE): Remove.
988 (__ASSUME_STATFS64): Define unconditionally.
989 (__ASSUME_AT_SECURE): Likewise.
990 (__ASSUME_CORRECT_SI_PID): Likewise.
991 (__ASSUME_TGKILL): Define without depending on kernel version for
992 i386.
993 (__ASSUME_UTIMES): Likewise.
994 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
995 kernel version.
996 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
997 (__ASSUME_TMPFS_NAME): Likewise.
998 * README: Update reference to Linux kernel versions.
999
b67e9372
MP
10002012-08-02 Marek Polacek <polacek@redhat.com>
1001
1f529f7d 1002 [BZ# 14150]
b67e9372
MP
1003 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
1004 libc_cv_asm_type_prefix with %.
1005 * configure: Regenerated.
d2441631
RM
1006 * include/libc-symbols.h: Remove comment about
1007 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
1008 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
1009 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
1010 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
1011 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
1012 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
1013 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
1014 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
1015 * elf/tst-unique2mod1.c: Likewise.
1016 * elf/tst-unique1mod2.c: Likewise.
1017 * elf/tst-unique1mod1.c: Likewise.
1018 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
1019 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
1020 Replace ASM_TYPE_DIRECTIVE with .type.
1021 * sysdeps/s390/s390-64/sysdep.h: Likewise.
1022 * sysdeps/i386/sysdep.h: Likewise.
1023 * sysdeps/x86_64/sysdep.h: Likewise.
1024 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
1025 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
1026 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 1027 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
1028 * sysdeps/powerpc/powerpc32/sysdep.h:
1029 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
1030 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1031 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1032 * sysdeps/i386/fpu/e_powf.S: Likewise.
1033 * sysdeps/i386/fpu/e_expl.S: Likewise.
1034 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1035 * sysdeps/i386/fpu/e_acosh.S: Likewise.
1036 * sysdeps/i386/fpu/e_pow.S: Likewise.
1037 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
1038 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1039 * sysdeps/i386/fpu/s_expm1.S: Likewise.
1040 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
1041 * sysdeps/i386/fpu/e_log2.S: Likewise.
1042 * sysdeps/i386/fpu/e_log2l.S: Likewise.
1043 * sysdeps/i386/fpu/e_scalb.S: Likewise.
1044 * sysdeps/i386/fpu/e_powl.S: Likewise.
1045 * sysdeps/i386/fpu/e_log10f.S: Likewise.
1046 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
1047 * sysdeps/i386/fpu/e_logl.S: Likewise.
1048 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
1049 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
1050 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
1051 * sysdeps/i386/fpu/e_log2f.S: Likewise.
1052 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1053 * sysdeps/i386/fpu/e_log.S: Likewise.
1054 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1055 * sysdeps/i386/fpu/e_logf.S: Likewise.
1056 * sysdeps/i386/fpu/e_log10l.S: Likewise.
1057 * sysdeps/i386/fpu/e_atanh.S: Likewise.
1058 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
1059 * sysdeps/i386/fpu/e_log10.S: Likewise.
1060 * sysdeps/i386/fpu/s_frexp.S: Likewise.
1061 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1062 * sysdeps/i386/fpu/s_asinh.S: Likewise.
1063 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
1064 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
1065 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
1066 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
1067 * sysdeps/i386/i686/strtok.S: Likewise.
1068 * sysdeps/i386/i386-mcount.S: Likewise.
1069 * sysdeps/i386/strtok.S: Likewise.
1070 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
1071 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
1072 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
1073 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
1074 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
1075 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
1076 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
1077 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
1078 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
1079 * sysdeps/x86_64/_mcount.S: Likewise.
1080 * sysdeps/x86_64/strtok.S: Likewise.
1081 * sysdeps/sh/_mcount.S: Likewise.
1082
2747bf9a
RM
10832012-08-01 Roland McGrath <roland@hack.frob.com>
1084
1085 * libio/iofopen.c: Include <fcntl.h>.
1086 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
1087 (_IO_fopen64, fopen64): Define as aliases.
1088 * libio/iofopen64.c: Include <fcntl.h>.
1089 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
1090 Conditionalize body on this.
1091 * sysdeps/wordsize-64/iofopen.c: File removed.
1092 * sysdeps/wordsize-64/iofopen64.c: File removed.
1093
3fb791b8
MP
10942012-08-01 Marek Polacek <polacek@redhat.com>
1095
1096 * libc/Makeconfig: Use elf in place of binfmt-subdir.
1097 Use dlfcn directly instead of a variable.
1098 (binfmt-subdir): Do not define.
1099 (dlfcn): Likewise.
1100
a9f1039f
JM
11012012-08-01 Joseph Myers <joseph@codesourcery.com>
1102
23bddc06
JM
1103 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
1104 Remove all definitions.
1105 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
1106 <kernel-features.h>.
1107 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
1108 (miss_F_GETOWN_EX): Remove all definitions.
1109 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
1110 macro definition.
1111 [!__ASSUME_FCNTL64]: Remove conditional code.
1112 [__ASSUME_FCNTL64]: Make code unconditional.
1113 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
1114 <kernel-features.h>.
1115 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
1116 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
1117 (lockf64) [__NR_fcntl64]: Make code unconditional.
1118 (lockf64) [__ASSUME_FCNTL64]: Likewise.
1119
a9f1039f
JM
1120 * sysdeps/unix/sysv/linux/kernel-features.h
1121 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
1122 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
1123 Make code unconditional.
1124 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
1125 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
1126 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
1127 [__NR_vfork]: Make code unconditional.
1128 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
1129 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
1130 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
1131 [__NR_vfork]: Make code unconditional.
1132 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
1133 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
1134
09c0ee5f
RM
11352012-08-01 Roland McGrath <roland@hack.frob.com>
1136
48aec5b9
RM
1137 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
1138 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
1139
cd97c966
RM
1140 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1141 Define mkstemp64 as an alias.
3f55550c
RM
1142 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1143 Define mkstemps64 as an alias.
cd97c966
RM
1144 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1145 Define mkostemp64 as an alias.
b8625cfc
RM
1146 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1147 Define mkostemps64 as an alias.
cd97c966
RM
1148 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
1149 Conditionalize body on this.
1150 * misc/mkostemp64.c: Likewise.
b8625cfc 1151 * misc/mkostemps64.c: Likewise.
3f55550c 1152 * misc/mkstemps64.c: Likewise.
cd97c966
RM
1153 * sysdeps/wordsize-64/mkstemp64.c: File removed.
1154 * sysdeps/wordsize-64/mkostemp64.c: File removed.
1155 * sysdeps/wordsize-64/mkostemp.c: File removed.
1156 * sysdeps/wordsize-64/mkstemp.c: File removed.
1157 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
1158 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
1159 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
1160 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
1161
09c0ee5f
RM
1162 [BZ #14138]
1163 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
1164 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
1165 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
1166 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
1167
1168 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
1169 compat_symbol macros from <shlib-compat.h> rather than the underlying
1170 default_symbol_version and symbol_version macros, so that DEFAULT
1171 lines in shlib-versions are respected.
1172 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
1173
7e66ee51
FW
11742012-08-01 Florian Weimer <fweimer@redhat.com>
1175
1176 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
1177 Declare with warn_unused_result.
1178 (setgid, setregid, setegid, setresgid): Likewise.
1179 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
1180 Likewise.
1181 * WUR-REPORT: Remove set*id functions.
1182
d2a54255
PT
11832012-07-31 Pino Toscano <toscano.pino@tiscali.it>
1184
1185 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
1186
7ecdb005
RM
11872012-07-31 Roland McGrath <roland@hack.frob.com>
1188
789bd351
RM
1189 * include/sys/socket.h (__libc_accept, __libc_accept4):
1190 Add attribute_hidden.
1191 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
1192
40ce302d
RM
1193 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
1194 use of PTR_MANGLE.
1195 * inet/getnetgrent_r.c (setup): Likewise.
1196
7ecdb005
RM
1197 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
1198
e2eabb2c
DM
11992012-07-31 David S. Miller <davem@davemloft.net>
1200
1201 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1202
d0419dbf
JM
12032012-07-31 Joseph Myers <joseph@codesourcery.com>
1204
1205 [BZ #13629]
1206 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
1207 value between 1.0 and 2.0 and smaller part has absolute value less
1208 than 1.0.
1209 * math/s_clog10.c (__clog10): Likewise.
1210 * math/s_clog10f.c (__clog10f): Likewise.
1211 * math/s_clog10l.c (__clog10l): Likewise.
1212 * math/s_clogf.c (__clogf): Likewise.
1213 * math/s_clogl.c (__clogl): Likewise.
1214 * math/libm-test.inc (clog_test): Add more tests.
1215 (clog10_test): Likewise.
1216 * sysdeps/i386/fpu/libm-test-ulps: Update.
1217 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1218
2bc13872
FW
12192012-07-31 Florian Weimer <fweimer@redhat.com>
1220
1221 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
1222 Exit with zero in case no suitable GID is found, and write a
1223 message to standard error.
1224
bea9b193
RM
12252012-07-30 Roland McGrath <roland@hack.frob.com>
1226
1227 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
1228 rather than to 1.
1229 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
1230 (MAXPATHLEN): Removed.
1231 (NOGROUP, NODEV): New macros.
1232 (setbit, clrbit, isset, isclr): New macros.
1233 (howmany, roundup, powerof2): New macros.
1234 (DEV_BSIZE): New macro.
1235
1236 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
1237 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
1238
1239 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
1240 definition on [!__NO_LONG_DOUBLE_MATH].
1241
1242 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
1243 PTR_MANGLE and PTR_DEMANGLE.
1244
1245 * socket/accept4.c (accept4): Rename to __libc_accept4.
1246 Define accept4 as a weak alias.
1247
1248 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
1249 on [_DIRENT_HAVE_D_TYPE].
1250 * io/ftw.c (ftw_dir): Likewise.
1251
1252 * io/xmknod.c (__xmknod): Don't check PATH for being null.
1253
1254 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
1255
1256 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
1257 Use the BSD numbers rather than the arbitrary ones we had.
1258 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
1259 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
1260 (SIGXCPU, SIGXFSZ): New macros.
1261 (_NSIG): Now 32.
1262
1263 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
1264 initializer on [_LIBC_REENTRANT].
1265
1266 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
1267 definitions inside [_POSIX_MAPPED_FILES].
1268
1269 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
1270
1271 * dirent/opendir.c: Include <fcntl.h>.
1272
1273 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
1274 (__libc_getspecific): Likewise.
1275 (__libc_key_create): Likewise.
1276
1277 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
1278 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
1279 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
1280 (tmpfile64): Define as alias.
1281 * sysdeps/wordsize-64/tmpfile.c: File removed.
1282 * sysdeps/wordsize-64/tmpfile64.c: File removed.
1283 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
1284 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
1285
1286 * stdio-common/vfscanf.c: Include <stdbool.h>.
1287 * nss/makedb.c: Likewise.
1288 * stdio-common/_i18n_number.h: Likewise.
1289 * argp/argp-help.c: Likewise.
1290 * posix/wordexp.c: Likewise.
1291 * sysdeps/posix/spawni.c: Likewise.
1292 * nss/nss_files/files-initgroups.c: Likewise.
1293 * stdio-common/reg-modifier.c: Include <stdlib.h>.
1294 * nss/nss_files/files-initgroups.c: Likewise.
1295 * nss/nss_db/db-netgrp.c: Likewise.
1296 * nss/nss_db/db-initgroups.c: Likewise.
1297 * io/fchmodat.c: Include <sys/stat.h>.
1298
1299 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
1300 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
1301
1302 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
1303 [HAVE_MMAP].
1304
1305 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
1306 Add multiple inclusion protection.
1307
e5abc686
DM
13082012-07-27 David S. Miller <davem@davemloft.net>
1309
1310 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1311
815e6fa3
GB
13122012-07-27 Gary Benson <gbenson@redhat.com>
1313
1314 [BZ #14298]
1315 * elf/rtld.c: Include <stap-probe.h>.
1316 (dl_main): Added static probes "init_start" and "init_complete".
1317 * elf/dl-load.c: Include <stap-probe.h>.
1318 (lose): Take new parameter "nsid".
1319 Added static probe "map_failed".
1320 (_dl_map_object_from_fd): Pass namespace id to lose.
1321 Added static probe "map_start".
1322 (open_verify): Pass namespace id to lose.
1323 * elf/dl-open.c: Include <stap-probe.h>.
1324 (dl_open_worker) Added static probes "map_complete", "reloc_start"
1325 and "reloc_complete".
1326 * elf/dl-close.c: Include <stap-probe.h>.
1327 (_dl_close_worker): Added static probes "unmap_start" and
1328 "unmap_complete".
1329 * elf/rtld-debugger-interface.txt: New file documenting the above.
1330
9f98c16c
RM
13312012-07-26 Roland McGrath <roland@hack.frob.com>
1332
1333 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
1334 rather than a string variable.
1335 * sunrpc/rpc_main.c (h_output): Likewise.
1336 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
1337
f3c22df3
PT
13382012-07-26 Pino Toscano <toscano.pino@tiscali.it>
1339
1340 * inet/check_native.c: New file.
1341
3129cfc6
JM
13422012-07-26 Joseph Myers <joseph@codesourcery.com>
1343
da865e95
JM
1344 [BZ #13629]
1345 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
1346 if larger part has absolute value 1.0.
1347 * math/s_clog10.c (__clog10): Likewise.
1348 * math/s_clog10f.c (__clog10f): Likewise.
1349 * math/s_clog10l.c (__clog10l): Likewise.
1350 * math/s_clogf.c (__clogf): Likewise.
1351 * math/s_clogl.c (__clogl): Likewise.
1352 * math/libm-test.inc (clog_test): Add more tests.
1353 (clog10_test): Likewise.
1354 * sysdeps/i386/fpu/libm-test-ulps: Update.
1355 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1356
3129cfc6
JM
1357 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
1358 (pltexit): Likewise.
1359 (La_regs): Likewise.
1360 (La_retval): Likewise.
1361 (int_retval): Likewise.
1362 Update #error for removed macros to refer only to definitions in
1363 tst-audit.h.
1364 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
1365 macro.
1366 (pltexit): Likewise.
1367 (La_regs): Likewise.
1368 (La_retval): Likewise.
1369 (int_retval): Likewise.
1370 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
1371 macro.
1372 (pltexit): Likewise.
1373 (La_regs): Likewise.
1374 (La_retval): Likewise.
1375 (int_retval): Likewise.
1376 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
1377 macro.
1378 (pltexit): Likewise.
1379 (La_regs): Likewise.
1380 (La_retval): Likewise.
1381 (int_retval): Likewise.
1382 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
1383 macro.
1384 (pltexit): Likewise.
1385 (La_regs): Likewise.
1386 (La_retval): Likewise.
1387 (int_retval): Likewise.
1388 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
1389 macro.
1390 (pltexit): Likewise.
1391 (La_regs): Likewise.
1392 (La_retval): Likewise.
1393 (int_retval): Likewise.
1394 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
1395 macro.
1396 (pltexit): Likewise.
1397 (La_regs): Likewise.
1398 (La_retval): Likewise.
1399 (int_retval): Likewise.
1400 * sysdeps/generic/tst-audit.h: Update comment to refer only to
1401 macro definitions in tst-audit.h.
1402 * sysdeps/i386/tst-audit.h: New file.
1403 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
1404 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
1405 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
1406 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
1407 * sysdeps/sh/tst-audit.h: Likewise.
1408 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
1409 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
1410 * sysdeps/x86_64/tst-audit.h: Likewise.
1411
bfc07087
AJ
14122012-07-26 Andreas Jaeger <aj@suse.de>
1413
b1b2aaf8
AJ
1414 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
1415 ptrace.
1416
1417 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
1418 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
1419 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
1420 PTRACE_O_MASK.
1421 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
1422 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
1423 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
1424
bfc07087
AJ
1425 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
1426 value.
1427
1428 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
1429 _sigsys.
1430 (si_call_addr, si_syscall, si_arch): Define new macro.
1431 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
1432 _sigsys.
1433 (si_call_addr, si_syscall, si_arch): Define new marcro.
1434 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
1435 _sigsys.
1436 (si_call_addr, si_syscall, si_arch): Define new macro.
1437 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
1438 _sigsys.
1439 (si_call_addr, si_syscall, si_arch): Define new macro.
1440
89b4b02f
JM
14412012-07-25 Joseph Myers <joseph@codesourcery.com>
1442
1443 [BZ #13717]
1444 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1445 Change to 2.4.21 where previously 2.4.1.
1446 * sysdeps/unix/sysv/linux/configure: Regenerated.
1447 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
1448 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
1449 Linux kernel version.
1450 (__ASSUME_STD_AUXV): Remove.
1451 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
1452 kernel version.
1453 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
1454 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
1455 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
1456 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
1457 (__ASSUME_NETLINK_SUPPORT): Likewise.
1458 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
1459 (__no_netlink_support): Remove conditional definition.
1460 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
1461 Remove.
1462 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
1463 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
1464 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
1465 (if_nameindex_ioctl): Remove.
1466 (if_nameindex_netlink): Do not handle __no_netlink_support.
1467 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
1468 code.
1469 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
1470 Remove conditional code.
1471 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
1472 code.
1473 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
1474 unconditional.
1475 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
1476 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
1477 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
1478 Remove.
1479 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1480 [!__ASSUME_STD_AUXV]: Remove conditional code.
1481 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
1482 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
1483 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
1484 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
1485 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
1486 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
1487 code.
1488 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
1489 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1490 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
1491 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
1492 conditional code.
1493 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
1494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
1495 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
1496 code.
1497 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1498 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
1499 conditional code.
1500 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
1501 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1502 code unconditional.
1503 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1504 conditional code.
1505 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1506 unconditional.
1507 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1508 conditional code.
1509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1510 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1511 unconditional.
1512 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1513 conditional code.
1514 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1515 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1516 code unconditional.
1517 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1518 conditional code.
1519 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1520 unconditional.
1521 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1522 conditional code.
1523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1524 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1525 code unconditional.
1526 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1527 conditional code.
1528 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1529 unconditional.
1530 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1531 conditional code.
1532
842a39cd
AS
15332012-07-25 Andreas Schwab <schwab@linux-m68k.org>
1534
1535 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
1536 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
1537 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1538 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
1539 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1540 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1541 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1542 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
1543 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1544 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
1545 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1546 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
1547 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
1548 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1549 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
1550 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1551 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1552 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
1553 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
1554 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
1555 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1556 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
1557 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
1558
84b3fd84
FW
15592012-07-25 Florian Weimer <fweimer@redhat.com>
1560
1561 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
1562 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
1563 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
1564 Introduce __libc_secure_getenv.
0c7936d5
FW
1565 * stdlib/Versions (2.17): Add secure_getenv
1566 (GLIBC_PRIVATE): Add __libc_secure_getenv.
1567 * stdlib/secure-getenv.c: Rename __secure_getenv to
1568 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
1569 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
1570 * stdlib/tst-secure-getenv.c: New.
1571 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
1572 * manual/startup.texi (Environment Access): Document
1573 secure_getenv.
84b3fd84
FW
1574 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
1575 __libc_secure_getenv.
1576 * inet/ruserpass.c (ruserpass): Likewise.
1577 * malloc/mtrace.c (mtrace): Likewise.
1578 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 1579 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
1580 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
1581 * sysdeps/posix/tempname.c: Likewise. Evaluate
1582 HAVE_SECURE_GETENV.
1583 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 1584 __secure_getenv to __libc_secure_getenv.
84b3fd84 1585 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
1586 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1587 Likewise.
1588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
1589 Likewise.
1590 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
1591 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
1592 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
1593 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
1594 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
1595 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
1596 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 1597
56e49b71
JM
15982012-07-25 Joseph Myers <joseph@codesourcery.com>
1599
1600 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
1601 (struct La_i86_retval): Likewise.
1602 (struct La_x86_64_regs): Likewise.
1603 (struct La_x86_64_retval): Likewise.
1604 (struct La_x32_regs): Likewise.
1605 (struct La_x32_retval): Likewise.
1606 (struct La_ppc32_regs): Likewise.
1607 (struct La_ppc32_retval): Likewise.
1608 (struct La_ppc64_regs): Likewise.
1609 (struct La_ppc64_retval): Likewise.
1610 (struct La_sh_regs): Likewise.
1611 (struct La_sh_retval): Likewise.
1612 (struct La_s390_32_regs): Likewise.
1613 (struct La_s390_32_retval): Likewise.
1614 (struct La_s390_64_regs): Likewise.
1615 (struct La_s390_64_retval): Likewise.
1616 (struct La_sparc32_regs): Likewise.
1617 (struct La_sparc32_retval): Likewise.
1618 (struct La_sparc64_regs): Likewise.
1619 (struct La_sparc64_retval): Likewise.
1620 (struct audit_ifaces): Remove architecture-specific pltenter and
1621 pltexit members.
1622 * sysdeps/i386/ldsodefs.h: New file.
1623 * sysdeps/powerpc/ldsodefs.h: Likewise.
1624 * sysdeps/s390/ldsodefs.h: Likewise.
1625 * sysdeps/sh/ldsodefs.h: Likewise.
1626 * sysdeps/sparc/ldsodefs.h: Likewise.
1627 * sysdeps/x86_64/ldsodefs.h: Likewise.
1628
354691b7
MP
16292012-07-25 Marek Polacek <polacek@redhat.com>
1630
1631 [BZ #6808]
1632 * math/libm-test.inc (yn_test): Add another test.
1633 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
1634 to ERANGE when the result is +-Inf.
1635 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
1636 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
1637 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
1638 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
1639
bf9e2071
JM
16402012-07-24 Joseph Myers <joseph@codesourcery.com>
1641
1642 * conform/data/time.h-data (NULL): Use macro-constant. Require
1643 equal to 0.
1644 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
1645 clock_t.
1646 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
1647
57633811
TS
16482012-07-23 Thomas Schwinge <thomas@codesourcery.com>
1649
1650 * configure.in <sysdeps resolving>: Correct printing
1651 Implies_before.
1652 * configure: Regenerate.
1653
c23c33b0
TS
16542012-07-22 Thomas Schwinge <thomas@codesourcery.com>
1655
1656 * math/w_ilogb.c: Include <limits.h>.
1657 * math/w_ilogbl.c: Likewise.
1658
b5982523
JM
16592012-07-20 Joseph Myers <joseph@codesourcery.com>
1660
1661 * manual/lang.texi (__va_copy): Document primarily as ISO C99
1662 va_copy. Document allowing for unavailable va_copy only as
1663 pre-C99 compatibility.
1664 * manual/string.texi (Copying and Concatenation): Use va_copy
1665 instead of __va_copy in concat example.
1666
ac4ea442
PT
16672012-07-20 Pino Toscano <toscano.pino@tiscali.it>
1668
1669 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
1670 (__sendto): Use create_address_port. Initialize APORT and deallocate
1671 it if not null.
1672
f98eafbd
PT
1673 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
1674 with O_NOLINK passed to __file_name_lookup.
1675
898c7aab
PT
1676 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
1677 with O_NOLINK passed to __file_name_lookup.
1678
0ced335a
PT
1679 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
1680 negative N or less than NGIDS.
1681
b3404dbd
PT
1682 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
1683 type to string_t. Set ERANGE as errno and return it if NAME is not big
1684 enough. Use memcpy instead of strncpy.
1685
0f48659e
JM
16862012-07-20 Joseph Myers <joseph@codesourcery.com>
1687
1688 * elf/Makefile (check-data): Remove.
1689 (localplt.data): New vpath directive.
1690 ($(objpfx)check-localplt.out): Use localplt.data from vpath
1691 instead of $(check-data).
1692 * scripts/data/localplt-generic.data: Move to ...
1693 * sysdeps/generic/localplt.data: ... here.
1694 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
1695 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
1696 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
1697 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1698 ... here.
1699 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
1700 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
1701 ... here.
1702 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
1703 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
1704 ... here.
1705 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
1706 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1707 ... here.
1708 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
1709 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
1710 ... here.
1711 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
1712 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
1713 ... here.
1714
d37cbdaa
AZ
17152012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1716
1717 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
1718 PPC32 and PPC64 files.
1719 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
1720 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
1721
46f85fc2
AK
17222012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1723
1724 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
1725 __makecontext_ret to ...
1726 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
1727 ... here and call exit if uc_link is NULL. New file.
1728 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
1729 __makecontext_ret.S.
1730 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
1731 __makecontext_ret to ...
1732 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
1733 ... here and call exit if uc_link is NULL. New file.
1734 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
1735 __makecontext_ret.S.
1736
08f43f9b
AK
17372012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1738
1739 * elf/elf.h (R_390_IRELATIVE): New definition.
1740 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
1741 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
1742 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
1743 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
1744 (elf_machine_lazy_rel): Likewise.
1745 * sysdeps/s390/dl-irel.h: New file.
1746 * sysdeps/s390/s390-64/memcpy.S: New asm code.
1747 * sysdeps/s390/s390-64/memset.S: New asm code.
1748 * sysdeps/s390/s390-64/memcmp.S: New asm code.
1749 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
1750 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
1751 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
1752 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
1753 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
1754 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
1755 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
1756 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
1757 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
1758 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
1759 * sysdeps/s390/s390-32/memcpy.S: New asm code.
1760 * sysdeps/s390/s390-32/memset.S: New asm code.
1761 * sysdeps/s390/s390-32/memcmp.S: New asm code.
1762
3b05db33
MP
17632012-07-17 Marek Polacek <polacek@redhat.com>
1764
1765 [BZ #14349]
1766 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
1767 * sysdeps/s390/s390-64/configure.in: Likewise.
1768 * sysdeps/sparc/configure.in: Likewise.
1769 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
1770 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
1771 * sysdeps/i386/configure.in: Likewise.
1772 * sysdeps/x86_64/configure.in: Likewise.
1773 * sysdeps/sh/configure.in: Likewise.
1774 * sysdeps/s390/s390-32/configure: Regenerated.
1775 * sysdeps/s390/s390-64/configure: Likewise.
1776 * sysdeps/x86_64/configure: Likewise.
1777 * sysdeps/sh/configure: Likewise.
1778 * sysdeps/powerpc/powerpc64/configure: Likewise.
1779 * sysdeps/powerpc/powerpc32/configure: Likewise.
1780 * sysdeps/sparc/configure: Likwise.
1781 * sysdeps/i386/configure: Likewise.
1782
a66877c6
MP
1783 * elf/dl-open.c: Comment fixes.
1784
cfc82fd8
JM
17852012-07-17 Joseph Myers <joseph@codesourcery.com>
1786
bd29910a
JM
1787 * Makefile [CXX] (check-data): Remove.
1788 [CXX] (c++-types.data): New vpath directive.
1789 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
1790 vpath. Do not allow for C++ type data being missing.
1791 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
1792 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
1793 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
1794 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
1795 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
1796 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
1797 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
1798 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
1799 ... here.
1800 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
1801 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
1802 ... here.
1803 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
1804 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
1805 ... here.
1806 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
1807 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
1808 ... here.
1809 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
1810 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
1811 ... here.
1812 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
1813 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
1814 ... here.
1815 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
1816 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
1817 ... here.
1818 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
1819 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
1820
cfc82fd8
JM
1821 * elf/tls-macros.h (TLS_LE): Move architecture-specific
1822 definitions to architecture-specific files.
1823 (TLS_IE): Likewise.
1824 (TLS_LD): Likewise.
1825 (TLS_GD): Likewise.
1826 * sysdeps/i386/tls-macros.h: New file.
1827 * sysdeps/powerpc/tls-macros.h: Likewise.
1828 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
1829 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
1830 * sysdeps/sh/tls-macros.h: Likewise.
1831 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
1832 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
1833 * sysdeps/x86_64/tls-macros.h: Likewise.
1834
f7db3170
TS
18352012-07-17 Thomas Schwinge <thomas@codesourcery.com>
1836
07cbfc23
TS
1837 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
1838 zero value for regular exit case.
1839
f7db3170
TS
1840 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
1841 (__start_context): Preserve zero value for regular exit case.
1842
dc97c227
TS
18432012-07-17 Thomas Schwinge <thomas@codesourcery.com>
1844 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1845
1846 * manual/setjmp.texi (setcontext): Clarify normal process
1847 termination when uc_link is the null pointer.
1848 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
1849 exit call.
1850
d0cd7d02
AS
18512012-07-16 Andreas Schwab <schwab@linux-m68k.org>
1852
1853 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
1854 preprocessor. Test for each exception mask separately.
1855
dd318934
AJ
18562012-07-16 Andreas Jaeger <aj@suse.de>
1857
1858 * po/ru.po: Update from translation team.
1859
8048311a
JM
18602012-07-15 Joseph Myers <joseph@codesourcery.com>
1861
1862 * conform/data/string.h-data (NULL): Use macro-constant. Require
1863 equal to 0.
1864 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
1865 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
1866 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
1867 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
1868 [ISO || ISO99 || ISO11] (*_t): Do not allow.
1869
b637d46e
AJ
18702012-07-13 Andreas Jaeger <aj@suse.de>
1871
1872 * po/fr.po: Update from translation team.
1873
541428fe
MP
18742012-07-12 Marek Polacek <polacek@redhat.com>
1875
1876 [BZ #14173]
1877 * math/libm-test.inc (yn_test): Add test for BZ #14173.
1878 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
1879 loop condition.
1880
ec332e94
JM
18812012-07-12 Joseph Myers <joseph@codesourcery.com>
1882
1883 [BZ #13717]
1884 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1885 Change to 2.4.1 where previously 2.4.0.
1886 * sysdeps/unix/sysv/linux/configure: Regenerated.
1887 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
1888 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
1889 version.
1890 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
1891 (__ASSUME_AT_CLKTCK): Remove.
1892 (__ASSUME_AT_PAGESIZE): Likewise.
1893 (__ASSUME_AT_XID): Likewise.
1894 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
1895 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
1896 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
1897 unconditionally.
1898 (HAVE_AUX_PAGESIZE): Likewise.
1899 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
1900 [__ASSUME_AT_CLKTCK]: Make code unconditional.
1901 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
1902
7b6e99be
JB
19032012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
1904
1905 [BZ #14307]
1906 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
1907 the temporary buffer used to invoke __gethostbyname2_r,
1908 __gethostbyaddr_r and gethostbyname4_r to make room for struct
1909 host_data / struct gaih_addrtuple.
1910 * resolv/nss_dns/dns-host.c (global scope): Move definition of
1911 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
1912 header file nss/nsswitch.h.
1913 * nss/nsswitch.h (global scope): Add definition of implementation
1914 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
1915 resolv/nss_dns/dns-host.c).
1916
608404eb
AJ
19172012-07-11 Andreas Jaeger <aj@suse.de>
1918
1919 * po/fr.po: Update from translation team.
1920
71220aca
AJ
1921 * po/sv.po: Update from translation team
1922 * po/fr.po: Another update from translation team.
1923
28cfe843
AZ
19242012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1925
1926 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
1927 for subnormals or multiply small sinh result by itself.
1928 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
1929 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1930
6b90f981
DM
19312012-07-11 David S. Miller <davem@davemloft.net>
1932
1933 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1934
c6825772
AS
19352012-07-10 Andreas Schwab <schwab@linux-m68k.org>
1936
1937 [BZ #14347]
1938 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
1939 (INTERNAL_MARK): Shift it here.
1940
7b8e0d49
MP
19412012-07-10 Marek Polacek <polacek@redhat.com>
1942
1943 [BZ #14151]
1944 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
1945 libc_cv_asm_global_directive with .globl.
1946 * configure: Regenerated.
1947 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
1948 with .globl.
1949 * sysdeps/i386/configure: Regenerated.
1950 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
1951 with .globl.
1952 * sysdeps/x86_64/configure: Regenerated.
1953 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
1954 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
1955 * elf/tst-unique2mod2.c: Likewise.
1956 * elf/tst-unique2mod1.c: Likewise.
1957 * elf/tst-unique1mod2.c: Likewise.
1958 * elf/tst-unique1mod1.c: Likewise.
1959 * sysdeps/s390/s390-32/sysdep.h: Likewise.
1960 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1961 * sysdeps/s390/s390-64/sysdep.h: Likewise.
1962 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1963 * sysdeps/mach/sysdep.h: Likewise.
1964 * sysdeps/i386/sysdep.h: Likewise.
1965 * sysdeps/i386/i386-mcount.S: Likewise.
1966 * sysdeps/x86_64/_mcount.S: Likewise.
1967 * sysdeps/x86_64/sysdep.h: Likewise.
1968 * sysdeps/sh/_mcount.S: Likewise.
1969 * sysdeps/sh/sysdep.h: Likewise.
1970 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
1971 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
1972 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
1973 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
1974 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
1975 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
1976 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
1977 * locale/localeinfo.h: Likewise.
1978 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
1979 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
1980
6c55cda3
RM
19812012-07-09 Roland McGrath <roland@hack.frob.com>
1982
1983 [BZ #14336]
1984 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
1985 system".
1986 * manual/message.texi (The Uniforum approach): Likewise.
1987 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
1988 (glibc iconv Implementation): Likewise.
1989
638a572e
JM
19902012-07-09 Joseph Myers <joseph@codesourcery.com>
1991
1992 [BZ #14337]
1993 * math/s_clog.c (__clog): Avoid scaling a value down where that
1994 could result in underflow.
1995 * math/s_clog10.c (__clog10): Likewise.
1996 * math/s_clog10f.c (__clog10f): Likewise.
1997 * math/s_clog10l.c (__clog10l): Likewise.
1998 * math/s_clogf.c (__clogf): Likewise.
1999 * math/s_clogl.c (__clogl): Likewise.
2000 * math/libm-test.inc (clog_test): Add more tests.
2001 (clog10_test): Likewise.
2002 * sysdeps/i386/fpu/libm-test-ulps: Update.
2003 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2004
261f4859
AS
20052012-07-06 Andreas Schwab <schwab@linux-m68k.org>
2006
0abaf3e4
AS
2007 [BZ #14283]
2008 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
2009 by 7 not 8 to examine high bit of fractional part.
2010
261f4859
AS
2011 [BZ #14042]
2012 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
2013 for call to __mcount_internal.
2014 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
2015 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
2016 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
2017
f17ac40d
JM
20182012-07-06 Joseph Myers <joseph@codesourcery.com>
2019
9ad63c23
JM
2020 [BZ #14154]
2021 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
2022 approximation for values within 0x1p-13f of an odd multiple of
2023 pi/4.
2024 * math/libm-test.inc (tan_test): Do not allow spurious underflow
2025 exception. Add more tests.
2026 * sysdeps/i386/fpu/libm-test-ulps: Update.
2027
f17ac40d
JM
2028 [BZ #6778]
2029 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
2030 inputs and return -1 for them. Do not check for +Inf in case not
2031 reachable for +Inf.
2032 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
2033 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
2034 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
2035 and return -1 for them. Do not check for +Inf in case not
2036 reachable for +Inf.
2037 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
2038 define.
2039 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
2040 and return -1 for them. Do not check for +Inf in case not
2041 reachable for +Inf.
2042 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
2043 spurious underflow.
2044 * sysdeps/i386/fpu/libm-test-ulps: Update.
2045 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2046
fb21f89b
MF
20472012-07-06 Mike Frysinger <vapier@gentoo.org>
2048
2049 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
2050
cdfe2c5e
JM
20512012-07-05 Joseph Myers <joseph@codesourcery.com>
2052
2053 [BZ #14157]
2054 [BZ #14331]
2055 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
2056 could result in spurious underflow. Scale down values above
2057 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
2058 * math/s_csqrtf.c (__csqrtf): Likewise.
2059 * math/s_csqrtl.c (__csqrtl): Likewise.
2060 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
2061 spurious underflow.
2062 * sysdeps/i386/fpu/libm-test-ulps: Update.
2063 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2064
70d35b67
AS
20652012-07-04 Andreas Schwab <schwab@linux-m68k.org>
2066
704bc459
AS
2067 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
2068 xopen-msg.sed.
2069 * catgets/xopen-msg.awk: New file.
2070 * catgets/xopen-msg.sed: Removed.
2071
70d35b67
AS
2072 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
2073 po2text.sed.
2074 * intl/po2test.awk: New file.
2075 * intl/po2test.sed: Removed.
2076
ca61cf32
JM
20772012-07-04 Joseph Myers <joseph@codesourcery.com>
2078
2079 [BZ #14328]
2080 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
2081 or multiply small sinh result by itself.
2082 * math/s_ctanf.c (__ctanf): Likewise.
2083 * math/s_ctanh.c (__ctanh): Likewise.
2084 * math/s_ctanhf.c (__ctanhf): Likewise.
2085 * math/s_ctanhl.c (__ctanhl): Likewise.
2086 * math/s_ctanl.c (__ctanl): Likewise.
2087 * math/libm-test.inc (ctan_test_tonearest): New function.
2088 (ctan_test_towardzero): Likewise.
2089 (ctan_test_downward): Likewise.
2090 (ctan_test_upward): Likewise.
2091 (ctanh_test_tonearest): Likewise.
2092 (ctanh_test_towardzero): Likewise.
2093 (ctanh_test_downward): Likewise.
2094 (ctanh_test_upward): Likewise.
2095 (main): Call these new functions.
2096 * sysdeps/i386/fpu/libm-test-ulps: Update.
2097 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2098
ca48a46a
MF
20992012-07-03 Mike Frysinger <vapier@gentoo.org>
2100
2101 * .gitignore: Delete /ports entry.
2102
9d63d37d
AJ
21032012-07-03 Andreas Jaeger <aj@suse.de>
2104
2105 * po/bg.po: Update from translation team.
2106 * po/cs.po: Likewise.
2107 * po/de.po: Likewise.
2108 * po/hr.po: Likewise.
2109 * po/nl.pl: Likewise.
2110 * po/pl.po: Likewise.
2111 * po/vi.po: Likewise.
2112
370ca3d2
JM
21132012-07-03 Joseph Myers <joseph@codesourcery.com>
2114
95f5a9a8
JM
2115 * Makeconfig [!+link] (+link-before-libc): New variable.
2116 [!+link] (+link-after-libc): Likewise.
2117 [!+link] (+link-tests): Likewise.
2118 [!+link] (+link): Define in terms of $(+link-before-libc) and
2119 $(+link-after-libc).
2120 [!+link-static] (+link-static-before-libc): New variable.
2121 [!+link-static] (+link-static-after-libc): Likewise.
2122 [!+link-static] (+link-static-tests): Likewise.
2123 [!+link-static] (+link-static): Define in terms of
2124 $(+link-static-before-libc) and $(+link-static-after-libc).
2125 [build-shared] (link-libc-before-gnulib): New variable.
2126 [build-shared] (link-libc-tests): Likewise.
2127 [build-shared] (link-libc): Define in terms of
2128 $(link-libc-before-gnulib).
2129 [!build-shared] (link-libc-tests): New variable.
2130 (link-libc-static-tests): New variable.
2131 [!gnulib] (gnulib-arch): New variable.
2132 [!gnulib] (gnulib-tests): Likewise.
2133 [!gnulib] (static-gnulib-arch): Likewise.
2134 [!gnulib] (static-gnulib-tests): Likewise.
2135 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
2136 Define with "=" instead of ":=".
2137 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
2138 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
2139 * Rules (binaries-all-notests): New variable.
2140 (binaries-all-tests): Likewise.
2141 (binaries-static-notests): Likewise.
2142 (binaries-static-tests): Likewise.
2143 (binaries-all): Define using $(binaries-all-notests) and
2144 $(binaries-all-tests).
2145 (binaries-static): Define using $(binaries-static-notests) and
2146 $(binaries-static-tests).
2147 (binaries-shared-tests): New variable.
2148 (binaries-shared-notests): Likewise.
2149 (binaries-shared): Remove variable.
2150 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
2151 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
2152 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
2153 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
2154 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
2155 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
2156 * elf/Makefile (sln-modules): New variable.
2157 (extra-objs): Add $(sln-modules:=.o).
2158 (ldconfig-modules): Add static-stubs.
2159 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
2160 * elf/static-stubs.c: New file.
2161
7a845b2c
JM
2162 [BZ #14283]
2163 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
2164 by 7 not 8 to examine high bit of fractional part. Use volatile
2165 variables when splitting into final array of floats if
2166 __FLT_EVAL_METHOD__ != 0.
2167 * math/libm-test.inc (cos_test): Add another test.
2168 (sin_test): Likewise.
2169 * sysdeps/i386/fpu/libm-test-ulps: Update.
2170
e2283f38
JM
2171 [BZ #14273]
2172 * math/libm-test.inc (cosh_test): Add more tests.
2173
370ca3d2
JM
2174 * version.h (RELEASE): Set to "development".
2175 (VERSION): Set to "2.16.90".
2176
ee9247c3
CD
21772012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
2178
2179 * NEWS: Update copyright. Remove last-updated date.
2180 Mention math library bug fixes and timezone data changes.
2181 * README: Mention GNU/Hurd, x32, and HPPA support status.
2182
4648c381
TS
21832012-06-28 Thomas Schwinge <thomas@codesourcery.com>
2184
2185 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
2186
aac78a43
AJ
21872012-06-27 Andreas Jaeger <aj@suse.de>
2188
2189 * manual/contrib.texi (Contributors): Add Samuel Thibault.
2190
ed3dbfad
AJ
21912012-06-25 Andreas Jaeger <aj@suse.de>
2192
2193 * sysdeps/s390/fpu/libm-test-ulps: Update.
2194
4d0ee855
AS
21952012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2196 Thomas Schwinge <thomas@codesourcery.com>
2197
2198 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
2199 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
2200 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
2201 fanotify_mark.
2202
af1bce34
TS
22032012-06-23 Thomas Schwinge <thomas@codesourcery.com>
2204
a9fa33ba
TS
2205 * sysdeps/mach/start.c: Remove file.
2206 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
2207 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
2208 * sysdeps/sh/init-first.c: Likewise.
2209
58f902b8
TS
2210 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
2211 registers for frame unwinding purposes, add CFI directives.
2212 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
2213 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
2214 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2215 Likewise.
2216
1518f58b
TS
2217 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
2218 __fortify_fail returning.
2219 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
2220
db9b5059
TS
2221 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
2222 sysdeps/sh/____longjmp_chk.S.
2223 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
2224 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
2225 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
2226 (gen-as-const-headers): Append sigaltstack-offsets.sym.
2227
967705fe
TS
2228 * sysdeps/sh/abort-instr.h: New file.
2229 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
2230 process in case exit returns.
2231
a9def8c4
TS
2232 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
2233 initialize the GOT register before use.
2234
2a649725
TS
2235 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
2236 calculation of ARGC > 4.
2237
af1bce34
TS
2238 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
2239 meaningful names to some local labels.
2240
d230f50a
KK
22412012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2242 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2243
2244 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
2245 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
2246 (__arch_compare_and_exchange_val_16_acq): Likewise.
2247 (__arch_compare_and_exchange_val_32_acq): Likewise.
2248 (atomic_exchange_and_add): Fix gUSA sequence.
2249 (atomic_add): Likewise.
2250 (atomic_add_negative): Likewise.
2251 (atomic_add_zero): Likewise.
2252 (atomic_bit_test_set): Likewise.
2253
0479b305
AS
22542012-06-22 Andreas Schwab <schwab@redhat.com>
2255
2256 [BZ #13579]
2257 * include/link.h (struct link_map): Add l_free_initfini.
2258 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
2259 l_initfini.
2260 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
2261 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
2262 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
2263 set.
2264
0e3933b9
CD
22652012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
2266
2267 * configure.in: Use AC_LANG_SOURCE.
2268 * configure: Regenerate.
2269
4248b1b1
RM
22702012-06-22 Roland McGrath <roland@hack.frob.com>
2271
2272 * configure.in (libc_cv_localstatedir): New substituted variable.
2273 * configure: Regenerated.
2274 * config.make.in (localstatedir): New variable, substituted from
2275 libc_cv_localstatedir.
2276 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
2277 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
2278 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
2279 * sysdeps/gnu/configure: Regenerated.
2280
006dd861
JL
22812012-06-21 Jeff Law <law@redhat.com>
2282
2283 [BZ #14277]
2284 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
2285 free. Simplify list management for _LIBC case.
2286
79662d42
JM
22872012-06-21 Joseph Myers <joseph@codesourcery.com>
2288
b7abb4bf
JM
2289 [BZ #14273]
2290 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
2291 Clear sign bit of 64-bit integer value before comparing against
2292 overflow value.
2293
79662d42
JM
2294 * sysdeps/mach/configure: Regenerated.
2295
1f150908
L
22962012-06-21 H.J. Lu <hongjiu.lu@intel.com>
2297
2298 [BZ #14278]
2299 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
2300
28363bbf
JL
23012012-06-21 Jeff Law <law@redhat.com>
2302
2303 [BZ #13882]
2304 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
2305 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 2306 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
2307 * elf/dl-open.c (dl_open_worker): Likewise.
2308
09615db4
CD
23092012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
2310
2311 * scripts/list-sources.sh: Scan PORTS for translations.
2312 * po/libc.pot: Regenerated.
2313
2174c6dd
AJ
23142012-06-21 Andreas Jaeger <aj@suse.de>
2315
2316 [BZ #12194]
2317 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
2318 warning.
2319 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
2320 * bits/byteswap-16.h (__bswap_16): Likewise.
2321 * bits/byteswap.h (__bswap_constant_16): Likewise.
2322
3ee947b1
L
23232012-06-18 H.J. Lu <hongjiu.lu@intel.com>
2324
2325 [BZ #14117]
a2f34833
L
2326 * sysdeps/i386/fpu_control.h: Removed.
2327 * sysdeps/x86_64/fpu_control.h: Moved to ...
2328 * sysdeps/x86/fpu_control.h: Here.
2329
3ee947b1
L
2330 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
2331 (_FPU_SETCW): Likewise.
2332
ed1825f8
L
23332012-06-15 H.J. Lu <hongjiu.lu@intel.com>
2334
25f1282a
L
2335 [BZ #14117]
2336 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
2337 * sysdeps/x86/fpu/bits/mathinline.h: This.
2338 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
2339
ed1825f8
L
2340 [BZ #14050]
2341 [BZ #14117]
2342 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
2343 functions if __x86_64__ is defined.
2344
36d54b74
CLT
23452012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
2346
2347 * string/endian.h: Add !__ASSEMBLER__ condition for including
2348 conversion interfaces.
2349
10285c21
JM
23502012-06-15 Joseph Myers <joseph@codesourcery.com>
2351
2352 [BZ #14241]
2353 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
2354 of ABS(x) in calculating zero to negative powers other than odd
2355 integers.
2356 * math/libm-test.inc (pow_test): Add more tests.
2357
06c5abbd
AJ
23582012-06-15 Andreas Jaeger <aj@suse.de>
2359
2360 * manual/contrib.texi (Contributors): Update entry of Liubov
2361 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
2362 Machado Filho.
2363
a3aeac40
CH
23642012-06-15 Cyril Hrubis <metan@ucw.cz>
2365
2366 * string/string.h: Add __wur to GNU version of strerror_r.
2367
49bdf4c1
L
23682012-06-14 H.J. Lu <hongjiu.lu@intel.com>
2369
2370 [BZ #14229]
2371 * string/Makefile (tests): Add tst-strtok_r.
2372 * string/tst-strtok_r.c: New file.
2373 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
2374 RAX_LP/RDX_LP on SAVE_PTR.
2375
834f9b8d
RM
23762012-06-14 Roland McGrath <roland@hack.frob.com>
2377
2378 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
2379
75fa1921
JM
23802012-06-14 Joseph Myers <joseph@codesourcery.com>
2381
2382 * libm_test.inc (csqrt_test): Allow more spurious underflow
2383 exceptions.
2384 (j0_test): Likewise.
2385 (j1_test): Likewise.
2386 (y0_test): Likewise.
2387 (y1_test): Likewise.
2388
771766df
CD
23892012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
2390
2391 * po/Makefile (libc.pot): Use UTF-8 charset.
2392
ceb9e56b
PP
23932012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2394
2395 [BZ #14210]
2396 Suppress sign-conversion warning from FD_SET.
2397 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
2398 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
2399 not unsigned long int.
2400 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
2401
ddb28975
L
24022012-06-12 H.J. Lu <hongjiu.lu@intel.com>
2403
2404 [BZ #14050]
2405 [BZ #14117]
2406 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
2407 __extern_always_inline instead of __extern_inline.
2408 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
2409 (__signbit): Likewise.
2410 (__signbitl): Support C++ namespace.
2411 (lrintf): New inline function.
2412 (lrint): Likewise.
2413 (llrintf): Likewise.
2414 (llrint): Likewise.
2415 (fmaxf): Likewise.
2416 (fmax): Likewise.
2417 (fminf): Likewise.
2418 (fmin): Likewise.
2419 (rint): Likewise.
2420 (rintf): Likewise.
2421 (ceil): Likewise.
2422 (ceilf): Likewise.
2423 (floor): Likewise.
2424 (floorf): Likewise.
2425 (nearbyint): Likewise.
2426 (nearbyintf): Likewise.
2427
d7b4fb26
TS
24282012-06-12 Thomas Schwinge <thomas@codesourcery.com>
2429
2430 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
2431 non-default versions.
2432
eb55f5c2
RM
24332012-06-11 Roland McGrath <roland@hack.frob.com>
2434
2435 [BZ #14218]
2436 * manual/argp.texi (Argp): Reword argp_parse description slightly.
2437
366af02c
TS
24382012-06-09 Thomas Schwinge <thomas@codesourcery.com>
2439
99ff6e5c
TS
2440 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
2441 (FE_UPWARD, FE_DOWNWARD): Don't define.
2442 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
2443 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2444
366af02c
TS
2445 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
2446 reading it.
2447 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
2448 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
2449
793ea851
KK
24502012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2451
2452 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
2453 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
2454 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
2455 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
2456
a728a38f
L
24572012-06-06 H.J. Lu <hongjiu.lu@intel.com>
2458
2459 [BZ #14117]
c08010c7
L
2460 * sysdeps/i386/fpu/bits/fenv.h: Removed.
2461 * sysdeps/i386/fpu/Implies: New file.
2462 * sysdeps/x86_64/fpu/Implies: Likewise.
2463 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
2464 * sysdeps/x86/fpu/bits/fenv.h: This.
2465
a728a38f
L
2466 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
2467 __SSE_MATH__.
2468
6e230d11
SP
24692012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2470
2471 [BZ #14134]
2472 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
2473 character 0xffff that matches the last element of the
2474 conversion table.
2475
1b671feb
AZ
24762012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2477
2478 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
2479 fmodl commit.
2480
6043738b
AZ
24812012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2482
2483 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
2484 values higher than 25.6283.
2485
34ae0b32
AZ
24862012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2487
2488 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
2489 subnormal exponent extraction and add some __builtin_expect.
2490 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
2491 Fix for subnormal mantissa calculation.
2492
1214ec8f
MF
24932012-06-04 Mike Frysinger <vapier@gentoo.org>
2494
2495 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
2496 cpu2 is -1 and errno is not ENOSYS.
2497
f3d1f93c
L
24982012-06-04 H.J. Lu <hongjiu.lu@intel.com>
2499
2500 [BZ #14117]
0e4a3cd7
L
2501 * sysdeps/i386/i486/bits/string.h: Renamed to ...
2502 * sysdeps/x86/bits/string.h: This.
2503 * sysdeps/x86_64/bits/string.h: Removed.
2504
6704c645
L
2505 * sysdeps/i386/i486/bits/string.h: Define inline functions only
2506 if not compiling for x86-64, but compiling for >= i486.
2507
48495318
L
2508 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
2509 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
2510
14adcbfc
L
2511 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
2512 New macro from Linux kernel 3.4.0.
2513 (FP_XSTATE_MAGIC2): Likewise.
2514 (FP_XSTATE_MAGIC2_SIZE): Likewise.
2515 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
2516 (struct _fpx_sw_bytes): New struct.
2517 (struct _xsave_hdr): Likewise.
2518 (struct _ymmh_state): Likewise.
2519 (struct _xstate): Likewise.
2520
68e408ab
L
2521 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
2522 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
2523 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
2524 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
2525 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
2526 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
2527
f3d1f93c
L
2528 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
2529 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
2530 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
2531 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
2532 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
2533 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
2534
d9dc34cd
TMQMF
25352012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
2536
2537 [BZ #13743]
2538 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
2539 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
2540 (sysdep_headers): Include sys/platform/ppc.h.
2541 * sysdeps/powerpc/test-gettimebase.c: Test for
2542 __ppc_get_timebase() to catch future ISA opcode/insn changes.
2543 * manual/Makefile (appendices): Include platform.texi.
2544 * manual/contrib.texi (Contributors): Update @node pointers.
2545 * manual/maint.texi (Maintenance): Likewise.
2546 (Platform): New node.
2547 * manual/platform.texi: New file. Document the new features.
2548
4af3879c
SP
25492012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
2550 Jakub Jelinek <jakub@redhat.com>
2551
2552 [BZ #14188]
2553 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
2554 where __builtin_expect is unavailable.
2555
2fd6ff13
DM
25562012-06-03 David S. Miller <davem@davemloft.net>
2557
2558 * stdlib/longlong.h: Updated from GCC.
2559
173f7220
AS
25602012-06-02 Andreas Schwab <schwab@linux-m68k.org>
2561
2562 [BZ #14042]
2563 * sysdeps/powerpc/powerpc32/mcount.c: New file.
2564 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
2565 __mcount_internal.
2566 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
2567 (GLIBC_2.16): Likewise.
2568
f34a1c6f
L
25692012-06-01 H.J. Lu <hongjiu.lu@intel.com>
2570
2571 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
2572
88a4576f
JM
25732012-06-01 Joseph Myers <joseph@codesourcery.com>
2574
ea32bcdd
JM
2575 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
2576 (default-abi): New variable.
2577 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
2578 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
2579 variable.
2580 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
2581 Likewise.
2582 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
2583 Likewise.
2584 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
2585 Likewise.
2586
88a4576f
JM
2587 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
2588 definition. Document in comment.
2589
402fe938
DM
25902012-06-01 David S. Miller <davem@davemloft.net>
2591
2592 * stdlib/longlong.h: Updated from GCC.
2593
3553723f
L
25942012-06-01 H.J. Lu <hongjiu.lu@intel.com>
2595
2596 [BZ #14117]
3bd872c4
L
2597 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
2598 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
2599 sys/debugreg.h sys/io.h here.
2600 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
2601 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
2602 sys/io.h.
2603 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
2604 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
2605 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
2606 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
2607 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
2608 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
2609
3553723f
L
2610 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
2611 Define only if __x86_64__ is defined.
2612
4842e4fe
JM
26132012-06-01 Joseph Myers <joseph@codesourcery.com>
2614
c5bfe3d5
JM
2615 [BZ #14048]
2616 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
2617 Use int64_t for variable i.
2618 * math/libm-test.inc (fmod_test): Add more tests.
2619
4842e4fe
JM
2620 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
2621 z computation is not scheduled after fetestexcept.
2622 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
2623 Use math_force_eval instead of asm to ensure calculation scheduled
2624 before exception test.
2625 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
2626 Ensure a1 + u.d computation is not scheduled after fetestexcept.
2627
efb73488
AJ
26282012-06-01 Aurelien Jarno <aurelien@aurel32.net>
2629
2630 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
2631 computation is not scheduled after fetestexcept.
2632
29bcce7c
L
26332012-06-01 H.J. Lu <hongjiu.lu@intel.com>
2634
2635 [BZ #14117]
2636 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
2637 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
2638
73a68f94
AZ
26392012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2640
2641 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
2642 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
2643
67b6df78
L
26442012-05-31 H.J. Lu <hongjiu.lu@intel.com>
2645
edf2933a 2646 [BZ #14117]
ebc64a18
L
2647 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
2648 <bits/wordsize.h>.
2649 (__WCHAR_MIN): Support __WORDSIZE == 64.
2650 (__WCHAR_MAX): Likewise.
2651
edf2933a
L
2652 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
2653 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
2654
57c6cf40
L
2655 [BZ #14183]
2656 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
2657 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
2658
67b6df78 2659 [BZ #14117]
8eb6281e
L
2660 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
2661 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
2662
aac639f4
L
2663 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
2664 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
2665
67b6df78
L
2666 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
2667 Defined to 1 if __x86_64__ isn't defined.
2668 (_STAT_VER_LINUX_OLD): New.
2669 (st_atime): Remove duplicate.
2670 (st_mtime): Likewise.
2671 (st_ctime): Likewise.
2672
1c2cfe81
DM
26732012-05-31 David S. Miller <davem@davemloft.net>
2674
2675 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
2676 entries.
2677
5be8418c
AS
26782012-06-01 Andreas Schwab <schwab@linux-m68k.org>
2679
e7725326
AS
2680 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
2681 gen-libm-test.pl.
2682
5be8418c
AS
2683 [BZ #14132]
2684 * elf/dl-reloc.c: Include <_itoa.h>.
2685 (_dl_reloc_bad_type): Remove use of INTUSE.
2686 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
2687 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
2688 * stdio-common/psiginfo.c (psiginfo): Likewise.
2689 * stdio-common/psignal.c (psignal): Likewise.
2690 * string/strsignal.c (strsignal): Likewise.
2691 * include/signal.h (_sys_siglist): Declare hidden proto.
2692 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
2693 INTVARDEF with libc_hidden_data_def.
2694 * stdio-common/itoa-udigits.c: Likewise.
2695 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
2696 (_itoa_lower_digits_internal): Remove declaration.
2697 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
2698 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
2699 (_sys_sigabbrev_internal): Remove aliases.
2700 (_sys_siglist): Define hidden alias.
2701
507352f1
MT
27022012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
2703
2704 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2705 bits/sysctl.h.
2706
42bbb1c3
L
27072012-05-31 H.J. Lu <hongjiu.lu@intel.com>
2708
2709 [BZ #14117]
6bd784b6
L
2710 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
2711 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
2712
8bca20f0
L
2713 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
2714 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
2715 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
2716 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
2717 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
2718 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
2719
f9e890a9
L
2720 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
2721 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
2722 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
2723
471101a1
L
2724 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
2725 with __addr.
2726 (insw): Likewise.
2727 (insl): Likewise.
2728 (outsb): Likewise.
2729 (outsw): Likewise.
2730 (outsl): Likewise.
2731
6451c862
L
2732 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
2733 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
2734 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
2735
a254b8c9
L
2736 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
2737 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
2738 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
2739 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
2740 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
2741 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
2742
b8dfdd92
L
2743 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
2744 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
2745
578cd270
L
2746 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
2747 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
2748
de662f5f
L
2749 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
2750 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
2751 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
2752
25653439
L
2753 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
2754 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
2755 to ...
2756 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
2757
6bad24a0
L
2758 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
2759 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
2760 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
2761
42bbb1c3
L
2762 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
2763 for x86-64.
2764 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
2765
2d10d547
JM
27662012-05-31 Joseph Myers <joseph@codesourcery.com>
2767
2768 * math/math.h (M_El): Use two more decimal places.
2769 (M_LOG2El): Likewise.
2770 (M_LOG10El): Likewise.
2771 (M_LN2l): Likewise.
2772 (M_LN10l): Likewise.
2773 (M_PIl): Likewise.
2774 (M_PI_2l): Likewise.
2775 (M_PI_4l): Likewise.
2776 (M_1_PIl): Likewise.
2777 (M_2_PIl): Likewise.
2778 (M_2_SQRTPIl): Likewise.
2779 (M_SQRT2l): Likewise.
2780 (M_SQRT1_2l): Likewise.
2781
f230c29b
DM
27822012-05-31 David S. Miller <davem@davemloft.net>
2783
2784 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
2785 values between float registers.
2786 * sysdeps/sparc/sparc64/memset.S: Likewise.
2787 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
2788
fed806c3
MF
27892012-05-31 Mike Frysinger <vapier@gentoo.org>
2790
2791 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
2792 -D_FORTIFY_SOURCE=1.
2793 (CPPFLAGS-tst-longjmp_chk.c): Define.
2794 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
2795 (CPPFLAGS-tst-longjmp_chk2.c): Define.
2796 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
2797 CFLAGS-tst-wchar-h.c.
2798
30917259
MP
27992012-05-31 Marek Polacek <polacek@redhat.com>
2800
2801 [BZ #14132]
2802 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
2803 __endmntent_internal): Remove declaration.
2804 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
2805 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
2806 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
2807
1c58d5dc
DM
28082012-05-30 David S. Miller <davem@davemloft.net>
2809
2810 * sysdeps/sparc/sparc32/soft-fp/q_util.c
2811 (___Q_simulate_exceptions): Use real FP ops rather than writing
2812 into the %fsr.
2813 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
2814 Likewise.
2815
7dc00e0d
L
28162012-05-30 H.J. Lu <hongjiu.lu@intel.com>
2817
2818 [BZ #14117]
0bd53985
L
2819 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
2820 * sysdeps/x86/bits/xtitypes.h: This.
2821
3a257e66
L
2822 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
2823 * sysdeps/x86/bits/wordsize.h: This.
2824
62f62904
L
2825 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
2826 * sysdeps/x86/bits/huge_vall.h: This.
2827
404fe9d9
L
2828 * sysdeps/i386/bits/select.h: Removed.
2829 * sysdeps/x86_64/bits/select.h: Renamed to ...
2830 * sysdeps/x86/bits/select.h: This.
2831
d48d0446
L
2832 * sysdeps/i386/bits/setjmp.h: Removed.
2833 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
2834 * sysdeps/x86/bits/setjmp.h: This.
2835
7dc00e0d
L
2836 * sysdeps/i386/bits/mathdef.h: Removed.
2837 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
2838 * sysdeps/x86/bits/mathdef.h: This.
2839
03277f8f
AS
28402012-05-30 Andreas Schwab <schwab@linux-m68k.org>
2841
2842 [BZ #14132]
2843 * include/sys/socket.h (__connect_internal)
2844 (__libc_sa_len_internal): Remove declaration.
2845 (__connect, __libc_sa_len): Declare hidden_proto.
2846 (SA_LEN): Remove use of INTUSE.
2847 * socket/connect.c: Add libc_hidden_def.
2848 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
2849 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
2850 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
2851 alias.
2852 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2853 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2854 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
2855 of adding _internal alias.
2856
13764867
L
28572012-05-30 H.J. Lu <hongjiu.lu@intel.com>
2858
2859 [BZ #14117]
6bd97696
L
2860 * sysdeps/i386/bits/link.h: Removed.
2861 * sysdeps/i386/bits/linkmap.h: Likewise.
2862 * sysdeps/x86_64/bits/link.h: Renamed to ...
2863 * sysdeps/x86/bits/link.h: This.
2864 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
2865 * sysdeps/x86/bits/linkmap.h: This.
2866
f726f0bb
L
2867 * sysdeps/i386/bits/endian.h: Removed.
2868 * sysdeps/x86_64/bits/endian.h: Renamed to ...
2869 * sysdeps/x86/bits/endian.h: This.
2870
13764867
L
2871 * sysdeps/i386/bits/byteswap.h: Removed.
2872 * sysdeps/i386/bits/byteswap-16.h: Likewise.
2873 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
2874 * sysdeps/x86/bits/byteswap.h: This.
2875 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
2876 * sysdeps/x86/bits/byteswap-16.h: This.
2877 * sysdeps/i386/Implies: Add x86.
2878 * sysdeps/x86_64/Implies: Likewise.
2879
ae251b0b
DM
28802012-05-30 David S. Miller <davem@davemloft.net>
2881
2882 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
2883 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
2884 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
2885 (FP_TRAPPING_EXCEPTIONS): Define.
2886 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
2887 (FP_TRAPPING_EXCEPTIONS): Define.
2888 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
2889 subnormals only when inexact has been signalled or underflow
2890 exceptions are enabled.
2891 (_FP_PACK_CANONICAL): Likewise.
2892
d5c90867
L
28932012-05-30 H.J. Lu <hongjiu.lu@intel.com>
2894
2895 [BZ #14183]
2896 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
2897 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
2898
63f1549e
RH
28992012-05-30 Richard Henderson <rth@twiddle.net>
2900
8d8f2279
RH
2901 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
2902 with #ifndef NOT_IN_libc.
2903
63f1549e
RH
2904 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
2905 marked to avoid plt entry.
2906
0ab0291b
L
29072012-05-30 H.J. Lu <hongjiu.lu@intel.com>
2908
2909 [BZ #14112]
2910 * Makeconfig (default-abi): New macro.
2911 (abi-includes): Likewise.
2912 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
2913 $(abi-$(default-abi)-lib-soname) for soname if defined.
2914 ($(common-objpfx)gnu/lib-names.stmp): Generate from
2915 abi-variants.
2916 * Makefile (installed-stubs): Likewise.
2917 * include/stubs-biarch.h: Removed.
2918 * scripts/lib-names.awk: Only handle one library at a time.
2919 * scripts/soversions.awk: Remove WORDSIZE support.
2920 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
2921 entries.
2922 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
2923 Removed.
2924 (syscall-list-default-condition): Likewise.
2925 (syscall-list-default-condition): Likewise.
2926 (syscall-list-includes): Likewise.
2927 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
2928 syscall-list-* with abi-*. Handle undefined abi-variants.
2929 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
2930 * sysdeps/unix/sysv/linux/i386/Implies: New file.
2931 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
2932 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
2933 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
2934 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
2935 Removed.
2936 (syscall-list-32-options): Likewise.
2937 (syscall-list-32-condition): Likewise.
2938 (syscall-list-64-options): Likewise.
2939 (syscall-list-64-condition): Likewise.
2940 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
2941 macro.
2942 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
2943 Renamed to ...
2944 (abi-*): This.
2945 (abi-64-ld-soname): New macro.
2946 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
2947 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
2948 Renamed to ...
2949 (abi-*): This.
2950 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
2951 * sysdeps/x86_64/x32/shlib-versions: Likewise.
2952
4da0431d
JM
29532012-05-30 Joseph Myers <joseph@codesourcery.com>
2954
3a85279c
JM
2955 * sysdeps/unix/sysv/linux/kernel-features.h
2956 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
2957 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
2958 include <kernel-features.h>.
2959 [!__NR_ftruncate64]: Remove conditional code.
2960 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2961 [__NR_ftruncate64]: Make code unconditional.
2962 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2963 * sysdeps/unix/sysv/linux/truncate64.c: Do not
2964 include <kernel-features.h>.
2965 [!__NR_ftruncate64]: Remove conditional code.
2966 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2967 [__NR_ftruncate64]: Make code unconditional.
2968 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2969 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
2970 include <kernel-features.h>.
2971 [!__NR_ftruncate64]: Remove conditional code.
2972 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2973 [__NR_ftruncate64]: Make code unconditional.
2974 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2975 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
2976 include <kernel-features.h>.
2977 [!__NR_ftruncate64]: Remove conditional code.
2978 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2979 [__NR_ftruncate64]: Make code unconditional.
2980 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2981
4da0431d
JM
2982 * configure.in (libc_cv_fpie): Weaken to a compile test using
2983 LIBC_TRY_CC_OPTION.
2984 * configure: Regenerated.
2985
11ef492c
AK
29862012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2987
2988 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
2989 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
2990 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
2991 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2992 Refreshed.
2993 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
2994 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
2995 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
2996 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
2997 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
2998 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2999 Refreshed.
3000
d66ef399
DM
30012012-05-27 David S. Miller <davem@davemloft.net>
3002
3003 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
3004 (___Q_zero): New.
3005 (__Q_simulate_exceptions): Return void. Change to simulate
3006 exceptions by writing into the %fsr.
3007 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
3008 (__Qp_handle_exceptions): Likewise.
3009 (numbers): Delete.
3010 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
3011 __Qp_handle_exceptions.
3012 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
3013 __Qp_handle_exceptions.
3014 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
3015 as unused and give dummy FP_RND_NEAREST initializer.
3016 (FP_INHIBIT_RESULTS): Define.
3017 (___Q_simulate_exceptions): Update declaration.
3018 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
3019 formatting.
3020 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
3021 as unused and give dummy FP_RND_NEAREST initializer.
3022 (__Qp_handle_exceptions): Update declaration.
3023 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
3024 formatting.
3025
04fb54b5
TS
30262012-05-27 Thomas Schwinge <thomas@codesourcery.com>
3027
3028 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
3029 the temporary FPU control word.
3030 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
3031 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
3032 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3033 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
3034 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3035 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3036 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3037 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3038 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3039 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
3040 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
3041
3f99608f
KK
30422012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3043
3044 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
3045 fields.
3046
65a4de4e
CLT
30472012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
3048
3049 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
3050 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
3051 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
3052 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
3053 Likewise.
3054 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
3055 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
3056 Likewise.
3057
15749d40
UD
30582012-05-27 Ulrich Drepper <drepper@gmail.com>
3059
3060 * po/h.po: Update from translation team.
3061
25dbcb27
AS
30622012-05-26 Andreas Schwab <schwab@linux-m68k.org>
3063
3d3f8e55
AS
3064 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
3065
25dbcb27
AS
3066 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
3067 handling of denormals.
3068 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
3069 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
3070 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
3071 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
3072 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
3073 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
3074 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
3075 Likewise.
3076
7ad47a80 30772012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
3078
3079 [BZ #14152]
3080 * math/libm-test.inc (fma_test): Don't always expect underflow
3081 exception.
3082
9c6ea9fa
SP
30832012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3084
3085 [BZ #12416]
3086 * elf/tst-execstack.c: Include stackinfo.h.
3087 (do_test): Adjust test case to ensure that pthread_getattr_np
3088 behaviour remains the same after marking stack executable.
3089
a8239222
JM
30902012-05-25 Joseph Myers <joseph@codesourcery.com>
3091
3092 * sysdeps/unix/sysv/linux/kernel-features.h
3093 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
3094 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
3095 kernel-features.h.
3096 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
3097 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
3098 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
3099 kernel-features.h.
3100 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
3101 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
3102
918b5606
L
31032012-05-25 H.J. Lu <hongjiu.lu@intel.com>
3104
3105 * configure.in: Define the default includes to being none.
3106 * configure: Regenerated.
3107
3a097cc7
RM
31082012-05-25 Roland McGrath <roland@hack.frob.com>
3109
8422c9a5
RM
3110 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
3111 * sysdeps/x86_64/setjmp.S: Likewise.
3112 * sysdeps/i386/bsd-setjmp.S: Likewise.
3113 * sysdeps/i386/bsd-_setjmp.S: Likewise.
3114 * sysdeps/i386/setjmp.S: Likewise.
3115 * sysdeps/i386/__longjmp.S: Likewise.
3116 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
3117 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
3118
3a097cc7
RM
3119 * include/stap-probe.h: New file.
3120 * configure.in: Handle --enable-systemtap.
3121 * configure: Regenerated.
3122 * config.h.in (USE_STAP_PROBE): New #undef.
3123 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
3124 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
3125 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3126
21708942
JM
31272012-05-25 Joseph Myers <joseph@codesourcery.com>
3128
3129 [BZ #13717]
3130 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
3131 to 2.4.0 where earlier.
3132 * sysdeps/unix/sysv/linux/configure: Regenerated.
3133 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
3134 <kernel-features.h>.
3135 [__ASSUME_32BITUIDS]: Make code unconditional.
3136 [!__ASSUME_32BITUIDS]: Remove conditional code.
3137 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
3138 <kernel-features.h>.
3139 [__ASSUME_32BITUIDS]: Make code unconditional.
3140 [!__ASSUME_32BITUIDS]: Remove conditional code.
3141 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
3142 [__ASSUME_32BITUIDS]: Make code unconditional.
3143 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
3144 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
3145 <kernel-features.h>.
3146 [__ASSUME_32BITUIDS]: Make code unconditional.
3147 [!__ASSUME_32BITUIDS]: Remove conditional code.
3148 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
3149 <kernel-features.h>.
3150 [__ASSUME_32BITUIDS]: Make code unconditional.
3151 [!__ASSUME_32BITUIDS]: Remove conditional code.
3152 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
3153 <kernel-features.h>.
3154 [__ASSUME_32BITUIDS]: Make code unconditional.
3155 [!__ASSUME_32BITUIDS]: Remove conditional code.
3156 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
3157 <kernel-features.h>.
3158 [__ASSUME_32BITUIDS]: Make code unconditional.
3159 [!__ASSUME_32BITUIDS]: Remove conditional code.
3160 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
3161 <kernel-features.h>.
3162 [__ASSUME_32BITUIDS]: Make code unconditional.
3163 [!__ASSUME_32BITUIDS]: Remove conditional code.
3164 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
3165 <kernel-features.h>.
3166 [__ASSUME_32BITUIDS]: Make code unconditional.
3167 [!__ASSUME_32BITUIDS]: Remove conditional code.
3168 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
3169 <kernel-features.h>.
3170 [__ASSUME_32BITUIDS]: Make code unconditional.
3171 [!__ASSUME_32BITUIDS]: Remove conditional code.
3172 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
3173 <kernel-features.h>.
3174 [__ASSUME_32BITUIDS]: Make code unconditional.
3175 [!__ASSUME_32BITUIDS]: Remove conditional code.
3176 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
3177 <kernel-features.h>.
3178 [__ASSUME_32BITUIDS]: Make code unconditional.
3179 [!__ASSUME_32BITUIDS]: Remove conditional code.
3180 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
3181 <kernel-features.h>.
3182 [__ASSUME_32BITUIDS]: Make code unconditional.
3183 [!__ASSUME_32BITUIDS]: Remove conditional code.
3184 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
3185 <kernel-features.h>.
3186 [__NR_setresgid] (__setresgid): Do not declare.
3187 [__ASSUME_32BITUIDS]: Make code unconditional.
3188 [!__ASSUME_32BITUIDS]: Remove conditional code.
3189 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
3190 <kernel-features.h>.
3191 [__NR_setresuid] (__setresuid): Do not declare.
3192 [__ASSUME_32BITUIDS]: Make code unconditional.
3193 [!__ASSUME_32BITUIDS]: Remove conditional code.
3194 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
3195 <kernel-features.h>.
3196 [__ASSUME_32BITUIDS]: Make code unconditional.
3197 [!__ASSUME_32BITUIDS]: Remove conditional code.
3198 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
3199 <kernel-features.h>.
3200 [__ASSUME_32BITUIDS]: Make code unconditional.
3201 [!__ASSUME_32BITUIDS]: Remove conditional code.
3202 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
3203 <kernel-features.h>.
3204 [__ASSUME_32BITUIDS]: Make code unconditional.
3205 [!__ASSUME_32BITUIDS]: Remove conditional code.
3206 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
3207 <kernel-features.h>.
3208 [__ASSUME_32BITUIDS]: Make code unconditional.
3209 [!__ASSUME_32BITUIDS]: Remove conditional code.
3210 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
3211 <kernel-features.h>.
3212 [__ASSUME_32BITUIDS]: Make code unconditional.
3213 [!__ASSUME_32BITUIDS]: Remove conditional code.
3214 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
3215 <kernel-features.h>.
3216 [__ASSUME_32BITUIDS]: Make code unconditional.
3217 [!__ASSUME_32BITUIDS]: Remove conditional code.
3218 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
3219 <kernel-features.h>.
3220 [__ASSUME_32BITUIDS]: Make code unconditional.
3221 [!__ASSUME_32BITUIDS]: Remove conditional code.
3222 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
3223 <kernel-features.h>.
3224 [__ASSUME_32BITUIDS]: Make code unconditional.
3225 [!__ASSUME_32BITUIDS]: Remove conditional code.
3226 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
3227 <kernel-features.h>.
3228 [__ASSUME_32BITUIDS]: Make code unconditional.
3229 [!__ASSUME_32BITUIDS]: Remove conditional code.
3230 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
3231 <kernel-features.h>.
3232 [__ASSUME_32BITUIDS]: Make code unconditional.
3233 [!__ASSUME_32BITUIDS]: Remove conditional code.
3234 * sysdeps/unix/sysv/linux/kernel-features.h
3235 (__ASSUME_SETRESUID_SYSCALL): Remove.
3236 (__ASSUME_SETRESGID_SYSCALL): Likewise.
3237 (__ASSUME_32BITUIDS): Likewise.
3238 (__ASSUME_LDT_WORKS): Likewise.
3239 (__ASSUME_O_DIRECTORY): Likewise.
3240 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
3241 architecture but not kernel version.
3242 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
3243 (__ASSUME_MMAP2_SYSCALL): Likewise.
3244 (__ASSUME_STAT64_SYSCALL): Likewise.
3245 (__ASSUME_IPC64): Likewise.
3246 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
3247 <kernel-features.h>.
3248 [__ASSUME_32BITUIDS]: Make code unconditional.
3249 [!__ASSUME_32BITUIDS]: Remove conditional code.
3250 * sysdeps/unix/sysv/linux/opendir.c: Do not include
3251 <kernel-features.h>.
3252 [__ASSUME_O_DIRECTORY]: Make code unconditional.
3253 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
3254 132096]: Remove conditional code.
3255 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
3256 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
3257 <kernel-features.h>.
3258 [__ASSUME_32BITUIDS]: Make code unconditional.
3259 [!__ASSUME_32BITUIDS]: Remove conditional code.
3260 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
3261 <kernel-features.h>.
3262 [__ASSUME_32BITUIDS]: Make code unconditional.
3263 [!__ASSUME_32BITUIDS]: Remove conditional code.
3264 * sysdeps/unix/sysv/linux/setegid.c: Do not include
3265 <kernel-features.h>.
3266 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
3267 unconditional.
3268 (__setresgid): Do not declare.
3269 [__ASSUME_32BITUIDS]: Make code unconditional.
3270 [!__ASSUME_32BITUIDS]: Remove conditional code.
3271 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
3272 <kernel-features.h>.
3273 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
3274 unconditional.
3275 (__setresuid): Do not declare.
3276 [__ASSUME_32BITUIDS]: Make code unconditional.
3277 [!__ASSUME_32BITUIDS]: Remove conditional code.
3278 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
3279 <kernel-features.h>.
3280 [__ASSUME_32BITUIDS]: Make code unconditional.
3281 [!__ASSUME_32BITUIDS]: Remove conditional code.
3282 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
3283 <kernel-features.h>.
3284 [__ASSUME_32BITUIDS]: Make code unconditional.
3285 [!__ASSUME_32BITUIDS]: Remove conditional code.
3286
a386f1cc
RH
32872012-05-25 Richard Henderson <rth@twiddle.net>
3288
3289 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
3290 dl_hwcap to ifunc resolver.
3291 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
3292 elf_ifunc_invoke.
3293 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
3294 dl_hwcap to ifunc resolver.
3295 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
3296
b6550497
JM
32972012-05-24 Joseph Myers <joseph@codesourcery.com>
3298
3299 [BZ #14153]
3300 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
3301 for |x| <= 2**-26, not 2**-57.
3302 * math/libm-test.inc (acos_test): Do not allow spurious underflow
3303 exception.
3304
b0bc23a1
JL
33052012-05-24 Jeff Law <law@redhat.com>
3306
3307 * stdio-common/Makefile (tests): Add bug25.
3308 * stdio-common/bug25.c: New test.
3309
347c92e9
L
33102012-05-24 H.J. Lu <hongjiu.lu@intel.com>
3311
3312 [BZ #13576]
3313 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
3314 multiple of MALLOC_ALIGNMENT in size.
3315 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
3316
6bcc8b3f
JM
33172012-05-24 Joseph Myers <joseph@codesourcery.com>
3318
3319 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
3320 Require >= 256.
3321 (FILENAME_MAX): Use macro-int-constant.
3322 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
3323 (_IOFBF): Use macro-int-constant.
3324 (_IOLBF): Likewise.
3325 (_IONBF): Likewise.
3326 (SEEK_CUR): Likewise.
3327 (SEEK_END): Likewise.
3328 (SEEK_SET): Likewise.
3329 (TMP_MAX): Likewise.
3330 (EOF): Use macro-int-constant. Require < 0.
3331 (NULL): Use macro-constant. Require == 0.
3332 (stdin): Require type to be FILE *.
3333 (stdout): Likewise.
3334 (stderr): Likewise.
3335 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
3336 macro-int-constant.
3337 (EXIT_SUCCESS): Likewise.
3338 (NULL): Use macro-constant. Require == 0.
3339 (RAND_MAX): Use macro-int-constant.
3340 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
3341 [C99-based standards] (strtof): Require function.
3342 [C99-based standards] (strtold): Likewise.
3343 [C99-based standards] (strtoll): Likewise.
3344 [C99-based standards] (strtoull): Likewise.
3345 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
3346 [ISO || ISO99 || ISO11] (limits.h): Likewise.
3347 [ISO || ISO99 || ISO11] (math.h): Likewise.
3348 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
3349 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
3350 [ISO || ISO99 || ISO11] (*_t): Do not allow.
3351
d18ea0c5
AS
33522012-05-24 Andreas Schwab <schwab@linux-m68k.org>
3353
3354 [BZ #14132]
56d25bb8
AS
3355 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
3356 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
3357 * intl/dgettext.c (DCGETTEXT): Likewise.
3358 * intl/gettext.c (DCGETTEXT): Likewise.
3359 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
3360 * posix/regex_internal.h (gettext): Likewise.
3361 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
3362 Remove declaration.
3363 * include/argz.h (__argz_count_internal)
3364 (__argz_stringify_internal): Remove declaration.
3365 (__argz_count, __argz_stringify): Declare hidden proto.
3366 * intl/dcgettext.c: Remove use of INTDEF.
3367 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
3368 * string/argz-stringify.c: Likewise.
3369 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
3370 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
3371 Declare hidden proto.
d18ea0c5
AS
3372 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
3373 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
3374 Declare hidden proto.
3375 * include/stdio.h (__asprintf_internal): Don't declare.
3376 (__asprintf): Don't define as macro. Declare hidden proto.
3377 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
3378 (__fsetlocking): Declare hidden proto.
3379 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
3380 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
3381 hidden proto.
3382 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
3383 (_IO_setlinebuf): Remove use of INTUSE.
3384 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
3385 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
3386 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
3387 Remove declaration.
3388 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
3389 (_IO_do_flush): Remove use of INTUSE.
3390 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
3391 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
3392 (_IO_adjust_column, _IO_least_wmarker)
3393 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
3394 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
3395 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
3396 (_IO_default_doallocate, _IO_wdefault_doallocate)
3397 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
3398 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
3399 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
3400 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
3401 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
3402 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
3403 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
3404 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
3405 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
3406 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
3407 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
3408 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
3409 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
3410 proto.
3411 (_IO_flush_all_internal, _IO_adjust_column_internal)
3412 (_IO_default_uflow_internal, _IO_default_finish_internal)
3413 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
3414 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
3415 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
3416 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
3417 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
3418 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
3419 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
3420 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
3421 (_IO_file_close_internal, _IO_file_close_it_internal)
3422 (_IO_file_underflow_internal, _IO_file_overflow_internal)
3423 (_IO_file_init_internal, _IO_file_attach_internal)
3424 (_IO_file_fopen_internal, _IO_file_read_internal)
3425 (_IO_file_sync_internal, _IO_file_seek_internal)
3426 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
3427 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
3428 (_IO_str_underflow_internal, _IO_str_overflow_internal)
3429 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
3430 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
3431 (_IO_list_all_internal, _IO_link_in_internal)
3432 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
3433 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
3434 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
3435 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
3436 (_IO_do_write_internal, _IO_padn_internal)
3437 (_IO_getline_info_internal, _IO_getline_internal)
3438 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
3439 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
3440 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
3441 (_IO_vfscanf_internal, _IO_vfprintf_internal)
3442 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
3443 (_IO_init_internal, _IO_un_link_internal): Don't declare.
3444 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
3445 with libc_hidden_ver, remove use of INTUSE.
3446 * libio/genops.c: Likewise.
3447 * libio/freopen.c: Likewise.
3448 * libio/freopen64.c: Likewise.
3449 * libio/iofclose.c: Likewise.
3450 * libio/iofdopen.c: Likewise.
3451 * libio/iofflush.c: Likewise.
3452 * libio/iofflush_u.c: Likewise.
3453 * libio/iofgets.c: Likewise.
3454 * libio/iofgets_u.c: Likewise.
3455 * libio/iofopen.c: Likewise.
3456 * libio/iofopncook.c: Likewise.
3457 * libio/iofread.c: Likewise.
3458 * libio/iofread_u.c: Likewise.
3459 * libio/ioftell.c: Likewise.
3460 * libio/iofwrite.c: Likewise.
3461 * libio/iogetline.c: Likewise.
3462 * libio/iogets.c: Likewise.
3463 * libio/iogetwline.c: Likewise.
3464 * libio/iopadn.c: Likewise.
3465 * libio/iopopen.c: Likewise.
3466 * libio/ioseekoff.c: Likewise.
3467 * libio/ioseekpos.c: Likewise.
3468 * libio/iosetbuffer.c: Likewise.
3469 * libio/iosetvbuf.c: Likewise.
3470 * libio/ioungetc.c: Likewise.
3471 * libio/ioungetwc.c: Likewise.
3472 * libio/iovdprintf.c: Likewise.
3473 * libio/iovsprintf.c: Likewise.
3474 * libio/iovsscanf.c: Likewise.
3475 * libio/memstream.c: Likewise.
3476 * libio/obprintf.c: Likewise.
3477 * libio/oldfileops.c: Likewise.
3478 * libio/oldiofclose.c: Likewise.
3479 * libio/oldiofdopen.c: Likewise.
3480 * libio/oldiofopen.c: Likewise.
3481 * libio/oldiopopen.c: Likewise.
3482 * libio/oldstdfiles.c: Likewise.
3483 * libio/putc.c: Likewise.
3484 * libio/setbuf.c: Likewise.
3485 * libio/setlinebuf.c: Likewise.
3486 * libio/stdfiles.c: Likewise.
3487 * libio/strops.c: Likewise.
3488 * libio/vasprintf.c: Likewise.
3489 * libio/vscanf.c: Likewise.
3490 * libio/vsnprintf.c: Likewise.
3491 * libio/vswprintf.c: Likewise.
3492 * libio/wfiledoalloc.c: Likewise.
3493 * libio/wfileops.c: Likewise.
3494 * libio/wgenops.c: Likewise.
3495 * libio/wmemstream.c: Likewise.
3496 * libio/wstrops.c: Likewise.
3497 * libio/__fpurge.c: Likewise.
3498 * libio/__fsetlocking.c: Likewise.
3499 * assert/assert.c: Likewise.
3500 * debug/fgets_chk.c: Likewise.
3501 * debug/fgets_u_chk.c: Likewise.
3502 * debug/fread_chk.c: Likewise.
3503 * debug/fread_u_chk.c: Likewise.
3504 * debug/gets_chk.c: Likewise.
3505 * debug/obprintf_chk.c: Likewise.
3506 * debug/vasprintf_chk.c: Likewise.
3507 * debug/vdprintf_chk.c: Likewise.
3508 * debug/vsnprintf_chk.c: Likewise.
3509 * debug/vsprintf_chk.c: Likewise.
3510 * malloc/mtrace.c: Likewise.
3511 * misc/error.c: Likewise.
3512 * misc/syslog.c: Likewise.
3513 * stdio-common/asprintf.c: Likewise.
3514 * stdio-common/fxprintf.c: Likewise.
3515 * stdio-common/getw.c: Likewise.
3516 * stdio-common/isoc99_fscanf.c: Likewise.
3517 * stdio-common/isoc99_scanf.c: Likewise.
3518 * stdio-common/isoc99_vfscanf.c: Likewise.
3519 * stdio-common/isoc99_vscanf.c: Likewise.
3520 * stdio-common/isoc99_vsscanf.c: Likewise.
3521 * stdio-common/printf-prs.c: Likewise.
3522 * stdio-common/printf_fp.c: Likewise.
3523 * stdio-common/printf_fphex.c: Likewise.
3524 * stdio-common/printf_size.c: Likewise.
3525 * stdio-common/putw.c: Likewise.
3526 * stdio-common/scanf.c: Likewise.
3527 * stdio-common/sprintf.c: Likewise.
3528 * stdio-common/tmpfile.c: Likewise.
3529 * stdio-common/vfprintf.c: Likewise.
3530 * stdio-common/vfscanf.c: Likewise.
3531 * stdlib/strfmon_l.c: Likewise.
3532 * sunrpc/openchild.c: Likewise.
3533 * sunrpc/xdr_stdio.c: Likewise.
3534 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
3535 * sysdeps/mach/hurd/tmpfile.c: Likewise.
3536
d6c33fda
RM
35372012-05-24 Roland McGrath <roland@hack.frob.com>
3538
c1487492
RM
3539 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
3540
3541 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
3542 in the third column, to generate for the shared library an IFUNC
3543 that uses _dl_vdso_vsym.
3544 * Makerules (COMPILE.c, compile-stdin.c): New variables.
3545 * Makeconfig (object-suffixes-noshared): New variable.
3546
3547 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
3548 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
3549 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
3550 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
3551
d6c33fda
RM
3552 [BZ #14132]
3553 * include/sys/time.h (__gettimeofday): Remove macro.
3554 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
3555 * time/gettimeofday.c (__gettimeofday): Remove #undef.
3556 Remove INTDEF.
3557 (__gettimeofday): Add libc_hidden_def.
3558 (gettimeofday): Add libc_hidden_weak.
3559 * sysdeps/mach/gettimeofday.c: Likewise.
3560 * sysdeps/posix/gettimeofday.c: Likewise.
3561 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
3562 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
3563 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
3564 (__gettimeofday_internal): Remove strong_alias.
3565 (__gettimeofday): Add libc_hidden_def.
3566 (gettimeofday): Add libc_hidden_weak.
3567 * sysdeps/unix/syscalls.list (gettimeofday):
3568 Remove __gettimeofday_internal alias.
3569
b5a2bbe6
L
35702012-05-24 Daniel Jacobowitz <drow@false.org>
3571 H.J. Lu <hongjiu.lu@intel.com>
3572
3573 [BZ #12495]
3574 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
3575 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
3576 (largebin_index_32_big): New.
3577 (largebin_index): Use it for 16-byte alignment.
3578 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
3579 correction with front_misalign.
3580
cfba4fda
L
35812012-05-24 H.J. Lu <hongjiu.lu@intel.com>
3582
7f907421
L
3583 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
3584 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
3585 Likewise.
3586 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
3587 Likewise.
3588 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
3589 Likewise.
3590 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
3591 Likewise.
3592 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
3593 Likewise.
3594 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
3595 Likewise.
3596 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
3597 Likewise.
3598 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
3599 Likewise.
3600 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
3601 Likewise.
3602 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
3603 Likewise.
3604 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
3605 Likewise.
3606 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
3607 Likewise.
3608
cfba4fda
L
3609 * scripts/data/c++-types-x32-linux-gnu.data: New file.
3610 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
3611
80bad0cc
JM
36122012-05-24 Joseph Myers <joseph@codesourcery.com>
3613
7a25eb06
JM
3614 [BZ #10846]
3615 [BZ #14036]
3616 * math/libm-test.inc (exp_test): Add test from bug 14036.
3617 (pow_test): Add test from bug 10846.
3618
795405f9
JM
3619 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
3620 and other flags.
3621 (special_function): Do not include flags in test name.
3622 (parse_args): Likewise.
3623 * sysdeps/i386/fpu/libm-test-ulps: Update.
3624 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
3625 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
3626 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
3627 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3628
80bad0cc
JM
3629 * math/gen-libm-test.pl (%beautify): Add entries for underflow
3630 exceptions.
3631 * math/libm-test.inc ("Philosophy"): Update comment about
3632 exception testing.
3633 (UNDERFLOW_EXCEPTION): New macro.
3634 (UNDERFLOW_EXCEPTION_OK): Likewise.
3635 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
3636 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
3637 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
3638 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
3639 (INVALID_EXCEPTION_OK): Update value.
3640 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
3641 (OVERFLOW_EXCEPTION_OK): Likewise.
3642 (IGNORE_ZERO_INF_SIGN): Likewise.
3643 (test_exceptions): Handle underflow exceptions.
3644 (acos_test): Update for underflow exception expectations.
3645 (cexp_test): Likewise.
3646 (clog_test): Likewise.
3647 (clog10_test): Likewise.
3648 (csqrt_test): Likewise.
3649 (ctan_test): Likewise.
3650 (ctanh_test): Likewise.
3651 (exp_test): Likewise.
3652 (exp10_test): Likewise.
3653 (exp2_test): Likewise.
3654 (expm1_test): Likewise.
3655 (fma_test): Likewise.
3656 (j0_test): Likewise.
3657 (jn_test): Likewise.
3658 (nexttoward_test): Likewise.
3659 (pow_test): Likewise.
3660 (scalbn_test): Likewise.
3661 (scalbln_test): Likewise.
3662 (tan_test): Likewise.
3663 (y1_test): Likewise.
3664 * sysdeps/i386/fpu/libm-test-ulps: Update.
3665 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3666
9e0e3d0b
DM
36672012-05-23 David S. Miller <davem@davemloft.net>
3668
3669 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
3670 (__libc_sigaction): Remove unused local variables.
3671
ccd0a08f
L
36722012-05-23 H.J. Lu <hongjiu.lu@intel.com>
3673
3674 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
3675
62bdf9a6
PE
36762012-05-23 Paul Eggert <eggert@cs.ucla.edu>
3677
f8591f80
PE
3678 mktime: avoid signed integer overflow
3679 * time/mktime.c (__mktime_internal): Do not mishandle the case
3680 where diff == INT_MIN.
3681
94c7d826
PE
3682 mktime: simplify computation of average
3683 * time/mktime.c (ranged_convert): Use new time_t_avg function
3684 instead of rolling our own (probably-slower) code.
3685
ce73d683
PE
3686 mktime: do not assume signed right shift propagates sign bit
3687 * time/mktime.c (isdst_differ): New static function.
3688 (__mktime_internal): No need to normalize tm_isdst now.
3689 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
3690 tm_isdst values.
3691
72a22e59
PE
3692 mktime: merge another wrapv change from gnulib
3693 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
3694 from some compilers.
3695
68605433
PE
3696 mktime: remove incorrect attempt at unusual arithmetics
3697 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
3698 The code didn't really work on such machines anyway.
3699 (TYPE_MINIMUM): Assume two's complement.
3700 (twos_complement_arithmetic): Verify that long_int and time_t
3701 are two's complement (or unsigned, in the latter case).
3702
03cf7fe3
PE
3703 mktime: check signed shifts on long_int and time_t, too
3704 * time/mktime.c (SHR): Check that shifts work as desired
3705 on the types long_int and time_t too, as SHR is used on
3706 such types.
3707
f04dfbc2
PE
3708 mktime: do not assume 'long' is wide enough
3709 * time/mktime.c (verify): Move decl up.
3710 (long_int): New type.
3711 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
3712 to remove assumption in the code that 'long' is wide enough to
3713 store year values. This assumption is not true on x32 and on
3714 some non-glibc platforms.
3715
62bdf9a6
PE
3716 mktime: merge wrapv change from gnulib
3717 * time/mktime.c (WRAPV): New macro.
3718 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
3719 (guess_time_tm, __mktime_internal): Do not assume that signed
3720 integer overflow wraps around; modern compilers generate code
3721 where this assumption is no longer valid.
3722
5e292e4f
L
37232012-05-23 H.J. Lu <hongjiu.lu@intel.com>
3724
3725 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3726 Replace "jmp L(pseudo_end)" with "ret".
3727 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
3728 Likewise.
3729
8caf8c87
AJ
37302012-05-23 Andreas Jaeger <aj@suse.de>
3731
3732 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
3733 * sysdeps/unix/sysv/linux/poll.c: Remove file.
3734
1a09dc56
AJ
37352012-05-23 Andreas Jaeger <aj@suse.de>
3736 Maximilian Attems <max@stro.at>
3737
3738 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
3739 New macros.
3740
1c87aba0
L
37412012-05-23 H.J. Lu <hongjiu.lu@intel.com>
3742
3743 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
3744 code so that pseudo_end is just ret and the stack pointer is
3745 correct also for static library in error case.
3746
40e45bd5
JM
37472012-05-23 Joseph Myers <joseph@codesourcery.com>
3748
c2670533
JM
3749 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
3750 move to syscalls.list.
3751 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3752 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3753 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3755
40e45bd5
JM
3756 * manual/install.texi (Running make install): Do not mention Linux
3757 kernel version for which pt_chown is not needed.
3758 (Linux): Do not mention problems with nscd with 2.0 kernels.
3759 * INSTALL: Regenerated.
3760
be08eda5
AJ
37612012-05-23 Andreas Jaeger <aj@suse.de>
3762
3763 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
3764 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
3765 macro.
3766 * sysdeps/unix/sysv/linux/s390/bits/mman.h
3767 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3768 * sysdeps/unix/sysv/linux/sh/bits/mman.h
3769 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3770 * sysdeps/unix/sysv/linux/i386/bits/mman.h
3771 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3772 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
3773 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3774 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
3775 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3776 * sysdeps/unix/sysv/linux/bits/in.h
3777 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
3778
a6a056bb
RM
37792012-05-22 Roland McGrath <roland@hack.frob.com>
3780
3781 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
3782 (PREPARE_VERSION): Just use assert instead, it will be elided
3783 under [NDEBUG] anyway.
3784
c9009328
L
37852012-05-22 H.J. Lu <hongjiu.lu@intel.com>
3786
3787 * sysdeps/unix/sysv/linux/Makefile: Include
3788 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 3789 (sysdep_routines): Remove sysctl.
c9009328
L
3790 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
3791 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
3792 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
3793 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
3794 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
3795
73338355
AJ
37962012-05-22 Andreas Jaeger <aj@suse.de>
3797
3798 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
3799 that pseudo_end is just ret and the stack pointer is correct also
3800 for static library in error case.
3801
d44638b0
PP
38022012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3803
3804 [BZ #14122]
3805 * nss/nsswitch.c (defconfig_entries): New variable.
3806 (__nss_database_lookup): Don't leak defconfig entries.
3807 (nss_parse_service_list): Don't leak on error paths.
3808 (free_database_entries): New function.
3809 (free_defconfig): New function.
3810 (free_mem): Move common code to free_database_entries.
3811
31a39bd8
L
38122012-05-22 H.J. Lu <hongjiu.lu@intel.com>
3813
da0331a8
L
3814 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
3815 Add arch_prctl.
3816 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
3817
31a39bd8
L
3818 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3819 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
3820 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
3821 New macro.
3822 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
3823 (INTERNAL_SYSCALL_TYPES): Likewise.
3824 (LOAD_ARGS_TYPES_[1-6]): Likewise.
3825 (LOAD_REGS_TYPES_[1-6]): Likewise.
3826 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
3827 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
3828
45470df3
AZ
38292012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3830
3831 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
3832 copysignl for GLIBC_2_0.
3833 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
3834 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
3835 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
3836 logbl for GLIBC_2_0.
3837 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3838 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3839
98a61bcb
L
38402012-05-22 H.J. Lu <hongjiu.lu@intel.com>
3841
a4f6e481
L
3842 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
3843 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
3844
f63d5db6
L
3845 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3846 Use "neg %eax".
3847
98a61bcb
L
3848 * time/mktime.c: Update copyright years.
3849
95770f14
PE
38502012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3851
6226efbd
PE
3852 mktime: merge comment-quoting-style change from gnulib
3853 * time/mktime.c: Quote 'like this' in comments.
3854 The GNU coding standards suggest that we no longer quote `like this',
3855 as "`" and "'" are typically rendered asymmetrically nowadays.
3856 The typical gnulib style is to quote 'like this' when quoting
3857 code, and "like this" when quoting English.
3858
b99e4f78
PE
3859 * time/mktime.c (compile-command): Add "-I.".
3860
643e01e6
PE
3861 mktime: merge mktime-internal.h change from gnulib
3862 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
3863
2554247d
PE
3864 mktime: merge time_r change from gnulib
3865 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
3866
826dd0ab
PE
3867 mktime: merge DEBUG change from gnulib
3868 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
3869 case system <time.h> has a #define.
3870
bd83aabe
PE
3871 mktime: merge <sys/types.h> change from gnulib
3872 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
3873 since <time.t> is now guaranteed to define time_t.
3874
95770f14
PE
3875 mktime: merge HAVE_CONFIG_H change from gnulib
3876 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
3877
5e1a27a9
L
38782012-05-22 H.J. Lu <hongjiu.lu@intel.com>
3879
0e44a77e
L
3880 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
3881 Use "neg %eax".
3882
5e1a27a9
L
3883 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
3884 __rlim_t cast.
3885 (struct rusage): Use anonymous union to pad each field to
3886 __syscall_slong_t.
3887
46259bec
DM
38882012-05-21 David S. Miller <davem@davemloft.net>
3889
3890 * Makefules (o-iterator): Remove .s cases.
3891 (compile-command.s): Delete.
3892 (COMPILE.s): Delete.
3893 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
3894
59f0c22e
JM
38952012-05-21 Joseph Myers <joseph@codesourcery.com>
3896
3897 * configure.in (libc_cv_predef_stack_protector): Only consider
3898 "foobar" and "__stack_chk_fail" lines in libc_undefs.
3899 * configure: Regenerated.
3900
20c07380
L
39012012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3902
bbb3154b
L
3903 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
3904 New macro. Use R*LP on int and pointer.
3905 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
3906 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
3907 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
3908 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
3909
20c07380
L
3910 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
3911 [__WORDSIZE_TIME64_COMPAT32] instead of
3912 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
3913 (struct utmp): Likewise.
3914 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
3915 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
3916 Renamed to ...
3917 (__WORDSIZE_TIME64_COMPAT32): This.
3918 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
3919 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
3920 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
3921 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
3922 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
3923 (__WORDSIZE_TIME64_COMPAT32): New macro.
3924
d8d1017e
AJ
39252012-05-21 Andreas Jaeger <aj@suse.de>
3926
3927 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
3928 only if [SHARED]. Add prototype for __wcschr_ia32.
3929
6c7fb145
RM
39302012-05-21 Roland McGrath <roland@hack.frob.com>
3931
3932 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
3933 of %rbp unmolested in the jmp_buf while mangling the low bits.
3934 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
3935 unmolested high bits of %rbp while demangling the low bits.
3936 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
3937
66274218
AJ
39382012-05-21 Andreas Jaeger <aj@suse.de>
3939
07c58f8f
AJ
3940 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
3941 * sunrpc/svc_simple.c: Use it for registerrpc.
3942 * sunrpc/xcrypt.c: Use it for passwd2des.
3943
66274218
AJ
3944 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
3945
61f65140
L
39462012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3947
3948 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
3949 Don't define if [__SYSCALL_WORDSIZE != 32].
3950 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
3951 New macro.
3952
5fefb436
AJ
39532012-05-21 Bruno Haible <bruno@clisp.org>
3954 Andreas Jaeger <aj@suse.de>
3955
3956 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
3957 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
3958 inptr and inend for must_buffer_ch.
3959 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
3960 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
3961 * stdio-common/Makefile (tests): Remove bug15.
3962 (bug15-ENV): Remove macro.
3963 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
3964 anymore.
3965
d8e272ab
AJ
39662012-05-19 Andreas Jaeger <aj@suse.de>
3967 Roland McGrath <roland@hack.frob.com>
3968
3969 * manual/contrib.texi: Completely rewritten. It contains now an
3970 alphabetical list of contributors and their contributions.
3971
4a56a162
RH
39722012-05-21 Richard Henderson <rth@twiddle.net>
3973
3974 * misc/getauxval.c (__getauxval): Use unsigned long int.
3975 * misc/sys/auxv.h: Include <sys/cdefs.h>.
3976 (getauxval): Use unsigned long int.
3977
d024d23c
L
39782012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3979
3980 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
3981
cbc00a03
RM
39822012-05-21 Roland McGrath <roland@hack.frob.com>
3983
3984 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
3985 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
3986 __alignof__ (long double).
3987
478143fa
AZ
39882012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3989
3990 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3991
c7683a6d
RH
39922012-05-20 Richard Henderson <rth@twiddle.net>
3993
3994 * misc/getauxval.c: New file.
3995 * misc/sys/auxv.h: New file.
3996 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
3997 (routines): Add getauxval.
3998 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
3999 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
4000 * elf/dl-sysdep.c (_dl_auxv): Remove.
4001 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
4002 * elf/dl-support.c (_dl_auxv): New variable.
4003 (_dl_aux_init): Initialize it.
4004 * manual/startup.texi (Auxiliary Vector): New node.
4005 * sysdeps/generic/bits/hwcap.h: New file.
4006 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
4007 * sysdeps/powerpc/sysdep.h: ... here. Include it.
4008 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
4009 * sysdeps/sparc/sysdep.h: ... here. Include it.
4010 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
4011 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
4012 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4013 Update.
c7683a6d
RH
4014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
4015 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
4016 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
4017 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
4018 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
4019 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
4020 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
4021 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
4022
a6f1845d
AZ
40232012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4024
4025 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4026
cbcbe830
DM
40272012-05-19 David S. Miller <davem@davemloft.net>
4028
4029 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4030
e0b16cc2
JM
40312012-05-19 Joseph Myers <joseph@codesourcery.com>
4032
4033 [BZ #14123]
4034 * math/s_ccosh.c: Include <float.h>
4035 (__ccosh): Avoid internal overflow calculating sinh and cosh
4036 values before multiplying by sin and cos values.
4037 * math/s_ccoshf.c: Likewise.
4038 * math/s_ccoshl.c: Likewise.
4039 * math/s_csin.c: Likewise.
4040 * math/s_csinf.c: Likewise.
4041 * math/s_csinl.c: Likewise.
4042 * math/s_csinh.c: Likewise.
4043 * math/s_csinhf.c: Likewise.
4044 * math/s_csinhl.c: Likewise.
4045 * math/libm-test.inc (ccos_test): Add more tests.
4046 (ccosh_test): Likewise.
4047 (csin_test): Likewise.
4048 (csinh_test): Likewise.
4049 * sysdeps/i386/fpu/libm-test-ulps: Update.
4050 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4051
6ad13e08
L
40522012-05-19 H.J. Lu <hongjiu.lu@intel.com>
4053
f66f0ce8
L
4054 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
4055 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
4056
6ad13e08
L
4057 * sysdeps/x86_64/x32/_itoa.h: Add comment.
4058
b1d072a7
JM
40592012-05-19 Joseph Myers <joseph@codesourcery.com>
4060
4061 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
4062 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
4063 * sysdeps/powerpc/soft-fp/Versions: Likewise.
4064 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
4065 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
4066 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
4067 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
4068 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
4069 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
4070 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
4071 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
4072 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
4073 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
4074 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
4075 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
4076 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
4077 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
4078 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
4079 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
4080 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
4081 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
4082 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
4083 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
4084 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
4085 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
4086 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
4087 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
4088 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
4089 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
4090 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
4091 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
4092
9eae47cb
AJ
40932012-05-18 Andreas Jaeger <aj@suse.de>
4094
4095 * csu/.gitignore: Delete.
4096
bb07f69f
L
40972012-05-18 H.J. Lu <hongjiu.lu@intel.com>
4098
4099 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
4100 (timex): Use __syscall_slong_t.
4101
e6bdb741
AJ
41022012-05-18 Andreas Jaeger <aj@suse.de>
4103 Carlos O'Donell <carlos_odonell@mentor.com>
4104
4105 * manual/install.texi (Configuring and compiling): Update
4106 description about files modified in the source directory.
d6c33fda 4107 * INSTALL: Regenerated.
e6bdb741 4108
1b74487e
L
41092012-05-18 H.J. Lu <hongjiu.lu@intel.com>
4110
4111 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
4112 value. Use "or" to set return value to -1.
4113 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
4114 negate return value.
4115
a88b64b9
TMQMF
41162012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
4117
4118 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
4119 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
4120 failure if the compiler has Graphite support disabled.
4121 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
4122 Likewise.
4123 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
4124 CFLAGS-memmove.c): Likewise.
4125 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
4126 Likewise.
4127
3707636e
L
41282012-05-18 H.J. Lu <hongjiu.lu@intel.com>
4129
610b8622
L
4130 * sysdeps/x86_64/x32/_itoa.h: New file.
4131
7cd195df
L
4132 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
4133 getdents system call only if kernel and user dirents have the
4134 same d_ino and d_off.
4135
94b07d20
L
4136 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
4137 LLONG_MAX != LONG_MAX.
4138 (_itoa_word): Use _ITOA_WORD_TYPE on value.
4139 (_fitoa_word): Likewise.
4140
18298070
L
4141 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
4142 years.
4143 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
4144 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
4145 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
4146
553c7ea4
L
4147 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
4148 include <bits/wordsize.h>. Check __x86_64__ instead of
4149 __WORDSIZE.
4150 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
4151 if __x86_64__ is defined. Use anonymous union on fpstate.
4152
3707636e
L
4153 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
4154 anonymous union.
4155
b53ef01a
AS
41562012-05-18 Andreas Schwab <schwab@linux-m68k.org>
4157
37fb1dc0
AS
4158 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4159 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
4160 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
4161 Refer to _rtld_local_ro instead of _rtld_global_ro.
4162 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
4163 Likewise.
4164 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
4165 Likewise.
4166 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
4167 Likewise.
4168 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
4169 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
4170 of _rtld_global, and rtld_progname instead of _dl_argv[0].
4171
b53ef01a
AS
4172 * sysdeps/powerpc/powerpc32/dl-machine.c
4173 (__elf_machine_runtime_setup) [PROF]: Don't reference
4174 _dl_prof_resolve.
4175
7a185db2
AJ
41762012-05-18 Andreas Jaeger <aj@suse.de>
4177
4178 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
4179 function only available for GCCs before 3.4 since GCC 3.4
4180 introduced a builtin.
4181 (lrint): Likewise.
4182 (llrintf): Likewise.
4183 (llrint): Likewise.
4184 (fmaxf): Likewise.
4185 (fmax): Likewise.
4186 (fminf): Likewise.
4187 (fmin): Likewise.
4188 (rint): Likewise.
4189 (rintf): Likewise.
4190 (nearbyint): Likewise.
4191 (nearbyintf): Likewise.
4192 (ceil): Likewise.
4193 (ceilf): Likewise.
4194 (floor): Likewise.
4195 (floorf): Likewise.
4196
3e5aef87
L
41972012-05-17 H.J. Lu <hongjiu.lu@intel.com>
4198
428bd707
L
4199 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
4200 on both fields and cast pointer to __syscall_ulong_t.
4201
3e5aef87
L
4202 * bits/types.h (__fsword_t): New type.
4203 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
4204 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
4205 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4206 (__FSWORD_T_TYPE): Likewise.
4207 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4208 (__FSWORD_T_TYPE): Likewise.
4209 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4210 (__FSWORD_T_TYPE): Likewise.
4211 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
4212 (__FSWORD_T_TYPE): Likewise.
4213 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
4214 __SWORD_TYPE with __fsword_t.
4215 (statfs64): Likewise.
4216
1ba7c3dc
DM
42172012-05-17 David S. Miller <davem@davemloft.net>
4218
4219 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
4220
59910343
AJ
42212012-05-17 Andreas Jaeger <aj@suse.de>
4222
4223 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
4224 warning.
4225
2e4c1e9e
L
42262012-05-17 H.J. Lu <hongjiu.lu@intel.com>
4227
4228 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
4229
de7f5ce7
AJ
42302012-05-17 Andreas Jaeger <aj@suse.de>
4231
4232 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
4233 when it is used.
4234
286abc3d
CM
42352012-05-17 Chris Metcalf <cmetcalf@tilera.com>
4236
4237 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
4238
477cc68e
L
42392012-05-17 H.J. Lu <hongjiu.lu@intel.com>
4240
4241 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
4242 * sysdeps/x86_64/tst-mallocalign1.c: New file.
4243
1a0994f5
CD
42442012-05-17 Andreas Jaeger <aj@suse.de>
4245 Carlos O'Donell <carlos_odonell@mentor.com>
4246
4247 [BZ #14059]
4248 * sysdeps/x86_64/multiarch/init-arch.h
4249 (bit_YMM_Usable): Rename to...
4250 (bit_AVX_Usable): ... this.
4251 (bit_FMA4_Usable): New macro.
4252 (bit_XMM_state): New macro.
4253 (bit_YMM_state): New macro.
4254 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
4255 [__ASSEMBLER__] (index_AVX_Usable): ... this.
4256 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
4257 (CPUID_OSXSAVE): New macro.
4258 (CPUID_AVX): New macro.
4259 (CPUID_FMA4): New macro.
4260 (index_YMM_Usable): Rename to...
4261 (index_AVX_Usable): ... this.
4262 (HAS_AVX): Use HAS_ARCH_FEATURE.
4263 (HAS_FMA4): Likewise.
4264 (HAS_YMM_USABLE): Remove.
4265 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4266 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
4267 are present.
4268 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
4269 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
4270 * sysdeps/x86_64/multiarch/Makefile: Likewise.
4271 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
4272 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
4273
0af797de
CM
42742012-05-17 Chris Metcalf <cmetcalf@tilera.com>
4275
4276 * math/libm-test.c: Support platforms without multiple rounding modes.
4277 * math/bug-nextafter.c: Support platforms without FP exceptions.
4278 * math/bug-nexttoward.c: Likewise.
4279 * math/test-fenv.c: Likewise.
4280 * math/test-misc.c: Likewise.
4281 * stdlib/bug-getcontext.c: Likewise.
4282
e39745ff
AJ
42832012-05-17 Andreas Jaeger <aj@suse.de>
4284
4285 * manual/examples/search.c (critter_cmp): Change signature to
4286 avoid warnings.
4287 * manual/string.texi (Collation Functions): Likewise.
4288
48970aba
L
42892012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4290
4291 * bits/types.h: Fold copyright years.
4292 * bits/typesizes.h: Likewise.
4293 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
4294 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
4295 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
4296 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
4297 * time/time.h: Likewise.
4298
bedee953
PP
42992012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4300
4301 [BZ #208]
4302 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
4303 in instead of returning them. Return void.
4304 (__libc_mallinfo): Accumulate over all arenas.
4305 (__malloc_stats): Adjust for change in int_mallinfo interface.
4306
61653dfb
RM
43072012-05-16 Roland McGrath <roland@hack.frob.com>
4308
30b99d79
RM
4309 [BZ #10375]
4310 * configure.in (NM): Add AC_CHECK_TOOL for it.
4311 (libc_extra_cflags): New substituted variable.
4312 Check for -fstack-protector being used implicitly.
4313 * configure: Regenerated.
4314 * config.make.in (config-extra-cflags): New variable,
4315 gets @libc_extra_cflags@.
4316 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
4317
61653dfb
RM
4318 [BZ #10375]
4319 * configure.in: Check for _FORTIFY_SOURCE being predefined.
4320 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
4321 * configure: Regenerated.
4322 * config.make.in (CPPUNDEFS): New substituted variable.
4323 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
4324 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
4325 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
4326
661768bb
L
43272012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4328
4329 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
4330 (mq_attr): Use __syscall_slong_t.
4331
d4261567
L
43322012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4333
4334 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
4335 Check __x86_64__ instead of __WORDSIZE.
4336 (_STAT_VER_LINUX): Likewise.
4337 (stat): Check __x86_64__ instead of __WORDSIZE. Use
4338 __syscall_ulong_t and __syscall_slong_t.
4339 (stat64): Likewise.
4340
cf3ff365
L
43412012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4342
4343 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
4344
76cf3e4d
L
43452012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4346
4347 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
4348
a637753a
L
43492012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4350
4351 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
4352 __syscall_ulong_t.
4353
d5e05119
L
4354 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
4355 include <bits/wordsize.h>. Check __x86_64__ instead of
4356 __WORDSIZE.
4357 (greg_t): Use "__extension__ long long int" if __x86_64__ is
4358 defined.
4359 (mcontext_t): Replace "unsigned long" with "unsigned long long".
4360
f62ee380
L
4361 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
4362 include <bits/wordsize.h>. Check __x86_64__ instead of
4363 __WORDSIZE.
4364 (user_regs_struct): Use "__extension__ unsigned long long"
4365 instead of "unsigned long" if __x86_64__ is defined.
4366 (user): Likewise. Pad after pointer field if __ILP32__ is
4367 defined.
4368
4e124ced
JM
43692012-05-16 Joseph Myers <joseph@codesourcery.com>
4370
6a3951a0
JM
4371 * configure.in (makeinfo): Require version 4.5 or later. Allow
4372 versions 5 to 9.
4373 * configure: Regenerated.
4374 * manual/install.texi (texinfo): Increase version requirement to
4375 4.5 or later.
4376 * INSTALL: Regenerated.
4377
4e124ced
JM
4378 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
4379
953ca31a
L
43802012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4381
4382 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
4383
617aca05
L
4384 * sysdeps/x86_64/x32/ffs.c: New file.
4385
5762f7ae
L
4386 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
4387 __syscall_ulong_t.
4388 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
4389 defined. Use __syscall_ulong_t.
4390 (shminfo): Use __syscall_ulong_t.
4391 (shm_info): Likewise.
4392
a26b6856
L
4393 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
4394 __syscall_ulong_t.
4395
cb2b9ef7
L
4396 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
4397 <bits/wordsize.h>.
4398 (msgqnum_t): Use __syscall_ulong_t.
4399 (msglen_t): Likewise.
4400 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
4401 __syscall_ulong_t.
4402
34683bb0
L
4403 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
4404 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
4405
84a68786
L
4406 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
4407
48baa5f1
L
4408 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
4409 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
4410
180be88b
L
4411 * sysvipc/sys/msg.h (msgbuf): Replace long int with
4412 __syscall_slong_t.
4413
5e90c8ad
L
4414 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
4415 include <bits/wordsize.h>. Check __x86_64__ instead of
4416 __WORDSIZE.
4417
23dfb58b
L
4418 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
4419 "unsigned long long int" if __x86_64__ is defined.
4420 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
4421
ce5d54b0
L
4422 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
4423 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
4424 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
4425
13dc9eac
L
4426 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
4427 <stdint.h>.
4428 (GET_PC): Cast to uintptr_t first.
4429 (GET_FRAME): Likewise.
4430 (GET_STACK): Likewise.
4431
a7895d15
L
4432 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
4433 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
4434 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
4435 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
4436 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
4437 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
4438 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
4439 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
4440 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
4441 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
4442 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
4443 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
4444 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
4445 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
4446 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
4447 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
4448 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
4449 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
4450 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
4451 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
4452 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
4453 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
4454 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
4455 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
4456 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
4457 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
4458 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
4459 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
4460 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
4461
656416c9
AS
44622012-05-16 Andreas Schwab <schwab@linux-m68k.org>
4463
5bd66283
AS
4464 * Makerules (+depfiles): Also collect depfiles from .oS in
4465 $(extra-objs).
4466 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
4467 .oS, $(libnldbl-routines)).
4468
656416c9
AS
4469 * Makerules (native-compile-mkdep-flags): Define.
4470 * sunrpc/Makefile (extra-objs): Add $(addprefix
4471 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
4472 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
4473 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
4474 calling $(make-target-directory).
4475
a46f2169
L
44762012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4477
4478 * bits/types.h (__snseconds_t): Removed.
4479 * time/time.h (struct timespec): Replace __snseconds_t with
4480 __syscall_slong_t.
4481 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
4482 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
4483 Likewise.
4484 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4485 (__SNSECONDS_T_TYPE): Likewise.
4486 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4487 (__SNSECONDS_T_TYPE): Likewise.
4488 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4489 (__SNSECONDS_T_TYPE): Likewise.
4490
6af6528b
L
44912012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4492
4493 * sysdeps/mach/hurd/bits/typesizes.h
4494 (__SYSCALL_SLONG_TYPE): New macro.
4495 (__SYSCALL_ULONG_TYPE): Likewise.
4496
de986b56
L
44972012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4498
4499 * bits/types.h (__syscall_slong_t): New type.
4500 (__syscall_ulong_t): Likewise.
4501
4502 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
4503 (__SYSCALL_ULONG_TYPE): Likewise.
4504 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4505 (__SYSCALL_SLONG_TYPE): Likewise.
4506 (__SYSCALL_ULONG_TYPE): Likewise.
4507 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4508 (__SYSCALL_SLONG_TYPE): Likewise.
4509 (__SYSCALL_ULONG_TYPE): Likewise.
4510 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4511 (__SYSCALL_SLONG_TYPE): Likewise.
4512 (__SYSCALL_ULONG_TYPE): Likewise.
4513
85736dc7
L
45142012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4515
4516 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
4517 Add sigaltstack-offsets.sym.
4518 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
4519 <sigaltstack-offsets.h>.
4520 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
4521 longjmp_msg pointer.
4522 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
4523 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
4524 signal stack.
4525 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
4526
cc03b296
JM
45272012-05-15 Joseph Myers <joseph@codesourcery.com>
4528
a9538892
JM
4529 * elf/stackguard-macros.h: Remove file.
4530 * sysdeps/generic/stackguard-macros.h: New file.
4531 * sysdeps/i386/stackguard-macros.h: Likewise.
4532 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
4533 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
4534 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
4535 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
4536 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
4537 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
4538 * sysdeps/x86_64/stackguard-macros.h: Likewise.
4539 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
4540 <elf/stackguard-macros.h>.
4541
cc03b296
JM
4542 [BZ #14109]
4543 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
4544 __aligned__ in attribute.
4545 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
4546 (gregset_t): Likewise.
4547
93171016
L
45482012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4549
4550 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
4551 * sysdeps/x86_64/64/Implies-after: Here. New file.
4552 * sysdeps/x86_64/x32/Implies-after: New file.
4553
d86813a0
L
45542012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4555
4556 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
4557 and access return value for _dl_profile_fixup. Use R10_LP to
4558 load frame size.
4559
2953ec75
L
45602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4561
4562 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
4563
3b550e9e
L
45642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4565
4566 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
4567 * sysdeps/x86_64/x32/sysdep.h: New file.
4568
eda41706
L
45692012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4570
4571 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
4572 * sysdeps/x86_64/setjmp.S: Likewise.
4573
9ea01d93
AZ
45742012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4575
4576 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
4577 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
4578 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
4579 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
4580 remove unused global constant.
4581
02a91938
CM
45822012-05-15 Chris Metcalf <cmetcalf@tilera.com>
4583
4584 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
4585 include of <not-cancel.h>.
4586
6540185f
RM
45872012-05-15 Roland McGrath <roland@hack.frob.com>
4588
4589 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
4590
509072a0
AJ
45912012-05-15 Jeff Law <law@redhat.com>
4592 Andreas Jaeger <aj@suse.de>
4593
4594 [BZ #13594]
4595 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
4596 out from...
4597 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
4598 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
4599 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
4600 code changing __hst_map_handle.map.
4601
ba75122d
RM
46022012-05-15 Roland McGrath <roland@hack.frob.com>
4603
4604 * configure.in (sysnames): Look for Implies-before and Implies-after
4605 files.
4606 * configure: Regenerated.
4607
890d8bd8
L
46082012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4609
4610 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
4611 8-byte data alignment with LP_SIZE alignment.
4612
f6ee6623
L
46132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4614
4615 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
4616 into R10_LP.
4617
ea2626f6
L
46182012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4619
4620 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
4621
085f715e
L
46222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4623
4624 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
4625 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
4626 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
4627 Likewise.
4628 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
4629
be8498fc
L
46302012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4631
4632 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
4633 (stackinfo_sub_sp): Likewise.
4634
70bc83b9
L
46352012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4636
4637 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
4638 RAX_LP.
4639
9bc0b730
L
46402012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4641
4642 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
4643 into R*_LP.
4644
6d2850e7
L
46452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4646
4647 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
4648 sizes into R*_LP.
4649
3cb84561
L
46502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4651
4652 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
4653
54e2ed81
L
46542012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4655
4656 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
4657 into R11_LP and load __x86_64_shared_cache_size_half into
4658 R8_LP.
4659
8a17f349
L
46602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4661
4662 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
4663 R8_LP.
4664
777b1eea
AZ
46652012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4666
4667 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
4668 logb for POWER7.
4669 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
4670 logbf for POWER7.
4671 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
4672 logbl for POWER7.
4673 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
4674 powerpc32/power7/fpu/s_logb.c via #include.
4675 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
4676 powerpc32/power7/fpu/s_logbf.c via #include.
4677 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
4678 powerpc32/power7/fpu/s_logbl.c via #include.
4679
d20d4ac2
JM
46802012-05-15 Joseph Myers <joseph@codesourcery.com>
4681
4682 * README.libm: Remove file.
4683
6cdef1ab
L
46842012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4685
4686 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
4687 count for x32. Use R*_LP and omit operand-size suffix.
4688
0b254d8f
L
46892012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4690
4691 * shlib-versions: Move x86_64-.*-linux.* entries to ...
4692 * sysdeps/x86_64/64/shlib-versions: Here. New file.
4693 * sysdeps/x86_64/x32/shlib-versions: New file.
4694
ceb809dc
RM
46952012-05-14 Roland McGrath <roland@hack.frob.com>
4696
4697 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
4698 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
4699 Use _dl_fatal_printf instead.
4700
37f1abd4
JM
47012012-05-14 Joseph Myers <joseph@codesourcery.com>
4702
4703 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
4704 set if not set by the user. Do not allow for being unset.
4705 * sysdeps/unix/sysv/linux/configure: Regenerated.
4706
11de3a33
L
47072012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4708
4709 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
4710 the `q' suffix from lea and replace .quad with ASM_ADDR.
4711
e02f153a
L
47122012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4713
4714 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
4715 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
4716 instead of $17.
4717 (PTR_DEMANGLE): Likewise.
4718
520ae0fd
L
47192012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4720
4721 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
4722 (LP_OP): Likewise.
4723 (ASM_ADDR): Likewise.
4724 (RAX_LP): Likewise.
4725 (RBP_LP): Likewise.
4726 (RBX_LP): Likewise.
4727 (RCX_LP): Likewise.
4728 (RDI_LP): Likewise.
4729 (RSI_LP): Likewise.
4730 (RSP_LP): Likewise.
4731 (R8_LP): Likewise.
4732 (R9_LP): Likewise.
4733 (R10_LP): Likewise.
4734 (R10_LP): Likewise.
4735 (R11_LP): Likewise.
4736 (R12_LP): Likewise.
4737 (R13_LP): Likewise.
4738 (R14_LP): Likewise.
4739 (R15_LP): Likewise.
4740
b985be81
L
47412012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4742
4743 * sysdeps/x86_64/x32/dl-machine.h: New file.
4744
6a4888ff
AJ
47452012-05-14 Andreas Jaeger <aj@suse.de>
4746
4747 * manual/Makefile (subdir): Remove export of subdir.
4748 (all): Remove target.
4749 (.PHONY): Remove all from list.
4750 (mkinstalldirs): Remove.
4751 (.PHONY): Remove installdirs from list.
4752 ($(inst_infodir)/libc.info): Use make-target-directory.
4753 (installdirs): Remove.
4754 (subdir_%): Remove.
4755 (glibc-targets): Remove.
4756 (lib): Remove.
4757 (stubs): Remove.
4758 ($(objpfx)stubs ../po/manual.pot): Remove.
4759 ($(objpfx)stamp%): Remove.
4760 (make-target-directory): Remove.
4761 (subdir_install): Remove.
4762 (routines): Remove.
4763 (aux): Remove.
4764 (sources): Remove.
4765 (objects): Remove.
4766 (headers): Remove.
4767
4768 [BZ #13750]
4769 * manual/.gitignore: Remove, it's not needed anymore.
4770 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
4771 all files in it.
4772 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
4773 directory.
4774 (texis): Renamed to $(objpfx)texis.
4775 (texis-path): New, contains path to generated files.
4776 (chapters.%): Use texis-path for complete path, add extra argument
4777 libc-texinfo.sh.
4778 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
4779 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
4780 (summary,texi, stamp-summary): Use complete path of
4781 files. Generate files in build dir.
4782 (dir-add.texi): Build in build dir.
4783 (libm-err.texi,stamp-libm-err): Likewise.
4784 (version.texi, stamp-version): Likewise.
4785 (.%c.texi): Likewise.
4786 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
4787 (mostlyclean): Remove target.
4788 (realclean): Remove target.
4789 (generated): Add new variable with contents from mostlyclean and
4790 realclean, remove entries duplicated in common-mostlyclean, add
4791 stamp-libm-err and stamp-version.
4792 (generated-dirs): Add libc directory.
4793 ($(inst_infodir)/libc.info): Install files from build dir.
4794
4795 * manual/install.texi (Configuring and compiling): Adjust since
4796 the info files are not part of the tar ball anymore.
4797
7ac77294
AJ
47982012-05-14 Andreas Jaeger <aj@suse.de>
4799
4800 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
4801 variable.
4802
ffb7875d
JM
48032012-05-14 Joseph Myers <joseph@codesourcery.com>
4804
4805 [BZ #13717]
4806 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
4807 to 2.2.0 where earlier.
4808 * sysdeps/unix/sysv/linux/configure: Regenerated.
4809 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
4810 Remove conditional code.
4811 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
4812 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
4813 Remove conditional code.
4814 [!__NR_lchown]: Likewise.
4815 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
4816 [__NR_lchown]: Likewise.
4817 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
4818 comment referencing __ASSUME_LCHOWN_SYSCALL.
4819 * sysdeps/unix/sysv/linux/i386/sigaction.c
4820 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4821 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4822 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
4823 Remove conditional code.
4824 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
4825 (__protocol_available): Remove #if 0 code.
4826 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
4827 conditional code.
4828 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
4829 * sysdeps/unix/sysv/linux/kernel-features.h
4830 (__ASSUME_GETCWD_SYSCALL): Don't define.
4831 (__ASSUME_REALTIME_SIGNALS): Likewise.
4832 (__ASSUME_PREAD_SYSCALL): Likewise.
4833 (__ASSUME_PWRITE_SYSCALL): Likewise.
4834 (__ASSUME_POLL_SYSCALL): Likewise.
4835 (__ASSUME_LCHOWN_SYSCALL): Likewise.
4836 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
4837 non-SPARC.
4838 (__ASSUME_SIOCGIFNAME): Don't define.
4839 (__ASSUME_MSG_NOSIGNAL): Likewise.
4840 (__ASSUME_SENDFILE): Define unconditionally.
4841 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
4842 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
4843 conditional code.
4844 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
4845 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
4846 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
4847 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
4848 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
4849 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
4850 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
4851 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
4852 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4853 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4854 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
4855 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4856 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
4858 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4859 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
4861 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4862 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4863 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
4864 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4865 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4866 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
4867 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4868 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
4870 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4871 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4872 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
4873 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4874 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4875 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
4876 Remove conditional code.
4877 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4878 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
4879 Remove conditional code.
4880 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4881 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
4882 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
4883 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
4884 Remove conditional code.
4885 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4886 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
4887 Remove conditional code.
4888 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4889 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
4890 Remove conditional code.
4891 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4892 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
4893 Remove conditional code.
4894 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4895 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
4896 Remove conditional code.
4897 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4898 * sysdeps/unix/sysv/linux/sh/pwrite64.c
4899 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4900 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4901 * sysdeps/unix/sysv/linux/sigaction.c
4902 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4903 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4904 * sysdeps/unix/sysv/linux/sigpending.c
4905 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4906 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4907 * sysdeps/unix/sysv/linux/sigprocmask.c
4908 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4909 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4910 * sysdeps/unix/sysv/linux/sigsuspend.c
4911 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4912 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4913 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
4914 (__libc_missing_rt_sigs): Remove.
4915 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
4916 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
4917 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
4918 Remove conditional code.
4919 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
4920 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
4921 return 1.
4922 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
4923 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
4924 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
4925 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
4926
1bfb7291
AJ
49272012-05-14 Andreas Jaeger <aj@suse.de>
4928
caae5a81
AJ
4929 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
4930 it's not used in glibc.
4931 (__coshm1): Likewise.
4932 (__acosh1p): Likewise.
4933 (__sgn): Likewise.
4934
1bfb7291
AJ
4935 * manual/string.texi (Copying and Concatenation): Add missing
4936 variable in concat example.
4937 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
4938
c044d724
L
49392012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4940
144c5467 4941 [BZ #14103]
c044d724
L
4942 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
4943 __builtin_clzl with __builtin_clzll.
4944
2523c62b
L
49452012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4946
4947 [BZ #14104]
4948 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
4949 libc_freeres_ptr.
4950
d7bb4c42
LD
49512012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
4952
4953 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
4954 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
4955 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
4956 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
4957
9dc4e1fb
MF
49582012-05-14 Mike Frysinger <vapier@gentoo.org>
4959
4960 * NEWS: Update ia64 info.
4961
c7df0112
AS
49622012-05-12 Andreas Schwab <schwab@linux-m68k.org>
4963
4964 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
4965 used as bcopy.
4966
dc70356c
TS
49672012-05-12 Thomas Schwinge <thomas@codesourcery.com>
4968
4969 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
4970 * sysdeps/unix/syscalls.list (dup3): Likewise.
4971 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
4972 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
4973
9fb1a21f
L
49742012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4975
4976 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
4977 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
4978
4822a2a5
L
49792012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4980
4981 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
4982 thread pointer.
4983 (TLS_IE): Use mov/add instead of movq/addq to load thread
4984 pointer.
4985 (TLS_GD_PREFIX): New.
4986 (TLS_GD): Use it.
4987
842b81d6
DM
49882012-05-11 David S. Miller <davem@davemloft.net>
4989
4990 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
4991 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
4992 (_FPU_SETCW): Likewise.
4993
1cf463cd
L
49942012-05-10 H.J. Lu <hongjiu.lu@intel.com>
4995
4996 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
4997 is 32-byte aligned.
4998
60cc4a18
AS
49992012-05-11 Andreas Schwab <schwab@linux-m68k.org>
5000
5001 [BZ #11837]
5002 * iconvdata/gb18030.c: Update tables.
5003 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
5004 characters specially.
5005 (BODY for TO_LOOP): Add encoding of missing ranges.
5006
febb44a4
TS
50072012-05-11 Thomas Schwinge <thomas@codesourcery.com>
5008
5009 [BZ #13673]
5010 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
5011 * sysdeps/mach/hurd/dup3.c: Likewise.
5012 * sysdeps/mach/hurd/readlinkat.c: Likewise.
5013 * sysdeps/powerpc/memmove.c:: Likewise.
5014
0a10fb9e
L
50152012-05-10 H.J. Lu <hongjiu.lu@intel.com>
5016
5017 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
5018 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
5019
df8a552f
L
50202012-05-10 H.J. Lu <hongjiu.lu@intel.com>
5021
5022 * elf/elf.h (R_X86_64_RELATIVE64): New.
5023 (R_X86_64_NUM): Updated.
5024 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
5025 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
5026 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
5027 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
5028 tst-quad1pie tst-quad2pie
5029 (modules-names): Add tst-quadmod1 tst-quadmod2.
5030 ($(objpfx)tst-quad1): New dependency.
5031 ($(objpfx)tst-quad2): Likewise.
5032 ($(objpfx)tst-quad1pie): Likewise.
5033 ($(objpfx)tst-quad2pie): Likewise.
5034 * sysdeps/x86_64/tst-quad1.c: New file.
5035 * sysdeps/x86_64/tst-quad1pie.c: New file.
5036 * sysdeps/x86_64/tst-quad2.c: Likewise.
5037 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
5038 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
5039 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
5040 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
5041 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
5042
f34d6f84
ST
50432012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5044
f42d41d1
ST
5045 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
5046 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
5047 * streams/stropts.h (t_scalar_t): Define type.
5048
3c3571fc
ST
5049 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
5050 (_PATH_PRESERVE): Set to "/var/lib".
5051 (_PATH_RWHODIR): Set to "/var/spool/rwho".
5052
61f06bd3
ST
5053 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
5054 instead of int.
5055
918d4d71
ST
5056 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
5057 if __dir_mkfile succeeded.
5058
f34d6f84
ST
5059 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
5060 checking for _hurd_dtablesize. Unlock it right after having
5061 finished _hurd_dtable allocation.
5062
10589b4a
TS
50632012-05-10 Thomas Schwinge <thomas@schwinge.name>
5064
674cdbc7
TS
5065 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
5066 * sysdeps/mach/hurd/configure: Regenerated.
5067 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
5068 special-casing to...
5069 * sysdeps/gnu/configure.in: ... this new file.
5070 * sysdeps/unix/sysv/linux/configure: Regenerated.
5071 * sysdeps/gnu/configure: New generated file.
5072
8e41b99f
TS
5073 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
5074 for Linux: use nsec instead of usec, as well as:
5075 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
5076 members of type struct timespec.
5077 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
5078 New macros.
5079 (struct stat64): Likewise.
5080 (_STATBUF_ST_NSEC): New macro.
5081 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
5082
10589b4a
TS
5083 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
5084 __strtoul_internal rather than strtoul.
5085
63643c85
PT
50862012-05-10 Pino Toscano <toscano.pino@tiscali.it>
5087
5088 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
5089 and reject them.
5090
3faebe6a
ST
50912012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5092
5093 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
5094 which preserves existing values.
5095 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
5096
c6474b07
PT
50972012-05-10 Pino Toscano <toscano.pino@tiscali.it>
5098
5099 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
5100 TIMEOUT values. Return EINVAL for NFDS values either negative or
5101 greater than FD_SETSIZE.
5102
1043890b
ST
51032012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5104
5105 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
5106 allocated, call __vm_protect to finish enabling the existing space, and
5107 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
5108 allocate the remainder.
5109
37ed8b9b
PT
51102012-05-10 Pino Toscano <toscano.pino@tiscali.it>
5111
5112 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
5113 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
5114
db653660
ST
51152012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5116
37ed8b9b
PT
5117 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
5118 sysdeps/mach/hurd/readlink.c.
b29d4053 5119
db653660
ST
5120 * posix/tst-sysconf.c (posix_options): Only use
5121 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
5122 _POSIX_SYNCHRONIZED_IO when they are defined
5123 * sysdeps/mach/hurd/bits/posix_opt.h:
5124 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
5125 (_XOPEN_REALTIME): Undefine macro.
5126 (_XOPEN_REALTIME_THREADS): Undefine macro.
5127 (_XOPEN_SHM): Undefine macro.
5128 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
5129 macro to -1.
5130 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
5131 macro to -1.
5132 (_POSIX_ASYNC_IO): Undefine macro.
5133 (_POSIX_PRIORITIZED_IO): Undefine macro.
5134 (_POSIX_SPIN_LOCKS): Define macro to -1.
5135
ee16e894
ST
5136 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
5137 SA_NODEFER, SA_RESETHAND.
5138 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
5139 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
5140 F_DUPFD_CLOEXEC.
5141
6103ae3b
TS
51422012-05-10 Thomas Schwinge <thomas@schwinge.name>
5143
5144 * elf/Makefile (pldd-modules): Define unconditionally.
5145
80b4e5f3
TS
51462012-05-10 Thomas Schwinge <thomas@schwinge.name>
5147
5148 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
5149
edadcbd6
ST
51502012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5151
5152 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5153 Return ENOENT when name is empty.
5154 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
5155
80694780
TS
51562012-05-10 Thomas Schwinge <thomas@schwinge.name>
5157
1792c087
TS
5158 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
5159
80694780
TS
5160 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
5161
6b645f0d
ST
51622012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5163
80694780
TS
5164 Fix mlock in all cases except non-readable pages.
5165 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
5166 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 5167
6b645f0d
ST
5168 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
5169 (__mkdir): When path is `/', just fail with EEXIST.
5170 * sysdeps/mach/hurd/mkdirat.c: Likewise.
5171
e468f8a3
TS
51722012-05-10 Thomas Schwinge <thomas@schwinge.name>
5173
5174 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
5175 <sys/uio.h> (for writev).
5176 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
5177 and <sys/param.h> (for MIN).
5178
a4186cff
PT
51792012-05-10 Pino Toscano <toscano.pino@tiscali.it>
5180
5181 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
5182 REQUESTED_TIME. Properly set the remaining time and return EINTR
5183 if interrupted.
5184
510bbf14
TS
51852012-05-10 Thomas Schwinge <thomas@schwinge.name>
5186
5187 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
5188 Depend on against $(link-rpcuserlibs).
5189
5d5722e8
ST
51902012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5191
a4186cff
PT
5192 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
5193 (__libc_stack_end): Do not use attribute_relro.
5194 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
5195 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 5196 to libthread-provided value.
a4186cff
PT
5197 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
5198 attribute_relro.
5d5722e8 5199
37233df9
TS
52002012-05-10 Thomas Schwinge <thomas@schwinge.name>
5201
be971a2b
TS
5202 [BZ #3748]
5203 * bits/libc-lock.h (__libc_once_get): New macro.
5204 * sysdeps/mach/bits/libc-lock.h: Likewise.
5205 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
5206 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
5207 instead of using implementation details.
5208
37233df9
TS
5209 * libio/fileops.c: Unconditionally include <kernel-features.h>.
5210 * libio/freopen.c: Likewise.
5211 * libio/freopen64.c: Likewise.
5212 * misc/syslog.c: Likewise.
5213 * nscd/connections.c: Likewise.
5214 * nscd/netgroupcache.c: Likewise.
5215 * sysdeps/posix/getcwd.c: Likewise.
5216
38de94a5
RM
52172012-05-10 Roland McGrath <roland@hack.frob.com>
5218
5219 * math/w_ilogbf.c: Add #include <limits.h>.
5220
67530489
ST
52212012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5222
a4186cff 5223 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
5224 path instead of returning without unlocking.
5225
67530489
ST
5226 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
5227 immediate-write ioctls.
5228 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
5229
5aa3a74a
TS
52302012-05-10 Thomas Schwinge <thomas@schwinge.name>
5231
18bad2ae
TS
5232 * sysdeps/mach/hurd/i386/init-first.c (init): Use
5233 __builtin_frame_address instead of making assumptions about the
5234 location of the return address relative to DATA. Force early load of
5235 the return address.
5236 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
5237 __builtin_frame_address.
5238
5aa3a74a
TS
5239 dup3 for GNU Hurd.
5240 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
5241 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
5242 implement dup3 and do some further code clean-ups.
5243 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
5244 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
5245
ecd0de9a
ST
52462012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5247
cd9fa985
ST
5248 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
5249
a4186cff
PT
5250 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
5251 HURD_CRITICAL_END around holding _hurd_dtable_lock.
5252 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
5253 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
5254 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
5255 d->port.lock.
802ca5a5 5256
a4186cff
PT
5257 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
5258 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
5259 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 5260
bcf55240
TS
52612012-05-10 Thomas Schwinge <thomas@schwinge.name>
5262
6960eb42
TS
5263 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
5264 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
5265 definitions.
5266
eb43375f
TS
5267 accept4 for GNU Hurd.
5268 * include/sys/socket.h (__libc_accept4): New prototype.
5269 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
5270 to implement __libc_accept4.
5271 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
5272 __libc_accept4.
5273 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
5274
bcf55240
TS
5275 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
5276 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
5277 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
5278 signal-defines.sym.
5279
6178c55b
ST
52802012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5281
a4186cff 5282 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 5283
6f080c2f
TS
52842012-05-10 Thomas Schwinge <thomas@schwinge.name>
5285
5286 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
5287 assertion on O_CLOEXEC flag.
5288 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
5289 * hurd/intern-fd.c: Likewise.
5290 * hurd/port2fd.c: Likewise.
5291
bcfe3a54
ST
52922012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5293
5294 [BZ #3906]
5295 * bits/in.h (IPV6_PKTINFO): Define new macro.
5296 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
5297
89c9aa49
AZ
52982012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5299
5300 [BZ #13954]
5301 [BZ #13955]
5302 [BZ #13956]
5303 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
5304 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
5305 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
5306 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
5307 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
5308 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
5309 * math/libm-test.inc (logb_test) : Additional logb tests.
5310
021db4be
AJ
53112012-05-09 Andreas Schwab <schwab@linux-m68k.org>
5312 Andreas Jaeger <aj@suse.de>
5313
5314 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
5315 * configure: Regenerated.
5316 * config.h.in (LINK_OBSOLETE_RPC): New macro.
5317 * config.make.in (link-obsolete-rpc): New substituted variable.
5318 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
5319 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
5320 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
5321 (shared-only-routines): Don't set it under [link-obsolete-rpc],
5322 so that libc.a contains the symbols.
5323 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
5324 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
5325 * sunrpc/auth_none.c: Likewise.
5326 * sunrpc/auth_unix.c: Likewise.
5327 * sunrpc/authdes_prot.c: Likewise.
5328 * sunrpc/authuxprot.c: Likewise.
5329 * sunrpc/clnt_gen.c: Likewise.
5330 * sunrpc/clnt_perr.c: Likewise.
5331 * sunrpc/clnt_raw.c: Likewise.
5332 * sunrpc/clnt_simp.c: Likewise.
5333 * sunrpc/clnt_tcp.c: Likewise.
5334 * sunrpc/clnt_udp.c: Likewise.
5335 * sunrpc/clnt_unix.c: Likewise.
5336 * sunrpc/des_crypt.c: Likewise.
5337 * sunrpc/des_soft.c: Likewise.
5338 * sunrpc/get_myaddr.c: Likewise.
5339 * sunrpc/key_call.c: Likewise.
5340 * sunrpc/key_prot.c: Likewise.
5341 * sunrpc/netname.c: Likewise.
5342 * sunrpc/pm_getmaps.c: Likewise.
5343 * sunrpc/pm_getport.c: Likewise.
5344 * sunrpc/pmap_clnt.c: Likewise.
5345 * sunrpc/pmap_prot.c: Likewise.
5346 * sunrpc/pmap_prot2.c: Likewise.
5347 * sunrpc/pmap_rmt.c: Likewise.
5348 * sunrpc/publickey.c: Likewise.
5349 * sunrpc/rpc_cmsg.c: Likewise.
5350 * sunrpc/rpc_common.c: Likewise.
5351 * sunrpc/rpc_dtable.c: Likewise.
5352 * sunrpc/rpc_prot.c: Likewise.
5353 * sunrpc/rpc_thread.c: Likewise.
5354 * sunrpc/rtime.c: Likewise.
5355 * sunrpc/svc.c: Likewise.
5356 * sunrpc/svc_auth.c: Likewise.
5357 * sunrpc/svc_raw.c: Likewise.
5358 * sunrpc/svc_run.c: Likewise.
5359 * sunrpc/svc_tcp.c: Likewise.
5360 * sunrpc/svc_udp.c: Likewise.
5361 * sunrpc/svc_unix.c: Likewise.
5362 * sunrpc/svcauth_des.c: Likewise.
5363 * sunrpc/xcrypt.c: Likewise.
5364 * sunrpc/xdr.c: Likewise.
5365 * sunrpc/xdr_array.c: Likewise.
5366 * sunrpc/xdr_float.c: Likewise.
5367 * sunrpc/xdr_intXX_t.c: Likewise.
5368 * sunrpc/xdr_mem.c: Likewise.
5369 * sunrpc/xdr_rec.c: Likewise.
5370 * sunrpc/xdr_ref.c: Likewise.
5371 * sunrpc/xdr_sizeof.c: Likewise.
5372 * sunrpc/xdr_stdio.c: Likewise.
5373
b5c086a2
RM
53742012-05-10 Roland McGrath <roland@hack.frob.com>
5375
5376 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
5377 change. Update copyright years.
5378
6d74dd09
JM
53792012-05-10 Joseph Myers <joseph@codesourcery.com>
5380
5381 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
5382
28e72501
MK
53832012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
5384 Joseph Myers <joseph@codesourcery.com>
5385 Paul Pluzhnikov <ppluzhnikov@google.com>
5386
5387 [BZ #14012]
5388 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
5389 requiring rpcgen.
5390 [cross-compiling] (extra-libs): Likewise.
5391 [cross-compiling] (extra-libs-others): Likewise.
5392 [cross-compiling] (librpcsvc-routines): Likewise.
5393 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
5394 [cross-compiling] (omit-deps): Likewise.
5395 (sunrpc-CPPFLAGS): New variable.
5396 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
5397 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
5398 (cross-rpcgen-objs): New variable.
5399 (extra-objs): Append $(cross-rpcgen-objs).
5400 ($(cross-rpcgen-objs)): New rule.
5401 ($(objpfx)cross-rpcgen): Likewise.
5402 (rpcgen-cmd): Define to use $(built-program-file). Expand
5403 comment.
5404 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
5405 ($(objpfx)x%.stmp): Likewise.
5406 * sunrpc/proto.h [IS_IN_build] (_): Define.
5407 [IS_IN_build] (_libc_intl_domainname): Likewise.
5408
c8c59454
L
54092012-05-10 H.J. Lu <hongjiu.lu@intel.com>
5410
5411 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
5412 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
5413 and R_X86_64_TPOFF64.
5414
6f27cd16
JM
54152012-05-10 Joseph Myers <joseph@codesourcery.com>
5416
5417 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
5418 sysdeps/unix/sysv/syscalls.list.
5419 (stime): Likewise.
5420 (utime): Likewise.
5421 * sysdeps/unix/sysv/syscalls.list: Remove file.
5422
02467e1c
PE
54232012-05-10 Paul Eggert <eggert@cs.ucla.edu>
5424
5425 [BZ #3440]
5426 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
5427 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
5428 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
5429 (__LC_IDENTIFICATION): Make these macros useful in #if
5430 expressions, as required by C99.
5431
da392631
AS
54322012-05-10 Andreas Schwab <schwab@linux-m68k.org>
5433
5434 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
5435 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
5436 after this.
5437
8115f29b
L
54382012-05-09 H.J. Lu <hongjiu.lu@intel.com>
5439
5440 * stdlib/longlong.h: Updated from GCC.
5441
bdd74070
AJ
54422012-05-09 Andreas Jaeger <aj@suse.de>
5443
edfe0dbe
AJ
5444 * nscd/nscd.c (run_modes): Make named enum, reorder so that
5445 default is first entry.
5446 (run_mode): Set type.
5447 (main): Remove informal message about syslog.
5448 (options): Fix typo.
5449
bcfe3a54
ST
5450 [BZ #14053]
5451 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 5452 to asm.
bcfe3a54
ST
5453 (lrint): Likewise.
5454 (llrintf): Likewise.
5455 (llrint): Likewise.
5456 (rint): Likewise.
5457 (rintf): Likewise.
5458 (nearbyint): Likewise.
5459 (nearbyintf): Likewise.
bdd74070 5460
91d8d69e
AJ
54612012-05-09 Andreas Jaeger <aj@suse.de>
5462 Pedro Alves <palves@redhat.com>
5463
5464 * nscd/nscd.c (run_mode): Use enum.
5465 (main): Cleanup coding style issue.
5466
bb90b80b
AJ
54672012-05-09 Alexandre Oliva <aoliva@redhat.com>
5468 Andreas Jaeger <aj@suse.de>
5469
bcfe3a54
ST
5470 * nscd/nscd.c (go_background): Replaced with...
5471 (run_mode): ... this.
bb90b80b 5472 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
5473 (options): Add -F --foreground.
5474 (main): Implement it.
5475 (parse_opt): Parse it.
bb90b80b 5476
1a4b75a1
AJ
54772012-05-09 Andreas Jaeger <aj@suse.de>
5478
5479 [BZ #14083]
5480 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
5481 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
5482 -Wconversion warning.
5483 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
5484 Likewise.
5485
b1cc2472
JM
54862012-05-09 Joseph Myers <joseph@codesourcery.com>
5487
5488 * conform/data/locale.h-data (NULL): Use macro-constant. Require
5489 == 0.
5490 (LC_ALL): Use macro-int-constant.
5491 (LC_COLLATE): Likewise.
5492 (LC_CTYPE): Likewise.
5493 (LC_MESSAGES): Likewise.
5494 (LC_MONETARY): Likewise.
5495 (LC_NUMERIC): Likewise.
5496 (LC_TIME): Likewise.
5497 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
5498 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
5499 [ISO || ISO99 || ISO11] (*_t): Do not allow.
5500 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
5501 Specify type.
5502 [C99-based standards] (float_t): Expect type.
5503 [C99-based standards] (double_t): Expect type.
5504 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
5505 type.
5506 [C99-based standards] (HUGE_VALL): Likewise.
5507 [C99-based standards] (INFINITY): Likewise.
5508 [C99-based standards] (NAN): Likewise.
5509 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
5510 [C99-based standards] (FP_NAN): Likewise.
5511 [C99-based standards] (FP_NORMAL): Likewise.
5512 [C99-based standards] (FP_SUBNORMAL): Likewise.
5513 [C99-based standards] (FP_ZERO): Likewise.
5514 [C99-based standards] (FP_FAST_FMA): Use
5515 optional-macro-int-constant. Specify type. Require == 1.
5516 [C99-based standards] (FP_FAST_FMAF): Likewise.
5517 [C99-based standards] (FP_FAST_FMAL): Likewise.
5518 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
5519 [C99-based standards] (FP_ILOGBNAN): Likewise.
5520 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
5521 Specify type.
5522 [C99-based standards] (MATH_ERREXCEPT): Likewise.
5523 [C99-based standards] (math_errhandling): Specify type.
5524 [ISO99 || ISO11] (signgam): Do not allow.
5525 [non-C99-based standards] (copysignf): Do not allow.
5526 [non-C99-based standards] (exp2f): Likewise.
5527 [non-C99-based standards] (log2f): Likewise.
5528 [non-C99-based standards] (modff): Allow.
5529 [non-C99-based standards] (erff): Do not allow.
5530 [non-C99-based standards] (erfcf): Likewise.
5531 [non-C99-based standards] (gammaf): Likewise.
5532 [non-C99-based standards] (hypotf): Likewise.
5533 [non-C99-based standards] (j0f): Likewise.
5534 [non-C99-based standards] (j1f): Likewise.
5535 [non-C99-based standards] (jnf): Likewise.
5536 [non-C99-based standards] (lgammaf): Likewise.
5537 [non-C99-based standards] (tgammaf): Likewise.
5538 [non-C99-based standards] (y0f): Likewise.
5539 [non-C99-based standards] (y1f): Likewise.
5540 [non-C99-based standards] (ynf): Likewise.
5541 [non-C99-based standards] (isnanf): Likewise.
5542 [non-C99-based standards] (acoshf): Likewise.
5543 [non-C99-based standards] (asinhf): Likewise.
5544 [non-C99-based standards] (atanhf): Likewise.
5545 [non-C99-based standards] (cbrtf): Likewise.
5546 [non-C99-based standards] (expm1f): Likewise.
5547 [non-C99-based standards] (ilogbf): Likewise.
5548 [non-C99-based standards] (log1pf): Likewise.
5549 [non-C99-based standards] (logbf): Likewise.
5550 [non-C99-based standards] (nextafterf): Likewise.
5551 [non-C99-based standards] (remainderf): Likewise.
5552 [non-C99-based standards] (rintf): Likewise.
5553 [non-C99-based standards] (scalbf): Likewise.
5554 [non-C99-based standards] (copysignl): Likewise.
5555 [non-C99-based standards] (exp2l): Likewise.
5556 [non-C99-based standards] (log2l): Likewise.
5557 [non-C99-based standards] (modfl): Allow.
5558 [non-C99-based standards] (erfl): Do not allow.
5559 [non-C99-based standards] (erfcl): Likewise.
5560 [non-C99-based standards] (gammal): Likewise.
5561 [non-C99-based standards] (hypotl): Likewise.
5562 [non-C99-based standards] (j0l): Likewise.
5563 [non-C99-based standards] (j1l): Likewise.
5564 [non-C99-based standards] (jnl): Likewise.
5565 [non-C99-based standards] (lgammal): Likewise.
5566 [non-C99-based standards] (tgammal): Likewise.
5567 [non-C99-based standards] (y0l): Likewise.
5568 [non-C99-based standards] (y1l): Likewise.
5569 [non-C99-based standards] (ynl): Likewise.
5570 [non-C99-based standards] (isnanl): Likewise.
5571 [non-C99-based standards] (acoshl): Likewise.
5572 [non-C99-based standards] (asinhl): Likewise.
5573 [non-C99-based standards] (atanhl): Likewise.
5574 [non-C99-based standards] (cbrtl): Likewise.
5575 [non-C99-based standards] (expm1l): Likewise.
5576 [non-C99-based standards] (ilogbl): Likewise.
5577 [non-C99-based standards] (log1pl): Likewise.
5578 [non-C99-based standards] (logbl): Likewise.
5579 [non-C99-based standards] (nextafterl): Likewise.
5580 [non-C99-based standards] (remainderl): Likewise.
5581 [non-C99-based standards] (rintl): Likewise.
5582 [non-C99-based standards] (scalbl): Likewise.
5583 [ISO || ISO99 || ISO11] (*_t): Do not allow.
5584 [non-C99-based standards] (FP_*): Do not allow.
5585 [C99-based standards] (FP_*): Change to
5586 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
5587 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
5588 allow.
5589 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
5590 (SIG_ERR): Likewise.
5591 [X/Open-based standards] (SIG_HOLD): Likewise.
5592 (SIG_IGN): Likewise.
5593 (SIGABRT): Use macro-int-constant. Specify type. Require
5594 positive value.
5595 (SIGFPE): Likewise.
5596 (SIGILL): Likewise.
5597 (SIGINT): Likewise.
5598 (SIGSEGV): Likewise.
5599 (SIGTER): Likewise.
5600 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
5601 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
5602 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
5603 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
5604 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
5605 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
5606 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
5607 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
5608 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
5609 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
5610 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
5611 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
5612 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
5613 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
5614 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
5615 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
5616 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
5617 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
5618 [X/Open-based standards] (SIGTRAP): Likewise.
5619 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
5620 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
5621 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
5622 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
5623 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
5624 allow.
5625
b9f1922d
IW
56262012-05-08 Ian Wienand <ianw@vmware.com>
5627
5628 [BZ #14080]
5629 * time/tzset.c (__tzset_parse_tz): Update default rules for
5630 daylight time changes in the Energy Policy Act of 2005.
5631
1db86e88
AJ
56322012-05-09 Andreas Jaeger <aj@suse.de>
5633
5634 [BZ #13983]
5635 * elf/ldconfig.c (parse_conf): Change string to make clear that
5636 ldconfig only issued a warning if ld.so.conf does not exist.
5637
dee4a4e3
DM
56382012-05-08 David S. Miller <davem@davemloft.net>
5639
ee0db190
DM
5640 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
5641 movxtod instead of popping the value on the stack.
5642
dee4a4e3
DM
5643 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5644
6a43ec98
CD
56452012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
5646
5647 * config.h.in: Add HAVE_ARM_PCS_VFP.
5648
05c2c961
RMG
56492012-05-08 Roland Mc Grath <roland@hack.frob.com>
5650
bcfe3a54
ST
5651 [BZ #13979]
5652 * include/features.h: Warn if user requests __FORTIFY_SOURCE
5653 checking but the checks are disabled for any reason.
05c2c961 5654
4b30f61a
L
56552012-05-08 H.J. Lu <hongjiu.lu@intel.com>
5656
5657 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
5658 and ELF64_R_TYPE with ELFW(R_TYPE).
5659
eee2bc67
JM
56602012-05-08 Joseph Myers <joseph@codesourcery.com>
5661
7ea5391a
JM
5662 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
5663 (ulimit): Likewise.
5664
eee2bc67
JM
5665 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
5666 (settimeofday): Likewise.
5667
abb66a67
MF
56682012-05-08 Mike Frysinger <vapier@gentoo.org>
5669
5670 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
5671 a struct th_u2 inside the union, and move tu_block/tu_code into
5672 a new th_u3 union of tu_block/tu_code inside of that. Move
5673 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
5674 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
5675 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
5676 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
5677 (th_stuff): Change to th_u1.tu_stuff.
5678 (th_data): Define.
5679 (th_msg): Change to th_u1.th_u2.tu_data.
5680
7f18b530
DM
56812012-05-07 David S. Miller <davem@davemloft.net>
5682
05760585
DM
5683 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5684
7f18b530
DM
5685 [BZ #14074]
5686 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
5687 (SETUP_PIC_REG): Use it.
5688 (SETUP_PIC_REG_LEAF): Use it.
5689
495fd99f
JM
56902012-05-07 Joseph Myers <joseph@codesourcery.com>
5691
5692 [BZ #13885]
5693 [BZ #13923]
5694 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5695 USE_AS_EXPM1L.
5696 (EXPL_FINITE): Likewise.
5697 (FLDLOG): Likewise.
5698 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
5699 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
5700 e_expl.S.
5701 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5702 USE_AS_EXPM1L.
5703 (EXPL_FINITE): Likewise.
5704 (FLDLOG): Likewise.
5705 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
5706 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
5707 e_expl.S.
5708 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
5709 test of -max_value argument for long double.
5710 * sysdeps/i386/fpu/libm-test-ulps: Update.
5711 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5712
6693d694
DM
57132012-05-06 David S. Miller <davem@davemloft.net>
5714
5715 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
5716 quad soft-float symbols whose references which are compiler
5717 generated.
5718 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
5719
6c23e11c
JM
57202012-05-06 Joseph Myers <joseph@codesourcery.com>
5721
d8b82cad
JM
5722 [BZ #13884]
5723 [BZ #13914]
5724 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5725 USE_AS_EXP10L.
5726 (EXPL_FINITE): Likewise.
5727 (FLDLOG): Likewise.
5728 (c0): Likewise.
5729 (c1): Likewise.
5730 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
5731 Adjust comments for base varying.
5732 (__expl_finite): Change alias to EXPL_FINITE.
5733 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
5734 e_expl.S.
5735 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
5736 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
5737 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
5738 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
5739 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5740 USE_AS_EXP10L.
5741 (EXPL_FINITE): Likewise.
5742 (FLDLOG): Likewise.
5743 (c0): Likewise.
5744 (c1): Likewise.
5745 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
5746 Adjust comments for base varying.
5747 (__expl_finite): Change alias to EXPL_FINITE.
5748 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
5749 tests for bugs.
5750 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5751
6c23e11c
JM
5752 [BZ #14064]
5753 * math/libm-test.inc (check_float_internal): Correct ulp
5754 calculation for subnormal expected results.
5755
29ba805c
AJ
57562012-05-06 Andreas Jaeger <aj@suse.de>
5757
5758 * Makeconfig (+math-flags): New, set to -frounding-math.
5759 (+cflags): Add +math-flags so that all of glibc gets compiled with
5760 it.
5761
5762 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
5763
7b17aeda
JM
57642012-05-05 Joseph Myers <joseph@codesourcery.com>
5765
5779f134
JM
5766 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
5767 Disable one test.
5768
41498f4d
JM
5769 [BZ #13787]
5770 [BZ #13922]
5771 [BZ #14036]
5772 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
5773 (__ieee754_expl): Allow for and saturate large arguments.
5774 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
5775 (u_threshold): Likewise.
5776 (__exp): Call __ieee754_exp before checking for overflow and
5777 underflow.
5778 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
5779 (u_threshold): Likewise.
5780 (__expf): Call __ieee754_expf before checking for overflow and
5781 underflow.
5782 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
5783 (u_threshold): Likewise.
5784 (__expl): Call __ieee754_expl before checking for overflow and
5785 underflow.
5786 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
5787 (__ieee754_expl): Allow for and saturate large arguments.
5788 * math/libm-test.inc (exp_test): Add another test. Do not allow
5789 missing overflow exception on overflow.
5790 (expm1_test): Do not allow missing overflow exception on overflow.
5791
6698b8bf
JM
5792 * sysdeps/i386/fpu/e_expl.c: Move to ...
5793 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
5794 rather than using inline asm.
5795 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
5796 * sysdeps/x86_64/fpu/e_expl.S: Copy from
5797 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
5798
7b17aeda
JM
5799 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
5800 (nice): Likewise.
5801 (poll): Likewise.
5802 (signal): Likewise.
5803 (time): Likewise.
5804 (times): Likewise.
5805
f7c85819
JM
58062012-05-04 Joseph Myers <joseph@codesourcery.com>
5807
5808 * sysdeps/unix/syscalls.list (adjtime): Add entry from
5809 sysdeps/unix/common/syscalls.list.
5810 (fchmod): Likewise.
5811 (fchown): Likewise.
5812 (ftruncate): Likewise.
5813 (getrusage): Likewise.
5814 (gettimeofday): Likewise.
5815 (setpgid): Likewise.
5816 (setregid): Likewise.
5817 (setreuid): Likewise.
5818 (sigaction): Likewise.
5819 (truncate): Likewise.
5820 (vhangup): Likewise.
5821 * sysdeps/unix/common/syscalls.list: Remove file.
5822 * sysdeps/unix/bsd/Implies: Don't include unix/common.
5823 * sysdeps/unix/sysv/linux/Implies: Likewise.
5824
336270d0
L
58252012-05-04 H.J. Lu <hongjiu.lu@intel.com>
5826
5827 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
5828 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
5829 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
5830 Moved to ...
5831 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5832 Here.
5833 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
5834 to ...
5835 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
5836 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
5837 to ...
5838 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
5839 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
5840 to ...
5841 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
5842 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
5843 to ...
5844 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
5845 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
5846 to ...
5847 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
5848 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
5849 to ...
5850 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
5851 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
5852 to ...
5853 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
5854 Here.
5855 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
5856 to ...
5857 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
5858 Here.
5859 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
5860 to ...
5861 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
5862 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
5863 Moved to ...
5864 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
5865 Here.
5866 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
5867 to ...
5868 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
5869
d128e450
JM
58702012-05-04 Joseph Myers <joseph@codesourcery.com>
5871
fa8ee516
JM
5872 * sysdeps/unix/common/bits/dirent.h: Remove file.
5873 * sysdeps/unix/common/bits/fcntl.h: Likewise.
5874
d128e450
JM
5875 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
5876 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
5877 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
5878 * sysdeps/unix/bsd/isatty.c: Likewise.
5879 * sysdeps/unix/bsd/tcdrain.c: Likewise.
5880 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
5881 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
5882
ff8faaf0 58832012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 5884
62881be4 5885 [BZ #13563]
31dc8730
AZ
5886 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
5887 long double comparison inaccuracies.
5888 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
5889 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5890
6fef930c
AS
58912012-05-04 Andreas Schwab <schwab@linux-m68k.org>
5892
5893 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
5894 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
5895
8f203e6c
JM
58962012-05-04 Joseph Myers <joseph@codesourcery.com>
5897
5898 [BZ #14049]
5899 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
5900 nonzero digits before rounding a hex value.
5901 * stdlib/tst-strtod.c (tests): Add another test.
5902
5197d9c2
AK
59032012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5904
5905 * sysdeps/s390/fpu/libm-test-ulps: Update.
5906
f0c1dedf
AJ
59072012-05-03 Andreas Jaeger <aj@suse.de>
5908
5909 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
5910 does not get optimized out.
5911 (malloc_opt_barrier): New.
5912
a65ef2ae 59132012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 5914 Roland McGrath <roland@hack.frob.com>
a65ef2ae 5915
2b942cb7 5916 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 5917 intermediate file deletion.
2b942cb7 5918 (generated): Add .symlist files.
a65ef2ae 5919
54b71e02
JM
59202012-05-03 Joseph Myers <joseph@codesourcery.com>
5921
5922 [BZ #13775]
5923 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
5924 Redirect under this condition.
5925 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
5926 [__USE_GNU] (__dprintf_chk): Not under this condition.
5927 [__USE_GNU] (__vdprintf_chk): Likewise.
5928 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
5929 under this condition.
5930 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
5931 [__USE_XOPEN2K8] (dprintf): Define under this condition.
5932 [__USE_XOPEN2K8] (vdprintf): Likewise.
5933 [__USE_GNU] (__dprintf_chk): Not under this condition.
5934 [__USE_GNU] (__vdprintf_chk): Likewise.
5935 [__USE_GNU] (dprintf): Likewise.
5936 [__USE_GNU] (vdprintf): Likewise.
5937
d3dfcc41
RM
59382012-05-03 Roland McGrath <roland@hack.frob.com>
5939
5940 * elf/Makefile (common-generated): Set this instead of generated for
5941 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
5942 $(all-built-dso)-derived lists.
5943
7ac30cc5
AJ
59442012-05-03 Andreas Jaeger <aj@suse.de>
5945
0c51e550
AJ
5946 * sysdeps/i386/fpu/libm-test-ulps: Update.
5947
7ac30cc5
AJ
5948 * FAQ: Removed.
5949 * FAQ.in: Likewise.
5950 * scripts/gen-FAQ.pl: Likewise.
5951 * manual/install.texi (Installation): Point to online location of
5952 FAQ.
5953 * Makefile (files-for-dist): Remove FAQ.
5954 (FAQ): Remove.
5955
d4c2917f
AM
59562012-05-02 Allan McRae <allan@archlinux.org>
5957
5958 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
5959 (LDFLAGS-reldepmod5.so): Likewise.
5960 (LDFLAGS-reldep6mod1.so): Likewise.
5961 (LDFLAGS-reldep6mod4.so): Likewise.
5962 (LDFLAGS-reldep8mod3.so): Likewise.
5963 (LDFLAGS-unload4mod1.so): Likewise.
5964 (LDFLAGS-unload4mod2.so): Likewise.
5965 (LDFLAGS-tst-initorder): Likewise.
5966 (LDFLAGS-tst-initordera2.so): Likewise.
5967 (LDFLAGS-tst-initordera3.so): Likewise.
5968 (LDFLAGS-tst-initordera4.so): Likewise.
5969 (LDFLAGS-tst-initorderb2.so): Likewise.
5970 (LDFLAGS-noload): Likewise.
5971 (LDFLAGS-next): Likewise.
5972 (LDFLAGS-order2mod1.so): Likewise.
5973 (LDFLAGS-order2mod2.so): Likewise.
5974 (LDFLAGS-tst-initorder2): Likewise.
5975 (LDFLAGS-tst-initorder2a.so): Likewise.
5976 (LDFLAGS-tst-initorder2b.so): Likewise.
5977 (LDFLAGS-tst-initorder2c.so): Likewise.
5978 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
5979
d77f993f
DM
59802012-05-02 David S. Miller <davem@davemloft.net>
5981
5982 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5983
171a70b4
PP
59842012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5985
5986 [BZ #14055]
5987 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
5988
0be196ad
AJ
59892012-05-02 Andreas Jaeger <aj@suse.de>
5990
5991 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
5992 since we manipulate rounding mode.
5993 (CPPFLAGS-test-idouble.c): Likewise.
5994 (CPPFLAGS-test-ifloat.c): Likewise.
5995 (CFLAGS-test-ldouble.c): Likewise.
5996 (CFLAGS-test-double.c): Likewise.
5997 (CFLAGS-test-float.c): Likewise.
5998 (CFLAGS-test-misc.c): Likewise.
5999 (CFLAGS-test-test-fenv.c): Likewise.
6000
4f9d04aa
AZ
60012012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6002
2b942cb7
RM
6003 [BZ #2550]
6004 [BZ #2570]
6005 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
6006 comparisons to determine direction to adjust input.
4f9d04aa 6007
82a79e7d
RM
60082012-05-01 Roland McGrath <roland@hack.frob.com>
6009
f5a01ca9
RM
6010 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
6011 output to the target.
6012
90fe4186
RM
6013 * scripts/localplt.awk: New file.
6014 * elf/Makefile ($(objpfx)check-localplt): Target removed.
6015 (check-localplt-CFLAGS): Variable removed.
6016 ($(all-built-dso:=.jmprel)): New static pattern rule.
6017 (generated): Add those targets.
6018 (localplt-built-dso): New variable.
6019 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
6020
6021 * elf/check-localplt.c: File removed.
6022
82397ed6
RM
6023 * scripts/check-execstack.awk: New file.
6024 * elf/Makefile ($(objpfx)check-execstack): Target removed.
6025 (check-execstack-CFLAGS): Variable removed.
6026 ($(objpfx)check-execstack.h): Target removed.
6027 ($(objpfx)execstack-default): New target.
6028 (generated): Add that instead of check-execstack.h.
6029 ($(all-built-dso:=.phdr)): New static pattern rule.
6030 (generated): Add those targets.
6031 * elf/check-execstack.c: File removed.
6032
82a79e7d
RM
6033 * scripts/check-textrel.awk: New file.
6034 * elf/Makefile ($(objpfx)check-textrel): Target removed.
6035 (check-textrel-CFLAGS): Variable removed.
6036 (all-built-dso): Use := to define.o
6037 ($(all-built-dso:=.dyn)): New static pattern rule.
6038 (generated): Add those targets.
6039 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
6040 * config.make.in (READELF): New substituted variable.
6041 * elf/check-textrel.c: File removed.
6042
62fde54f 60432012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 6044
615605c9
JM
6045 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
6046 allow.
6047 * conform/data/ctype.h-data [C99-based standards] (isblank):
6048 Expect function.
6049 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
6050 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
6051 [ISO || ISO99 || ISO11] (*_t): Do not allow.
6052 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
6053 Specify type. Require positive value.
6054 (EILSEQ): Likewise.
6055 (ERANGE): Likewise.
6056 [ISO || POSIX] (EILSEQ): Do not expect.
6057 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
6058 Specify type. Require positive value.
6059 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
6060 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
6061 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
6062 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
6063 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
6064 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
6065 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
6066 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
6067 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
6068 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
6069 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
6070 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
6071 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
6072 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
6073 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
6074 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
6075 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
6076 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
6077 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
6078 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
6079 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
6080 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
6081 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
6082 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
6083 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
6084 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
6085 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
6086 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
6087 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
6088 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
6089 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
6090 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
6091 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
6092 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
6093 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
6094 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
6095 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
6096 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
6097 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
6098 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
6099 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
6100 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
6101 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
6102 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
6103 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
6104 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
6105 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
6106 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
6107 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
6108 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
6109 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
6110 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
6111 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
6112 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
6113 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
6114 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
6115 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
6116 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
6117 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
6118 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
6119 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
6120 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
6121 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
6122 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
6123 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
6124 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
6125 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
6126 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
6127 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
6128 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
6129 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
6130 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
6131 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
6132 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
6133 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
6134 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
6135 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
6136 Require >= 2.
6137 (FLT_ROUNDS): Expect as macro, not constant.
6138 (FLT_MANT_DIG): Use macro-int-constant.
6139 (DBL_MANT_DIG): Likewise.
6140 (LDBL_MANT_DIG): Likewise.
6141 (FLT_DIG): Likewise.
6142 (DBL_DIG): Likewise.
6143 (LDBL_DIG): Likewise.
6144 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
6145 (DBL_MIN_EXP): Likewise.
6146 (LDBL_MIN_EXP): Likewise.
6147 (FLT_MAX_EXP): Use macro-int-constant.
6148 (DBL_MAX_EXP): Likewise.
6149 (LDBL_MAX_EXP): Likewise.
6150 (FLT_MAX_10_EXP): Likewise.
6151 (DBL_MAX_10_EXP): Likewise.
6152 (LDBL_MAX_10_EXP): Likewise.
6153 (FLT_MAX): Use macro-constant.
6154 (DBL_MAX): Likewise.
6155 (LDBL_MAX): Likewise.
6156 (FLT_EPSILON): Use macro-constant. Give upper bound.
6157 (DBL_EPSILON): Likewise.
6158 (LDBL_EPSILON): Likewise.
6159 (FLT_MIN): Likewise.
6160 (DBL_MIN): Likewise.
6161 (LDBL_MIN): Likewise.
6162 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
6163 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
6164 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
6165 [ISO11] (FLT_HAS_SUBNORM): Likewise.
6166 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
6167 [ISO11] (DBL_DECIMAL_DIG): Likewise.
6168 [ISO11] (FLT_DECIMAL_DIG): Likewise.
6169 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
6170 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
6171 [ISO11] (FLT_TRUE_MIN): Likewise.
6172 [ISO11] (LDBL_TRUE_MIN): Likewise.
6173 [ISO || ISO99 || ISO11] (*_t): Do not allow.
6174 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
6175 (SCHAR_MIN): Use macro-int-constant. Specify type.
6176 (SCHAR_MAX): Likewise.
6177 (UCHAR_MAX): Likewise.
6178 (CHAR_MIN): Likewise.
6179 (CHAR_MAX): Likewise.
6180 (MB_LEN_MAX): Use macro-int-constant.
6181 (SHRT_MIN): Use macro-int-constant. Specify type.
6182 (SHRT_MAX): Likewise.
6183 (USHRT_MAX): Likewise.
6184 (INT_MAX): Likewise.
6185 (INT_MIN): Use macro-int-constant. Specify type. Make upper
6186 bound negative.
6187 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
6188 bound with "U".
6189 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
6190 bound with "L".
6191 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
6192 bound negative. Suffix upper bound with "L".
6193 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
6194 bound with "UL".
6195 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
6196 Specify type.
6197 [C99-based standards] (LLONG_MAX): Likewise.
6198 [C99-based standards] (ULLONG_MAX): Likewise.
6199 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
6200 == 0.
6201 [ISO11] (max_align_t): Require type.
6202 [ISO || ISO99 || ISO11] (*_t): Do not allow.
6203
c9140a62
JM
6204 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
6205 from $CFLAGS, without defining away __attribute__ calls.
6206 (checknamespace): Use $CFLAGS_namespace.
6207
9af0bf29
JM
6208 * conform/conformtest.pl (@keywords): Only include C99 keywords
6209 for standards based on C99 or C11.
6210
343222a2
JM
6211 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
6212 Disable tests.
6213 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
6214 UNIX98]: Likewise.
6215
661f8cf0
JM
6216 * conform/conformtest.pl: Handle "macro-int-constant" and test for
6217 usability of symbols in #if.
6218
ee74b9cb
JM
6219 * conform/conformtest.pl: If macro or constant types start
6220 "promoted:", expect the symbol to be of the following type
6221 promoted by the integer promotions.
62fde54f 6222
aafc49b3
JM
6223 * conform/conformtest.pl: Parse all "constant" and "macro" lines
6224 in one place. Also handle "macro-constant".
6225
fefdf574
JM
6226 * conform/conformtest.pl: Only accept expected macro values with
6227 "==". Parse all "macro" lines in one place.
6228 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
6229
f2d922fe
JM
6230 * conform/conformtest.pl: Handle braced types on "constant" lines
6231 instead of handling "typed-constant".
6232 * conform/data/signal.h-data: Use "constant" instead of
6233 "typed-constant".
6234
d22956c9
JM
6235 * conform/conformtest.pl: Handle "optional-" at start of lines in
6236 one place rather than duplicating several cases. Handle each
6237 format of "macro" line with initial "optional-".
6238
028e2e38
JM
6239 * conform/conformtest.pl: Only accept expected constant or
6240 optional-constant values with "==". Parse all "constant" lines in
6241 one place. Parse all "optional-constant" lines in one place.
6242 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
6243 * conform/data/fmtmsg.h-data: Likewise.
6244 * conform/data/netinet/in.h-data: Likewise.
6245 * conform/data/tar.h-data: Likewise.
6246 * conform/data/limits.h-data: Use "==" form on "constant" and
6247 "optional-constant" lines.
6248
1b8f2850
JM
6249 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
6250 Use -std=c99 for XOPEN2K.
6251 (@knownproblems): Remove.
6252 (newtoken): Don't check %isknown.
6253
a05a144b
JM
6254 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
6255 Do not expect macro.
6256 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
6257 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
6258 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
6259 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
6260 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
6261 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
6262 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
6263 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
6264 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
6265 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
6266 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
6267 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
6268 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
6269 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
6270 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
6271 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
6272 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
6273 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
6274 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
6275 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
6276 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
6277 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
6278 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
6279 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
6280 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
6281 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
6282 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
6283 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
6284 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
6285 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
6286 [XPG3] (acosh): Likewise.
6287 [XPG3] (asinh): Likewise.
6288 [XPG3] (atanh): Likewise.
6289 [XPG3] (cbrt): Likewise.
6290 [XPG3] (expm1): Likewise.
6291 [XPG3] (ilogb): Likewise.
6292 [XPG3] (log1p): Likewise.
6293 [XPG3] (logb): Likewise.
6294 [XPG3] (nextafter): Likewise.
6295 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
6296 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
6297 [XPG3] (remainder): Likewise.
6298 [XPG3] (rint): Likewise.
6299 [XPG3 || XPG4 || UNIX98] (round): Likewise.
6300 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
6301 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
6302 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
6303 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
6304 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
6305 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
6306 [UNIX98 || XOPEN2K] (scalb): Expect.
6307 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
6308 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
6309 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
6310 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
6311 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
6312 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
6313 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
6314 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
6315 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
6316 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
6317 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
6318 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
6319 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
6320 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
6321 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
6322 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
6323 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
6324 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
6325 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
6326 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
6327 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
6328 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
6329 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
6330 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
6331 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
6332 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
6333 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
6334 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
6335 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
6336 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
6337 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
6338 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
6339 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
6340 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
6341 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
6342 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
6343 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
6344 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
6345 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
6346 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
6347 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
6348 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
6349 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
6350 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
6351 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
6352 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
6353 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
6354 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
6355 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
6356 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
6357 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
6358 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
6359 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
6360 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
6361 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
6362 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
6363 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
6364 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
6365 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
6366 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
6367 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
6368 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
6369 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
6370 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
6371 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
6372 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
6373 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
6374 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
6375 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
6376 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
6377 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
6378 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
6379 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
6380 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
6381 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
6382 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
6383 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
6384 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
6385 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
6386 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
6387 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
6388 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
6389 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
6390 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
6391 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
6392 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
6393 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
6394 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
6395 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
6396 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
6397 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
6398 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
6399 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
6400 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
6401 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
6402 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
6403 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
6404 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
6405 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
6406 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
6407 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
6408 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
6409 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
6410 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
6411 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
6412 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
6413 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
6414 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
6415 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
6416 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
6417 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
6418 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
6419 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
6420 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
6421 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
6422 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
6423 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
6424 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
6425 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
6426 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
6427 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
6428 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
6429 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
6430 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
6431 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
6432 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
6433 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
6434 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
6435 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
6436 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
6437 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
6438 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
6439 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
6440 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
6441 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
6442 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
6443 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
6444
73c5ebe3
JM
6445 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
6446 _XOPEN_SOURCE_EXTENDED for XPG4.
6447
39c33b6c
JM
6448 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
6449
62fde54f
JM
6450 * Makeconfig (localtime): Remove variable.
6451 (inst_localtime-file): Likewise.
6452
0741d64c
AS
64532012-05-01 Andreas Schwab <schwab@linux-m68k.org>
6454
6455 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6456 Update.
6457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6458 Update.
6459 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6460 Update.
6461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6462 Update.
6463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6464 Update.
6465 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
6466 Update.
6467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6468 Update.
6469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
6470 Update.
6471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6472 Update.
6473
7cb029ee
JM
64742012-05-01 Joseph Myers <joseph@codesourcery.com>
6475
6476 [BZ #2550]
6477 [BZ #2570]
6478 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
6479 comparisons to determine direction to adjust input.
6480 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
6481 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
6482 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
6483 Likewise.
6484 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
6485 Likewise.
6486 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
6487 Likewise.
6488 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6489 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
6490 Likewise.
6491 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
6492 Likewise.
6493 * math/libm-test.inc (nexttoward_test): Add more tests.
6494
412bd966
AS
64952012-05-01 Andreas Schwab <schwab@linux-m68k.org>
6496
6497 [BZ #14040]
6498 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
6499 in version GLIBC_2.1, not GLIBC_2.0.
6500 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
6501 Likewise.
6502
9568c0c2
JM
65032012-04-30 Joseph Myers <joseph@codesourcery.com>
6504
adfbc8ac
JM
6505 [BZ #13942]
6506 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
6507 (1 - x) * (1 + x).
6508 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
6509 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
6510 * math/libm-test.inc (acos_test): Add more tests.
6511 (asin_test): Likewise.
6512 * sysdeps/i386/fpu/libm-test-ulps: Update.
6513 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6514
5ba3cc69
JM
6515 [BZ #14034]
6516 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
6517 of square root.
6518 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
6519 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
6520 * math/libm-test.inc (acos_test_tonearest): New function.
6521 (acos_test_towardzero): Likewise.
6522 (acos_test_downward): Likewise.
6523 (acos_test_upward): Likewise.
6524 (asin_test_tonearest): Likewise.
6525 (asin_test_towardzero): Likewise.
6526 (asin_test_downward): Likewise.
6527 (asin_test_upward): Likewise.
6528 (main): Call the new functions.
6529 * sysdeps/i386/fpu/libm-test-ulps: Update.
6530 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6531
9568c0c2
JM
6532 [BZ #13884]
6533 [BZ #13924]
6534 * math/e_exp10.c: Include <float.h>.
6535 (__ieee754_exp10): Handle underflow here rather than multiplying
6536 large negative argument by M_LN10.
6537 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
6538 of __ieee754_expf.
6539 * math/e_exp10l.c: Include <float.h>.
6540 (__ieee754_exp10l): Handle underflow here rather than multiplying
6541 large negative argument by M_LN10l.
6542 * math/libm-test.inc (exp10_test): Add another test. Do not allow
6543 spurious overflow exception on underflow.
6544
5ac3ea17
MP
65452012-04-29 Marek Polacek <polacek@redhat.com>
6546
6547 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
6548 (__fortify_function): New macro.
6549 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
6550 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
6551 __extern_always_inline.
6552 * libio/bits/stdio2.h: Likewise.
6553 * libio/bits/stdio.h: Likewise.
6554 * string/string.h: Likewise.
6555 * string/bits/string3.h: Likewise.
6556 * include/stdio.h: Likewise.
6557 * stdlib/bits/stdlib.h: Likewise.
6558 * stdlib/stdlib.h: Likewise.
6559 * rt/bits/mqueue2.h: Likewise.
6560 * rt/mqueue.h: Likewise.
6561 * posix/bits/unistd.h: Likewise.
6562 * posix/unistd.h: Likewise.
6563 * io/bits/poll2.h: Likewise.
6564 * io/bits/fcntl2.h: Likewise.
6565 * io/fcntl.h: Likewise.
6566 * io/sys/poll.h: Likewise.
6567 * misc/bits/syslog.h: Likewise.
6568 * misc/bits/syslog-ldbl.h: Likewise.
6569 * misc/sys/syslog.h: Likewise.
6570 * socket/bits/socket2.h: Likewise.
6571 * socket/sys/socket.h: Likewise.
6572 * debug/tst-chk1.c: Likewise.
6573 * wcsmbs/bits/wchar2.h: Likewise.
6574 * wcsmbs/bits/wchar-ldbl.h: Likewise.
6575 * wcsmbs/wchar.h: Likewise.
6576
ecf0ebfb
AJ
65772012-04-29 Andreas Jaeger <aj@suse.de>
6578
6579 * Makerules (tests): Remove enable-check-abi protection.
6580 (check-abi-warn): Remove.
6581 (check-abi-%): Remove check-abi-warn usage.
6582
6583 * configure.in: Remove check-abi configure option.
6584 * configure: Regenerated.
6585 * config.make.in (enable-check-abi): Remove.
6586
6d5c57fa
AS
65872012-04-28 Andreas Schwab <schwab@linux-m68k.org>
6588
24c5d07e 6589 [BZ #14033]
ded5180a
AS
6590 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
6591 double functions to double *_finite functions.
6592
7e0d315d
AS
6593 [BZ #13941]
6594 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
6595 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
6596 LDBL_MIN_EXP.
6597 * stdio-common/Makefile (tests): Add tst-sprintf3.
6598 * stdio-common/tst-sprintf3.c: New file.
6599
6d5c57fa
AS
6600 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
6601 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
6602
0749ff8b
JM
66032012-04-28 Joseph Myers <joseph@codesourcery.com>
6604
6605 * conform/conformtest.pl: Remove duplicate typed-constant
6606 handling.
6607
8dbd5d7b
DM
66082012-04-28 David S. Miller <davem@davemloft.net>
6609
6610 * Makerules (%.abilist): Add vpath on sysdep_dirs.
6611 (check-abi-%): Remove AWK script prerequisite and explicit
6612 abilist directory.
6613 (check-abi): Rewrite to just diff the symlist with the abilist.
6614 (config-tls, config-abi-config): Delete, no longer used.
6615 (update-abi-%): Remove AWK script and explicit abilist directory.
6616 (update-abi): Rewrite to simply compare and conditionally copy the
6617 symlist and the sysdep abilist file. Remove update-abi-config
6618 checks.
6619 * abilist/ld.abilist: Remove.
6620 * abilist/libBrokenLocale.abilist: Remove.
6621 * abilist/libanl.abilist: Remove.
6622 * abilist/libcrypt.abilist: Remove.
6623 * abilist/libdl.abilist: Remove.
6624 * abilist/librt.abilist: Remove.
6625 * abilist/libthread_db.abilist: Remove.
6626 * abilist/libutil.abilist: Remove.
6627 * scripts/extract-abilist.awk: Remove.
6628 * scripts/merge-abilist.awk: Remove.
6629 * sysdeps/generic/libcidn.abilist: New file.
6630 * sysdeps/generic/libnss_compat.abilist: New file.
6631 * sysdeps/generic/libnss_db.abilist: New file.
6632 * sysdeps/generic/libnss_dns.abilist: New file.
6633 * sysdeps/generic/libnss_files.abilist: New file.
6634 * sysdeps/generic/libnss_hesiod.abilist: New file.
6635 * sysdeps/generic/libnss_nis.abilist: New file.
6636 * sysdeps/generic/libnss_nisplus.abilist: New file.
6637 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
6638 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
6639 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
6640 file.
6641 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
6642 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
6643 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
6644 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
6645 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
6646 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
6647 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
6648 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
6649 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
6650 file.
6651 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
6652 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
6653 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
6654 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
6655 file.
6656 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
6657 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
6658 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
6659 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
6660 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
6661 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
6662 file.
6663 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
6664 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
6665 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
6666 file.
6667 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
6668 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
6669 New file.
6670 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
6671 New file.
6672 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
6673 New file.
6674 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
6675 New file.
6676 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
6677 New file.
6678 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
6679 New file.
6680 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
6681 New file.
6682 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
6683 New file.
6684 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
6685 New file.
6686 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
6687 New file.
6688 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
6689 New file.
6690 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
6691 New file.
6692 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
6693 New file.
6694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
6695 file.
6696 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6697 New file.
6698 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6699 New file.
6700 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
6701 file.
6702 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6703 New file.
6704 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6705 New file.
6706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
6707 file.
6708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6709 New file.
6710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6711 New file.
6712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6713 New file.
6714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6715 New file.
6716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6717 New file.
6718 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6719 New file.
6720 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
6721 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
6722 file.
6723 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6724 New file.
6725 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
6726 file.
6727 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
6728 file.
6729 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
6730 file.
6731 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
6732 file.
6733 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
6734 file.
6735 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6736 New file.
6737 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
6738 file.
6739 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
6740 file.
6741 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6742 New file.
6743 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
6744 file.
6745 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
6746 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
6747 file.
6748 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6749 New file.
6750 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
6751 file.
6752 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
6753 file.
6754 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
6755 file.
6756 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
6757 file.
6758 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
6759 file.
6760 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6761 New file.
6762 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
6763 file.
6764 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
6765 file.
6766 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6767 New file.
6768 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
6769 file.
6770 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
6771 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
6772 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
6773 file.
6774 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
6775 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
6776 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
6777 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
6778 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
6779 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
6780 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
6781 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
6782 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
6783 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
6784 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
6785 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
6786 file.
6787 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6788 New file.
6789 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
6790 file.
6791 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
6792 file.
6793 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
6794 file.
6795 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
6796 file.
6797 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
6798 file.
6799 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6800 New file.
6801 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6802 New file.
6803 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
6804 file.
6805 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6806 New file.
6807 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
6808 file.
6809 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
6810 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
6811 file.
6812 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6813 New file.
6814 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
6815 file.
6816 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
6817 file.
6818 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
6819 file.
6820 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
6821 file.
6822 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
6823 file.
6824 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6825 New file.
6826 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6827 New file.
6828 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
6829 file.
6830 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6831 New file.
6832 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
6833 file.
6834
41d73a1b
JM
68352012-04-28 Joseph Myers <joseph@codesourcery.com>
6836
6837 * conform/conformtest.pl: Fix typo in handling typed-constant from
6838 allow-header.
6839
28aeeda4
JM
68402012-04-27 Joseph Myers <joseph@codesourcery.com>
6841
adae8f5e
JM
6842 * README: Cut down references to pre-2.6 Linux kernels and
6843 Linuxthreads. Update lists of configurations in libc and ports
6844 and sort alphabetically. Say "or newer" with Linux kernel version
6845 requirements.
6846
28aeeda4
JM
6847 * config.h.in [IS_IN_build]: Allow compiling without optimization.
6848
a462cb63
RA
68492012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
6850
6851 [BZ #887]
6852 * math/libm-test.inc (logb_test_downward): New test to expose
6853 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
6854 rounding mode.
6855
6ad3493e
JM
68562012-04-27 Joseph Myers <joseph@codesourcery.com>
6857
6858 [BZ #14027]
6859 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
6860 to be done.
6861 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
6862 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
6863
2ce4f015
JM
68642012-04-26 Joseph Myers <joseph@codesourcery.com>
6865
5aeb141a
JM
6866 * sysdeps/unix/i386/brk.S: Remove file.
6867 * sysdeps/unix/i386/dl-brk.S: Likewise.
6868 * sysdeps/unix/i386/pipe.S: Likewise.
6869 * sysdeps/unix/i386/sigreturn.S: Likewise.
6870 * sysdeps/unix/i386/syscall.S: Likewise.
6871 * sysdeps/unix/i386/vfork.S: Likewise.
6872 * sysdeps/unix/i386/wait.S: Likewise.
6873
7143acae
JM
6874 * sysdeps/unix/common/tcsendbrk.c: Move to ...
6875 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
6876
2ce4f015
JM
6877 * configure.in (arm*-none*): Do not allow without
6878 --enable-hacker-mode.
6879 (netbsd*): Remove case setting base_os.
6880 (386bsd*): Likewise.
6881 (freebsd*): Likewise.
6882 (bsdi*): Likewise.
6883 (osf*): Likewise.
6884 (sunos*): Likewise.
6885 (ultrix*): Likewise.
6886 (newsos*): Likewise.
6887 (dynix*): Likewise.
6888 (*bsd*): Likewise.
6889 (sysv*): Likewise.
6890 (isc*): Likewise.
6891 (esix*): Likewise.
6892 (sco*): Likewise.
6893 (minix*): Likewise.
6894 (irix4*): Likewise.
6895 (irix6*): Likewise.
6896 (solaris[2-9]*): Likewise.
6897 (none): Likewise.
6898 * configure: Regenerated.
6899
0ac229c8
AZ
69002012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6901
6902 [BZ #11521]
6903 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
6904 overflow or cancellation in calculating denominator.
6905 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
6906 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
6907 down expression to avoid unexpected rounding in newer GCCs.
6908 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
6909
33f244f4
DM
69102012-04-26 David S. Miller <davem@davemloft.net>
6911
6912 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
6913 long-double compat symbols.
6914 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
6915 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
6916 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
6917 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
6918 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
6919 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
6920 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
6921 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
6922 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
6923 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6924 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
6925 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
6926 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
6927
cfa1f3e8
DM
69282012-04-25 David S. Miller <davem@davemloft.net>
6929
6930 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
6931 HWCAP_* values only after the memory barriers have been defined.
6932 (atomic_full_barrier): Define.
6933 (atomic_read_barrier): Define.
6934 (atomic_write_barrier): Define.
6935
6e236b92
SP
69362012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6937
6938 * shlib-versions: Add libgcc_s version information.
6939 * sysdeps/generic/libgcc_s.h: Remove.
6940 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
6941 libgcc_s.h.
6942 * sysdeps/gnu/unwind-resume.c: Likewise.
6943 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
6944
aab39a09
DM
69452012-04-25 David S. Miller <davem@davemloft.net>
6946
6947 * sysdeps/unix/sparc/brk.S: Delete.
6948 * sysdeps/unix/sparc/dl-brk.S: Delete.
6949 * sysdeps/unix/sparc/pipe.S: Delete.
6950 * sysdeps/unix/sparc/sysdep.S: Delete.
6951 * sysdeps/unix/sparc/sysdep.h: Delete.
6952 * sysdeps/unix/sparc/vfork.S: Delete.
6953 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
6954 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
6955 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
6956 ret_ERRVAL, r0, r1, MOVE): Define.
6957 (JUMPTARGET): Remove.
6958 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
6959 sysdeps/unix/sparc/sysdep.h
6960 (ENTRY, END): Remove.
6961 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6962
a3cc4f48
JM
69632012-04-25 Joseph Myers <joseph@codesourcery.com>
6964
2ed8cda2
JM
6965 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
6966 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
6967 -DIS_IN_build.
6968
35d76d59
JM
6969 * timezone/README: Update upstream location and email address for
6970 tzcode and tzdata.
6971 * timezone/zdump.c: Update from tzcode 2012b.
6972 * timezone/zic.c: Likewise.
6973
a3cc4f48
JM
6974 * configure.in (libc_cv_as_needed): Remove test.
6975 * configure: Regenerated.
6976 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
6977 conditional definition.
6978 [$(have-as-needed) != yes] (no-as-needed): Likewise.
6979 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
6980 * config.make.in (have-as-needed): Remove variable.
6981
ceab42c3
SP
69822012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
6983 Paul Pluzhnikov <ppluzhnikov@google.com>
6984
6985 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
6986 strings correctly.
6987
3ce2865f
CLT
69882012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
6989
6990 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
6991 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
6992 * sysdeps/sh/strlen.S: Likewise.
6993
f37e0d68
JM
69942012-04-24 Joseph Myers <joseph@codesourcery.com>
6995
ae186e9a
JM
6996 * sysdeps/unix/fork.S: Remove file.
6997 * sysdeps/unix/i386/fork.S: Likewise.
6998 * sysdeps/unix/sparc/fork.S: Likewise.
6999
b96914af
JM
7000 * sysdeps/unix/system.c: Remove file.
7001 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
7002
f37e0d68
JM
7003 * sysdeps/unix/getegid.S: Remove file.
7004 * sysdeps/unix/geteuid.S: Likewise.
7005
87ef29ca
RM
70062012-04-24 Roland McGrath <roland@hack.frob.com>
7007
83bcd236
RM
7008 * scripts/check-localplt.awk: New file.
7009 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
7010 of diff.
7011 * scripts/data/localplt-generic.data: Add a comment.
7012
87ef29ca
RM
7013 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
7014 NODE when __dir_mkfile failed.
7015 * sysdeps/mach/hurd/symlinkat.c: Likewise.
7016 Reported by Ludovic Courtès <ludo@gnu.org>.
7017
e5a6e567
AJ
70182012-04-24 Andreas Jaeger <aj@suse.de>
7019
7020 * Makerules (common-clean): Also remove gen-as-const-headers
7021 files.
7022
c1820385
JM
70232012-04-24 Joseph Myers <joseph@codesourcery.com>
7024
7025 * Makerules (native-compile): Do not change working directory for
7026 build. Use $(OUTPUT_OPTION) in command.
7027 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
7028
94e02fc4
AZ
70292012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7030
7031 [BZ #13886]
7032 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
7033 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
7034 * math/libm-test.inc (floor_test): Add more tests.
7035 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
7036
3a533ca3
JM
70372012-04-24 Joseph Myers <joseph@codesourcery.com>
7038
940ab4b3
JM
7039 * sysdeps/unix/getdents.c: Remove file.
7040 * sysdeps/unix/sysv/getdents.c: Likewise.
7041 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
7042
90e037bd
JM
7043 * sysdeps/unix/syscalls.list (madvise): Add syscall from
7044 sysdeps/unix/mman/syscalls.list.
7045 (mmap): Likewise.
7046 (mprotect): Likewise.
7047 (msync): Likewise.
7048 (munmap): Likewise.
7049 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
7050 * sysdeps/unix/mman/syscalls.list: Remove.
7051 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
7052
3a533ca3
JM
7053 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
7054 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
7055 * configure: Regenerated.
7056 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
7057 $(libgcc_s_suffix).
7058 * config.make.in (libgcc_s_suffix): Remove variable.
7059
1ad743de
JM
70602012-04-23 Joseph Myers <joseph@codesourcery.com>
7061
4ad451e2
JM
7062 * sysdeps/unix/sysv/gethostname.c: Move to ...
7063 * sysdeps/posix/gethostname.c: ... here.
7064
5e37ce39
JM
7065 * sysdeps/unix/execve.S: Remove file.
7066
1ad743de
JM
7067 * sysdeps/unix/_exit.S: Remove file.
7068
4e681b5b
AJ
70692012-04-23 Andreas Jaeger <aj@suse.de>
7070
7071 [BZ #13739]
7072 * manual/Makefile: Remove make dist support, there's no
7073 need for a stand-alone documentation tar ball.
7074 (TEXI2DVI): Define always, it's not in Makeconfig.
7075 (dist): Removed.
7076 (tar-it): Removed.
7077 (edition): Removed.
7078 (glibc-doc-$(edition).tar): Removed
7079 (%.Z): Removed.
7080 (%.gz): Removed.
7081 (%.uu): Removed.
7082 (ETAGS): Remove, it's in Makeconfig.
7083 (move-if-change): Remove, it's in Makeconfig.
7084
c0baea34
PE
70852013-04-23 Paul Eggert <eggert@cs.ucla.edu>
7086
7087 [BZ #13970]
7088 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
7089 (strtod, strtof, strtold, strtol, strtoul, strtoq)
7090 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
7091 (strtod_l, strtof_l, strtold_l): Remove __wur.
7092 It is not necessarily an error to ignore strtol's return value.
7093 One can reliably look at the stored endptr to decide whether
7094 the number had valid syntax.
7095
7c0616fa
AJ
70962012-04-21 Andreas Jaeger <aj@suse.de>
7097
803cb6b7 7098 [BZ #13739]
7c0616fa
AJ
7099 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
7100
b0fe253f
JM
71012012-04-21 Joseph Myers <joseph@codesourcery.com>
7102
7103 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
7104 * sysdeps/unix/sysv/Versions: Remove file.
7105
8280f22d
MT
71062012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
7107
7108 [BZ #13927]
7109 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7110
75ce411f 71112012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
7112
7113 [BZ #7064]
7114 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
7115 version from __vm86.
7116
097d59fa
JM
71172012-04-20 Joseph Myers <joseph@codesourcery.com>
7118
a90f3bcb
JM
7119 * sysdeps/unix/common/lxstat.c: Remove file.
7120 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
7121
edc7ea78
JM
7122 * sysdeps/unix/sysv/Makefile: Remove file.
7123
cb78c221
JM
7124 * sysdeps/unix/sysv/direct.h: Remove file.
7125
efa6a45f
JM
7126 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
7127 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
7128 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
7129 * sysdeps/unix/sysv/bits/signum.h: Likewise.
7130 * sysdeps/unix/sysv/bits/stat.h: Likewise.
7131 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
7132 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
7133
9c9f2d0c
JM
7134 * sysdeps/unix/sysv/setrlimit.c: Remove file.
7135
4541c83b
JM
7136 * sysdeps/unix/xmknod.c: Remove file.
7137 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
7138
f5d153a0
JM
7139 * sysdeps/unix/sysv/settimeofday.c: Remove file.
7140
aa746595
JM
7141 * sysdeps/unix/sysv/i386/time.S: Remove file.
7142
cce5905e
JM
7143 * sysdeps/unix/fxstat.c: Remove file.
7144 * sysdeps/unix/xstat.c: Likewise.
7145 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
7146
37fa3841
JM
7147 * sysdeps/unix/sysv/sigaction.c: Remove file.
7148
ff1962a3
JM
7149 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
7150 (sysdep_headers): Remove variable.
7151 [termio.h not in sysdep_headers] (generated): Likewise.
7152 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
7153 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
7154 * sysdeps/unix/sysv/tcdrain.c: Likewise.
7155 * sysdeps/unix/sysv/tcflow.c: Likewise.
7156 * sysdeps/unix/sysv/tcflush.c: Likewise.
7157 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
7158 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
7159 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
7160 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
7161 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
7162
e7740d31
JM
7163 * sysdeps/unix/siglist.c: Remove file.
7164
ee06f18b
JM
7165 * sysdeps/unix/getppid.S: Remove file.
7166
097d59fa
JM
7167 * sysdeps/unix/mkdir.c: Remove file.
7168 * sysdeps/unix/rmdir.c: Likewise.
7169
ff3d51ec
AS
71702012-04-19 Andreas Schwab <schwab@linux-m68k.org>
7171
7172 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
7173 ERR_MAX value.
7174 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
7175 errlist-compat value.
7176
50f81fd7
DM
71772012-04-18 David S. Miller <davem@davemloft.net>
7178
7179 * sysdeps/generic/memcopy.h (reg_char): Delete.
7180 * debug/strcat_chk.c: Use char, not reg_char.
7181 * debug/strcpy_chk.c: Likewise.
7182 * debug/strncat_chk.c: Likewise.
7183 * debug/strncpy_chk.c: Likewise.
7184 * string/memchr.c: Likewise.
7185 * string/memrchr.c: Likewise.
7186 * string/rawmemchr.c: Likewise.
7187 * string/strcat.c: Likewise.
7188 * string/strchr.c: Likewise.
7189 * string/strchrnul.c: Likewise.
7190 * string/strcmp.c: Likewise.
7191 * string/strcpy.c: Likewise.
7192 * string/strncat.c: Likewise.
7193 * string/strncmp.c: Likewise.
7194 * string/strncpy.c: Likewise.
7195
8ff41c46
WS
71962012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
7197
7198 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
7199 __builtin_memcopy is called when src and dest ranges are known to not
7200 overlap.
7201
6b652f46
WS
72022012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
7203
7204 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
7205 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
7206 fwd_align_merge macro call.
7207 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
7208 bwd_align_merge macro call.
7209 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
7210
b282631e
WS
72112012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
7212
7213 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
7214 bwd_align_merge macros.
7215 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
7216 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
7217 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
7218
95aa737c
DM
72192012-04-18 David S. Miller <davem@davemloft.net>
7220
7221 * sysdeps/sparc/sparc64/memcopy.h: Delete.
7222
7a99a614
AJ
72232012-04-18 Andreas Jaeger <aj@suse.de>
7224
7225 [BZ# 6794]
7226 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
7227 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
7228 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
7229
7230 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
7231 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
7232 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
7233
7234 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
7235 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
7236 Adjust for changed ldbl-128 files.
7237
7238 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
7239 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
7240 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
7241
e5270c23
DM
72422012-04-17 David S. Miller <davem@davemloft.net>
7243
7244 * sysdeps/sparc/sparc32/memcopy.h: Delete.
7245
fb5e92c9
AS
72462012-04-17 Andreas Schwab <schwab@linux-m68k.org>
7247
7248 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
7249 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
7250 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
7251 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
7252 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
7253 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
7254
76da7265
AZ
72552012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7256
7257 [BZ #6794]
7258 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
7259 * math/libm-test.inc: Add ilogb errno and exception tests.
7260 * math/w_ilogb.c: New file: ilogb wrapper.
7261 * math/w_ilogbf.c: New file: ilogbf wrapper.
7262 * math/w_ilogbl.c: New file: ilogbl wrapper.
7263 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
7264 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
7265 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
7266 exception being thrown with 0.0 as argument.
7267 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
7268 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
7269 exception being thrown with 0.0 as argument.
7270 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
7271 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
7272 exception being thrown with 0.0 as argument.
7273 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
7274 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
7275 exception being thrown with 0.0 as argument.
7276 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
7277 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 7278 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
7279 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
7280 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
7281 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
7282 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
7283 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
7284 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
7285
0396e69d
PB
72862012-04-17 Petr Baudis <pasky@ucw.cz>
7287
7288 * include/sys/uio.h: Change __vector to __iovec to avoid clash
7289 with altivec.
7290
750b5926
MP
72912012-04-16 Marek Polacek <polacek@redhat.com>
7292
7293 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
7294
751728a1
MP
72952012-04-16 Marek Polacek <polacek@redhat.com>
7296
7297 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
7298 operands of fdivp instruction.
7299
34a27407
L
73002012-04-13 H.J. Lu <hongjiu.lu@intel.com>
7301
7302 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
7303 * elf/tst-auditmod3b.c: Likewise.
7304 * elf/tst-auditmod4b.c: Likewise.
7305 * elf/tst-auditmod5b.c: Likewise.
7306 * elf/tst-auditmod6b.c: Likewise.
7307 * elf/tst-auditmod6c.c: Likewise.
7308 * elf/tst-auditmod7b.c: Likewise.
7309 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
7310 * sysdeps/x86_64/preconfigure.in: Likewise.
7311 * sysdeps/x86_64/preconfigure: Regenerated.
7312
7e73e17d
L
73132012-04-13 H.J. Lu <hongjiu.lu@intel.com>
7314
7315 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
7316 __ILP32__.
7317
c7a6ab72
AB
73182012-04-13 Antoine Balestrat <merkil33@gmail.com>
7319
7320 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7321 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
7322
a9e8e0e0
CL
73232012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
7324
7325 [BZ #13973]
7326 * locale/iso-639.def: Fix gl language name. Spotted by
7327 Yaron Shahrabani.
7328
ec98af7d
RM
73292012-04-12 Roland McGrath <roland@hack.frob.com>
7330
7331 [BZ #2074]
7332 * libio/libio.h (__io_write_fn): Update comment.
7333
247c3ede
PB
73342012-04-12 Petr Baudis <pasky@ucw.cz>
7335
7336 [BZ #2074]
7337 * stdio.texi (Hook Functions): The user provided writer function
7338 is not allowed to return -1.
7339
55939d6d
DM
73402012-04-11 David S. Miller <davem@davemloft.net>
7341
7342 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7343
90020f5a
MF
73442012-04-11 Mike Frysinger <vapier@gentoo.org>
7345
7346 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
7347 Add a leading slash to rtkaio.
7348
288f9098
JM
73492012-04-11 Jim Meyering <meyering@redhat.com>
7350
90020f5a
MF
7351 [BZ #11959]
7352 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
7353 It is not necessarily an error to ignore fwrite's return
7354 value. One can reliably use ferror to test for errors after
7355 the fact.
288f9098 7356
4be2b570
L
73572012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7358
7359 * bits/types.h (__snseconds_t): New type.
7360 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
7361
7362 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
7363 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
7364 (__SNSECONDS_T_TYPE): Likewise.
7365 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
7366 (__SNSECONDS_T_TYPE): Likewise.
7367 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
7368 (__SNSECONDS_T_TYPE): Likewise.
7369
288f9098 73702012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
7371
7372 [BZ #2636]
7373 * manual/time.texi (Processor Time): Return type of times is
7374 elapsed real time since an arbitrary point in the past.
7375 (CPU Time): Move CLK_TCK from here...
7376 (Processor Time): ...to here. Correct description.
7377 * manual/conf.texi (Constants for Sysconf): Correct description of
7378 _SC_CLK_TCK.
7379
d7dd4413
DM
73802012-04-10 David S. Miller <davem@davemloft.net>
7381
7382 [BZ #13967]
7383 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
7384 where the is a gap between DT_REL(A) and DT_JMPREL.
7385
b46068fc
L
73862012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7387
7388 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
7389 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
7390 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
7391
73d65cc3
SP
73922012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7393
7394 * elf/dl-support.c (_dl_inhibit_cache): New variable.
7395 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
7396 (dl_main): Handle --inhibit-cache.
7397 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
7398 _dl_inhibit_cache.
7399 * elf/dl-load.c (_dl_map_object): Use it.
7400 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
7401
bcc8d661
JM
74022012-04-09 Joseph Myers <joseph@codesourcery.com>
7403
8f9a2fae
JM
7404 [BZ #13872]
7405 * sysdeps/i386/fpu/e_powl.S (p78): New object.
7406 (__ieee754_powl): Saturate large exponents rather than testing for
7407 overflow of y*log2(x).
7408 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
7409 * math/libm-test.inc (pow_test): Do not permit spurious overflow
7410 exceptions.
7411
bcc8d661
JM
7412 [BZ #11521]
7413 * math/s_ctan.c: Include <float.h>.
7414 (__ctan): Avoid internal overflow or cancellation in calculating
7415 denominator.
7416 * math/s_ctanf.c: Likewise.
7417 * math/s_ctanl.c: Likewise.
7418 * math/s_ctanh.c: Likewise.
7419 * math/s_ctanhf.c: Likewise.
7420 * math/s_ctanhl.c: Likewise.
7421 * math/libm-test.inc (ctan_test): Add more tests.
7422 (ctanh_test): Likewise.
7423 * sysdeps/i386/fpu/libm-test-ulps: Update.
7424 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7425
823fbbb4
AJ
74262012-04-09 Andreas Jaeger <aj@suse.de>
7427
03879793
AJ
7428 [BZ #6894]
7429 * manual/filesys.texi (Directory Entries): Mention that d_namlen
7430 is an optional BSD extension.
7431
823fbbb4
AJ
7432 [BZ #10254]
7433 * manual/stdio.texi (Opening Streams): Document additional fopen
7434 parameters.
7435
8de131cb
RM
74362012-04-09 Roland McGrath <roland@hack.frob.com>
7437
7438 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
7439 %eax without telling the compiler.
7440
c0ed9d7d
CD
74412012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
7442
7443 [BZ # 13963]
7444 * manual/install.texi: Use sourceware.org.
7445
c483f6b4
JM
74462012-04-09 Joseph Myers <joseph@codesourcery.com>
7447
d7dd9453
JM
7448 [BZ #13873]
7449 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
7450 (__ieee754_pow): Generate overflow and underflow using huge*huge
7451 and tiny*tiny rather than just returning constant infinity or zero
7452 for large exponents.
7453 * math/libm-test.inc (pow_test): Require overflow exceptions for
7454 applicable cases of large exponents.
7455
c483f6b4
JM
7456 [BZ #706]
7457 * sysdeps/i386/fpu/e_pow.S (p10): New object.
7458 (__ieee754_pow): Use iterative multiplication algorithm only for
7459 integer exponents with absolute value below 1024. Check for odd
7460 integer exponents when using algorithm for real exponents.
7461 * math/libm-test.inc (pow_test): Add more tests.
7462 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7463
d2de7579
JM
74642012-04-08 Joseph Myers <joseph@codesourcery.com>
7465
7466 [BZ #13705]
7467 * math/libm-test.inc (exp_test): Do not allow overflow exception
7468 on underflow test.
7469
f77f1232
AJ
74702012-04-08 Aurelien Jarno <aurelien@aurel32.net>
7471
7472 [BZ #13705]
7473 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
7474 instead of __kernel_standard_f.
7475
3884932b
MF
74762012-04-08 Mike Frysinger <vapier@gentoo.org>
7477
7478 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
7479 * sysdeps/x86_64/memset_chk.S: Likewise.
7480
54472e9c
AJ
74812012-04-08 Andreas Jaeger <aj@suse.de>
7482
6ab0fbfc
AJ
7483 [BZ #10153]
7484 * manual/startup.texi (Environment Access): Describe return value
7485 for putenv and setenv.
7486
61efba8c
AJ
7487 [BZ #6895]
7488 * manual/filesys.texi (Directory Entries): Add description for
7489 DT_LNK.
7490
95c3f29a
AJ
7491 [BZ #6890]
7492 * manual/filesys.texi (Directory Entries): Clarify that it's file
7493 system not operating system in the description of DT_UNKNOWN.
7494
54472e9c
AJ
7495 [BZ #6578]
7496 * manual/syslog.texi (closelog): Fix reference, it's openlog.
7497
624254b1
SC
74982012-04-08 Stephen Compall <s11@member.fsf.org>
7499
7500 [BZ #6649]
7501 * manual/llio.texi (Opening and Closing Files): Add cross
7502 reference to explain mode argument.
7503
1e4920e0
MF
75042012-04-07 Mike Frysinger <vapier@gentoo.org>
7505
7506 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
7507 * sysdeps/x86_64/memset_chk.S: Likewise.
7508
5ed848f3
DM
75092012-04-07 David S. Miller <davem@davemloft.net>
7510
7511 * elf/elf.h (R_SPARC_WDISP10): Define.
7512 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
7513 R_SPARC_SIZE32.
7514 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
7515 R_SPARC_SIZE64 and R_SPARC_H34.
7516
96154cd8
CD
75172012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
7518
7519 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
7520 conditions and remove no longer applicable assertion.
7521
9904dc47
L
75222012-04-06 H.J. Lu <hongjiu.lu@intel.com>
7523
7524 * bits/byteswap.h: Include <features.h>.
7525 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
7526 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
7527
f8887d0a
L
75282012-04-06 H.J. Lu <hongjiu.lu@intel.com>
7529
7530 * bits/byteswap.h (__bswap_16): Removed.
7531 Include <bits/byteswap-16.h> to get __bswap_16.
7532 * sysdeps/i386/bits/byteswap.h: Likewise.
7533 * sysdeps/s390/bits/byteswap.h: Likewise.
7534 * sysdeps/x86_64/bits/byteswap.h: Likewise.
7535 * bits/byteswap-16.h: New file.
7536 * sysdeps/i386/bits/byteswap-16.h: Likewise.
7537 * sysdeps/s390/bits/byteswap-16.h: Likewise.
7538 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
7539 * string/Makefile (headers): Add bits/byteswap-16.h.
7540
62470f60
PP
75412012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7542
7543 [BZ #13895]
7544 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
7545 extra indirection.
7546 * nss/Makefile (tests-static, tests): Add tst-nss-static.
7547 * nss/tst-nss-static.c: New.
7548
4dad7bab
RM
75492012-04-06 Robert Millan <rmh@gnu.org>
7550
7551 [BZ #6486]
7552 * manual/llio.texi (File Position Primitive): lseek
7553 refers to WHENCE when it really means OFFSET.
7554
e9142a17
AJ
75552012-04-06 Andreas Jaeger <aj@suse.de>
7556
2c040eff
AJ
7557 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
7558 strncmp declarations.
7559
e9142a17
AJ
7560 * abilist/libc.abilist: Add __poll and __ppoll.
7561
ff9f1c5f
DM
75622012-04-05 David S. Miller <davem@davemloft.net>
7563
dcd2ae90
DM
7564 * scripts/check-local-headers.sh: Accept a host triplet in the
7565 path matched by the exclude regexp.
7566
993eb054
DM
7567 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
7568 definition.
7569 * sysdeps/powerpc/powerpc32/dl-machine.h
7570 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
7571 * sysdeps/s390/s390-32/dl-machine.h
7572 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7573 * sysdeps/sparc/sparc32/dl-machine.h
7574 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7575 * sysdeps/sparc/sparc64/dl-machine.h
7576 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7577
ff9f1c5f
DM
7578 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
7579 lazy binding.
48e2e132 7580 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
7581 undefined symbol errors.
7582
48e2e132 7583 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
7584 DT_NEEDED entries.
7585
e80d6f94
MM
75862012-04-05 Michael Matz <matz@suse.de>
7587
7588 [BZ #13592]
7589 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
7590
349fa79f
AJ
75912012-04-05 Andreas Jaeger <aj@suse.de>
7592
7593 [BZ #13908]
7594 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
7595 comment.
7596
f402708f
KK
75972012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7598
7599 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
7600 which ROUND is no valid rounding mode.
7601
2ecccfc9
KK
76022012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7603
7604 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
7605 read again.
7606 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
7607
8a53f50f
KK
76082012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7609
7610 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
7611 an exception using FPU order intentionally.
7612
76132012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7614
7615 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
7616 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
7617 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
7618 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
7619
d653abb7
SJ
76202012-04-05 Simon Josefsson <simon@josefsson.org>
7621
7622 [BZ #12340]
7623 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
7624 EINVAL when BUFLEN is too smal.
7625
c3b1bf7d
TS
76262012-04-05 Thomas Schwinge <thomas@codesourcery.com>
7627
7628 [BZ #13553]
7629 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
7630 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7631
b1aa60f3
AJ
76322012-04-03 Andreas Jaeger <aj@suse.de>
7633
c3b1bf7d 7634 [BZ #13938]
67f60a26
AJ
7635 * manual/setjmp.texi (System V contexts): Fix sentence.
7636
b1aa60f3
AJ
7637 [BZ #13926]
7638 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
7639 New macro for this case.
7640 [!__GNUC__] (__bswap_64): New inline function for this case.
7641 * sysdeps/x86_64/bits/byteswap.h: Likewise.
7642 * bits/byteswap.h: Likewise.
7643 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
7644 ull, guard with __GLIBC_HAVE_LONG_LONG.
7645
7646 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
7647 __GLIBC_HAVE_LONG_LONG.
7648
7649 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
7650 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
7651
39c59c35
TMQMF
76522012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
7653
7654 [BZ #13691]
7655 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
7656 inptr and inend, rather than using last_ch.
7657
135ffda8
DM
76582012-04-02 David S. Miller <davem@davemloft.net>
7659
7660 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
7661 * stdio-common/printf-parse.h (read_int): Change return type to
7662 'int', return -1 on INT_MAX overflow.
7663 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
7664 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
7665 overflows INT_MAX. Check for overflow of in-format-string precision
7666 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
7667 SIZE_MAX not INT_MAX for integer overflow test.
7668 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
7669 skip the construct in the format string but do not record anything.
7670 * stdio-common/bug22.c: Adjust to test both width/prevision
7671 INT_MAX overflow as well as total length INT_MAX overflow. Check
7672 explicitly for proper errno values.
7673
228c019e
TS
76742012-04-02 Thomas Schwinge <thomas@codesourcery.com>
7675
302cadd3
TS
7676 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
7677 CHAR_MAX.
7678 * string/test-strcmp.c [! WIDE]: Likewise.
7679 * time/tst-mktime2.c: Likewise for INT_MAX.
7680 * string/test-string.h: #include <sys/param.h> for MIN.
7681
228c019e
TS
7682 * csu/init-first.c (__libc_init_first): Call __ctype_init.
7683 * sysdeps/i386/init-first.c (init): Likewise.
7684 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
7685 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
7686 * sysdeps/sh/init-first.c (init): Likewise.
7687
cfa633f5
UD
76882012-04-01 Ulrich Drepper <drepper@gmail.com>
7689
7690 * po/ru.po: Update from translation team.
d1635ef8 7691 * po/vi.po: Likewise.
cfa633f5 7692
6cd0a5ea
SP
76932012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
7694
7695 * resolv/nss_dns/dns-host.c: Merge copyright years.
7696
4b43400f
LD
76972012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
7698
7699 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
7700 Optimize memcpy with prefetch if
7701 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
7702 src, dst pointers have unequal 16 byte alignments.
7703
48c41d04
SP
77042012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7705
7706 [BZ #13928]
7707 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
7708 from a CNAME entry and return the minimum ttl for the query.
7709 (gaih_getanswer_slice): Likewise.
7710
b8dc394d
JL
77112012-03-30 Jeff Law <law@redhat.com>
7712
7713 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
7714 due to long keys.
7715 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
7716 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
7717
2f5a5ed0
JL
7718 * resolv/nss_dns/dns-host.c: Update copyright year.
7719
1d39e359
UD
77202012-03-30 Ulrich Drepper <drepper@gmail.com>
7721
c030f70c 7722 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 7723 requests to save a system call. Fix check that all bytes are sent.
c030f70c 7724
1d39e359
UD
7725 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
7726 comments for sendmmsg.
7727
77282012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
7729
7730 [BZ #13691]
7731 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
7732 with only 1 character between 0x0041 and 0x01b0.
7733 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
7734 * wcsmbs/tst-mbsnrtowcs.c: New file.
7735
20fde227
DM
77362012-03-29 David S. Miller <davem@davemloft.net>
7737
7738 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
7739 small copies by hand.
7740
984a4237
JL
77412012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
7742
7743 [BZ #13761]
7744 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
7745 _nss_compat_initgroups_dyn): Fall back to malloc/free
7746 for large group memberships.
7747
18c9d62b
DM
77482012-03-28 David S. Miller <davem@davemloft.net>
7749
88d85d4f
DM
7750 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
7751 that branches into memcpy.
7752 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
7753 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
7754 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
7755 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
7756 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
7757 bits.
7758 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
7759 implementation too.
7760 * sysdeps/sparc/mempcpy.S: New file.
7761
e5aa83e1
DM
7762 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
7763 the IFUNC routine in the libc case.
7764 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
7765
88570753
DM
7766 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
7767 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
7768 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
7769 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
7770 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
7771 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
7772 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
7773 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
7774
249d7567
DM
7775 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
7776 loop to 256 bytes instead of 64 bytes and fix test signedness.
7777
18c9d62b
DM
7778 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
7779 * sysdeps/sparc/sparc32/Makefile: rather than here...
7780 * sysdeps/sparc/sparc64/Makefile: and here.
7781
05f3d1f6
UD
77822012-03-28 Ulrich Drepper <drepper@gmail.com>
7783
7784 * malloc/mallocbug.c: Avoid warnings about unused variables.
7785
86ae07a8
JL
77862012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
7787
7788 [BZ #13760]
7789 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
7790 in the right place. Discard and retry query if response is
7791 larger than input buffer size.
7792
41bf21a1
JM
77932012-03-28 Joseph Myers <joseph@codesourcery.com>
7794
d6270972
JM
7795 [BZ #369]
7796 [BZ #2678]
7797 [BZ #3866]
7798 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
7799 x for large integer exponent.
7800 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7801 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
7802 sign of result as needed afterwards.
7803 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7804 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
7805 result for underflowing pow the same as for overflow.
7806 (__kernel_standard_l): Handle powl overflow and underflow here
7807 rather than calling __kernel_standard.
7808 * math/libm-test.inc (pow_test): Add more tests.
7809
414fca03 7810 [BZ #3868]
41bf21a1
JM
7811 [BZ #13879]
7812 [BZ #13910]
7813 [BZ #13911]
7814 [BZ #13912]
7815 [BZ #13913]
7816 [BZ #13915]
7817 [BZ #13916]
7818 [BZ #13917]
7819 [BZ #13918]
7820 [BZ #13919]
7821 [BZ #13920]
7822 [BZ #13921]
7823 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
7824 * sysdeps/ieee754/k_standard.c: Include <float.h>.
7825 (__kernel_standard_l): New function.
7826 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
7827 __kernel_standard.
7828 * math/w_acosl.c (__acosl): Likewise.
7829 * math/w_asinl.c (__asinl): Likewise.
7830 * math/w_atan2l.c (__atan2l): Likewise.
7831 * math/w_atanhl.c (__atanhl): Likewise.
7832 * math/w_coshl.c (__coshl): Likewise.
7833 * math/w_exp10l.c (__exp10l): Likewise.
7834 * math/w_exp2l.c (__exp2l): Likewise.
7835 * math/w_fmodl.c (__fmodl): Likewise.
7836 * math/w_hypotl.c (__hypotl): Likewise.
7837 * math/w_j0l.c (__j0l, __y0l): Likewise.
7838 * math/w_j1l.c (__j1l, __y1l): Likewise.
7839 * math/w_jnl.c (__jnl, __ynl): Likewise.
7840 * math/w_lgammal.c (__lgammal): Likewise.
7841 * math/w_log10l.c (__log10l): Likewise.
7842 * math/w_log2l.c (__log2l): Likewise.
7843 * math/w_logl.c (__logl): Likewise.
7844 * math/w_powl.c (__powl): Likewise.
7845 * math/w_remainderl.c (__remainderl): Likewise.
7846 * math/w_scalbl.c (sysv_scalbl): Likewise.
7847 * math/w_sinhl.c (__sinhl): Likewise.
7848 * math/w_sqrtl.c (__sqrtl): Likewise.
7849 * math/w_tgammal.c (__tgammal): Likewise.
7850 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
7851 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
7852 * math/libm-test.inc (acos_test): Add more tests.
7853 (acosh_test): Likewise.
7854 (asin_test): Likewise.
7855 (atanh_test): Likewise.
7856 (exp_test): Likewise.
7857 (exp10_test): Likewise.
7858 (exp2_test): Likewise.
7859 (expm1_test): Likewise.
7860 (lgamma_test): Likewise.
7861 (log_test): Likewise.
7862 (log10_test): Likewise.
7863 (log1p_test): Likewise.
7864 (log2_test): Likewise.
7865 (pow_test): Do not allow some spurious overflow exceptions.
7866 (sqrt_test): Add more tests.
7867 (tgamma_test): Likewise.
7868 (y0_test): Likewise.
7869 (y1_test): Likewise.
7870 (yn_test): Likewise.
7871
dd62fda6
AB
78722012-03-27 Anton Blanchard <anton@samba.org>
7873
7874 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
7875 MAP_HUGETLB.
7876 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
7877 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
7878 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
7879
1e3cdfda
AJ
78802012-03-27 David S. Miller <davem@davemloft.net>
7881
b855ab85
DM
7882 * conform/Makefile: Run run-conformtest.sh using $(BASH).
7883
1e3cdfda
AJ
7884 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
7885 have-as-vis3 check.
7886
78872012-03-27 Andreas Jaeger <aj@suse.de>
7888
7889 * sysdeps/x86_64/elf/configure.in: Moved to ...
7890 * sysdeps/x86_64/configure.in: ... here.
7891 * sysdeps/x86_64/elf/start.S: Moved to ...
7892 * sysdeps/x86_64/start.S: ... here.
7893 * sysdeps/x86_64/elf/configure: Delete.
7894
7895 * sysdeps/x86_64/configure.in: Merge contents from
7896 sysdeps/i386/configure.in (without i686 check).
7897
7898 * sysdeps/i386/elf/Versions: Merge into ...
7899 * sysdeps/i386/Versions: ... this.
7900 * sysdeps/i386/elf/Versions: Delete file.
7901 * sysdeps/i386/elf/start.S: Moved to ...
7902 * sysdeps/i386/start.S: ...here.
7903 * sysdeps/i386/elf/configure.in: Merge into...
7904 * sysdeps/i386/configure.in: ...here.
7905 * sysdeps/i386/elf/configure.in: Delete file.
7906 * sysdeps/i386/elf/configure: Delete file.
7907
7908 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
7909 * debug/backtracesyms.c: ... here.
7910 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
7911 * debug/backtracesymsfd.c: ... here.
7912 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
7913 * sysdeps/generic/ifunc-sel.h: ... here.
7914
7915 * sysdeps/unix/i386/start.c: Delete file.
7916 * sysdeps/unix/sparc/start.c: Delete file.
7917 * sysdeps/unix/start.c: Delete file.
7918
7919 * sysdeps/sh/elf/configure.in: Moved to ...
7920 * sysdeps/sh/configure.in: ... here.
7921 * sysdeps/sh/elf/start.S: Moved to ...
7922 * sysdeps/sh/start.S: ... here.
7923 * sysdeps/sh/elf/configure: Delete file.
7924
7925 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
7926 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
7927 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
7928 * sysdeps/powerpc/powerpc64/entry.h: ... here.
7929 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
7930 * sysdeps/powerpc/powerpc64/start.S: here.
7931 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
7932 * sysdeps/powerpc/powerpc64/Makefile: ... this.
7933 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
7934 * sysdeps/powerpc/powerpc64/configure.in: ... this.
7935 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
7936
7937 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
7938 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
7939 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
7940 * sysdeps/powerpc/powerpc32/start.S: ... here.
7941 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
7942 * sysdeps/powerpc/powerpc32/configure.in: ... this.
7943 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
7944
7945 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
7946 * sysdeps/powerpc/ifunc-sel.h: ... here.
7947 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
7948 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
7949
7950 * sysdeps/sparc/elf/configure.in: Moved to ...
7951 * sysdeps/sparc/configure.in: ... here.
7952 * sysdeps/sparc/elf/configure: Delete file.
7953 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
7954 * sysdeps/sparc/sparc32/start.S: ... here.
7955 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
7956 * sysdeps/sparc/sparc64/start.S: ... here.
7957 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
7958 * sysdeps/sparc/sparc32/Makefile: ... this.
7959 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
7960 * sysdeps/sparc/sparc64/Makefile: ... this.
7961
7962 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
7963 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
7964 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
7965 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
7966 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
7967 * sysdeps/s390/s390-32/setjmp.S: ... here.
7968 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
7969 * sysdeps/s390/s390-32/configure.in: ... here.
7970 * sysdeps/s390/s390-32/elf/configure: Delete file.
7971 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
7972 * sysdeps/s390/s390-32/start.S: ... here.
7973
7974 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
7975 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
7976 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
7977 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
7978 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
7979 * sysdeps/s390/s390-64/setjmp.S: ... here.
7980 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
7981 * sysdeps/s390/s390-64/configure.in: ... here
7982 * sysdeps/s390/s390-64/elf/configure: Delete file.
7983 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
7984 * sysdeps/s390/s390-64/start.S: ... here.
7985 * sysdeps/s390/s390-64/elf/configure: Delete.
7986
7987 * configure.in: Remove support for elf directories in sysdeps.
7988
7989 * configure: Regenerated.
7990 * sysdeps/i386/configure: Regenerated.
7991 * sysdeps/powerpc/powerpc32/configure: Regenerated.
7992 * sysdeps/powerpc/powerpc64/configure: Regenerated.
7993 * sysdeps/s390/s390-32/configure: Regenerated.
7994 * sysdeps/s390/s390-64/configure: Regenerated.
7995 * sysdeps/sh/configure: Regenerated.
7996 * sysdeps/sparc/configure: Regenerated.
7997 * sysdeps/x86_64/configure: Regenerated.
7998
a3f61311
AS
79992012-03-26 Andreas Schwab <schwab@linux-m68k.org>
8000
c876e002
AS
8001 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8002
a3f61311
AS
8003 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
8004 denormal result into account.
8005
ac4c54f0
RM
80062012-03-25 Roland McGrath <roland@hack.frob.com>
8007
8008 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
8009 Reported by Allan McRae <allan@archlinux.org>.
8010
6a9b9c02
JL
80112012-03-23 Jeff Law <law@redhat.com>
8012
8013 * nss/getnssent.c (__nss_getent): Fix typo.
8014
4c42a0c1
DM
80152012-03-23 David S. Miller <davem@davemloft.net>
8016
8017 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8018
1532c7ac
L
80192012-03-23 H.J. Lu <hongjiu.lu@intel.com>
8020
8021 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
8022 to pad to uint64_t for each field.
8023 (dl_tls_index): Replace unsigned long with uint64_t.
8024
3ff42526
PP
80252012-03-23 Daniel Jacobowitz <dmj@google.com>
8026 Paul Pluzhnikov <ppluzhnikov@google.com>
8027
8028 [BZ #6528]
8029 * grp/Makefile (otherlibs): Don't set it.
8030 * inet/Makefile (otherlibs): Likewise.
8031 * login/Makefile (otherlibs): Likewise.
8032 * nscd/Makefile (otherlibs): Likewise.
8033 * posix/Makefile (otherlibs): Likewise.
8034 * pwd/Makefile (otherlibs): Likewise.
8035 * rt/Makefile (otherlibs): Likewise.
8036 * sunrpc/Makefile (otherlibs): Likewise.
8037 * nss/Makefile (otherlibs): Likewise.
8038 Add libnss_files to routines and static-only-routines.
8039 ($(objpfx)getent): Remove rule.
8040 * resolv/Makefile: Add libnss_dns and libresolv to routines and
8041 static-only-routines.
8042
7c69cd14
JM
80432012-03-22 Joseph Myers <joseph@codesourcery.com>
8044
8045 [BZ #13892]
8046 * math/s_cexp.c: Include <float.h>.
8047 (__cexp): Handle exp result overflowing not necessarily
8048 overflowing both real and imaginary parts of result.
8049 * math/s_cexpf.c: Likewise.
8050 * math/s_cexpl.c: Likewise.
8051 * math/libm-test.inc (cexp_test): Add more tests.
8052 * sysdeps/i386/fpu/libm-test-ulps: Update.
8053 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8054
81b035fe
L
80552012-03-22 H.J. Lu <hongjiu.lu@intel.com>
8056
8057 * include/link.h (ELFW): New macro.
8058 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
8059 Replace ELF64_R_TYPE with ELFW(R_TYPE).
8060
1da7940c
L
80612012-03-22 H.J. Lu <hongjiu.lu@intel.com>
8062
8063 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
8064 with uint64_t.
8065
b749dbb9
L
80662012-03-22 H.J. Lu <hongjiu.lu@intel.com>
8067
8068 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
8069 declaration.
8070 (struct La_x32_retval): Likewise.
8071
2ff87f3f
L
80722012-03-22 H.J. Lu <hongjiu.lu@intel.com>
8073
8074 * sysdeps/x86_64/preconfigure.in: New file.
8075 * sysdeps/x86_64/preconfigure: New generated file.
8076
c0df8e69
JM
80772012-03-22 Joseph Myers <joseph@codesourcery.com>
8078
48e44791
JM
8079 [BZ #13824]
8080 * math/e_exp2l.c: Include <float.h>.
8081 (__ieee754_exp2l): Handle overflow and underflow cases
8082 separately. Only pass fractional part of argument to
8083 __ieee754_expl.
8084 * math/libm-test.inc (exp2_test): Add more tests.
8085
c0df8e69
JM
8086 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
8087 negating x to take absolute value.
8088 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
8089 Likewise.
8090 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
8091 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
8092 Likewise.
8093 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
8094 computing low part if x was negated.
8095 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
8096
c8e43ba7
L
80972012-03-21 H.J. Lu <hongjiu.lu@intel.com>
8098
8099 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
8100 la_x32_gnu_pltexit.
8101 (pltexit): Cast int_retval to ptrdiff_t.
8102 * elf/tst-auditmod3b.c: Likewise.
8103 * elf/tst-auditmod4b.c: Likewise.
8104 * elf/tst-auditmod5b.c: Likewise.
8105 * elf/tst-auditmod6b.c: Likewise.
8106 * elf/tst-auditmod6c.c: Likewise.
8107 * elf/tst-auditmod7b.c: Likewise.
8108
8109 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
8110 and x32_gnu_pltexit.
8111
8112 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
8113 __ELF_NATIVE_CLASS.
8114 (La_x32_regs): New macro.
8115 (La_x32_retval): Likewise.
8116 (la_x32_gnu_pltenter): New function prototype.
8117 (la_x32_gnu_pltexit): Likewise.
8118
7998fa78
AS
81192012-03-21 Andreas Schwab <schwab@linux-m68k.org>
8120
dcb33988
AS
8121 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
8122 exponent.
8123
233fc563
AS
8124 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8125
7998fa78
AS
8126 * configure.in (libc_cv_cc_nofma): Check for option to disable
8127 generation of FMA instructions.
8128 * configure: Regenerate.
8129 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
8130 * sysdeps/ieee754/dbl-64/Makefile: New file.
8131 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
8132 Remove brandred-fma4.
8133 (CFLAGS-brandred-fma4.c): Remove.
8134 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
8135 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
8136 define.
8137 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
8138 define.
8139
8e95c99a
L
81402012-03-21 H.J. Lu <hongjiu.lu@intel.com>
8141
8142 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
8143 LLONG_MAX != LONG_MAX.
8144 (_itoa_word): Use _ITOA_WORD_TYPE on value.
8145 (_fitoa_word): Likewise.
8146 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
8147 LLONG_MAX != LONG_MAX.
8148 * stdio-common/_itowa.h: Include <_itoa.h>.
8149 (_itowa_word): Use _ITOA_WORD_TYPE on value.
8150 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
8151 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
8152 only if not defined.
8153 (_ITOA_WORD_TYPE): Likewise.
8154 (_itoa_word): Use _ITOA_WORD_TYPE on value.
8155 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
8156
6f4db457
DM
81572012-03-21 David S. Miller <davem@davemloft.net>
8158
8159 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8160
7785fe5a
L
81612012-03-21 H.J. Lu <hongjiu.lu@intel.com>
8162
8163 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
8164 of x86_64 when setting libc_cv_slibdir, libdir and
8165 libc_cv_localedir.
8166 * sysdeps/unix/sysv/linux/configure: Regenerated.
8167
4535cd55
JM
81682012-03-21 Joseph Myers <joseph@codesourcery.com>
8169
8170 * manual/lang.texi (Old Varargs): Remove section.
8171 (How Variadic): Update menu.
8172 (va_start): Do not mention varargs.h.
8173
17228132
TS
81742012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8175 Joseph Myers <joseph@codesourcery.com>
8176
8177 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
8178 link test.
8179 * configure: Regenerated.
8180
8149f976
TS
81812012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8182
05f3d1f6
UD
8183 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
8184 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
8185 conformtest.pl
8149f976 8186
1a4ac776
JM
81872012-03-21 Joseph Myers <joseph@codesourcery.com>
8188
be22ce65
JM
8189 * NOTES: Remove.
8190 * Makefile (files-for-dist): Remove NOTES.
8191 (NOTES): Remove rule.
8192 * README: Don't refer to NOTES.
8193 * manual/creature.texi: Don't include macros.texi.
8194 * manual/intro.texi (creature.texi): Remove comment referring to
8195 NOTES.
8196
40b601fb
JM
8197 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
8198 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
8199 * configure: Regenerated.
8200 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
8201 LIBC_TRY_CC_OPTION.
8202 (libc_cv_as_i686): Likewise.
8203 (libc_cv_cc_avx): Likewise.
8204 (libc_cv_cc_sse2avx): Likewise.
8205 (libc_cv_cc_fma4): Likewise.
8206 (libc_cv_cc_novzeroupper): Likewise.
8207 * sysdeps/i386/configure: Regenerated.
8208
1a4ac776
JM
8209 [BZ #13883]
8210 * sysdeps/i386/fpu/s_cexp.S: Remove.
8211 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
8212 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
8213 * math/libm-test.inc (cexp_test): Add more tests.
8214 * sysdeps/i386/fpu/libm-test-ulps: Update.
8215 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8216
a458e7fe
AM
82172012-03-21 Allan McRae <allan@archlinux.org>
8218
8219 * timezone/Makefile: Do not install iso3166.tab and zone.tab
8220
0cb7efc5
JM
82212012-03-21 Joseph Myers <joseph@codesourcery.com>
8222
8223 [BZ #13871]
8224 * math/w_exp2.c: Do not include <float.h>.
8225 (o_threshold, u_threshold): Remove.
8226 (__exp2): Calculate result before checking finiteness and calling
8227 __kernel_standard.
8228 * math/w_exp2f.c: Likewise.
8229 * math/w_exp2l.c: Likewise.
8230 * math/libm-test.inc (exp2_test): Require overflow exception for
8231 1e6 input.
2460d3aa
JM
8232
8233 [BZ #3866]
8234 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
8235 range of signed 64-bit integers before using fistpll. Remove
8236 checks for whether integers fit in mantissa bits.
8237 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
8238 the range of signed 32-bit integers before using fistpl. Remove
8239 checks for whether integers fit in mantissa bits.
8240 * sysdeps/i386/fpu/e_powl.S (p64): New object.
8241 (__ieee754_powl): Test for y outside the range of signed 64-bit
8242 integers before using fistpll. Reduce 64-bit values to 63-bit
8243 ones as needed.
8244 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
8245 divide-by-zero is raised for zero to large negative powers.
8246 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
8247 (__ieee754_powl): Test for y outside the range of signed 64-bit
8248 integers before using fistpll. Reduce 64-bit values to 63-bit
8249 ones as needed.
8250 * math/libm-test.inc (pow_test): Add more tests.
8251
eb96ffb0
L
82522012-03-20 H.J. Lu <hongjiu.lu@intel.com>
8253
8254 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
8255 <stdio-common/_itoa.h>.
8256 * debug/segfault.c: Likewise.
8257 * elf/dl-cache.c: Likewise.
8258 * elf/dl-minimal.c: Likewise.
8259 * elf/dl-misc.c: Likewise.
8260 * elf/dl-sysdep.c: Likewise.
8261 * elf/dl-version.c: Likewise.
8262 * elf/rtld.c: Likewise.
8263 * hurd/hurdsock.c: Likewise.
8264 * hurd/lookup-retry.c: Likewise.
8265 * malloc/malloc.c: Likewise.
8266 * malloc/mtrace.c: Likewise.
8267 * nscd/nscd_getgr_r.c: Likewise.
8268 * nscd/nscd_getpw_r.c: Likewise.
8269 * nscd/nscd_getserv_r.c: Likewise.
8270 * posix/getopt_init.c: Likewise.
8271 * posix/wordexp.c: Likewise.
8272 * stdio-common/_itoa.c: Likewise.
8273 * stdio-common/printf_fphex.c: Likewise.
8274 * stdio-common/vfprintf.c: Likewise.
8275 * string/_strerror.c: Likewise.
8276 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
8277 * sysdeps/i386/i686/hp-timing.h: Likewise.
8278 * sysdeps/mach/_strerror.c: Likewise.
8279 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
8280 * sysdeps/mach/hurd/sethostid.c: Likewise.
8281 * sysdeps/mach/hurd/xmknodat.c: Likewise.
8282 * sysdeps/mach/xpg-strerror.c: Likewise.
8283 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
8284 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8285 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
8286 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
8287 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8288 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
8289 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8290 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8291 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
8292 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
8293 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
8294 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
8295 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
8296 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
8297 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
8298 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
8299 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
8300 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
8301 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8302 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8303 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
8304
8305 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
8306
8307 * stdio-common/_itoa.h: Moved to ...
8308 * sysdeps/generic/_itoa.h: Here.
8309
8310 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
8311
8312 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
8313 instead of "_itoa.h" and "_itowa.h".
8314 * stdio-common/vfprintf.: Likewise.
8315
d1af992d
L
83162012-03-20 H.J. Lu <hongjiu.lu@intel.com>
8317
8318 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
8319 <bits/wordsize.h>.
8320 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
8321 (__signbit): Likwise.
8322 (llrintf): Likwise.
8323 (llrint): Likwise.
8324
114883e0
L
83252012-03-20 H.J. Lu <hongjiu.lu@intel.com>
8326
8327 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
8328 __WORDSIZE != 64.
8329
c135cc1b
JM
83302012-03-20 Joseph Myers <joseph@codesourcery.com>
8331
8332 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
8333 OVERFLOW_EXCEPTION_OK.
8334 * math/libm-test.inc ("Philosophy"): Update comment about
8335 exception testing.
8336 (OVERFLOW_EXCEPTION): Define.
8337 (OVERFLOW_EXCEPTION_OK): Likewise.
8338 (INVALID_EXCEPTION_OK): Renumber.
8339 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
8340 (IGNORE_ZERO_INF_SIGN): Likewise.
8341 (test_exceptions): Handle FE_OVERFLOW.
8342 (exp10_test): Expect overflow exceptions.
8343 (exp2_test): Likewise.
8344 (expm1_test): Likewise.
8345 (nextafter_test): Likewise.
8346 (pow_test): Likewise.
8347 (scalbn_test): Likewise.
8348 (scalbln_test): Likewise.
8349
95443d88
L
83502012-03-19 H.J. Lu <hongjiu.lu@intel.com>
8351
8352 * sysdeps/x86_64/bits/atomic.h
8353 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
8354 64bit integer.
8355 (atomic_exchange_acq): Likewise.
8356 (__arch_exchange_and_add_body): Likewise.
8357 (__arch_add_body): Likewise.
8358 (atomic_add_negative): Likewise.
8359 (atomic_add_zero): Likewise.
8360
490df6c4
L
83612012-03-19 H.J. Lu <hongjiu.lu@intel.com>
8362
c2722551 8363 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
8364 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
8365
5e52b189
L
83662012-03-19 H.J. Lu <hongjiu.lu@intel.com>
8367
8368 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
8369 Check __x86_64__ instead of __WORDSIZE.
8370
a9879d4c
L
83712012-03-19 H.J. Lu <hongjiu.lu@intel.com>
8372
8373 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
8374
5df98260
DM
83752012-03-19 David S. Miller <davem@davemloft.net>
8376
e1497744
DM
8377 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8378
5df98260
DM
8379 * sysdeps/sparc/fpu/fenv_private.h: New file.
8380 * sysdeps/sparc/fpu/math_private.h: Use it.
8381 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
8382 Remove.
8383 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
8384 (libc_feholdexcept_setroundl): Remove.
8385 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
8386 Remove.
8387 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
8388 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
8389
b4c35121
L
83902012-03-19 H.J. Lu <hongjiu.lu@intel.com>
8391
8392 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
8393 int64_t instead of long int.
8394 (INSERT_WORDS64): Likwise.
8395
56965fd7
L
83962012-03-19 H.J. Lu <hongjiu.lu@intel.com>
8397
8398 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
8399 _Unwind_GetCFA return to _Unwind_Ptr first.
8400
83d1aec8
JM
84012012-03-19 Joseph Myers <joseph@codesourcery.com>
8402
1897ad44
JM
8403 [BZ #13629]
8404 * math/s_clog.c: Include <float.h>.
8405 (__clog): Scale large or subnormal inputs.
8406 * math/s_clogf.c: Likewise.
8407 * math/s_clogl.c: Likewise.
8408 * math/s_clog10.c: Include <float.h>.
8409 (M_LOG10_2): Define.
8410 (__clog10): Scale large or subnormal inputs.
8411 * math/s_clog10f.c: Likewise.
8412 * math/s_clog10l.c: Likewise.
8413 * math/libm-test.inc (clog_test): Add more tests.
8414 (clog10_test): Likewise.
8415 * sysdeps/i386/fpu/libm-test-ulps: Update.
8416 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8417
7726d6a9
JM
8418 [BZ #11451]
8419 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
8420 x and y.
8421 * math/libm-test.inc (atan2_test): Add another test.
8422
83d1aec8
JM
8423 * Makerules (common-objdir-compile): Remove.
8424 * sysdeps/unix/Makefile (config-generated): Do not add
8425 $(unix-generated) to variable.
8426 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
8427 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
8428 Remove rule.
8429 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
8430 Likewise.
8431 [generic bits/local_lim.h] (before-compile): Do not append to
8432 variable.
8433 [generic bits/local_lim.h] (common-generated): Likewise.
8434 [generic sys/param.h] (before-compile): Do not append to variable.
8435 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
8436 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
8437 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
8438 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
8439 include.
8440 [generic sys/param.h] (sys/param.h-includes): Remove variable.
8441 [generic sys/param.h] (sys/param.h-includes): Remove rule.
8442 [generic sys/param.h] ($(addprefix
8443 $(common-objpfx),$(sys/param.h-includes))): Likewise.
8444 [generic sys/param.h] (common-generated): Do not append to
8445 variable.
8446 [generic sys/param.h] (sysdep_headers): Likewise.
8447 [generic bits/errno.h] (before-compile): Do not append to
8448 variable.
8449 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
8450 rule.
8451 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
8452 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
8453 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
8454 [generic bits/errno.h] (common-generated): Do not append to
8455 variable.
8456 [generic bits/ioctls.h] (before-compile): Do not append to
8457 variable.
8458 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
8459 rule.
8460 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
8461 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
8462 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
8463 rule.
8464 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
8465 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
8466 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
8467 [generic bits/ioctls.h] (common-generated): Do not append to
8468 variable.
8469 [generic sys/syscall.h] (syscall.h): Remove variable.
8470 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
8471 rule.
8472 [generic sys/syscall.h] (before-compile): Do not append to
8473 variable.
8474 [generic sys/syscall.h] (common-generated): Likewise.
8475 * sysdeps/unix/errnos-tmpl.c: Remove file.
8476 * sysdeps/unix/errnos.awk: Likewise.
8477 * sysdeps/unix/ioctls-tmpl.c: Likewise.
8478 * sysdeps/unix/ioctls.awk: Likewise.
8479 * sysdeps/unix/mk-local_lim.c: Likewise.
8480 * sysdeps/unix/snarf-ioctls: Likewise.
8481
4851a949
RH
84822012-03-19 Richard Henderson <rth@twiddle.net>
8483
bd37f2ee
RH
8484 * sysdeps/i386/fpu/fenv_private.h: New file.
8485 * sysdeps/i386/fpu/math_private.h: Use it.
8486 (math_opt_barrier, math_force_eval): Remove.
8487 (libc_feholdexcept_setround_53bit): Remove.
8488 (libc_feupdateenv_53bit): Remove.
8489 * sysdeps/x86_64/fpu/math_private.h: Likewise.
8490 (math_opt_barrier, math_force_eval): Remove.
8491 (libc_feholdexcept): Remove.
8492 (libc_feholdexcept_setround): Remove.
8493 (libc_fetestexcept, libc_fesetenv): Remove.
8494 (libc_feupdateenv_test): Remove.
8495 (libc_feupdateenv, libc_feholdsetround): Remove.
8496 (libc_feresetround): Remove.
8497
d0adc922
RH
8498 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
8499 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
8500
0fe0f1f8
RH
8501 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
8502 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
8503 (libc_feupdateenv_testl): New.
8504 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
8505 (libc_feupdateenv_testf): New.
8506 (libc_feupdateenv): Use libc_feupdateenv_test.
8507 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
8508 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
8509
eb92c487
RH
8510 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
8511 (libc_feholdsetroundf, libc_feholdsetroundl): New.
8512 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
8513 (libc_feresetround_noex): New.
8514 (libc_feresetround_noexf): New.
8515 (libc_feresetround_noexl): New.
8516 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
8517 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
8518 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
8519 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
8520 SET_RESTORE_ROUND.
8521 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
8522 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
8523 (__cos): Likewise.
8524 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
8525 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
8526 SET_RESTORE_ROUND_NOEX.
8527 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
8528 SET_RESTORE_ROUND_NOEXF.
8529 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
8530 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
8531 (libc_feholdsetroundf): New.
8532 (libc_feresetround, libc_feresetroundf): New.
8533
7d2e8012
RH
8534 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
8535 (libc_feholdexcept_setround_53bit): Convert from macro to function.
8536 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
8537
b4dabbb4
RH
8538 * sysdeps/generic/math_private.h: Include <fenv.h>.
8539 (default_libc_feholdexcept): New.
8540 (default_libc_feholdexcept_setround): New.
8541 (default_libc_fesetenv, default_libc_feupdateenv): New.
8542 (libc_feholdexcept): Only define if undefined.
8543 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
8544 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
8545 (libc_feholdexcept_setroundl): Likewise.
8546 (libc_feholdexcept_setround_53bit): Likewise.
8547 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
8548 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
8549 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
8550 (libc_feupdateenv_53bit): Likewise.
8551 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
8552 (libc_feholdexcept): Convert from macro to inline function.
8553 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
8554 (libc_fesetenv, libc_feupdateenv): Likewise.
8555
4851a949
RH
8556 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
8557 not previously defined.
8558 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
8559 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
8560 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
8561 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
8562 * sysdeps/ieee754/flt-32/math_private.h: New file.
8563 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
8564 math_private.h below SET_FLOAT_WORD.
8565 (__isnan, __isinf_ns, __finite): Remove.
8566 (__isnanf, __isinf_nsf, __finitef): Remove.
8567
e79d442e
AS
85682012-03-18 Andreas Schwab <schwab@linux-m68k.org>
8569
8570 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8571
90b80344
DM
85722012-03-17 David S. Miller <davem@davemloft.net>
8573
8574 [BZ #6471]
8575 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
8576 for 2.16.
8577
edc21804
DM
85782012-03-16 David S. Miller <davem@davemloft.net>
8579
77e927af
DM
8580 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
8581 warnings.
8582
374976dd
DM
8583 [BZ #6471]
8584 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
8585 properly.
8586 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
8587 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
8588 sysdep_routines when subdir is sysvipc.
8589 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
8590 __getshmlba helper.
8591
edc21804
DM
8592 * sysdeps/sparc/fpu/libm-test/ulps: Update.
8593
473c3ef3
L
85942012-03-16 H.J. Lu <hongjiu.lu@intel.com>
8595
8596 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
8597 [__LP64__].
8598
eb0f39b6
L
85992012-03-16 H.J. Lu <hongjiu.lu@intel.com>
8600
8601 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
8602 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
8603 (__lround): Renamed to ...
8604 (__llround): This. Replace long int with long long int.
8605 Define lround functions as aliases of llround functions.
8606 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
8607
6b6cd74b
L
86082012-03-16 H.J. Lu <hongjiu.lu@intel.com>
8609
8610 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
8611 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
8612 adresses to uintptr_t. Replace "long int" and "unsigned long
8613 int" with "greg_t" on va_arg.
8614
f1a77b01
L
86152012-03-16 H.J. Lu <hongjiu.lu@intel.com>
8616
8617 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
8618 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
8619
8620 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
8621 Move e_machine check before EI_CLASS check. Handle x32
8622 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
8623 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
8624 SKIP_EM_IA_64 and include
8625 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
8626
8627 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
8628 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
8629 (add_system_dir): New macro.
8630
8631 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
8632 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
8633
11b90b9f
JM
86342012-03-16 Joseph Myers <joseph@codesourcery.com>
8635
c36e1d23
JM
8636 [BZ #2551]
8637 [BZ #2552]
8638 [BZ #2553]
8639 [BZ #2554]
8640 [BZ #2562]
8641 [BZ #2563]
8642 [BZ #2565]
8643 [BZ #2566]
8644 [BZ #2576]
8645 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
8646 (y0): Likewise.
8647 * math/w_j0f.c (j0f): Likewise.
8648 (y0f): Likewise.
8649 * math/w_j0l.c (__j0l): Likewise.
8650 (__y0l): Likewise.
8651 * math/w_j1.c (j1): Likewise.
8652 (y1): Likewise.
8653 * math/w_j1f.c (j1f): Likewise.
8654 (y1f): Likewise.
8655 * math/w_j1l.c (__j1l): Likewise.
8656 (__y1l): Likewise.
8657 * math/w_jn.c (jn): Likewise.
8658 (yn): Likewise.
8659 * math/w_jnf.c (jnf): Likewise.
8660 (ynf): Likewise.
8661 * math/w_jnl.c (__jnl): Likewise.
8662 (__ynl): Likewise.
8663 * math/libm-test.inc (j0_test): Add more tests.
8664 (j1_test): Likewise.
8665 (jn_test): Likewise. Add trailing semicolon to existing test.
8666 (y0_test): Likewise.
8667 (y1_test): Likewise.
8668 * sysdeps/i386/fpu/libm-test-ulps: Update.
8669 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8670
11b90b9f
JM
8671 [BZ #13851]
8672 [BZ #13854]
8673 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
8674 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
8675 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
8676 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
8677 (__tanl): Set errno for infinite argument.
8678 * sysdeps/i386/fpu/mptan.c: Remove.
8679 * sysdeps/i386/fpu/s_tan.S: Likewise.
8680 * sysdeps/i386/fpu/s_tanl.S: Likewise.
8681 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
8682 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
8683 * math/libm-test.inc (tan_test): Add more tests and enable more
8684 tests for double and long double.
8685 * sysdeps/i386/fpu/libm-test-ulps: Update.
8686 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8687
6a1bd2a1
JK
86882012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8689
8690 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
8691 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
8692
10a803e0
RM
86932012-03-16 Roland McGrath <roland@hack.frob.com>
8694
8695 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
8696 * configure.in: Use it for both main tree and add-ons.
8697 * configure: Regenerated.
8698
f196c7f7
L
86992012-03-16 H.J. Lu <hongjiu.lu@intel.com>
8700
8701 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
8702
8848d99d
JM
87032012-03-16 Joseph Myers <joseph@codesourcery.com>
8704
96cbe7f4
JM
8705 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
8706 in comment.
8707
8848d99d
JM
8708 [BZ #13851]
8709 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
8710 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
8711 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
8712 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
8713 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
8714 infinite argument.
8715 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
8716 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
8717 != 0 for prec == 2.
8718 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
8719 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
8720 * sysdeps/i386/fpu/s_cosl.S: Likewise.
8721 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
8722 * sysdeps/i386/fpu/s_sinl.S: Likewise.
8723 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
8724 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
8725 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
8726 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
8727 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
8728 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
8729 * math/libm-test.inc (cos_test): Add more tests and enable more
8730 tests for long double.
8731 (sin_test): Likewise.
8732 (sincos_test): Likewise.
8733 * sysdeps/i386/fpu/libm-test-ulps: Update.
8734 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8735
dd7f4703
DM
87362012-03-16 David S. Miller <davem@davemloft.net>
8737
8738 * sysdeps/sparc/fpu/math_private.h: New file.
8739
006f1daa
DM
87402012-03-15 David S. Miller <davem@davemloft.net>
8741
c0c83bc8
DM
8742 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
8743 file.
e6a62e18 8744 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
8745 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
8746 file.
e6a62e18
DM
8747 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
8748 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
8749 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
8750 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
8751 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
8752 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
8753 sysdep routines.
8754 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
8755
88cb87d9
DM
8756 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
8757 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
8758
006f1daa 8759 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
8760 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
8761 sparc-ifunc.h
006f1daa 8762 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
8763 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
8764 Likewise.
8765 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
8766 Likewise.
006f1daa
DM
8767 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
8768 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
8769 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
8770 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
8771 Likewise.
006f1daa
DM
8772 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
8773 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
8774 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
8775 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
8776 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
8777 Likewise.
8778 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
8779 Likewise.
006f1daa
DM
8780 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
8781 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
8782 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
8783 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
8784 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
8785 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
8786 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
8787 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
8788 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
8789 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
8790 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
8791 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
8792 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
8793 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
8794 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
8795 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
8796 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
8797 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
8798 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
8799 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
8800 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
8801 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
8802 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
8803 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
8804
11e0098e
AS
88052012-03-15 Andreas Schwab <schwab@linux-m68k.org>
8806
8807 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
8808 scaling.
8809 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8810
e85b09d0
AJ
88112012-03-15 Andreas Jaeger <aj@suse.de>
8812
8813 [BZ #13852]
8814 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
8815 ieee754/flt-32 implementation for sin, cos and sincos.
8816 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
8817 * sysdeps/i386/fpu/s_cosf.S: Likewise.
8818 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
8819 * sysdeps/i386/fpu/s_sinf.S: Likewise.
8820 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
8821 ieee754/flt-32 implementation for tan.
8822
8823 * math/libm-test.inc (cos_test): Enable some large input tests for
8824 float as well
8825 (sin_test): Likewise.
8826 (sincos_test): Likewise.
8827 (tan_test): Add tests for large input.
8828
8829 * sysdeps/i386/fpu/libm-test-ulps: Update.
8830
81c64153
AJ
88312012-03-15 Andreas Jaeger <aj@suse.de>
8832
8833 [BZ #13658]
8834 * math/libm-test.inc (cos_test): Add more test cases.
8835 (sin_test): Likewise.
8836 (sincos_test): Likewise.
8837
7bbfa5c6
AJ
88382012-03-15 Andreas Jaeger <aj@suse.de>
8839
8840 [BZ #13837]
8841 * math/libm-test.inc (cos_test): Add a test case for large input
8842 value.
8843 (sin_test): Likewise.
8844 (sincos_test): Likewise.
8845
88462012-03-15 Andreas Jaeger <aj@suse.de>,
8847 Joseph Myers <joseph@codesourcery.com>
8848
8849 [BZ #13658]
0671f479 8850 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
8851 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
8852 * sysdeps/i386/fpu/branred.c: Likewise.
8853 * sysdeps/i386/fpu/dosincos.c: Likewise.
8854 * sysdeps/i386/fpu/mpa.c: Likewise.
8855 * sysdeps/i386/fpu/s_cos.S: Likewise.
8856 * sysdeps/i386/fpu/s_sin.S: Likewise.
8857 * sysdeps/i386/fpu/s_sincos.S: Likewise.
8858 * sysdeps/i386/fpu/sincos32.c: Likewise.
8859
8860 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
8861 Define.
8862 (libc_feupdateenv_53bit): Define.
8863 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
8864 Define.
8865 (libc_feupdateenv_53bit): Define.
8866
8867 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
8868 53 bit (without extend i386 double precision).
8869
8870 * math/libm-test.inc (sincos_test): Add tests for large input.
8871 (sin): Likewise.
8872 (cos): Likewise.
8873
8874 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8875
9cad04ea
AS
88762012-03-15 Andreas Schwab <schwab@linux-m68k.org>
8877
8878 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8879
f7062b9a
DM
88802012-03-15 David S. Miller <davem@davemloft.net>
8881
8882 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
8883 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
8884 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
8885 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
8886 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
8887 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
8888 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
8889 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
8890 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
8891 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
8892 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
8893 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
8894 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
8895 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
8896 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
8897 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
8898 file.
f7062b9a 8899 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
8900 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
8901 file.
f7062b9a 8902 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
8903 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
8904 file.
f7062b9a 8905 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
8906 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
8907 file.
f7062b9a
DM
8908 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
8909 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
8910 fmin/fmax sysdep routines.
8911 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
8912
7bd951ff
DM
89132012-03-14 David S. Miller <davem@davemloft.net>
8914
559398ab
DM
8915 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
8916 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
8917 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
8918 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
8919 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
8920 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
8921 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
8922 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
8923 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
8924 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
8925 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
8926 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
8927 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
8928 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
8929 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
8930 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
8931 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
8932 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
8933 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
8934 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
8935 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
8936 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
8937 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
8938 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
8939 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
8940 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
8941 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
8942 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
8943 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
8944 routines.
8945 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
8946 file.
559398ab 8947 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
8948 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
8949 file.
559398ab 8950 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
8951 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
8952 file.
559398ab 8953 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
8954 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
8955 file.
559398ab 8956 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
8957 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
8958 file.
559398ab 8959 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
8960 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
8961 file.
8962 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
8963 file.
8964 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
8965 file.
8966 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
8967 file.
8968 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
8969 New file.
8970 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
8971 file.
8972 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
8973 file.
559398ab 8974 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
8975 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
8976 file.
559398ab 8977 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
8978 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
8979 file.
559398ab 8980 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
8981 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
8982 file.
559398ab 8983 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
8984 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
8985 VIS3 routines.
559398ab
DM
8986
8987 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
8988 New file.
8989
5a1c1e32
DM
8990 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8991
eae47a36
DM
8992 * sysdeps/sparc/configure.in: New file.
8993 * sysdeps/sparc/configure: Generate.
8994 * configure.in (libc_cv_sparc_as_vis3): Substitute.
8995 * configure: Regenerate.
8996 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
8997 * config.make.in (have-as-vis3): New.
8998 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
8999 available use -Av9d instead of -Av9a.
9000 * sysdeps/sparc/sparc64/Makefile: Likewise.
9001 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
9002 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
9003 New file.
9004 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
9005 file.
9006 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
9007 New file.
9008 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
9009 file.
eae47a36
DM
9010 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
9011 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
9012 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
9013 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
9014 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
9015
c0c83bc8
DM
9016 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
9017 fzeros/fnegs to load 0x80000000 into a float register instead of
9018 using the stack.
7bd951ff
DM
9019 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
9020
bd951ccb
JM
90212012-03-14 Joseph Myers <joseph@codesourcery.com>
9022
9023 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
9024 bits/syscall.h.
9025 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
9026 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
9027 ($(inst_includedir)/bits/syscall.h): Remove rule.
9028 ($(objpfx)bits/syscall.d): Include instead of
9029 $(objpfx)syscall-list.d.
9030 (generated): Change syscall-list.h and syscall-list.d to
9031 bits/syscall.h and bits/syscall.d.
9032
bb4e6db2
RM
90332012-03-14 Roland McGrath <roland@hack.frob.com>
9034
9035 [BZ #13846]
9036 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
9037
aa4a2ae1
JM
90382012-03-14 Joseph Myers <joseph@codesourcery.com>
9039
e456826d
JM
9040 [BZ #13841]
9041 * math/s_csqrt.c: Include <float.h>.
9042 (__csqrt): Scale large or subnormal inputs.
9043 * math/s_csqrtf.c: Likewise.
9044 * math/s_csqrtl.c: Likewise.
9045 * math/libm-test.inc (csqrt_test): Add more tests.
9046 * sysdeps/i386/fpu/libm-test-ulps: Update.
9047 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9048
aa4a2ae1
JM
9049 [BZ #13840]
9050 * math/libm-test.inc (hypot_test): Add more tests.
9051
7c10fd35
DM
90522012-03-13 David S. Miller <davem@davemloft.net>
9053
9054 [BZ #13840]
9055 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
9056 double-precision for the calculation instead of scaling.
9057
f453b98b
JM
90582012-03-13 Joseph Myers <joseph@codesourcery.com>
9059
9060 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
9061 manipulate bits before adding and subtracting TWO52[sx].
9062 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
9063 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
9064 Likewise.
9065 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
9066
09a3453f
DM
90672012-03-13 David S. Miller <davem@davemloft.net>
9068
8e59da90
DM
9069 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
9070 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
9071 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
9072 rtld-global-offsets.h
9073 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
9074
2a8ab7f2
DM
9075 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
9076 large parameters.
9077
10f62770
DM
9078 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
9079
5f0bdb18
DM
9080 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
9081 'err' in the ifdef scope in which it is actually used.
9082
09a3453f
DM
9083 * nss/nss_db/db-init.c: Include string.h
9084
b4b2eb5e
DM
90852012-03-12 David S. Miller <davem@davemloft.net>
9086
98bb2f1c
DM
9087 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
9088 masking out of the most significant byte of random value used.
9089 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
9090 Fix coding style in previous change.
9091
b4b2eb5e
DM
9092 * sysdeps/unix/sysv/linux/kernel-features.h
9093 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
9094 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
9095 expression.
9096 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
9097 later.
9098
6e226b09
DM
90992012-03-11 David S. Miller <davem@davemloft.net>
9100
a1bcbd40
DM
9101 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
9102 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
9103 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
9104 for 'resultvar' otherwise things get truncated on 64-bit.
9105
cb9d6174
DM
9106 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
9107 Fix masking out of the most significant byte of random value used.
9108
6e226b09
DM
9109 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9110
058c132d
AS
91112012-03-10 Andreas Schwab <schwab@linux-m68k.org>
9112
9113 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9114
2d2cd515
DM
91152012-03-09 David S. Miller <davem@davemloft.net>
9116
9117 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
9118 variables with appropriate CPP guards.
9119 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
9120 frame pointer, not the stack pointer. Correct layout comments. Fix test
9121 on resulting framesize and the management of the outregs buffer for pltexit.
9122 Preserve floating point return values across _dl_call_pltexit call.
9123 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
9124 framesize and the management of the outregs buffer for pltexit.
9125 Preserve floating point return values across _dl_call_pltexit
9126 call.
9127 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
9128 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
9129 (print_exit): Fix format string for return register value.
9130
9a07f9d0
JM
91312012-03-10 Joseph Myers <joseph@codesourcery.com>
9132
9133 * sunrpc/Makefile (others): Add rpcgen.
9134 ($(objpfx)rpcgen): Remove special build rule and dependency on
9135 libc.
9136 * sunrpc/rpcgen.c: New file.
9137
547b5e30
PE
91382012-03-09 Paul Eggert <eggert@cs.ucla.edu>
9139
c524201a
PE
9140 [BZ #13673]
9141 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
9142 * stdio-common/bug-vfprintf-nargs.c: Likewise.
9143 * sysdeps/i386/crti.S: Likewise.
9144 * sysdeps/i386/crtn.S: Likewise.
9145 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
9146 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
9147 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
9148 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
9149 * sysdeps/sh/crti.S: Likewise.
9150 * sysdeps/sh/crtn.S: Likewise.
9151 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
9152
7b6235f2
PE
9153 [BZ #13673]
9154 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
9155 with URL.
9156 * locale/programs/locfile-kw.gperf: Likewise.
9157 * locale/programs/charmap-kw.h: Regenerated.
9158 * locale/programs/locfile-kw.h: Likewise.
9159
547b5e30
PE
9160 [BZ #13673]
9161 * intl/plural.y: Replace FSF snail mail address with URL.
9162 * intl/plural.c: Regenerated.
9163
5f0a5dae
RH
91642012-03-09 Richard Henderson <rth@twiddle.net>
9165
9166 * include/math_private.h: Remove file.
9167 * math/math_private.h: Move file ...
9168 * sysdeps/generic/math_private.h: ... here.
9169
b8c03620
RH
9170 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
9171 * sysdeps/powerpc/fpu/math_private.h: Likewise.
9172 * sysdeps/x86_64/fpu/math_private.h: Likewise.
9173
4e234f5d 9174 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
9175 and <math_private.h>.
9176 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
9177 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
9178 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
9179 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
9180 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
9181 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
9182 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
9183 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
9184 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
9185 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
9186 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
9187 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
9188 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
9189 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
9190 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
9191 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
9192 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
9193 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
9194 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
9195 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
9196 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
9197 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
9198 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
9199 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
9200 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
9201 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
9202 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
9203 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
9204 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
9205 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
9206 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
9207 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
9208 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
9209 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
9210 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
9211 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
9212 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
9213 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
9214 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
9215 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
9216 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
9217 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
9218 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
9219 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
9220 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
9221 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
9222 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
9223 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
9224 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
9225 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
9226 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
9227 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
9228 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
9229 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
9230 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
9231 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
9232 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
9233 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9234 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
9235 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
9236 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
9237 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
9238 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
9239 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
9240 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
9241 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
9242 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
9243 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
9244 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
9245 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
9246 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
9247 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
9248 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
9249 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
9250 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
9251 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
9252 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
9253 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
9254 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
9255 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
9256 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
9257 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
9258 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
9259 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
9260 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
9261 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9262 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
9263 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
9264 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
9265 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
9266 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
9267 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
9268 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
9269 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
9270 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
9271 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
9272 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
9273 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
9274 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
9275 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
9276 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
9277 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
9278 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
9279 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
9280 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
9281 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
9282 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
9283 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
9284 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
9285 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
9286 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
9287 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
9288 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
9289 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
9290 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
9291 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
9292 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
9293 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
9294 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
9295 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
9296 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
9297 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
9298 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
9299 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
9300 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
9301 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
9302 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
9303 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
9304 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
9305 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
9306 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
9307 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
9308 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
9309 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
9310 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
9311 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
9312 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
9313 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
9314 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
9315 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
9316 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
9317 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
9318 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
9319 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
9320 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
9321 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
9322 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
9323 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
9324 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
9325 * sysdeps/ieee754/k_standard.c: Likewise.
9326 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
9327 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
9328 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
9329 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
9330 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
9331 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
9332 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
9333 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
9334 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
9335 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
9336 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
9337 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
9338 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
9339 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
9340 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
9341 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
9342 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
9343 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
9344 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
9345 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
9346 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
9347 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
9348 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
9349 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
9350 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
9351 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
9352 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
9353 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
9354 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
9355 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
9356 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
9357 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
9358 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
9359 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
9360 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
9361 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
9362 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
9363 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
9364 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
9365 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
9366 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
9367 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
9368 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
9369 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
9370 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
9371 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
9372 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
9373 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
9374 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
9375 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
9376 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
9377 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
9378 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
9379 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
9380 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9381 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
9382 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
9383 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
9384 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
9385 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
9386 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
9387 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
9388 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
9389 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
9390 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
9391 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
9392 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
9393 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
9394 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
9395 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
9396 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
9397 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
9398 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
9399 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
9400 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
9401 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
9402 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
9403 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
9404 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
9405 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
9406 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
9407 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
9408 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
9409 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
9410 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
9411 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
9412 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
9413 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
9414 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
9415 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
9416 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
9417 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
9418 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
9419 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
9420 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
9421 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
9422 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
9423 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
9424 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
9425 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
9426 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
9427 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
9428 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
9429 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
9430 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
9431 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
9432 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
9433 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
9434 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
9435 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
9436 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
9437 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
9438 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
9439 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
9440 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
9441 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
9442 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
9443 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
9444 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
9445 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
9446 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
9447 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
9448 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
9449 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
9450 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
9451 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
9452 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
9453 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
9454 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
9455 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
9456 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
9457 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
9458 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
9459 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
9460 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
9461 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
9462 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
9463 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
9464 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
9465 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
9466 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
9467 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
9468 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
9469 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
9470 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
9471 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
9472 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
9473 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
9474 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
9475 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
9476 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
9477 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
9478 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9479 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9480 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
9481 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
9482 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
9483 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
9484 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
9485 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
9486 * sysdeps/ieee754/s_lib_version.c: Likewise.
9487 * sysdeps/ieee754/s_matherr.c: Likewise.
9488 * sysdeps/ieee754/s_signgam.c: Likewise.
9489 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
9490 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
9491 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
9492 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
9493 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
9494 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
9495 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
9496 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
9497 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
9498 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
9499 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
9500 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
9501 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
9502 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
9503 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
9504 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
9505 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
9506 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
9507 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
9508 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
9509 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 9510
1991fa03
JM
95112012-03-09 Joseph Myers <joseph@codesourcery.com>
9512
9513 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
9514 * sunrpc/rpc_main.c: Likewise.
9515 * sunrpc/rpc_svcout.c: Likewise.
9516
60d6f5a6
DM
95172012-03-09 David S. Miller <davem@davemloft.net>
9518
9519 * include/math_private.h: New file.
9520
4962050e
JM
95212012-03-09 Joseph Myers <joseph@codesourcery.com>
9522
02a6f887
JM
9523 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
9524 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
9525 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
9526 from <bits/socket_type.h>.
9527 (enum __socket_type): Don't define here.
9528 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
9529 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
9530 bits/socket_type.h.
9531
c6e013c1
JM
9532 [BZ #13566]
9533 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
9534 checking __USE_GNU.
9535
4962050e
JM
9536 * Makerules ($(inst_includedir)/%.h): New rule.
9537 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
9538 (install-others): Remove variable setting.
9539 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
9540
38842f45
RH
95412012-03-08 Richard Henderson <rth@twiddle.net>
9542
67bb6da6
RH
9543 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
9544 from macro to inline function; merge with the
9545 !__LIBC_INTERNAL_MATH_INLINES version.
9546 (__ieee754_sqrtf): Likewise.
9547
15194b4b
RH
9548 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
9549 to inline function.
9550 (__rintf, __floor, __floorf): Likewise.
9551
64e21ede
RH
9552 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
9553 macro to inline function.
9554 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
9555
38842f45
RH
9556 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
9557 not <math/math_private.h>.
9558
c64bf5fe
DM
95592012-03-08 David S. Miller <davem@davemloft.net>
9560
9561 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
9562 copyright year.
9563 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
9564
82d86f28
TS
95652012-03-08 Thomas Schwinge <thomas@codesourcery.com>
9566
9567 * resolv/gai_misc.c (handle_requests): Fix struct timespec
9568 normalization.
9569 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
9570 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
9571
aea5d727
UD
95722012-03-08 Ulrich Drepper <drepper@gmail.com>
9573
9574 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
9575 be defined individually, they must be defined as a block. Define
9576 S for printing a string instead of hidint the different by using a
9577 macro for adding the 'l'.
9578 * stdio-common/tst-fphex-wide.c: Adjust.
9579
70bca0a3
MP
95802012-03-07 Marek Polacek <polacek@redhat.com>
9581
9582 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
9583
65b81130
MP
95842012-03-08 Marek Polacek <polacek@redhat.com>
9585
9586 [BZ #13806]
9587 * stdio-common/Makefile (tests): Add tst-fphex-wide.
9588 * stdio-common/tst-fphex.c: Define a few macros to make the
9589 test reusable. Use them.
9590 * stdio-common/tst-fphex-wide.c: New file.
9591
07037eeb
JM
95922012-03-08 Joseph Myers <joseph@codesourcery.com>
9593
a7a93d50
JM
9594 [BZ #6911]
9595 * manual/macros.texi (gnusystems): New macro.
9596 (nongnusystems): Likewise.
9597 (gnulinuxhurdsystems): Likewise.
9598 (gnuhurdsystems): Likewise..
9599 (gnulinuxsystems): Likewise.
9600 * manual/charset.texi: Use new macros or @theglibc{} to refer to
9601 variants of the GNU system, not "GNU system".
9602 * manual/conf.texi: Likewise.
9603 * manual/errno.texi: Likewise. Update example of errno macro
9604 expansion.
9605 * manual/filesys.texi: Likewise.
9606 (getumask): Document as specific to GNU/Hurd.
9607 * manual/install.texi: Likewise. Reword some references to
9608 GNU/Linux.
9609 * manual/intro.texi: Likewise.
9610 * manual/io.texi: Likewise.
9611 (File Name Portability): Detail which constraints are inapplicable
9612 to all GNU systems and which are only inapplicable to GNU/Hurd.
9613 * manual/job.texi: Likewise.
9614 * manual/llio.texi: Likewise.
9615 (O_NOCTTY): Document as present on GNU/Linux.
9616 * manual/maint.texi: Likewise.
9617 * manual/memory.texi: Likewise.
9618 * manual/pattern.texi: Likewise.
9619 * manual/pipe.texi: Likewise.
9620 * manual/process.texi: Likewise.
9621 * manual/resource.texi: Likewise.
9622 (RUSAGE_CHILDREN): Remove statement about specifying a particular
9623 child on GNU/Hurd.
9624 * manual/setjmp.texi: Likewise.
9625 * manual/signal.texi: Likewise.
9626 * manual/startup.texi: Likewise.
9627 * manual/stdio.texi: Likewise.
9628 * manual/terminal.texi: Likewise.
9629 (ONLCR): Document as POSIX.
9630 (OXTABS): Document availability on GNU/Linux as XTABS.
9631 (ONOEOT): Document availability separately from other bits.
9632 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
9633 * manual/time.texi: Likewise.
9634 * manual/users.texi: Likewise.
9635 * INSTALL: Regenerated.
9636 * sysdeps/gnu/errlist.c: Regenerated.
9637
07037eeb
JM
9638 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
9639 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
9640 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
9641 puts.
9642 * configure: Regenerated.
9643
d1d3431a
JM
96442012-03-07 Joseph Myers <joseph@codesourcery.com>
9645
af6a1e37
JM
9646 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
9647 default includes instead of AC_HEADER_CHECK.
9648 * sysdeps/i386/configure: Regenerated.
9649
d1d3431a
JM
9650 [BZ #10716]
9651 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
9652 * math/s_cacoshf.c (__cacoshf): Likewise.
9653 * math/s_cacoshl.c (__cacoshl): Likewise.
9654 * math/s_casinh.c (__casinh): Set signs of result from argument.
9655 * math/s_casinhf.c (__casinhf): Likewise.
9656 * math/s_casinhl.c (__casinhl): Likewise.
9657 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
9658 (casinh_test): Add more tests.
9659 * sysdeps/i386/fpu/libm-test-ulps: Update.
9660 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9661
482ff4da
UD
96622012-03-07 Ulrich Drepper <drepper@gmail.com>
9663
872fda05
UD
9664 * po/zh_TW.po: Update from translation team.
9665
a4300c7a
UD
9666 * login/Makefile (distribute): Remove variable.
9667 * catgets/Makefile: Likewise.
9668 * mach/Makefile: Likewise.
9669 * malloc/Makefile: Likewise.
9670 * misc/Makefile: Likewise.
9671 * iconv/Makefile: Likewise.
9672 * nscd/Makefile: Likewise.
9673 * hurd/Makefile: Likewise.
9674 * manual/Makefile: Likewise.
9675 * locale/Makefile: Likewise.
9676 * intl/Makefile: Likewise.
9677 * conform/Makefile: Likewise.
9678 * nss/Makefile: Likewise.
9679 * time/Makefile: Likewise.
9680 * soft-fp/Makefile: Likewise.
9681 * dirent/Makefile: Likewise.
9682 * gmon/Makefile: Likewise.
9683 * po/Makefile: Likewise.
9684 * rt/Makefile: Likewise.
9685 * socket/Makefile: Likewise.
9686 * math/Makefile: Likewise.
9687 * signal/Makefile: Likewise.
9688 * debug/Makefile: Likewise.
9689 * elf/Makefile: Likewise.
9690 * timezone/Makefile: Likewise.
9691 * stdlib/Makefile: Likewise.
9692 * iconvdata/Makefile: Likewise.
9693 * sunrpc/Makefile: Likewise.
9694 * io/Makefile: Likewise.
9695 * argp/Makefile: Likewise.
9696 * inet/Makefile: Likewise.
9697 * hesiod/Makefile: Likewise.
9698 * grp/Makefile: Likewise.
9699 * csu/Makefile: Likewise.
9700 * wctype/Makefile: Likewise.
9701 * crypt/Makefile: Likewise.
9702 * libio/Makefile: Likewise.
9703 * string/Makefile: Likewise.
9704 * nis/Makefile: Likewise.
9705 * resolv/Makefile: Likewise.
9706 * stdio-common/Makefile: Likewise.
9707 * wcsmbs/Makefile: Likewise.
9708 * dlfcn/Makefile: Likewise.
9709 * posix/Makefile: Likewise.
9710
3b7c4e74 9711 [BZ #6959]
482ff4da
UD
9712 * timezone/Makefile: Don't install timezone files, just the programs
9713 and scripts.
9714
f72ed77d
UD
97152012-03-06 Ulrich Drepper <drepper@gmail.com>
9716
a000466f
UD
9717 * nss/databases.def: Add missing gshadow entry.
9718
f72ed77d
UD
9719 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
9720
a53b7a4e
MP
97212012-03-06 Marek Polacek <polacek@redhat.com>
9722
9723 [BZ #13726]
9724 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
9725 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
9726 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
9727 * stdio-common/tst-long-dbl-fphex.c: New file.
9728
e9258400
DM
97292012-03-06 David S. Miller <davem@davemloft.net>
9730
9731 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
9732 (set_obp_int): New function.
9733 (get_obp_int): New function.
9734 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
9735 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
9736 Avoid unused variable warnings on 'val' and use builtin_expect.
9737 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
9738 __builtin_expect.
e9258400
DM
9739 (INLINE_CLONE_SYSCALL): Likewise.
9740
3bd2c723
DM
97412012-03-05 David S. Miller <davem@davemloft.net>
9742
9743 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9744
bbb78d03
AS
97452012-03-05 Andreas Schwab <schwab@linux-m68k.org>
9746
884c5db4
AS
9747 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9748
bbb78d03
AS
9749 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
9750 only for |x| >= 40.
9751 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
9752
1c9f702a 97532012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
9754
9755 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
9756 Replace gettimeofday with __vdso_gettimeofday.
9757
7be16f82
RM
9758 * sysdeps/unix/sysv/linux/x86_64/init-first.c
9759 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
9760 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
9761
9762 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
9763 time with __vdso_time.
9764
ed58a00f
JM
97652012-03-05 Joseph Myers <joseph@codesourcery.com>
9766
9767 * manual/lang.texi (size_t): Note types to which size_t may be
9768 equivalent with the GNU C Library, but do not describe when
9769 differences between them are significant.
9770
30ee4ced
AJ
97712012-03-05 Andreas Jaeger <aj@suse.de>
9772
9773 * sysdeps/i386/fpu/libm-test-ulps: Update.
9774
b7cd39e8
JM
97752012-03-05 Joseph Myers <joseph@codesourcery.com>
9776
9777 [BZ #3976]
9778 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
9779 (__ieee754_pow): Save and restore rounding mode and use
9780 round-to-nearest for main computations.
9781 * math/libm-test.inc (pow_test_tonearest): New function.
9782 (pow_test_towardzero): Likewise.
9783 (pow_test_downward): Likewise.
9784 (pow_test_upward): Likewise.
9785 (main): Call the new functions.
9786 * sysdeps/i386/fpu/libm-test-ulps: Update.
9787 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
9788
9789 [BZ #3976]
9790 * math/libm-test.inc (cosh_test_tonearest): New function.
9791 (cosh_test_towardzero): Likewise.
9792 (cosh_test_downward): Likewise.
9793 (cosh_test_upward): Likewise.
9794 (sinh_test_tonearest): Likewise.
9795 (sinh_test_towardzero): Likewise.
9796 (sinh_test_downward): Likewise.
9797 (sinh_test_upward): Likewise.
9798 (main): Call the new functions.
9799 * sysdeps/i386/fpu/libm-test-ulps: Update.
9800 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9801
6c6a98c9
TV
98022012-03-05 Tom de Vries <tom@codesourcery.com>
9803
9804 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
9805 default stack guard is set in last bytes.
9806 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
9807
21bb2d2e 98082012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 9809
21bb2d2e 9810 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 9811
21bb2d2e
AJ
9812 [BZ #13656]
9813 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
9814 possibly allocate from heap instead of stack.
9815 * stdio-common/bug-vfprintf-nargs.c: New file.
9816 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 9817
c6922934
AS
98182012-03-03 Andreas Schwab <schwab@linux-m68k.org>
9819
9820 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9821
bc957d53
MP
98222012-03-03 Marek Polacek <polacek@redhat.com>
9823
9824 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
9825 * math/math_private.h: Likewise.
9826 * stdlib/tst-strtod.c: Likewise.
9827 * sysdeps/i386/i486/bits/atomic.h: Likewise.
9828 * sysdeps/x86_64/bits/atomic.h: Likewise.
9829
6358490d
DM
98302012-03-02 David S. Miller <davem@davemloft.net>
9831
9832 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
9833 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
9834 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
9835 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
9836 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
9837 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
9838 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
9839 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
9840
01ae168d
RM
98412012-03-02 Roland McGrath <roland@hack.frob.com>
9842
d9a17c07
RM
9843 [BZ #13792]
9844 * manual/examples/README: New file, says the example source files
9845 can be used under GPL>=2.
9846 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
9847 line containing just "*/".
9848 * manual/examples/add.c: Add copyright header (GPL>=2).
9849 * manual/examples/argp-ex1.c: Likewise.
9850 * manual/examples/argp-ex2.c: Likewise.
9851 * manual/examples/argp-ex3.c: Likewise.
9852 * manual/examples/argp-ex4.c: Likewise.
9853 * manual/examples/atexit.c: Likewise.
9854 * manual/examples/db.c: Likewise.
9855 * manual/examples/dir.c: Likewise.
9856 * manual/examples/dir2.c: Likewise.
9857 * manual/examples/execinfo.c: Likewise.
9858 * manual/examples/filecli.c: Likewise.
9859 * manual/examples/filesrv.c: Likewise.
9860 * manual/examples/fmtmsgexpl.c: Likewise.
9861 * manual/examples/genpass.c: Likewise.
9862 * manual/examples/inetcli.c: Likewise.
9863 * manual/examples/inetsrv.c: Likewise.
9864 * manual/examples/isockad.c: Likewise.
9865 * manual/examples/longopt.c: Likewise.
9866 * manual/examples/memopen.c: Likewise.
9867 * manual/examples/memstrm.c: Likewise.
9868 * manual/examples/mkfsock.c: Likewise.
9869 * manual/examples/mkisock.c: Likewise.
9870 * manual/examples/mygetpass.c: Likewise.
9871 * manual/examples/pipe.c: Likewise.
9872 * manual/examples/popen.c: Likewise.
9873 * manual/examples/rprintf.c: Likewise.
9874 * manual/examples/search.c: Likewise.
9875 * manual/examples/select.c: Likewise.
9876 * manual/examples/setjmp.c: Likewise.
9877 * manual/examples/sigh1.c: Likewise.
9878 * manual/examples/sigusr.c: Likewise.
9879 * manual/examples/stpcpy.c: Likewise.
9880 * manual/examples/strdupa.c: Likewise.
9881 * manual/examples/strftim.c: Likewise.
9882 * manual/examples/strncat.c: Likewise.
9883 * manual/examples/subopt.c: Likewise.
9884 * manual/examples/swapcontext.c: Likewise.
9885 * manual/examples/termios.c: Likewise.
9886 * manual/examples/testopt.c: Likewise.
9887 * manual/examples/testpass.c: Likewise.
9888 * manual/examples/timeval_subtract.c: Likewise.
9889
01ae168d
RM
9890 [BZ #13792]
9891 * manual/time.texi (Elapsed Time): Move timeval_subtract example
9892 function to ...
9893 * manual/timeval_subtract.c.texi: ... here, new file.
9894
49efa33d
DM
98952012-03-02 David S. Miller <davem@davemloft.net>
9896
9897 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
9898
28afd92d
JM
98992012-03-02 Joseph Myers <joseph@codesourcery.com>
9900
804360ed
JM
9901 [BZ #3976]
9902 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
9903 (__sin): Save and restore rounding mode and use round-to-nearest
9904 for all computations.
9905 (__cos): Save and restore rounding mode and use round-to-nearest
9906 for all computations.
9907 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
9908 <fenv.h>.
9909 (tan): Save and restore rounding mode and use round-to-nearest for
9910 all computations.
9911 * math/libm-test.inc (cos_test_tonearest): New function.
9912 (cos_test_towardzero): Likewise.
9913 (cos_test_downward): Likewise.
9914 (cos_test_upward): Likewise.
9915 (sin_test_tonearest): Likewise.
9916 (sin_test_towardzero): Likewise.
9917 (sin_test_downward): Likewise.
9918 (sin_test_upward): Likewise.
9919 (tan_test_tonearest): Likewise.
9920 (tan_test_towardzero): Likewise.
9921 (tan_test_downward): Likewise.
9922 (tan_test_upward): Likewise.
9923 (main): Call the new functions.
9924 * sysdeps/i386/fpu/libm-test-ulps: Update.
9925 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9926
a6d06d7b
JM
9927 [BZ #10135]
9928 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
9929 small n, then large n, before computing and testing k+n.
9930 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
9931 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
9932 Likewise.
9933 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
9934 Likewise.
9935 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
9936 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
9937 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
9938 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
9939 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
9940 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
9941 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
9942 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
9943 * math/libm-test.inc (scalbn_test): Add more tests.
9944 (scalbln_test): Likewise.
9945
07e12bb3
JM
9946 * manual/filesys.texi (mode_t): Describe constraints on size and
9947 signedness, not exact equivalence to a particular type.
9948 (ino_t): Likewise.
9949 (ino64_t): Likewise.
9950 (dev_t): Likewise.
9951 (nlink_t): Likewise.
9952 (blkcnt_t): Likewise.
9953 (blkcnt64_t): Likewise.
9954 * manual/llio.texi (off_t): Likewise.
9955
28afd92d
JM
9956 [BZ #3976]
9957 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
9958 (__ieee754_exp): Save and restore rounding mode and use
9959 round-to-nearest for all computations.
9960 * math/libm-test.inc (exp_test_tonearest): New function.
9961 (exp_test_towardzero): Likewise.
9962 (exp_test_downward): Likewise.
9963 (exp_test_upward): Likewise.
9964 (main): Call the new functions.
9965 * sysdeps/i386/fpu/libm-test-ulps: Update.
9966 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9967
b1eeb65d
CD
99682012-03-01 Chris Demetriou <cgd@google.com>
9969
9970 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
9971 have predictable order.
9972
53362a4b
DM
99732012-03-01 David S. Miller <davem@davemloft.net>
9974
3c969083
DM
9975 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
9976
759707de
DM
9977 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
9978 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
9979 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
9980 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
9981
dfdb8ff2
DM
9982 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
9983 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
9984 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
9985 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
9986 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
9987 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
9988 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
9989 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
9990 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
9991
ead89f96
DM
9992 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9993
7f66bd07
DM
9994 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
9995 * sysdeps/sparc/fpu/libm-test-ulps: to here.
9996 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
9997
53362a4b
DM
9998 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
9999 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10000 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
10001 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
10002 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
10003 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
10004 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
10005 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10006 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
10007 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
10008 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
10009 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10010 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
10011 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
10012 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10013 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10014 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
10015 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
10016 * sysdeps/sparc/elf/configure: Regenerated.
10017
7b1902cb
JM
100182012-03-01 Joseph Myers <joseph@codesourcery.com>
10019
bec039bc
JM
10020 * configure.in (AS, LD): Require binutils 2.20 or later.
10021 * configure: Regenerated.
10022 * manual/install.texi (Tools for Compilation): Give binutils 2.20
10023 as required minimum version.
10024 * INSTALL: Regenerated.
10025
7b1902cb
JM
10026 [BZ #2541]
10027 [BZ #4108]
10028 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
10029 before squaring exponent.
10030 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
10031 bottom long double and 27 bits of top long double before squaring
10032 exponent.
10033 * math/libm-test.inc (erfc_test): Add more tests.
10034 * sysdeps/i386/fpu/libm-test-ulps: Update.
10035 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10036 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10037
f775c276
KT
100382012-03-01 Kai Tietz <ktietz@redhat.com>
10039
10040 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
10041 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
10042 containing bit-fields.
10043 * soft-fp/extended.h (_FP_UNION_E): Likewise.
10044 * soft-fp/single.h (_FP_UNION_S): Likewise.
10045 * soft-fp/double.h (_FP_UNION_D): Likewise.
10046
5b8a4d4a
JM
100472012-02-29 Joseph Myers <joseph@codesourcery.com>
10048
0bab47b6
JM
10049 [BZ #13786]
10050 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
10051 not include ../strcmp.S.
10052 [USE_AS_STRNCASECMP_L]: Likewise.
10053 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
10054 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
10055 * sysdeps/i386/i686/multiarch/strncase_l-c.c
10056 (__strncasecmp_l_ia32): Define as alias to
10057 __strncasecmp_l_nonascii.
10058
0fcad3e2
JM
10059 [BZ #5794]
10060 * math/libm-test.inc (expm1_test): Add test for bug 5794.
10061 * sysdeps/i386/fpu/libm-test-ulps: Update.
10062 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10063
5b8a4d4a
JM
10064 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
10065 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10066
8fdceb2e
JL
100672012-02-29 Jeff Law <law@redhat.com>
10068
10069 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
10070 out of bounds read.
10071
1f393a11
MP
100722012-02-29 Marek Polacek <polacek@redhat.com>
10073
10074 [BZ #13706]
10075 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
10076 * elf/Makefile: Add rules to run tst-unused-dep.out.
10077
8847f037
DM
100782012-02-28 David S. Miller <davem@davemloft.net>
10079
10080 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
10081 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
10082 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
10083 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
10084 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
10085 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
10086
169d7f11
JM
100872012-02-29 Joseph Myers <joseph@codesourcery.com>
10088
10089 * math/libm-test.inc (llround_test): Move one test from
10090 lround_test. Use TEST_f_L in moved test.
10091 (lround_test): Move misplaced test to llround_test. Add testcase
10092 from bug 2561.
10093
39adf059
UD
100942012-02-28 Ulrich Drepper <drepper@gmail.com>
10095
10096 * sysdeps/x86_64/fpu/e_expf.S: New file.
10097 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
10098
71b5d1c5
SB
100992012-02-28 Stanislav Brabec <sbrabec@suse.cz>
10100
10101 [BZ #13637]
10102 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
10103 of remain_len that may cause incomplete multi-byte character and
10104 false match.
10105 * posix/bug-regex33.c: New file.
10106 * posix/Makefile (tests): Add bug-regex33.
10107
1f77f049
JM
101082012-02-28 Joseph Myers <joseph@codesourcery.com>
10109
10110 * manual/macros.texi: New file.
10111 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
10112 * manual/libc.texinfo: Include macros.texi.
10113 * manual/creatute.texi: Likewise.
10114 * manual/install.texi: Likewise.
10115 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
10116 @glibcadj{} in references to the GNU C Library.
10117 * manual/charset.texi: Likewise.
10118 * manual/conf.texi: Likewise.
10119 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
10120 when not using those macros.
10121 * manual/creature.texi: Likewise.
10122 * manual/crypt.texi: Likewise.
10123 * manual/errno.texi: Likewise.
10124 * manual/filesys.texi: Likewise.
10125 * manual/header.texi: Likewise.
10126 * manual/install.texi: Likewise.
10127 * manual/intro.texi: Likewise.
10128 * manual/io.texi: Likewise.
10129 * manual/job.texi: Likewise.
10130 * manual/lang.texi: Likewise.
10131 * manual/libc.texiinfo: Likewise.
10132 * manual/llio.texi: Likewise.
10133 * manual/locale.texi: Likewise.
10134 * manual/maint.texi: Likewise.
10135 * manual/math.texi: Likewise.
10136 * manual/memory.texi: Likewise.
10137 * manual/message.texi: Likewise.
10138 * manual/nss.texi: Likewise.
10139 * manual/pattern.texi: Likewise.
10140 * manual/process.texi: Likewise.
10141 * manual/resource.texi: Likewise.
10142 * manual/search.texi: Likewise.
10143 * manual/setjmp.texi: Likewise.
10144 * manual/signal.texi: Likewise.
10145 * manual/socket.texi: Likewise.
10146 * manual/startup.texi: Likewise.
10147 * manual/stdio.texi: Likewise.
10148 * manual/string.texi: Likewise.
10149 * manual/sysinfo.texi: Likewise.
10150 * manual/syslog.texi: Likewise.
10151 * manual/terminal.texi: Likewise.
10152 * manual/time.texi: Likewise.
10153 * manual/users.texi: Likewise.
10154 * INSTALL: Regenerated.
10155 * NOTES: Regenerated.
d40c5d54 10156 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 10157
450bf206
AS
101582012-02-28 Andreas Schwab <schwab@linux-m68k.org>
10159
10160 * include/dirent.h: Include <dirstream.h> before
10161 <dirent/dirent.h>.
10162
741a235b
DM
101632012-02-28 David S. Miller <davem@davemloft.net>
10164
10165 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
10166 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
10167 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
10168 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
10169
d6b5aa58
DM
101702012-02-27 David S. Miller <davem@davemloft.net>
10171
1aff59a3
DM
10172 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
10173 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
10174 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
10175 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
10176
d6b5aa58
DM
10177 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
10178 frame pointer instead of stack pointer relative arg slot.
10179 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
10180 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
10181 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
10182
433f48bf
CD
101832012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
10184
10185 [BZ #3992]
10186 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
10187
d674b76d
DM
101882012-02-27 David S. Miller <davem@davemloft.net>
10189
10190 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
10191 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
10192 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
10193 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
10194 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
10195 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
10196 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
10197 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
10198
0e7727f7
JM
101992012-02-27 Joseph Myers <joseph@codesourcery.com>
10200
10201 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
10202 later. Allow versions 5-9.
43be4ca2 10203 * configure: Regenerated.
0e7727f7
JM
10204 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
10205 required minimum version and 4.6 as recommended version. Do not
10206 mention bugs in GCC 2.7 and 2.8.
43be4ca2 10207 * INSTALL: Regenerated.
0e7727f7 10208
a78bc654
DM
102092012-02-27 David S. Miller <davem@davemloft.net>
10210
428d5830
DM
10211 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
10212 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
10213 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
10214 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
10215 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
10216 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
10217 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
10218 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
10219
a78bc654
DM
10220 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
10221 manipulate bits before adding and subtracting TWO112[sx].
10222 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
10223
4579f81c
RM
102242012-02-27 Roland McGrath <roland@hack.frob.com>
10225
36c8acb4
RM
10226 [BZ #13775]
10227 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
10228 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
10229 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
10230 being in POSIX, because they are in 1003.1-2008.
10231
84ad622b
RM
10232 * rt/tst-aio.c: Include <fcntl.h>.
10233 * rt/tst-aio7.c: Likewise.
10234 * rt/tst-aio64.c: Likewise.
10235
4579f81c
RM
10236 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
10237
abd923db
JM
102382012-02-27 Joseph Myers <joseph@codesourcery.com>
10239
10240 * manual/install.texi (--with-headers): Describe headers as
10241 interface headers, not private headers.
10242 (Specific advice for GNU/Linux systems): Describe use of headers
10243 from "make headers_install", not private headers from older
10244 kernels.
43be4ca2 10245 * INSTALL: Regenerated.
abd923db
JM
10246 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
10247 Change to 2.6.19.
10248 * sysdeps/unix/sysv/linux/configure: Regenerated.
10249
6664049b
JM
10250 * manual/llio.texi (fclean): Remove documentation.
10251
bb8b6697
JM
10252 * manual/Makefile (libc-texi-generated): New variable. Include
10253 version.texi.
10254 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
10255 $(libc-texi-generated), not duplicated list of files.
10256 (version.texi, stamp-version): New rules.
10257 (realclean): Remove $(libc-texi-generated), not individual files
10258 from that list. Do not remove dir-add.texinfo.
10259 * manual/libc.texinfo: Comment out uses of edition numbers and
10260 references to printed manual. Remove last-updated dates.
10261 (EDITION): Comment out.
10262 (ISBN): Likewise.
10263 (VERSION, UPDATED): Remove.
10264 (version.texi): Include.
10265
12e5c3b9
AS
102662012-02-27 Andreas Schwab <schwab@linux-m68k.org>
10267
10268 * sysdeps/posix/spawni.c: Include <signal.h>.
10269 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
10270 * sysdeps/pthread/aio_fsync.c: Likewise.
10271
4efeffc1 102722012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 10273
ba63ba08
UD
10274 * conform/Makefile (tests): Run only when not cross-compiling and
10275 when fast-check is not defined.
10276
d94a4670
UD
10277 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
10278 * conform/data/limits.h-data: Fixes for POSIX2008.
10279 * conform/run-conformtest.sh: Run all tests.
10280 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
10281 headers.
10282 * include/bits/dlfcn.h: Likewise.
10283 * include/langinfo.h: Likewise.
10284 * include/monetary.h: Likewise.
10285 * include/sys/poll.h: Likewise.
10286
10287 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
10288 for __USE_GNU.
10289 * posix/spawn.h: Define __need_sigset_t.
10290 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
10291 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
10292 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
10293 to get sigevent_t only.
10294 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
10295 only for __USE_GNU.
10296 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10297 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
10298 process_vm_writev only for __USE_GNU.
10299 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
10300
10301 * conform/Makefile: For now ignore errors from run-conformtest.
10302 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
10303 POSIX to avoid namespace pollution. Don't prepend headers.
10304 * conform/data/aio.h-data: Fixes for POSIX testing.
10305 * conform/data/fcntl.h-data: Likewise.
10306 * conform/data/glob.h-data: Likewise.
10307 * conform/data/grp.h-data: Likewise.
10308 * conform/data/pthread.h-data: Likewise.
10309 * conform/data/pwd.h-data: Likewise.
10310 * conform/data/signal.h-data: Likewise.
10311 * conform/data/spawn.h-data: Likewise.
10312 * conform/data/stdio.h-data: Likewise.
10313 * conform/data/stdlib.h-data: Likewise.
10314 * conform/data/stropts.h-data: Likewise.
10315 * conform/data/sys/mman.h-data: Likewise.
10316 * conform/data/sys/stat.h-data: Likewise.
10317 * conform/data/sys/types.h-data: Likewise.
10318 * conform/data/sys/wait.h-data: Likewise.
10319 * conform/data/time.h-data: Likewise.
10320 * conform/data/unistd.h-data: Likewise.
10321 * conform/data/utime.h-data: Likewise.
10322
10323 * io/sys/stat.h: fchmod was always in POSIX.
10324 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
10325 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
10326 * rt/aio.h: Define __need_timespec before including <time.h>.
10327 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
10328 struct. Add forward declaration of pthread_attr_t and use it in
10329 sigevent.
10330 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
10331 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
10332 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
10333 always remove CLK_TCK definition.
10334
c20105c3
AS
103352012-02-26 Andreas Schwab <schwab@linux-m68k.org>
10336
10337 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
10338
7a270350
UD
103392012-02-25 Ulrich Drepper <drepper@gmail.com>
10340
31341567
UD
10341 * conform/run-conformtest.sh: New file.
10342 * conform/Makefile: Run run-conformtest for tests.
10343 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
10344 support.
10345
10346 * conform/data/uchar.h-data: New file.
10347 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
10348 * conform/data/arpa/inet.h-data: Likewise.
10349 * conform/data/assert.h-data: Likewise.
10350 * conform/data/complex.h-data: Likewise.
10351 * conform/data/cpio.h-data: Likewise.
10352 * conform/data/ctype.h-data: Likewise.
10353 * conform/data/dirent.h-data: Likewise.
10354 * conform/data/dlfcn.h-data: Likewise.
10355 * conform/data/errno.h-data: Likewise.
10356 * conform/data/fcntl.h-data: Likewise.
10357 * conform/data/float.h-data: Likewise.
10358 * conform/data/fmtmsg.h-data: Likewise.
10359 * conform/data/fnmatch.h-data: Likewise.
10360 * conform/data/ftw.h-data: Likewise.
10361 * conform/data/glob.h-data: Likewise.
10362 * conform/data/grp.h-data: Likewise.
10363 * conform/data/iconv.h-data: Likewise.
10364 * conform/data/inttypes.h-data: Likewise.
10365 * conform/data/langinfo.h-data: Likewise.
10366 * conform/data/libgen.h-data: Likewise.
10367 * conform/data/limits.h-data: Likewise.
10368 * conform/data/locale.h-data: Likewise.
10369 * conform/data/math.h-data: Likewise.
10370 * conform/data/monetary.h-data: Likewise.
10371 * conform/data/mqueue.h-data: Likewise.
10372 * conform/data/ndbm.h-data: Likewise.
10373 * conform/data/net/if.h-data: Likewise.
10374 * conform/data/netdb.h-data: Likewise.
10375 * conform/data/netinet/in.h-data: Likewise.
10376 * conform/data/nl_types.h-data: Likewise.
10377 * conform/data/poll.h-data: Likewise.
10378 * conform/data/pthread.h-data: Likewise.
10379 * conform/data/pwd.h-data: Likewise.
10380 * conform/data/regex.h-data: Likewise.
10381 * conform/data/sched.h-data: Likewise.
10382 * conform/data/search.h-data: Likewise.
10383 * conform/data/semaphore.h-data: Likewise.
10384 * conform/data/setjmp.h-data: Likewise.
10385 * conform/data/signal.h-data: Likewise.
10386 * conform/data/spawn.h-data: Likewise.
10387 * conform/data/stdarg.h-data: Likewise.
10388 * conform/data/stdio.h-data: Likewise.
10389 * conform/data/stdlib.h-data: Likewise.
10390 * conform/data/string.h-data: Likewise.
10391 * conform/data/strings.h-data: Likewise.
10392 * conform/data/stropts.h-data: Likewise.
10393 * conform/data/sys/ipc.h-data: Likewise.
10394 * conform/data/sys/mman.h-data: Likewise.
10395 * conform/data/sys/msg.h-data: Likewise.
10396 * conform/data/sys/resource.h-data: Likewise.
10397 * conform/data/sys/select.h-data: Likewise.
10398 * conform/data/sys/sem.h-data: Likewise.
10399 * conform/data/sys/shm.h-data: Likewise.
10400 * conform/data/sys/socket.h-data: Likewise.
10401 * conform/data/sys/stat.h-data: Likewise.
10402 * conform/data/sys/statvfs.h-data: Likewise.
10403 * conform/data/sys/time.h-data: Likewise.
10404 * conform/data/sys/timeb.h-data: Likewise.
10405 * conform/data/sys/times.h-data: Likewise.
10406 * conform/data/sys/types.h-data: Likewise.
10407 * conform/data/sys/uio.h-data: Likewise.
10408 * conform/data/sys/un.h-data: Likewise.
10409 * conform/data/sys/utsname.h-data: Likewise.
10410 * conform/data/sys/wait.h-data: Likewise.
10411 * conform/data/syslog.h-data: Likewise.
10412 * conform/data/tar.h-data: Likewise.
10413 * conform/data/termios.h-data: Likewise.
10414 * conform/data/utime.h-data: Likewise.
10415 * conform/data/utmpx.h-data: Likewise.
10416 * conform/data/varargs.h-data: Likewise.
10417 * conform/data/wchar.h-data: Likewise.
10418 * conform/data/wctype.h-data: Likewise.
10419 * conform/data/wordexp.h-data: Likewise.
10420
10421 * include/stropts.h: New file.
10422 * include/uchar.h: New file.
10423 * include/aio.h: Changes to allow conformtest.pl to use the headers.
10424 * include/assert.h: Likewise.
10425 * include/ctype.h: Likewise.
10426 * include/dirent.h: Likewise.
10427 * include/dlfcn.h: Likewise.
10428 * include/fcntl.h: Likewise.
10429 * include/fnmatch.h: Likewise.
10430 * include/glob.h: Likewise.
10431 * include/grp.h: Likewise.
10432 * include/libio.h: Likewise.
10433 * include/locale.h: Likewise.
10434 * include/math.h: Likewise.
10435 * include/net/if.h: Likewise.
10436 * include/netdb.h: Likewise.
10437 * include/netinet/in.h: Likewise.
10438 * include/pthread.h: Likewise.
10439 * include/pwd.h: Likewise.
10440 * include/regex.h: Likewise.
10441 * include/sched.h: Likewise.
10442 * include/search.h: Likewise.
10443 * include/setjmp.h: Likewise.
10444 * include/signal.h: Likewise.
10445 * include/stdio.h: Likewise.
10446 * include/stdlib.h: Likewise.
10447 * include/string.h: Likewise.
10448 * include/sys/cdefs.h: Likewise.
10449 * include/sys/mman.h: Likewise.
10450 * include/sys/msg.h: Likewise.
10451 * include/sys/resource.h: Likewise.
10452 * include/sys/select.h: Likewise.
10453 * include/sys/socket.h: Likewise.
10454 * include/sys/stat.h: Likewise.
10455 * include/sys/statvfs.h: Likewise.
10456 * include/sys/time.h: Likewise.
10457 * include/sys/times.h: Likewise.
10458 * include/sys/uio.h: Likewise.
10459 * include/sys/utsname.h: Likewise.
10460 * include/sys/wait.h: Likewise.
10461 * include/termios.h: Likewise.
10462 * include/time.h: Likewise.
10463 * include/ulimit.h: Likewise.
10464 * include/unistd.h: Likewise.
10465 * include/utime.h: Likewise.
10466 * include/wchar.h: Likewise.
10467 * include/wctype.h: Likewise.
10468 * include/wordexp.h: Likewise.
10469
10470 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
10471
7a270350
UD
10472 * time/time.h: TIME_UTC must be a macro.
10473 Make timespec_get available for ISO C11 only as well.
10474
7724defc
UD
104752012-02-24 Ulrich Drepper <drepper@gmail.com>
10476
10477 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
10478 Reported by Peng Haitao <penght@cn.fujitsu.com>.
10479
6b1d1d46
JM
104802012-02-24 Joseph Myers <joseph@codesourcery.com>
10481
10482 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 10483
0f8bbd69
JM
104842012-02-24 Joseph Myers <joseph@codesourcery.com>
10485
10486 * manual/texinfo.tex: Update to version 2012-01-19.16.
10487
66ab80bc
JM
104882012-02-24 Joseph Myers <joseph@codesourcery.com>
10489
10490 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
10491
74981cc5
RM
104922012-02-24 Roland McGrath <roland@hack.frob.com>
10493
ee968201
RM
10494 [BZ #13738]
10495 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
10496 * manual/fdl-1.3.texi: New file.
10497 * manual/fdl-1.1.texi: File removed.
10498
74981cc5
RM
10499 [BZ #13738]
10500 * manual/libc.texinfo (FDL_VERSION): New @set.
10501 Use it for mention of FDL in cover text.
10502 (Documentation License): Use it in @include file name.
10503
7bb764bc
JM
105042012-02-22 Joseph Myers <joseph@codesourcery.com>
10505 Roland McGrath <roland@hack.frob.com>
10506
10507 [BZ #5461]
10508 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
10509 not LONG_LONG_MAX and LONG_LONG_MIN.
10510 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
10511 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
10512 name.
10513 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
10514
6cbeae47
JM
105152012-02-22 Joseph Myers <joseph@codesourcery.com>
10516
10517 [BZ #2547]
10518 [BZ #11365]
10519 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
10520 manipulate bits before adding and subtracting TWO23[sx].
10521 * math/libm-test.inc (nearbyint_test): Add more tests.
10522
fe45ce09
JM
105232012-02-22 Joseph Myers <joseph@codesourcery.com>
10524
10525 [BZ #2548]
10526 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
10527 bits before adding and subtracting TWO23[sx].
10528 * math/libm-test.inc (rint_test): Add more tests.
10529 (rint_test_tonearest): Likewise.
10530 (rint_test_towardzero): Likewise.
10531 (rint_test_downward): Likewise.
10532 (rint_test_upward: Likewise.
10533
ff3b3d82
JM
105342012-02-22 Joseph Myers <joseph@codesourcery.com>
10535
10536 [BZ #10110]
10537 * include/stdc-predef.h: New file. Extracted from features.h.
10538 * include/features.h: Include stdc-predef.h.
10539 * Makefile (headers): Add stdc-predef.h.
10540 * CONFORMANCE (Compiler limitations): Update.
10541
ef0aab35
JM
105422012-02-22 Joseph Myers <joseph@codesourcery.com>
10543
10544 * manual/libc.texinfo (VERSION, UPDATED): Revert.
10545
58639409
DM
105462012-02-21 David S. Miller <davem@davemloft.net>
10547
10548 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
10549 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
10550
c0e70b25
DM
105512012-02-20 David S. Miller <davem@davemloft.net>
10552
10553 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
10554 using a normal save/restore sequence, rather than allocating a
10555 dummy stack frame just to store a frame pointer and restore.
10556 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10557
fb06851d
JM
105582012-02-21 Joseph Myers <joseph@codesourcery.com>
10559
10560 * manual/install.texi: Fix stray word in line-wrapped comment.
10561
7a8b71c3
DM
105622012-02-20 David S. Miller <davem@davemloft.net>
10563
d510c123
DM
10564 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
10565 both binutils and gcc support GOTDATA.
10566
0722d7c2
DM
10567 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
10568 "rd %pc" in the PIC register setup sequences.
10569
3d2b3019
DM
10570 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
10571 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
10572 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
10573 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
10574 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
10575 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
10576 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10577 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10578 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
10579 (SYSCALL_ERROR_HANDLER): Likewise.
10580 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
10581 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10582 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
10583 (SYSCALL_ERROR_HANDLER): Likewise.
10584
c80098a9
DM
10585 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
10586 (HAVE_GCC_GOTDATA): New.
10587 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
10588 relocation support in both binutils and gcc.
10589 * sysdeps/sparc/elf/configure: Regenerate.
10590
3a2545a0
DM
10591 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
10592 * sysdeps/sparc/sparc32/elf/configure: Delete.
10593 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
10594 * sysdeps/sparc/sparc64/elf/configure: Delete.
10595 * sysdeps/sparc/elf/configure.in: New file.
10596 * sysdeps/sparc/elf/configure: Generate.
10597
7a8b71c3
DM
10598 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
10599 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
10600 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
10601 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
10602 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
10603
f1e86fca
JM
106042012-02-21 Joseph Myers <joseph@codesourcery.com>
10605
10606 * manual/install.texi: Do not mention specific glibc version
10607 numbers.
10608 * manual/libc.texinfo (VERSION, UPDATED): Update.
10609 (@copying): Use @copyright{} and range of years.
10610
0e7dfaef
JM
106112012-02-21 Joseph Myers <joseph@codesourcery.com>
10612
10613 [BZ #13695]
10614 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
10615 [crti.S not in sysdirs] (generated): Do not append.
10616 [crti.S not in sysdirs] (omit-deps): Likewise.
10617 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
10618 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
10619 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
10620 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
10621 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
10622 Likewise.
10623 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
10624 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
10625 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
10626 * csu/defs.awk: Remove file.
10627 * sysdeps/generic/initfini.c: Likewise.
10628 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
10629 variable.
10630 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
10631 Likewise.
10632
599af3ca
JM
106332012-02-20 Joseph Myers <joseph@codesourcery.com>
10634
10635 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
10636 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
10637 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
10638 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
10639 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
10640 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
10641 <bits/epoll.h>.
10642 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
10643 (__EPOLL_PACKED): Define to empty if not defined by
10644 <bits/epoll.h>.
10645 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
10646 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10647 bits/epoll.h.
10648
0e499750
JM
106492012-02-20 Joseph Myers <joseph@codesourcery.com>
10650
10651 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
10652 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
10653 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
10654 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
10655 <bits/timerfd.h>.
10656 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
10657 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10658 bits/timerfd.h.
10659
5ad91f6e
JM
106602012-02-20 Joseph Myers <joseph@codesourcery.com>
10661
10662 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
10663 in C locale.
10664 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10665 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
10666 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
10667 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10668
06b99b02
AJ
106692012-02-20 Aurelien Jarno <aurelien@aurel32.net>
10670
10671 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
10672 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
10673
7638c0fd
AS
106742012-02-19 Andreas Schwab <schwab@linux-m68k.org>
10675
10676 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
10677 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
10678 defined.
10679 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
10680 Likewise.
10681 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
10682 entry for 2.16.
10683
92221550
AJ
106842012-02-19 Aurelien Jarno <aurelien@aurel32.net>
10685
10686 * math/w_acos.c: Use non-signaling floating-point comparisons.
10687 * math/w_acosf.c: Likewise.
10688 * math/w_acosh.c: Likewise.
10689 * math/w_acoshf.c: Likewise.
10690 * math/w_acoshl.c: Likewise.
10691 * math/w_acosl.c: Likewise.
10692 * math/w_asin.c: Likewise.
10693 * math/w_asinf.c: Likewise.
10694 * math/w_asinl.c: Likewise.
10695 * math/w_atanh.c: Likewise.
10696 * math/w_atanhf.c: Likewise.
10697 * math/w_atanhl.c: Likewise.
10698 * math/w_exp2.c: Likewise.
10699 * math/w_exp2f.c: Likewise.
10700 * math/w_exp2l.c: Likewise.
10701 * math/w_j0.c: Likewise.
10702 * math/w_j0f.c: Likewise.
10703 * math/w_j0l.c: Likewise.
10704 * math/w_j1.c: Likewise.
10705 * math/w_j1f.c: Likewise.
10706 * math/w_j1l.c: Likewise.
10707 * math/w_jn.c: Likewise.
10708 * math/w_jnf.c: Likewise.
10709 * math/w_log.c: Likewise.
10710 * math/w_log10.c: Likewise.
10711 * math/w_log10f.c: Likewise.
10712 * math/w_log10l.c: Likewise.
10713 * math/w_log2.c: Likewise.
10714 * math/w_log2f.c: Likewise.
10715 * math/w_log2l.c: Likewise.
10716 * math/w_logf.c: Likewise.
10717 * math/w_logl.c: Likewise.
10718 * math/w_sqrt.c: Likewise.
10719 * math/w_sqrtf.c: Likewise.
10720 * math/w_sqrtl.c: Likewise.
10721 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
10722 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
10723 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10724 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
10725 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
10726
ebaf36eb
JM
107272012-02-19 Joseph Myers <joseph@codesourcery.com>
10728
10729 [BZ #9739]
10730 * manual/string.texi (strnlen): Use correct parameter name in
10731 equivalent expression.
10732
71c254a6
JM
107332012-02-19 Joseph Myers <joseph@codesourcery.com>
10734
10735 [BZ #11174]
10736 * manual/users.texi (seteuid): Consistently use neweuid for
10737 argument name.
10738
16d2c631
JM
107392012-02-19 Joseph Myers <joseph@codesourcery.com>
10740
10741 [BZ #13704]
10742 * manual/nss.texi (Services in the NSS configuration): Correct
10743 list of services in example configuration file.
10744
cd837b09
NB
107452012-02-19 Nick Bowler <nbowler@draconx.ca>
10746
10747 [BZ #11322]
10748 * manual/arith.texi: Remove statements about negative zero
10749 behaving identically to zero.
10750
02c4bbad
JM
107512012-02-18 Joseph Myers <joseph@codesourcery.com>
10752
10753 [BZ #5993]
10754 * manual/install.texi: Do not document upgrading from libc5.
10755
366842e7
JM
107562012-02-18 Joseph Myers <joseph@codesourcery.com>
10757
10758 [BZ #4596]
10759 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
10760
dd54084d
DM
107612012-02-18 David S. Miller <davem@davemloft.net>
10762
10763 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
10764 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
10765 %o7 across the call.
10766 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
10767 instead.
10768 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
10769 SETUP_PIC_REG_LEAF.
10770 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10771 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
10772 * sysdeps/sparc/crtn.S: Likewise.
10773
2bcc53a3
UD
107742012-02-17 Ulrich Drepper <drepper@gmail.com>
10775
10776 * aout/Makefile: Remove.
10777
09c093b5
RK
107782012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
10779
10780 [BZ #13058]
10781 * manual/examples/argp-ex1.c (main): Format definition in GNU
10782 style.
10783 * manual/examples/argp-ex2.c (main): Likewise.
10784 * manual/examples/argp-ex3.c (main): Likewise.
10785 * manual/examples/argp-ex4.c (main): Likewise.
10786 * manual/examples/longopt.c (main): Use new-style prototype
10787 definition.
10788 * manual/examples/strncat.c (main): Specify return type and use
10789 (void) for arguments.
10790 * manual/examples/subopt.c (main): Use char **argv argument.
10791
2ee633a2
JM
107922012-02-17 Joseph Myers <joseph@codesourcery.com>
10793
10794 [BZ #5077]
10795 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
10796 rounding modes.
10797
0520adde
FB
107982012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
10799
10800 [BZ #6907]
10801 * manual/string.texi (strchr): Change when strchrnul is
10802 recommended.
10803
3f4081cd
DGM
108042012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
10805
10806 [BZ #174]
10807 * manual/locale.texi (setlocale): Document LOCPATH.
10808
d1b10e78
JM
108092012-02-17 Joseph Myers <joseph@codesourcery.com>
10810
10811 [BZ #10210]
10812 * manual/process.texi (execle): Move @dots{} before last argument.
10813
79c6869c
PB
108142012-02-17 Paul Bolle <pebolle@tiscali.nl>
10815
10816 [BZ #12047]
10817 * manual/charset.texi (Generic Charset Conversion): Fix typo
10818 (LC_TYPE -> LC_CTYPE).
10819
cc6e48bc
NB
108202012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
10821
10822 [BZ #5805]
10823 * manual/arith.texi (scalbn): Use @var{} on parameter names.
10824 (scalbnf): Likewise.
10825 (scalbnl): Likewise.
10826 (scalbln): Likewise.
10827 (scalblnf): Likewise.
10828 (scalblnl): Likewise.
10829 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
10830 (vwarnx): Likewise.
10831 (verr): Likewise.
10832 (verrx): Likewise.
10833 * manual/filesys.texi (telldir): Use braces around return type.
10834 * manual/llio.texi (mmap): Add space after comma.
10835 (mmap64): Likewise.
10836 * manual/math.texi (jn): Use @var{} on parameter names.
10837 (jnf): Likewise.
10838 (jnl): Likewise.
10839 (yn): Likewise.
10840 (ynf): Likewise.
10841 (ynl): Likewise.
10842 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
10843 line.
10844 * manual/resource.texi (ulimit): Use @dots{} instead of literal
10845 "...".
10846 (sched_get_priority_min): Remove semicolon on @deftypefun line.
10847 (sched_get_priority_max): Likewise.
10848 * manual/signal.texi (sigvec): Add space after comma.
10849 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
10850 names.
10851 (if_indextoname): Likewise.
10852 (if_freenameindex): Likewise.
10853 (sendto): Use ',' instead of '.' in prototype.
10854 * manual/startup.texi (syscall): Use @dots{} instead of literal
10855 "...".
10856 * manual/stdio.texi (__fpending): Separate initial words of
10857 paragraph from @deftypefun line.
10858 * manual/syslog.texi (syslog): Use @dots{} instead of literal
10859 "...".
10860 (vsyslog): Use @var{} on parameter names.
10861 * manual/terminal.texi (stty): Use @var{} on parameter names.
10862 * manual/users.texi (getutmp): Use @var{} on parameter names.
10863 (getutmpx): Likewise.
10864
5b23062f
JM
108652012-02-17 Joseph Myers <joseph@codesourcery.com>
10866
10867 [BZ #6884]
10868 * manual/stdio.texi (fopen): Fix typos in description of
10869 ",ccs=STRING".
10870
8dee4833
AJ
108712012-02-17 Aurelien Jarno <aurelien@aurel32.net>
10872
10873 [BZ #4026]
10874 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
10875 get clock_id definition.
10876
9078ce93
TS
108772012-02-17 Thomas Schwinge <thomas@schwinge.name>
10878
10879 [BZ #4822]
10880 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
10881 (madvise): Cast every argument to void on its own.
10882
3835c55f
JM
108832012-02-17 Joseph Myers <joseph@codesourcery.com>
10884
10885 [BZ #9902]
10886 * manual/startup.texi (Exit Status): Fix typo.
10887
35c47e37
JM
108882012-02-17 Joseph Myers <joseph@codesourcery.com>
10889
10890 [BZ #10140]
10891 * manual/examples/argp-ex1.c: Include <stdlib.h>.
10892 * manual/examples/argp-ex2.c: Likewise.
10893 * manual/examples/argp-ex3.c: Likewise.
10894
e3b69ca7
RH
108952012-02-16 Richard Henderson <rth@redhat.com>
10896
10897 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
10898 * sysdeps/s390/s390-32/initfini.c: Remove.
10899 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
10900 * sysdeps/s390/s390-64/initfini.c: Remove.
10901
df83af67
KK
109022012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
10903
10904 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
10905 compiler output for sysdeps/generic/initfini.c.
10906 * sysdeps/sh/elf/initfini.c: Remove file.
10907
f63f3380
DM
109082012-02-16 David S. Miller <davem@davemloft.net>
10909
fb59b3a4
DM
10910 [BZ #11494]
10911 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
10912
f63f3380
DM
10913 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
10914 * sysdeps/sparc/crti.S: New file.
10915 * sysdeps/sparc/crtn.S: New file.
10916 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
10917 * sysdeps/sparc/sparc64/Makefile: Likewise.
10918
df6a4a4a
MF
109192012-02-15 Mike Frysinger <vapier@gentoo.org>
10920
6dd8f3dc 10921 [BZ #3335]
df6a4a4a
MF
10922 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
10923
1cac7236
RM
109242012-02-15 Roland McGrath <roland@hack.frob.com>
10925
d2c736f8
RM
10926 [BZ #4822]
10927 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
10928
1cac7236
RM
10929 * mach/devstream.c (cookie_io_functions_t): Macro removed.
10930 (write, read, close): Likewise.
10931 Patch by Aurelien Jarno <aurelien@aurel32.net>.
10932
8e475601
JM
109332012-02-15 Joseph Myers <joseph@codesourcery.com>
10934
10935 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
10936 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
10937 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
10938 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
10939 <bits/signalfd.h>.
10940 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
10941 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10942 bits/signalfd.h.
10943
ed656b40
MP
109442012-02-14 Marek Polacek <polacek@redhat.com>
10945
10946 * sysdeps/x86_64/crti.S: New file.
10947 * sysdeps/x86_64/crtn.S: New file.
10948 * sysdeps/x86_64/elf/initfini.c: Remove file.
10949
2a979d3a
JM
109502012-02-13 Joseph Myers <joseph@codesourcery.com>
10951
10952 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
10953 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
10954 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
10955 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
10956 <bits/inotify.h>.
10957 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
10958 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10959 bits/inotify.h.
10960
2a418ac3
JM
109612012-02-13 Joseph Myers <joseph@codesourcery.com>
10962
10963 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
10964 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
10965 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
10966 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
10967 <bits/eventfd.h>.
10968 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
10969 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10970 bits/eventfd.h.
10971
fb779be7
TS
109722012-02-10 Thomas Schwinge <thomas@codesourcery.com>
10973
e19e83c5
RM
10974 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
10975 __feraiseexcept instead of feraiseexcept.
7c35ffed 10976
fb779be7
TS
10977 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
10978 nanosleep invocations.
10979 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
10980 strings, and add error checking for a nanosleep invocations.
10981
59ba27a6
PE
109822012-02-09 Paul Eggert <eggert@cs.ucla.edu>
10983
10984 Replace FSF snail mail address with URLs, as per GNU coding standards.
10985 Most of the snail mail addresses were wrong anyway, and omitting
10986 them makes the source code easier to maintain. Almost all of the
10987 changes are to license notices and to locale LC_IDENTIFICATION
10988 addresses, except for this one:
10989 * manual/libc.texinfo: In "Published by", give the FSF's URL,
10990 not its snail mail address.
10991
57b957eb
RH
109922012-02-09 Richard Henderson <rth@twiddle.net>
10993
af850b1c
RH
10994 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
10995 of kernel-features.h.
10996
57b957eb
RH
10997 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
10998
6b73181a
MP
109992012-02-08 Marek Polacek <polacek@redhat.com>
11000
11001 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
11002 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
11003 * sysdeps/gnu/_G_config.h: Likewise.
11004 * sysdeps/generic/_G_config.h: Likewise.
11005
26ecc33a
AS
110062012-02-08 Andreas Schwab <schwab@linux-m68k.org>
11007
6c6dbc63
AS
11008 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
11009 tests.
11010 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11011
e216c012
AS
11012 * sysdeps/powerpc/powerpc32/crti.S: New file.
11013 * sysdeps/powerpc/powerpc32/crtn.S: New file.
11014 * sysdeps/powerpc/powerpc64/crti.S: New file.
11015 * sysdeps/powerpc/powerpc64/crtn.S: New file.
11016
26ecc33a
AS
11017 * Makeconfig (have-initfini): Don't set.
11018 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
11019 * configure.in (nopic_initfini): Don't substitute.
11020 * config.h.in (HAVE_INITFINI): Don't #undef.
11021 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
11022 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
11023
3add8e13
JM
110242012-02-08 Joseph Myers <joseph@codesourcery.com>
11025
11026 Support crti.S and crtn.S provided directly by architectures.
11027 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
11028 [crti.S in sysdirs] (omit-deps): Likewise.
11029 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
11030 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
11031 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
11032 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
11033 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
11034 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
11035 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
11036 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
11037 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
11038 compiler output for sysdeps/generic/initfini.c.
11039 * sysdeps/i386/elf/Makefile: Remove file.
11040 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
11041
a22f12b4
MP
110422012-02-07 Marek Polacek <polacek@redhat.com>
11043
11044 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
11045 * sysdeps/gnu/_G_config.h: Likewise.
11046 * sysdeps/mach/hurd/_G_config.h: Likewise.
11047
148cf100
MP
110482012-02-07 Marek Polacek <polacek@redhat.com>
11049
11050 * math/Makefile (tests): Add tst-CMPLX2.
11051 * math/tst-CMPLX2.c: New file.
11052
cfdc0dd7
AS
110532012-02-07 Andreas Schwab <schwab@linux-m68k.org>
11054
84ba42c4
AS
11055 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11056
cfdc0dd7
AS
11057 * math/libm-test.inc (jn_test): Add missing L suffix.
11058
622c86f4
MP
110592012-02-06 Marek Polacek <polacek@redhat.com>
11060
11061 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
11062 * sysdeps/i386/fpu/e_powf.S: Likewise.
11063 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
11064 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
11065 * sysdeps/i386/fpu/e_acosh.S: Likewise.
11066 * sysdeps/i386/fpu/e_pow.S: Likewise.
11067 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
11068 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
11069 * sysdeps/i386/fpu/s_expm1.S: Likewise.
11070 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
11071 * sysdeps/i386/fpu/e_log2.S: Likewise.
11072 * sysdeps/i386/fpu/e_log2l.S: Likewise.
11073 * sysdeps/i386/fpu/e_scalb.S: Likewise.
11074 * sysdeps/i386/fpu/e_powl.S: Likewise.
11075 * sysdeps/i386/fpu/s_log1p.S: Likewise.
11076 * sysdeps/i386/fpu/e_log10f.S: Likewise.
11077 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
11078 * sysdeps/i386/fpu/e_logl.S: Likewise.
11079 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
11080 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
11081 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
11082 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
11083 * sysdeps/i386/fpu/e_log2f.S: Likewise.
11084 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
11085 * sysdeps/i386/fpu/e_log.S: Likewise.
11086 * sysdeps/i386/fpu/s_cexp.S: Likewise.
11087 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
11088 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
11089 * sysdeps/i386/fpu/e_logf.S: Likewise.
11090 * sysdeps/i386/fpu/e_log10l.S: Likewise.
11091 * sysdeps/i386/fpu/e_atanh.S: Likewise.
11092 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
11093 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
11094 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
11095 * sysdeps/i386/fpu/e_log10.S: Likewise.
11096 * sysdeps/i386/fpu/s_frexp.S: Likewise.
11097 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
11098 * sysdeps/i386/fpu/s_asinh.S: Likewise.
11099 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
11100 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
11101 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
11102 * sysdeps/i386/asm-syntax.h: Likewise.
11103 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
11104 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
11105 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
11106 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
11107 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
11108 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
11109 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
11110 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
11111 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
11112 * sysdeps/powerpc/sysdep.h: Likewise.
11113 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
11114 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11115
d4a54ac6
JM
111162012-02-06 Joseph Myers <joseph@codesourcery.com>
11117
11118 [BZ #411]
11119 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
11120
314054ea
JM
111212012-02-06 Joseph Myers <joseph@codesourcery.com>
11122
11123 * sysdeps/i386/sysdep.h: Include <features.h>.
11124 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
11125 version.
11126
d8e0ca50
JM
111272012-02-05 Joseph Myers <joseph@codesourcery.com>
11128
11129 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
11130 Define.
11131 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
11132 LOAD_PIC_REG_STR.
11133
b1da7dd9
JM
111342012-02-03 Joseph Myers <joseph@codesourcery.com>
11135
11136 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
11137 (SETUP_PIC_REG): Use GET_PC_THUNK.
11138 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
11139 macro.
11140
9a1d9254
JM
111412012-02-03 Joseph Myers <joseph@codesourcery.com>
11142
11143 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
11144 for non-PIC compilation.
11145 (SETUP_PIC_REG): Add .p2align directive.
11146 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
11147 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
11148 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
11149 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
11150 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
11151 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
11152 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
11153 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
11154 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
11155 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
11156 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
11157 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
11158 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
11159 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
11160 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
11161 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
11162 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
11163 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
11164 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
11165 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
11166 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
11167 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
11168 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
11169 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
11170 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
11171 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
11172 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
11173 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
11174 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
11175 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
11176 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
11177 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
11178 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
11179 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
11180 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
11181 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
11182 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
11183 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
11184 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
11185 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
11186 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
11187
65dc3b75
JM
111882012-02-03 Joseph Myers <joseph@codesourcery.com>
11189
11190 * math/tst-CMPLX.c: Include <stdio.h>.
11191
d55bf177
JM
111922012-01-31 Joseph Myers <joseph@codesourcery.com>
11193
11194 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
11195 float.
11196 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
11197 * sysdeps/sparc/bits/mathdef.h: Likewise.
11198
69db4f8f
MP
111992012-01-31 Marek Polacek <polacek@redhat.com>
11200
11201 * libio/libio.h: Don't define _PARAMS.
11202 * locale/programs/config.h: Don't define PARAMS.
11203 * stdlib/strtol_l.c: Likewise.
11204 (__strtol_l): Remove PARAMS from the prototype.
11205
41b81892
UD
112062012-01-31 Ulrich Drepper <drepper@gmail.com>
11207
3b49edc0
UD
11208 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
11209 names. Just use the correct names. Remove unnecessary wrapper
11210 functions.
11211 * malloc/arena.c: Likewise.
11212 * malloc/hooks.c: Likewise.
11213
41b81892
UD
11214 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
11215 ARENA_TEST says not to. Simplify test for creation of a new arena.
11216 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
11217
27a25b6e
UD
112182012-01-30 Ulrich Drepper <drepper@gmail.com>
11219
11220 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
11221 into tail calls.
11222 (update_get_addr): New function.
11223 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
11224 GET_ADDR_MODULE parameter.
11225
c8a89e7d
JM
112262012-01-30 Joseph Myers <joseph@codesourcery.com>
11227
11228 * crypt/cert.c: Remove __STDC__ conditionals.
11229 * crypt/crypt-entry.c: Likewise.
11230 * crypt/crypt_util.c: Likewise.
11231 * libio/filedoalloc.c: Likewise.
11232 * libio/fileops.c: Likewise.
11233 * libio/genops.c: Likewise.
11234 * libio/iofclose.c: Likewise.
11235 * libio/iofdopen.c: Likewise.
11236 * libio/iofopen.c: Likewise.
11237 * libio/iofopen64.c: Likewise.
11238 * libio/iogetdelim.c: Likewise.
11239 * libio/iopopen.c: Likewise.
11240 * libio/obprintf.c: Likewise.
11241 * libio/oldfileops.c: Likewise.
11242 * libio/oldiofclose.c: Likewise.
11243 * libio/oldiofdopen.c: Likewise.
11244 * libio/oldiofopen.c: Likewise.
11245 * libio/oldiopopen.c: Likewise.
11246 * libio/wfiledoalloc.c: Likewise.
11247 * libio/wgenops.c: Likewise.
11248 * locale/programs/xmalloc.c: Likewise.
11249 * misc/syslog.c: Likewise.
11250 * stdio-common/xbug.c: Likewise.
11251 * string/memchr.c: Likewise.
11252 * string/memcmp.c: Likewise.
11253 * string/memrchr.c: Likewise.
11254 * string/rawmemchr.c: Likewise.
11255 * sysdeps/posix/getcwd.c: Likewise.
11256 * time/strftime_l.c: Likewise.
11257
3b100462
JM
112582012-01-30 Joseph Myers <joseph@codesourcery.com>
11259
11260 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
11261 * config.make.in (config-cflags-sse2avx): Define.
11262 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
11263 Fix typo.
11264
607998af
CM
112652012-01-29 Chris Metcalf <cmetcalf@tilera.com>
11266
11267 * scripts/config.guess: Update from upstream config git repository.
11268 * scripts/config.sub: Likewise.
11269
3601428f
CM
112702012-01-28 Chris Metcalf <cmetcalf@tilera.com>
11271
3ac8b282
CM
11272 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
11273 (EM_NUM): Update.
11274 (R_TILEPRO_*, R_TILEGX_*): New macros.
11275
e034841e
CM
11276 * scripts/firstversions.awk: Fix bug in version range handling.
11277
540d7568
CM
11278 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
11279
3601428f
CM
11280 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
11281
463de862
CM
11282 * include/sys/epoll.h: New file.
11283 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
11284 libc_hidden_def.
11285
73139a76
UD
112862012-01-28 Ulrich Drepper <drepper@gmail.com>
11287
96bc5b45
UD
11288 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
11289 Avoid unnecessary __WORDSIZE == 64 test.
11290 (fmaxf): Use VEX format if possible.
11291 (fmax): Likewise.
11292 (fminf): Likewise.
11293 (fmin): Likewise.
11294
56f6f6a2
UD
11295 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
11296 * math/math_private.h: Remove libc_fegetround* and
11297 libc_fesetround*.
11298 * sysdeps/i386/configure.in: Check for -msse2avx.
11299 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
11300 also if SSE2AVX is defined.
11301 Remove libc_fegetround* and libc_fesetround*.
11302 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
11303 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
11304 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
11305 of HAS_YMM_USABLE.
11306 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
11307 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
11308 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
11309 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
11310 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
11311
73139a76
UD
11312 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
11313
d73f93a4
AZ
113142012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11315
11316 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
11317 size is not set.
11318 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
11319
6ee65ed6
UD
113202012-01-27 Ulrich Drepper <drepper@gmail.com>
11321
11322 [BZ #13618]
11323 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
11324 relocation.
11325 * Makeconfig (libm): Define.
11326 * elf/Makefile: Add rules to build and run tst-relsort1.
11327 * elf/tst-relsort1.c: New file.
11328 * elf/tst-relsort1mod1.c: New file.
11329 * elf/tst-relsort1mod2.c: New file.
11330
8db21882
JM
113312012-01-27 Joseph Myers <joseph@codesourcery.com>
11332
11333 * math/s_ldexp.c: Remove __STDC__ conditionals.
11334 * math/s_ldexpf.c: Likewise.
11335 * math/s_ldexpl.c: Likewise.
11336 * math/s_nextafter.c: Likewise.
11337 * math/s_nexttowardf.c: Likewise.
11338 * math/s_significand.c: Likewise.
11339 * math/s_significandf.c: Likewise.
11340 * math/s_significandl.c: Likewise.
11341 * math/w_jnl.c: Likewise.
11342 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
11343 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
11344 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
11345 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
11346 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
11347 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
11348 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
11349 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
11350 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
11351 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
11352 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
11353 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
11354 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
11355 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
11356 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
11357 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
11358 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
11359 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
11360 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
11361 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
11362 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11363 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
11364 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
11365 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
11366 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
11367 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
11368 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
11369 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
11370 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
11371 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
11372 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
11373 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
11374 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
11375 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
11376 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
11377 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
11378 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
11379 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
11380 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
11381 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
11382 * sysdeps/ieee754/k_standard.c: Likewise.
11383 * sysdeps/ieee754/ldbl-128/e_asinl.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_ceill.c: Likewise.
11387 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
11388 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
11389 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
11390 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
11391 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
11392 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
11393 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
11394 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
11395 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
11396 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
11397 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
11398 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
11399 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
11400 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
11401 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
11402 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
11403 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11404 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
11405 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
11406 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
11407 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
11408 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
11409 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11410 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11411 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
11412 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
11413 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
11414 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
11415 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
11416 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
11417 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
11418 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
11419 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
11420 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
11421 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
11422 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
11423 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
11424 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
11425 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
11426 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
11427 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
11428 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
11429 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
11430 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11431 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
11432 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
11433 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11434 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
11435 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
11436 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
11437 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
11438 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
11439 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11440 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11441 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11442 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11443 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
11444 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
11445 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
11446 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
11447 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
11448 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
11449 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
11450 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
11451 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
11452 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
11453 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
11454 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
11455 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
11456 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
11457 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
11458 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
11459 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
11460 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
11461 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
11462 * sysdeps/ieee754/s_matherr.c: Likewise.
11463 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
11464 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11465 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11466 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11467
965a54a4
JM
114682012-01-26 Joseph Myers <joseph@codesourcery.com>
11469
11470 * crypt/md5.h: Remove __STDC__ conditionals.
11471 * libio/libioP.h: Likewise.
11472 * locale/programs/config.h: Likewise.
11473 * sysdeps/generic/sysdep.h: Likewise.
11474 * sysdeps/i386/asm-syntax.h: Likewise.
11475 * sysdeps/s390/asm-syntax.h: Likewise.
11476 * sysdeps/unix/sysdep.h: Likewise.
11477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
11478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
11479
7071ad79
JM
114802012-01-26 Joseph Myers <joseph@codesourcery.com>
11481
11482 * libio/libio.h: Remove __STDC__ conditionals.
11483 * malloc/obstack.h: Likewise.
11484 * math/complex.h: Likewise.
11485 * math/math.h: Likewise.
11486 * sysdeps/generic/_G_config.h: Likewise.
11487 * sysdeps/gnu/_G_config.h: Likewise.
11488 * sysdeps/mach/hurd/_G_config.h: Likewise.
11489 * sysdeps/powerpc/bits/mathdef.h: Likewise.
11490 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
11491 * sysdeps/sparc/bits/mathdef.h: Likewise.
11492
afc5ed09
UD
114932012-01-26 Ulrich Drepper <drepper@gmail.com>
11494
11495 [BZ #13583]
11496 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 11497 Clean up HAS_* macros.
afc5ed09 11498 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
11499 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
11500 possible.
11501 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
11502 HAS_AVX.
11503 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
11504 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
11505 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
11506 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
11507 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 11508
bdb6de1d
JM
115092012-01-25 Joseph Myers <joseph@codesourcery.com>
11510
11511 * elf/tst-unique3.cc (gets): Remove declaration.
11512 * elf/tst-unique3lib.cc (gets): Likewise.
11513 * elf/tst-unique3lib2.cc (gets): Likewise.
11514 * elf/tst-unique4.cc (gets): Likewise.
11515
b15549e6
UD
115162012-01-24 Ulrich Drepper <drepper@gmail.com>
11517
11518 * include/stdio.h: Add C++ protection. Add gets declarations and
11519 definitions.
11520 * debug/tst-chk1.c: Don't declare gets here.
11521 * stdio-common/tst-gets.c: Likewise.
11522
a037381f
JM
115232012-01-24 Joseph Myers <joseph@codesourcery.com>
11524
11525 * posix/glob: Remove directory.
11526
f1d4aa75
JM
115272012-01-24 Joseph Myers <joseph@codesourcery.com>
11528
11529 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
11530
81c0c964
PT
115312012-01-22 Pino Toscano <toscano.pino@tiscali.it>
11532
11533 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
11534 of the non-standard EPFNOSUPPORT.
11535
0ea698ae
ST
115362011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
11537
11538 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
11539 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
11540 ANYWHERE set to 1 only on KERN_NO_SPACE error.
11541
d220b117
UD
115422012-01-21 Ulrich Drepper <drepper@gmail.com>
11543
11544 * wcsmbs/uchar.h: Test __STDC_VERSION__.
11545
3e1aa84e
UD
115462012-01-20 Ulrich Drepper <drepper@gmail.com>
11547
11548 * nscd/aicache.c (addhstaiX): Do not cache negative results of
11549 transient errors.
11550 * nscd/grpcache.c (cache_addgr): Likewise.
11551 * nscd/hstcache.c (cache_addhst): Likewise.
11552 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11553 * nscd/pwdcache.c (cache_addpw): Likewise.
11554 * nscd/servicescache.c (cache_addserv): Likewise.
11555
400aa020
UD
115562012-01-16 Ulrich Drepper <drepper@gmail.com>
11557
d77e7869
UD
11558 * malloc/malloc.c: Various cleanups.
11559 * malloc/hooks.c: Likewise.
11560
400aa020
UD
11561 * stdlib/Makefile (tests): Add bug-fmtmsg1.
11562 * stdlib/bug-fmtmsg1.c: New file.
11563
11564 * stdlib/fmtmsg.c (init): Add missing unlock.
11565 Patch by Peng Haitao <penght@cn.fujitsu.com>.
11566
e0a309cf
MP
115672012-01-12 Marek Polacek <polacek@redhat.com>
11568
11569 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
11570 and _GNU_SOURCE.
11571
929d11c7
WS
115722012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
11573
11574 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
11575 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
11576 macro to ensure uniqueness of label name.
11577 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
11578 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
11579
41d0e869
UD
115802012-01-11 Ulrich Drepper <drepper@gmail.com>
11581
0cc5ed3b
UD
11582 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
11583
41d0e869
UD
11584 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
11585 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
11586 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11587 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
11588
a47a831a
UD
115892012-01-10 Ulrich Drepper <drepper@gmail.com>
11590
daa891c0
UD
11591 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
11592
11593 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
11594 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
11595 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
11596
e58ef0f2
UD
11597 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
11598
a47a831a 11599 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
11600 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
11601 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 11602 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
11603
11604 * math/bits/math-finite.h: Add ldexp support.
11605
a0bfc9c7
MP
116062012-01-10 Marek Polacek <polacek@redhat.com>
11607
11608 * locale/programs/localedef.h (show_archive_content): Add noreturn
11609 attribute.
11610
d6e97a1d
UD
116112012-01-09 Ulrich Drepper <drepper@gmail.com>
11612
11613 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
11614
d5835c26
UD
116152012-01-08 Ulrich Drepper <drepper@gmail.com>
11616
e5f484c6
UD
11617 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
11618
d5835c26
UD
11619 * io/Makefile (headers): Add bits/poll2.h.
11620
d1f741e9
WS
116212011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
11622
11623 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
11624 typo #include statement.
11625
ec09c1c4
UD
116262012-01-08 Ulrich Drepper <drepper@gmail.com>
11627
11628 * include/sys/cdefs.h: Define __attribute_alloc_size.
11629 * catgets/gencat.c: Add alloc_size attribute and apply consistently
11630 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
11631 * elf/pldd.c: Likewise.
11632 * iconv/iconv_charmap.c: Likewise.
11633 * iconv/iconvconfig.c: Likewise.
11634 * iconv/strtab.c: Likewise.
11635 * locale/programs/locale.c: Likewise.
11636 * locale/programs/localedef.h: Likewise.
11637 * locale/programs/simple-hash.c: Likewise.
11638 * nscd/nscd.h: Likewise.
11639 * nss/makedb.c: Likewise.
11640 * sysdeps/generic/ldconfig.h: Likewise.
11641 * locale/programs/localedef.c: Remove xmalloc prototype.
11642 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
11643
20b38e03
PP
116442012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11645
11646 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
11647 appropriate.
11648
a0da5fe1
UD
116492012-01-08 Ulrich Drepper <drepper@gmail.com>
11650
1d5a644a 11651 * math/Makefile (tests): Add tst-CMPLX.
669704fd 11652 * math/tst-CMPLX.c: New file.
1d5a644a 11653
8784a6db
UD
11654 * math/complex.h (CMPLXL): Fix typo.
11655
d9a216c0
UD
11656 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
11657 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
11658 GLIBC_2.16.
11659 * debug/tst-chk1.c: Add poll and ppoll tests.
11660 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
11661 * include/sys/poll.h: Add hidden proto for ppoll.
11662 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
11663 * sysdeps/mach/hurd/ppoll.c: Likewise.
11664 * io/ppoll.c: Likewise.
11665 * debug/poll_chk.c: New file.
11666 * debug/ppoll_chk.c: New file.
11667 * include/bits/poll2.h: New file.
11668 * io/bits/poll2.h: New file.
11669
ac097f5c
UD
11670 [BZ #1350]
11671 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
11672
2119dcfa
UD
11673 * configure.in: static is always set to yes. Remove.
11674 * config.make.in: Don't set build-static.
11675 * Makeconfig: Remove use of build-static.
11676 * dlfcn/Makefile: Likewise.
11677 * elf/Makefile: Likewise.
11678 * math/Makefile: Likewise.
11679 * misc/Makefile: Likewise.
11680 * nptl/Makefile: Likewise.
11681 * sysdeps/mach/hurd/Makefile: Likewise.
11682
121766a9
UD
11683 * configure.in: PWD_P is not used anymore.
11684 * config.make.in: Remove PWD_P entry.
11685
51a1d39c 11686 * configure.in: Remove last remnants of RANLIB.
8720d066 11687 No need to check for signed size_t anymore.
215f4bdc
UD
11688 Don't set libc_commonpagesize and libc_relro_required here for Alpha
11689 and IA-64.
3857022a 11690 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
11691 * aclocal.m4: Likewise.
11692
d3ed7225
UD
11693 * wcsmbs/mbrtoc16.c: Implement using towc function.
11694 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
11695 * wcsmbs/wcsmbsload.c: Likewise.
11696 * iconv/gconv_simple.c: Likewise.
11697 * iconv/gconv_int.h: Likewise.
11698 * iconv/gconv_builtin.h: Likewise.
11699 * iconv/iconv_prog.c: Remove CHAR16 handling.
11700
11701 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
11702
11703 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
11704
a0da5fe1
UD
11705 * configure.in: Remove --with-elf and --enable-bounded options.
11706 Dont set base_machine for ia64. More non-ELF conditions removed.
11707 Remove testing and setting of leading underscore information.
11708 * config.make.in (build-bounded): Set to no.
11709 * config.h.in: Remove NO_UNDERSCORES entry.
11710 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
11711 them.
11712 * csu/start.c: Remove !NO_UNDERSCORE code.
11713 * locale/localeinfo.h: Likewise.
11714 * sysdeps/generic/machine-gmon.h: Likewise.
11715 * sysdeps/generic/sysdep.h: Likewise.
11716 * sysdeps/i386/sysdep.h: Likewise.
11717 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
11718 * sysdeps/mach/sysdep.h: Likewise.
11719 * sysdeps/s390/s390-32/sysdep.h: Likewise.
11720 * sysdeps/s390/s390-64/sysdep.h: Likewise.
11721 * sysdeps/sh/sysdep.h: Likewise.
11722 * sysdeps/sparc/sparc32/alloca.S: Likewise.
11723 * sysdeps/unix/i386/sysdep.S: Likewise.
11724 * sysdeps/unix/sparc/start.c: Likewise.
11725 * sysdeps/unix/sparc/sysdep.S: Likewise.
11726 * sysdeps/unix/sparc/sysdep.h: Likewise.
11727 * sysdeps/unix/start.c: Likewise.
11728 * sysdeps/unix/x86_64/sysdep.S: Likewise.
11729 * sysdeps/x86_64/sysdep.h: Likewise.
11730
df78418a
UD
117312012-01-07 Ulrich Drepper <drepper@gmail.com>
11732
a784e502
UD
11733 [BZ #13553]
11734 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
11735 for non-gcc.
11736 * argp/argp-fmtstream.h: Use const instead __const.
11737 * argp/argp.h: Likewise.
11738 * assert/assert.h: Likewise.
11739 * bits/fenv.h: Likewise.
11740 * bits/sched.h: Likewise.
11741 * bits/sigset.h: Likewise.
11742 * bits/sigthread.h: Likewise.
11743 * catgets/nl_types.h: Likewise.
11744 * conform/data/pthread.h-data: Likewise.
11745 * crypt/crypt-private.h: Likewise.
11746 * crypt/crypt.h: Likewise.
11747 * crypt/crypt_util.c: Likewise.
11748 * ctype/ctype.h: Likewise.
11749 * debug/execinfo.h: Likewise.
11750 * debug/mbsnrtowcs_chk.c: Likewise.
11751 * debug/mbsrtowcs_chk.c: Likewise.
11752 * debug/wcsnrtombs_chk.c: Likewise.
11753 * debug/wcsrtombs_chk.c: Likewise.
11754 * debug/wcstombs_chk.c: Likewise.
11755 * dirent/dirent.h: Likewise.
11756 * dlfcn/dlfcn.h: Likewise.
11757 * elf/neededtest4.c: Likewise.
11758 * grp/grp.h: Likewise.
11759 * gshadow/gshadow.h: Likewise.
11760 * iconv/gconv.h: Likewise.
11761 * iconv/gconv_int.h: Likewise.
11762 * iconv/gconv_simple.c: Likewise.
11763 * iconv/iconv.h: Likewise.
11764 * iconv/loop.c: Likewise.
11765 * iconv/skeleton.c: Likewise.
11766 * include/aio.h: Likewise.
11767 * include/aliases.h: Likewise.
11768 * include/argz.h: Likewise.
11769 * include/arpa/inet.h: Likewise.
11770 * include/assert.h: Likewise.
11771 * include/dirent.h: Likewise.
11772 * include/dlfcn.h: Likewise.
11773 * include/execinfo.h: Likewise.
11774 * include/fcntl.h: Likewise.
11775 * include/fenv.h: Likewise.
11776 * include/glob.h: Likewise.
11777 * include/grp.h: Likewise.
11778 * include/libintl.h: Likewise.
11779 * include/mntent.h: Likewise.
11780 * include/netdb.h: Likewise.
11781 * include/pwd.h: Likewise.
11782 * include/rpc/netdb.h: Likewise.
11783 * include/sched.h: Likewise.
11784 * include/search.h: Likewise.
11785 * include/shadow.h: Likewise.
11786 * include/signal.h: Likewise.
11787 * include/stdio.h: Likewise.
11788 * include/stdlib.h: Likewise.
11789 * include/string.h: Likewise.
11790 * include/sys/socket.h: Likewise.
11791 * include/sys/stat.h: Likewise.
11792 * include/sys/statfs.h: Likewise.
11793 * include/sys/statvfs.h: Likewise.
11794 * include/sys/syslog.h: Likewise.
11795 * include/sys/time.h: Likewise.
11796 * include/sys/uio.h: Likewise.
11797 * include/time.h: Likewise.
11798 * include/unistd.h: Likewise.
11799 * include/utmp.h: Likewise.
11800 * include/wchar.h: Likewise.
11801 * include/wctype.h: Likewise.
11802 * inet/aliases.h: Likewise.
11803 * inet/arpa/inet.h: Likewise.
11804 * inet/netinet/ether.h: Likewise.
11805 * inet/netinet/in.h: Likewise.
11806 * intl/libintl.h: Likewise.
11807 * io/bits/fcntl2.h: Likewise.
11808 * io/fcntl.h: Likewise.
11809 * io/ftw.h: Likewise.
11810 * io/sys/poll.h: Likewise.
11811 * io/sys/stat.h: Likewise.
11812 * io/sys/statfs.h: Likewise.
11813 * io/sys/statvfs.h: Likewise.
11814 * io/utime.h: Likewise.
11815 * libio/bits/stdio.h: Likewise.
11816 * libio/bits/stdio2.h: Likewise.
11817 * libio/libio.h: Likewise.
11818 * libio/libioP.h: Likewise.
11819 * libio/stdio.h: Likewise.
11820 * locale/lc-ctype.c: Likewise.
11821 * locale/locale.h: Likewise.
11822 * login/utmp.h: Likewise.
11823 * malloc/arena.c: Likewise.
11824 * malloc/malloc.c: Likewise.
11825 * malloc/malloc.h: Likewise.
11826 * malloc/mcheck.c: Likewise.
11827 * malloc/mtrace.c: Likewise.
11828 * math/bits/mathcalls.h: Likewise.
11829 * math/fenv.h: Likewise.
11830 * math/math_private.h: Likewise.
11831 * misc/bits/error.h: Likewise.
11832 * misc/bits/syslog.h: Likewise.
11833 * misc/err.h: Likewise.
11834 * misc/error.h: Likewise.
11835 * misc/fstab.h: Likewise.
11836 * misc/mntent.h: Likewise.
11837 * misc/regexp.h: Likewise.
11838 * misc/search.h: Likewise.
11839 * misc/sgtty.h: Likewise.
11840 * misc/sys/mman.h: Likewise.
11841 * misc/sys/syslog.h: Likewise.
11842 * misc/sys/uio.h: Likewise.
11843 * misc/sys/xattr.h: Likewise.
11844 * misc/ttyent.h: Likewise.
11845 * nis/rpcsvc/ypclnt.h: Likewise.
11846 * nss/nss.h: Likewise.
11847 * posix/bits/unistd.h: Likewise.
11848 * posix/fnmatch.h: Likewise.
11849 * posix/glob.h: Likewise.
11850 * posix/sched.h: Likewise.
11851 * posix/spawn.h: Likewise.
11852 * posix/sys/wait.h: Likewise.
11853 * posix/unistd.h: Likewise.
11854 * posix/wordexp.h: Likewise.
11855 * pwd/pwd.h: Likewise.
11856 * resolv/netdb.h: Likewise.
11857 * resource/sys/resource.h: Likewise.
11858 * rt/aio.h: Likewise.
11859 * rt/bits/mqueue2.h: Likewise.
11860 * rt/mqueue.h: Likewise.
11861 * shadow/shadow.h: Likewise.
11862 * signal/signal.h: Likewise.
11863 * socket/send.c: Likewise.
11864 * socket/sendto.c: Likewise.
11865 * socket/sys/socket.h: Likewise.
11866 * stdio-common/printf.h: Likewise.
11867 * stdlib/bits/stdlib.h: Likewise.
11868 * stdlib/fmtmsg.h: Likewise.
11869 * stdlib/monetary.h: Likewise.
11870 * stdlib/stdlib.h: Likewise.
11871 * stdlib/ucontext.h: Likewise.
11872 * streams/stropts.h: Likewise.
11873 * string/argz.h: Likewise.
11874 * string/bits/string2.h: Likewise.
11875 * string/string.h: Likewise.
11876 * string/strings.h: Likewise.
11877 * sunrpc/rpc/auth.h: Likewise.
11878 * sunrpc/rpc/auth_des.h: Likewise.
11879 * sunrpc/rpc/clnt.h: Likewise.
11880 * sunrpc/rpc/netdb.h: Likewise.
11881 * sunrpc/rpc/pmap_clnt.h: Likewise.
11882 * sunrpc/rpc/xdr.h: Likewise.
11883 * sysdeps/generic/inttypes.h: Likewise.
11884 * sysdeps/generic/net/if.h: Likewise.
11885 * sysdeps/generic/sys/swap.h: Likewise.
11886 * sysdeps/gnu/net/if.h: Likewise.
11887 * sysdeps/gnu/utmpx.h: Likewise.
11888 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
11889 * sysdeps/i386/i486/bits/string.h: Likewise.
11890 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
11891 * sysdeps/s390/bits/string.h: Likewise.
11892 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
11893 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
11894 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11895 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
11896 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11897 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11898 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11899 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
11900 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
11901 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
11902 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
11903 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
11904 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
11905 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
11906 * sysdeps/unix/sysv/linux/readv.c: Likewise.
11907 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
11908 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
11909 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11910 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
11911 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
11912 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
11913 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
11914 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
11915 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
11916 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
11917 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
11918 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
11919 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
11920 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
11921 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
11922 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
11923 * sysvipc/sys/ipc.h: Likewise.
11924 * sysvipc/sys/msg.h: Likewise.
11925 * sysvipc/sys/sem.h: Likewise.
11926 * sysvipc/sys/shm.h: Likewise.
11927 * termios/termios.h: Likewise.
11928 * time/sys/time.h: Likewise.
11929 * time/time.h: Likewise.
11930 * wcsmbs/bits/wchar2.h: Likewise.
11931 * wcsmbs/uchar.h: Likewise.
11932 * wcsmbs/wchar.h: Likewise.
11933 * wctype/wctype.h: Likewise.
11934
0269750c
UD
11935 [BZ #13551]
11936 * Makeconfig: Remove all but ELF support including AIX support.
11937 * Makerules: Likewise.
11938 * config.h.in: Likewise.
11939 * config.make.in: Likewise.
11940 * configure: Likewise.
11941 * configure.in: Likewise.
11942 * csu/Makefile: Likewise.
11943 * csu/version.c: Likewise.
11944 * debug/Makefile: Likewise.
11945 * dlfcn/Makefile: Likewise.
11946 * elf/Makefile: Likewise.
11947 * extra-lib.mk: Likewise.
11948 * iconv/Makefile: Likewise.
11949 * include/libc-symbols.h: Likewise.
11950 * include/shlib-compat.h: Likewise.
11951 * resolv/Makefile: Likewise.
11952 * resolv/res_libc.c: Likewise.
11953 * rt/Makefile: Likewise.
11954 * sysdeps/i386/asm-syntax.h: Likewise.
11955 * sysdeps/i386/sysdep.h: Likewise.
11956 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
11957 * sysdeps/mach/sysdep.h: Likewise.
11958 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
11959 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
11960 * sysdeps/s390/asm-syntax.h: Likewise.
11961 * sysdeps/s390/s390-32/sysdep.h: Likewise.
11962 * sysdeps/s390/s390-64/sysdep.h: Likewise.
11963 * sysdeps/sh/sysdep.h: Likewise.
11964 * sysdeps/unix/sparc/sysdep.h: Likewise.
11965 * sysdeps/wordsize-32/divdi3.c: Likewise.
11966 * sysdeps/x86_64/sysdep.h: Likewise.
11967
00bbd29b
UD
11968 * argp/Versions: Remove _argp_unlock_xxx.
11969
11970 [BZ #13559]
11971 * abilist/ld.abilist: Update. Adjust for removal of tls option.
11972 * abilist/libBrokenLocale.abilist: Likewise.
11973 * abilist/libanl.abilist: Likewise.
11974 * abilist/libc.abilist: Likewise.
11975 * abilist/libcrypt.abilist: Likewise.
11976 * abilist/libdl.abilist: Likewise.
11977 * abilist/libm.abilist: Likewise.
11978 * abilist/libnsl.abilist: Likewise.
11979 * abilist/libpthread.abilist: Likewise.
11980 * abilist/libresolv.abilist: Likewise.
11981 * abilist/librt.abilist: Likewise.
11982 * abilist/libthread_db.abilist: Likewise.
11983 * abilist/libutil.abilist: Likewise.
11984 * abilist/libnss_db.abilist: New file.
11985
11986 * scripts/abilist.awk: Add support for indirect functions.
11987
a2693a0e
UD
11988 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
11989
3f05895f
UD
11990 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
11991
ecb6fb48
UD
11992 * shlib-versions: Remove entries for ports architectures.
11993
664f8cb9
UD
11994 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
11995 files in ports.
11996 * elf/stackguard-macros.h: Remove support for IA-64.
11997 * elf/tst-auditmod1.c: Likewise.
11998 * sysdeps/generic/ldsodefs.h: Likewise.
11999
7ae81d88
UD
12000 * sysdeps/unix/sysv/linux/configure.in: Ports should define
12001 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
12002 configure files.
12003
bdeba135
UD
12004 [BZ #13552]
12005 * configure.in: Remove --enable-omitfp support.
12006 * FAQ.in: Adjust.
12007 * config.make.in: Likewise.
12008 * Makeconfig: Likewise.
12009 * manual/install.texi: Likewise.
12010
d75a0a62
UD
12011 In case anyone cares, the IA-64 architecture could move to ports.
12012 * sysdeps/ia64/*: Removed.
12013 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 12014 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 12015
dcc9756b
UD
12016 [BZ #13555]
12017 * configure.in: Remove entries for unsupported architectures.
12018
d3761ebc 12019 [BZ #13533]
9954432e
UD
12020 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
12021 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
12022 routines.
12023 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
12024 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
12025 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
12026 fall back to using wcrtomb.
12027 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
12028 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
12029 renaming.
12030 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
12031 * wcsmbs/tst-c16c32-1.c: New file.
12032
12033 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
12034 local variable.
12035
c3a87236
UD
12036 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
12037
28926a1b
UD
12038 * elf/tst-unique3.cc: Add explicit declaration of gets.
12039 * elf/tst-unique3lib.cc: Likewise.
12040 * elf/tst-unique3lib2.cc: Likewise.
12041 * elf/tst-unique4.cc: Likewise.
12042
df78418a
UD
12043 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
12044
8ecd6b2a
JM
120452012-01-06 Joseph Myers <joseph@codesourcery.com>
12046
12047 [BZ #13566]
12048 * assert/assert.h (static_assert): Don't define for C++.
12049 * libio/stdio.h (gets): Do declare for C++ <= C++11.
12050 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
12051
9f115170
UD
120522012-01-03 Ulrich Drepper <drepper@gmail.com>
12053
5e0d0300
UD
12054 * iconv/loop.c (single loop): Fix assertion in storing of
12055 remaining bytes.
12056
9f115170
UD
12057 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
12058
81fb02b0
UD
120592012-01-01 Ulrich Drepper <drepper@gmail.com>
12060
12061 * posix/getconf.c: Update copyright year.
12062 * nss/getent.c: Likewise.
a316c1f6 12063 * nss/makedb.c: Likewise.
81fb02b0
UD
12064 * iconv/iconvconfig.c: Likewise.
12065 * iconv/iconv_prog.c: Likewise.
12066 * elf/ldconfig.c: Likewise.
a316c1f6
UD
12067 * elf/pldd.c: Likewise.
12068 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
12069 * catgets/gencat.c: Likewise.
12070 * csu/version.c: Likewise.
12071 * elf/ldd.bash.in: Likewise.
12072 * elf/sprof.c (print_version): Likewise.
12073 * locale/programs/locale.c: Likewise.
12074 * locale/programs/localedef.c: Likewise.
a316c1f6 12075 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
12076 * nscd/nscd.c (print_version): Likewise.
12077 * debug/xtrace.sh: Likewise.
12078 * malloc/memusage.sh: Likewise.
12079 * malloc/mtrace.pl: Likewise.
12080 * debug/catchsegv.sh: Likewise.
12081
2ba92745
JJ
120822011-12-30 Jakub Jelinek <jakub@redhat.com>
12083
12084 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
12085 pure attribute.
12086
dadebdae
UD
120872011-12-24 Ulrich Drepper <drepper@gmail.com>
12088
d3761ebc 12089 [BZ #13533]
db6af3eb
UD
12090 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
12091 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
12092 transformations.
12093 * iconv/gconv_int.h: Likewise.
12094 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
12095 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
12096 from libc for GLIBC_2.16.
12097 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
12098 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
12099 * wcsmbs/uchar.h: Really define mbstate_t.
12100 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
12101 * wcsmbs/c16rtomb.c: New file.
12102 * wcsmbs/mbrtoc16.c: New file.
12103 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
12104 for C/POSIX locale.
12105 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
12106 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
12107
dadebdae
UD
12108 * wcsmbs/wchar.h: Add missing __restrict.
12109
67371b56
UD
121102011-12-23 Ulrich Drepper <drepper@gmail.com>
12111
74033a25
UD
12112 [BZ #13532]
12113 * time/Makefile (routines): Add timespec_get.
12114 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
12115 * time/time.h: Define TIME_UTC and declare timespec_get. Define
12116 timespec for ISO C11.
12117 * time/timespec_get.c: New file.
12118 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
12119 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
12120
380d7e87
UD
12121 [BZ #13531]
12122 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
12123 * stdlib/stdlib.h: Declare aligned_alloc.
12124 * Versions.def: Add GLIBC_2.16 for libc.
12125 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
12126
4e9e7a35
UD
12127 [BZ 13527]
12128 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
12129 ISO C11.
12130
380d7e87 12131 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
12132 code.
12133
03a71829
UD
12134 [BZ #13528]
12135 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
12136
839e283e
UD
12137 [BZ #13529]
12138 * assert/assert.h (static_assert): Define.
12139
ce5294e2 12140 * version.h: Update for 2.16 development version.
90fa7312 12141
8d44e150 12142 [BZ #13526]
d7809905
UD
12143 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
12144 _ISOC11_SOURCE.
12145
c0da14cd
UD
12146 * version.h (RELEASE): Bump for 2.15 release.
12147 * include/features.h (__GLIBC_MINOR__): Bump to 15.
12148
530a3249
MP
12149 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
12150 Patch by Marek Polacek <mpolacek@redhat.com>.
12151
67371b56
UD
12152 * bits/byteswap.h: Protect long long constants with __extension__.
12153 * sysdeps/i386/bits/byteswap.h: Likewise.
12154 * sysdeps/ia64/bits/byteswap.h: Likewise.
12155 * sysdeps/s390/bits/byteswap.h: Likewise.
12156 * sysdeps/x86_64/bits/byteswap.h: Likewise.
12157
15db4de1
LD
121582011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12159
12160 [BZ #13540]
bbe315ea
LD
12161 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
12162 destination buffer.
15db4de1
LD
12163 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
12164
2b2596b1
MP
121652011-12-23 Marek Polacek <polacek@redhat.com>
12166
12167 * elf/dl-addr.c (determine_info): Add inline keyword.
12168 * elf/tst-auditmod4b.c (check_avx): Likewise.
12169 * elf/tst-auditmod6b.c (check_avx): Likewise.
12170 * elf/tst-auditmod6c.c (check_avx): Likewise.
12171 * elf/tst-auditmod7b.c (check_avx): Likewise.
12172
70c6c246
UD
121732011-12-23 Ulrich Drepper <drepper@gmail.com>
12174
12175 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
12176 !__SSE_MATH__.
12177
c044cf14
LD
121782011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12179
15db4de1 12180 [BZ #13540]
c044cf14
LD
12181 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
12182 processing for last bytes.
12183
6b13d9d9
BH
121842011-08-06 Bruno Haible <bruno@clisp.org>
12185
d455f537
BH
12186 [BZ #13061]
12187 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
12188 U+0385, not to U+1FEE.
12189
6b13d9d9
BH
12190 [BZ #13062]
12191 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
12192 entry for U+00A5 U+0301.
12193
db910efd
UD
121942011-12-22 Ulrich Drepper <drepper@gmail.com>
12195
27deeafc
UD
12196 [BZ #13166]
12197 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
12198 buffer for the output is too small.
12199
aed9d171
UD
12200 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
12201 optimization.
12202
db910efd
UD
12203 [BZ #13185]
12204 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
12205 SSE flags if possible.
12206
2bd779ae
LD
122072011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12208
e7f9dac3 12209 [BZ #13540]
2bd779ae
LD
12210 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
12211 processing for last bytes.
12212
154bfc16
JM
122132011-12-22 Joseph Myers <joseph@codesourcery.com>
12214
12215 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
12216 (syscall-list-default-options, syscall-list-default-condition)
12217 (syscall-list-includes): Define.
12218 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
12219 list of ABIs and options and #if conditions for each ABI. Do not
12220 handle common syscalls between ABIs specially.
12221 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
12222 Remove.
12223 (syscall-list-variants, syscall-list-32bit-options)
12224 (syscall-list-32bit-condition, syscall-list-64bit-options)
12225 (syscall-list-64bit-condition): Define.
12226 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
12227 (syscall-list-variants, syscall-list-32bit-options)
12228 (syscall-list-32bit-condition, syscall-list-64bit-options)
12229 (syscall-list-64bit-condition): Define.
12230 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
12231 Remove.
12232 (syscall-list-variants, syscall-list-32bit-options)
12233 (syscall-list-32bit-condition, syscall-list-64bit-options)
12234 (syscall-list-64bit-condition): Define.
12235 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
12236 Remove.
12237 (syscall-list-variants, syscall-list-32bit-options)
12238 (syscall-list-32bit-condition, syscall-list-64bit-options)
12239 (syscall-list-64bit-condition): Define.
12240
21eaf3a5
UD
122412011-12-22 Ulrich Drepper <drepper@gmail.com>
12242
16c6f992
UD
12243 * locale/iso-639.def: Add brx entry.
12244
41043168
UD
12245 [BZ #13328]
12246 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
12247 Proposed by Mariusz_Cukr <marcukr@op.pl>.
12248
21eaf3a5
UD
12249 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
12250 __feraiseexcept_renamed.
12251
e3a851a2
UD
122522011-12-21 Ulrich Drepper <drepper@gmail.com>
12253
4920765e
UD
12254 [BZ #13538]
12255 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
12256 EPOLLET with unsigned values.
12257 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
12258 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
12259
e3a851a2
UD
12260 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
12261 to large cancellation.
12262 * math/s_cacoshf.c: Likewise.
12263 * math/s_cacoshl.c: Likewise.
12264
b27e24b8
RK
122652011-11-18 Richard B. Kreckel <kreckel@ginac.de>
12266
12267 [BZ #13305]
aebefeee 12268 [BZ #12786]
b27e24b8
RK
12269 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
12270 * math/s_cacoshf.c: Likewise.
12271 * math/s_cacoshl.c: Likewise.
12272
ee190f67
UD
122732011-12-21 Ulrich Drepper <drepper@gmail.com>
12274
12275 [BZ #13439]
12276 * iconv/gconv.h: Define __GCONV_SWAP.
12277 * iconvdata/unicode.c: The swap bit must be stored in __flags.
12278 * iconvdata/utf-16.c: Likewise.
12279 * iconvdata/utf-32.c: Likewise.
12280
707f25df
AS
122812011-12-21 Andreas Schwab <schwab@linux-m68k.org>
12282
12283 [BZ #13524]
12284 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
12285 numerator after shifting it by one limb.
12286
d2daaa1e
RÁE
122872011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
12288
12289 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
12290 under [__USE_EXTERN_INLINES].
12291
a4647e72
UD
122922011-12-17 Ulrich Drepper <drepper@gmail.com>
12293
12294 [BZ #13446]
12295 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
12296
f0b264f1
AZ
122972011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12298
12299 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
12300 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
12301 optimized code.
12302 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
12303 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
12304 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
12305 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
12306 for strncasecmp/strncasecmp_l compilation.
12307 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
12308 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
12309
8ef4f244
MP
123102011-12-08 Marek Polacek <mpolacek@redhat.com>
12311
12312 [BZ #13484]
12313 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
12314 of __asm__.
12315
97ac2654
UD
123162011-12-17 Ulrich Drepper <drepper@gmail.com>
12317
12318 [BZ #13506]
12319 * time/tzfile.c (__tzfile_read): Check values from file header.
12320
91d2a845
WS
123212011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
12322
12323 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
12324 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
12325 * powerpc/powerpc32/dl-start.S: Likewise.
12326 * powerpc/powerpc32/elf/start.S: Likewise.
12327 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
12328 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
12329 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
12330 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
12331 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
12332 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
12333 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
12334 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
12335 * powerpc/powerpc32/fpu/s_round.S: Likewise.
12336 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
12337 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
12338 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
12339 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
12340 * powerpc/powerpc32/memset.S: Likewise.
12341 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
12342 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
12343 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
12344 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
12345 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
12346 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
12347 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
12348 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
12349 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
12350 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
12351 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
12352 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
12353 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
12354
a1267ba1
AZ
123552011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12356
12357 * math/libm-test.inc: Added more nearbyint tests.
12358 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
12359 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
12360 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
12361 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
12362
ad8ac1bd
RL
123632011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
12364
12365 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
12366 FD_CLOEXEC.
12367
1d3e4b61
UD
123682011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12369
12370 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
12371 Add wcscpy-ssse3 wcscpy-c.
12372 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
12373 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
12374 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
12375 * sysdeps/x86_64/wcschr.S: New file.
12376 * sysdeps/x86_64/wcsrchr.S: New file.
12377 * string/test-strcmp.c: Remove checking of wcscmp function for
12378 wrong alignments.
12379 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
12380 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
12381 wcsrchr-sse2 wcsrchr-c.
12382 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
12383 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
12384 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
12385 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
12386 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
12387 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
12388 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
12389 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
12390 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
12391 * wcsmbc/wcschr.c (WCSCHR): New macro.
12392
5b330a2d
UD
123932011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12394
12395 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
12396 * wcsmbs/test-wcsrchr.c: New file.
12397 * string/test-strrchr.c: Add wcsrchr support.
12398 (WIDE): New macro.
12399 * wcsmbs/test-wcscpy.c: New file.
12400 * string/test-strcpy.c: Add wcscpy support.
12401 (WIDE): New macro.
26428b7c 12402
f039c043
UD
124032011-12-10 Ulrich Drepper <drepper@gmail.com>
12404
12405 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
12406 the inner loop.
12407
850fb039
AS
124082011-12-06 Andreas Schwab <schwab@linux-m68k.org>
12409
12410 [BZ #13472]
12411 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
12412
4efbd5cb
UD
124132011-12-04 Ulrich Drepper <drepper@gmail.com>
12414
52ff5dd0 12415 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 12416 Minor optimizations.
52ff5dd0 12417
4efbd5cb
UD
12418 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
12419 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
12420 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
12421
8a426e12
UD
124222011-12-03 Ulrich Drepper <drepper@gmail.com>
12423
aff2453d
UD
12424 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
12425 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
12426 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
12427 for gcc to avoid warnings.
12428 * inet/Makefile (tests): Add tst-checks.
12429 * inet/tst-checks.c: New file.
12430
12431 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
12432 warning.
12433
12434 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
12435 __wmemcmp_sse2.
12436
12437 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
12438 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
12439
8a426e12
UD
12440 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
12441
9bea3473
UD
124422011-12-02 Ulrich Drepper <drepper@gmail.com>
12443
3a965496
UD
12444 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
12445 problem.
12446
9bea3473
UD
12447 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
12448
f101631b
UD
124492011-11-29 Joseph Myers <joseph@codesourcery.com>
12450
12451 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
12452 conditional on GCC version.
12453 (__arch_compare_and_exchange_val_8_acq)
12454 (__arch_compare_and_exchange_val_16_acq)
12455 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
12456 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
12457 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
12458
a98275aa
UD
124592011-12-02 Joseph Myers <joseph@codesourcery.com>
12460
12461 * sysdeps/sh/backtrace.c: New file.
12462
d4cc29a2
AS
124632011-12-02 Andreas Schwab <schwab@redhat.com>
12464
12465 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
12466 parenthesis.
12467
6257af2d
AS
124682011-12-01 Andreas Schwab <schwab@redhat.com>
12469
12470 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
12471 falling back to utime.
12472
b5f44c1a
AS
124732011-11-30 Andreas Schwab <schwab@redhat.com>
12474
12475 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
12476 expectations for float.
12477
f3a6cc0a
AS
124782011-11-29 Andreas Schwab <schwab@redhat.com>
12479
12480 * locale/weight.h (findidx): Add parameter len.
12481 * locale/weightwc.h (findidx): Likewise.
12482 * posix/fnmatch_loop.c (FCT): Adjust caller.
12483 * posix/regcomp.c (build_equiv_class): Likewise.
12484 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
12485 * posix/regexec.c (check_node_accept_bytes): Likewise.
12486 * string/strcoll_l.c (STRCOLL): Likewise.
12487 * string/strxfrm_l.c (STRXFRM): Likewise.
12488
9d65ea3a
UD
124892011-11-17 Ulrich Drepper <drepper@gmail.com>
12490
12491 * Makefile.in: Remove CVSOPT handling.
12492 * configure.in: Remove use of AC_REVISION.
12493 * iconvdata/Makefile (distribute): No need to filter out CVS.
12494 * scripts/list-sources.sh: Remove CVS, subversion and monotone
12495 handling.
12496
5583a086
AS
124972011-11-16 Andreas Schwab <schwab@redhat.com>
12498
12499 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
12500 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
12501 [USE_AS_STRNCASECMP_L]: Likewise.
12502 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
12503 NO_TLS_DIRECT_SEG_REFS.
12504 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
12505 Fix argument offsets for non-PIC.
12506 [USE_AS_STRNCASECMP_L]: Likewise.
12507 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
12508 NO_TLS_DIRECT_SEG_REFS.
12509
d62a8200
UD
125102011-11-15 Ulrich Drepper <drepper@gmail.com>
12511
9d65ea3a 12512 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
12513 O_CLOEXEC.
12514 * locale/loadlocale.c (_nl_load_locale): Likewise.
12515
09f93bd3
AS
125162011-11-15 Andreas Schwab <schwab@redhat.com>
12517
446514f9
AS
12518 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
12519 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
12520 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
12521 (SYSCALL_GETTIME): Set errno on error.
12522
09f93bd3
AS
12523 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
12524 count references to noai6ai_cached.
12525
312be3f9
UD
125262011-11-15 Ulrich Drepper <drepper@gmail.com>
12527
12528 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
12529
12530 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
12531 FD_CLOEXEC for /proc/self/maps.
12532
12533 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
12534 FD_CLOEXEC for /proc/meminfo.
12535
12536 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
12537 gai.conf.
12538
12539 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
12540 FD_CLOEXEC for given file.
12541
12542 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
12543
12544 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
12545 FD_CLOEXEC for /etc/hosts.
12546 (_gethtent): Likewise.
12547
12548 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
12549
12550 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
12551 cancellation and set FD_CLOEXEC for /etc/netgroup.
12552
12553 * nss/nss_files/files-key.c (search): Don't allow cancellation when
12554 reading /etc/publickey.
12555
12556 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
12557 allow cancellation when reading /etc/group.
12558
12559 * nss/nss_files/files-alias.c (internal_setent): Don't allow
12560 cancellation.
12561 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
12562
12563 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
12564 when using data file.
12565
12566 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
12567
12568 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
12569 (write_nis_obj): Use "c" and "e" in fopen.
12570
12571 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
12572
12573 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
12574
12575 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
12576
12577 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
12578
12579 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
12580 locale.alias.
12581
12582 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
12583
12584 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
12585
12586 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
12587
12588 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
12589 file parsing and set FD_CLOEXEC.
12590
82af0fa8
UD
125912011-11-14 Ulrich Drepper <drepper@gmail.com>
12592
12593 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
12594
a5fb313c
AS
125952011-11-14 Andreas Schwab <schwab@redhat.com>
12596
12597 * malloc/arena.c (arena_get2): Don't call reused_arena when
12598 _int_new_arena failed.
12599
6abf3465
UD
126002011-11-14 Ulrich Drepper <drepper@gmail.com>
12601
12602 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
12603 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
12604 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
12605 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
12606 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
12607 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
12608 to compile strcasecmp and strncasecmp.
12609 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
12610 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
12611
12612 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
12613
76e3966e
UD
126142011-11-13 Ulrich Drepper <drepper@gmail.com>
12615
12616 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
12617 locale-defines.sym to gen-as-const-headers.
12618 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
12619 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
12620 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
12621 to compile strcasecmp and strncasecmp.
12622 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
12623 strcasecmp_l and strncasecmp_l.
12624 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
12625 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
12626 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
12627 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
12628 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
12629 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
12630 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
12631 * sysdeps/i386/i686/multiarch/strncase.S: New file.
12632 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
12633 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
12634 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
12635
ab26144e
UD
126362011-11-12 Ulrich Drepper <drepper@gmail.com>
12637
7edb22ef
UD
12638 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
12639 result of SYSDEP_GETTIME_CPU to retval.
12640 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
12641 parameter list to macro. Remove trailing semicolon. Adjust users.
12642
9694fc44
UD
12643 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
12644 variable.
12645
8ad89ef8
UD
12646 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
12647 mantissa words.
12648 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
12649
0c822ef9
UD
12650 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
12651 from unused variable.
12652
874e0564
UD
12653 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
12654 DWARF definitions.
12655 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
12656 for assembling.
12657
3a2edc79
UD
12658 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
12659 over namespaces.
12660
f3c2577f
UD
12661 * sunrpc/rpc_prot.c (rejected): Fix case value.
12662
294ce126
UD
12663 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
12664 unsigned long long int to avoid warnings in shift.
12665
5e2b63c6
UD
12666 * posix/regex_internal.c (re_string_reconstruct): Actually use result
12667 of use of trans.
12668 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
12669 variable tmp.
12670
e7f4b08e
UD
12671 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
12672 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
12673 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
12674
ab26144e
UD
12675 * nis/nis_table.c (nis_list): Use variable of correct type for
12676 result of __follow_path call.
12677
8a6d5255
AZ
126782011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12679
12680 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
12681 of math functions ceil, trunc, floor, round, and sqrt, when
12682 avaliable on the platform.
12683 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
12684 name clash.
12685 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
12686 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
12687 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
12688
aaddc98c
MP
126892011-10-30 Marek Polacek <mpolacek@redhat.com>
12690
12691 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
12692 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
12693
95b7042b
RM
126942011-11-11 Roland McGrath <roland@hack.frob.com>
12695
12696 * include/unistd.h: Fix __readlink return type.
12697 Reported by Chris Metcalf <cmetcalf@tilera.com>.
12698
57769839
UD
126992011-11-11 Ulrich Drepper <drepper@gmail.com>
12700
12701 * stdlib/ucontext.h: Undo last change for makecontext.
12702
edc5984d
AS
127032011-11-11 Andreas Schwab <schwab@redhat.com>
12704
98591e58
AS
12705 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
12706
edc5984d
AS
12707 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
12708 * setjmp/setjmp.h: Mark functions as non-leaf.
12709 * setjmp/bits/setjmp2.h: Likewise.
12710 * stdlib/ucontext.h: Likewise.
12711
77cdc054
AS
127122011-11-10 Andreas Schwab <schwab@redhat.com>
12713
12714 * malloc/arena.c (_int_new_arena): Don't increment narenas.
12715 (reused_arena): Don't check arena limit.
12716 (arena_get2): Atomically check arena limit.
12717
fe72eebd
UD
127182011-11-08 Ulrich Drepper <drepper@gmail.com>
12719
5f078c32
UD
12720 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
12721 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
12722
fe72eebd
UD
12723 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
12724 instructions.
12725
ae1bc2fa
AS
127262011-11-07 Andreas Schwab <schwab@redhat.com>
12727
7583a88d
AS
12728 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
12729 handler when locking.
12730
ae1bc2fa
AS
12731 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
12732 Fix size of allocated buffer.
12733
10fb0bfa
AS
127342011-11-04 Andreas Schwab <schwab@redhat.com>
12735
998832a4
AS
12736 [BZ #10103]
12737 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
12738 declarations for long double functions.
12739 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
12740
10fb0bfa
AS
12741 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
12742
3d7ba52b
AS
127432011-11-03 Andreas Schwab <schwab@redhat.com>
12744
a9ae54a1
AS
12745 * nscd/nscd.c (main): Don't start AVC thread until credentials are
12746 installed.
12747
3d7ba52b
AS
12748 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
12749 is disabled.
12750
bc8db248
ST
127512011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
12752
12753 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
12754
45b96dd6
AS
127552011-11-01 Andreas Schwab <schwab@linux-m68k.org>
12756
647776f6
AS
12757 * include/alloca.h (stackinfo_alloca_round): Define.
12758 (extend_alloca): Use it.
12759 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
12760 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
12761 here.
12762
d91a8b93
AS
12763 * scripts/check-local-headers.sh: Ignore libaudit.h.
12764
45b96dd6
AS
12765 * nscd/Makefile (extra-objs): Make recursively expanded.
12766
432d41ce
UD
127672011-11-01 Ulrich Drepper <drepper@gmail.com>
12768
34372fc6
UD
12769 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
12770 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
12771
fadb59f8
UD
12772 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
12773 * posix/tst-rfc3484-2.c: Likewise.
12774 * posix/tst-rfc3484-3.c: Likewise.
12775
78239589
UD
12776 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
12777 process_vm_writev.
12778 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
12779 process_vm_writev.
12780 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
12781 process_vm_writev from libc using GLIBC_2.15 version.
12782
432d41ce
UD
12783 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
12784
02f9c6cf
PP
127852011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
12786
12787 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
12788 stack usage.
12789
3a2c0242
UD
127902011-10-31 Ulrich Drepper <drepper@gmail.com>
12791
f4ec4833
UD
12792 [BZ #13367]
12793 * nss/getent.c (initgroups_keys): Show error message in case no group
12794 names are given.
12795
3a2c0242
UD
12796 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
12797 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
12798 __bump_nl_timestamp.
12799 * nscd/connections (nscd_init): When host database is served open
12800 netlink socket and request notification about configuration changes.
12801 (main_loop_poll): Track netlink file descriptor and bump timestamp
12802 in case data becomes available.
12803 (main_loop_epoll): Likewise.
12804 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
12805 (database_pers_head): Add extra_data fileds.
12806 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
12807 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
12808 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
12809 Adjust caller.
12810 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
12811 in6ai data, call __free_in6ai.
12812 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
12813 Add -DHAVE_NETLINK.
12814 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
12815 interface information. Reuse previous data if netlink timestamp
12816 is not changed.
12817 (__bump_nl_timestamp): New function.
12818 (__free_in6ai): New function.
12819
636064eb
UD
128202011-10-30 Ulrich Drepper <drepper@gmail.com>
12821
12822 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
12823 close_not_cancel_no_status here.
12824 (__check_pf): Reorganize code a bit to not call close twice if OOM.
12825
9beb2334
UD
128262011-10-29 Ulrich Drepper <drepper@gmail.com>
12827
6ef76f3b
UD
12828 [BZ #13276]
12829 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
12830 return value.
12831
0ffc4f3e 12832 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
12833 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
12834 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
12835
cb95113e
UD
128362011-07-03 Andreas Jaeger <aj@suse.de>
12837
12838 [BZ #10709]
12839 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
12840 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
12841 * math/libm-test.inc (sin_test): Add test case.
12842
a1b560ff
UD
128432011-10-29 Ulrich Drepper <drepper@gmail.com>
12844
c9aaface
UD
12845 [BZ #13337]
12846 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
12847 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
12848
d272e7f1
UD
12849 * elf/chroot_canon.c (chroot_canon): Cleanups.
12850
1bc33071
UD
12851 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
12852
1760874d
TJ
12853 [BZ #13335]
12854 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
12855 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
12856
51d91b18
UD
12857 * string/test-strchr.c: Make usable for strchrnul testing.
12858 * string/test-strchrnul.c: New file.
12859 * string/Makefile (strop-tests): Add strchrnul.
12860
a1b560ff 12861 * po/it.po: Update from translation team.
b611fb81 12862 * po/es.po: Likewise.
a1b560ff 12863
a5b81e1f
UD
128642011-10-28 Ulrich Drepper <drepper@gmail.com>
12865
fd52bc6d
UD
12866 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
12867 the three constants needed as parameters. Drop the others.
12868 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
12869 __m128i_strloadu_tolower.
52e4b9eb
UD
12870 Create and initialize variable zero and use it in all the places
12871 where _mm_setzero_si128 was used.
fd52bc6d 12872
a5b81e1f
UD
12873 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
12874 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
12875 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
12876 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
12877 anymore.
12878 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
12879 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
12880 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
12881 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
12882 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
12883 __mpranred, __mptan.
12884 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
12885 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
12886 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
12887 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
12888 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
12889 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
12890 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
12891 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
12892 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
12893
b4343346
AS
128942011-10-28 Andreas Schwab <schwab@redhat.com>
12895
0c92d8a8
AS
12896 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
12897 redefine if SHARED.
12898 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
12899
b4343346
AS
12900 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
12901 wide char related routines to wcsmbs subdir.
12902
3871f58f
AS
129032011-10-27 Andreas Schwab <schwab@redhat.com>
12904
12905 [BZ #13344]
12906 * misc/sys/cdefs.h (__THROWNL): Define.
12907 * posix/unistd.h: Use __THREADNL instead of __THREAD
12908 for memory synchronization functions.
12909
94d44d9f
RM
129102011-10-26 Roland McGrath <roland@hack.frob.com>
12911
21b64b15 12912 [BZ #13349]
94d44d9f
RM
12913 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
12914 doesn't exist.
12915 * manual/stdio.texi (Obstack Streams): Node removed.
12916
f6ce9294
AS
129172011-10-26 Andreas Schwab <schwab@redhat.com>
12918
80479147
AS
12919 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
12920 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
12921 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
12922
f6ce9294
AS
12923 * math/math_private.h (math_force_eval): Allow non-addressable
12924 arguments.
12925 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
12926
618280a1
UD
129272011-10-25 Ulrich Drepper <drepper@gmail.com>
12928
e0016b11
UD
12929 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
12930 file is not needed.
12931
12932 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
12933 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
12934 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
12935 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
12936 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
12937 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
12938 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
12939 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
12940 Add AVX variants.
12941 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
12942 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
12943 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
12944 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
12945 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
12946 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
12947 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
12948 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
12949 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
12950 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
12951 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
12952 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
12953 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
12954 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
12955 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
12956 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
12957 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
12958 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
12959 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
12960
12961 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
12962 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
12963
618280a1
UD
12964 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
12965 place. Use VEX encoding when compiling for AVX.
12966
37822576
AS
129672011-10-25 Andreas Schwab <schwab@redhat.com>
12968
1f1e1947
AS
12969 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
12970 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
12971
37822576
AS
12972 * string/test-strchr.c (do_test): Don't generate NUL bytes.
12973
31ea014d
UD
129742011-10-25 Ulrich Drepper <drepper@gmail.com>
12975
d7826aa1 12976 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 12977 useless if() expression.
d7826aa1
UD
12978 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
12979 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
12980 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12981 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
12982 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12983 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
12984 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
12985 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
12986 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
12987 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12988 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
12989 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
12990 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
12991 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
12992 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
12993 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
12994 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
12995 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
12996 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
12997
31ea014d
UD
12998 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
12999
16437fec
AS
130002011-10-25 Andreas Schwab <schwab@redhat.com>
13001
13002 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
13003 condition.
13004 * elf/dl-fini.c (_dl_sort_fini): Likewise.
13005
31d3cc00
UD
130062011-10-25 Ulrich Drepper <drepper@gmail.com>
13007
13008 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
13009 .text section. Avoid duplicate constants.
13010 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
13011 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13012 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13013 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13014 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13015 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13016 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13017 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13018 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
13019 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
13020 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
13021 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
13022 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
13023 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
13024 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
13025 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
13026 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
13027 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
13028 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
13029 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13030 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
13031 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
13032 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
13033 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
13034 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
13035 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
13036 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
13037 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
13038 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
13039 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
13040 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
13041 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
13042 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
13043 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
13044 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
13045 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
13046 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
13047 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
13048 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
13049 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
13050 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
13051 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
13052 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
13053 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
13054 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
13055
58985aa9
UD
130562011-10-24 Ulrich Drepper <drepper@gmail.com>
13057
202c9deb
UD
13058 * sysdeps/x86_64/dla.h: Move to ...
13059 * sysdeps/x86_64/fpu/dla.h: ...here.
13060 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
13061 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 13062
af968f62
UD
13063 * config.make.in: Add have-mfma4 entry.
13064 * configure.in: Substitute libc_cv_cc_fma4.
13065 * math/Makefile (dbl-only-routines): Add sincostab.
13066 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
13067 Use __sincostab not sincos.
13068 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
13069 name is a macro.
13070 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13071 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13072 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13073 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
13074 using __copysign.
13075 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
13076 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
13077 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
13078 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
13079 and __inv.
13080 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
13081 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
13082 __copysign.
13083 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
13084 define aliases when function name is a macro.
13085 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
13086 sysdeps/ieee754/dbl-64/sincos.tbl.
13087 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
13088 fma4-enabled routines.
13089 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
13090 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
13091 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
13092 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
13093 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
13094 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
13095 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
13096 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
13097 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
13098 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
13099 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
13100 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
13101 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
13102 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
13103 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
13104 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
13105 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
13106 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
13107 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
13108 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
13109 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
13110 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
13111 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
13112 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
13113 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
13114 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
13115 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
13116 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
13117 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
13118 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
13119
58985aa9
UD
13120 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
13121 rename.
13122 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13123 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13124 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13125 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13126 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13127 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13128 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13129 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13130
a201fbcf
AS
131312011-10-24 Andreas Schwab <schwab@redhat.com>
13132
13133 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
13134
fc2ee42a
LD
131352011-10-23 Ulrich Drepper <drepper@gmail.com>
13136
bb3129bd
UD
13137 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
13138
0275fff8
UD
13139 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
13140 prediction.
13141 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
13142
2fa2ae85
UD
13143 * string/strnlen.c: Don't define STRNLEN, reverse logic.
13144 Remove unused variable magic_bits.
13145 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
13146
fc2ee42a
LD
13147 * string/strnlen.c: Define and use STRNLEN macro.
13148 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
13149 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
13150 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
13151 * wcsmbs/wcslen.c: Define and use WCSLEN.
13152 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
13153 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
13154 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
13155 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
13156 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
13157 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
13158 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
13159
ce7dd29f
LD
131602011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13161
13162 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13163 strnlen-sse2-no-bsf.
13164 Rename strlen-no-bsf to strlen-sse2-no-bsf.
13165 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
13166 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
13167 Add strnlen support.
13168 (USE_AS_STRNLEN): New macro.
13169 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
13170 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
13171 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
13172 * sysdeps/x86_64/wcslen.S: New file.
13173
979c70a3
MZ
131742011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
13175
13176 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
13177 XMM-moves are used for copying on small sizes.
13178
2d09f82f
LD
131792011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13180
13181 * wcsmbs/Makefile (strop-tests): Add wcschr.
13182 * wcsmbs/test-wcschr.c: New file.
13183 * string/test-strchr.c: Update.
13184 Add wcschr support.
13185 (WIDE): New macro.
13186
619fccca
LD
131872011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13188
2d09f82f 13189 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
13190 * wcsmbs/test-wcslen.c: New file.
13191 * string/test-strlen.c: Update.
13192 Add wcslen support.
13193 (WIDE): New macro.
13194
09f699ea
UD
131952011-10-23 Ulrich Drepper <drepper@gmail.com>
13196
13197 * po/it.po: Update from translation team.
13198
95584d3b
LD
131992011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13200
13201 * sysdeps/x86_64/wcscmp.S: Update.
13202 Fix wrong comparison semantics.
13203 wcscmp shall use signed comparison not unsigned.
13204 Don't use substraction to avoid overflow bug.
13205 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
13206 * wcsmbc/wcscmp.c: Likewise.
13207 * string/test-strcmp.c: Likewise.
13208 Add new tests to check cases with negative values.
13209
c8b3296b
UD
132102011-10-23 Ulrich Drepper <drepper@gmail.com>
13211
13212 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
13213 * sysdeps/x86_64/dla.h: ...here. New file.
13214 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
13215 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13216 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13217 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13218 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13219 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
13220 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13221 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13222 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13223
246ad57a
AS
132242011-10-23 Andreas Schwab <schwab@linux-m68k.org>
13225
13226 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
13227 __ynl_finite aliases.
13228
a1a87169
UD
132292011-10-22 Ulrich Drepper <drepper@gmail.com>
13230
0d355eb7
UD
13231 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13232
a1a87169
UD
13233 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
13234 define DLA_FMA.
13235 [DLA_FMA] (EMULV): Use DLA_FMA.
13236 [DLA_FMA] (MUL12): Use EMULV.
13237 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
13238 that are not needed.
13239 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13240 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13241 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13242 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13243 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13244 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13245 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13246
ee2aafe0
AS
132472011-10-22 Andreas Schwab <schwab@linux-m68k.org>
13248
13249 * math/s_nan.c: Undef __nan.
13250 * math/s_nanf.c: Undef __nanf.
13251 * math/s_nanl.c: Undef __nanl.
13252 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
13253 "math_private.h".
13254
bc62c2fb
UD
132552011-10-22 Ulrich Drepper <drepper@gmail.com>
13256
77425c63
UD
13257 * math/s_catan.c: Add branch predictions.
13258 * math/s_catanf.c: Likewise.
13259 * math/s_catanh.c: Likewise.
13260 * math/s_catanhf.c: Likewise.
13261 * math/s_catanhl.c: Likewise.
13262 * math/s_catanl.c: Likewise.
13263 * math/s_cexp.c: Likewise.
13264 * math/s_cexpf.c: Likewise.
13265 * math/s_cexpl.c: Likewise.
13266 * math/s_clog.c: Likewise.
13267 * math/s_clog10.c: Likewise.
13268 * math/s_clog10f.c: Likewise.
13269 * math/s_clog10l.c: Likewise.
13270 * math/s_clogf.c: Likewise.
13271 * math/s_clogl.c: Likewise.
13272 * math/s_csqrt.c: Likewise.
13273 * math/s_csqrtf.c: Likewise.
13274 * math/s_csqrtl.c: Likewise.
13275 * math/s_ctanf.c: Likewise.
13276 * math/s_ctanh.c: Likewise.
13277 * math/s_ctanhf.c: Likewise.
13278 * math/s_ctanhl.c: Likewise.
13279 * math/s_ctanl.c: Likewise.
13280
bc62c2fb
UD
13281 * math/math_private.h: Define __nan, __nanf, __nanl.
13282 * math/s_cacosh.c: Include <math_private.h>.
13283 * math/s_cacoshl.c: Likewise.
13284 * math/s_casinh.c: Likewise.
13285 * math/s_casinhf.c: Likewise.
13286 * math/s_casinhl.c: Likewise.
13287 * math/s_ccos.c: Rely entire on ccosh.
13288 * math/s_ccosf.c: Rely entire on ccoshf.
13289 * math/s_ccosl.c: Rely entirely on ccoshl.
13290 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
13291 Remove tests for FE_INVALID.
13292 * math/s_ccoshf.c: Likewise.
13293 * math/s_ccoshl.c: Likewise.
13294 * math/s_csin.c: Likewise.
13295 * math/s_csinf.c: Likewise.
13296 * math/s_csinh.c Likewise.
13297 * math/s_csinhf.c: Likewise.
13298 * math/s_csinhl.c: Likewise.
13299 * math/s_csinl.c: Likewise.
13300 * math/s_ctan.c: Likewise.
13301 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
13302 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
13303 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
13304
8ec250a4
UD
133052011-10-21 Ulrich Drepper <drepper@gmail.com>
13306
c196fed8
UD
13307 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
13308 compilation problems.
13309
8ec250a4
UD
13310 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
13311 __builtin_expect.
13312
8d4f46c6
UD
133132011-10-20 Ulrich Drepper <drepper@gmail.com>
13314
ed72b654
UD
13315 * sysdeps/i386/configure.in: Test for -mfma4 option.
13316 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
13317 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
13318 COMMON_CPUID_INDEX_80000001.
13319 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
13320 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
13321 use it if FMA3 is not supported.
13322 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
13323
8d4f46c6
UD
13324 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
13325 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
13326
d45c60c2
AS
133272011-10-20 Andreas Schwab <schwab@redhat.com>
13328
13329 [BZ #12892]
13330 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
13331 it would create a cycle with a link time dependency.
13332
d9a4d2ab
UD
133332011-10-19 Ulrich Drepper <drepper@gmail.com>
13334
855d1560
UD
13335 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
13336 instruction.
13337 * string/Makefile (strop-tests): Add rawmemchr.
13338 * string/test-rawmemchr.c: New file.
13339
d9a4d2ab
UD
13340 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
13341 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
13342 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
13343 when compiling str{,n}casecmp and when AVX is available. Hook up
13344 new optimized code in initializers.
13345
8f3b1ffe
AS
133462011-10-19 Andreas Schwab <schwab@redhat.com>
13347
13348 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
13349 __feraiseexcept instead of feraiseexcept.
13350
d38f1dba
UD
133512011-10-18 Ulrich Drepper <drepper@gmail.com>
13352
d9a8d0ab
UD
13353 * math/math_private.h: Define defaults for libc_fetestexcept and
13354 libc_feupdateenv.
13355 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
13356 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
13357 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
13358 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
13359 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
13360 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
13361 libc_fetestexcept and libc_feupdateenv.
13362
4855e3dd
UD
13363 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
13364 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
13365 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
13366 * sysdeps/x86_64/fpu/math_private.h: Define special version of
13367 libc_feholdexcept_setround.
13368
581d30e3
UD
13369 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
13370 Add s_nearbyint-c and s_nearbyintf-c.
13371 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
13372 nearbyintf inlines.
13373 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
13374 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
13375 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
13376 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
13377
d38f1dba
UD
13378 * math/math_private.h: Define defaults for libc_fegetround,
13379 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
13380 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
13381 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
13382 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
13383 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
13384 standard functions.
13385 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
13386 Remove comments and hacks for old compiler versions.
13387 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
13388 libc_fegetround, libc_fesetround, libc_feholdexcept, and
13389 libc_feholdexceptl.
13390
caa6c9d8
AS
133912011-10-18 Andreas Schwab <schwab@redhat.com>
13392
13393 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
13394 (__feraiseexcept_renamed): Add __NTH.
13395 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
13396 namespace violations.
13397
97c066e6
UD
133982011-10-17 Ulrich Drepper <drepper@gmail.com>
13399
99ce7b04
UD
13400 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
13401
1004d182
UD
13402 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
13403
228a984d
UD
13404 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
13405 recently added interfaces.
13406 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
13407
c8553a6a
UD
13408 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
13409 about macro parameter expansion.
13410
ed22dcf6
UD
13411 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
13412 __NO_MATH_INLINES is defined. Cleanups.
13413
13414 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
13415 and __floorf is target has SSE4.1.
13416 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
13417 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
13418 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
13419 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
13420
b171c137
UD
13421 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
13422 name.
13423 (floorf): Likewise.
13424
97c066e6
UD
13425 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
13426
629f62ef
AS
134272011-10-17 Andreas Schwab <schwab@redhat.com>
13428
49a43d80
AS
13429 * misc/sys/cdefs.h: Fix last change.
13430
629f62ef
AS
13431 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
13432 database lookup.
13433
e453f6cd
UD
134342011-10-16 Ulrich Drepper <drepper@gmail.com>
13435
aa78043a
UD
13436 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
13437
ad0f5cad
UD
13438 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
13439 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13440 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
13441 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
13442 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
13443 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
13444 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
13445 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
13446 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
13447 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
13448 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
13449 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
13450 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
13451 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
13452 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
13453 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
13454 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
13455 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
13456 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
13457 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
13458 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
13459 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
13460
13461 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
13462 ceil, ceilf, floor, floorf.
13463
13464 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
13465 Perform IRELATIVE relocations last.
13466
e453f6cd
UD
13467 * elf/do-rel.h: Add another parameter nrelative, replacing the
13468 local variable with the same name. Change name of the function
13469 to end in Rel or Rela (uppercase).
13470 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
13471 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
13472 elf_dynamic_do_##reloc function.
13473
fd5bdc09
UD
134742011-10-15 Ulrich Drepper <drepper@gmail.com>
13475
79b195b5
UD
13476 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
13477 is sufficient, at least on modern CPUs.
13478
d4a28569
UD
13479 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
13480
b61099b5
UD
13481 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
13482 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
13483
bcf01e6d
UD
13484 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
13485 __expl_finite.
13486 * math/bits/math-finite.h: Add entries for exp.
13487 * math/e_expl.c: Add __*_finite alias.
13488 * sysdeps/i386/fpu/e_exp.S: Likewise.
13489 * sysdeps/i386/fpu/e_expf.S: Likewise.
13490 * sysdeps/i386/fpu/e_expl.c: Likewise.
13491 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13492 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
13493 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
13494 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
13495 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
13496 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
13497 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
13498
ba1a0d59
UD
13499 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
13500 is sufficient, at least on modern CPUs.
13501
fd5bdc09
UD
13502 * ctype/ctype-info.c (__ctype_init): Define.
13503 * include/ctype.h (__ctype_init): Declare.
13504 (__ctype_b_loc): The variable is always initialized.
13505 (__ctype_toupper_loc): Likewise.
13506 (__ctype_tolower_loc): Likewise.
13507 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
13508 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
13509
7872cfb0
AS
135102011-10-15 Andreas Schwab <schwab@linux-m68k.org>
13511
b468825a
AS
13512 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
13513
7872cfb0
AS
13514 * configure.in: Also look in $cxxmachine/include for C++ system
13515 headers.
13516
be13f7bf
LD
135172011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13518
13519 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
13520 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
13521 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
13522 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
13523 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
13524 (USE_AS_WMEMCMP): New macro.
13525 Fixing indents.
13526 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
13527 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
13528 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
13529 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
13530 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13531 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
13532 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
13533 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
13534 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
13535 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
13536 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
13537 (USE_AS_WMEMCMP): New macro.
13538 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
13539 * sysdeps/string/test-memcmp.c: Update.
13540 Fix simple_wmemcmp.
13541 Add new tests.
13542 * wcsmbs/wmemcmp.c: Update.
13543 (WMEMCMP): New macro.
13544 Fix overflow bug.
13545
556a2007
AJ
135462011-10-12 Andreas Jaeger <aj@suse.de>
13547
13548 [BZ #13268]
13549 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
13550
538faaa7
UD
135512011-10-15 Ulrich Drepper <drepper@gmail.com>
13552
ab6737ff
UD
13553 * libio/iofwide.c (do_length): Avoid warning.
13554
538faaa7
UD
13555 * ctype/ctype.h (__isctype_f): Add missing __THROW.
13556
396a21b1
UD
135572011-10-14 Ulrich Drepper <drepper@gmail.com>
13558
cdf2901f
UD
13559 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
13560
38ad40ce
UD
13561 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
13562 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
13563 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
13564 * sysdeps/i386/i686/fpu/e_log.S: New file.
13565 * sysdeps/i386/i686/fpu/e_logf.S: New file.
13566 * sysdeps/i386/i686/fpu/e_logl.S: New file.
13567
396a21b1
UD
13568 * ctype/ctype.h: Add support for inlined isXXX functions when
13569 compiling C++ code.
13570
6b1f68c9
AS
135712011-10-14 Andreas Schwab <schwab@redhat.com>
13572
349290c0
AS
13573 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
13574
6b1f68c9
AS
13575 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
13576
f2282d42
RM
135772011-10-13 Roland McGrath <roland@hack.frob.com>
13578
13579 [BZ #13291]
13580 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
13581
5298ffa8
AS
135822011-10-13 Andreas Schwab <schwab@redhat.com>
13583
714fad23
AS
13584 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
13585 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
13586 feraiseexcept.
13587
81dcc7fb
AS
13588 * sysdeps/x86_64/memrchr.S: Check for zero size.
13589
5298ffa8
AS
13590 * string/stratcliff.c: Add memrchr tests.
13591
951fbcec
LD
135922011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13593
13594 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13595 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
13596 rawmemchr-sse2 rawmemchr-sse2-bsf.
13597 * sysdeps/i386/i686/multiarch/memchr.S: New file.
13598 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
13599 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
13600 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
13601 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
13602 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
13603 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
13604 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
13605 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
13606 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
13607 * string/memrchr.c (MEMRCHR): New macro.
13608
0ac5ae23
UD
136092011-10-12 Ulrich Drepper <drepper@gmail.com>
13610
13611 Add integration with gcc's -ffinite-math-only and optimize wrapper
13612 functions in libm.
13613 * Versions.def: Define GLIBC_2.15 version for libm.
13614 * math/Makefile (headers): Add bits/math-finite.h.
13615 * math/bits/math-finite.h: New file.
13616 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
13617 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
13618 * math/e_acoshl.c: Add __*_finite alias.
13619 * math/e_acosl.c: Likewise.
13620 * math/e_asinl.c: Likewise.
13621 * math/e_atan2l.c: Likewise.
13622 * math/e_atanhl.c: Likewise.
13623 * math/e_coshl.c: Likewise.
13624 * math/e_exp10.c: Likewise.
13625 * math/e_exp10f.c: Likewise.
13626 * math/e_exp10l.c: Likewise.
13627 * math/e_exp2l.c: Likewise.
13628 * math/e_fmodl.c: Likewise.
13629 * math/e_gammal_r.c: Likewise.
13630 * math/e_hypotl.c: Likewise.
13631 * math/e_j0l.c: Likewise.
13632 * math/e_j1l.c: Likewise.
13633 * math/e_jnl.c: Likewise.
13634 * math/e_lgammal_r.c: Likewise.
13635 * math/e_log10l.c: Likewise.
13636 * math/e_log2l.c: Likewise.
13637 * math/e_logl.c: Likewise.
13638 * math/e_powl.c: Likewise.
13639 * math/e_sinhl.c: Likewise.
13640 * math/e_sqrtl.c: Likewise.
13641 * math/e_scalb.c: Completely rewritten and optimized.
13642 * math/e_scalbf.c: Likewise.
13643 * math/e_scalbl.c: Likewise.
13644 * math/w_acos.c: Likewise.
13645 * math/w_acosf.c: Likewise.
13646 * math/w_acosl.c: Likewise.
13647 * math/w_acosh.c: Likewise.
13648 * math/w_acoshf.c: Likewise.
13649 * math/w_acoshl.c: Likewise.
13650 * math/w_asin.c: Likewise.
13651 * math/w_asinf.c: Likewise.
13652 * math/w_asinl.c: Likewise.
13653 * math/w_atan2.c: Likewise.
13654 * math/w_atan2f.c: Likewise.
13655 * math/w_atan2l.c: Likewise.
13656 * math/w_atanh.c: Likewise.
13657 * math/w_atanhf.c: Likewise.
13658 * math/w_atanhl.c: Likewise.
13659 * math/w_exp10.c: Likewise.
13660 * math/w_exp10f.c: Likewise.
13661 * math/w_exp10l.c: Likewise.
13662 * math/w_fmod.c: Likewise.
13663 * math/w_fmodf.c: Likewise.
13664 * math/w_fmodl.c: Likewise.
13665 * math/w_j0.c: Likewise.
13666 * math/w_j0f.c: Likewise.
13667 * math/w_j0l.c: Likewise.
13668 * math/w_j1.c: Likewise.
13669 * math/w_j1f.c: Likewise.
13670 * math/w_j1l.c: Likewise.
13671 * math/w_jn.c: Likewise.
13672 * math/w_jnf.c: Likewise.
13673 * math/w_log.c: Likewise.
13674 * math/w_logf.c: Likewise.
13675 * math/w_logl.c: Likewise.
13676 * math/w_log10.c: Likewise.
13677 * math/w_log10f.c: Likewise.
13678 * math/w_log10l.c: Likewise.
13679 * math/w_log2.c: Likewise.
13680 * math/w_log2f.c: Likewise.
13681 * math/w_log2l.c: Likewise.
13682 * math/w_pow.c: Likewise.
13683 * math/w_powf.c: Likewise.
13684 * math/w_powl.c: Likewise.
13685 * math/w_remainder.c: Likewise.
13686 * math/w_remainderf.c: Likewise.
13687 * math/w_remainderl.c: Likewise.
13688 * math/w_scalb.c: Likewise.
13689 * math/w_scalbf.c: Likewise.
13690 * math/w_scalbl.c: Likewise.
13691 * math/w_sqrt.c: Likewise.
13692 * math/w_sqrtf.c: Likewise.
13693 * math/w_sqrtl.c: Likewise.
13694 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
13695 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
13696 used.
13697 * math/math_private.h: Declare __kernel_standard_f.
13698 * math/w_cosh.c: Remove cruft and optimize a bit.
13699 * math/w_coshf.c: Likewise.
13700 * math/w_coshl.c: Likewise.
13701 * math/w_exp2.c: Likewise.
13702 * math/w_exp2f.c: Likewise.
13703 * math/w_exp2l.c: Likewise.
13704 * math/w_hypot.c: Likewise.
13705 * math/w_hypotf.c: Likewise.
13706 * math/w_hypotl.c: Likewise.
13707 * math/w_lgamma.c: Likewise.
13708 * math/w_lgamma_r.c: Likewise.
13709 * math/w_lgammaf.c: Likewise.
13710 * math/w_lgammaf_r.c: Likewise.
13711 * math/w_lgammal.c: Likewise.
13712 * math/w_lgammal_r.c: Likewise.
13713 * math/w_sinh.c: Likewise.
13714 * math/w_sinhf.c: Likewise.
13715 * math/w_sinhl.c: Likewise.
13716 * math/w_tgamma.c: Likewise.
13717 * math/w_tgammaf.c: Likewise.
13718 * math/w_tgammal.c: Likewise.
13719 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
13720 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
13721 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
13722 Minor optimizations. Pretty printing. Remove cruft.
13723 * sysdeps/i386/fpu/e_acosf.S: Likewise.
13724 * sysdeps/i386/fpu/e_acosh.S: Likewise.
13725 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
13726 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
13727 * sysdeps/i386/fpu/e_acosl.c: Likewise.
13728 * sysdeps/i386/fpu/e_asin.S: Likewise.
13729 * sysdeps/i386/fpu/e_asinf.S: Likewise.
13730 * sysdeps/i386/fpu/e_atan2.S: Likewise.
13731 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
13732 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
13733 * sysdeps/i386/fpu/e_atanh.S: Likewise.
13734 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
13735 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
13736 * sysdeps/i386/fpu/e_exp10.S: Likewise.
13737 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
13738 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
13739 * sysdeps/i386/fpu/e_exp2.S: Likewise.
13740 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
13741 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
13742 * sysdeps/i386/fpu/e_fmod.S: Likewise.
13743 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
13744 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
13745 * sysdeps/i386/fpu/e_hypot.S: Likewise.
13746 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
13747 * sysdeps/i386/fpu/e_log.S: Likewise.
13748 * sysdeps/i386/fpu/e_log10.S: Likewise.
13749 * sysdeps/i386/fpu/e_log10f.S: Likewise.
13750 * sysdeps/i386/fpu/e_log10l.S: Likewise.
13751 * sysdeps/i386/fpu/e_log2.S: Likewise.
13752 * sysdeps/i386/fpu/e_log2f.S: Likewise.
13753 * sysdeps/i386/fpu/e_log2l.S: Likewise.
13754 * sysdeps/i386/fpu/e_logf.S: Likewise.
13755 * sysdeps/i386/fpu/e_logl.S: Likewise.
13756 * sysdeps/i386/fpu/e_pow.S: Likewise.
13757 * sysdeps/i386/fpu/e_powf.S: Likewise.
13758 * sysdeps/i386/fpu/e_powl.S: Likewise.
13759 * sysdeps/i386/fpu/e_remainder.S: Likewise.
13760 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
13761 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
13762 * sysdeps/i386/fpu/e_scalb.S: Likewise.
13763 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
13764 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
13765 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
13766 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
13767 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
13768 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
13769 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13770 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13771 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
13772 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
13773 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
13774 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
13775 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
13776 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
13777 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
13778 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
13779 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
13780 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13781 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
13782 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
13783 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13784 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
13785 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
13786 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
13787 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13788 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
13789 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
13790 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
13791 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
13792 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
13793 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
13794 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
13795 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
13796 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
13797 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
13798 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
13799 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
13800 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
13801 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
13802 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
13803 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
13804 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
13805 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
13806 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
13807 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
13808 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
13809 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
13810 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
13811 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
13812 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
13813 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
13814 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
13815 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
13816 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
13817 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
13818 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
13819 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
13820 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
13821 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
13822 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
13823 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
13824 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
13825 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
13826 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
13827 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
13828 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
13829 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
13830 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
13831 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
13832 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
13833 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
13834 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
13835 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
13836 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
13837 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
13838 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
13839 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
13840 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
13841 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
13842 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
13843 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
13844 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
13845 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
13846 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
13847 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
13848 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
13849 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
13850 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
13851 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
13852 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
13853 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
13854 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
13855 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
13856 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13857 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
13858 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
13859 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
13860 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
13861 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
13862 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
13863 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
13864 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
13865 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
13866 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
13867 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
13868 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
13869 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
13870 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
13871 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
13872 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
13873 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
13874 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
13875 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
13876 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
13877 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
13878 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
13879 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
13880 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
13881 (__isnanf): Likewise.
13882 (__isinf_ns): Likewise.
13883 (__isinf_nsf): Likewise.
13884 (__finite): Likewise.
13885 (__finitef): Likewise.
13886 (__ieee754_sqrt): Define as macro.
13887 (__ieee754_sqrtf): Define as macro.
13888 (__ieee754_sqrtl): Define as macro.
13889 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
13890 inlined copy.
13891 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
13892 __FINITE_MATH_ONLY__ consistent.
13893 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
13894
12cc2fcd
AS
138952011-10-10 Andreas Schwab <schwab@linux-m68k.org>
13896
a843a204
AS
13897 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
13898 of rawmemchr.
13899
12cc2fcd
AS
13900 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
13901
c853acd5
UD
139022011-10-09 Ulrich Drepper <drepper@gmail.com>
13903
13904 * po/ja.po: Update from translation team.
13905
c658d255
RM
139062011-10-08 Roland McGrath <roland@hack.frob.com>
13907
110946e4
RM
13908 * locale/programs/locarchive.c (prepare_address_space): New function.
13909 (create_archive, enlarge_archive, open_archive): Use it.
13910
50604220
RM
13911 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
13912 inside [SHARED], where it is used.
13913
c658d255
RM
13914 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
13915
13916 * nss/getent.c (netgroup_keys): Remove unused variable.
13917 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
13918
6a621eb7
UD
139192011-10-08 Ulrich Drepper <drepper@gmail.com>
13920
7edb55ce
UD
13921 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
13922 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
13923 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
13924 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
13925 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
13926 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
13927 * math/Makefile (libm-calls): Add s_isinf_ns.
13928 * math/divtc3.c: Use __isinf_nsl instead of isinf.
13929 * math/multc3.c: Likewise.
13930 * math/s_casin.c: Likewise.
13931 * math/s_casinf.c: Likewise.
13932 * math/s_casinl.c: Likewise.
13933 * math/s_ccos.c: Likewise.
13934 * math/s_ccosf.c: Likewise.
13935 * math/s_ccosl.c: Likewise.
13936 * math/s_ctan.c: Likewise.
13937 * math/s_ctanf.c: Likewise.
13938 * math/s_ctanh.c: Likewise.
13939 * math/s_ctanhf.c: Likewise.
13940 * math/s_ctanhl.c: Likewise.
13941 * math/s_ctanl.c: Likewise.
13942 * math/w_fmod.c: Likewise.
13943 * math/w_fmodf.c: Likewise.
13944 * math/w_fmodl.c: Likewise.
13945 * math/w_remainder.c: Likewise.
13946 * math/w_remainderf.c: Likewise.
13947 * math/w_remainderl.c: Likewise.
13948 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
13949 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
13950 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
13951 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
13952 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
13953 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
13954 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
13955 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
13956
187da0ae
UD
13957 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
13958 of the number.
13959 * stdio-common/printf_fphex.c: Likewise.
13960 * stdio-common/printf_size.c: Likewise.
13961
9277c064
UD
13962 * math/e_exp10.c: Include math_private.h using <...> not "...".
13963 * math/e_exp10f.c: Likewise.
13964 * math/e_exp10l.c: Likewise.
13965 * math/e_exp2l.c: Likewise.
13966 * math/e_j0l.c: Likewise.
13967 * math/e_j1l.c: Likewise.
13968 * math/e_jnl.c: Likewise.
13969 * math/e_lgammal_r.c: Likewise.
13970 * math/e_rem_pio2l.c: Likewise.
13971 * math/e_scalb.c: Likewise.
13972 * math/e_scalbf.c: Likewise.
13973 * math/e_scalbl.c: Likewise.
13974 * math/k_cosl.c: Likewise.
13975 * math/k_sinl.c: Likewise.
13976 * math/k_tanl.c: Likewise.
13977 * math/s_cacoshf.c: Likewise.
13978 * math/s_catan.c: Likewise.
13979 * math/s_catanf.c: Likewise.
13980 * math/s_catanh.c: Likewise.
13981 * math/s_catanhf.c: Likewise.
13982 * math/s_catanhl.c: Likewise.
13983 * math/s_catanl.c: Likewise.
13984 * math/s_ccosh.c: Likewise.
13985 * math/s_ccoshf.c: Likewise.
13986 * math/s_ccoshl.c: Likewise.
13987 * math/s_cexp.c: Likewise.
13988 * math/s_cexpf.c: Likewise.
13989 * math/s_cexpl.c: Likewise.
13990 * math/s_clog.c: Likewise.
13991 * math/s_clog10.c: Likewise.
13992 * math/s_clog10f.c: Likewise.
13993 * math/s_clog10l.c: Likewise.
13994 * math/s_clogf.c: Likewise.
13995 * math/s_clogl.c: Likewise.
13996 * math/s_csin.c: Likewise.
13997 * math/s_csinf.c: Likewise.
13998 * math/s_csinh.c: Likewise.
13999 * math/s_csinhf.c: Likewise.
14000 * math/s_csinhl.c: Likewise.
14001 * math/s_csinl.c: Likewise.
14002 * math/s_csqrt.c: Likewise.
14003 * math/s_csqrtf.c: Likewise.
14004 * math/s_csqrtl.c: Likewise.
14005 * math/s_ctan.c: Likewise.
14006 * math/s_ctanf.c: Likewise.
14007 * math/s_ctanh.c: Likewise.
14008 * math/s_ctanhf.c: Likewise.
14009 * math/s_ctanhl.c: Likewise.
14010 * math/s_ctanl.c: Likewise.
14011 * math/s_ldexp.c: Likewise.
14012 * math/s_ldexpf.c: Likewise.
14013 * math/s_ldexpl.c: Likewise.
14014 * math/s_significand.c: Likewise.
14015 * math/s_significandf.c: Likewise.
14016 * math/s_significandl.c: Likewise.
14017 * math/w_acos.c: Likewise.
14018 * math/w_acosf.c: Likewise.
14019 * math/w_acosh.c: Likewise.
14020 * math/w_acoshf.c: Likewise.
14021 * math/w_acoshl.c: Likewise.
14022 * math/w_acosl.c: Likewise.
14023 * math/w_asin.c: Likewise.
14024 * math/w_asinf.c: Likewise.
14025 * math/w_asinl.c: Likewise.
14026 * math/w_atan2.c: Likewise.
14027 * math/w_atan2f.c: Likewise.
14028 * math/w_atan2l.c: Likewise.
14029 * math/w_atanh.c: Likewise.
14030 * math/w_atanhf.c: Likewise.
14031 * math/w_atanhl.c: Likewise.
14032 * math/w_cosh.c: Likewise.
14033 * math/w_coshf.c: Likewise.
14034 * math/w_coshl.c: Likewise.
14035 * math/w_dremf.c: Likewise.
14036 * math/w_exp10.c: Likewise.
14037 * math/w_exp10f.c: Likewise.
14038 * math/w_exp10l.c: Likewise.
14039 * math/w_exp2.c: Likewise.
14040 * math/w_exp2f.c: Likewise.
14041 * math/w_fmod.c: Likewise.
14042 * math/w_fmodf.c: Likewise.
14043 * math/w_fmodl.c: Likewise.
14044 * math/w_hypot.c: Likewise.
14045 * math/w_hypotf.c: Likewise.
14046 * math/w_hypotl.c: Likewise.
14047 * math/w_j0.c: Likewise.
14048 * math/w_j0f.c: Likewise.
14049 * math/w_j0l.c: Likewise.
14050 * math/w_j1.c: Likewise.
14051 * math/w_j1f.c: Likewise.
14052 * math/w_j1l.c: Likewise.
14053 * math/w_jn.c: Likewise.
14054 * math/w_jnf.c: Likewise.
14055 * math/w_jnl.c: Likewise.
14056 * math/w_lgamma.c: Likewise.
14057 * math/w_lgamma_r.c: Likewise.
14058 * math/w_lgammaf.c: Likewise.
14059 * math/w_lgammaf_r.c: Likewise.
14060 * math/w_lgammal.c: Likewise.
14061 * math/w_lgammal_r.c: Likewise.
14062 * math/w_log.c: Likewise.
14063 * math/w_log10.c: Likewise.
14064 * math/w_log10f.c: Likewise.
14065 * math/w_log10l.c: Likewise.
14066 * math/w_log2.c: Likewise.
14067 * math/w_log2f.c: Likewise.
14068 * math/w_log2l.c: Likewise.
14069 * math/w_logf.c: Likewise.
14070 * math/w_logl.c: Likewise.
14071 * math/w_pow.c: Likewise.
14072 * math/w_powf.c: Likewise.
14073 * math/w_powl.c: Likewise.
14074 * math/w_remainder.c: Likewise.
14075 * math/w_remainderf.c: Likewise.
14076 * math/w_remainderl.c: Likewise.
14077 * math/w_scalb.c: Likewise.
14078 * math/w_scalbf.c: Likewise.
14079 * math/w_scalbl.c: Likewise.
14080 * math/w_sinh.c: Likewise.
14081 * math/w_sinhf.c: Likewise.
14082 * math/w_sinhl.c: Likewise.
14083 * math/w_sqrt.c: Likewise.
14084 * math/w_sqrtf.c: Likewise.
14085 * math/w_sqrtl.c: Likewise.
14086 * math/w_tgamma.c: Likewise.
14087 * math/w_tgammaf.c: Likewise.
14088 * math/w_tgammal.c: Likewise.
14089
6a621eb7
UD
14090 * po/ja.po: Update from translation team.
14091
bf582445
AJ
140922011-09-29 Andreas Jaeger <aj@suse.de>
14093
f9efbf3a
AJ
14094 [BZ #13179]
14095 * sunrpc/netname.c (netname2host): Fix logic.
14096
bf582445
AJ
14097 [BZ #6779]
14098 [BZ #6783]
14099 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
14100 correctly.
14101 * math/w_remainder.c (__remainder): Likewise.
14102 * math/w_remainderf.c (__remainderf): Likewise.
14103 * math/libm-test.inc (remainder_test): Add test cases.
14104
48693bea
AK
141052011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14106
14107 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
14108 sdiv_qrnnd.
14109
42622229
LD
141102011-10-07 Ulrich Drepper <drepper@gmail.com>
14111
14112 * string/test-memcmp.c: Avoid unncessary #defines.
14113 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
14114
093ecf92
LD
141152011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14116
14117 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
14118 Use new sse2 version for core i3 - i7 as it's faster
14119 than sse42 version.
14120 (bit_Prefer_PMINUB_for_stringop): New.
14121 * sysdeps/x86_64/rawmemchr.S: Update.
14122 Replace with faster SSE2 version.
14123 * sysdeps/x86_64/memrchr.S: New file.
14124 * sysdeps/x86_64/memchr.S: Update.
14125 Replace with faster SSE2 version.
14126
fde56e5c
MP
141272011-09-12 Marek Polacek <mpolacek@redhat.com>
14128
14129 * elf/dl-load.c (lose): Add cast to avoid warning.
14130
21fd49a9
UD
141312011-10-07 Ulrich Drepper <drepper@gmail.com>
14132
5a06e643
UD
14133 * po/ca.po: Update from translation team.
14134
684ae515
UD
14135 * inet/getnetgrent_r.c: Hook up nscd.
14136 * nscd/Makefile (routines): Add nscd_netgroup.
14137 (nscd-modules): Add netgroupcache.
14138 (CFLAGS-netgroupcache.c): Define.
14139 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
14140 (cache_search): Add const to second parameter.
14141 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
14142 INNETGR.
14143 (dbs): Add netgrdb entry.
14144 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
14145 (verify_persistent_db): Handle netgrdb.
14146 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
14147 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
14148 GETFDNETGR.
14149 (netgroup_response_header): Define.
14150 (innetgroup_response_header): Define.
14151 (datahead): Add netgroup_response_header and innetgroup_response_header
14152 elements.
14153 * nscd/nscd.conf: Add entries for netgroup cache.
14154 * nscd/nscd.h (dbtype): Add netgrdb.
14155 (_PATH_NSCD_NETGROUP_DB): Define.
14156 (netgroup_iov_disabled): Declare.
14157 (xmalloc, xcalloc, xrealloc): Move declarations here.
14158 (cache_search): Adjust prototype.
14159 Add netgroup-related prototypes.
14160 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
14161 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
14162 (__nscd_innetgr): Declare.
14163 * nscd/selinux.c (perms): Use access_vector_t as element type and
14164 add netgroup-related initializers.
14165 * nscd/netgroupcache.c: New file.
14166 * nscd/nscd_netgroup.c: New file.
14167 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
14168 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
14169 For four parameters use innetgr.
14170 * nss/nss_files/files-init.c: Add definition and callback for netgr.
14171 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
14172 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
14173 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
14174
21fd49a9
UD
14175 * nscd/connections.c (register_traced_file): Don't register file
14176 for disabled databases.
14177
054c0457
UD
141782011-10-06 Ulrich Drepper <drepper@gmail.com>
14179
32b63198
UD
14180 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
14181
054c0457
UD
14182 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
14183 from tree and freeing node.
14184
64031225
JO
141852011-09-25 Jiri Olsa <jolsa@redhat.com>
14186
14187 * nss/nsswitch.c (__nss_database_lookup): Handle
14188 nss_parse_service_list out of memory case.
14189
0490345c
JO
141902011-09-15 Jiri Olsa <jolsa@redhat.com>
14191
14192 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
14193 out of memory case.
14194
3a62d00d
AS
141952011-10-04 Andreas Schwab <schwab@redhat.com>
14196
14197 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
14198 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
14199 pass it down.
14200 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
14201 elf_machine_rela, elf_machine_lazy_rel.
14202 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
14203 (ELF_DYNAMIC_DO_REL): Likewise.
14204 (ELF_DYNAMIC_DO_RELA): Likewise.
14205 (ELF_DYNAMIC_RELOCATE): Likewise.
14206 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
14207 to ELF_DYNAMIC_DO_REL.
14208 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
14209 (dl_main): In trace mode always set __RTLD_NOIFUNC.
14210 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
14211 elf_machine_rela.
14212 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
14213 skip_ifunc, don't call ifunc function if non-zero.
14214 (elf_machine_rela): Likewise.
14215 (elf_machine_lazy_rel): Likewise.
14216 (elf_machine_lazy_rela): Likewise.
14217 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
14218 (elf_machine_lazy_rel): Likewise.
14219 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
14220 Likewise.
14221 (elf_machine_lazy_rel): Likewise.
14222 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
14223 Likewise.
14224 (elf_machine_lazy_rel): Likewise.
14225 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
14226 (elf_machine_lazy_rel): Likewise.
14227 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
14228 (elf_machine_lazy_rel): Likewise.
14229 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14230 (elf_machine_lazy_rel): Likewise.
14231 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
14232 (elf_machine_lazy_rel): Likewise.
14233 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
14234 (elf_machine_lazy_rel): Likewise.
14235 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
14236 (elf_machine_lazy_rel): Likewise.
14237
68577918
UD
142382011-09-28 Ulrich Drepper <drepper@gmail.com>
14239
14240 * nss/nss_files/files-init.c (_nss_files_init): Use static
14241 initialization for all the *_traced_file variables.
14242
68822d74
AS
142432011-09-28 Andreas Schwab <schwab@redhat.com>
14244
14245 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
14246
2056100b
RM
142472011-09-27 Roland McGrath <roland@hack.frob.com>
14248
14249 [BZ #13226]
14250 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
14251
32c76b63
AS
142522011-09-27 Andreas Schwab <schwab@redhat.com>
14253
14254 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
14255 Reread the line before reparsing it.
14256
bf972c9d
AS
142572011-09-26 Andreas Schwab <schwab@redhat.com>
14258
14259 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
14260
e057a1b5
JM
142612011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
14262 Maxim Kuvyrkov <maxim@codesourcery.com>
14263 Joseph Myers <joseph@codesourcery.com>
14264
14265 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
14266 if needed for __stack_chk_guard.
14267
bc7e1c36
RM
142682011-09-19 Roland McGrath <roland@hack.frob.com>
14269
ecb1482f
RM
14270 * sysdeps/posix/spawni.c (script_execute): Always define it.
14271 It will be optimized away if unused.
14272 (maybe_script_execute): New function.
14273 (__spawni): Call it.
14274
bc7e1c36
RM
14275 * Makerules: Don't include tls.make.
14276 (config-tls): Always set to thread.
14277 * tls.make.c: File removed.
14278
1c3b002b
MF
142792011-09-19 Mike Frysinger <vapier@gentoo.org>
14280
14281 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
14282 * config.make.in (CPPFLAGS-config): New substituted variable.
14283
2840865d
UD
142842011-09-15 Ulrich Drepper <drepper@gmail.com>
14285
88738eb6
UD
14286 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
14287
cbf645a6 14288 [BZ #13192]
2840865d
UD
14289 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
14290 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
14291
b402e91a
RM
142922011-09-15 Roland McGrath <roland@hack.frob.com>
14293
14294 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
14295 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
14296 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
14297 (CALL_FAIL): Likewise.
14298 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
14299 (CALL_FAIL): Macro removed.
14300 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
14301
4c1a1f71
UD
143022011-09-15 Ulrich Drepper <drepper@gmail.com>
14303
14304 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
14305 for __FINITE_MATH_ONLY__ == 1.
14306
edc121be
AS
143072011-09-15 Andreas Schwab <schwab@redhat.com>
14308
14309 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
14310 __ieee754_sqrt instead of sqrt.
14311 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
14312 __ieee754_sqrtf instead of sqrtf.
14313 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
14314 __floorf instead of floorf.
14315 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
14316 __floorf, __truncf instead of floorf, truncf.
14317
cd205654
UD
143182011-09-14 Ulrich Drepper <drepper@gmail.com>
14319
ee4d0315
UD
14320 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
14321
cd205654
UD
14322 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
14323 __extern_always_inline.
14324 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
14325 32-bit.
14326
48b67d71
AS
143272011-09-14 Andreas Schwab <schwab@redhat.com>
14328
14329 * elf/rtld.c (dl_main): Also relocate in dependency order when
14330 doing symbol dependency testing.
14331
1ae12c75
AS
143322011-09-13 Andreas Schwab <schwab@linux-m68k.org>
14333
14334 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
14335 Always define `refsym'.
14336
995a80df
AS
143372011-09-13 Andreas Schwab <schwab@redhat.com>
14338
e529793b
AS
14339 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
14340 (__FD_ELT): Renamed from __FDELT.
14341 * misc/bits/select2.h (__FD_ELT): Likewise.
14342 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
14343 __FD_MASK instead of __FDELT, __FDMASK.
14344 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
14345 Likewise.
14346 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
14347 Likewise.
14348
52d4fef8
AS
14349 * elf/Makefile (gen-ldd): Fix pattern.
14350
995a80df
AS
14351 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
14352 (init_tls): Likewise.
14353
8682f8b0
UD
143542011-09-12 Ulrich Drepper <drepper@gmail.com>
14355
14356 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
14357
de82006d
AS
143582011-09-12 Andreas Schwab <schwab@redhat.com>
14359
a7c8e6a1
AS
14360 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
14361 `struct cmsghdr *' instead of `void *'.
14362 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
14363 Likewise.
14364
0f31fe77
AS
143652011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14366
14367 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
14368 if non-absolute.
14369 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
14370 ldd_rewrite_script.
0f31fe77 14371
32b4c839
UD
143722011-09-11 Ulrich Drepper <drepper@gmail.com>
14373
83cd1420
UD
14374 * configure.in: Remove --with-tls option.
14375 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
14376 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
14377 out in case it is missing.
14378 * sysdeps/ia64/elf/configure.in: Likewise.
14379 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
14380 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
14381 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
14382 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
14383 * sysdeps/sh/elf/configure.in: Likewise.
14384 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
14385 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
14386 * sysdeps/x86_64/elf/configure.in: Likewise.
14387 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
14388 * sysdeps/mach/hurd/tls.h: Likewise.
14389
633f745d
UD
14390 [BZ #13067]
14391 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
14392
f318beb8
UD
14393 [BZ #13090]
14394 * configure.in: Fix use of AC_INIT.
14395
32b4c839
UD
14396 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
14397
3ce1f295
UD
143982011-09-10 Ulrich Drepper <drepper@gmail.com>
14399
bb016596
UD
14400 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
14401 __set_errno.
8e58439c
UD
14402 * malloc/hooks.c: Likewise.
14403
aebae053 14404 [BZ #11929]
02d46fc4
UD
14405 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
14406 variables statically.
14407 (narenas): Initialize.
14408 (list_lock): Initialize.
bb016596
UD
14409 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
14410 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
14411 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
14412 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
14413 Add initializers to main_arena and mp_.
14414 (malloc_state): Remove pagesize member. Change all users to use
14415 GLRO(dl_pagesize).
14416
14417 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
14418 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
14419 is always initialized.
14420
22a89187
UD
14421 * malloc/malloc.c: Removed unused configurations and dead code.
14422 * malloc/arena.c: Likewise.
14423 * malloc/hooks.c: Likewise.
02d46fc4 14424 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 14425
d063d164
UD
14426 * include/tls.h: Removed. USE___THREAD must always be defined.
14427 * bits/libc-tsd.h: Don't handle !USE___THREAD.
14428 * elf/dl-libc.c: Likewise.
14429 * elf/dl-tsd.c: Likewise.
14430 * include/errno.h: Likewise.
14431 * include/netdb.h: Likewise.
14432 * include/resolv.h: Likewise.
14433 * inet/herrno-loc.c: Likewise.
14434 * inet/herrno.c: Likewise.
14435 * malloc/arena.c: Likewise.
14436 * malloc/hooks.c: Likewise.
14437 * malloc/malloc.c: Likewise.
14438 * resolv/res-state.c: Likewise.
14439 * resolv/res_libc.c: Likewise.
14440 * sysdeps/i386/dl-machine.h: Likewise.
14441 * sysdeps/ia64/dl-machine.h: Likewise.
14442 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
14443 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
14444 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
14445 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
14446 * sysdeps/sh/dl-machine.h: Likewise.
14447 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
14448 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
14449 * sysdeps/unix/i386/sysdep.S: Likewise.
14450 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14451 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
14452 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
14453 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14454 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
14455 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14456 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
14457 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
14458 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
14459 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14460 * sysdeps/unix/x86_64/sysdep.S: Likewise.
14461 * sysdeps/x86_64/dl-machine.h: Likewise.
14462 * tls.make.c: Likewise.
14463
3ce1f295
UD
14464 * configure.in: Remove --with-__thread option. Make tests for
14465 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
14466 tls_model attribute fail if no support is available. Remove
14467 USE_IN_LIBIO.
14468 * Makeconfig: Adjust for dropped configure option. All features are
14469 now mandatory.
14470 * Makerules: Likewise.
14471 * Versions.def: Likewise.
14472 * argp/argp-fmtstream.c: Likewise.
14473 * argp/argp-fmtstream.h: Likewise.
14474 * argp/argp-help.c: Likewise.
14475 * assert/assert.c: Likewise.
14476 * config.h.in: Likewise.
14477 * config.make.in: Likewise.
14478 * configure: Likewise.
14479 * configure.in: Likewise.
14480 * csu/Versions: Likewise.
14481 * csu/init.c: Likewise.
14482 * elf/tst-audit2.c: Likewise.
14483 * elf/tst-tls10.c: Likewise.
14484 * elf/tst-tls10.h: Likewise.
14485 * elf/tst-tls11.c: Likewise.
14486 * elf/tst-tls12.c: Likewise.
14487 * elf/tst-tls14.c: Likewise.
14488 * elf/tst-tlsmod11.c: Likewise.
14489 * elf/tst-tlsmod12.c: Likewise.
14490 * elf/tst-tlsmod13.c: Likewise.
14491 * elf/tst-tlsmod13a.c: Likewise.
14492 * elf/tst-tlsmod14a.c: Likewise.
14493 * elf/tst-tlsmod15b.c: Likewise.
14494 * elf/tst-tlsmod16a.c: Likewise.
14495 * elf/tst-tlsmod16b.c: Likewise.
14496 * elf/tst-tlsmod7.c: Likewise.
14497 * elf/tst-tlsmod8.c: Likewise.
14498 * elf/tst-tlsmod9.c: Likewise.
14499 * gmon/gmon.c: Likewise.
14500 * grp/fgetgrent_r.c: Likewise.
14501 * grp/putgrent.c: Likewise.
14502 * hurd/fopenport.c: Likewise.
14503 * include/libc-symbols.h: Likewise.
14504 * include/tls.h: Likewise.
14505 * intl/gettextP.h: Likewise.
14506 * intl/loadinfo.h: Likewise.
14507 * locale/global-locale.c: Likewise.
14508 * locale/localeinfo.h: Likewise.
14509 * mach/devstream.c: Likewise.
14510 * malloc/arena.c: Likewise.
14511 * malloc/set-freeres.c: Likewise.
14512 * misc/err.c: Likewise.
14513 * misc/getttyent.c: Likewise.
14514 * misc/mntent_r.c: Likewise.
14515 * posix/getopt.c: Likewise.
14516 * posix/wordexp.c: Likewise.
14517 * pwd/fgetpwent_r.c: Likewise.
14518 * resolv/Versions: Likewise.
14519 * resolv/res_hconf.c: Likewise.
14520 * shadow/fgetspent_r.c: Likewise.
14521 * shadow/putspent.c: Likewise.
14522 * stdio-common/printf_fphex.c: Likewise.
14523 * stdio-common/tmpfile.c: Likewise.
14524 * stdlib/abort.c: Likewise.
14525 * stdlib/fmtmsg.c: Likewise.
14526 * sunrpc/auth_unix.c: Likewise.
14527 * sunrpc/clnt_perr.c: Likewise.
14528 * sunrpc/clnt_tcp.c: Likewise.
14529 * sunrpc/clnt_udp.c: Likewise.
14530 * sunrpc/clnt_unix.c: Likewise.
14531 * sunrpc/openchild.c: Likewise.
14532 * sunrpc/svc_simple.c: Likewise.
14533 * sunrpc/svc_tcp.c: Likewise.
14534 * sunrpc/svc_udp.c: Likewise.
14535 * sunrpc/svc_unix.c: Likewise.
14536 * sunrpc/xdr.c: Likewise.
14537 * sunrpc/xdr_array.c: Likewise.
14538 * sunrpc/xdr_rec.c: Likewise.
14539 * sunrpc/xdr_ref.c: Likewise.
14540 * sunrpc/xdr_stdio.c: Likewise.
14541
1248c1c4
PB
145422011-09-09 Ulrich Drepper <drepper@gmail.com>
14543
14544 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
14545
145462011-07-03 Andreas Jaeger <aj@suse.de>
14547
14548 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
14549 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
14550 regenerate with gen-libm-tests.pl.
14551
145522010-05-12 Petr Baudis <pasky@suse.cz>
14553
14554 [BZ #11589]
14555 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
14556 around j0() zero points by switching to j1().
14557 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
14558 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
14559 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
14560 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
14561
f22e1074
UD
145622011-09-09 Ulrich Drepper <drepper@gmail.com>
14563
f19009c1
UD
14564 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
14565 instead of 0.
14566 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
14567 instead of 0. .
14568 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
14569 Patch in part by Pavel Roskin <proski@gnu.org>.
14570
3f8cc204
UD
14571 [BZ #13138]
14572 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
14573 realloc.
14574 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
14575 Free memory block if necessary.
14576
f22e1074
UD
14577 [BZ #12847]
14578 * libio/genops.c (INTDEF): For string streams the _lock pointer can
14579 be NULL. Don't lock in this case.
14580
0a2349f9
RM
145812011-09-09 Roland McGrath <roland@hack.frob.com>
14582
14583 * elf/elf.h (ELFOSABI_GNU): New macro.
14584 (ELFOSABI_LINUX): Define to that.
14585
f3cdd467
DZ
145862011-07-29 Denis Zaitceff <zaitceff@gmail.com>
14587
14588 * string/strncat.c (strncat): Undef the symbol in case it has been
14589 defined in bits/string.h.
14590
74718d13
UD
145912011-09-09 Ulrich Drepper <drepper@gmail.com>
14592
633e9e0f
UD
14593 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
14594
0a2349f9 14595 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
14596 link map.
14597
f9924780
AJ
145982011-08-17 Andreas Jaeger <aj@suse.de>
14599
14600 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
14601
7f5517aa
PP
146022011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
14603 Ian Lance Taylor <iant@google.com>
14604
14605 * math/libm-test.inc (lround_test): New testcase.
14606 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
14607
762011fe
UD
146082011-09-08 Ulrich Drepper <drepper@gmail.com>
14609
92963737
UD
14610 * Makefile: Remove support for automatic cvs check-ins.
14611 * Makerules: Likewise.
14612 * config.make.in: Likewise.
14613 * configure.in: Likewise.
14614 * intl/Makefile: Likewise.
14615 * locale/Makefile: Likewise.
14616 * po/Makefile: Likewise.
14617 * posix/Makefile: Likewise.
14618 * sysdeps/gnu/Makefile: Likewise.
14619 * sysdeps/mach/hurd/Makefile: Likewise.
14620 * sysdeps/sparc/sparc32/Makefile: Likewise.
14621
b0727fd8
JS
14622 [BZ #13118]
14623 * posix/Makefile (bug-regex32-ENV): Define.
14624 Patch by John Stanley <jpsinthemix@verizon.net>.
14625
a0f33f99
UD
14626 * misc/Makefile (headers): Add bits/select2.h.
14627 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
14628 * misc/bits/select2.h: New file.
14629 * include/bits/select2.h: New file.
14630 * debug/Makefile (routines): Add fdelt_chk.
14631 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
14632 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
14633 FD_ISSET.
14634 * debug/fdelt_chk.c: New file.
14635
762011fe
UD
14636 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
14637 * wcsmbs/test-wmemcmp.c: Likewise.
14638 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 14639 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
14640
146412011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14642
14643 * string/Makefile (strop-tests): Add memcmp.
14644 * string/test-wmemcmp.c: New file.
14645 * string/test-memcmp.c: Add wmemcmp support.
14646
7f513ec8
RM
146472011-09-08 Roland McGrath <roland@hack.frob.com>
14648
0442afb4
RM
14649 [BZ #13153]
14650 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
14651 2011-07-19 change.
14652
7f513ec8
RM
14653 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
14654 garbage value in a __mach_port_mod_refs call in the cases of the
14655 task-self and thread-self ports.
14656
a12b2239
ST
146572011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
14658
14659 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
14660
610f9ab4
AS
146612011-09-08 Andreas Schwab <schwab@redhat.com>
14662
7f513ec8 14663 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 14664
48882a1a
LD
146652011-09-07 Ulrich Drepper <drepper@gmail.com>
14666
b49865be
UD
14667 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
14668
fdc86bc9
UD
14669 * elf/dl-libc.c (dlerror_run): Pass back error code from
14670 dl_catch_error.
14671
c966526a
UD
14672 [BZ #13123]
14673 * elf/dl-load.c (lose): Free l_origin if it is valid.
14674
48882a1a
LD
14675 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
14676 names.
14677 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
14678 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
14679 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
14680 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
14681 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
14682 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
14683
77a2a8b4
AZ
146842011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14685
14686 * sysdeps/powerpc/fpu/e_hypot.c: New file.
14687 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
14688 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
14689 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
14690 * sysdeps/powerpc/fpu/k_cosf.c: New file.
14691 * sysdeps/powerpc/fpu/k_sinf.c: New file.
14692 * sysdeps/powerpc/fpu/s_cosf.c: New file.
14693 * sysdeps/powerpc/fpu/s_sinf.c: New file.
14694 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
14695 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
14696
24f579d8
AM
146972011-08-15 Alan Modra <amodra@gmail.com>
14698
14699 [BZ #13092]
14700 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
14701 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
14702 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
14703 ppc_mcount to static-only-routines.
14704 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
14705 __mcount_internal.
14706 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
14707 __mcount_internal with usual JUMPTARGET. Remove useless nop.
14708
3d4837df
UD
147092011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
14710
14711 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
14712 for finite and infinity parameters.
14713
22700377
WS
147142011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
14715
14716 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
14717 and add nop instructions for throughput optimization.
14718 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
14719
5025581e
WS
147202011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
14721
14722 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
14723 aligned copy for power7 with vector-scalar instructions.
14724 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
14725
08a300c9
L
147262011-07-24 H.J. Lu <hongjiu.lu@intel.com>
14727
14728 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
14729 AVX check.
14730
59178ef9
AS
147312011-09-07 Andreas Schwab <schwab@redhat.com>
14732
14733 [BZ #13144]
14734 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
14735 last change.
14736
e38ba7ab
UD
147372011-09-07 Ulrich Drepper <drepper@gmail.com>
14738
14739 * sysdeps/unix/sysv/linux/x86_64/init-first.c
14740 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
14741 syscall wrapper around clock_gettime in __vdso_clock_gettime.
14742 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
14743 clock_gettime.
14744
d53a73ac
UD
147452011-09-06 Ulrich Drepper <drepper@gmail.com>
14746
fc8bffcc
UD
14747 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
14748 Forgot to demangle the pointer.
14749
ceaa0c5d
UD
14750 * sysdeps/i386/sysdep.h: Define atom_text_section.
14751 * sysdeps/x86_64/sysdep.h: Likewise.
14752 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
14753 section with atom_text_section.
14754 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
14755 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
14756 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
14757 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
14758 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
14759
a77d3c17
UD
14760 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
14761 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
14762 already be defined. Change to take two parameters and don't assign
14763 result to variable. Adjust all users.
14764 Define INTERNAL_GETTIME if not already defined.
14765 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
14766 call.
14767 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
14768 HAVE_CLOCK_GETTIME_VSYSCALL.
14769 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
14770
d53a73ac
UD
14771 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
14772 gettimeofday vsyscall, just use time.
14773
a8f84144
AS
147742011-09-06 Andreas Schwab <schwab@redhat.com>
14775
14776 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
14777 <errno.h>.
14778
ef606249
UD
147792011-09-06 Ulrich Drepper <drepper@gmail.com>
14780
14781 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
14782 syscall on x86-64.
14783 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
14784 syscall.
14785 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
14786 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
14787 syscall if possible.
14788
6585cb60
UD
147892011-09-05 Ulrich Drepper <drepper@gmail.com>
14790
14791 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
14792 e_ident. Don't pass to find_mapsXX.
14793 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
14794
a5f524e4
LD
147952011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
14796
14797 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14798 strchr-sse2-no-bsf strrchr-sse2-no-bsf
14799 * sysdeps/x86_64/multiarch/strchr.S: Update.
14800 Check bit_slow_BSF bit.
14801 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
14802 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
14803 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
14804
554881ef
UD
148052011-09-05 Ulrich Drepper <drepper@gmail.com>
14806
d96de963
UD
14807 [BZ #13134]
14808 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
14809 before glibc 2.15.
14810 (tryshell): Define.
14811 (__spawni): Change last parameter to be flag. Test
14812 SPAWN_XFLAGS_USE_PATH flag to use path or not.
14813 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
14814 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
14815 * posix/spawni.c: Likewise.
14816 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
14817 * posix/spawnp.c: Likewise. Change normal version to use
14818 SPAWN_XFLAGS_USE_PATH.
14819 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
14820 SPAWN_XFLAGS_TRY_SHELL.
14821
d48e5868
UD
14822 [BZ #13150]
14823 * posix/glob.h: Remove gcc 1.x support.
14824
554881ef
UD
14825 [BZ #13068]
14826 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
14827
693fb948
LD
148282011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
14829
14830 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
14831 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
14832 strrchr-sse2-bsf
14833 * sysdeps/i386/i686/multiarch/strchr.S: New file.
14834 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
14835 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
14836 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
14837 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
14838 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
14839
1b48c537
UD
148402011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14841
49d42c37
UD
14842 * sysdeps/x86_64/wcscmp.S: New file.
14843
1b48c537
UD
14844 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
14845 wcscmp-c wcscmp-sse2
14846 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
14847 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
14848 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
14849 * wcsmbs/wcscmp.c: Allow renaming.
14850
15c95c5d
DM
148512011-09-05 David S. Miller <davem@davemloft.net>
14852
14853 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
14854 stack slot, rather than the struct return pointer slot.
14855 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
14856 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
14857 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
14858 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
14859
2f0ad8f3
UD
148602011-09-05 Ulrich Drepper <drepper@gmail.com>
14861
d88ae418
UD
14862 * po/ja.po: Update from translation team.
14863
2f0ad8f3
UD
14864 [BZ #13144]
14865 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
14866 kernel in 64-bit binaries.
14867
5f4318d1
DM
148682011-09-01 David S. Miller <davem@davemloft.net>
14869
14870 * elf/elf.h (HWCAP_SPARC_*): Move to..
14871 * sysdeps/sparc/sysdep.h: this new file and add new values.
14872 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
14873 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
14874 _DL_HWCAP_COUNT to 24.
14875 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
14876 entries.
14877 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
14878 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
14879 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
14880 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
14881 instead of magic constants.
14882 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
14883
3ba57516
DM
148842011-08-31 David S. Miller <davem@davemloft.net>
14885
14886 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
14887 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
14888 Reimplement to do errno handling inline.
14889 (SYSCALL_ERROR_HANDLER): New macro.
14890 (__SYSCALL_STRING): Do not do errno handling in asm.
14891 (__CLONE_SYSCALL_STRING): Delete.
14892 (__INTERNAL_SYSCALL_STRING): Delete.
14893 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
14894 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
14895 (PSEUDO): Reimplement to do errno handling inline.
14896 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
14897 (SYSCALL_ERROR_HANDLER): New macro.
14898 (__SYSCALL_STRING): Do not do errno handling in asm.
14899 (__CLONE_SYSCALL_STRING): Delete.
14900 (__INTERNAL_SYSCALL_STRING): Delete.
14901 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
14902 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
14903 i386.
14904 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
14905 (inline_syscall*): Add 'err' argument.
14906 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
14907 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
14908 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
14909 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
14910
14911 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
14912 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
14913
2bc17433
AS
149142011-08-30 Andreas Schwab <schwab@redhat.com>
14915
14916 * elf/rtld.c (dl_main): Relocate objects in dependency order.
14917
fbeb5f4d
JO
149182011-08-29 Jiri Olsa <jolsa@redhat.com>
14919
14920 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
14921 directive.
14922
ad69cc26
DM
149232011-08-24 David S. Miller <davem@davemloft.net>
14924
14925 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
14926
39dd69df
AS
149272011-08-24 Andreas Schwab <schwab@redhat.com>
14928
14929 * elf/Makefile: Add rules to build and run unload8 test.
14930 * elf/unload8.c: New file.
14931 * elf/unload8mod1.c: New file.
14932 * elf/unload8mod1x.c: New file.
14933 * elf/unload8mod2.c: New file.
14934 * elf/unload8mod3.c: New file.
14935
14936 * elf/dl-close.c (_dl_close_worker): Reset private search list if
14937 it wasn't used.
14938
2c0b250a
DM
149392011-08-23 David S. Miller <davem@davemloft.net>
14940
14941 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
14942 subtract stack bias.
14943 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
14944 %sp not %fp in calculations.
14945 (_JMPBUF_UNWINDS_ADJ): Likewise.
14946
22044b48
DM
14947 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
14948 (aio_suspend): Call it to force an exception region around the
14949 AIO_MISC_WAIT() invocation.
14950
2cae4995
AS
149512011-08-23 Andreas Schwab <schwab@redhat.com>
14952
14953 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
14954 backslash.
14955
873a772e
AJ
149562011-07-04 Aurelien Jarno <aurelien@aurel32.net>
14957
14958 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
14959 protection macro.
14960 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
14961 and <dl-machine.h>.
14962 (Elf64_FuncDesc): Remove.
14963
25ad0df1
DM
149642011-08-22 David S. Miller <davem@davemloft.net>
14965
14966 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
14967 sigaltstack check, add missing cfi directives.
14968 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
14969 missing cfi directives, and sigaltstack handling.
14970
e888bcbe
AS
149712011-08-16 Andreas Schwab <schwab@redhat.com>
14972
14973 [BZ #11724]
14974 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
14975 object is seen twice.
14976 * elf/dl-fini.c (_dl_sort_fini): Likewise.
14977
14978 * elf/Makefile (distribute): Add tst-initorder2.c.
14979 (tests): Add tst-initorder2.
14980 (modules-names): Add tst-initorder2a tst-initorder2b
14981 tst-initorder2c tst-initorder2d. Add rules to build them.
14982 ($(objpfx)tst-initorder2.out): New rule.
14983 * elf/tst-initorder2.c: New file.
14984 * elf/tst-initorder2.exp: New file.
14985
87162f46
AS
149862011-08-22 Andreas Schwab <schwab@redhat.com>
14987
70538b7f
AS
14988 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
14989
f55ffe58
AS
14990 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
14991 dependencies back to end of function.
14992
87162f46
AS
14993 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
14994 $(elfobjdir)/ld.so.
14995
91b392a4
UD
149962011-08-21 Ulrich Drepper <drepper@gmail.com>
14997
14998 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
14999 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
15000 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
15001 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
15002 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
15003 of __vdso_gettimeofday.
15004 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
15005 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
15006 attribute_hidden.
15007 (_libc_vdso_platform_setup): Remove initialization of
15008 __vdso_gettimeofday and __vdso_time.
15009
5c43483f
UD
150102011-08-20 Ulrich Drepper <drepper@gmail.com>
15011
775a77e7
UD
15012 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
15013 and fgetc_unlocked.
15014 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
15015 getc_unlocked.
89f447ed 15016
49c74ba9
UD
15017 * elf/dl-open.c (add_to_global): Report additions to the global scope
15018 for LD_DEBUG=scopes.
15019 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 15020 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 15021
5c43483f
UD
15022 [BZ #13114]
15023 * stdio-common/Makefile (tests): Add bug24.
15024 * stdio-common/bug24.c: New file.
15025
a101b025
AJ
150262011-08-19 Andreas Jaeger <aj@suse.de>
15027
15028 [BZ #13114]
15029 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
15030 non-existant file when using close-on-exec mode.
15031
c88f1766
UD
150322011-08-20 Ulrich Drepper <drepper@gmail.com>
15033
0276a718
UD
15034 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
15035 the very first instruction.
15036
c88f1766
UD
15037 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
15038 the CFI state in the end.
15039 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
15040 inclusion of dl-trampoline.h.
15041 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
15042
51ccffa0
AS
150432011-08-19 Andreas Schwab <schwab@redhat.com>
15044
94d7165f
AS
15045 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
15046 expectations for long double.
15047
51ccffa0
AS
15048 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
15049 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
15050
fd708658 150512011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
15052
15053 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
15054 artificual limit depends upon the system page size.
15055
44f0a71e
UD
150562011-08-17 Ulrich Drepper <drepper@gmail.com>
15057
15058 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
15059 * resolv/Makefile: Define CFLAGS-libresolv.
15060
8de79a24
AS
150612011-08-17 Andreas Schwab <schwab@redhat.com>
15062
15063 * nss/makedb.c (compute_tables): Make variables used in nested
15064 function static.
15065
27724598
UD
150662011-08-17 Ulrich Drepper <drepper@gmail.com>
15067
c5305d88
UD
15068 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
15069 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
15070 if buffer was too small.
15071
27724598
UD
15072 * elf/pldd.c (main): Attach to all threads in the process.
15073 Rewrite /proc handling to use *at functions.
15074
076fe015
UD
150752011-08-16 Ulrich Drepper <drepper@gmail.com>
15076
174baab3
UD
15077 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
15078 specifies first scope to show.
15079 (dl_open_worker): Update callers. Move printing scope of new
15080 object to before the relocation.
44f0a71e 15081 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
15082 * sysdeps/generic/ldsodefs.h: Update declaration.
15083
076fe015
UD
15084 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
15085 string for the scope number.
15086
a60df2c3
UD
150872011-08-14 Ulrich Drepper <drepper@gmail.com>
15088
15089 * nscd/servicescache.c (cache_addserv): Make sure written is always
15090 initialized.
15091
5e4287d1
RM
150922011-08-14 Roland McGrath <roland@hack.frob.com>
15093
85ae0589
RM
15094 * sysdeps/i386/i486/bits/atomic.h
15095 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
15096 statement expression, so as to suppress "set but not used" warning.
15097 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
15098
69f63097
RM
15099 * string/strncat.c (STRNCAT): Use prototype definition.
15100
675456ef
RM
15101 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
15102 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
15103 -Iprograms here.
15104 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
15105 (localedef-modules): Add localedef.
15106 (locale-modules): Add locale.
15107
5e4287d1
RM
15108 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
15109 * elf/rtld.c (dl_main): Invert order of assignment in last change,
15110 to avoid a warning.
15111
9c96ff23
DM
151122011-08-14 David S. Miller <davem@davemloft.net>
15113
15114 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
15115 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
15116
f9ddf089
UD
151172011-08-13 Ulrich Drepper <drepper@gmail.com>
15118
44f0a71e 15119 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
15120 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
15121 * elf/rtld.c (dl_main): Set l_name of vDSO.
15122 Call _dl_show_scope when DL_DEBUG_SCOPES.
15123 (process_dl_debug): Recognize scopes flag and also set it for all.
15124 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
15125 Declare _dl_show_scope.
15126
1dc27704
UD
15127 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
15128 (do_dlopen): Pass caller_dlopen to dl_open.
15129 (__libc_dlopen_mode): Initialize caller_dlopen.
15130
f9ddf089
UD
15131 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
15132 of libc. Make tolower call locale-independent. Optimize a bit by
15133 using isdigit instead of isalnum.
15134 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
15135
9ac533d3
UD
151362011-08-12 Ulrich Drepper <drepper@gmail.com>
15137
15138 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
15139 was a dependency or dynamically loaded.
15140
89edf2e9
UD
151412011-08-11 Ulrich Drepper <drepper@gmail.com>
15142
8e999d29
UD
15143 * intl/l10nflist.c: Allow architecture-specific pop function.
15144 * sysdeps/x86_64/l10nflist.c: New file.
15145
89edf2e9
UD
15146 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
15147 classification.
15148
14d96785
AS
151492011-08-10 Andreas Schwab <schwab@redhat.com>
15150
15151 * include/dirent.h: Add libc_hidden_proto for scandirat and
15152 scandirat64. Don't declare __scandirat64.
15153 * dirent/scandirat.c: Add libc_hidden_def.
15154 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
15155 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
15156
6761ac04
DM
151572011-08-10 David S. Miller <davem@davemloft.net>
15158
15159 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
15160 enum.
15161 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15162 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15163 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15164
c55fbd1e
UD
151652011-08-09 Ulrich Drepper <drepper@gmail.com>
15166
15167 * Versions.def [libc]: Add GLIBC_2.15.
15168 * dirent/Makefile (routines): Add scandirat and scandirat64.
15169 * dirent/Versions [libc]: Export scandirat and scandirat64 for
15170 GLIBC_2.15.
15171 * dirent/dirent.h: Declare scandirat and scandirat64.
15172 * dirent/scandirat.c: New file.
15173 * dirent/scandirat64.c: New file.
15174 * sysdeps/wordsize-64/scandirat.c: New file.
15175 * sysdeps/wordsize-64/scandirat64.c: New file.
15176 * dirent/opendir.c: Define opendirat.
15177 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
15178 using scandirat.
15179 * dirent/scandir64.c: Adjust for scandir.c change.
15180 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
15181 __scandirat64, and __scandir_cancel_handler.
15182 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
15183 additional parameter and use openat instead of open (outside of ld.so).
15184 Add new __opendir as wrapper around __opendirat.
15185 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
15186 here without requiring old scandirat implementation.
15187
879165f2
UD
151882011-08-08 Ulrich Drepper <drepper@gmail.com>
15189
15190 * dirent/scandir.c (cancel_handler): Renamed to
15191 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
15192 defined. Adjust users.
15193 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
15194 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
15195
cb7e923b
UD
151962011-08-04 Ulrich Drepper <drepper@gmail.com>
15197
16292edd
UD
15198 * string/test-string.h (IMPL): Use __STRING to expand name and then
15199 stringify it.
15200
cb7e923b
UD
15201 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
15202 of cleanups.
15203
cff82933
LD
152042011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15205
15206 * string/Makefile: Update.
15207 (strop-tests): Append strncat.
15208 * string/test-wcscmp.c: New file.
15209 New comprehensive test for wcscmp.
15210 * string/test-strcmp.c: Update.
15211 (WIDE): New define.
15212
9be9bfcc
AS
152132011-07-22 Andreas Schwab <schwab@redhat.com>
15214
15215 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
15216 line.
15217
2e96f1c7
AS
152182011-07-26 Andreas Schwab <schwab@redhat.com>
15219
15220 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
15221 encoding to ACE if AI_IDN.
15222
85188888
JJ
152232011-08-01 Jakub Jelinek <jakub@redhat.com>
15224
15225 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
15226 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
15227
5fa16e9b
LD
152282011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
15229
15230 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
15231 Fix overflow bug in strncat.
15232 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
15233
15234 * string/test-strncat.c: Update.
15235 Add new tests for checking overflow bugs.
15236
152372011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
15238
15239 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15240 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
15241 * sysdeps/i386/i686/multiarch/strcat.S: New file.
15242 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
15243 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
15244 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
15245 * sysdeps/i386/i686/multiarch/strncat.S: New file.
15246 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
15247 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
15248
15249 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
15250 (USE_AS_STRCAT): Define.
15251 Add strcat and strncat support.
15252 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
15253
8c1a459f
AS
152542011-07-25 Andreas Schwab <schwab@redhat.com>
15255
15256 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
15257 __n bigger than INT_MAX+1.
15258 (__strncmp_g): Likewise.
15259
bba33c28
UD
152602011-07-23 Ulrich Drepper <drepper@gmail.com>
15261
798be72d
UD
15262 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
15263 * libio/stido.h: Likewise.
15264
8accd4dc
UD
15265 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
15266 (AF_NFC): Define.
15267 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
15268 (AF_NFC): Define.
15269
cbff0d96
UD
15270 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
15271 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15272 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15273 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
15274 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15275
9191c04a
UD
15276 [BZ #13021]
15277 * scripts/test-installation.pl: Don't expect libnss_test1 to be
15278 installed.
15279
bba33c28
UD
15280 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
15281 typo.
15282 (_dl_x86_64_save_sse): Likewise.
15283
90f139dd
UD
152842011-07-22 Ulrich Drepper <drepper@gmail.com>
15285
1aae088a
UD
15286 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
15287 OSXSAVE.
15288 (_dl_x86_64_save_sse): Likewise.
15289
8e2045f5
UD
15290 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
15291
90f139dd
UD
15292 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
15293
1d002f25
AS
152942011-07-21 Andreas Schwab <schwab@redhat.com>
15295
15296 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
15297 change.
15298 (_dl_x86_64_save_sse): Use correct AVX check.
15299
21137f89
UD
153002011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15301
15302 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
15303 bug in strncpy/strncat.
15304 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
15305
a65c0b7a
UD
153062011-07-21 Ulrich Drepper <drepper@gmail.com>
15307
15308 * string/tester.c (test_strcat): Add tests for different alignments
15309 of source and destination.
15310 (test_strncat): Likewise.
15311
6986b98a
UD
153122011-07-20 Ulrich Drepper <drepper@gmail.com>
15313
90bb2039
UD
15314 [BZ #12852]
15315 * posix/glob.c (glob): Check passed in values before using them in
15316 expressions to avoid some overflows.
15317 (glob_in_dir): Likewise.
15318
5644ef54
UD
15319 [BZ #13007]
15320 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
15321 check for AVX enablement so that we don't crash with old kernels and
15322 new hardware.
15323 * elf/tst-audit4.c: Add same checks here.
15324 * elf/tst-audit6.c: Likewise.
15325
15326 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 15327
bfc9dc9b
AS
153282011-07-09 Andreas Schwab <schwab@linux-m68k.org>
15329
15330 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
15331
702e64bb
UD
153322011-07-20 Ulrich Drepper <drepper@gmail.com>
15333
15334 * po/cs.po: Update from translation team.
15335 * po/bg.po: Likewise.
15336
295e904f
MP
153372011-07-12 Marek Polacek <mpolacek@redhat.com>
15338
15339 * misc/sys/cdefs.h: Add support for const attribute.
15340 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
15341 to gnu_dev_{major,minor,makedev} functions.
15342
3ff94596
MP
153432011-07-20 Marek Polacek <mpolacek@redhat.com>
15344
15345 * intl/dcigettext.c (get_output_charset): Add missing bracket.
15346
28b59fca
AS
153472011-07-20 Andreas Schwab <schwab@redhat.com>
15348
15349 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
15350 strlen results.
15351
19df733e
AK
153522011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15353
15354 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
15355 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
15356 register in order to avoid conflicts with the soft frame pointer
15357 being held in r11 when necessary.
15358 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
15359 (INTERNAL_VSYSCALL_NCS): Likewise.
15360
c8835729
MP
153612011-07-14 Marek Polacek <mpolacek@redhat.com>
15362
15363 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
15364 * elf/dl-fini.c (_dl_fini): Adjust caller.
15365 * elf/dl-close.c (_dl_close_worker): Likewise.
15366 * sysdeps/generic/ldsodefs.h: Adjust declaration.
15367
b902330c
MP
153682011-07-15 Marek Polacek <mpolacek@redhat.com>
15369
8991e135
MP
15370 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
15371 "aux_cache->nlibs < 0".
15372
b902330c
MP
15373 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
15374 in the reload-count case.
15375
99710781
LD
153762011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
15377
15378 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15379 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
15380 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
15381 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
15382 * sysdeps/x86_64/multiarch/strcat.S: New file.
15383 * sysdeps/x86_64/multiarch/strncat.S: New file.
15384 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
15385 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
15386 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
15387 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
15388 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
15389 (USE_AS_STRCAT): Define.
15390 Add strcat and strncat support.
15391 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
15392 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
15393 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
15394 * string/strncat.c: Update.
15395 (USE_AS_STRNCAT): Define.
15396 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15397 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
15398 and i7.
15399 * sysdeps/x86_64/multiarch/init-arch.h
15400 (bit_Prefer_PMINUB_for_stringop): New.
15401 (index_Prefer_PMINUB_for_stringop): Likewise.
15402 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
15403 bit_Prefer_PMINUB_for_stringop.
15404
7dc6bd90
UD
154052011-07-19 Ulrich Drepper <drepper@gmail.com>
15406
15407 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
15408 buffer64.
15409 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
15410 of casting of buffer.
15411 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
15412 buffer32 and buffer64.
15413 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
15414 writes instead of casting of buffer.
15415 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
15416 buffer32.
15417 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
15418 casting of buffer.
15419
e0e72284
AS
154202011-07-19 Andreas Schwab <schwab@redhat.com>
15421
15422 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
15423
feb1eb0b
UD
154242011-07-19 Ulrich Drepper <drepper@gmail.com>
15425
15426 * nscd/nscd.c (termination_handler): Don't do anything for a database
15427 if it has not yet been initialized.
15428
298711ff
UD
154292011-07-18 Ulrich Drepper <drepper@gmail.com>
15430
15431 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
15432
154332011-07-15 Marek Polacek <mpolacek@redhat.com>
15434
15435 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
15436
f9d68389
UD
154372011-07-18 Ulrich Drepper <drepper@gmail.com>
15438
15439 * po/nl.po: Update from translation team.
15440 * po/sv.po: Likewise.
15441
db290cf5
RM
154422011-07-16 Roland McGrath <roland@hack.frob.com>
15443
15444 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
15445 now disallowed by GCC.
5c550700 15446
fd5e21c7
RM
15447 * configure.in (use-default-link): Default to yes if a test -shared
15448 link meets our qualifications.
15449 * configure: Regenerated.
15450
5c550700
RM
15451 * config.make.in (output-format): New variable.
15452 * configure.in: Check for ld --print-output-format support.
15453 * configure: Regenerated.
15454 * Makerules ($(common-objpfx)format.lds)
15455 [$(output-format) != unknown]: Just use $(output-format),
15456 instead of the linker-script munging.
15457
9fa2c032
RM
154582011-07-14 Roland McGrath <roland@hack.frob.com>
15459
a6928d51
RM
15460 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
15461 of $(common-objpfx)shlib.lds.
15462 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
15463
661607b3
RM
15464 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
15465 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
15466
9fa2c032
RM
15467 * configure.in (-z relro check): Adjust test code to add a large
15468 writable data section after it.
15469 * configure: Regenerated.
15470
defe9061
RM
154712011-07-11 Roland McGrath <roland@hack.frob.com>
15472
15473 * configure.in (-z relro check): Fix test code to make the variable
15474 truly const.
15475 * configure: Regenerated.
15476
319b9ad4
UD
154772011-07-11 Ulrich Drepper <drepper@gmail.com>
15478
15479 * nscd/nscd.h (struct traced_file): Define.
15480 (struct database_dyn): Remove inotify_descr, reset_res, and filename
15481 elements. Add traced_files.
15482 (inotify_fd): Declare.
15483 (register_traced_file): Declare.
15484 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
15485 (inotify_fd): Export.
15486 (resolv_conf_descr): Remove.
15487 (nscd_init): Move inotify descriptor creation to main.
15488 Don't register files for notification here.
15489 (register_traced_file): New function.
15490 (invalidate_cache): Don't use reset_res to determine whether to call
15491 res_init, go through the list of registered files.
15492 (main_loop_poll): The inotify descriptors are now stored in the
15493 structures for the traced files.
15494 (main_loop_epoll): Likewise
15495 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
15496 to __nss_disable_nscd.
15497 * nscd/cache.c (prune_cache): There is no single inotify descriptor
15498 for a database anymore. Check the records for all the registered
15499 files instead.
15500 * nss/Makefile (libnss_files-routines): Add files-init.
15501 (libnss_db-routines): Add db-init.
15502 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
15503 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
15504 * nss/nss_db/db-init.c: New file.
15505 * nss/nss_files/files-init.c: New file.
15506 * nss/nsswitch.c (nss_load_library): New function. Broken out of
15507 __nss_lookup_function.
15508 (__nss_lookup_function): Call nss_load_library.
15509 (nss_load_all_libraries): New function.
15510 (__nss_disable_nscd): Take parameter with callback function for files
15511 to register. Set is_nscd. Load all the DSOs for the NSS modules
15512 used for the cached services.
15513 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
15514 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
15515 options for features to all the files in nscd.
15516
15517 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
15518
23bee3e8
RM
155192011-07-10 Roland McGrath <roland@hack.frob.com>
15520
15521 * csu/elf-init.c (__libc_csu_init): Comment typo.
15522
46a5b7f0
UD
155232011-07-09 Ulrich Drepper <drepper@gmail.com>
15524
15525 * po/pl.po: Update from translation team.
15526 * po/ja.po: Likewise.
15527 * po/ru.po: Likewise.
15528 * po/ko.po: Likewise.
15529 * po/fr.po: Likewise.
15530
d30cf5bb
RM
155312011-07-09 Roland McGrath <roland@hack.frob.com>
15532
113ddea4
RM
15533 * configure.in (.ctors/.dtors header and trailer check):
15534 Use an empirical test on a built program.
15535 * configure: Regenerated.
15536
574920b4
RM
15537 * configure.in (-z relro check): Use an empirical test on a built DSO.
15538 Detect, but do not require, on ia64.
15539 * configure: Regenerated.
15540
d30cf5bb
RM
15541 * configure.in (READELF): Find it with AC_CHECK_TOOL.
15542 Update tests that use readelf to use $READELF instead.
15543 * configure: Regenerated.
15544
8538fdb3
UD
155452011-07-08 Ulrich Drepper <drepper@gmail.com>
15546
15547 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
15548 if the result is not used.
15549
04d08991
AJ
155502011-07-05 Andreas Jaeger <aj@suse.de>
15551
15552 [BZ#9696]
15553 * stdlib/tst-strtod.c: Add testcase.
15554
de283087
AD
155552011-07-07 Ulrich Drepper <drepper@gmail.com>
15556
4e5f31c8 15557 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 15558 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
15559 The latter has a higher limit. Take additional parameter to pass to
15560 the new function.
15561 (__pathconf): Pass file to __statfs_link_max.
15562 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
15563 __statfs_link_max.
15564 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
15565 __statfs_link_max.
15566
de283087
AD
15567 [BZ #12868]
15568 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
15569 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15570 Handle Lustre.
15571 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
15572 (__statfs_filesize_max): Likewise.
15573 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
15574
c75fa153
AJ
155752011-07-05 Andreas Jaeger <aj@suse.de>
15576
15577 * resolv/res_comp.c (dn_skipname): Remove unused variable.
15578
1a544854
UD
155792011-07-06 Marek Polacek <mpolacek@redhat.com>
15580
15581 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
15582 `status' variable.
15583 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
15584 Likewise.
15585
6f0eec67
UD
155862011-07-04 H.J. Lu <hongjiu.lu@intel.com>
15587
15588 * Makefile (strop-tests): Add strncat.
15589 * string/test-strncat.c: New file.
15590
aae30307
UD
155912011-06-30 Marek Polacek <mpolacek@redhat.com>
15592
15593 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
15594
c0cfb5eb
UD
155952011-06-21 Andreas Jaeger <aj@suse.de>
15596
15597 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
15598 Copy rule from iconvdata/Makefile.
15599
01636b21
UD
156002011-07-06 Ulrich Drepper <drepper@gmail.com>
15601
15602 [BZ #12922]
15603 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
15604 but no long options are defined, just return 'W'.
15605
9895c8bc
UD
156062011-06-22 Marek Polacek <mpolacek@redhat.com>
15607
15608 [BZ #9696]
15609 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
15610
5d4cf042
UD
156112011-07-06 Ulrich Drepper <drepper@gmail.com>
15612
15613 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
15614 netgroups to read.
960e5535 15615 (innetgr): Likewise.
5d4cf042 15616
751eb97e
RM
156172011-07-05 Roland McGrath <roland@hack.frob.com>
15618
15619 * config.make.in (install_root): Default to $(DESTDIR).
15620
f15f1e45
UD
156212011-07-05 Ulrich Drepper <drepper@gmail.com>
15622
15623 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
15624
4e34ac6a
RM
156252011-07-02 Roland McGrath <roland@hack.frob.com>
15626
5e9b6af4
RM
15627 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
15628
84f9ea0f
RM
15629 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
15630 containing directory rather than embedding absolute directory names.
15631
ea5ee9f7
RM
15632 * scripts/check-local-headers.sh: Rewritten using awk.
15633 Match by word, not by line. Print error messages for matches.
15634 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
15635
1b74661a
RM
15636 * Makerules [shlib-lds-flags empty]:
15637 ($(common-objpfx)libc_pic.opts): New target.
15638 ($(common-objpfx)libc_pic.os.clean): New target.
15639 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
15640
15641 * config.make.in (OBJCOPY): New variable.
15642 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
15643 * configure: Regenerated.
15644
f781ef40
RM
15645 * config.make.in (use-default-link): New variable.
15646 * configure.in (use_default_link): Grok --with-default-link to set it.
15647 * configure: Regenerated.
15648 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
15649 (shlib-lds, shlib-lds-flags): Define to empty.
15650
2d4fa81e
RM
15651 * Makerules (shlib-lds): New variable.
15652 (shlib-lds-flags): New variable.
15653 (build-shlib, build-moduile, build-module-asneeded): Use it.
15654 ($(common-objpfx)libc.so): Use $(shlib-lds).
15655 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
15656 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
15657
31fffa6b
RM
15658 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
15659 DT_FLAGS/DT_FLAGS_1 with zero flags.
15660
4e34ac6a
RM
15661 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
15662 linker script munging.
15663
fcfc776b
UD
156642011-07-02 Ulrich Drepper <drepper@gmail.com>
15665
15666 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
15667 as 128-bit value.
15668 * crypt/sha512.c (sha512_process_block): Perform total addition using
15669 128-bit if possible.
15670 (__sha512_finish_ctx): Likewise.
15671 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
15672 as 64-bit value.
15673 * crypt/sha256.c (SWAP64): Define.
15674 (sha256_process_block): Perform total addition using 64-bit if
15675 possible.
15676 (__sha256_finish_ctx): Likewise.
15677
99231d9a
UD
156782011-07-01 Ulrich Drepper <drepper@gmail.com>
15679
15680 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
15681 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15682 * nscd/hstcache.c (cache_addhst): Likewise.
15683 * nscd/grpcache.c (cache_addgr): Likewise.
15684 * nscd/aicache.c (addhstaiX): Likewise
15685 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
15686
445b4a53
TK
156872011-07-01 Thorsten Kukuk <kukuk@suse.de>
15688
15689 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
15690 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15691 * nscd/hstcache.c (cache_addhst): Likewise.
15692 * nscd/grpcache.c (cache_addgr): Likewise.
15693 * nscd/aicache.c (addhstaiX): Likewise
15694
6d4d8e8e
AS
156952011-07-01 Andreas Schwab <schwab@redhat.com>
15696
15697 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
15698 domain only when needed.
15699
89f654c5
AS
157002011-06-30 Andreas Schwab <schwab@redhat.com>
15701
15702 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
15703 is always restored.
15704
cf3b23ff
UD
157052011-06-29 Ulrich Drepper <drepper@gmail.com>
15706
15707 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
15708 are re-adding the entry.
15709 * nscd/servicescache.c (cache_addserv): Likewise.
15710
751626f9
AJ
157112011-06-30 Aurelien Jarno <aurelien@aurel32.net>
15712
15713 * sysdeps/generic/dl-irel.h: fix protection against multiple
15714 inclusions.
15715 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
15716
9113ea1f
UD
157172011-06-28 Ulrich Drepper <drepper@gmail.com>
15718
5c0b8d90
UD
15719 [BZ #12935]
15720 * malloc/memusage.sh: Fix quoting in message.
15721 * debug/xtrace.sh: Likewise.
15722
9113ea1f
UD
15723 * configure.in: Remove support for --experimental-malloc option, make
15724 it the default.
15725 * config.make.in: Likewise.
15726 * malloc/Makefile: Likewise.
15727
a4172181
AS
157282011-06-27 Andreas Schwab <schwab@redhat.com>
15729
15730 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
15731 two-byte characters.
15732
78a7eee7
RM
157332011-06-27 Roland McGrath <roland@hack.frob.com>
15734
62bede13
RM
15735 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
15736 AC_CACHE_CHECK invocation.
15737 * configure: Regenerated.
15738
78a7eee7
RM
15739 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
15740
5ce33a62
UD
157412011-06-27 Ulrich Drepper <drepper@gmail.com>
15742
034807a9
UD
15743 [BZ #12350]
15744 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
15745 bit from old_res_options.
15746
4902da17
UD
15747 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
15748
5ce33a62
UD
15749 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
15750 value type for setfct.
15751
c2344f56
L
157522011-06-23 H.J. Lu <hongjiu.lu@intel.com>
15753
15754 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
15755 __gettimeofday instead of gettimeofday.
15756
68468076
UD
157572011-06-26 Ulrich Drepper <drepper@gmail.com>
15758
15759 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
15760
acb0d739
L
157612011-06-24 H.J. Lu <hongjiu.lu@intel.com>
15762
15763 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
15764
15765 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
15766 info.
15767
8912479f
L
157682011-06-22 H.J. Lu <hongjiu.lu@intel.com>
15769
15770 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15771 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
15772 strcpy-sse2-unaligned strncpy-sse2-unaligned
15773 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
15774 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
15775 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
15776 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
15777 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
15778 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
15779 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
15780 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
15781 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
15782 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
15783 (STRCPY): Support SSE2 and SSSE3 versions.
15784
d5495a11
UD
157852011-06-24 Ulrich Drepper <drepper@gmail.com>
15786
15787 [BZ #12874]
15788 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
15789 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
15790 kernels which artificially limit size of requests.
15791
0b1cbaae
L
157922011-06-22 H.J. Lu <hongjiu.lu@intel.com>
15793
15794 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15795 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
15796 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
15797 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
15798 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
15799 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
15800 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
15801 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
15802 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
15803 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
15804 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
15805 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
15806 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
15807 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
15808 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
15809 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15810 Enable unaligned load optimization for Intel Core i3, i5 and i7
15811 processors.
15812 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
15813 Define.
15814 (index_Fast_Unaligned_Load): Define.
15815 (HAS_FAST_UNALIGNED_LOAD): Define.
15816
07f494a0
MP
158172011-06-23 Marek Polacek <mpolacek@redhat.com>
15818
15819 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
15820
fa3fc0fe
UD
158212011-06-22 Ulrich Drepper <drepper@gmail.com>
15822
15823 [BZ #12907]
15824 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
15825 until it is clear that the information is realy needed.
15826 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
15827
e12df166
AS
158282011-06-22 Andreas Schwab <schwab@redhat.com>
15829
15830 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
15831
852eb34d
UD
158322011-06-22 Ulrich Drepper <drepper@gmail.com>
15833
84e2a551
UD
15834 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
15835 /sys/devices/system/cpu/online if it is usable.
15836
852eb34d
UD
15837 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
15838 reading the information from the /proc filesystem to once a second.
15839
6e502e19
UD
158402011-06-21 Andreas Jaeger <aj@suse.de>
15841
15842 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
15843 NULL after inclusion of kernel headers.
15844
75d39ff2
UD
158452011-06-21 Ulrich Drepper <drepper@gmail.com>
15846
51f9aa6a
UD
15847 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
15848 calls to internal_setent.
15849
c0244a9d
UD
15850 [BZ #12885]
15851 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
15852 addresses using gethostbyname4_r ignore IPv4 addresses.
15853
c5e3c2ae
UD
15854 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
15855 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
15856
75d39ff2
UD
15857 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
15858
42675c6f
DM
158592011-06-20 David S. Miller <davem@davemloft.net>
15860
15861 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
15862 inclusions.
15863 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
15864
15865 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
15866 (elf_irel): Use it.
15867 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
15868 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
15869 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
15870 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
15871 * sysdeps/x86_64/dl-irel.h: Likewise.
15872
15873 * elf/dl-runtime.c: Use elf_ifunc_invoke.
15874 * elf/dl-sym.c: Likewise.
15875
57912a71
UD
158762011-06-15 Ulrich Drepper <drepper@gmail.com>
15877
15878 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
15879 need to dereference resplen2.
15880
ee22793d
AS
158812011-06-14 Andreas Schwab <schwab@redhat.com>
15882
15883 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
15884
a9e836b0
UD
158852011-06-15 Ulrich Drepper <drepper@gmail.com>
15886
77fb9117
UD
15887 * Makeconfig: Define vardbdir and inst_vardbdir.
15888 * nss/Makefile: Add rules to install db-Makefile.
15889
40c1b22c
UD
15890 * nss/nss_db/db-XXX.c: Cleanup.
15891
9f2da732
UD
15892 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
15893 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
15894 GLIBC_PRIVATE.
15895 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
15896 * nss/makedb.c: Implement -g option to specify that value strings
15897 are generated and should not be added to table iterated over for
15898 get*ent calls.
15899 * nss/nss_db/db-initgroups.c: New file.
15900
82e9a1f7
UD
15901 * nss/getent.c: Add support for initgroups lookups through getgrouplist
15902 interface.
15903
c41af17e
UD
15904 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
15905 (internal_getgrouplist): Adjust to name change.
15906 Update use_initgroups_entry if this is not the first call.
15907 * nss/databases.def: Add initgroups entry.
15908
a9e836b0
UD
15909 * nss/makedb.c (compute_tables): Check result of multiple hash table
15910 sizes to minimize maximum chain length.
15911
2666d441
UD
159122011-06-14 Ulrich Drepper <drepper@gmail.com>
15913
15914 * Versions.def: Add entry for libnss_db.
15915 * shlib-versions: Likewise.
15916 * nss/Makefile: Add rules to build libnss_db.
15917 * nss/Versions: Add libnss_db information. Organize libnss_files
15918 entries better.
15919 * nss/db-Makefile: Add gshadow support. Change rules for the new
15920 makedb progra. Some minor improvements to generate smaller files.
15921 * nss/nss_db/nss_db.h: Move NSS database header data structures to
15922 here from...
15923 * nss/makedb.c: ...here.
15924 Improve database format to be smaller and require less memory at
15925 runtime.
15926 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
15927 db anymore.
15928 * nss/nss_db/db-netgrp.c: Likewise.
15929 * nss/nss_db/db-open.c: Likewise.
15930 * nss/nss_files/flies-XXX.x: Adjust comments.
15931 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
15932 * nss/nss_files/files-grp.c: Likewise.
15933 * nss/nss_files/files-hosts.c: Likewise.
15934 * nss/nss_files/files-network.c: Likewise.
15935 * nss/nss_files/files-proto.c: Likewise.
15936 * nss/nss_files/files-pwd.c: Likewise.
15937 * nss/nss_files/files-rpc.c: Likewise.
15938 * nss/nss_files/files-service.c: Likewise.
15939 * nss/nss_files/files-sgrp.c: Likewise.
15940 * nss/nss_files/files-spwd.c: Likewise.
15941 * nss/nss_db/db-alias.c: Removed.
15942 * nss/nss_db/dummy-db.h: Removed.
15943
9ee76b5a
UD
159442011-06-02 Ulrich Drepper <drepper@gmail.com>
15945
15946 * nss/makedb.c: Rewritten to not use database library.
15947 * nss/Makefile: Update to build new makedb program.
15948
c71ca1f8
AJ
159492011-06-14 Andreas Jaeger <aj@suse.de>
15950
15951 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
15952 memset declaration.
15953
3154bfb8
UD
159542011-06-10 Andreas Schwab <schwab@redhat.com>
15955
15956 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
15957 tmpbuf.
15958
b350afab
RM
159592011-06-10 Roland McGrath <roland@hack.frob.com>
15960
decd4e50
RM
15961 * Makerules (shlib.lds): Fail if the linker script comes out empty.
15962 * elf/Makefile ($(objpfx)ld.so): Likewise.
15963
5615eaf2
RM
15964 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
15965 Don't list ld.so twice in dependencies.
15966
15967 * posix/bug-regex31.c: Include <stdlib.h>.
15968
15969 * nscd/hstcache.c (cache_addhst): Remove unused variable.
15970
15971 * nis/nss_compat/compat-spwd.c
15972 (getspent_next_nss_netgr): Remove unused variable.
15973 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
15974
15975 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
15976 nonmembers" output to use the right array.
15977
15978 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
15979
15980 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
15981
15982 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
15983 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
15984 * catgets/gencat.c (read_input_file): Likewise.
15985 * locale/programs/locarchive.c (enlarge_archive): Likewise.
15986
15987 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
15988 variable definition inside #if's controlling its use.
15989
15990 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
15991
15992 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
15993
15994 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
15995
15996 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
15997 unreachable code.
15998
15999 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
16000
b68e08db
RM
16001 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
16002 * configure: Regenerated.
16003
b350afab
RM
16004 * Makerules: Revert last change.
16005 * elf/Makefile: Likewise.
16006
28368601
RM
160072011-06-09 Roland McGrath <roland@hack.frob.com>
16008
16009 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
16010 * elf/Makefile ($(objpfx)librtld.os): Likewise.
16011 (reloc-link): Likewise.
16012
11988f8f
UD
160132011-06-09 Ulrich Drepper <drepper@gmail.com>
16014
16015 * elf/Makefile: Add rules to build pldd.
16016 * elf/pldd.c: New file.
16017 * elf/pldd-xx.c: New file.
16018
e80fab37
UD
160192011-06-07 Ulrich Drepper <drepper@gmail.com>
16020
16021 * version.h: Update for 2.15 development version.
16022
9b849836
DM
160232011-06-07 David S. Miller <davem@davemloft.net>
16024
16025 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
16026 ifuncs.
16027 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
16028 elf_machine_lazy_rel): Likewise.
16029 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
16030 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
16031 elf_machine_lazy_rel): Likewise.
16032 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
16033 dl_hwcap via passed in argument.
16034 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
16035 Likewise.
16036
5a31b283
AK
160372011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16038
16039 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
16040
069e52f8
RM
160412011-06-06 Roland McGrath <roland@hack.frob.com>
16042
16043 [BZ #12849]
16044 * manual/fdl-1.1.texi: New file, verbatim from:
16045 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
16046 * manual/lgpl-2.1.texi: New file, verbatim from:
16047 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
16048 * manual/Makefile (licenses): New variable, list those new file names.
16049 (texis): Use it.
16050 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
16051
16052 * manual/fdl.texi: File removed.
16053 * manual/lesser.texi: File removed.
16054 * manual/libc.texinfo (Copying, Documentation License):
16055 Use new @include file names, put @appendix directive before @include.
16056
f16846a5
JJ
160572011-06-04 Jakub Jelinek <jakub@redhat.com>
16058
16059 [BZ #12841]
16060 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
16061 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
16062 (mq_open): Add __NTH.
16063
3d29045b
L
160642011-06-02 H.J. Lu <hongjiu.lu@intel.com>
16065
16066 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16067 Assume Intel Core i3/i5/i7 processor if AVX is available.
16068
8c297311
UD
160692011-05-31 Ulrich Drepper <drepper@gmail.com>
16070
16071 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
16072 typo.
16073
c8fc0c91
UD
160742011-05-31 Andreas Schwab <schwab@redhat.com>
16075
16076 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
16077 memory. Use alloca_account. Fix memory leak when retrying.
16078
5b27a807
UD
160792011-05-31 Ulrich Drepper <drepper@gmail.com>
16080
356f8bc6
UD
16081 * version.h (RELEASE): Bump for 2.14 release.
16082 * include/features.h (__GLIBC_MINOR__): Bump to 14.
16083
5b27a807
UD
16084 * config.make.in (RANLIB): Remove entry.
16085
01f16ab0
UD
160862011-05-30 Ulrich Drepper <drepper@gmail.com>
16087
41fce8bd
UD
16088 * po/Makefile (po-sed-cmd): Add ksh to extensions.
16089 (libc.pot): Work around missing support for .ksh extension in xgettext.
16090
4769ae77
UD
16091 [BZ #12684]
16092 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
16093 if both request failed.
16094 (send_dg): In case of server errors clear resplen or *resplen2.
16095
6b1e7d19
UD
16096 [BZ #12454]
16097 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
16098 when there are multiple maps.
16099 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
16100 (_dl_fini): Remove test here.
16101
01f16ab0
UD
16102 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
16103
b1ebd700
UD
161042011-05-29 Ulrich Drepper <drepper@gmail.com>
16105
7ae22829
UD
16106 [BZ #12350]
16107 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
16108 bit from old_res_options.
16109 (gaih_inet): Likewise.
16110
553149f6 16111 [BZ #11099]
18a84741 16112 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
16113 as signed.
16114
652ffab1
UD
16115 * resolv/res_init.c (res_setoptions): Make the code more compact.
16116
16985fd0
UD
16117 [BZ #11558]
16118 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
16119 set RES_USEVC.
16120
0464f746
UD
16121 [BZ #11634]
16122 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
16123
7d17596c
UD
16124 * malloc/malloc.h: Mark malloc hook variables as deprecated.
16125
cf6bbbd7
UD
16126 [BZ #11781]
16127 * malloc/malloc.h: Declare malloc hook variables as volatile.
16128
13f1ab36
UD
16129 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
16130 in last patch.
16131
b1ebd700
UD
16132 [BZ #11799]
16133 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 16134 raise in the comment.
80e2212d
UD
16135 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
16136 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
16137 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 16138
ce67228d
UD
161392011-05-28 Ulrich Drepper <drepper@gmail.com>
16140
8887a920
UD
16141 [BZ #12811]
16142 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
16143 grow the buffers more if it already has to be sufficient.
16144 (build_wcs_upper_buffer): Likewise.
16145 * posix/regexec.c (check_matching): Likewise.
16146 (clean_state_log_if_needed): Likewise.
16147 (extend_buffers): Don't enlarge buffers beyond size of the input
16148 buffer.
16149 Patches mostly by Emil Wojak <emil@wojak.eu>.
16150 * posix/bug-regex32.c: New file.
16151 * posix/Makefile (tests): Add bug-regex32.
16152
4f031072
UD
16153 * locale/findlocale.c (_nl_find_locale): Return right away if
16154 _nl_explode_name failed.
16155 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
16156
d0478f0c
UD
16157 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
16158
de81b246
UD
16159 * debug/xtrace.sh: Unify messages.
16160 * malloc/memusage.sh: Likewise.
16161
c738465a
UD
16162 [BZ #12813]
16163 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
16164 time symbol from vDSO. Substitute with vsyscall if not available.
16165 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
16166 __vdso_time.
16167
f1f929d7
UD
16168 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
16169 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
16170 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
16171 Add sendmmsg and internal_sendmmsg.
16172 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
16173 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
16174 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
16175
ce67228d
UD
16176 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
16177 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
16178 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
16179
e57420c6
UD
161802011-05-27 Ulrich Drepper <drepper@gmail.com>
16181
a8509ca5
UD
16182 [BZ #12813]
16183 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
16184 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
16185 available.
16186 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
16187 __vdso_getcpu.
16188
e57420c6
UD
16189 [BZ #12814]
16190 * iconvdata/Makefile (tests): Add bug-iconv9.
16191 * iconvdata/bug-iconv9.c: New file.
16192
4d07db15
AS
161932011-05-27 Andreas Schwab <schwab@redhat.com>
16194
16195 [BZ #12814]
16196 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
16197
ea486f69
JJ
161982011-05-25 Jakub Jelinek <jakub@redhat.com>
16199
16200 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
16201 (struct user_regs_struct): Change intcs field back to cs.
16202
6f038433
UD
162032011-05-25 Ulrich Drepper <drepper@gmail.com>
16204
16205 * po/ja.po: Update from translation team.
16206
67f86a25
UD
162072011-05-23 Ulrich Drepper <drepper@gmail.com>
16208
16209 [BZ #12795]
16210 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
16211 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
16212
def7fbd6
AS
162132011-05-20 Andreas Schwab <schwab@redhat.com>
16214
16215 * stdlib/longlong.h: Update from GCC.
16216
f50ef8f1
AS
162172011-05-23 Andreas Schwab <schwab@redhat.com>
16218
16219 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
16220 parameter name.
16221 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
16222 Add parameter name.
16223 (__sysconf): Pass it down.
16224
de7ce8f1
UD
162252011-05-22 Ulrich Drepper <drepper@gmail.com>
16226
f2962a71
UD
16227 [BZ #12671]
16228 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
16229 some situations.
16230 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
16231 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
16232 add in in __libc_use_alloca calls. Adjust callers.
16233 (glob): Use malloc in some situations.
16234
de7ce8f1
UD
16235 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
16236 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
16237 pltexit.
16238
aec84f53
UD
162392011-05-21 Ulrich Drepper <drepper@gmail.com>
16240
05bb4a68
UD
16241 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
16242 and CLOCK_BOOTTIME_ALARM.
16243
7ea72f99
UD
16244 [BZ #12782]
16245 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
16246 is returned.
16247
7e4afad5
UD
16248 * string/_strerror.c (__strerror_r): Print negative errors as signed
16249 numbers.
16250
8e211fec
UD
16251 [BZ #12777]
16252 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
16253 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
16254 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
16255
f7d82dc9
UD
16256 * configure.in: Fix typo in redirection and correct removal of test
16257 files in two cases.
16258
cc9e536d
UD
16259 [BZ #12788]
16260 * locale/setlocale.c (new_composite_name): Fix test to check for
16261 identical name of all categories.
16262
aec84f53
UD
16263 [BZ #12792]
16264 * libio/filedoalloc.c (local_isatty): New function.
16265 (_IO_file_doallocate): Use local_isatty.
16266 * stdio-common/perror.c (perror): In case a new stream is used
16267 forward the stream error.
16268 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
16269 error flag.
16270
78e64fdc
RT
162712011-05-20 Ulrich Drepper <drepper@gmail.com>
16272
34a9094f
UD
16273 [BZ #11869]
16274 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
16275 alloca.
16276 * include/alloca.h (extend_alloca_account): Define.
16277
78e64fdc
RT
16278 [BZ #11857]
16279 * posix/regex.h: Fix comments with documentation of user-accessible
16280 fields after compilation and describe correct free'ing of pattern
16281 after re_compile_pattern.
16282 Patch by Reuben Thomas <rrt@sc3d.org>.
16283
457bddfc
RA
162842011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
16285
16286 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
16287 and -mno-altivec to prevent the compiler from using Altivec and/or
16288 VSX instructions when the corresponding registers are not available.
16289
a4527b51
AS
162902011-05-19 Andreas Schwab <schwab@redhat.com>
16291
16292 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
16293
ed690b2f
UD
162942011-05-19 Ulrich Drepper <drepper@gmail.com>
16295
16296 * libio/freopen.c (freopen): Use __dup2, not dup2.
16297 * libio/freopen64.c (freopen64): Likewise.
16298
8db73634
L
162992011-05-17 H.J. Lu <hongjiu.lu@intel.com>
16300
16301 [BZ #12775]
16302 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
16303 * math/Makefile (tests): Add test-powl.
16304 (CFLAGS-test-powl.c): Define.
16305 * math/test-powl.c: New file.
16306
0a197a9d
L
163072011-05-16 H.J. Lu <hongjiu.lu@intel.com>
16308
16309 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
16310
ee30c380
UD
163112011-05-17 Ulrich Drepper <drepper@gmail.com>
16312
16313 [BZ #11837]
16314 * iconvdata/gb18030.c: Update to GB18020-2005.
16315
6ce75379
UD
163162011-05-16 Ulrich Drepper <drepper@gmail.com>
16317
a4b89fd8
AR
16318 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
16319 RE_SYNTAX_POSIX_AWK): Update to match recent development.
16320 Patch by Aharon Robbins <arnold@skeeve.com>.
16321
ea389b12
UD
16322 [BZ #11892]
16323 * stdlib/putenv.c (putenv): Don't always create copy of the variable
16324 on the stack.
16325
68a3f91f
UD
16326 [BZ #11895]
16327 * misc/pselect.c (__pselect): Handle timeout value errors hidden
16328 through underflows.
16329
15cc7dd1
UD
16330 [BZ #12766]
16331 * misc/error.c (error_at_line): Ensure file_name and old_file_name
16332 point to strings before performing equality test for error_one_per_line
16333 mode.
16334
f3799213
UD
16335 [BZ #11697]
16336 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
16337
d79a9c94
UD
16338 [BZ #11820]
16339 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
16340 (struct user_fpregs_struct): Avoid __uint*_t types.
16341
56e5eb46
UD
16342 [BZ #6420]
16343 * malloc/mtrace.c (tr_where): Add additional parameter to point to
16344 symbol info. Use it instead of calling _dl_addr locally.
16345 (lock_and_info): New function.
16346 (tr_freehook): Call lock_and_info and pass symbol info as additional
16347 parameter to tr_where.
16348 (tr_mallochook): Likewise.
16349 (tr_reallochook): Likewise.
16350 (tr_memalignhook): Likewise.
16351
6ce75379
UD
16352 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
16353 used and couldn't be at all thread-safe.
16354
f8a3b5bf
UD
163552011-05-15 Ulrich Drepper <drepper@gmail.com>
16356
94b7cc37
UD
16357 * libio/freopen.c (freopen): Don't close old file descriptor
16358 before the new one is opened. Instead dup the new file descriptor
16359 to the old one after the new stream is created.
16360 * libio/freopen64.c (freopen64): Likewise.
16361 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
16362 * libio/fileops.c (_IO_new_file_close_it): Handle new
16363 _IO_FLAGS2_NOCLOSE flag.
16364 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
16365 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
16366 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
16367 _IO_FLAGS2_NOCLOSE flag.
16368 * include/unistd.h: Add hidden_proto for dup3.
16369 Define __have_dup3.
16370 * io/dup3.c: Define hidden symbol.
16371 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
16372
bd25564e
UD
16373 [BZ #7101]
16374 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
16375 when an incomplete long option is used.
16376 * posix/tst-getopt_long1.c: New file.
16377 * posix/Makefile (tests): Add tst-getopt_long1.
16378
c84cfef4
UD
16379 [BZ #10138]
16380 * scripts/config.guess: Update from autoconf-2.68.
16381 * scripts/config.sub: Likewise.
16382
3b85df27
UD
16383 [BZ #10157]
16384 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
16385 tests into ...
16386 (has_cpuclock): ...this. New function.
16387 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
16388 macro here based on has_cpuclock code.
16389
15a856b1
UD
16390 [BZ #10149]
16391 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
16392 First byte (not low byte) is now always NUL.
16393 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
16394
05f399e6
UD
16395 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
16396 Use non-cancelable interfaces.
16397
10a52685 16398 [BZ #9809]
94ecc67d
UD
16399 * locale/iso-639.def: Add entry for Sorani.
16400
f8a3b5bf
UD
16401 [BZ #11901]
16402 * include/stdlib.h: Move include protection to the right place.
16403 Define abort_msg_s. Declare __abort_msg with it.
16404 * stdlib/abort.c (__abort_msg): Adjust type.
16405 * assert/assert.c (__assert_fail_base): New function. Majority
16406 of code from __assert_fail. Allocate memory for __abort_msg with
16407 mmap.
16408 (__assert_fail): Now call __assert_fail_base.
16409 * assert/assert-perr.c: Remove bulk of implementation. Use
16410 __assert_fail_base.
16411 * include/assert.hL Declare __assert_fail_base.
16412 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
16413 mmap.
16414 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
16415
1af4e298
UD
164162011-05-14 Ulrich Drepper <drepper@gmail.com>
16417
f8a3b5bf 16418 [BZ #11952]
d26dfc60
MG
16419 [BZ #12453]
16420 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
16421 until all modules are registered in the DTV.
16422 * elf/Makefile: Add rules to build and run tst-tls19.
16423 * elf/tst-tls19.c: New file.
16424 * elf/tst-tls19mod1.c: New file.
16425 * elf/tst-tls19mod2.c: New file.
16426 * elf/tst-tls19mod3.c: New file.
16427 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
16428
2fc54d6f
UD
16429 [BZ #12083]
16430 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
16431 correctly.
16432
98d76b46
UD
16433 [BZ #12601]
16434 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
16435 two-byte sequence errors.
16436 * iconvdata/Makefile (tests): Add bug-iconv8.
16437 * iconvdata/bug-iconv8.c: New file.
16438
da3c19ef
UD
16439 [BZ #12626]
16440 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
16441 buf2 definition.
16442
ca408c15
UD
16443 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
16444
d6f67f7d
UD
16445 [BZ #12432]
16446 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
16447 (dummy_getcfa): New function.
16448 (init): Get _Unwind_GetCFA address, use dummy if not found.
16449 (backtrace_helper): In recursion check, also check whether CFA changes.
16450 (__backtrace): Completely initialize arg.
16451
1af4e298 16452 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
16453 storing incomplete byte sequence in state object. Avoid testing for
16454 guaranteed too small input if we know there is enough data available.
1af4e298 16455
da62f81b
AS
164562011-05-11 Andreas Schwab <schwab@redhat.com>
16457
16458 * Makeconfig (+link-pie): Indent.
16459 * Rules (binaries-pie): Define if $(have-fpie) and
16460 $(build-shared).
16461 (binaries-shared): Also filter out $(binaries-pie).
16462 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
16463 * nscd/Makefile (others-pie): Add nscd.
16464 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
16465 ($(objpfx)nscd): Remove command override.
16466 * login/Makefile (others-pie): Add pt_chown.
16467 ($(objpfx)pt_chown): Remove command override.
16468 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
16469 remove command overrides.
16470
fcabc0f8
UD
164712011-05-13 Ulrich Drepper <drepper@gmail.com>
16472
20030ae6
UD
16473 * libio/tst_putwc.c: Fix error messages.
16474
fcabc0f8
UD
16475 [BZ #12724]
16476 * libio/fileops.c (_IO_new_file_close_it): Always flush when
16477 currently writing and seek to current position when not.
16478 * libio/Makefile (tests): Add bug-fclose1.
16479 * libio/bug-fclose1.c: New file.
16480
320a5dc0
PB
164812011-05-12 Ulrich Drepper <drepper@gmail.com>
16482
16483 [BZ #12511]
16484 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
16485 don't set DF_1_NODELETE here.
16486 (do_lookup_x): When entering new entry test for copy relocation
16487 and if necessary set DF_1_NODELETE flag.
16488 * elf/tst-unique4.cc: New file.
16489 * elf/tst-unique4.h: New file.
16490 * elf/tst-unique4lib.cc: New file.
16491 * elf/Makefile: Add rules to build and run tst-unique4.
16492 Patch by Piotr Bury <pbury@goahead.com>.
16493
22836f52
UD
164942011-05-11 Ulrich Drepper <drepper@gmail.com>
16495
f574184a
UD
16496 [BZ #12052]
16497 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
16498
e1fb097f
UD
16499 [BZ #12625]
16500 * misc/mntent_r.c (addmntent): Flush the stream after the output
16501
22836f52
UD
16502 [BZ #12393]
16503 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
16504 (is_trusted_path_normalize): Skip initial colon. Append slash
16505 to empty buffer. Duplicate is_trusted_path code but allow
16506 constructed patch to be prefix.
16507 (is_dst): Allow $ORIGIN followed by /.
16508 (_dl_dst_substitute): Correct clearing of check_for_trusted.
16509 Correct testing of result of is_trusted_path_normalize
16510 (decompose_rpath): Fix warning.
16511
7b3b0b2a
UD
165122011-05-10 Ulrich Drepper <drepper@gmail.com>
16513
16514 [BZ #11257]
16515 * grp/initgroups.c (internal_getgrouplist): When we found the service
16516 list through the initgroups entry in nsswitch.conf do not always
16517 continue on a successful lookup. Don't always use the
eac80ce2 16518 __nss_group_database value if it is set.
7b3b0b2a
UD
16519 * nss/nsswitch.conf (initgroups): Change action for successful db
16520 lookup to continue for compatibility.
16521
2a81eaa5
UD
165222011-05-09 Ulrich Drepper <drepper@gmail.com>
16523
be97a69e
UD
16524 [BZ #11532]
16525 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
16526 and CP774 modules.
16527 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
16528 and CP774 modules.
16529 * iconvdata/tst-tables.sh: Likewise.
16530 * iconvdata/cp770.c: New file.
16531 * iconvdata/cp771.c: New file.
16532 * iconvdata/cp772.c: New file.
16533 * iconvdata/cp773.c: New file.
16534 * iconvdata/cp774.c: New file.
16535 * iconvdata/testdata/CP770: New file.
16536 * iconvdata/testdata/CP770..UTF8: New file.
16537 * iconvdata/testdata/CP771: New file.
16538 * iconvdata/testdata/CP771..UTF8: New file.
16539 * iconvdata/testdata/CP772: New file.
16540 * iconvdata/testdata/CP772..UTF8: New file.
16541 * iconvdata/testdata/CP773: New file.
16542 * iconvdata/testdata/CP773..UTF8: New file.
16543 * iconvdata/testdata/CP774: New file.
16544 * iconvdata/testdata/CP774..UTF8: New file.
16545
16546 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
16547 END CHARMAP line.
16548 * iconvdata/gen-8bit-gap.sh: Likewise.
16549 * iconvdata/gen-8bit.sh: Likewise.
16550
c1e9e399
UD
16551 * locale/iso-639.def: Add ary entry.
16552
24c55fb3 16553 [BZ #11258]
96b4b1b0
UD
16554 * locale/C-translit.h.in: Add U20A1 transliteration.
16555
bdc2f971
KB
16556 [BZ #12178]
16557 * locale/iso-639.def: Add wae entry.
16558 Patch by Kevin Bortis <bortis@translate-wae.ch>.
16559
2952b117
UD
16560 [BZ #12545]
16561 * locale/programs/localedef.c (construct_output_path): Use ssize_t
16562 for n.
16563
2a81eaa5
UD
16564 [BZ #12711]
16565 * locale/C-translit.h.in: Add entry for U20B9.
16566 Patch by pravin.d.s@gmail.com.
16567
28377d1b
UD
165682011-05-08 Ulrich Drepper <drepper@gmail.com>
16569
7fb90fb8
UD
16570 [BZ #12713]
16571 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
16572 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
16573 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
16574 in rtld. Use *stat64.
7fb90fb8 16575 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 16576 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 16577 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
16578 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
16579 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
16580 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
16581 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
16582 __fstatat64 macros.
7fb90fb8
UD
16583 * include/dirent.h: Add libc_hidden_proto for rewinddir.
16584 * dirent/rewinddir.c: Add libc_hidden_def.
16585 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 16586 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 16587
28377d1b
UD
16588 * include/dirent.h (__alloc_dir): Add flags parameter.
16589 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
16590 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
16591 __alloc_dir.
16592 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
16593 from fdopendir if O_CLOEXEC is already set.
16594
66bdbaa4
AM
165952011-03-15 Alan Modra <amodra@gmail.com>
16596
16597 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
16598 l_tls_firstbyte_offset non-zero. Save padding offset in
16599 l_tls_firstbyte_offset for later use.
16600 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
16601 freeing static tls block.
16602
95721191
JN
166032011-03-05 Jonathan Nieder <jrnieder@gmail.com>
16604
16605 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
16606 where #ifdef was intended. The intent is to prevent ARG_MAX from
16607 being defined by the kernel headers.
16608
f87dfb1f
UD
166092011-05-07 Ulrich Drepper <drepper@gmail.com>
16610
16611 [BZ #12734]
16612 * resolv/resolv.h: Define RES_NOTLDQUERY.
16613 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
16614 no-tld-query and set RES_NOTLDQUERY.
16615 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
16616 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
16617 modern BIND to search name as TLD unless forbidden.
16618
47c3cd7a
UD
166192011-05-07 Petr Baudis <pasky@suse.cz>
16620 Ulrich Drepper <drepper@gmail.com>
16621
16622 [BZ #12393]
16623 * elf/dl-load.c (fillin_rpath): Move trusted path check...
16624 (is_trusted_path): ...to here.
c1e9ea35 16625 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 16626 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 16627 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 16628
8a35c912
PP
166292011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16630
16631 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
16632 __BEGIN/__END_DECLS.
16633
acd41f47
UD
166342011-05-06 Ulrich Drepper <drepper@gmail.com>
16635
16636 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
16637 NSS_STATUS_NOTFOUND if no record was found.
16638
597df647
AS
166392011-05-05 Andreas Schwab <schwab@redhat.com>
16640
16641 * sunrpc/Makefile (headers): Add rpc/netdb.h.
16642 (headers-not-in-tirpc): Remove rpc/netdb.h
16643 * resolv/netdb.h: Revert last change.
16644
b9af1301
PP
166452011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16646
16647 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
16648 circular dependency between libgcc.a and libc.a.
16649
4e34d5f5
AS
166502011-05-05 Andreas Schwab <schwab@redhat.com>
16651
16652 * resolv/netdb.h: Don't include <rpc/netdb.h>.
16653 * nis/Makefile: Don't install rpcsvc/*.
16654 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
16655 instead of <rpc/types.h>.
16656 (MAXHOSTNAMELEN): Define.
16657
00ee369c
AS
166582011-05-03 Andreas Schwab <schwab@redhat.com>
16659
16660 * elf/ldconfig.c (add_dir): Don't crash on empty path.
16661
0b592a30
MB
166622011-04-28 Maciej Babinski <mbabinski@google.com>
16663
16664 [BZ #12714]
16665 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
16666 gethostbyname4_r when IPv6 results are possible.
16667
6e04cbbe
UD
166682011-05-02 Ulrich Drepper <drepper@gmail.com>
16669
16670 [BZ #12723]
16671 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
16672 _PC_PIPE_BUF handling.
16673
e4ecafe0
BH
166742011-04-30 Bruno Haible <bruno@clisp.org>
16675
16676 [BZ #12717]
16677 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
16678 * resolv/netdb.h (getnameinfo): Change type of flags parameter
16679 to 'int'.
16680 * inet/getnameinfo.c (getnameinfo): Likewise.
16681
125ee683
UD
166822011-04-29 Ulrich Drepper <drepper@gmail.com>
16683
16684 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
16685 to groups setting in database lookup.
16686 * nss/nsswitch.conf: Add initgroups entry.
16687
b722481a
EB
166882011-04-22 Ulrich Drepper <drepper@gmail.com>
16689
16690 [BZ #12685]
16691 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
16692 mode string.
16693 Patch by Eric Blake <eblake@redhat.com>.
16694
4df46dbd
L
166952011-04-20 H.J. Lu <hongjiu.lu@intel.com>
16696
16697 * sunrpc/Makefile (need-export-routines): Add svc_run.
16698 (routines): Remove svc_run.
16699 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
16700 * sunrpc/clnt_perr.c (clnt_perrno): Export.
16701 * sunrpc/svc_run.c (svc_run): Likewise.
16702 * sunrpc/svc_udp.c (svcudp_create): Likewise.
16703
e84142d2
UD
167042011-04-21 Ulrich Drepper <drepper@gmail.com>
16705
16706 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
16707 problem in reallocation in last patch.
16708
877175d8
UD
167092011-04-20 Ulrich Drepper <drepper@gmail.com>
16710
16711 * sunrpc/Makefile: Move inclusion of Rules.
16712
ab8eed78
UD
167132011-04-19 Ulrich Drepper <drepper@gmail.com>
16714
16715 * nss/nss_files/files-initgroups.c: New file.
16716 * nss/Makefile (libnss_files-routines): Add files-initgroups.
16717 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
16718 _nss_files_initgroups_dyn.
16719
e3d8f584
RS
167202011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
16721
16722 * elf/elf.h (R_ARM_IRELATIVE): Define.
16723
af190f45
UD
167242011-04-19 Ulrich Drepper <drepper@gmail.com>
16725
16726 * po/ru.po: Update from translation team.
16727
53cf59ef
UD
167282011-04-17 Ulrich Drepper <drepper@gmail.com>
16729
16730 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
16731 dependencies.
16732
4c559bcd
MF
167332011-02-06 Mike Frysinger <vapier@gentoo.org>
16734
16735 [BZ #12653]
16736 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
16737 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
16738 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
16739 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16740 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16741
4420675c
AS
167422011-03-28 Andreas Schwab <schwab@linux-m68k.org>
16743
16744 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
16745 differing bytes.
16746 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16747 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16748 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16749
75ea32ab
UD
167502011-04-17 Ulrich Drepper <drepper@gmail.com>
16751
16752 [BZ #12420]
16753 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
16754 storing it.
16755 * stdlib/bug-getcontext.c: New file.
16756 * stdlib/Makefile: Add rules to build and run bug-getcontext.
16757
27390476
AK
167582011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16759
16760 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
16761 instructions into .machine "z9-109".
16762 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
16763 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
16764
10442705
AK
167652011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16766
16767 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
16768 between environment variables and auxiliary vector.
16769
7b57bfe5
UD
167702011-04-16 Ulrich Drepper <drepper@gmail.com>
16771
16772 * Makefile: Add rules to build linkobj/libc.so.
16773 * include/libc-symbols.h: Define libc_hidden_nolink.
16774 * include/rpc/auth.h: Mark functions which are to be hidden.
16775 * include/rpc/auth_des.h: Likewise.
16776 * include/rpc/auth_unix.h: Likewise.
16777 * include/rpc/clnt.h: Likewise.
16778 * include/rpc/des_crypt.h: Likewise.
16779 * include/rpc/key_prot.h: Likewise.
16780 * include/rpc/pmap_clnt.h: Likewise.
16781 * include/rpc/pmap_prot.h: Likewise.
16782 * include/rpc/pmap_rmt.h: Likewise.
16783 * include/rpc/rpc_msg.h: Likewise.
16784 * include/rpc/svc.h: Likewise.
16785 * include/rpc/svc_auth.h: Likewise.
16786 * include/rpc/xdr.h: Likewise.
16787 * nis/Makefile: Link all DSOs against linkobj/libc.so.
16788 * nss/Makefile: Likewise.
16789 * sunrpc/Makefile: Don't install headers. Build library with normal
16790 entry points. Don't build rpcinfo. Link RPC tests appropriately.
16791 * sunrpc/auth_des.c: Hide exported symbols by default, export some
16792 for the compat linking library. Remove use of INTDEF/INTUSE.
16793 * sunrpc/auth_none.c: Likewise.
16794 * sunrpc/auth_unix.c: Likewise.
16795 * sunrpc/authdes_prot.c: Likewise.
16796 * sunrpc/authuxprot.c: Likewise.
16797 * sunrpc/clnt_gen.c: Likewise.
16798 * sunrpc/clnt_perr.c: Likewise.
16799 * sunrpc/clnt_raw.c: Likewise.
16800 * sunrpc/clnt_simp.c: Likewise.
16801 * sunrpc/clnt_tcp.c: Likewise.
16802 * sunrpc/clnt_udp.c: Likewise.
16803 * sunrpc/clnt_unix.c: Likewise.
16804 * sunrpc/des_crypt.c: Likewise.
16805 * sunrpc/des_soft.c: Likewise.
16806 * sunrpc/get_myaddr.c: Likewise.
16807 * sunrpc/key_call.c: Likewise.
16808 * sunrpc/key_prot.c: Likewise.
16809 * sunrpc/netname.c: Likewise.
16810 * sunrpc/pm_getmaps.c: Likewise.
16811 * sunrpc/pm_getport.c: Likewise.
16812 * sunrpc/pmap_clnt.c: Likewise.
16813 * sunrpc/pmap_prot.c: Likewise.
16814 * sunrpc/pmap_prot2.c: Likewise.
16815 * sunrpc/pmap_rmt.c: Likewise.
16816 * sunrpc/publickey.c: Likewise.
16817 * sunrpc/rpc_cmsg.c: Likewise.
16818 * sunrpc/rpc_common.c: Likewise.
16819 * sunrpc/rpc_dtable.c: Likewise.
16820 * sunrpc/rpc_prot.c: Likewise.
16821 * sunrpc/rpc_thread.c: Likewise.
16822 * sunrpc/rtime.c: Likewise.
16823 * sunrpc/svc.c: Likewise.
16824 * sunrpc/svc_auth.c: Likewise.
16825 * sunrpc/svc_authux.c: Likewise.
16826 * sunrpc/svc_raw.c: Likewise.
16827 * sunrpc/svc_run.c: Likewise.
16828 * sunrpc/svc_simple.c: Likewise.
16829 * sunrpc/svc_tcp.c: Likewise.
16830 * sunrpc/svc_udp.c: Likewise.
16831 * sunrpc/svc_unix.c: Likewise.
16832 * sunrpc/svcauth_des.c: Likewise.
16833 * sunrpc/xcrypt.c: Likewise.
16834 * sunrpc/xdr.c: Likewise.
16835 * sunrpc/xdr_array.c: Likewise.
16836 * sunrpc/xdr_float.c: Likewise.
16837 * sunrpc/xdr_intXX_t.c: Likewise.
16838 * sunrpc/xdr_mem.c: Likewise.
16839 * sunrpc/xdr_rec.c: Likewise.
16840 * sunrpc/xdr_ref.c: Likewise.
16841 * sunrpc/xdr_sizeof.c: Likewise.
16842 * sunrpc/xdr_stdio.c: Likewise.
16843
e6c61494
UD
168442011-04-10 Ulrich Drepper <drepper@gmail.com>
16845
16846 [BZ #12650]
16847 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
16848 * sysdeps/ia64/dl-tls.h: Likewise.
16849 * sysdeps/powerpc/dl-tls.h: Likewise.
16850 * sysdeps/s390/dl-tls.h: Likewise.
16851 * sysdeps/sh/dl-tls.h: Likewise.
16852 * sysdeps/sparc/dl-tls.h: Likewise.
16853 * sysdeps/x86_64/dl-tls.h: Likewise.
16854 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
16855
34fe483e
AS
168562011-03-14 Andreas Schwab <schwab@redhat.com>
16857
16858 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
16859 rpath element also skip the following colon.
16860 (expand_dynamic_string_token): Add is_path parameter and pass
16861 down to DL_DST_REQUIRED and _dl_dst_substitute.
16862 (decompose_rpath): Call expand_dynamic_string_token with
16863 non-zero is_path. Ignore empty rpaths.
16864 (_dl_map_object_from_fd): Call expand_dynamic_string_token
16865 with zero is_path.
16866
f12a32e6
AS
168672011-04-08 Andreas Schwab <schwab@linux-m68k.org>
16868
16869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
16870 Make cancelable.
16871
38a7d692
UD
168722011-04-09 Ulrich Drepper <drepper@gmail.com>
16873
16874 [BZ #12655]
16875 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
16876 Patch by Filipe David Manana <fdmanana@apache.org>.
16877
e451d22b
AS
168782011-04-07 Andreas Schwab <schwab@redhat.com>
16879
16880 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
16881 Maintain aligned stack.
16882 (CHECK_RSP): Remove unused macro.
16883
dedc7c7b
UD
168842011-04-03 Ulrich Drepper <drepper@gmail.com>
16885
16886 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
16887 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
16888
94521213
UD
168892011-04-02 Ulrich Drepper <drepper@gmail.com>
16890
16891 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
16892
8cb700c0 16893 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 16894
0354e355
L
168952011-03-26 H.J. Lu <hongjiu.lu@intel.com>
16896
16897 [BZ #12518]
16898 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
16899 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
16900 * sysdeps/x86_64/memmove.c: New file.
16901 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
16902 (memcpy): Renamed to ...
16903 (__new_memcpy): This.
16904 (memcpy): Provide GLIBC_2_14 memcpy.
16905 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
16906 (memcpy): Provide GLIBC_2_2_5 memcpy.
16907
8593482f
UD
169082011-04-01 Ulrich Drepper <drepper@gmail.com>
16909
16910 [BZ #12631]
16911 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
16912
81a5726b
AS
169132011-03-30 Andreas Schwab <schwab@redhat.com>
16914
16915 * misc/syncfs.c: New file.
16916 * misc/Makefile (routines): Add syncfs.
16917 * posix/unistd.h: Declare syncfs.
16918 * sysdeps/unix/syscalls.list: Add syncfs.
16919
00e5419f
AS
169202011-04-01 Andreas Schwab <schwab@redhat.com>
16921
16922 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
16923 open_by_handle_at.
16924 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
16925 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
16926 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16927 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16928 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16929 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
16930 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16931
748876bf
UD
169322011-04-01 Ulrich Drepper <drepper@gmail.com>
16933
658e451d
UD
16934 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
16935 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
16936 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
16937 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16938 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16939 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16940 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16941
748876bf
UD
16942 * io/Makefile: Compile fallocate.c, fallocate64.c, and
16943 sync_file_range.c with -fexceptions.
16944 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
16945 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
16946 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
16947 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
16948 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
16949 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
16950 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
16951 sync_file_range as cancellation point
16952 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
16953 now a wrapper around __call_sync_file_range with cancellation handling.
16954 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
16955 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
16956 function name to __call_sync_file_range.
16957 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
16958 Add call_sync_file_range.
748876bf 16959
6e63d5e1
AS
169602011-04-01 Andreas Schwab <schwab@redhat.com>
16961
16962 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 16963 bits/timex.h.
6e63d5e1 16964
46998f74
UD
169652011-04-01 Ulrich Drepper <drepper@gmail.com>
16966
4c1423ed
UD
16967 * iconv/iconv.h: Fix typo in comment.
16968 * io/fcntl.h: Likewise.
16969 * libio/stdio.h: Likewise.
16970 * posix/spawn.h: Likewise.
16971 * posix/unistd.h: Likewise.
16972 * stdlib/stdlib.h: Likewise.
16973 * time/time.h: Likewise.
16974 * wcsmbs/wchar.h: Likewise.
16975
158648c0
UD
16976 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
16977 open_by_handle): Add.
16978 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
16979 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
16980 Augment a few comments.
16981 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
16982 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16983 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16984 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16985 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16986 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
16987 open_by_handle.
16988
46998f74
UD
16989 * io/fcntl.h (AT_EMPTY_PATH): Define.
16990
83fe108b
UD
169912011-03-30 Ulrich Drepper <drepper@gmail.com>
16992
16993 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
16994 * sysdeps/unix/sysv/linux/bits/time.h: New file.
16995 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
16996 to...
16997 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
16998 * Versions.def: Add GLIBC_2.14.
16999 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
17000 Export.
83fe108b 17001
bb242059
UD
170022011-03-22 Ulrich Drepper <drepper@gmail.com>
17003
17004 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
17005 round counter.
17006 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
17007
c97a1282
L
170082011-03-20 H.J. Lu <hongjiu.lu@intel.com>
17009
17010 [BZ #12597]
17011 * string/test-strncmp.c (do_page_test): New function.
17012 (check2): Likewise.
17013 (test_main): Call check2.
17014 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
17015
2a115601
UD
170162011-03-20 Ulrich Drepper <drepper@gmail.com>
17017
17018 [BZ #12587]
17019 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
17020 Handle cache information in CPU leaf 4.
17021 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
17022
8126d904
UD
170232011-03-18 Ulrich Drepper <drepper@gmail.com>
17024
042c49c6 17025 [BZ #12583]
8126d904
UD
17026 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
17027 character representation.
17028 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
17029
ccfe366e
RA
170302011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
17031
17032 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
17033 END(__isnan) to END(__isnanf) to match function entry point/label
17034 EALIGN(__isnanf,...).
17035
c6e13027
JJ
170362011-03-10 Jakub Jelinek <jakub@redhat.com>
17037
17038 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
17039
33f85a3f
UD
170402011-03-10 Ulrich Drepper <drepper@gmail.com>
17041
028478fa
UD
17042 [BZ #12510]
17043 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
17044 copy from the symbol referenced in the relocation to initialize the
17045 used variable.
17046 Patch by Piotr Bury <pbury@goahead.com>.
17047 * elf/Makefile: Add rules to build and tst-unique3.
17048 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
17049 * elf/tst-unique3.cc: New file.
17050 * elf/tst-unique3.h: New file.
17051 * elf/tst-unique3lib.cc: New file.
17052 * elf/tst-unique3lib2.cc: New file.
17053
33f85a3f
UD
17054 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
17055
03592fc7
MF
170562011-03-10 Mike Frysinger <vapier@gentoo.org>
17057
17058 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
17059 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
17060 to _start.
03592fc7 17061
6a5ee102
UD
170622011-03-06 Ulrich Drepper <drepper@gmail.com>
17063
17064 * elf/dl-load.c (_dl_map_object): If we are looking for the first
17065 to-be-loaded object along a path to loader is ld.so.
17066
7e4ba49c
HJ
170672011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
17068 Ulrich Drepper <drepper@gmail.com>
17069
17070 * sysdeps/x86_64/memset.S: After aligning destination, code
17071 branches to different locations depending on the value of
17072 misalignment, when multiarch is enabled. Fix this.
17073
170742011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
17075
17076 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
17077 Set _x86_64_preferred_memory_instruction for AMD processsors.
17078 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17079 Set bit_Prefer_SSE_for_memop for AMD processors.
17080
13a804de
UD
170812011-03-04 Ulrich Drepper <drepper@gmail.com>
17082
17083 * libio/fmemopen.c (fmemopen): Optimize a bit.
17084
9d25c392
AS
170852011-03-03 Andreas Schwab <schwab@redhat.com>
17086
17087 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
17088
a5543c6a
RM
170892011-03-03 Roland McGrath <roland@redhat.com>
17090
17091 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
17092
012d35f7
DM
170932011-02-28 Aurelien Jarno <aurelien@aurel32.net>
17094
7e4ba49c 17095 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
17096 __bzero_ultra1 instead of __memset_ultra1.
17097
4bff6e01
AS
170982011-02-23 Andreas Schwab <schwab@redhat.com>
17099 Ulrich Drepper <drepper@gmail.com>
17100
17101 [BZ #12509]
17102 * include/link.h (struct link_map): Add l_orig_initfini.
17103 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
17104 returning unsuccessfully.
17105 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
17106 close of a file loaded at startup, restore the original l_initfini
17107 list.
17108 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
17109 list, store the pointer.
17110 * elf/Makefile ($(objpfx)noload-mem): New rule.
17111 (noload-ENV): Define.
17112 (tests): Add $(objpfx)noload-mem.
17113 * elf/noload.c: Include <memcheck.h>.
17114 (main): Call mtrace. Close all opened handles.
17115
f2092faf
AS
171162011-02-17 Andreas Schwab <schwab@redhat.com>
17117
17118 [BZ #12454]
17119 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
17120 dependencies are missing.
17121
6c8a2e88
ST
171222011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
17123
f2092faf 17124 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
17125 Hurd needs munmap.
17126 * sysdeps/mach/hurd/ifreq.h: New file.
17127
84a42118
PB
171282011-01-27 Petr Baudis <pasky@suse.cz>
17129 Ulrich Drepper <drepper@gmail.com>
17130
071f805e 17131 [BZ 12445]#
84a42118
PB
17132 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
17133 to extend_alloca().
17134 * stdio-common/bug23.c: New file.
17135 * stdio-common/Makefile (tests): Add bug23.
17136
e23fe25b
AS
171372010-09-28 Andreas Schwab <schwab@redhat.com>
17138 Ulrich Drepper <drepper@gmail.com>
17139
17140 [BZ #12489]
17141 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
17142 before performing relro protection. At old place add assertion
17143 to make sure nothing changed.
17144
d3f02e10
NS
171452011-02-17 Nathan Sidwell <nathan@codesourcery.com>
17146 Glauber de Oliveira Costa <glommer@gmail.com>
17147
17148 * elf/elf.h: Add new ARM TLS relocs.
17149
d55fd7a5
RA
171502011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
17151
17152 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
17153 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
17154 cast from r3.
17155 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
17156 'tests' variable.
17157 * sysdeps/wordsize-64/tst-writev.c: New file.
17158
2206397e
RA
171592011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
17160
17161 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
17162 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
17163 insns in _dl_start to prevent a TOC reference before relocs are
17164 resolved.
17165
e9433893
UD
171662011-02-15 Ulrich Drepper <drepper@gmail.com>
17167
17168 [BZ #12469]
17169 * Makeconfig: Remove RANLIB definition.
17170 * Makerules: Don't use RANLIB.
17171 * aclocal.m4: Remove ranlib test.
17172 * configure.in: No need to check for ranlib.
17173 * elf/rtld-Rules: Don't use RANLIB.
17174
f75286c6
ST
171752011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
17176
8e31c82d
ST
17177 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
17178 protection macro.
17179 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
17180 inclusion protection macro.
17181
f75286c6
ST
17182 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
17183 SIGRTMIN and SIGRTMAX and print information in that case only when
17184 SIGRTMIN is defined.
17185
c1d0e639
JJ
171862011-02-11 Jakub Jelinek <jakub@redhat.com>
17187
17188 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
17189 arginfo fn returning -1.
17190
17191 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
17192 and thousands string is zero terminated.
17193
edf9294e
AS
171942011-02-03 Andreas Schwab <schwab@redhat.com>
17195
17196 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
17197 sysdeps/unix/sysv/linux/bits/socket.h.
17198
2b7e92df
ST
171992011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
17200
edf9294e
AS
17201 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
17202 (__CPU_COUNT): Remove old macros.
17203 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
17204 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
17205 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
17206 (__sched_cpualloc, __sched_cpufree): Add declarations.
17207
a4c7ea7b
UD
172082011-02-05 Ulrich Drepper <drepper@gmail.com>
17209
17210 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
17211 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
17212 * nscd/aicache.c (addhstaiX): Return timeout of added value.
17213 (readdhstai): Return value of addhstaiX call.
17214 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
17215 (addgrbyX): Return value returned by cache_addgr.
17216 (readdgrbyname): Return value returned by addgrbyX.
17217 (readdgrbygid): Likewise.
17218 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
17219 (addpwbyX): Return value returned by cache_addpw.
17220 (readdpwbyname): Return value returned by addhstbyX.
17221 (readdpwbyuid): Likewise.
17222 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
17223 (addservbyX): Return value returned by cache_addserv.
17224 (readdservbyname): Return value returned by addservbyX:
17225 (readdservbyport): Likewise.
17226 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
17227 (addhstbyX): Return value returned by cache_addhst.
17228 (readdhstbyname): Return value returned by addhstbyX.
17229 (readdhstbyaddr): Likewise.
17230 (readdhstbynamev6): Likewise.
17231 (readdhstbyaddrv6): Likewise.
17232 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
17233 (readdinitgroups): Return value returned by addinitgroupsX.
17234 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
17235 (prune_cache): Keep track of timeout value of re-added entries.
17236 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
17237 * nscd/nscd.h: Adjust prototypes of readd* functions.
17238
a0bf67cc
RM
172392011-02-04 Roland McGrath <roland@redhat.com>
17240
17241 * nis/nis_server.c (nis_servstate): Use the right name for 0.
17242 (nis_stats): Likewise.
17243 * nis/nis_modify.c (nis_modify): Likewise.
17244 * nis/nis_remove.c (nis_remove): Likewise.
17245 * nis/nis_add.c (nis_add): Likewise.
17246
17247 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
17248
17249 * posix/fnmatch_loop.c: Add some consts.
17250
17251 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
17252
435b95eb
L
172532011-02-02 H.J. Lu <hongjiu.lu@intel.com>
17254
17255 [BZ #12460]
17256 * config.make.in (config-cflags-novzeroupper): Define.
17257 * configure.in: Substitute libc_cv_cc_novzeroupper.
17258 * elf/Makefile (AVX-CFLAGS): Define.
17259 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
17260 (CFLAGS-tst-auditmod4a.c): Likewise.
17261 (CFLAGS-tst-auditmod4b.c): Likewise.
17262 (CFLAGS-tst-auditmod6b.c): Likewise.
17263 (CFLAGS-tst-auditmod6c.c): Likewise.
17264 (CFLAGS-tst-auditmod7b.c): Likewise.
17265 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
17266
8517b15e
UD
172672011-02-02 Ulrich Drepper <drepper@gmail.com>
17268
17269 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
17270 function to the callback.
17271 Patch partly by Jiri Olsa <jolsa@redhat.com>.
17272
10a656fe
AS
172732011-02-02 Andreas Schwab <schwab@redhat.com>
17274
17275 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
17276 of errno.
17277
968dad0a
UD
172782011-01-19 Ulrich Drepper <drepper@gmail.com>
17279
9f94d2ea 17280 [BZ #11724]
968dad0a
UD
17281 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
17282 of constructors.
17283 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
17284 of destructors.
17285 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
17286
17287 [BZ #11724]
17288 * elf/Makefile: Add rules to build and run new test.
17289 * elf/tst-initorder.c: New file.
17290 * elf/tst-initorder.exp: New file.
17291 * elf/tst-initordera1.c: New file.
17292 * elf/tst-initordera2.c: New file.
17293 * elf/tst-initordera3.c: New file.
17294 * elf/tst-initordera4.c: New file.
17295 * elf/tst-initorderb1.c: New file.
17296 * elf/tst-initorderb2.c: New file.
17297 * elf/tst-order-a1.c: New file.
17298 * elf/tst-order-a2.c: New file.
17299 * elf/tst-order-a3.c: New file.
17300 * elf/tst-order-a4.c: New file.
17301 * elf/tst-order-b1.c: New file.
17302 * elf/tst-order-b2.c: New file.
17303 * elf/tst-order-main.c: New file.
17304 New test case by George Gensure <werkt0@gmail.com>.
17305
86e92359
UD
173062010-10-01 Andreas Schwab <schwab@redhat.com>
17307
17308 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
17309 decoding ACE if AI_CANONIDN.
17310
5d5732b0
UD
173112011-01-18 Ulrich Drepper <drepper@gmail.com>
17312
17313 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
17314
a77e8cbc
UD
173152011-01-17 Ulrich Drepper <drepper@gmail.com>
17316
6392473f
UD
17317 * version.h (RELEASE): Bump for 2.13 release.
17318 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
17319
620a0529
UD
17320 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
17321
18ba70a5
UD
17322 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
17323 MADV_NOHUGEPAGE.
32465c3e
UD
17324 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
17325 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
17326 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
17327 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
17328 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
17329 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
17330
c0dafcf1
UD
17331 * posix/getconf.c: Update copyright year.
17332 * catgets/gencat.c: Likewise.
17333 * csu/version.c: Likewise.
17334 * debug/catchsegv.sh: Likewise.
17335 * debug/xtrace.sh: Likewise.
17336 * elf/ldconfig.c: Likewise.
17337 * elf/ldd.bash.in: Likewise.
17338 * elf/sprof.c (print_version): Likewise.
17339 * iconv/iconv_prog.c: Likewise.
17340 * iconv/iconvconfig.c: Likewise.
17341 * locale/programs/locale.c: Likewise.
17342 * locale/programs/localedef.c: Likewise.
17343 * malloc/memusage.sh: Likewise.
17344 * malloc/mtrace.pl: Likewise.
17345 * nscd/nscd.c (print_version): Likewise.
17346 * nss/getent.c: Likewise.
17347
a77e8cbc
UD
17348 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
17349 PF_CAIF, and PF_ALG.
17350 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
17351
77e8bddf
AS
173522011-01-16 Andreas Schwab <schwab@linux-m68k.org>
17353
1f20b93a
AS
17354 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
17355 (modules-names): Use them.
17356 (ifunc-test-modules, ifunc-pie-tests): Define.
17357 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
17358 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
17359 (test-extras): Likewise.
17360 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
17361 $(compile-command.c).
17362 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
17363 (all-built-dso): Define.
17364 (check-textrel.out, check-execstack.out): Depend on it.
17365
77e8bddf
AS
17366 * configure.in: Don't override --enable-multi-arch.
17367
bc425b33
UD
173682011-01-15 Ulrich Drepper <drepper@gmail.com>
17369
17370 [BZ #6812]
17371 * nscd/hstcache.c (tryagain): Define.
17372 (cache_addhst): Return tryagain not notfound for temporary errors.
17373 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
17374 failed.
17375
794c3ad3
UD
173762011-01-14 Ulrich Drepper <drepper@gmail.com>
17377
70181fdd
UD
17378 [BZ #10563]
17379 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
17380 to make the syscall.
17381 * sysdeps/unix/sysv/linux/setgroups.c: New file.
17382
794c3ad3
UD
17383 [BZ #12378]
17384 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
17385 and fall back to matching as normal character if the string ends before
17386 the matching ']' is found. This is what POSIX requires.
17387 * posix/testfnm.c: Adjust test result.
17388 * posix/globtest.sh: Adjust test result. Add new test.
17389 * posix/tst-fnmatch.input: Likewise.
17390 * posix/tst-fnmatch2.c: Add new test.
17391
68dc9497
AS
173922010-12-28 Andreas Schwab <schwab@linux-m68k.org>
17393
17394 * elf/Makefile (check-execstack): Revert last change. Depend on
17395 check-execstack.h.
17396 (check-execstack.h): New target.
17397 (generated): Add check-execstack.h.
17398 * elf/check-execstack.c: Include "check-execstack.h".
17399 (main): Revert last change.
17400 (handle_file): Return zero if GNU_STACK is absent and
17401 DEFAULT_STACK_PERMS doesn't include PF_X.
17402
451f001b
UD
174032011-01-13 Ulrich Drepper <drepper@gmail.com>
17404
cfa28e56
UD
17405 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
17406 in child fails because the descriptor is already closed.
8cf8ce17
UD
17407 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
17408 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
17409 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 17410
1086d70d
UD
17411 [BZ #12397]
17412 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
17413 syscall.
17414
451f001b
UD
17415 [BZ #10484]
17416 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
17417 temporary buffer used to handle multi lookups locally.
a85b5cb4 17418 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 17419
08769175
UD
174202011-01-12 Ulrich Drepper <drepper@gmail.com>
17421
17422 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
17423 loader is ld.so.
17424
5e49c52e
UD
174252011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
17426
17427 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
17428 alignment for SSE2.
17429
60522a5f
UD
174302011-01-12 Ulrich Drepper <drepper@gmail.com>
17431
17432 [BZ #12394]
17433 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
17434 characters. When rounding increased number of integer digits recompute
17435 number of groups.
17436 * stdio-common/tst-grouping.c: New file.
17437 * stdio-common/Makefile: Add rules to build and run tst-grouping.
17438
f257bbd7
UD
174392011-01-09 Ulrich Drepper <drepper@gmail.com>
17440
17441 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
17442 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
17443
17444 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
17445 void.
17446 * bits/select.h: Likewise.
17447
fa9c15cb
UD
174482011-01-08 Ulrich Drepper <drepper@gmail.com>
17449
17450 * po/ja.po: Update from translation team.
17451
16c2895f
DM
174522011-01-04 David S. Miller <davem@sunset.davemloft.net>
17453
17454 [BZ #11155]
17455 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
17456 implementation just like for lxstat, fxstatat, et al.
17457
2543fef2
JM
174582010-12-27 Jim Meyering <meyering@redhat.com>
17459
17460 [BZ #12348]
17461 * posix/regexec.c (build_trtable): Return failure indication upon
17462 calloc failure. Otherwise, re_search_internal could infloop on OOM.
17463
98727dbe
UD
174642010-12-25 Ulrich Drepper <drepper@gmail.com>
17465
5bd6dc5c
UD
17466 [BZ #12201]
17467 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
17468 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
17469 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
17470 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
17471
97983464
UD
17472 [BZ #12207]
17473 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
17474
98727dbe
UD
17475 [BZ #12204]
17476 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
17477 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
17478
4a531bb0
L
174792010-12-15 H.J. Lu <hongjiu.lu@intel.com>
17480
17481 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
17482 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
17483 script has SORT_BY_INIT_PRIORITY.
17484 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
17485 NO_CTORS_DTORS_SECTIONS is defined.
17486 * elf/soinit.c: Likewise.
17487 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
17488 NO_CTORS_DTORS_SECTIONS is defined.
17489 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
17490 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
17491 * sysdeps/sh/init-first.c: Likewise.
17492 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
17493
07eb4b71
UD
174942010-12-24 Ulrich Drepper <drepper@gmail.com>
17495
17496 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
17497 always use the slow path.
17498
30950a5f
RA
174992010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
17500
17501 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
17502 similar rule which adds the sysdep directories to the header search in
17503 order to pick up the correct platform stackinfo.h.
17504 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
17505 perform test if it is, otherwise return successfully without testing.
17506 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
17507 DEFAULT_STACK_PERMS define in stackinfo.h.
17508 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
17509 defined in stackinfo.h.
17510 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
17511 DEFAULT_STACK_PERMS defined in stackinfo.h.
17512 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
17513 * sysdeps/ia64/stackinfo.h: Likewise.
17514 * sysdeps/s390/stackinfo.h: Likewise.
17515 * sysdeps/sh/stackinfo.h: Likewise.
17516 * sysdeps/sparc/stackinfo.h: Likewise.
17517 * sysdeps/x86_64/stackinfo.h: Likewise.
17518 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
17519 PF_X for powerpc64. Retain PF_X for powerpc32.
17520
db753e2c
UD
175212010-12-19 Ulrich Drepper <drepper@gmail.com>
17522
14b697f7
UD
17523 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
17524 accurately.
db753e2c
UD
17525 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
17526 GETDENTS_64BIT_ALIGNED.
17527
28300719
UD
175282010-12-14 Ulrich Drepper <dreper@gmail.com>
17529
14b697f7 17530 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 17531
4f197237
AS
175322010-12-10 Andreas Schwab <schwab@redhat.com>
17533
dbb0472f
AS
17534 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
17535 _GNU_SOURCE.
17536
4f197237
AS
17537 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
17538 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
17539 Remove __restrict.
17540 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
17541 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
17542
fb88ac72
UD
175432010-12-09 Ulrich Drepper <drepper@gmail.com>
17544
17545 [BZ #11655]
17546 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
17547 are initialized.
17548
42acbb92
JJ
175492010-12-09 Jakub Jelinek <jakub@redhat.com>
17550
17551 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
17552
c038d98d
UD
175532010-12-03 Ulrich Drepper <drepper@gmail.com>
17554
17555 * po/it.po: Update from translation team.
17556
3a4a2499
L
175572010-12-01 H.J. Lu <hongjiu.lu@intel.com>
17558
17559 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
17560 unused codes.
17561
1e24cf6e
UD
175622010-11-30 Ulrich Drepper <drepper@gmail.com>
17563
17564 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
17565
a7690819
AS
175662010-11-24 Andreas Schwab <schwab@redhat.com>
17567
17568 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
17569 specially.
17570 (gaih_getanswer_slice): Likewise.
17571
3bf8d1b1
JJ
175722010-10-20 Jakub Jelinek <jakub@redhat.com>
17573
17574 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
17575
6db52fbb
PB
175762010-05-31 Petr Baudis <pasky@suse.cz>
17577
17578 [BZ #11149]
17579 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
17580 silently even in the chroot mode.
17581
eaca7569
UD
175822010-11-22 Ulrich Drepper <drepper@gmail.com>
17583
17584 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
17585 last patch a bit. Pretty printing
17586
3056dcdb
UD
175872010-05-31 Petr Baudis <pasky@suse.cz>
17588
17589 [BZ #10085]
17590 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
17591 initialization of skip_initgroups_dyn.
17592
cf7c9078
UD
175932010-11-19 Ulrich Drepper <drepper@gmail.com>
17594
17595 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
17596 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
17597
a1fb5e3e
UD
175982010-11-16 Ulrich Drepper <drepper@gmail.com>
17599
17600 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
17601
3540d66b
AS
176022010-11-11 Andreas Schwab <schwab@redhat.com>
17603
17604 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
17605 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
17606 (tst-fnmatch-ENV): Set MALLOC_TRACE.
17607 ($(objpfx)tst-fnmatch-mem): New rule.
17608 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
17609 * posix/tst-fnmatch.c (main): Call mtrace.
17610
13b69574
L
176112010-11-11 H.J. Lu <hongjiu.lu@intel.com>
17612
17613 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17614 Support Intel processor model 6 and model 0x2c.
17615
da93d214
LM
176162010-11-10 Luis Machado <luisgpm@br.ibm.com>
17617
17618 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
17619 signed comparison.
17620
8ca52c6e
L
176212010-11-09 H.J. Lu <hongjiu.lu@intel.com>
17622
17623 [BZ #12205]
17624 * string/test-strncasecmp.c (check_result): New function.
17625 (do_one_test): Use it.
17626 (check1): New function.
17627 (test_main): Use it.
17628 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
17629 Support strcasecmp and strncasecmp.
17630
69da074d
UD
176312010-11-08 Ulrich Drepper <drepper@gmail.com>
17632
17633 [BZ #12194]
17634 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
17635 * sysdeps/x86_64/bits/byteswap.h: Likewise.
17636
ff02d528
L
176372010-11-07 H.J. Lu <hongjiu.lu@intel.com>
17638
17639 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
17640 IFUNC support.
17641 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17642 memset-x86-64.
17643 * sysdeps/x86_64/multiarch/bzero.S: New file.
17644 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
17645 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
17646 * sysdeps/x86_64/multiarch/memset.S: New file.
17647 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
17648 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17649 Set bit_Prefer_SSE_for_memop for Intel processors.
17650 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
17651 Define.
17652 (index_Prefer_SSE_for_memop): Define.
17653 (HAS_PREFER_SSE_FOR_MEMOP): Define.
17654
344d0b54
LM
176552010-11-04 Luis Machado <luisgpm@br.ibm.com>
17656
17657 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
17658 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
17659
c0dde15b
UD
176602010-11-03 H.J. Lu <hongjiu.lu@intel.com>
17661
17662 [BZ #12191]
17663 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
17664 (__x86_64_raw_data_cache_size_half): Likewise.
17665 (__x86_64_raw_shared_cache_size): Likewise.
17666 (__x86_64_raw_shared_cache_size_half): Likewise.
17667
17668 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
17669 (__x86_64_raw_data_cache_size_half): Likewise.
17670 (__x86_64_raw_shared_cache_size): Likewise.
17671 (__x86_64_raw_shared_cache_size_half): Likewise.
17672 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
17673 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
17674 and __x86_64_raw_shared_cache_size_half. Round
17675 __x86_64_data_cache_size_half, __x86_64_data_cache_size
17676 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
17677 to multiple of 256 bytes.
17678
0e516e0e
MS
176792010-11-03 Ulrich Drepper <drepper@gmail.com>
17680
17681 [BZ #12167]
17682 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
17683 of inacessible symlinks. Verify result of symlink before returning it.
17684 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17685 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
17686
0e012e87
ER
176872010-10-28 Erich Ritz <erichritz@gmail.com>
17688
17689 * math/math.h (isinf): Fix typo in comment.
17690
de0ff7bc
UD
176912010-11-01 Ulrich Drepper <drepper@gmail.com>
17692
17693 * po/da.po: Update from translation team.
17694
fa41c84d
UD
176952010-10-26 Ulrich Drepper <drepper@gmail.com>
17696
17697 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
17698 is added to the list.
17699
f0967738
AK
177002010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17701 Ulrich Drepper <drepper@gmail.com>
17702
17703 * elf/dl-object.c (_dl_new_object): Don't append the new object to
17704 the global list here. Move code to...
17705 (_dl_add_to_namespace_list): ...here. New function.
17706 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
17707 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
17708 * elf/dl-load.c (lose): Don't remove the element from the list.
17709 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
17710 (_dl_map_object): Likewise.
17711
177122010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
17713
17714 [BZ #12159]
17715 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
17716 into all bytes of SSE register.
17717 Patch by Richard Li <richardpku@gmail.com>.
17718
f0967738 177192010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
17720
17721 [BZ #12140]
17722 * malloc/malloc.c (_int_free): Fill correct number of bytes when
17723 perturbing.
17724
d0b9e94f
MB
177252010-10-20 Michael B. Brutman <brutman@us.ibm.com>
17726
17727 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
17728 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
17729 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
17730 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
17731 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
17732 submachine.
17733 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
17734
8e9f92e9
AS
177352010-10-22 Andreas Schwab <schwab@redhat.com>
17736
17737 * include/dlfcn.h (__RTLD_SECURE): Define.
17738 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
17739 mode & __RTLD_SECURE instead.
17740 (open_path): Rename preloaded parameter to secure.
17741 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
17742 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
17743 * elf/dl-deps.c (openaux): Likewise.
17744 * elf/rtld.c (struct map_args): Remove is_preloaded.
17745 (map_doit): Don't use it.
17746 (dl_main): Likewise.
17747 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
17748 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
17749
bc96fbda
AS
177502010-09-09 Andreas Schwab <schwab@redhat.com>
17751
17752 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
17753 (sysd-rules-targets): Remove duplicates.
17754 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
17755 rtld-%.$o dependency.
17756
22cd1c9b
AS
177572010-10-18 Andreas Schwab <schwab@redhat.com>
17758
17759 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
17760 _dl_map_object do it.
17761
18edac48
UD
177622010-10-19 Ulrich Drepper <drepper@gmail.com>
17763
17764 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
17765 fast fma builtins, define the macros in the C99 standard.
17766 (FP_FAST_FMAF): Likewise.
17767 (FP_FAST_FMAL): Likewise.
17768 * sysdeps/x86_64/bits/mathdef.h: Likewise.
17769
17770 * bits/mathdef.h: Update copyright year.
17771 * sysdeps/powerpc/bits/mathdef.h: Likewise.
17772
d2050124
MM
177732010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
17774
17775 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
17776 builtins, define the macros in the C99 standard.
17777 (FP_FAST_FMAF): Likewise.
17778 (FP_FAST_FMAL): Likewise.
17779 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
17780 multiply/add.
17781 (FP_FAST_FMAF): Likewise.
17782
475facd1
JJ
177832010-10-15 Jakub Jelinek <jakub@redhat.com>
17784
17785 [BZ #3268]
17786 * math/libm-test.inc (fma_test): Some new testcases.
17787 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
17788 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
17789 y and infinite z. Do multiplication by C already in long double.
17790 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
17791 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
17792 y and infinite z. Do bitwise or of inexact bit into u.d.
17793 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
17794 * sysdeps/i386/fpu/s_fmaf.S: Removed.
17795 * sysdeps/i386/fpu/s_fma.S: Removed.
17796 * sysdeps/i386/fpu/s_fmal.S: Removed.
17797
7c08a05c
JJ
177982010-10-16 Jakub Jelinek <jakub@redhat.com>
17799
17800 [BZ #3268]
17801 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
17802 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
17803 computation is not scheduled after fetestexcept. Fix value
17804 of minimum denormal long double.
17805
f3f7372d
JJ
178062010-10-14 Jakub Jelinek <jakub@redhat.com>
17807
17808 [BZ #3268]
17809 * math/libm-test.inc (fma_test): Add some more tests.
17810 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
17811 correctly.
17812
14d43591
AS
178132010-10-15 Andreas Schwab <schwab@redhat.com>
17814
17815 * scripts/data/localplt-s390-linux-gnu.data: New file.
17816 * scripts/data/localplt-s390x-linux-gnu.data: New file.
17817
5e908464
JJ
178182010-10-13 Jakub Jelinek <jakub@redhat.com>
17819
17820 [BZ #3268]
17821 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
17822 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
17823 instead of dbl-64.
17824 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
17825 inlines.
17826 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
17827 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
17828 if one of x and y is very large and the other is subnormal.
17829 * sysdeps/s390/fpu/s_fmaf.c: New file.
17830 * sysdeps/s390/fpu/s_fma.c: New file.
17831 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
17832 * sysdeps/powerpc/fpu/s_fma.S: New file.
17833 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
17834 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
17835 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
17836
178372010-10-12 Jakub Jelinek <jakub@redhat.com>
17838
17839 [BZ #3268]
17840 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
17841 fma tests.
17842 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
17843 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
17844 * sysdeps/i386/i686/multiarch/s_fma.c: Include
17845 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
17846 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
17847 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
17848 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
17849
b833d51f
UD
178502010-10-12 Ulrich Drepper <drepper@redhat.com>
17851
17852 [BZ #12078]
17853 * posix/regcomp.c (parse_branch): One more memory leak plugged.
17854 * posix/bug-regex31.input: Add test case.
17855
1751705d
UD
178562010-10-11 Ulrich Drepper <drepper@gmail.com>
17857
e9b9cbf5
UD
17858 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
17859 * posix/bug-regex31.input: New file.
17860
17861 [BZ #12078]
17862 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
17863 (parse_sub_exp): Fix last change, use postorder.
17864
ef06edbe
UD
17865 * posix/bug-regex31.c: New file.
17866 * posix/Makefile: Add rules to build and run bug-regex31.
17867
a129c80d
UD
17868 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
17869
17870 [BZ #12078]
17871 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
17872
b76b818e
UD
17873 [BZ #12108]
17874 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
17875 to have entries in sys_siglist.
17876
1751705d
UD
17877 [BZ #12093]
17878 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
17879 be NULL.
17880
9ff8d36f
JJ
178812010-10-07 Jakub Jelinek <jakub@redhat.com>
17882
17883 [BZ #3268]
17884 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
17885 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
17886 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
17887 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
17888 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
17889 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
17890 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
17891 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
17892 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
17893 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
17894 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
17895 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
17896 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
17897 * math/ftestexcept.c (fetestexcept): Likewise.
17898 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
17899 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
17900 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
17901 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
17902 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
17903 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
17904 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
17905
af325969
UD
179062010-10-11 Ulrich Drepper <drepper@gmail.com>
17907
c579b202 17908 [BZ #12107]
af325969
UD
17909 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
17910 newline.
17911
67a67b95
UD
179122010-10-06 Ulrich Drepper <drepper@gmail.com>
17913
17914 * string/bug-strstr1.c: New file.
17915 * string/Makefile: Add rules to build and run bug-strstr1.
17916
5fb308bc
EB
179172010-10-05 Eric Blake <eblake@redhat.com>
17918
17919 [BZ #12092]
17920 * string/str-two-way.h (two_way_long_needle): Always clear memory
17921 when skipping input due to the shift table.
17922
45db99c7
UD
179232010-10-03 Ulrich Drepper <drepper@gmail.com>
17924
3b111893
UD
17925 [BZ #12005]
17926 * malloc/mcheck.c: Handle large requests.
17927
45db99c7
UD
17928 [BZ #12077]
17929 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
17930 for strncmp and strncasecmp.
17931 * string/stratcliff.c: Add tests for strcmp and strncmp.
17932 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
17933
cf7a1eb8
NI
179342010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17935
17936 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
17937 __set_fpscr.
17938
6484ba5e
AJ
179392010-09-30 Andreas Jaeger <aj@suse.de>
17940
17941 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
17942 (CGROUP_SUPER_MAGIC): Define.
17943 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
17944 Handle btrfs and cgroup file systems.
17945 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
17946 Likewise.
17947
91c42559
LM
179482010-09-27 Luis Machado <luisgpm@br.ibm.com>
17949
17950 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
17951 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
17952
87a97932
AK
179532010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17954
17955 [BZ #12067]
17956 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
17957 trying to locate the ELF header.
17958
c21cc9bc
AS
179592010-09-27 Andreas Schwab <schwab@redhat.com>
17960
17961 [BZ #11611]
17962 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
17963 Mask out sign-bit copies when constructing f_fsid.
17964
315970f6
PB
179652010-09-24 Petr Baudis <pasky@suse.cz>
17966
17967 * debug/stack_chk_fail_local.c: Add missing licence exception.
17968 * debug/warning-nop.c: Likewise.
17969
1ac7a2c7
JM
179702010-09-15 Joseph Myers <joseph@codesourcery.com>
17971
17972 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
17973 implementing getdents64 using getdents syscall, set d_type if
17974 __ASSUME_GETDENTS32_D_TYPE.
17975
56801c50
AS
179762010-09-16 Andreas Schwab <schwab@redhat.com>
17977
17978 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
17979 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
17980
dda51327
UD
179812010-09-21 Ulrich Drepper <drepper@redhat.com>
17982
17983 [BZ #12037]
17984 * posix/unistd.h: Undo change of feature selection for ftruncate from
17985 2010-01-11.
17986
8ffcee4a
UD
179872010-09-20 Ulrich Drepper <drepper@redhat.com>
17988
a545ecd9 17989 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
17990 detection.
17991
e24f0a8b
AS
179922010-09-20 Andreas Schwab <schwab@redhat.com>
17993
17994 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
17995 fanotify_mark.
17996 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
17997
7291c56f
AS
179982010-09-14 Andreas Schwab <schwab@redhat.com>
17999
18000 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
18001 variables after CHECK_SP call.
18002 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
18003
bc5fb037
AS
180042010-09-13 Andreas Schwab <schwab@redhat.com>
18005 Ulrich Drepper <drepper@redhat.com>
18006
18007 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
18008 re-relocationg ld.so.
18009 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
18010 _dl_init_paths call.
18011 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
18012 here anymore.
18013
e66e7419
UD
180142010-09-14 Ulrich Drepper <drepper@redhat.com>
18015
18016 * resolv/res_init.c (__res_vinit): Count the default server we added.
18017
c044aa75
CLT
180182010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
18019 Ulrich Drepper <drepper@redhat.com>
18020
18021 [BZ #11968]
18022 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
18023 (____longjmp_chk): Use %ebx for saving value across system call.
18024 Add unwind info.
18025
32cf4069
AS
180262010-09-06 Andreas Schwab <schwab@redhat.com>
18027
18028 * manual/Makefile: Don't mix pattern rules with normal rules.
18029
817328ee
AS
180302010-09-05 Andreas Schwab <schwab@linux-m68k.org>
18031
18032 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
18033 operation.
18034 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
18035 * libio/iofopncook.c (_IO_cookie_init): Likewise.
18036 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
18037 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
18038 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
18039 Likewise.
18040
29fddf61
UD
180412010-09-04 Ulrich Drepper <drepper@redhat.com>
18042
18043 [BZ #11979]
18044 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
18045 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
18046
0959ffc9
UD
180472010-09-02 Ulrich Drepper <drepper@redhat.com>
18048
18049 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
18050 * sysdeps/x86_64/addmul_1.S: Likewise.
18051 * sysdeps/x86_64/lshift.S: Likewise.
18052 * sysdeps/x86_64/mul_1.S: Likewise.
18053 * sysdeps/x86_64/rshift.S: Likewise.
18054 * sysdeps/x86_64/sub_n.S: Likewise.
18055 * sysdeps/x86_64/submul_1.S: Likewise.
18056
ece29840
ST
180572010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
18058
0959ffc9
UD
18059 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
18060 Define __sched_param instead of SCHED_* and sched_param when
ece29840 18061 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 18062 * bits/sched.h [__need_schedparam]
ece29840 18063 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
18064 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
18065 (__defined_schedparam): Define to 1.
ece29840
ST
18066 (__sched_param): New structure, identical to sched_param.
18067 (__need_schedparam): Undefine.
18068
e53a31fe
MF
180692010-08-31 Mike Frysinger <vapier@gentoo.org>
18070
fdc0c10d
MF
18071 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
18072 (epoll_create1): Declare.
18073
e53a31fe
MF
18074 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
18075
a726d796
AS
180762010-08-31 Andreas Schwab <schwab@redhat.com>
18077
18078 [BZ #7066]
18079 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
18080 shifting retval into place.
18081
2f3e3dc7
UD
180822010-09-01 Ulrich Drepper <drepper@redhat.com>
18083
f2933da9
UD
18084 * nis/rpcsvc/nis.h: Update copyright notice.
18085 * nis/rpcsvc/nis.x: Likewise.
18086 * nis/rpcsvc/nis_callback.h: Likewise.
18087 * nis/rpcsvc/nis_callback.x: Likewise.
18088 * nis/rpcsvc/nis_object.x: Likewise.
18089 * nis/rpcsvc/nis_tags.h: Likewise.
18090 * nis/rpcsvc/yp.h: Likewise.
18091 * nis/rpcsvc/yp.x: Likewise.
18092 * nis/rpcsvc/ypupd.h: Likewise.
18093 * nis/yp_xdr.c: Likewise.
18094 * nis/ypupdate_xdr.c: Likewise.
18095
2f3e3dc7
UD
18096 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
18097 mainly the body of pmap_getport. Add parameters to specify timeouts.
18098 (pmap_getport): Use __libc_rpc_getport.
18099 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
18100 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
18101 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
18102
f3dcc2f9
AS
181032010-08-31 Andreas Schwab <schwab@linux-m68k.org>
18104
18105 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
18106 fanotify_mark.
18107
6d34eb5b
RM
181082010-08-27 Roland McGrath <roland@redhat.com>
18109
18110 * sysdeps/i386/i686/multiarch/Makefile
18111 (CFLAGS-varshift.c): New variable.
18112
9ea3de11
UD
181132010-08-27 Ulrich Drepper <drepper@redhat.com>
18114
c96d23fc
UD
18115 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
18116 * sysdeps/i386/i686/multiarch/varshift.c: New file.
18117
9ea3de11
UD
18118 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
18119
18120 * sysdeps/x86_64/strlen.S: Minimal code improvement.
18121
623aac7f
L
181222010-08-26 H.J. Lu <hongjiu.lu@intel.com>
18123
18124 * sysdeps/x86_64/strlen.S: Unroll the loop.
18125 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18126 strlen-sse2 strlen-sse2-bsf.
18127 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
18128 __strlen_no_bsf if bit_Slow_BSF is set.
18129 (__strlen_sse42): Removed.
18130 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
18131 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
18132
8b2b7715
RM
181332010-08-25 Roland McGrath <roland@redhat.com>
18134
18135 * sysdeps/x86_64/multiarch/varshift.S: File removed.
18136 * sysdeps/x86_64/multiarch/varshift.c: New file.
18137 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
18138 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
18139 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
18140 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
18141
e73015f2
L
181422010-08-25 H.J. Lu <hongjiu.lu@intel.com>
18143
18144 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
18145 strlen-sse2 strlen-sse2-bsf.
18146 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
18147 __strlen_sse2_bsf if bit_Slow_BSF is unset.
18148 (__strlen_sse2): Removed.
18149 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
18150 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
18151 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18152 bit_Slow_BSF for Atom.
18153 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
18154 (index_Slow_BSF): Define.
18155 (HAS_SLOW_BSF): Define.
18156
df24a73e
UD
181572010-08-25 Ulrich Drepper <drepper@redhat.com>
18158
18159 [BZ #10851]
18160 * resolv/res_init.c (__res_vinit): When no server address at all
18161 is given default to loopback.
18162
f2ac4868
RM
181632010-08-24 Roland McGrath <roland@redhat.com>
18164
09055553
RM
18165 * configure.in: Remove config-name.h generation.
18166 * configure: Regenerated.
18167 * config-name.in: File removed.
18168 * scripts/config-uname.sh: New file.
18169 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
18170 ($(objdir)config-name.h): New target.
18171
f2ac4868
RM
18172 * sunrpc/rpc_parse.h: Avoid nested comment.
18173
73f27d5e
RH
181742010-08-24 Richard Henderson <rth@redhat.com>
18175 Ulrich Drepper <drepper@redhat.com>
18176 H.J. Lu <hongjiu.lu@intel.com>
18177
18178 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
18179 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
18180 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
18181 Replace _mm_srli_si128 with __m128i_shift_right. Replace
18182 _mm_alignr_epi8 with _mm_loadu_si128.
18183 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
18184 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
18185 (__m128i_shift_right): Removed.
18186 * sysdeps/i386/i686/multiarch/varshift.h: New file.
18187 * sysdeps/i386/i686/multiarch/varshift.S: New file.
18188 * sysdeps/x86_64/multiarch/varshift.h: New file.
18189 * sysdeps/x86_64/multiarch/varshift.S: New file.
18190
84b9230c
MF
181912010-08-21 Mike Frysinger <vapier@gentoo.org>
18192
18193 * configure.in: Move assembler checks to before sysdep dir checking.
18194
9bbd0ddc
PB
181952010-08-20 Petr Baudis <pasky@suse.cz>
18196
18197 * LICENSES: Sync the sunrpc license.
18198
9da4bb31
UD
181992010-08-19 Ulrich Drepper <drepper@redhat.com>
18200
a7ab6ec8
UD
18201 * sunrpc/auth_des.c: Update copyright notice once again.
18202 * sunrpc/auth_none.c: Likewise.
18203 * sunrpc/auth_unix.c: Likewise.
18204 * sunrpc/authdes_prot.c: Likewise.
18205 * sunrpc/authuxprot.c: Likewise.
18206 * sunrpc/bindrsvprt.c: Likewise.
18207 * sunrpc/clnt_gen.c: Likewise.
18208 * sunrpc/clnt_perr.c: Likewise.
18209 * sunrpc/clnt_raw.c: Likewise.
18210 * sunrpc/clnt_simp.c: Likewise.
18211 * sunrpc/clnt_tcp.c: Likewise.
18212 * sunrpc/clnt_udp.c: Likewise.
18213 * sunrpc/clnt_unix.c: Likewise.
18214 * sunrpc/des_crypt.c: Likewise.
18215 * sunrpc/des_soft.c: Likewise.
18216 * sunrpc/get_myaddr.c: Likewise.
18217 * sunrpc/getrpcport.c: Likewise.
18218 * sunrpc/key_call.c: Likewise.
18219 * sunrpc/key_prot.c: Likewise.
18220 * sunrpc/openchild.c: Likewise.
18221 * sunrpc/pm_getmaps.c: Likewise.
18222 * sunrpc/pm_getport.c: Likewise.
18223 * sunrpc/pmap_clnt.c: Likewise.
18224 * sunrpc/pmap_prot.c: Likewise.
18225 * sunrpc/pmap_prot2.c: Likewise.
18226 * sunrpc/pmap_rmt.c: Likewise.
18227 * sunrpc/rpc/auth.h: Likewise.
18228 * sunrpc/rpc/auth_unix.h: Likewise.
18229 * sunrpc/rpc/clnt.h: Likewise.
18230 * sunrpc/rpc/des_crypt.h: Likewise.
18231 * sunrpc/rpc/key_prot.h: Likewise.
18232 * sunrpc/rpc/netdb.h: Likewise.
18233 * sunrpc/rpc/pmap_clnt.h: Likewise.
18234 * sunrpc/rpc/pmap_prot.h: Likewise.
18235 * sunrpc/rpc/pmap_rmt.h: Likewise.
18236 * sunrpc/rpc/rpc.h: Likewise.
18237 * sunrpc/rpc/rpc_des.h: Likewise.
18238 * sunrpc/rpc/rpc_msg.h: Likewise.
18239 * sunrpc/rpc/svc.h: Likewise.
18240 * sunrpc/rpc/svc_auth.h: Likewise.
18241 * sunrpc/rpc/types.h: Likewise.
18242 * sunrpc/rpc/xdr.h: Likewise.
18243 * sunrpc/rpc_clntout.c: Likewise.
18244 * sunrpc/rpc_cmsg.c: Likewise.
18245 * sunrpc/rpc_common.c: Likewise.
18246 * sunrpc/rpc_cout.c: Likewise.
18247 * sunrpc/rpc_dtable.c: Likewise.
18248 * sunrpc/rpc_hout.c: Likewise.
18249 * sunrpc/rpc_main.c: Likewise.
18250 * sunrpc/rpc_parse.c: Likewise.
18251 * sunrpc/rpc_parse.h: Likewise.
18252 * sunrpc/rpc_prot.c: Likewise.
18253 * sunrpc/rpc_sample.c: Likewise.
18254 * sunrpc/rpc_scan.c: Likewise.
18255 * sunrpc/rpc_scan.h: Likewise.
18256 * sunrpc/rpc_svcout.c: Likewise.
18257 * sunrpc/rpc_tblout.c: Likewise.
18258 * sunrpc/rpc_util.c: Likewise.
18259 * sunrpc/rpc_util.h: Likewise.
18260 * sunrpc/rpcinfo.c: Likewise.
18261 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
18262 * sunrpc/rpcsvc/key_prot.x: Likewise.
18263 * sunrpc/rpcsvc/klm_prot.x: Likewise.
18264 * sunrpc/rpcsvc/mount.x: Likewise.
18265 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
18266 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
18267 * sunrpc/rpcsvc/rex.x: Likewise.
18268 * sunrpc/rpcsvc/rstat.x: Likewise.
18269 * sunrpc/rpcsvc/rusers.x: Likewise.
18270 * sunrpc/rpcsvc/sm_inter.x: Likewise.
18271 * sunrpc/rpcsvc/spray.x: Likewise.
18272 * sunrpc/rpcsvc/yppasswd.x: Likewise.
18273 * sunrpc/rtime.c: Likewise.
18274 * sunrpc/svc.c: Likewise.
18275 * sunrpc/svc_auth.c: Likewise.
18276 * sunrpc/svc_authux.c: Likewise.
18277 * sunrpc/svc_raw.c: Likewise.
18278 * sunrpc/svc_run.c: Likewise.
18279 * sunrpc/svc_simple.c: Likewise.
18280 * sunrpc/svc_tcp.c: Likewise.
18281 * sunrpc/svc_udp.c: Likewise.
18282 * sunrpc/svc_unix.c: Likewise.
18283 * sunrpc/svcauth_des.c: Likewise.
18284 * sunrpc/xcrypt.c: Likewise.
18285 * sunrpc/xdr.c: Likewise.
18286 * sunrpc/xdr_array.c: Likewise.
18287 * sunrpc/xdr_float.c: Likewise.
18288 * sunrpc/xdr_mem.c: Likewise.
18289 * sunrpc/xdr_rec.c: Likewise.
18290 * sunrpc/xdr_ref.c: Likewise.
18291 * sunrpc/xdr_sizeof.c: Likewise.
18292 * sunrpc/xdr_stdio.c: Likewise.
18293
9da4bb31
UD
18294 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
18295 handling.
18296
bdaa77bc
AS
182972010-08-19 Andreas Schwab <schwab@redhat.com>
18298
18299 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
18300
fe2f79db
LM
183012010-08-19 Luis Machado <luisgpm@br.ibm.com>
18302
18303 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
18304 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
18305 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
18306 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
18307 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
18308 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
18309 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
18310 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
18311 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
18312 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
18313 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
18314 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
18315 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
18316 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
18317
b9b42ee0
AB
183182010-07-26 Anton Blanchard <anton@samba.org>
18319
18320 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
18321 * malloc/arena.c (heap_trim): Likewise.
18322
1c06ba31
UD
183232010-08-16 Ulrich Drepper <drepper@redhat.com>
18324
18325 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
18326 here. Not...
18327 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
18328 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
18329
f8392f40
L
183302010-08-12 H.J. Lu <hongjiu.lu@intel.com>
18331
18332 * sysdeps/i386/elf/Makefile: New file.
18333
3162f12e
AS
183342010-08-14 Andreas Schwab <schwab@linux-m68k.org>
18335
18336 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
18337 from fanotify_init.
18338 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
18339 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
18340
28c90b2c
UD
183412010-08-15 Ulrich Drepper <drepper@redhat.com>
18342
18343 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
18344 of strncasecmp_l.
1feccb6c 18345 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 18346
ca6bb004
UD
183472010-08-14 Ulrich Drepper <drepper@redhat.com>
18348
e9f82e0d
UD
18349 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
18350 strncase_l-nonascii.
18351 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
18352 Add strncase_l-ssse3.
18353 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
18354 * sysdeps/x86_64/strcmp.S: Likewise.
18355 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
18356 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
18357 * sysdeps/x86_64/strncase.S: New file.
18358 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
18359 * sysdeps/x86_64/strncase_l.S: New file.
18360 * string/Makefile (strop-tests): Add strncasecmp.
18361 * string/test-strncasecmp.c: New file.
18362
18363 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
18364 warning.
18365
ca6bb004
UD
18366 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
18367 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
18368
052fa7b3
AS
183692010-08-14 Andreas Schwab <schwab@linux-m68k.org>
18370
18371 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
18372
962dba78
UD
183732010-08-12 Ulrich Drepper <drepper@redhat.com>
18374
18375 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
18376 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
18377 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
18378
bebff237
AM
183792010-05-01 Alan Modra <amodra@gmail.com>
18380
18381 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
18382 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
18383 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
18384 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
18385 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
18386 tidying. Don't tail-call __sigjmp_save for static lib.
18387 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
18388 save location.
18389 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
18390 (CALL_MCOUNT): Add eh info, and nop after bl.
18391 (TAIL_CALL_SYSCALL_ERROR): New macro.
18392 (PSEUDO_RET): Use it.
18393 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18394 Correct save location of integer regs and cr.
18395 (_dl_profile_resolve): Correct cr save location. Delete nops
18396 after bl when SHARED. Reduce cfi size a little by better
18397 placement of cfi directives.
18398 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
18399 make a stack frame. Instead use parm save area as a temp.
18400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
18401 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
18402 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18403 Don't make a stack frame for parent, use parm save area.
18404 Increase child stack frame to 112 bytes. Don't save unused reg,
18405 and adjust reg usage. Set up cfi on error recovery and
18406 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
18407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18408 (__makecontext): Add dummy nop after jump to exit.
18409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
18410 Use correct parm save area and cr save, reduce stack frame.
18411 Correct cfi for possible PSEUDO_RET frame setup.
18412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
18413 Branch to local label emitted by PSEUDO_RET rather than
18414 __syscall_error.
18415
02637374
AS
184162010-08-12 Andreas Schwab <schwab@redhat.com>
18417
18418 [BZ #11904]
18419 * locale/programs/locale.c (print_assignment): New function.
18420 (show_locale_vars): Use it.
18421
c3e2f19b
UD
184222010-08-11 Ulrich Drepper <drepper@redhat.com>
18423
3cdaa6ad
UD
18424 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
18425 field.
18426 (struct statfs64): Likewise.
18427 (_STATFS_F_FLAGS): Define.
18428 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
18429 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18430 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
18431 (ST_VALID): Define locally.
18432 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
18433 __statvfs_getflags, use the provided value.
18434 * sysdeps/unix/sysv/linux/kernel-features.h: Define
18435 __ASSUME_STATFS_F_FLAGS.
18436
754f7da3
UD
18437 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
18438
10b3bedc
UD
18439 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
18440 Add sys/fanotify.h.
18441 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
18442 fanotify_mask for GLIBC_2.13.
18443 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
18444 fanotify_init and fanotify_mark.
18445 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
18446 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
18447
c08fb0d7
UD
18448 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
18449 Add prlimit.
18450 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
18451 prlimit64 for GLIBC_2.13.
18452 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
18453 prlimit64.
18454 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
18455 syscall.
18456 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
18457 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
18458 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
18459 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
18460 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
18461 add prlimit alias.
18462 * sysdeps/unix/sysv/linux/prlimit.c: New file.
18463
15bac72b
UD
18464 [BZ #11903]
18465 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
18466 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
18467
c3e2f19b
UD
18468 * nss/Makefile: Add rules to build and run tst-nss-test1.
18469 * shlib-versions: Add entry for libnss_test1.
18470 * nss/nss_test1.c: New file.
18471 * nss/tst-nss-test1.c: New file.
18472
18473 * nss/nsswitch.c (__nss_database_custom): Define new variable.
18474 (__nss_configure_lookup): Set appropriate entry in
18475 __nss_configure_lookup to true.
18476 * nss/nsswitch.h: Define enum with indeces of databases in
18477 databases and __nss_database_custom arrays. Declare
18478 __nss_database_custom.
18479 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
18480 to avoid using nscd when custom rules are installed.
18481 * nss/getXXbyYY_r.c: Likewise.
18482 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18483
18484 * nss/nss_files/files-parse.c: Whitespace fixes.
18485
f15ce4d8
UD
184862010-08-09 Ulrich Drepper <drepper@redhat.com>
18487
18488 [BZ #11883]
18489 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
18490 * posix/fnmatch_loop.c: Likewise.
18491
d22e4cc9
AK
184922010-07-17 Andi Kleen <ak@linux.intel.com>
18493
18494 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
18495 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
18496 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
18497 * Versions.def [GLIBC_2.13]: Add.
18498
805bc17d
UD
184992010-08-06 Ulrich Drepper <drepper@redhat.com>
18500
18501 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
18502 Also fail if tpwd after pwuid call is NULL.
18503
5a42321d
ST
185042010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
18505
18506 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
18507 when converting to ms.
18508
fd3ebeda
ST
185092010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
18510
18511 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
18512 EOPNOTSUPP errors with ENOTTY.
18513 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
18514 EOPNOTSUPP errors with ENOTTY.
18515
73507d3a
UD
185162010-07-31 Ulrich Drepper <drepper@redhat.com>
18517
18518 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
18519 Add strcasecmp_l-ssse3.
18520 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
18521 strcasecmp.
18522 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
18523 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
18524 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
18525
fe36dd02
UD
185262010-07-30 Ulrich Drepper <drepper@redhat.com>
18527
66f6765a
UD
18528 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
18529
42e08a54
UD
18530 * string/Makefile (strop-tests): Add strcasecmp.
18531 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
18532 strcasecmp_l-nonascii.
18533 (gen-as-const-headers): Add locale-defines.sym.
18534 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
18535 * sysdeps/x86_64/strcasecmp.S: New file.
18536 * sysdeps/x86_64/strcasecmp_l.S: New file.
18537 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
18538 * sysdeps/x86_64/locale-defines.sym: New file.
18539 * string/test-strcasecmp.c: New file.
18540
fe36dd02
UD
18541 * string/test-strcasestr.c: Test both ends of the range of characters.
18542 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
18543
48cbc0d6
RM
185442010-07-29 Roland McGrath <roland@redhat.com>
18545
76e6d6bc 18546 [BZ #11856]
48cbc0d6
RM
18547 * manual/locale.texi (Yes-or-No Questions): Fix example code.
18548
880113d9
UD
185492010-07-27 Ulrich Drepper <drepper@redhat.com>
18550
18551 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
18552 for ld.so.
18553
deb9cabb
AS
185542010-07-27 Andreas Schwab <schwab@redhat.com>
18555
18556 * manual/memory.texi (Malloc Tunable Parameters): Document
18557 M_PERTURB.
18558
1c7570ff
RM
185592010-07-26 Roland McGrath <roland@redhat.com>
18560
18561 [BZ #11840]
18562 * configure.in (-fgnu89-inline check): Set and substitute
18563 gnu89_inline, not libc_cv_gnu89_inline.
18564 * configure: Regenerated.
18565 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
18566
24fb0f88
UD
185672010-07-26 Ulrich Drepper <drepper@redhat.com>
18568
18569 * string/test-strnlen.c: New file.
18570 * string/Makefile (strop-tests): Add strnlen.
18571 * string/tester.c (test_strnlen): Add a few more test cases.
18572 * string/tst-strlen.c: Better error reporting.
18573
18574 * sysdeps/x86_64/strnlen.S: New file.
18575
8e96b93a
UD
185762010-07-24 Ulrich Drepper <drepper@redhat.com>
18577
18578 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
18579 lower-latency instructions.
18580
dbc676d4
UD
185812010-07-23 Ulrich Drepper <drepper@redhat.com>
18582
18583 * string/test-strcasestr.c: New file.
18584 * string/test-strstr.c: New file.
18585 * string/Makefile (strop-tests): Add strstr and strcasestr.
18586 * string/str-two-way.h: Don't undefine MAX.
18587 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
18588
f6a31e0e
AS
185892010-07-21 Andreas Schwab <schwab@redhat.com>
18590
18591 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
18592 strcasestr-nonascii.
18593 (CFLAGS-strcasestr-nonascii.c): Define.
18594 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
18595 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
18596 Remove unused attribute.
18597
5dbc3b6c
RM
185982010-07-20 Roland McGrath <roland@redhat.com>
18599
18600 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
18601 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
18602 ld.so.cache was broken. With it, there is no way to disable dsocaps
18603 like LD_HWCAP_MASK can disable hwcaps.
18604
23d101d8
EPM
186052010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
18606
18607 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
18608
cc9f2e47
UD
186092010-07-16 Ulrich Drepper <drepper@redhat.com>
18610
18611 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
18612 call in strcasestr.
18613 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
18614 __strcasestr_sse42_nonascii.
18615 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
18616 strcasestr-nonascii.c.
18617 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
18618
77c1b069
LM
186192010-06-15 Luis Machado <luisgpm@br.ibm.com>
18620
18621 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
18622 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
18623 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
18624 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
18625
440566c3
UD
186262010-07-09 Ulrich Drepper <drepper@redhat.com>
18627
18628 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
18629 fcntl.
18630
5be9d05d
AS
186312010-07-06 Andreas Schwab <schwab@redhat.com>
18632
c30b7ee2 18633 [BZ #11577]
5be9d05d
AS
18634 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
18635 dl_signal_cerror.
18636
8a492a67
UD
186372010-07-06 Ulrich Drepper <drepper@redhat.com>
18638
18639 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
18640 _PC_PIPE_BUF using F_GETPIPE_SZ.
18641
713df3d5
RM
186422010-07-05 Roland McGrath <roland@redhat.com>
18643
18644 * manual/arith.texi (Rounding Functions): Fix rint description
18645 implicit in round description.
18646
702e8f14
UD
186472010-07-02 Ulrich Drepper <drepper@redhat.com>
18648
18649 * elf/Makefile: Fix linking for a few tests to make recent linker
18650 happy.
18651
52ed8be9
AS
186522010-06-30 Andreas Schwab <schwab@redhat.com>
18653
18654 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
18655 $(common-objpfx)libc_nonshared.a.
18656
f47c9a11
LM
186572010-06-21 Luis Machado <luisgpm@br.ibm.com>
18658
18659 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
18660 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
18661 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
18662 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
18663 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
18664 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
18665 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
18666 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
18667 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
18668 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
18669 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
18670 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
18671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
18672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
18673 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
18674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
18675 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
18676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
18677 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
18678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
18679 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
18680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
18681 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
18682 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
18683 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
18684 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
18685 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
18686 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
18687 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
18688 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
18689 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
18690 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
18691 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
18692 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
18693 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
18694 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
18695 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
18696 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
18697 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
18698 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
18699 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
18700 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
18701 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
18702 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
18703 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
18704 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
18705 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
18706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
18707
6fb8cbcb
L
187082010-06-25 H.J. Lu <hongjiu.lu@intel.com>
18709
18710 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
18711 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
18712 * string/memmove.c (memmove): Renamed to ...
18713 (MEMMOVE): ...this. Default to memmove.
18714 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
18715 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
18716 (END_CHK): Define.
18717 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18718 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
18719 mempcpy-ssse3-back memmove-ssse3-back.
18720 * sysdeps/x86_64/multiarch/bcopy.S: New file .
18721 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
18722 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
18723 * sysdeps/x86_64/multiarch/memcpy.S: New file.
18724 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
18725 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
18726 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
18727 * sysdeps/x86_64/multiarch/memmove.c: New file.
18728 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
18729 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
18730 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
18731 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
18732 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
18733 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
18734 Define.
18735 (index_Fast_Copy_Backward): Define.
18736 (HAS_ARCH_FEATURE): Define.
18737 (HAS_FAST_REP_STRING): Define.
18738 (HAS_FAST_COPY_BACKWARD): Define.
18739
4e733bac 187402010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
18741
18742 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
18743 Restore proper fallback handling.
18744
63c4ed22
UD
187452010-06-19 Ulrich Drepper <drepper@redhat.com>
18746
ac2b484c
UD
18747 [BZ #11701]
18748 * posix/group_member.c (__group_member): Correct checking loop.
18749
63c4ed22
UD
18750 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
18751 OOM in getpwuid_r correctly. Return error number when the caller
18752 should return, otherwise -1.
18753 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
18754 call returning > 0 value.
18755 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
18756
765ade4b
AS
187572010-06-07 Andreas Schwab <schwab@redhat.com>
18758
18759 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
18760 libc_nonshared.a from targets in modules-names.
18761
80da2e09
KS
187622010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
18763
18764 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
18765 requires it.
18766
158db122
LM
187672010-06-10 Luis Machado <luisgpm@br.ibm.com>
18768
18769 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
18770 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
18771 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
18772 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
18773
caa78cf8
AS
187742010-06-02 Andreas Schwab <schwab@redhat.com>
18775
18776 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
18777
b2ef2c01
UD
187782010-06-14 Ulrich Drepper <drepper@redhat.com>
18779
18780 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
18781 and F_GETPIPE_SZ.
18782 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
18783 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
18784 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18785 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18786 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
18787 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
18788
fbd643b6
RM
187892010-06-14 Roland McGrath <roland@redhat.com>
18790
18791 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
18792
f32f2869
JJ
187932010-06-07 Jakub Jelinek <jakub@redhat.com>
18794
18795 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
18796 __REDIRECT followed by __THROW.
18797 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
18798 * posix/getopt.h (getopt): Likewise.
18799
2a50c078
EPM
188002010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
18801
18802 * hurd/lookup-at.c (__file_name_lookup_at): Accept
18803 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
18804 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
18805 in AT_FLAGS.
18806 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
18807 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
18808
eb5ad2eb
LM
188092010-05-28 Luis Machado <luisgpm@br.ibm.com>
18810
18811 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
18812
3c88fe1e
L
188132010-05-26 H.J. Lu <hongjiu.lu@intel.com>
18814
18815 [BZ #11640]
18816 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18817 Properly check family and model.
18818
d2f73151
TY
188192010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
18820
18821 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
18822
ebd2e13d
LM
188232010-05-24 Luis Machado <luisgpm@br.ibm.com>
18824
18825 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
18826
b32b8b45
UD
188272010-05-21 Ulrich Drepper <drepper@redhat.com>
18828
18829 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
18830 symbol reference.
18831
9acbe24d
AS
188322010-05-19 Andreas Schwab <schwab@redhat.com>
18833
18834 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
18835 symbol reference.
18836
f0ccf6ea
AS
188372010-05-21 Andreas Schwab <schwab@redhat.com>
18838
3d04ff3a
AS
18839 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
18840 and internal_recvmmsg.
18841 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
18842 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
18843 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
18844 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
18845
f0ccf6ea
AS
18846 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
18847 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
18848 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
18849
5b08ac57
AS
188502010-05-20 Andreas Schwab <schwab@redhat.com>
18851
18852 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
18853
4828935d
LM
188542010-05-17 Luis Machado <luisgpm@br.ibm.com>
18855
18856 POWER7 optimizations.
18857 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
18858 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
18859
373d545e
UD
188602010-05-19 Ulrich Drepper <drepper@redhat.com>
18861
18862 * version.h: Update for 2.13 development version.
18863
21a2b1ae
AS
188642010-05-12 Andrew Stubbs <ams@codesourcery.com>
18865
18866 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
18867 exceptions. Return 0.
18868
3f7dcb2b
RM
188692010-05-07 Roland McGrath <roland@redhat.com>
18870
18871 * elf/ldconfig.c (main): Add a const.
18872
5f24d53a 188732010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 18874
a160f8d8
UD
18875 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
18876 (args_options): Add no-idn option.
18877 (ahosts_keys_int): Add idn_flags to ai_flags.
18878 (parse_option): Handle 'i' option to clear idn_flags.
18879
5f24d53a
UD
18880 * malloc/malloc.c (_int_free): Possible race in the most recently
18881 added check. Only act on the data if no current modification
18882 happened.
265bb1ce
UD
18883
18884See ChangeLog.17 for earlier changes.