]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Fix check-local-headers.sh on multiarch systems.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
ff9f1c5f
DM
12012-04-05 David S. Miller <davem@davemloft.net>
2
dcd2ae90
DM
3 * scripts/check-local-headers.sh: Accept a host triplet in the
4 path matched by the exclude regexp.
5
993eb054
DM
6 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
7 definition.
8 * sysdeps/powerpc/powerpc32/dl-machine.h
9 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
10 * sysdeps/s390/s390-32/dl-machine.h
11 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
12 * sysdeps/sparc/sparc32/dl-machine.h
13 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
14 * sysdeps/sparc/sparc64/dl-machine.h
15 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
16
ff9f1c5f
DM
17 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
18 lazy binding.
48e2e132 19 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
20 undefined symbol errors.
21
48e2e132 22 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
23 DT_NEEDED entries.
24
e80d6f94
MM
252012-04-05 Michael Matz <matz@suse.de>
26
27 [BZ #13592]
28 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
29
349fa79f
AJ
302012-04-05 Andreas Jaeger <aj@suse.de>
31
32 [BZ #13908]
33 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
34 comment.
35
f402708f
KK
362012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37
38 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39 which ROUND is no valid rounding mode.
40
2ecccfc9
KK
412012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42
43 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44 read again.
45 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46
8a53f50f
KK
472012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48
49 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
50 an exception using FPU order intentionally.
51
522012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53
54 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
55 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
56 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
57 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
58
d653abb7
SJ
592012-04-05 Simon Josefsson <simon@josefsson.org>
60
61 [BZ #12340]
62 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
63 EINVAL when BUFLEN is too smal.
64
c3b1bf7d
TS
652012-04-05 Thomas Schwinge <thomas@codesourcery.com>
66
67 [BZ #13553]
68 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
69 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
70
b1aa60f3
AJ
712012-04-03 Andreas Jaeger <aj@suse.de>
72
c3b1bf7d 73 [BZ #13938]
67f60a26
AJ
74 * manual/setjmp.texi (System V contexts): Fix sentence.
75
b1aa60f3
AJ
76 [BZ #13926]
77 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
78 New macro for this case.
79 [!__GNUC__] (__bswap_64): New inline function for this case.
80 * sysdeps/x86_64/bits/byteswap.h: Likewise.
81 * bits/byteswap.h: Likewise.
82 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
83 ull, guard with __GLIBC_HAVE_LONG_LONG.
84
85 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
86 __GLIBC_HAVE_LONG_LONG.
87
88 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
89 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
90
39c59c35
TMQMF
912012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
92
93 [BZ #13691]
94 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
95 inptr and inend, rather than using last_ch.
96
135ffda8
DM
972012-04-02 David S. Miller <davem@davemloft.net>
98
99 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
100 * stdio-common/printf-parse.h (read_int): Change return type to
101 'int', return -1 on INT_MAX overflow.
102 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
103 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
104 overflows INT_MAX. Check for overflow of in-format-string precision
105 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
106 SIZE_MAX not INT_MAX for integer overflow test.
107 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
108 skip the construct in the format string but do not record anything.
109 * stdio-common/bug22.c: Adjust to test both width/prevision
110 INT_MAX overflow as well as total length INT_MAX overflow. Check
111 explicitly for proper errno values.
112
228c019e
TS
1132012-04-02 Thomas Schwinge <thomas@codesourcery.com>
114
302cadd3
TS
115 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
116 CHAR_MAX.
117 * string/test-strcmp.c [! WIDE]: Likewise.
118 * time/tst-mktime2.c: Likewise for INT_MAX.
119 * string/test-string.h: #include <sys/param.h> for MIN.
120
228c019e
TS
121 * csu/init-first.c (__libc_init_first): Call __ctype_init.
122 * sysdeps/i386/init-first.c (init): Likewise.
123 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
124 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
125 * sysdeps/sh/init-first.c (init): Likewise.
126
cfa633f5
UD
1272012-04-01 Ulrich Drepper <drepper@gmail.com>
128
129 * po/ru.po: Update from translation team.
d1635ef8 130 * po/vi.po: Likewise.
cfa633f5 131
6cd0a5ea
SP
1322012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
133
134 * resolv/nss_dns/dns-host.c: Merge copyright years.
135
4b43400f
LD
1362012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
137
138 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
139 Optimize memcpy with prefetch if
140 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
141 src, dst pointers have unequal 16 byte alignments.
142
48c41d04
SP
1432012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
144
145 [BZ #13928]
146 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
147 from a CNAME entry and return the minimum ttl for the query.
148 (gaih_getanswer_slice): Likewise.
149
b8dc394d
JL
1502012-03-30 Jeff Law <law@redhat.com>
151
152 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
153 due to long keys.
154 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
155 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
156
2f5a5ed0
JL
157 * resolv/nss_dns/dns-host.c: Update copyright year.
158
1d39e359
UD
1592012-03-30 Ulrich Drepper <drepper@gmail.com>
160
c030f70c 161 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 162 requests to save a system call. Fix check that all bytes are sent.
c030f70c 163
1d39e359
UD
164 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
165 comments for sendmmsg.
166
1672012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
168
169 [BZ #13691]
170 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
171 with only 1 character between 0x0041 and 0x01b0.
172 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
173 * wcsmbs/tst-mbsnrtowcs.c: New file.
174
20fde227
DM
1752012-03-29 David S. Miller <davem@davemloft.net>
176
177 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
178 small copies by hand.
179
984a4237
JL
1802012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
181
182 [BZ #13761]
183 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
184 _nss_compat_initgroups_dyn): Fall back to malloc/free
185 for large group memberships.
186
18c9d62b
DM
1872012-03-28 David S. Miller <davem@davemloft.net>
188
88d85d4f
DM
189 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
190 that branches into memcpy.
191 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
192 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
193 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
194 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
195 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
196 bits.
197 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
198 implementation too.
199 * sysdeps/sparc/mempcpy.S: New file.
200
e5aa83e1
DM
201 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
202 the IFUNC routine in the libc case.
203 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
204
88570753
DM
205 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
206 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
207 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
208 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
209 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
210 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
211 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
212 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
213
249d7567
DM
214 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
215 loop to 256 bytes instead of 64 bytes and fix test signedness.
216
18c9d62b
DM
217 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
218 * sysdeps/sparc/sparc32/Makefile: rather than here...
219 * sysdeps/sparc/sparc64/Makefile: and here.
220
05f3d1f6
UD
2212012-03-28 Ulrich Drepper <drepper@gmail.com>
222
223 * malloc/mallocbug.c: Avoid warnings about unused variables.
224
86ae07a8
JL
2252012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
226
227 [BZ #13760]
228 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
229 in the right place. Discard and retry query if response is
230 larger than input buffer size.
231
41bf21a1
JM
2322012-03-28 Joseph Myers <joseph@codesourcery.com>
233
d6270972
JM
234 [BZ #369]
235 [BZ #2678]
236 [BZ #3866]
237 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
238 x for large integer exponent.
239 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
240 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
241 sign of result as needed afterwards.
242 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
243 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
244 result for underflowing pow the same as for overflow.
245 (__kernel_standard_l): Handle powl overflow and underflow here
246 rather than calling __kernel_standard.
247 * math/libm-test.inc (pow_test): Add more tests.
248
414fca03 249 [BZ #3868]
41bf21a1
JM
250 [BZ #13879]
251 [BZ #13910]
252 [BZ #13911]
253 [BZ #13912]
254 [BZ #13913]
255 [BZ #13915]
256 [BZ #13916]
257 [BZ #13917]
258 [BZ #13918]
259 [BZ #13919]
260 [BZ #13920]
261 [BZ #13921]
262 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
263 * sysdeps/ieee754/k_standard.c: Include <float.h>.
264 (__kernel_standard_l): New function.
265 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
266 __kernel_standard.
267 * math/w_acosl.c (__acosl): Likewise.
268 * math/w_asinl.c (__asinl): Likewise.
269 * math/w_atan2l.c (__atan2l): Likewise.
270 * math/w_atanhl.c (__atanhl): Likewise.
271 * math/w_coshl.c (__coshl): Likewise.
272 * math/w_exp10l.c (__exp10l): Likewise.
273 * math/w_exp2l.c (__exp2l): Likewise.
274 * math/w_fmodl.c (__fmodl): Likewise.
275 * math/w_hypotl.c (__hypotl): Likewise.
276 * math/w_j0l.c (__j0l, __y0l): Likewise.
277 * math/w_j1l.c (__j1l, __y1l): Likewise.
278 * math/w_jnl.c (__jnl, __ynl): Likewise.
279 * math/w_lgammal.c (__lgammal): Likewise.
280 * math/w_log10l.c (__log10l): Likewise.
281 * math/w_log2l.c (__log2l): Likewise.
282 * math/w_logl.c (__logl): Likewise.
283 * math/w_powl.c (__powl): Likewise.
284 * math/w_remainderl.c (__remainderl): Likewise.
285 * math/w_scalbl.c (sysv_scalbl): Likewise.
286 * math/w_sinhl.c (__sinhl): Likewise.
287 * math/w_sqrtl.c (__sqrtl): Likewise.
288 * math/w_tgammal.c (__tgammal): Likewise.
289 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
290 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
291 * math/libm-test.inc (acos_test): Add more tests.
292 (acosh_test): Likewise.
293 (asin_test): Likewise.
294 (atanh_test): Likewise.
295 (exp_test): Likewise.
296 (exp10_test): Likewise.
297 (exp2_test): Likewise.
298 (expm1_test): Likewise.
299 (lgamma_test): Likewise.
300 (log_test): Likewise.
301 (log10_test): Likewise.
302 (log1p_test): Likewise.
303 (log2_test): Likewise.
304 (pow_test): Do not allow some spurious overflow exceptions.
305 (sqrt_test): Add more tests.
306 (tgamma_test): Likewise.
307 (y0_test): Likewise.
308 (y1_test): Likewise.
309 (yn_test): Likewise.
310
dd62fda6
AB
3112012-03-27 Anton Blanchard <anton@samba.org>
312
313 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
314 MAP_HUGETLB.
315 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
316 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
317 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
318
1e3cdfda
AJ
3192012-03-27 David S. Miller <davem@davemloft.net>
320
b855ab85
DM
321 * conform/Makefile: Run run-conformtest.sh using $(BASH).
322
1e3cdfda
AJ
323 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
324 have-as-vis3 check.
325
3262012-03-27 Andreas Jaeger <aj@suse.de>
327
328 * sysdeps/x86_64/elf/configure.in: Moved to ...
329 * sysdeps/x86_64/configure.in: ... here.
330 * sysdeps/x86_64/elf/start.S: Moved to ...
331 * sysdeps/x86_64/start.S: ... here.
332 * sysdeps/x86_64/elf/configure: Delete.
333
334 * sysdeps/x86_64/configure.in: Merge contents from
335 sysdeps/i386/configure.in (without i686 check).
336
337 * sysdeps/i386/elf/Versions: Merge into ...
338 * sysdeps/i386/Versions: ... this.
339 * sysdeps/i386/elf/Versions: Delete file.
340 * sysdeps/i386/elf/start.S: Moved to ...
341 * sysdeps/i386/start.S: ...here.
342 * sysdeps/i386/elf/configure.in: Merge into...
343 * sysdeps/i386/configure.in: ...here.
344 * sysdeps/i386/elf/configure.in: Delete file.
345 * sysdeps/i386/elf/configure: Delete file.
346
347 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
348 * debug/backtracesyms.c: ... here.
349 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
350 * debug/backtracesymsfd.c: ... here.
351 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
352 * sysdeps/generic/ifunc-sel.h: ... here.
353
354 * sysdeps/unix/i386/start.c: Delete file.
355 * sysdeps/unix/sparc/start.c: Delete file.
356 * sysdeps/unix/start.c: Delete file.
357
358 * sysdeps/sh/elf/configure.in: Moved to ...
359 * sysdeps/sh/configure.in: ... here.
360 * sysdeps/sh/elf/start.S: Moved to ...
361 * sysdeps/sh/start.S: ... here.
362 * sysdeps/sh/elf/configure: Delete file.
363
364 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
365 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
366 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
367 * sysdeps/powerpc/powerpc64/entry.h: ... here.
368 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
369 * sysdeps/powerpc/powerpc64/start.S: here.
370 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
371 * sysdeps/powerpc/powerpc64/Makefile: ... this.
372 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
373 * sysdeps/powerpc/powerpc64/configure.in: ... this.
374 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
375
376 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
377 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
378 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
379 * sysdeps/powerpc/powerpc32/start.S: ... here.
380 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
381 * sysdeps/powerpc/powerpc32/configure.in: ... this.
382 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
383
384 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
385 * sysdeps/powerpc/ifunc-sel.h: ... here.
386 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
387 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
388
389 * sysdeps/sparc/elf/configure.in: Moved to ...
390 * sysdeps/sparc/configure.in: ... here.
391 * sysdeps/sparc/elf/configure: Delete file.
392 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
393 * sysdeps/sparc/sparc32/start.S: ... here.
394 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
395 * sysdeps/sparc/sparc64/start.S: ... here.
396 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
397 * sysdeps/sparc/sparc32/Makefile: ... this.
398 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
399 * sysdeps/sparc/sparc64/Makefile: ... this.
400
401 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
402 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
403 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
404 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
405 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
406 * sysdeps/s390/s390-32/setjmp.S: ... here.
407 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
408 * sysdeps/s390/s390-32/configure.in: ... here.
409 * sysdeps/s390/s390-32/elf/configure: Delete file.
410 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
411 * sysdeps/s390/s390-32/start.S: ... here.
412
413 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
414 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
415 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
416 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
417 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
418 * sysdeps/s390/s390-64/setjmp.S: ... here.
419 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
420 * sysdeps/s390/s390-64/configure.in: ... here
421 * sysdeps/s390/s390-64/elf/configure: Delete file.
422 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
423 * sysdeps/s390/s390-64/start.S: ... here.
424 * sysdeps/s390/s390-64/elf/configure: Delete.
425
426 * configure.in: Remove support for elf directories in sysdeps.
427
428 * configure: Regenerated.
429 * sysdeps/i386/configure: Regenerated.
430 * sysdeps/powerpc/powerpc32/configure: Regenerated.
431 * sysdeps/powerpc/powerpc64/configure: Regenerated.
432 * sysdeps/s390/s390-32/configure: Regenerated.
433 * sysdeps/s390/s390-64/configure: Regenerated.
434 * sysdeps/sh/configure: Regenerated.
435 * sysdeps/sparc/configure: Regenerated.
436 * sysdeps/x86_64/configure: Regenerated.
437
a3f61311
AS
4382012-03-26 Andreas Schwab <schwab@linux-m68k.org>
439
c876e002
AS
440 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
441
a3f61311
AS
442 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
443 denormal result into account.
444
ac4c54f0
RM
4452012-03-25 Roland McGrath <roland@hack.frob.com>
446
447 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
448 Reported by Allan McRae <allan@archlinux.org>.
449
6a9b9c02
JL
4502012-03-23 Jeff Law <law@redhat.com>
451
452 * nss/getnssent.c (__nss_getent): Fix typo.
453
4c42a0c1
DM
4542012-03-23 David S. Miller <davem@davemloft.net>
455
456 * sysdeps/sparc/fpu/libm-test-ulps: Update.
457
1532c7ac
L
4582012-03-23 H.J. Lu <hongjiu.lu@intel.com>
459
460 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
461 to pad to uint64_t for each field.
462 (dl_tls_index): Replace unsigned long with uint64_t.
463
3ff42526
PP
4642012-03-23 Daniel Jacobowitz <dmj@google.com>
465 Paul Pluzhnikov <ppluzhnikov@google.com>
466
467 [BZ #6528]
468 * grp/Makefile (otherlibs): Don't set it.
469 * inet/Makefile (otherlibs): Likewise.
470 * login/Makefile (otherlibs): Likewise.
471 * nscd/Makefile (otherlibs): Likewise.
472 * posix/Makefile (otherlibs): Likewise.
473 * pwd/Makefile (otherlibs): Likewise.
474 * rt/Makefile (otherlibs): Likewise.
475 * sunrpc/Makefile (otherlibs): Likewise.
476 * nss/Makefile (otherlibs): Likewise.
477 Add libnss_files to routines and static-only-routines.
478 ($(objpfx)getent): Remove rule.
479 * resolv/Makefile: Add libnss_dns and libresolv to routines and
480 static-only-routines.
481
7c69cd14
JM
4822012-03-22 Joseph Myers <joseph@codesourcery.com>
483
484 [BZ #13892]
485 * math/s_cexp.c: Include <float.h>.
486 (__cexp): Handle exp result overflowing not necessarily
487 overflowing both real and imaginary parts of result.
488 * math/s_cexpf.c: Likewise.
489 * math/s_cexpl.c: Likewise.
490 * math/libm-test.inc (cexp_test): Add more tests.
491 * sysdeps/i386/fpu/libm-test-ulps: Update.
492 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
493
81b035fe
L
4942012-03-22 H.J. Lu <hongjiu.lu@intel.com>
495
496 * include/link.h (ELFW): New macro.
497 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
498 Replace ELF64_R_TYPE with ELFW(R_TYPE).
499
1da7940c
L
5002012-03-22 H.J. Lu <hongjiu.lu@intel.com>
501
502 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
503 with uint64_t.
504
b749dbb9
L
5052012-03-22 H.J. Lu <hongjiu.lu@intel.com>
506
507 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
508 declaration.
509 (struct La_x32_retval): Likewise.
510
2ff87f3f
L
5112012-03-22 H.J. Lu <hongjiu.lu@intel.com>
512
513 * sysdeps/x86_64/preconfigure.in: New file.
514 * sysdeps/x86_64/preconfigure: New generated file.
515
c0df8e69
JM
5162012-03-22 Joseph Myers <joseph@codesourcery.com>
517
48e44791
JM
518 [BZ #13824]
519 * math/e_exp2l.c: Include <float.h>.
520 (__ieee754_exp2l): Handle overflow and underflow cases
521 separately. Only pass fractional part of argument to
522 __ieee754_expl.
523 * math/libm-test.inc (exp2_test): Add more tests.
524
c0df8e69
JM
525 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
526 negating x to take absolute value.
527 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
528 Likewise.
529 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
530 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
531 Likewise.
532 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
533 computing low part if x was negated.
534 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
535
c8e43ba7
L
5362012-03-21 H.J. Lu <hongjiu.lu@intel.com>
537
538 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
539 la_x32_gnu_pltexit.
540 (pltexit): Cast int_retval to ptrdiff_t.
541 * elf/tst-auditmod3b.c: Likewise.
542 * elf/tst-auditmod4b.c: Likewise.
543 * elf/tst-auditmod5b.c: Likewise.
544 * elf/tst-auditmod6b.c: Likewise.
545 * elf/tst-auditmod6c.c: Likewise.
546 * elf/tst-auditmod7b.c: Likewise.
547
548 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
549 and x32_gnu_pltexit.
550
551 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
552 __ELF_NATIVE_CLASS.
553 (La_x32_regs): New macro.
554 (La_x32_retval): Likewise.
555 (la_x32_gnu_pltenter): New function prototype.
556 (la_x32_gnu_pltexit): Likewise.
557
7998fa78
AS
5582012-03-21 Andreas Schwab <schwab@linux-m68k.org>
559
dcb33988
AS
560 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
561 exponent.
562
233fc563
AS
563 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
564
7998fa78
AS
565 * configure.in (libc_cv_cc_nofma): Check for option to disable
566 generation of FMA instructions.
567 * configure: Regenerate.
568 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
569 * sysdeps/ieee754/dbl-64/Makefile: New file.
570 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
571 Remove brandred-fma4.
572 (CFLAGS-brandred-fma4.c): Remove.
573 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
574 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
575 define.
576 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
577 define.
578
8e95c99a
L
5792012-03-21 H.J. Lu <hongjiu.lu@intel.com>
580
581 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
582 LLONG_MAX != LONG_MAX.
583 (_itoa_word): Use _ITOA_WORD_TYPE on value.
584 (_fitoa_word): Likewise.
585 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
586 LLONG_MAX != LONG_MAX.
587 * stdio-common/_itowa.h: Include <_itoa.h>.
588 (_itowa_word): Use _ITOA_WORD_TYPE on value.
589 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
590 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
591 only if not defined.
592 (_ITOA_WORD_TYPE): Likewise.
593 (_itoa_word): Use _ITOA_WORD_TYPE on value.
594 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
595
6f4db457
DM
5962012-03-21 David S. Miller <davem@davemloft.net>
597
598 * sysdeps/sparc/fpu/libm-test-ulps: Update.
599
7785fe5a
L
6002012-03-21 H.J. Lu <hongjiu.lu@intel.com>
601
602 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
603 of x86_64 when setting libc_cv_slibdir, libdir and
604 libc_cv_localedir.
605 * sysdeps/unix/sysv/linux/configure: Regenerated.
606
4535cd55
JM
6072012-03-21 Joseph Myers <joseph@codesourcery.com>
608
609 * manual/lang.texi (Old Varargs): Remove section.
610 (How Variadic): Update menu.
611 (va_start): Do not mention varargs.h.
612
17228132
TS
6132012-03-21 Thomas Schwinge <thomas@codesourcery.com>
614 Joseph Myers <joseph@codesourcery.com>
615
616 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
617 link test.
618 * configure: Regenerated.
619
8149f976
TS
6202012-03-21 Thomas Schwinge <thomas@codesourcery.com>
621
05f3d1f6
UD
622 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
623 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
624 conformtest.pl
8149f976 625
1a4ac776
JM
6262012-03-21 Joseph Myers <joseph@codesourcery.com>
627
be22ce65
JM
628 * NOTES: Remove.
629 * Makefile (files-for-dist): Remove NOTES.
630 (NOTES): Remove rule.
631 * README: Don't refer to NOTES.
632 * manual/creature.texi: Don't include macros.texi.
633 * manual/intro.texi (creature.texi): Remove comment referring to
634 NOTES.
635
40b601fb
JM
636 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
637 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
638 * configure: Regenerated.
639 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
640 LIBC_TRY_CC_OPTION.
641 (libc_cv_as_i686): Likewise.
642 (libc_cv_cc_avx): Likewise.
643 (libc_cv_cc_sse2avx): Likewise.
644 (libc_cv_cc_fma4): Likewise.
645 (libc_cv_cc_novzeroupper): Likewise.
646 * sysdeps/i386/configure: Regenerated.
647
1a4ac776
JM
648 [BZ #13883]
649 * sysdeps/i386/fpu/s_cexp.S: Remove.
650 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
651 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
652 * math/libm-test.inc (cexp_test): Add more tests.
653 * sysdeps/i386/fpu/libm-test-ulps: Update.
654 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
655
a458e7fe
AM
6562012-03-21 Allan McRae <allan@archlinux.org>
657
658 * timezone/Makefile: Do not install iso3166.tab and zone.tab
659
0cb7efc5
JM
6602012-03-21 Joseph Myers <joseph@codesourcery.com>
661
662 [BZ #13871]
663 * math/w_exp2.c: Do not include <float.h>.
664 (o_threshold, u_threshold): Remove.
665 (__exp2): Calculate result before checking finiteness and calling
666 __kernel_standard.
667 * math/w_exp2f.c: Likewise.
668 * math/w_exp2l.c: Likewise.
669 * math/libm-test.inc (exp2_test): Require overflow exception for
670 1e6 input.
2460d3aa
JM
671
672 [BZ #3866]
673 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
674 range of signed 64-bit integers before using fistpll. Remove
675 checks for whether integers fit in mantissa bits.
676 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
677 the range of signed 32-bit integers before using fistpl. Remove
678 checks for whether integers fit in mantissa bits.
679 * sysdeps/i386/fpu/e_powl.S (p64): New object.
680 (__ieee754_powl): Test for y outside the range of signed 64-bit
681 integers before using fistpll. Reduce 64-bit values to 63-bit
682 ones as needed.
683 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
684 divide-by-zero is raised for zero to large negative powers.
685 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
686 (__ieee754_powl): Test for y outside the range of signed 64-bit
687 integers before using fistpll. Reduce 64-bit values to 63-bit
688 ones as needed.
689 * math/libm-test.inc (pow_test): Add more tests.
690
eb96ffb0
L
6912012-03-20 H.J. Lu <hongjiu.lu@intel.com>
692
693 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
694 <stdio-common/_itoa.h>.
695 * debug/segfault.c: Likewise.
696 * elf/dl-cache.c: Likewise.
697 * elf/dl-minimal.c: Likewise.
698 * elf/dl-misc.c: Likewise.
699 * elf/dl-sysdep.c: Likewise.
700 * elf/dl-version.c: Likewise.
701 * elf/rtld.c: Likewise.
702 * hurd/hurdsock.c: Likewise.
703 * hurd/lookup-retry.c: Likewise.
704 * malloc/malloc.c: Likewise.
705 * malloc/mtrace.c: Likewise.
706 * nscd/nscd_getgr_r.c: Likewise.
707 * nscd/nscd_getpw_r.c: Likewise.
708 * nscd/nscd_getserv_r.c: Likewise.
709 * posix/getopt_init.c: Likewise.
710 * posix/wordexp.c: Likewise.
711 * stdio-common/_itoa.c: Likewise.
712 * stdio-common/printf_fphex.c: Likewise.
713 * stdio-common/vfprintf.c: Likewise.
714 * string/_strerror.c: Likewise.
715 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
716 * sysdeps/i386/i686/hp-timing.h: Likewise.
717 * sysdeps/mach/_strerror.c: Likewise.
718 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
719 * sysdeps/mach/hurd/sethostid.c: Likewise.
720 * sysdeps/mach/hurd/xmknodat.c: Likewise.
721 * sysdeps/mach/xpg-strerror.c: Likewise.
722 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
723 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
724 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
725 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
726 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
727 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
728 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
729 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
730 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
731 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
732 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
733 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
734 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
735 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
736 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
737 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
738 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
739 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
740 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
741 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
742 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
743
744 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
745
746 * stdio-common/_itoa.h: Moved to ...
747 * sysdeps/generic/_itoa.h: Here.
748
749 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
750
751 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
752 instead of "_itoa.h" and "_itowa.h".
753 * stdio-common/vfprintf.: Likewise.
754
d1af992d
L
7552012-03-20 H.J. Lu <hongjiu.lu@intel.com>
756
757 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
758 <bits/wordsize.h>.
759 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
760 (__signbit): Likwise.
761 (llrintf): Likwise.
762 (llrint): Likwise.
763
114883e0
L
7642012-03-20 H.J. Lu <hongjiu.lu@intel.com>
765
766 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
767 __WORDSIZE != 64.
768
c135cc1b
JM
7692012-03-20 Joseph Myers <joseph@codesourcery.com>
770
771 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
772 OVERFLOW_EXCEPTION_OK.
773 * math/libm-test.inc ("Philosophy"): Update comment about
774 exception testing.
775 (OVERFLOW_EXCEPTION): Define.
776 (OVERFLOW_EXCEPTION_OK): Likewise.
777 (INVALID_EXCEPTION_OK): Renumber.
778 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
779 (IGNORE_ZERO_INF_SIGN): Likewise.
780 (test_exceptions): Handle FE_OVERFLOW.
781 (exp10_test): Expect overflow exceptions.
782 (exp2_test): Likewise.
783 (expm1_test): Likewise.
784 (nextafter_test): Likewise.
785 (pow_test): Likewise.
786 (scalbn_test): Likewise.
787 (scalbln_test): Likewise.
788
95443d88
L
7892012-03-19 H.J. Lu <hongjiu.lu@intel.com>
790
791 * sysdeps/x86_64/bits/atomic.h
792 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
793 64bit integer.
794 (atomic_exchange_acq): Likewise.
795 (__arch_exchange_and_add_body): Likewise.
796 (__arch_add_body): Likewise.
797 (atomic_add_negative): Likewise.
798 (atomic_add_zero): Likewise.
799
490df6c4
L
8002012-03-19 H.J. Lu <hongjiu.lu@intel.com>
801
c2722551 802 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
803 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
804
5e52b189
L
8052012-03-19 H.J. Lu <hongjiu.lu@intel.com>
806
807 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
808 Check __x86_64__ instead of __WORDSIZE.
809
a9879d4c
L
8102012-03-19 H.J. Lu <hongjiu.lu@intel.com>
811
812 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
813
5df98260
DM
8142012-03-19 David S. Miller <davem@davemloft.net>
815
e1497744
DM
816 * sysdeps/sparc/fpu/libm-test-ulps: Update.
817
5df98260
DM
818 * sysdeps/sparc/fpu/fenv_private.h: New file.
819 * sysdeps/sparc/fpu/math_private.h: Use it.
820 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
821 Remove.
822 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
823 (libc_feholdexcept_setroundl): Remove.
824 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
825 Remove.
826 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
827 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
828
b4c35121
L
8292012-03-19 H.J. Lu <hongjiu.lu@intel.com>
830
831 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
832 int64_t instead of long int.
833 (INSERT_WORDS64): Likwise.
834
56965fd7
L
8352012-03-19 H.J. Lu <hongjiu.lu@intel.com>
836
837 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
838 _Unwind_GetCFA return to _Unwind_Ptr first.
839
83d1aec8
JM
8402012-03-19 Joseph Myers <joseph@codesourcery.com>
841
1897ad44
JM
842 [BZ #13629]
843 * math/s_clog.c: Include <float.h>.
844 (__clog): Scale large or subnormal inputs.
845 * math/s_clogf.c: Likewise.
846 * math/s_clogl.c: Likewise.
847 * math/s_clog10.c: Include <float.h>.
848 (M_LOG10_2): Define.
849 (__clog10): Scale large or subnormal inputs.
850 * math/s_clog10f.c: Likewise.
851 * math/s_clog10l.c: Likewise.
852 * math/libm-test.inc (clog_test): Add more tests.
853 (clog10_test): Likewise.
854 * sysdeps/i386/fpu/libm-test-ulps: Update.
855 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
856
7726d6a9
JM
857 [BZ #11451]
858 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
859 x and y.
860 * math/libm-test.inc (atan2_test): Add another test.
861
83d1aec8
JM
862 * Makerules (common-objdir-compile): Remove.
863 * sysdeps/unix/Makefile (config-generated): Do not add
864 $(unix-generated) to variable.
865 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
866 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
867 Remove rule.
868 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
869 Likewise.
870 [generic bits/local_lim.h] (before-compile): Do not append to
871 variable.
872 [generic bits/local_lim.h] (common-generated): Likewise.
873 [generic sys/param.h] (before-compile): Do not append to variable.
874 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
875 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
876 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
877 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
878 include.
879 [generic sys/param.h] (sys/param.h-includes): Remove variable.
880 [generic sys/param.h] (sys/param.h-includes): Remove rule.
881 [generic sys/param.h] ($(addprefix
882 $(common-objpfx),$(sys/param.h-includes))): Likewise.
883 [generic sys/param.h] (common-generated): Do not append to
884 variable.
885 [generic sys/param.h] (sysdep_headers): Likewise.
886 [generic bits/errno.h] (before-compile): Do not append to
887 variable.
888 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
889 rule.
890 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
891 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
892 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
893 [generic bits/errno.h] (common-generated): Do not append to
894 variable.
895 [generic bits/ioctls.h] (before-compile): Do not append to
896 variable.
897 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
898 rule.
899 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
900 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
901 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
902 rule.
903 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
904 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
905 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
906 [generic bits/ioctls.h] (common-generated): Do not append to
907 variable.
908 [generic sys/syscall.h] (syscall.h): Remove variable.
909 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
910 rule.
911 [generic sys/syscall.h] (before-compile): Do not append to
912 variable.
913 [generic sys/syscall.h] (common-generated): Likewise.
914 * sysdeps/unix/errnos-tmpl.c: Remove file.
915 * sysdeps/unix/errnos.awk: Likewise.
916 * sysdeps/unix/ioctls-tmpl.c: Likewise.
917 * sysdeps/unix/ioctls.awk: Likewise.
918 * sysdeps/unix/mk-local_lim.c: Likewise.
919 * sysdeps/unix/snarf-ioctls: Likewise.
920
4851a949
RH
9212012-03-19 Richard Henderson <rth@twiddle.net>
922
bd37f2ee
RH
923 * sysdeps/i386/fpu/fenv_private.h: New file.
924 * sysdeps/i386/fpu/math_private.h: Use it.
925 (math_opt_barrier, math_force_eval): Remove.
926 (libc_feholdexcept_setround_53bit): Remove.
927 (libc_feupdateenv_53bit): Remove.
928 * sysdeps/x86_64/fpu/math_private.h: Likewise.
929 (math_opt_barrier, math_force_eval): Remove.
930 (libc_feholdexcept): Remove.
931 (libc_feholdexcept_setround): Remove.
932 (libc_fetestexcept, libc_fesetenv): Remove.
933 (libc_feupdateenv_test): Remove.
934 (libc_feupdateenv, libc_feholdsetround): Remove.
935 (libc_feresetround): Remove.
936
d0adc922
RH
937 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
938 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
939
0fe0f1f8
RH
940 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
941 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
942 (libc_feupdateenv_testl): New.
943 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
944 (libc_feupdateenv_testf): New.
945 (libc_feupdateenv): Use libc_feupdateenv_test.
946 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
947 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
948
eb92c487
RH
949 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
950 (libc_feholdsetroundf, libc_feholdsetroundl): New.
951 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
952 (libc_feresetround_noex): New.
953 (libc_feresetround_noexf): New.
954 (libc_feresetround_noexl): New.
955 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
956 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
957 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
958 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
959 SET_RESTORE_ROUND.
960 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
961 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
962 (__cos): Likewise.
963 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
964 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
965 SET_RESTORE_ROUND_NOEX.
966 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
967 SET_RESTORE_ROUND_NOEXF.
968 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
969 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
970 (libc_feholdsetroundf): New.
971 (libc_feresetround, libc_feresetroundf): New.
972
7d2e8012
RH
973 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
974 (libc_feholdexcept_setround_53bit): Convert from macro to function.
975 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
976
b4dabbb4
RH
977 * sysdeps/generic/math_private.h: Include <fenv.h>.
978 (default_libc_feholdexcept): New.
979 (default_libc_feholdexcept_setround): New.
980 (default_libc_fesetenv, default_libc_feupdateenv): New.
981 (libc_feholdexcept): Only define if undefined.
982 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
983 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
984 (libc_feholdexcept_setroundl): Likewise.
985 (libc_feholdexcept_setround_53bit): Likewise.
986 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
987 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
988 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
989 (libc_feupdateenv_53bit): Likewise.
990 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
991 (libc_feholdexcept): Convert from macro to inline function.
992 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
993 (libc_fesetenv, libc_feupdateenv): Likewise.
994
4851a949
RH
995 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
996 not previously defined.
997 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
998 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
999 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
1000 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
1001 * sysdeps/ieee754/flt-32/math_private.h: New file.
1002 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
1003 math_private.h below SET_FLOAT_WORD.
1004 (__isnan, __isinf_ns, __finite): Remove.
1005 (__isnanf, __isinf_nsf, __finitef): Remove.
1006
e79d442e
AS
10072012-03-18 Andreas Schwab <schwab@linux-m68k.org>
1008
1009 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1010
90b80344
DM
10112012-03-17 David S. Miller <davem@davemloft.net>
1012
1013 [BZ #6471]
1014 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
1015 for 2.16.
1016
edc21804
DM
10172012-03-16 David S. Miller <davem@davemloft.net>
1018
77e927af
DM
1019 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
1020 warnings.
1021
374976dd
DM
1022 [BZ #6471]
1023 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
1024 properly.
1025 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
1026 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
1027 sysdep_routines when subdir is sysvipc.
1028 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
1029 __getshmlba helper.
1030
edc21804
DM
1031 * sysdeps/sparc/fpu/libm-test/ulps: Update.
1032
473c3ef3
L
10332012-03-16 H.J. Lu <hongjiu.lu@intel.com>
1034
1035 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
1036 [__LP64__].
1037
eb0f39b6
L
10382012-03-16 H.J. Lu <hongjiu.lu@intel.com>
1039
1040 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
1041 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
1042 (__lround): Renamed to ...
1043 (__llround): This. Replace long int with long long int.
1044 Define lround functions as aliases of llround functions.
1045 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
1046
6b6cd74b
L
10472012-03-16 H.J. Lu <hongjiu.lu@intel.com>
1048
1049 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1050 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
1051 adresses to uintptr_t. Replace "long int" and "unsigned long
1052 int" with "greg_t" on va_arg.
1053
f1a77b01
L
10542012-03-16 H.J. Lu <hongjiu.lu@intel.com>
1055
1056 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
1057 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
1058
1059 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
1060 Move e_machine check before EI_CLASS check. Handle x32
1061 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
1062 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
1063 SKIP_EM_IA_64 and include
1064 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
1065
1066 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
1067 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
1068 (add_system_dir): New macro.
1069
1070 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
1071 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
1072
11b90b9f
JM
10732012-03-16 Joseph Myers <joseph@codesourcery.com>
1074
c36e1d23
JM
1075 [BZ #2551]
1076 [BZ #2552]
1077 [BZ #2553]
1078 [BZ #2554]
1079 [BZ #2562]
1080 [BZ #2563]
1081 [BZ #2565]
1082 [BZ #2566]
1083 [BZ #2576]
1084 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
1085 (y0): Likewise.
1086 * math/w_j0f.c (j0f): Likewise.
1087 (y0f): Likewise.
1088 * math/w_j0l.c (__j0l): Likewise.
1089 (__y0l): Likewise.
1090 * math/w_j1.c (j1): Likewise.
1091 (y1): Likewise.
1092 * math/w_j1f.c (j1f): Likewise.
1093 (y1f): Likewise.
1094 * math/w_j1l.c (__j1l): Likewise.
1095 (__y1l): Likewise.
1096 * math/w_jn.c (jn): Likewise.
1097 (yn): Likewise.
1098 * math/w_jnf.c (jnf): Likewise.
1099 (ynf): Likewise.
1100 * math/w_jnl.c (__jnl): Likewise.
1101 (__ynl): Likewise.
1102 * math/libm-test.inc (j0_test): Add more tests.
1103 (j1_test): Likewise.
1104 (jn_test): Likewise. Add trailing semicolon to existing test.
1105 (y0_test): Likewise.
1106 (y1_test): Likewise.
1107 * sysdeps/i386/fpu/libm-test-ulps: Update.
1108 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1109
11b90b9f
JM
1110 [BZ #13851]
1111 [BZ #13854]
1112 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
1113 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
1114 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
1115 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
1116 (__tanl): Set errno for infinite argument.
1117 * sysdeps/i386/fpu/mptan.c: Remove.
1118 * sysdeps/i386/fpu/s_tan.S: Likewise.
1119 * sysdeps/i386/fpu/s_tanl.S: Likewise.
1120 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
1121 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
1122 * math/libm-test.inc (tan_test): Add more tests and enable more
1123 tests for double and long double.
1124 * sysdeps/i386/fpu/libm-test-ulps: Update.
1125 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1126
6a1bd2a1
JK
11272012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1128
1129 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
1130 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
1131
10a803e0
RM
11322012-03-16 Roland McGrath <roland@hack.frob.com>
1133
1134 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
1135 * configure.in: Use it for both main tree and add-ons.
1136 * configure: Regenerated.
1137
f196c7f7
L
11382012-03-16 H.J. Lu <hongjiu.lu@intel.com>
1139
1140 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
1141
8848d99d
JM
11422012-03-16 Joseph Myers <joseph@codesourcery.com>
1143
96cbe7f4
JM
1144 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
1145 in comment.
1146
8848d99d
JM
1147 [BZ #13851]
1148 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
1149 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
1150 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
1151 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
1152 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
1153 infinite argument.
1154 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
1155 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
1156 != 0 for prec == 2.
1157 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
1158 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
1159 * sysdeps/i386/fpu/s_cosl.S: Likewise.
1160 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
1161 * sysdeps/i386/fpu/s_sinl.S: Likewise.
1162 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
1163 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
1164 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
1165 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
1166 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
1167 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
1168 * math/libm-test.inc (cos_test): Add more tests and enable more
1169 tests for long double.
1170 (sin_test): Likewise.
1171 (sincos_test): Likewise.
1172 * sysdeps/i386/fpu/libm-test-ulps: Update.
1173 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1174
dd7f4703
DM
11752012-03-16 David S. Miller <davem@davemloft.net>
1176
1177 * sysdeps/sparc/fpu/math_private.h: New file.
1178
006f1daa
DM
11792012-03-15 David S. Miller <davem@davemloft.net>
1180
c0c83bc8
DM
1181 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
1182 file.
e6a62e18 1183 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
1184 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
1185 file.
e6a62e18
DM
1186 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
1187 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
1188 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
1189 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
1190 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
1191 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
1192 sysdep routines.
1193 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
1194
88cb87d9
DM
1195 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
1196 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
1197
006f1daa 1198 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
1199 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
1200 sparc-ifunc.h
006f1daa 1201 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
1202 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
1203 Likewise.
1204 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
1205 Likewise.
006f1daa
DM
1206 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
1207 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
1208 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
1209 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
1210 Likewise.
006f1daa
DM
1211 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
1212 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
1213 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
1214 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
1215 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
1216 Likewise.
1217 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
1218 Likewise.
006f1daa
DM
1219 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
1220 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
1221 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
1222 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
1223 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
1224 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
1225 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
1226 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
1227 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
1228 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
1229 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
1230 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
1231 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
1232 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
1233 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
1234 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
1235 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
1236 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
1237 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
1238 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
1239 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
1240 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
1241 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
1242 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
1243
11e0098e
AS
12442012-03-15 Andreas Schwab <schwab@linux-m68k.org>
1245
1246 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
1247 scaling.
1248 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1249
e85b09d0
AJ
12502012-03-15 Andreas Jaeger <aj@suse.de>
1251
1252 [BZ #13852]
1253 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
1254 ieee754/flt-32 implementation for sin, cos and sincos.
1255 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
1256 * sysdeps/i386/fpu/s_cosf.S: Likewise.
1257 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
1258 * sysdeps/i386/fpu/s_sinf.S: Likewise.
1259 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
1260 ieee754/flt-32 implementation for tan.
1261
1262 * math/libm-test.inc (cos_test): Enable some large input tests for
1263 float as well
1264 (sin_test): Likewise.
1265 (sincos_test): Likewise.
1266 (tan_test): Add tests for large input.
1267
1268 * sysdeps/i386/fpu/libm-test-ulps: Update.
1269
81c64153
AJ
12702012-03-15 Andreas Jaeger <aj@suse.de>
1271
1272 [BZ #13658]
1273 * math/libm-test.inc (cos_test): Add more test cases.
1274 (sin_test): Likewise.
1275 (sincos_test): Likewise.
1276
7bbfa5c6
AJ
12772012-03-15 Andreas Jaeger <aj@suse.de>
1278
1279 [BZ #13837]
1280 * math/libm-test.inc (cos_test): Add a test case for large input
1281 value.
1282 (sin_test): Likewise.
1283 (sincos_test): Likewise.
1284
12852012-03-15 Andreas Jaeger <aj@suse.de>,
1286 Joseph Myers <joseph@codesourcery.com>
1287
1288 [BZ #13658]
0671f479 1289 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
1290 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
1291 * sysdeps/i386/fpu/branred.c: Likewise.
1292 * sysdeps/i386/fpu/dosincos.c: Likewise.
1293 * sysdeps/i386/fpu/mpa.c: Likewise.
1294 * sysdeps/i386/fpu/s_cos.S: Likewise.
1295 * sysdeps/i386/fpu/s_sin.S: Likewise.
1296 * sysdeps/i386/fpu/s_sincos.S: Likewise.
1297 * sysdeps/i386/fpu/sincos32.c: Likewise.
1298
1299 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
1300 Define.
1301 (libc_feupdateenv_53bit): Define.
1302 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
1303 Define.
1304 (libc_feupdateenv_53bit): Define.
1305
1306 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
1307 53 bit (without extend i386 double precision).
1308
1309 * math/libm-test.inc (sincos_test): Add tests for large input.
1310 (sin): Likewise.
1311 (cos): Likewise.
1312
1313 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1314
9cad04ea
AS
13152012-03-15 Andreas Schwab <schwab@linux-m68k.org>
1316
1317 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1318
f7062b9a
DM
13192012-03-15 David S. Miller <davem@davemloft.net>
1320
1321 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
1322 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
1323 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
1324 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
1325 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
1326 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
1327 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
1328 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
1329 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
1330 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
1331 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
1332 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
1333 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
1334 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
1335 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
1336 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
1337 file.
f7062b9a 1338 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
1339 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
1340 file.
f7062b9a 1341 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
1342 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
1343 file.
f7062b9a 1344 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
1345 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
1346 file.
f7062b9a
DM
1347 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
1348 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
1349 fmin/fmax sysdep routines.
1350 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
1351
7bd951ff
DM
13522012-03-14 David S. Miller <davem@davemloft.net>
1353
559398ab
DM
1354 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
1355 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
1356 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
1357 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
1358 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
1359 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
1360 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
1361 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
1362 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
1363 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
1364 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
1365 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
1366 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
1367 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
1368 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
1369 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
1370 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
1371 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
1372 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
1373 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
1374 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
1375 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
1376 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
1377 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
1378 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
1379 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
1380 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
1381 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
1382 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
1383 routines.
1384 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
1385 file.
559398ab 1386 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
1387 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
1388 file.
559398ab 1389 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
1390 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
1391 file.
559398ab 1392 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
1393 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
1394 file.
559398ab 1395 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
1396 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
1397 file.
559398ab 1398 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
1399 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
1400 file.
1401 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
1402 file.
1403 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
1404 file.
1405 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
1406 file.
1407 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
1408 New file.
1409 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
1410 file.
1411 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
1412 file.
559398ab 1413 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
1414 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
1415 file.
559398ab 1416 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
1417 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
1418 file.
559398ab 1419 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
1420 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
1421 file.
559398ab 1422 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
1423 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
1424 VIS3 routines.
559398ab
DM
1425
1426 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
1427 New file.
1428
5a1c1e32
DM
1429 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1430
eae47a36
DM
1431 * sysdeps/sparc/configure.in: New file.
1432 * sysdeps/sparc/configure: Generate.
1433 * configure.in (libc_cv_sparc_as_vis3): Substitute.
1434 * configure: Regenerate.
1435 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
1436 * config.make.in (have-as-vis3): New.
1437 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
1438 available use -Av9d instead of -Av9a.
1439 * sysdeps/sparc/sparc64/Makefile: Likewise.
1440 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
1441 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
1442 New file.
1443 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
1444 file.
1445 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
1446 New file.
1447 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
1448 file.
eae47a36
DM
1449 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
1450 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
1451 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
1452 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
1453 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
1454
c0c83bc8
DM
1455 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
1456 fzeros/fnegs to load 0x80000000 into a float register instead of
1457 using the stack.
7bd951ff
DM
1458 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
1459
bd951ccb
JM
14602012-03-14 Joseph Myers <joseph@codesourcery.com>
1461
1462 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1463 bits/syscall.h.
1464 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
1465 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
1466 ($(inst_includedir)/bits/syscall.h): Remove rule.
1467 ($(objpfx)bits/syscall.d): Include instead of
1468 $(objpfx)syscall-list.d.
1469 (generated): Change syscall-list.h and syscall-list.d to
1470 bits/syscall.h and bits/syscall.d.
1471
bb4e6db2
RM
14722012-03-14 Roland McGrath <roland@hack.frob.com>
1473
1474 [BZ #13846]
1475 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
1476
aa4a2ae1
JM
14772012-03-14 Joseph Myers <joseph@codesourcery.com>
1478
e456826d
JM
1479 [BZ #13841]
1480 * math/s_csqrt.c: Include <float.h>.
1481 (__csqrt): Scale large or subnormal inputs.
1482 * math/s_csqrtf.c: Likewise.
1483 * math/s_csqrtl.c: Likewise.
1484 * math/libm-test.inc (csqrt_test): Add more tests.
1485 * sysdeps/i386/fpu/libm-test-ulps: Update.
1486 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1487
aa4a2ae1
JM
1488 [BZ #13840]
1489 * math/libm-test.inc (hypot_test): Add more tests.
1490
7c10fd35
DM
14912012-03-13 David S. Miller <davem@davemloft.net>
1492
1493 [BZ #13840]
1494 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
1495 double-precision for the calculation instead of scaling.
1496
f453b98b
JM
14972012-03-13 Joseph Myers <joseph@codesourcery.com>
1498
1499 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
1500 manipulate bits before adding and subtracting TWO52[sx].
1501 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
1502 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
1503 Likewise.
1504 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
1505
09a3453f
DM
15062012-03-13 David S. Miller <davem@davemloft.net>
1507
8e59da90
DM
1508 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
1509 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
1510 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
1511 rtld-global-offsets.h
1512 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1513
2a8ab7f2
DM
1514 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
1515 large parameters.
1516
10f62770
DM
1517 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
1518
5f0bdb18
DM
1519 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
1520 'err' in the ifdef scope in which it is actually used.
1521
09a3453f
DM
1522 * nss/nss_db/db-init.c: Include string.h
1523
b4b2eb5e
DM
15242012-03-12 David S. Miller <davem@davemloft.net>
1525
98bb2f1c
DM
1526 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
1527 masking out of the most significant byte of random value used.
1528 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
1529 Fix coding style in previous change.
1530
b4b2eb5e
DM
1531 * sysdeps/unix/sysv/linux/kernel-features.h
1532 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
1533 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
1534 expression.
1535 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
1536 later.
1537
6e226b09
DM
15382012-03-11 David S. Miller <davem@davemloft.net>
1539
a1bcbd40
DM
1540 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
1541 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
1542 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
1543 for 'resultvar' otherwise things get truncated on 64-bit.
1544
cb9d6174
DM
1545 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
1546 Fix masking out of the most significant byte of random value used.
1547
6e226b09
DM
1548 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1549
058c132d
AS
15502012-03-10 Andreas Schwab <schwab@linux-m68k.org>
1551
1552 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1553
2d2cd515
DM
15542012-03-09 David S. Miller <davem@davemloft.net>
1555
1556 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
1557 variables with appropriate CPP guards.
1558 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
1559 frame pointer, not the stack pointer. Correct layout comments. Fix test
1560 on resulting framesize and the management of the outregs buffer for pltexit.
1561 Preserve floating point return values across _dl_call_pltexit call.
1562 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
1563 framesize and the management of the outregs buffer for pltexit.
1564 Preserve floating point return values across _dl_call_pltexit
1565 call.
1566 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
1567 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
1568 (print_exit): Fix format string for return register value.
1569
9a07f9d0
JM
15702012-03-10 Joseph Myers <joseph@codesourcery.com>
1571
1572 * sunrpc/Makefile (others): Add rpcgen.
1573 ($(objpfx)rpcgen): Remove special build rule and dependency on
1574 libc.
1575 * sunrpc/rpcgen.c: New file.
1576
547b5e30
PE
15772012-03-09 Paul Eggert <eggert@cs.ucla.edu>
1578
c524201a
PE
1579 [BZ #13673]
1580 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
1581 * stdio-common/bug-vfprintf-nargs.c: Likewise.
1582 * sysdeps/i386/crti.S: Likewise.
1583 * sysdeps/i386/crtn.S: Likewise.
1584 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
1585 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
1586 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
1587 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
1588 * sysdeps/sh/crti.S: Likewise.
1589 * sysdeps/sh/crtn.S: Likewise.
1590 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
1591
7b6235f2
PE
1592 [BZ #13673]
1593 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
1594 with URL.
1595 * locale/programs/locfile-kw.gperf: Likewise.
1596 * locale/programs/charmap-kw.h: Regenerated.
1597 * locale/programs/locfile-kw.h: Likewise.
1598
547b5e30
PE
1599 [BZ #13673]
1600 * intl/plural.y: Replace FSF snail mail address with URL.
1601 * intl/plural.c: Regenerated.
1602
5f0a5dae
RH
16032012-03-09 Richard Henderson <rth@twiddle.net>
1604
1605 * include/math_private.h: Remove file.
1606 * math/math_private.h: Move file ...
1607 * sysdeps/generic/math_private.h: ... here.
1608
b8c03620
RH
1609 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
1610 * sysdeps/powerpc/fpu/math_private.h: Likewise.
1611 * sysdeps/x86_64/fpu/math_private.h: Likewise.
1612
4e234f5d 1613 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
1614 and <math_private.h>.
1615 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
1616 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
1617 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
1618 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
1619 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
1620 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1621 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1622 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1623 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
1624 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1625 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1626 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
1627 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
1628 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1629 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
1630 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
1631 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
1632 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
1633 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
1634 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
1635 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1636 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
1637 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
1638 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1639 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
1640 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1641 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
1642 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1643 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1644 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
1645 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
1646 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1647 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
1648 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
1649 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
1650 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
1651 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
1652 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
1653 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
1654 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
1655 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
1656 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
1657 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
1658 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
1659 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
1660 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
1661 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
1662 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
1663 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
1664 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
1665 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
1666 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
1667 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
1668 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
1669 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
1670 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
1671 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
1672 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
1673 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
1674 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
1675 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1676 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
1677 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1678 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
1679 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
1680 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1681 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1682 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1683 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
1684 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
1685 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
1686 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
1687 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
1688 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
1689 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
1690 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
1691 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
1692 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
1693 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
1694 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
1695 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
1696 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
1697 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
1698 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
1699 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
1700 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
1701 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
1702 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
1703 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
1704 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
1705 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
1706 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
1707 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
1708 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
1709 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
1710 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
1711 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
1712 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
1713 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
1714 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
1715 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
1716 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
1717 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
1718 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
1719 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
1720 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
1721 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
1722 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
1723 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
1724 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
1725 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
1726 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
1727 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
1728 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
1729 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
1730 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
1731 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
1732 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
1733 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
1734 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1735 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
1736 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
1737 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
1738 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
1739 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
1740 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
1741 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
1742 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
1743 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
1744 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
1745 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
1746 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
1747 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
1748 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
1749 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
1750 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
1751 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
1752 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
1753 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
1754 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
1755 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
1756 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
1757 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
1758 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
1759 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
1760 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
1761 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
1762 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
1763 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
1764 * sysdeps/ieee754/k_standard.c: Likewise.
1765 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
1766 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1767 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1768 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
1769 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
1770 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1771 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
1772 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
1773 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
1774 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1775 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1776 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1777 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1778 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1779 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1780 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1781 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
1782 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
1783 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1784 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
1785 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
1786 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
1787 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1788 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
1789 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1790 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1791 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
1792 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
1793 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
1794 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1795 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1796 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
1797 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
1798 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
1799 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
1800 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
1801 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
1802 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
1803 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
1804 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
1805 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
1806 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
1807 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1808 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
1809 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
1810 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
1811 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
1812 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
1813 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
1814 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
1815 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
1816 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
1817 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
1818 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
1819 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
1820 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
1821 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
1822 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
1823 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
1824 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
1825 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
1826 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
1827 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
1828 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
1829 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
1830 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
1831 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
1832 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
1833 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
1834 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
1835 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
1836 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
1837 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
1838 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
1839 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
1840 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
1841 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
1842 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
1843 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
1844 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
1845 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
1846 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
1847 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
1848 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
1849 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
1850 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1851 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
1852 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
1853 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
1854 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
1855 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
1856 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
1857 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1858 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
1859 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1860 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
1861 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
1862 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1863 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1864 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
1865 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
1866 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1867 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
1868 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
1869 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
1870 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
1871 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1872 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1873 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
1874 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
1875 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
1876 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
1877 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
1878 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1879 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
1880 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
1881 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
1882 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
1883 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1884 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1885 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1886 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1887 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
1888 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
1889 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
1890 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
1891 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
1892 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
1893 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
1894 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1895 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
1896 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
1897 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
1898 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
1899 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
1900 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
1901 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
1902 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
1903 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
1904 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
1905 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
1906 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
1907 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
1908 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
1909 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
1910 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
1911 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
1912 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
1913 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
1914 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
1915 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
1916 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
1917 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
1918 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
1919 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
1920 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
1921 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
1922 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
1923 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
1924 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
1925 * sysdeps/ieee754/s_lib_version.c: Likewise.
1926 * sysdeps/ieee754/s_matherr.c: Likewise.
1927 * sysdeps/ieee754/s_signgam.c: Likewise.
1928 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
1929 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
1930 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
1931 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
1932 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
1933 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
1934 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
1935 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
1936 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
1937 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
1938 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
1939 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
1940 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
1941 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
1942 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
1943 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
1944 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
1945 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
1946 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
1947 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
1948 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 1949
1991fa03
JM
19502012-03-09 Joseph Myers <joseph@codesourcery.com>
1951
1952 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
1953 * sunrpc/rpc_main.c: Likewise.
1954 * sunrpc/rpc_svcout.c: Likewise.
1955
60d6f5a6
DM
19562012-03-09 David S. Miller <davem@davemloft.net>
1957
1958 * include/math_private.h: New file.
1959
4962050e
JM
19602012-03-09 Joseph Myers <joseph@codesourcery.com>
1961
02a6f887
JM
1962 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
1963 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
1964 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
1965 from <bits/socket_type.h>.
1966 (enum __socket_type): Don't define here.
1967 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
1968 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1969 bits/socket_type.h.
1970
c6e013c1
JM
1971 [BZ #13566]
1972 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
1973 checking __USE_GNU.
1974
4962050e
JM
1975 * Makerules ($(inst_includedir)/%.h): New rule.
1976 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
1977 (install-others): Remove variable setting.
1978 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
1979
38842f45
RH
19802012-03-08 Richard Henderson <rth@twiddle.net>
1981
67bb6da6
RH
1982 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
1983 from macro to inline function; merge with the
1984 !__LIBC_INTERNAL_MATH_INLINES version.
1985 (__ieee754_sqrtf): Likewise.
1986
15194b4b
RH
1987 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
1988 to inline function.
1989 (__rintf, __floor, __floorf): Likewise.
1990
64e21ede
RH
1991 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
1992 macro to inline function.
1993 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
1994
38842f45
RH
1995 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
1996 not <math/math_private.h>.
1997
c64bf5fe
DM
19982012-03-08 David S. Miller <davem@davemloft.net>
1999
2000 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
2001 copyright year.
2002 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
2003
82d86f28
TS
20042012-03-08 Thomas Schwinge <thomas@codesourcery.com>
2005
2006 * resolv/gai_misc.c (handle_requests): Fix struct timespec
2007 normalization.
2008 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
2009 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2010
aea5d727
UD
20112012-03-08 Ulrich Drepper <drepper@gmail.com>
2012
2013 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
2014 be defined individually, they must be defined as a block. Define
2015 S for printing a string instead of hidint the different by using a
2016 macro for adding the 'l'.
2017 * stdio-common/tst-fphex-wide.c: Adjust.
2018
70bca0a3
MP
20192012-03-07 Marek Polacek <polacek@redhat.com>
2020
2021 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
2022
65b81130
MP
20232012-03-08 Marek Polacek <polacek@redhat.com>
2024
2025 [BZ #13806]
2026 * stdio-common/Makefile (tests): Add tst-fphex-wide.
2027 * stdio-common/tst-fphex.c: Define a few macros to make the
2028 test reusable. Use them.
2029 * stdio-common/tst-fphex-wide.c: New file.
2030
07037eeb
JM
20312012-03-08 Joseph Myers <joseph@codesourcery.com>
2032
a7a93d50
JM
2033 [BZ #6911]
2034 * manual/macros.texi (gnusystems): New macro.
2035 (nongnusystems): Likewise.
2036 (gnulinuxhurdsystems): Likewise.
2037 (gnuhurdsystems): Likewise..
2038 (gnulinuxsystems): Likewise.
2039 * manual/charset.texi: Use new macros or @theglibc{} to refer to
2040 variants of the GNU system, not "GNU system".
2041 * manual/conf.texi: Likewise.
2042 * manual/errno.texi: Likewise. Update example of errno macro
2043 expansion.
2044 * manual/filesys.texi: Likewise.
2045 (getumask): Document as specific to GNU/Hurd.
2046 * manual/install.texi: Likewise. Reword some references to
2047 GNU/Linux.
2048 * manual/intro.texi: Likewise.
2049 * manual/io.texi: Likewise.
2050 (File Name Portability): Detail which constraints are inapplicable
2051 to all GNU systems and which are only inapplicable to GNU/Hurd.
2052 * manual/job.texi: Likewise.
2053 * manual/llio.texi: Likewise.
2054 (O_NOCTTY): Document as present on GNU/Linux.
2055 * manual/maint.texi: Likewise.
2056 * manual/memory.texi: Likewise.
2057 * manual/pattern.texi: Likewise.
2058 * manual/pipe.texi: Likewise.
2059 * manual/process.texi: Likewise.
2060 * manual/resource.texi: Likewise.
2061 (RUSAGE_CHILDREN): Remove statement about specifying a particular
2062 child on GNU/Hurd.
2063 * manual/setjmp.texi: Likewise.
2064 * manual/signal.texi: Likewise.
2065 * manual/startup.texi: Likewise.
2066 * manual/stdio.texi: Likewise.
2067 * manual/terminal.texi: Likewise.
2068 (ONLCR): Document as POSIX.
2069 (OXTABS): Document availability on GNU/Linux as XTABS.
2070 (ONOEOT): Document availability separately from other bits.
2071 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
2072 * manual/time.texi: Likewise.
2073 * manual/users.texi: Likewise.
2074 * INSTALL: Regenerated.
2075 * sysdeps/gnu/errlist.c: Regenerated.
2076
07037eeb
JM
2077 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
2078 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
2079 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
2080 puts.
2081 * configure: Regenerated.
2082
d1d3431a
JM
20832012-03-07 Joseph Myers <joseph@codesourcery.com>
2084
af6a1e37
JM
2085 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
2086 default includes instead of AC_HEADER_CHECK.
2087 * sysdeps/i386/configure: Regenerated.
2088
d1d3431a
JM
2089 [BZ #10716]
2090 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
2091 * math/s_cacoshf.c (__cacoshf): Likewise.
2092 * math/s_cacoshl.c (__cacoshl): Likewise.
2093 * math/s_casinh.c (__casinh): Set signs of result from argument.
2094 * math/s_casinhf.c (__casinhf): Likewise.
2095 * math/s_casinhl.c (__casinhl): Likewise.
2096 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
2097 (casinh_test): Add more tests.
2098 * sysdeps/i386/fpu/libm-test-ulps: Update.
2099 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2100
482ff4da
UD
21012012-03-07 Ulrich Drepper <drepper@gmail.com>
2102
872fda05
UD
2103 * po/zh_TW.po: Update from translation team.
2104
a4300c7a
UD
2105 * login/Makefile (distribute): Remove variable.
2106 * catgets/Makefile: Likewise.
2107 * mach/Makefile: Likewise.
2108 * malloc/Makefile: Likewise.
2109 * misc/Makefile: Likewise.
2110 * iconv/Makefile: Likewise.
2111 * nscd/Makefile: Likewise.
2112 * hurd/Makefile: Likewise.
2113 * manual/Makefile: Likewise.
2114 * locale/Makefile: Likewise.
2115 * intl/Makefile: Likewise.
2116 * conform/Makefile: Likewise.
2117 * nss/Makefile: Likewise.
2118 * time/Makefile: Likewise.
2119 * soft-fp/Makefile: Likewise.
2120 * dirent/Makefile: Likewise.
2121 * gmon/Makefile: Likewise.
2122 * po/Makefile: Likewise.
2123 * rt/Makefile: Likewise.
2124 * socket/Makefile: Likewise.
2125 * math/Makefile: Likewise.
2126 * signal/Makefile: Likewise.
2127 * debug/Makefile: Likewise.
2128 * elf/Makefile: Likewise.
2129 * timezone/Makefile: Likewise.
2130 * stdlib/Makefile: Likewise.
2131 * iconvdata/Makefile: Likewise.
2132 * sunrpc/Makefile: Likewise.
2133 * io/Makefile: Likewise.
2134 * argp/Makefile: Likewise.
2135 * inet/Makefile: Likewise.
2136 * hesiod/Makefile: Likewise.
2137 * grp/Makefile: Likewise.
2138 * csu/Makefile: Likewise.
2139 * wctype/Makefile: Likewise.
2140 * crypt/Makefile: Likewise.
2141 * libio/Makefile: Likewise.
2142 * string/Makefile: Likewise.
2143 * nis/Makefile: Likewise.
2144 * resolv/Makefile: Likewise.
2145 * stdio-common/Makefile: Likewise.
2146 * wcsmbs/Makefile: Likewise.
2147 * dlfcn/Makefile: Likewise.
2148 * posix/Makefile: Likewise.
2149
482ff4da
UD
2150 * timezone/Makefile: Don't install timezone files, just the programs
2151 and scripts.
2152
f72ed77d
UD
21532012-03-06 Ulrich Drepper <drepper@gmail.com>
2154
a000466f
UD
2155 * nss/databases.def: Add missing gshadow entry.
2156
f72ed77d
UD
2157 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
2158
a53b7a4e
MP
21592012-03-06 Marek Polacek <polacek@redhat.com>
2160
2161 [BZ #13726]
2162 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
2163 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
2164 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
2165 * stdio-common/tst-long-dbl-fphex.c: New file.
2166
e9258400
DM
21672012-03-06 David S. Miller <davem@davemloft.net>
2168
2169 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
2170 (set_obp_int): New function.
2171 (get_obp_int): New function.
2172 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
2173 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2174 Avoid unused variable warnings on 'val' and use builtin_expect.
2175 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
2176 __builtin_expect.
e9258400
DM
2177 (INLINE_CLONE_SYSCALL): Likewise.
2178
3bd2c723
DM
21792012-03-05 David S. Miller <davem@davemloft.net>
2180
2181 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2182
bbb78d03
AS
21832012-03-05 Andreas Schwab <schwab@linux-m68k.org>
2184
884c5db4
AS
2185 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2186
bbb78d03
AS
2187 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
2188 only for |x| >= 40.
2189 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
2190
1c9f702a 21912012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
2192
2193 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
2194 Replace gettimeofday with __vdso_gettimeofday.
2195
7be16f82
RM
2196 * sysdeps/unix/sysv/linux/x86_64/init-first.c
2197 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
2198 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
2199
2200 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
2201 time with __vdso_time.
2202
ed58a00f
JM
22032012-03-05 Joseph Myers <joseph@codesourcery.com>
2204
2205 * manual/lang.texi (size_t): Note types to which size_t may be
2206 equivalent with the GNU C Library, but do not describe when
2207 differences between them are significant.
2208
30ee4ced
AJ
22092012-03-05 Andreas Jaeger <aj@suse.de>
2210
2211 * sysdeps/i386/fpu/libm-test-ulps: Update.
2212
b7cd39e8
JM
22132012-03-05 Joseph Myers <joseph@codesourcery.com>
2214
2215 [BZ #3976]
2216 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
2217 (__ieee754_pow): Save and restore rounding mode and use
2218 round-to-nearest for main computations.
2219 * math/libm-test.inc (pow_test_tonearest): New function.
2220 (pow_test_towardzero): Likewise.
2221 (pow_test_downward): Likewise.
2222 (pow_test_upward): Likewise.
2223 (main): Call the new functions.
2224 * sysdeps/i386/fpu/libm-test-ulps: Update.
2225 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
2226
2227 [BZ #3976]
2228 * math/libm-test.inc (cosh_test_tonearest): New function.
2229 (cosh_test_towardzero): Likewise.
2230 (cosh_test_downward): Likewise.
2231 (cosh_test_upward): Likewise.
2232 (sinh_test_tonearest): Likewise.
2233 (sinh_test_towardzero): Likewise.
2234 (sinh_test_downward): Likewise.
2235 (sinh_test_upward): Likewise.
2236 (main): Call the new functions.
2237 * sysdeps/i386/fpu/libm-test-ulps: Update.
2238 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2239
6c6a98c9
TV
22402012-03-05 Tom de Vries <tom@codesourcery.com>
2241
2242 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
2243 default stack guard is set in last bytes.
2244 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
2245
21bb2d2e 22462012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 2247
21bb2d2e 2248 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 2249
21bb2d2e
AJ
2250 [BZ #13656]
2251 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
2252 possibly allocate from heap instead of stack.
2253 * stdio-common/bug-vfprintf-nargs.c: New file.
2254 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 2255
c6922934
AS
22562012-03-03 Andreas Schwab <schwab@linux-m68k.org>
2257
2258 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2259
bc957d53
MP
22602012-03-03 Marek Polacek <polacek@redhat.com>
2261
2262 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
2263 * math/math_private.h: Likewise.
2264 * stdlib/tst-strtod.c: Likewise.
2265 * sysdeps/i386/i486/bits/atomic.h: Likewise.
2266 * sysdeps/x86_64/bits/atomic.h: Likewise.
2267
6358490d
DM
22682012-03-02 David S. Miller <davem@davemloft.net>
2269
2270 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
2271 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
2272 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
2273 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
2274 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
2275 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
2276 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
2277 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
2278
01ae168d
RM
22792012-03-02 Roland McGrath <roland@hack.frob.com>
2280
d9a17c07
RM
2281 [BZ #13792]
2282 * manual/examples/README: New file, says the example source files
2283 can be used under GPL>=2.
2284 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
2285 line containing just "*/".
2286 * manual/examples/add.c: Add copyright header (GPL>=2).
2287 * manual/examples/argp-ex1.c: Likewise.
2288 * manual/examples/argp-ex2.c: Likewise.
2289 * manual/examples/argp-ex3.c: Likewise.
2290 * manual/examples/argp-ex4.c: Likewise.
2291 * manual/examples/atexit.c: Likewise.
2292 * manual/examples/db.c: Likewise.
2293 * manual/examples/dir.c: Likewise.
2294 * manual/examples/dir2.c: Likewise.
2295 * manual/examples/execinfo.c: Likewise.
2296 * manual/examples/filecli.c: Likewise.
2297 * manual/examples/filesrv.c: Likewise.
2298 * manual/examples/fmtmsgexpl.c: Likewise.
2299 * manual/examples/genpass.c: Likewise.
2300 * manual/examples/inetcli.c: Likewise.
2301 * manual/examples/inetsrv.c: Likewise.
2302 * manual/examples/isockad.c: Likewise.
2303 * manual/examples/longopt.c: Likewise.
2304 * manual/examples/memopen.c: Likewise.
2305 * manual/examples/memstrm.c: Likewise.
2306 * manual/examples/mkfsock.c: Likewise.
2307 * manual/examples/mkisock.c: Likewise.
2308 * manual/examples/mygetpass.c: Likewise.
2309 * manual/examples/pipe.c: Likewise.
2310 * manual/examples/popen.c: Likewise.
2311 * manual/examples/rprintf.c: Likewise.
2312 * manual/examples/search.c: Likewise.
2313 * manual/examples/select.c: Likewise.
2314 * manual/examples/setjmp.c: Likewise.
2315 * manual/examples/sigh1.c: Likewise.
2316 * manual/examples/sigusr.c: Likewise.
2317 * manual/examples/stpcpy.c: Likewise.
2318 * manual/examples/strdupa.c: Likewise.
2319 * manual/examples/strftim.c: Likewise.
2320 * manual/examples/strncat.c: Likewise.
2321 * manual/examples/subopt.c: Likewise.
2322 * manual/examples/swapcontext.c: Likewise.
2323 * manual/examples/termios.c: Likewise.
2324 * manual/examples/testopt.c: Likewise.
2325 * manual/examples/testpass.c: Likewise.
2326 * manual/examples/timeval_subtract.c: Likewise.
2327
01ae168d
RM
2328 [BZ #13792]
2329 * manual/time.texi (Elapsed Time): Move timeval_subtract example
2330 function to ...
2331 * manual/timeval_subtract.c.texi: ... here, new file.
2332
49efa33d
DM
23332012-03-02 David S. Miller <davem@davemloft.net>
2334
2335 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
2336
28afd92d
JM
23372012-03-02 Joseph Myers <joseph@codesourcery.com>
2338
804360ed
JM
2339 [BZ #3976]
2340 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
2341 (__sin): Save and restore rounding mode and use round-to-nearest
2342 for all computations.
2343 (__cos): Save and restore rounding mode and use round-to-nearest
2344 for all computations.
2345 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
2346 <fenv.h>.
2347 (tan): Save and restore rounding mode and use round-to-nearest for
2348 all computations.
2349 * math/libm-test.inc (cos_test_tonearest): New function.
2350 (cos_test_towardzero): Likewise.
2351 (cos_test_downward): Likewise.
2352 (cos_test_upward): Likewise.
2353 (sin_test_tonearest): Likewise.
2354 (sin_test_towardzero): Likewise.
2355 (sin_test_downward): Likewise.
2356 (sin_test_upward): Likewise.
2357 (tan_test_tonearest): Likewise.
2358 (tan_test_towardzero): Likewise.
2359 (tan_test_downward): Likewise.
2360 (tan_test_upward): Likewise.
2361 (main): Call the new functions.
2362 * sysdeps/i386/fpu/libm-test-ulps: Update.
2363 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2364
a6d06d7b
JM
2365 [BZ #10135]
2366 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
2367 small n, then large n, before computing and testing k+n.
2368 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
2369 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
2370 Likewise.
2371 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
2372 Likewise.
2373 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
2374 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
2375 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
2376 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
2377 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
2378 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
2379 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
2380 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
2381 * math/libm-test.inc (scalbn_test): Add more tests.
2382 (scalbln_test): Likewise.
2383
07e12bb3
JM
2384 * manual/filesys.texi (mode_t): Describe constraints on size and
2385 signedness, not exact equivalence to a particular type.
2386 (ino_t): Likewise.
2387 (ino64_t): Likewise.
2388 (dev_t): Likewise.
2389 (nlink_t): Likewise.
2390 (blkcnt_t): Likewise.
2391 (blkcnt64_t): Likewise.
2392 * manual/llio.texi (off_t): Likewise.
2393
28afd92d
JM
2394 [BZ #3976]
2395 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
2396 (__ieee754_exp): Save and restore rounding mode and use
2397 round-to-nearest for all computations.
2398 * math/libm-test.inc (exp_test_tonearest): New function.
2399 (exp_test_towardzero): Likewise.
2400 (exp_test_downward): Likewise.
2401 (exp_test_upward): Likewise.
2402 (main): Call the new functions.
2403 * sysdeps/i386/fpu/libm-test-ulps: Update.
2404 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2405
b1eeb65d
CD
24062012-03-01 Chris Demetriou <cgd@google.com>
2407
2408 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
2409 have predictable order.
2410
53362a4b
DM
24112012-03-01 David S. Miller <davem@davemloft.net>
2412
3c969083
DM
2413 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
2414
759707de
DM
2415 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
2416 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
2417 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
2418 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
2419
dfdb8ff2
DM
2420 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
2421 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
2422 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
2423 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
2424 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
2425 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
2426 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
2427 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
2428 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
2429
ead89f96
DM
2430 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2431
7f66bd07
DM
2432 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
2433 * sysdeps/sparc/fpu/libm-test-ulps: to here.
2434 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
2435
53362a4b
DM
2436 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
2437 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2438 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2439 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
2440 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
2441 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
2442 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
2443 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2444 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2445 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
2446 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
2447 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
2448 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2449 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
2450 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
2451 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2452 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
2453 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
2454 * sysdeps/sparc/elf/configure: Regenerated.
2455
7b1902cb
JM
24562012-03-01 Joseph Myers <joseph@codesourcery.com>
2457
bec039bc
JM
2458 * configure.in (AS, LD): Require binutils 2.20 or later.
2459 * configure: Regenerated.
2460 * manual/install.texi (Tools for Compilation): Give binutils 2.20
2461 as required minimum version.
2462 * INSTALL: Regenerated.
2463
7b1902cb
JM
2464 [BZ #2541]
2465 [BZ #4108]
2466 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
2467 before squaring exponent.
2468 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
2469 bottom long double and 27 bits of top long double before squaring
2470 exponent.
2471 * math/libm-test.inc (erfc_test): Add more tests.
2472 * sysdeps/i386/fpu/libm-test-ulps: Update.
2473 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
2474 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2475
f775c276
KT
24762012-03-01 Kai Tietz <ktietz@redhat.com>
2477
2478 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
2479 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
2480 containing bit-fields.
2481 * soft-fp/extended.h (_FP_UNION_E): Likewise.
2482 * soft-fp/single.h (_FP_UNION_S): Likewise.
2483 * soft-fp/double.h (_FP_UNION_D): Likewise.
2484
5b8a4d4a
JM
24852012-02-29 Joseph Myers <joseph@codesourcery.com>
2486
0bab47b6
JM
2487 [BZ #13786]
2488 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
2489 not include ../strcmp.S.
2490 [USE_AS_STRNCASECMP_L]: Likewise.
2491 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
2492 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
2493 * sysdeps/i386/i686/multiarch/strncase_l-c.c
2494 (__strncasecmp_l_ia32): Define as alias to
2495 __strncasecmp_l_nonascii.
2496
0fcad3e2
JM
2497 [BZ #5794]
2498 * math/libm-test.inc (expm1_test): Add test for bug 5794.
2499 * sysdeps/i386/fpu/libm-test-ulps: Update.
2500 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2501
5b8a4d4a
JM
2502 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
2503 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2504
8fdceb2e
JL
25052012-02-29 Jeff Law <law@redhat.com>
2506
2507 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
2508 out of bounds read.
2509
1f393a11
MP
25102012-02-29 Marek Polacek <polacek@redhat.com>
2511
2512 [BZ #13706]
2513 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
2514 * elf/Makefile: Add rules to run tst-unused-dep.out.
2515
8847f037
DM
25162012-02-28 David S. Miller <davem@davemloft.net>
2517
2518 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
2519 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
2520 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
2521 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
2522 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
2523 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
2524
169d7f11
JM
25252012-02-29 Joseph Myers <joseph@codesourcery.com>
2526
2527 * math/libm-test.inc (llround_test): Move one test from
2528 lround_test. Use TEST_f_L in moved test.
2529 (lround_test): Move misplaced test to llround_test. Add testcase
2530 from bug 2561.
2531
39adf059
UD
25322012-02-28 Ulrich Drepper <drepper@gmail.com>
2533
2534 * sysdeps/x86_64/fpu/e_expf.S: New file.
2535 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
2536
71b5d1c5
SB
25372012-02-28 Stanislav Brabec <sbrabec@suse.cz>
2538
2539 [BZ #13637]
2540 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
2541 of remain_len that may cause incomplete multi-byte character and
2542 false match.
2543 * posix/bug-regex33.c: New file.
2544 * posix/Makefile (tests): Add bug-regex33.
2545
1f77f049
JM
25462012-02-28 Joseph Myers <joseph@codesourcery.com>
2547
2548 * manual/macros.texi: New file.
2549 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
2550 * manual/libc.texinfo: Include macros.texi.
2551 * manual/creatute.texi: Likewise.
2552 * manual/install.texi: Likewise.
2553 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
2554 @glibcadj{} in references to the GNU C Library.
2555 * manual/charset.texi: Likewise.
2556 * manual/conf.texi: Likewise.
2557 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
2558 when not using those macros.
2559 * manual/creature.texi: Likewise.
2560 * manual/crypt.texi: Likewise.
2561 * manual/errno.texi: Likewise.
2562 * manual/filesys.texi: Likewise.
2563 * manual/header.texi: Likewise.
2564 * manual/install.texi: Likewise.
2565 * manual/intro.texi: Likewise.
2566 * manual/io.texi: Likewise.
2567 * manual/job.texi: Likewise.
2568 * manual/lang.texi: Likewise.
2569 * manual/libc.texiinfo: Likewise.
2570 * manual/llio.texi: Likewise.
2571 * manual/locale.texi: Likewise.
2572 * manual/maint.texi: Likewise.
2573 * manual/math.texi: Likewise.
2574 * manual/memory.texi: Likewise.
2575 * manual/message.texi: Likewise.
2576 * manual/nss.texi: Likewise.
2577 * manual/pattern.texi: Likewise.
2578 * manual/process.texi: Likewise.
2579 * manual/resource.texi: Likewise.
2580 * manual/search.texi: Likewise.
2581 * manual/setjmp.texi: Likewise.
2582 * manual/signal.texi: Likewise.
2583 * manual/socket.texi: Likewise.
2584 * manual/startup.texi: Likewise.
2585 * manual/stdio.texi: Likewise.
2586 * manual/string.texi: Likewise.
2587 * manual/sysinfo.texi: Likewise.
2588 * manual/syslog.texi: Likewise.
2589 * manual/terminal.texi: Likewise.
2590 * manual/time.texi: Likewise.
2591 * manual/users.texi: Likewise.
2592 * INSTALL: Regenerated.
2593 * NOTES: Regenerated.
d40c5d54 2594 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 2595
450bf206
AS
25962012-02-28 Andreas Schwab <schwab@linux-m68k.org>
2597
2598 * include/dirent.h: Include <dirstream.h> before
2599 <dirent/dirent.h>.
2600
741a235b
DM
26012012-02-28 David S. Miller <davem@davemloft.net>
2602
2603 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
2604 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
2605 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
2606 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
2607
d6b5aa58
DM
26082012-02-27 David S. Miller <davem@davemloft.net>
2609
1aff59a3
DM
2610 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
2611 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
2612 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
2613 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
2614
d6b5aa58
DM
2615 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
2616 frame pointer instead of stack pointer relative arg slot.
2617 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
2618 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
2619 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
2620
433f48bf
CD
26212012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
2622
2623 [BZ #3992]
2624 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
2625
d674b76d
DM
26262012-02-27 David S. Miller <davem@davemloft.net>
2627
2628 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
2629 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
2630 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
2631 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
2632 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
2633 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
2634 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
2635 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
2636
0e7727f7
JM
26372012-02-27 Joseph Myers <joseph@codesourcery.com>
2638
2639 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
2640 later. Allow versions 5-9.
43be4ca2 2641 * configure: Regenerated.
0e7727f7
JM
2642 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
2643 required minimum version and 4.6 as recommended version. Do not
2644 mention bugs in GCC 2.7 and 2.8.
43be4ca2 2645 * INSTALL: Regenerated.
0e7727f7 2646
a78bc654
DM
26472012-02-27 David S. Miller <davem@davemloft.net>
2648
428d5830
DM
2649 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
2650 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
2651 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
2652 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
2653 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
2654 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
2655 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
2656 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
2657
a78bc654
DM
2658 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
2659 manipulate bits before adding and subtracting TWO112[sx].
2660 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
2661
4579f81c
RM
26622012-02-27 Roland McGrath <roland@hack.frob.com>
2663
36c8acb4
RM
2664 [BZ #13775]
2665 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
2666 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
2667 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
2668 being in POSIX, because they are in 1003.1-2008.
2669
84ad622b
RM
2670 * rt/tst-aio.c: Include <fcntl.h>.
2671 * rt/tst-aio7.c: Likewise.
2672 * rt/tst-aio64.c: Likewise.
2673
4579f81c
RM
2674 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
2675
abd923db
JM
26762012-02-27 Joseph Myers <joseph@codesourcery.com>
2677
2678 * manual/install.texi (--with-headers): Describe headers as
2679 interface headers, not private headers.
2680 (Specific advice for GNU/Linux systems): Describe use of headers
2681 from "make headers_install", not private headers from older
2682 kernels.
43be4ca2 2683 * INSTALL: Regenerated.
abd923db
JM
2684 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
2685 Change to 2.6.19.
2686 * sysdeps/unix/sysv/linux/configure: Regenerated.
2687
6664049b
JM
2688 * manual/llio.texi (fclean): Remove documentation.
2689
bb8b6697
JM
2690 * manual/Makefile (libc-texi-generated): New variable. Include
2691 version.texi.
2692 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
2693 $(libc-texi-generated), not duplicated list of files.
2694 (version.texi, stamp-version): New rules.
2695 (realclean): Remove $(libc-texi-generated), not individual files
2696 from that list. Do not remove dir-add.texinfo.
2697 * manual/libc.texinfo: Comment out uses of edition numbers and
2698 references to printed manual. Remove last-updated dates.
2699 (EDITION): Comment out.
2700 (ISBN): Likewise.
2701 (VERSION, UPDATED): Remove.
2702 (version.texi): Include.
2703
12e5c3b9
AS
27042012-02-27 Andreas Schwab <schwab@linux-m68k.org>
2705
2706 * sysdeps/posix/spawni.c: Include <signal.h>.
2707 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
2708 * sysdeps/pthread/aio_fsync.c: Likewise.
2709
4efeffc1 27102012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 2711
ba63ba08
UD
2712 * conform/Makefile (tests): Run only when not cross-compiling and
2713 when fast-check is not defined.
2714
d94a4670
UD
2715 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
2716 * conform/data/limits.h-data: Fixes for POSIX2008.
2717 * conform/run-conformtest.sh: Run all tests.
2718 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
2719 headers.
2720 * include/bits/dlfcn.h: Likewise.
2721 * include/langinfo.h: Likewise.
2722 * include/monetary.h: Likewise.
2723 * include/sys/poll.h: Likewise.
2724
2725 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
2726 for __USE_GNU.
2727 * posix/spawn.h: Define __need_sigset_t.
2728 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
2729 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
2730 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
2731 to get sigevent_t only.
2732 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
2733 only for __USE_GNU.
2734 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2735 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
2736 process_vm_writev only for __USE_GNU.
2737 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
2738
2739 * conform/Makefile: For now ignore errors from run-conformtest.
2740 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
2741 POSIX to avoid namespace pollution. Don't prepend headers.
2742 * conform/data/aio.h-data: Fixes for POSIX testing.
2743 * conform/data/fcntl.h-data: Likewise.
2744 * conform/data/glob.h-data: Likewise.
2745 * conform/data/grp.h-data: Likewise.
2746 * conform/data/pthread.h-data: Likewise.
2747 * conform/data/pwd.h-data: Likewise.
2748 * conform/data/signal.h-data: Likewise.
2749 * conform/data/spawn.h-data: Likewise.
2750 * conform/data/stdio.h-data: Likewise.
2751 * conform/data/stdlib.h-data: Likewise.
2752 * conform/data/stropts.h-data: Likewise.
2753 * conform/data/sys/mman.h-data: Likewise.
2754 * conform/data/sys/stat.h-data: Likewise.
2755 * conform/data/sys/types.h-data: Likewise.
2756 * conform/data/sys/wait.h-data: Likewise.
2757 * conform/data/time.h-data: Likewise.
2758 * conform/data/unistd.h-data: Likewise.
2759 * conform/data/utime.h-data: Likewise.
2760
2761 * io/sys/stat.h: fchmod was always in POSIX.
2762 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
2763 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
2764 * rt/aio.h: Define __need_timespec before including <time.h>.
2765 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
2766 struct. Add forward declaration of pthread_attr_t and use it in
2767 sigevent.
2768 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
2769 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
2770 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
2771 always remove CLK_TCK definition.
2772
c20105c3
AS
27732012-02-26 Andreas Schwab <schwab@linux-m68k.org>
2774
2775 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
2776
7a270350
UD
27772012-02-25 Ulrich Drepper <drepper@gmail.com>
2778
31341567
UD
2779 * conform/run-conformtest.sh: New file.
2780 * conform/Makefile: Run run-conformtest for tests.
2781 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
2782 support.
2783
2784 * conform/data/uchar.h-data: New file.
2785 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
2786 * conform/data/arpa/inet.h-data: Likewise.
2787 * conform/data/assert.h-data: Likewise.
2788 * conform/data/complex.h-data: Likewise.
2789 * conform/data/cpio.h-data: Likewise.
2790 * conform/data/ctype.h-data: Likewise.
2791 * conform/data/dirent.h-data: Likewise.
2792 * conform/data/dlfcn.h-data: Likewise.
2793 * conform/data/errno.h-data: Likewise.
2794 * conform/data/fcntl.h-data: Likewise.
2795 * conform/data/float.h-data: Likewise.
2796 * conform/data/fmtmsg.h-data: Likewise.
2797 * conform/data/fnmatch.h-data: Likewise.
2798 * conform/data/ftw.h-data: Likewise.
2799 * conform/data/glob.h-data: Likewise.
2800 * conform/data/grp.h-data: Likewise.
2801 * conform/data/iconv.h-data: Likewise.
2802 * conform/data/inttypes.h-data: Likewise.
2803 * conform/data/langinfo.h-data: Likewise.
2804 * conform/data/libgen.h-data: Likewise.
2805 * conform/data/limits.h-data: Likewise.
2806 * conform/data/locale.h-data: Likewise.
2807 * conform/data/math.h-data: Likewise.
2808 * conform/data/monetary.h-data: Likewise.
2809 * conform/data/mqueue.h-data: Likewise.
2810 * conform/data/ndbm.h-data: Likewise.
2811 * conform/data/net/if.h-data: Likewise.
2812 * conform/data/netdb.h-data: Likewise.
2813 * conform/data/netinet/in.h-data: Likewise.
2814 * conform/data/nl_types.h-data: Likewise.
2815 * conform/data/poll.h-data: Likewise.
2816 * conform/data/pthread.h-data: Likewise.
2817 * conform/data/pwd.h-data: Likewise.
2818 * conform/data/regex.h-data: Likewise.
2819 * conform/data/sched.h-data: Likewise.
2820 * conform/data/search.h-data: Likewise.
2821 * conform/data/semaphore.h-data: Likewise.
2822 * conform/data/setjmp.h-data: Likewise.
2823 * conform/data/signal.h-data: Likewise.
2824 * conform/data/spawn.h-data: Likewise.
2825 * conform/data/stdarg.h-data: Likewise.
2826 * conform/data/stdio.h-data: Likewise.
2827 * conform/data/stdlib.h-data: Likewise.
2828 * conform/data/string.h-data: Likewise.
2829 * conform/data/strings.h-data: Likewise.
2830 * conform/data/stropts.h-data: Likewise.
2831 * conform/data/sys/ipc.h-data: Likewise.
2832 * conform/data/sys/mman.h-data: Likewise.
2833 * conform/data/sys/msg.h-data: Likewise.
2834 * conform/data/sys/resource.h-data: Likewise.
2835 * conform/data/sys/select.h-data: Likewise.
2836 * conform/data/sys/sem.h-data: Likewise.
2837 * conform/data/sys/shm.h-data: Likewise.
2838 * conform/data/sys/socket.h-data: Likewise.
2839 * conform/data/sys/stat.h-data: Likewise.
2840 * conform/data/sys/statvfs.h-data: Likewise.
2841 * conform/data/sys/time.h-data: Likewise.
2842 * conform/data/sys/timeb.h-data: Likewise.
2843 * conform/data/sys/times.h-data: Likewise.
2844 * conform/data/sys/types.h-data: Likewise.
2845 * conform/data/sys/uio.h-data: Likewise.
2846 * conform/data/sys/un.h-data: Likewise.
2847 * conform/data/sys/utsname.h-data: Likewise.
2848 * conform/data/sys/wait.h-data: Likewise.
2849 * conform/data/syslog.h-data: Likewise.
2850 * conform/data/tar.h-data: Likewise.
2851 * conform/data/termios.h-data: Likewise.
2852 * conform/data/utime.h-data: Likewise.
2853 * conform/data/utmpx.h-data: Likewise.
2854 * conform/data/varargs.h-data: Likewise.
2855 * conform/data/wchar.h-data: Likewise.
2856 * conform/data/wctype.h-data: Likewise.
2857 * conform/data/wordexp.h-data: Likewise.
2858
2859 * include/stropts.h: New file.
2860 * include/uchar.h: New file.
2861 * include/aio.h: Changes to allow conformtest.pl to use the headers.
2862 * include/assert.h: Likewise.
2863 * include/ctype.h: Likewise.
2864 * include/dirent.h: Likewise.
2865 * include/dlfcn.h: Likewise.
2866 * include/fcntl.h: Likewise.
2867 * include/fnmatch.h: Likewise.
2868 * include/glob.h: Likewise.
2869 * include/grp.h: Likewise.
2870 * include/libio.h: Likewise.
2871 * include/locale.h: Likewise.
2872 * include/math.h: Likewise.
2873 * include/net/if.h: Likewise.
2874 * include/netdb.h: Likewise.
2875 * include/netinet/in.h: Likewise.
2876 * include/pthread.h: Likewise.
2877 * include/pwd.h: Likewise.
2878 * include/regex.h: Likewise.
2879 * include/sched.h: Likewise.
2880 * include/search.h: Likewise.
2881 * include/setjmp.h: Likewise.
2882 * include/signal.h: Likewise.
2883 * include/stdio.h: Likewise.
2884 * include/stdlib.h: Likewise.
2885 * include/string.h: Likewise.
2886 * include/sys/cdefs.h: Likewise.
2887 * include/sys/mman.h: Likewise.
2888 * include/sys/msg.h: Likewise.
2889 * include/sys/resource.h: Likewise.
2890 * include/sys/select.h: Likewise.
2891 * include/sys/socket.h: Likewise.
2892 * include/sys/stat.h: Likewise.
2893 * include/sys/statvfs.h: Likewise.
2894 * include/sys/time.h: Likewise.
2895 * include/sys/times.h: Likewise.
2896 * include/sys/uio.h: Likewise.
2897 * include/sys/utsname.h: Likewise.
2898 * include/sys/wait.h: Likewise.
2899 * include/termios.h: Likewise.
2900 * include/time.h: Likewise.
2901 * include/ulimit.h: Likewise.
2902 * include/unistd.h: Likewise.
2903 * include/utime.h: Likewise.
2904 * include/wchar.h: Likewise.
2905 * include/wctype.h: Likewise.
2906 * include/wordexp.h: Likewise.
2907
2908 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
2909
7a270350
UD
2910 * time/time.h: TIME_UTC must be a macro.
2911 Make timespec_get available for ISO C11 only as well.
2912
7724defc
UD
29132012-02-24 Ulrich Drepper <drepper@gmail.com>
2914
2915 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
2916 Reported by Peng Haitao <penght@cn.fujitsu.com>.
2917
6b1d1d46
JM
29182012-02-24 Joseph Myers <joseph@codesourcery.com>
2919
2920 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 2921
0f8bbd69
JM
29222012-02-24 Joseph Myers <joseph@codesourcery.com>
2923
2924 * manual/texinfo.tex: Update to version 2012-01-19.16.
2925
66ab80bc
JM
29262012-02-24 Joseph Myers <joseph@codesourcery.com>
2927
2928 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
2929
74981cc5
RM
29302012-02-24 Roland McGrath <roland@hack.frob.com>
2931
ee968201
RM
2932 [BZ #13738]
2933 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
2934 * manual/fdl-1.3.texi: New file.
2935 * manual/fdl-1.1.texi: File removed.
2936
74981cc5
RM
2937 [BZ #13738]
2938 * manual/libc.texinfo (FDL_VERSION): New @set.
2939 Use it for mention of FDL in cover text.
2940 (Documentation License): Use it in @include file name.
2941
7bb764bc
JM
29422012-02-22 Joseph Myers <joseph@codesourcery.com>
2943 Roland McGrath <roland@hack.frob.com>
2944
2945 [BZ #5461]
2946 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
2947 not LONG_LONG_MAX and LONG_LONG_MIN.
2948 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
2949 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
2950 name.
2951 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
2952
6cbeae47
JM
29532012-02-22 Joseph Myers <joseph@codesourcery.com>
2954
2955 [BZ #2547]
2956 [BZ #11365]
2957 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
2958 manipulate bits before adding and subtracting TWO23[sx].
2959 * math/libm-test.inc (nearbyint_test): Add more tests.
2960
fe45ce09
JM
29612012-02-22 Joseph Myers <joseph@codesourcery.com>
2962
2963 [BZ #2548]
2964 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
2965 bits before adding and subtracting TWO23[sx].
2966 * math/libm-test.inc (rint_test): Add more tests.
2967 (rint_test_tonearest): Likewise.
2968 (rint_test_towardzero): Likewise.
2969 (rint_test_downward): Likewise.
2970 (rint_test_upward: Likewise.
2971
ff3b3d82
JM
29722012-02-22 Joseph Myers <joseph@codesourcery.com>
2973
2974 [BZ #10110]
2975 * include/stdc-predef.h: New file. Extracted from features.h.
2976 * include/features.h: Include stdc-predef.h.
2977 * Makefile (headers): Add stdc-predef.h.
2978 * CONFORMANCE (Compiler limitations): Update.
2979
ef0aab35
JM
29802012-02-22 Joseph Myers <joseph@codesourcery.com>
2981
2982 * manual/libc.texinfo (VERSION, UPDATED): Revert.
2983
58639409
DM
29842012-02-21 David S. Miller <davem@davemloft.net>
2985
2986 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
2987 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2988
c0e70b25
DM
29892012-02-20 David S. Miller <davem@davemloft.net>
2990
2991 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
2992 using a normal save/restore sequence, rather than allocating a
2993 dummy stack frame just to store a frame pointer and restore.
2994 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
2995
fb06851d
JM
29962012-02-21 Joseph Myers <joseph@codesourcery.com>
2997
2998 * manual/install.texi: Fix stray word in line-wrapped comment.
2999
7a8b71c3
DM
30002012-02-20 David S. Miller <davem@davemloft.net>
3001
d510c123
DM
3002 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
3003 both binutils and gcc support GOTDATA.
3004
0722d7c2
DM
3005 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
3006 "rd %pc" in the PIC register setup sequences.
3007
3d2b3019
DM
3008 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
3009 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3010 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3011 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3012 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3013 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3014 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3015 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
3016 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
3017 (SYSCALL_ERROR_HANDLER): Likewise.
3018 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
3019 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3020 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
3021 (SYSCALL_ERROR_HANDLER): Likewise.
3022
c80098a9
DM
3023 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
3024 (HAVE_GCC_GOTDATA): New.
3025 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
3026 relocation support in both binutils and gcc.
3027 * sysdeps/sparc/elf/configure: Regenerate.
3028
3a2545a0
DM
3029 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
3030 * sysdeps/sparc/sparc32/elf/configure: Delete.
3031 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
3032 * sysdeps/sparc/sparc64/elf/configure: Delete.
3033 * sysdeps/sparc/elf/configure.in: New file.
3034 * sysdeps/sparc/elf/configure: Generate.
3035
7a8b71c3
DM
3036 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
3037 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
3038 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
3039 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
3040 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
3041
f1e86fca
JM
30422012-02-21 Joseph Myers <joseph@codesourcery.com>
3043
3044 * manual/install.texi: Do not mention specific glibc version
3045 numbers.
3046 * manual/libc.texinfo (VERSION, UPDATED): Update.
3047 (@copying): Use @copyright{} and range of years.
3048
0e7dfaef
JM
30492012-02-21 Joseph Myers <joseph@codesourcery.com>
3050
3051 [BZ #13695]
3052 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
3053 [crti.S not in sysdirs] (generated): Do not append.
3054 [crti.S not in sysdirs] (omit-deps): Likewise.
3055 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
3056 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
3057 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
3058 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
3059 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
3060 Likewise.
3061 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
3062 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
3063 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
3064 * csu/defs.awk: Remove file.
3065 * sysdeps/generic/initfini.c: Likewise.
3066 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
3067 variable.
3068 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
3069 Likewise.
3070
599af3ca
JM
30712012-02-20 Joseph Myers <joseph@codesourcery.com>
3072
3073 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
3074 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
3075 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
3076 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
3077 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
3078 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
3079 <bits/epoll.h>.
3080 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
3081 (__EPOLL_PACKED): Define to empty if not defined by
3082 <bits/epoll.h>.
3083 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
3084 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3085 bits/epoll.h.
3086
0e499750
JM
30872012-02-20 Joseph Myers <joseph@codesourcery.com>
3088
3089 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
3090 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
3091 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
3092 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
3093 <bits/timerfd.h>.
3094 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
3095 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3096 bits/timerfd.h.
3097
5ad91f6e
JM
30982012-02-20 Joseph Myers <joseph@codesourcery.com>
3099
3100 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
3101 in C locale.
3102 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
3103 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
3104 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
3105 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3106
06b99b02
AJ
31072012-02-20 Aurelien Jarno <aurelien@aurel32.net>
3108
3109 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
3110 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
3111
7638c0fd
AS
31122012-02-19 Andreas Schwab <schwab@linux-m68k.org>
3113
3114 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
3115 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
3116 defined.
3117 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
3118 Likewise.
3119 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
3120 entry for 2.16.
3121
92221550
AJ
31222012-02-19 Aurelien Jarno <aurelien@aurel32.net>
3123
3124 * math/w_acos.c: Use non-signaling floating-point comparisons.
3125 * math/w_acosf.c: Likewise.
3126 * math/w_acosh.c: Likewise.
3127 * math/w_acoshf.c: Likewise.
3128 * math/w_acoshl.c: Likewise.
3129 * math/w_acosl.c: Likewise.
3130 * math/w_asin.c: Likewise.
3131 * math/w_asinf.c: Likewise.
3132 * math/w_asinl.c: Likewise.
3133 * math/w_atanh.c: Likewise.
3134 * math/w_atanhf.c: Likewise.
3135 * math/w_atanhl.c: Likewise.
3136 * math/w_exp2.c: Likewise.
3137 * math/w_exp2f.c: Likewise.
3138 * math/w_exp2l.c: Likewise.
3139 * math/w_j0.c: Likewise.
3140 * math/w_j0f.c: Likewise.
3141 * math/w_j0l.c: Likewise.
3142 * math/w_j1.c: Likewise.
3143 * math/w_j1f.c: Likewise.
3144 * math/w_j1l.c: Likewise.
3145 * math/w_jn.c: Likewise.
3146 * math/w_jnf.c: Likewise.
3147 * math/w_log.c: Likewise.
3148 * math/w_log10.c: Likewise.
3149 * math/w_log10f.c: Likewise.
3150 * math/w_log10l.c: Likewise.
3151 * math/w_log2.c: Likewise.
3152 * math/w_log2f.c: Likewise.
3153 * math/w_log2l.c: Likewise.
3154 * math/w_logf.c: Likewise.
3155 * math/w_logl.c: Likewise.
3156 * math/w_sqrt.c: Likewise.
3157 * math/w_sqrtf.c: Likewise.
3158 * math/w_sqrtl.c: Likewise.
3159 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
3160 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
3161 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
3162 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
3163 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
3164
ebaf36eb
JM
31652012-02-19 Joseph Myers <joseph@codesourcery.com>
3166
3167 [BZ #9739]
3168 * manual/string.texi (strnlen): Use correct parameter name in
3169 equivalent expression.
3170
71c254a6
JM
31712012-02-19 Joseph Myers <joseph@codesourcery.com>
3172
3173 [BZ #11174]
3174 * manual/users.texi (seteuid): Consistently use neweuid for
3175 argument name.
3176
16d2c631
JM
31772012-02-19 Joseph Myers <joseph@codesourcery.com>
3178
3179 [BZ #13704]
3180 * manual/nss.texi (Services in the NSS configuration): Correct
3181 list of services in example configuration file.
3182
cd837b09
NB
31832012-02-19 Nick Bowler <nbowler@draconx.ca>
3184
3185 [BZ #11322]
3186 * manual/arith.texi: Remove statements about negative zero
3187 behaving identically to zero.
3188
02c4bbad
JM
31892012-02-18 Joseph Myers <joseph@codesourcery.com>
3190
3191 [BZ #5993]
3192 * manual/install.texi: Do not document upgrading from libc5.
3193
366842e7
JM
31942012-02-18 Joseph Myers <joseph@codesourcery.com>
3195
3196 [BZ #4596]
3197 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
3198
dd54084d
DM
31992012-02-18 David S. Miller <davem@davemloft.net>
3200
3201 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
3202 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
3203 %o7 across the call.
3204 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
3205 instead.
3206 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
3207 SETUP_PIC_REG_LEAF.
3208 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3209 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
3210 * sysdeps/sparc/crtn.S: Likewise.
3211
2bcc53a3
UD
32122012-02-17 Ulrich Drepper <drepper@gmail.com>
3213
3214 * aout/Makefile: Remove.
3215
09c093b5
RK
32162012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
3217
3218 [BZ #13058]
3219 * manual/examples/argp-ex1.c (main): Format definition in GNU
3220 style.
3221 * manual/examples/argp-ex2.c (main): Likewise.
3222 * manual/examples/argp-ex3.c (main): Likewise.
3223 * manual/examples/argp-ex4.c (main): Likewise.
3224 * manual/examples/longopt.c (main): Use new-style prototype
3225 definition.
3226 * manual/examples/strncat.c (main): Specify return type and use
3227 (void) for arguments.
3228 * manual/examples/subopt.c (main): Use char **argv argument.
3229
2ee633a2
JM
32302012-02-17 Joseph Myers <joseph@codesourcery.com>
3231
3232 [BZ #5077]
3233 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
3234 rounding modes.
3235
0520adde
FB
32362012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3237
3238 [BZ #6907]
3239 * manual/string.texi (strchr): Change when strchrnul is
3240 recommended.
3241
3f4081cd
DGM
32422012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
3243
3244 [BZ #174]
3245 * manual/locale.texi (setlocale): Document LOCPATH.
3246
d1b10e78
JM
32472012-02-17 Joseph Myers <joseph@codesourcery.com>
3248
3249 [BZ #10210]
3250 * manual/process.texi (execle): Move @dots{} before last argument.
3251
79c6869c
PB
32522012-02-17 Paul Bolle <pebolle@tiscali.nl>
3253
3254 [BZ #12047]
3255 * manual/charset.texi (Generic Charset Conversion): Fix typo
3256 (LC_TYPE -> LC_CTYPE).
3257
cc6e48bc
NB
32582012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
3259
3260 [BZ #5805]
3261 * manual/arith.texi (scalbn): Use @var{} on parameter names.
3262 (scalbnf): Likewise.
3263 (scalbnl): Likewise.
3264 (scalbln): Likewise.
3265 (scalblnf): Likewise.
3266 (scalblnl): Likewise.
3267 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
3268 (vwarnx): Likewise.
3269 (verr): Likewise.
3270 (verrx): Likewise.
3271 * manual/filesys.texi (telldir): Use braces around return type.
3272 * manual/llio.texi (mmap): Add space after comma.
3273 (mmap64): Likewise.
3274 * manual/math.texi (jn): Use @var{} on parameter names.
3275 (jnf): Likewise.
3276 (jnl): Likewise.
3277 (yn): Likewise.
3278 (ynf): Likewise.
3279 (ynl): Likewise.
3280 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
3281 line.
3282 * manual/resource.texi (ulimit): Use @dots{} instead of literal
3283 "...".
3284 (sched_get_priority_min): Remove semicolon on @deftypefun line.
3285 (sched_get_priority_max): Likewise.
3286 * manual/signal.texi (sigvec): Add space after comma.
3287 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
3288 names.
3289 (if_indextoname): Likewise.
3290 (if_freenameindex): Likewise.
3291 (sendto): Use ',' instead of '.' in prototype.
3292 * manual/startup.texi (syscall): Use @dots{} instead of literal
3293 "...".
3294 * manual/stdio.texi (__fpending): Separate initial words of
3295 paragraph from @deftypefun line.
3296 * manual/syslog.texi (syslog): Use @dots{} instead of literal
3297 "...".
3298 (vsyslog): Use @var{} on parameter names.
3299 * manual/terminal.texi (stty): Use @var{} on parameter names.
3300 * manual/users.texi (getutmp): Use @var{} on parameter names.
3301 (getutmpx): Likewise.
3302
5b23062f
JM
33032012-02-17 Joseph Myers <joseph@codesourcery.com>
3304
3305 [BZ #6884]
3306 * manual/stdio.texi (fopen): Fix typos in description of
3307 ",ccs=STRING".
3308
8dee4833
AJ
33092012-02-17 Aurelien Jarno <aurelien@aurel32.net>
3310
3311 [BZ #4026]
3312 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
3313 get clock_id definition.
3314
9078ce93
TS
33152012-02-17 Thomas Schwinge <thomas@schwinge.name>
3316
3317 [BZ #4822]
3318 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
3319 (madvise): Cast every argument to void on its own.
3320
3835c55f
JM
33212012-02-17 Joseph Myers <joseph@codesourcery.com>
3322
3323 [BZ #9902]
3324 * manual/startup.texi (Exit Status): Fix typo.
3325
35c47e37
JM
33262012-02-17 Joseph Myers <joseph@codesourcery.com>
3327
3328 [BZ #10140]
3329 * manual/examples/argp-ex1.c: Include <stdlib.h>.
3330 * manual/examples/argp-ex2.c: Likewise.
3331 * manual/examples/argp-ex3.c: Likewise.
3332
e3b69ca7
RH
33332012-02-16 Richard Henderson <rth@redhat.com>
3334
3335 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
3336 * sysdeps/s390/s390-32/initfini.c: Remove.
3337 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
3338 * sysdeps/s390/s390-64/initfini.c: Remove.
3339
df83af67
KK
33402012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3341
3342 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
3343 compiler output for sysdeps/generic/initfini.c.
3344 * sysdeps/sh/elf/initfini.c: Remove file.
3345
f63f3380
DM
33462012-02-16 David S. Miller <davem@davemloft.net>
3347
fb59b3a4
DM
3348 [BZ #11494]
3349 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
3350
f63f3380
DM
3351 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
3352 * sysdeps/sparc/crti.S: New file.
3353 * sysdeps/sparc/crtn.S: New file.
3354 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
3355 * sysdeps/sparc/sparc64/Makefile: Likewise.
3356
df6a4a4a
MF
33572012-02-15 Mike Frysinger <vapier@gentoo.org>
3358
6dd8f3dc 3359 [BZ #3335]
df6a4a4a
MF
3360 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
3361
1cac7236
RM
33622012-02-15 Roland McGrath <roland@hack.frob.com>
3363
d2c736f8
RM
3364 [BZ #4822]
3365 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
3366
1cac7236
RM
3367 * mach/devstream.c (cookie_io_functions_t): Macro removed.
3368 (write, read, close): Likewise.
3369 Patch by Aurelien Jarno <aurelien@aurel32.net>.
3370
8e475601
JM
33712012-02-15 Joseph Myers <joseph@codesourcery.com>
3372
3373 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
3374 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
3375 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
3376 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
3377 <bits/signalfd.h>.
3378 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
3379 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3380 bits/signalfd.h.
3381
ed656b40
MP
33822012-02-14 Marek Polacek <polacek@redhat.com>
3383
3384 * sysdeps/x86_64/crti.S: New file.
3385 * sysdeps/x86_64/crtn.S: New file.
3386 * sysdeps/x86_64/elf/initfini.c: Remove file.
3387
2a979d3a
JM
33882012-02-13 Joseph Myers <joseph@codesourcery.com>
3389
3390 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
3391 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
3392 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
3393 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
3394 <bits/inotify.h>.
3395 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
3396 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3397 bits/inotify.h.
3398
2a418ac3
JM
33992012-02-13 Joseph Myers <joseph@codesourcery.com>
3400
3401 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
3402 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
3403 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
3404 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
3405 <bits/eventfd.h>.
3406 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
3407 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3408 bits/eventfd.h.
3409
fb779be7
TS
34102012-02-10 Thomas Schwinge <thomas@codesourcery.com>
3411
e19e83c5
RM
3412 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
3413 __feraiseexcept instead of feraiseexcept.
7c35ffed 3414
fb779be7
TS
3415 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
3416 nanosleep invocations.
3417 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
3418 strings, and add error checking for a nanosleep invocations.
3419
59ba27a6
PE
34202012-02-09 Paul Eggert <eggert@cs.ucla.edu>
3421
3422 Replace FSF snail mail address with URLs, as per GNU coding standards.
3423 Most of the snail mail addresses were wrong anyway, and omitting
3424 them makes the source code easier to maintain. Almost all of the
3425 changes are to license notices and to locale LC_IDENTIFICATION
3426 addresses, except for this one:
3427 * manual/libc.texinfo: In "Published by", give the FSF's URL,
3428 not its snail mail address.
3429
57b957eb
RH
34302012-02-09 Richard Henderson <rth@twiddle.net>
3431
af850b1c
RH
3432 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
3433 of kernel-features.h.
3434
57b957eb
RH
3435 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
3436
6b73181a
MP
34372012-02-08 Marek Polacek <polacek@redhat.com>
3438
3439 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
3440 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
3441 * sysdeps/gnu/_G_config.h: Likewise.
3442 * sysdeps/generic/_G_config.h: Likewise.
3443
26ecc33a
AS
34442012-02-08 Andreas Schwab <schwab@linux-m68k.org>
3445
6c6dbc63
AS
3446 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
3447 tests.
3448 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3449
e216c012
AS
3450 * sysdeps/powerpc/powerpc32/crti.S: New file.
3451 * sysdeps/powerpc/powerpc32/crtn.S: New file.
3452 * sysdeps/powerpc/powerpc64/crti.S: New file.
3453 * sysdeps/powerpc/powerpc64/crtn.S: New file.
3454
26ecc33a
AS
3455 * Makeconfig (have-initfini): Don't set.
3456 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
3457 * configure.in (nopic_initfini): Don't substitute.
3458 * config.h.in (HAVE_INITFINI): Don't #undef.
3459 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
3460 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
3461
3add8e13
JM
34622012-02-08 Joseph Myers <joseph@codesourcery.com>
3463
3464 Support crti.S and crtn.S provided directly by architectures.
3465 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
3466 [crti.S in sysdirs] (omit-deps): Likewise.
3467 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
3468 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
3469 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
3470 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
3471 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
3472 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
3473 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
3474 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
3475 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
3476 compiler output for sysdeps/generic/initfini.c.
3477 * sysdeps/i386/elf/Makefile: Remove file.
3478 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
3479
a22f12b4
MP
34802012-02-07 Marek Polacek <polacek@redhat.com>
3481
3482 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
3483 * sysdeps/gnu/_G_config.h: Likewise.
3484 * sysdeps/mach/hurd/_G_config.h: Likewise.
3485
148cf100
MP
34862012-02-07 Marek Polacek <polacek@redhat.com>
3487
3488 * math/Makefile (tests): Add tst-CMPLX2.
3489 * math/tst-CMPLX2.c: New file.
3490
cfdc0dd7
AS
34912012-02-07 Andreas Schwab <schwab@linux-m68k.org>
3492
84ba42c4
AS
3493 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
3494
cfdc0dd7
AS
3495 * math/libm-test.inc (jn_test): Add missing L suffix.
3496
622c86f4
MP
34972012-02-06 Marek Polacek <polacek@redhat.com>
3498
3499 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
3500 * sysdeps/i386/fpu/e_powf.S: Likewise.
3501 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
3502 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
3503 * sysdeps/i386/fpu/e_acosh.S: Likewise.
3504 * sysdeps/i386/fpu/e_pow.S: Likewise.
3505 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
3506 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
3507 * sysdeps/i386/fpu/s_expm1.S: Likewise.
3508 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
3509 * sysdeps/i386/fpu/e_log2.S: Likewise.
3510 * sysdeps/i386/fpu/e_log2l.S: Likewise.
3511 * sysdeps/i386/fpu/e_scalb.S: Likewise.
3512 * sysdeps/i386/fpu/e_powl.S: Likewise.
3513 * sysdeps/i386/fpu/s_log1p.S: Likewise.
3514 * sysdeps/i386/fpu/e_log10f.S: Likewise.
3515 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
3516 * sysdeps/i386/fpu/e_logl.S: Likewise.
3517 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
3518 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
3519 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
3520 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
3521 * sysdeps/i386/fpu/e_log2f.S: Likewise.
3522 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
3523 * sysdeps/i386/fpu/e_log.S: Likewise.
3524 * sysdeps/i386/fpu/s_cexp.S: Likewise.
3525 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
3526 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
3527 * sysdeps/i386/fpu/e_logf.S: Likewise.
3528 * sysdeps/i386/fpu/e_log10l.S: Likewise.
3529 * sysdeps/i386/fpu/e_atanh.S: Likewise.
3530 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
3531 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
3532 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
3533 * sysdeps/i386/fpu/e_log10.S: Likewise.
3534 * sysdeps/i386/fpu/s_frexp.S: Likewise.
3535 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
3536 * sysdeps/i386/fpu/s_asinh.S: Likewise.
3537 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
3538 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
3539 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
3540 * sysdeps/i386/asm-syntax.h: Likewise.
3541 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
3542 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
3543 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
3544 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3545 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
3546 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
3547 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3548 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
3549 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
3550 * sysdeps/powerpc/sysdep.h: Likewise.
3551 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
3552 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
3553
d4a54ac6
JM
35542012-02-06 Joseph Myers <joseph@codesourcery.com>
3555
3556 [BZ #411]
3557 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
3558
314054ea
JM
35592012-02-06 Joseph Myers <joseph@codesourcery.com>
3560
3561 * sysdeps/i386/sysdep.h: Include <features.h>.
3562 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
3563 version.
3564
d8e0ca50
JM
35652012-02-05 Joseph Myers <joseph@codesourcery.com>
3566
3567 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
3568 Define.
3569 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
3570 LOAD_PIC_REG_STR.
3571
b1da7dd9
JM
35722012-02-03 Joseph Myers <joseph@codesourcery.com>
3573
3574 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
3575 (SETUP_PIC_REG): Use GET_PC_THUNK.
3576 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
3577 macro.
3578
9a1d9254
JM
35792012-02-03 Joseph Myers <joseph@codesourcery.com>
3580
3581 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
3582 for non-PIC compilation.
3583 (SETUP_PIC_REG): Add .p2align directive.
3584 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
3585 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3586 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3587 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3588 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3589 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3590 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3591 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3592 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3593 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3594 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3595 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3596 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3597 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3598 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3599 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3600 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3601 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3602 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3603 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3604 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
3605 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3606 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3607 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3608 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3609 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3610 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3611 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3612 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3613 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3614 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3615 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
3616 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3617 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3618 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3619 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3620 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3621 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3622 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3623 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3624 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3625
65dc3b75
JM
36262012-02-03 Joseph Myers <joseph@codesourcery.com>
3627
3628 * math/tst-CMPLX.c: Include <stdio.h>.
3629
d55bf177
JM
36302012-01-31 Joseph Myers <joseph@codesourcery.com>
3631
3632 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
3633 float.
3634 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
3635 * sysdeps/sparc/bits/mathdef.h: Likewise.
3636
69db4f8f
MP
36372012-01-31 Marek Polacek <polacek@redhat.com>
3638
3639 * libio/libio.h: Don't define _PARAMS.
3640 * locale/programs/config.h: Don't define PARAMS.
3641 * stdlib/strtol_l.c: Likewise.
3642 (__strtol_l): Remove PARAMS from the prototype.
3643
41b81892
UD
36442012-01-31 Ulrich Drepper <drepper@gmail.com>
3645
3b49edc0
UD
3646 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
3647 names. Just use the correct names. Remove unnecessary wrapper
3648 functions.
3649 * malloc/arena.c: Likewise.
3650 * malloc/hooks.c: Likewise.
3651
41b81892
UD
3652 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
3653 ARENA_TEST says not to. Simplify test for creation of a new arena.
3654 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
3655
27a25b6e
UD
36562012-01-30 Ulrich Drepper <drepper@gmail.com>
3657
3658 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
3659 into tail calls.
3660 (update_get_addr): New function.
3661 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
3662 GET_ADDR_MODULE parameter.
3663
c8a89e7d
JM
36642012-01-30 Joseph Myers <joseph@codesourcery.com>
3665
3666 * crypt/cert.c: Remove __STDC__ conditionals.
3667 * crypt/crypt-entry.c: Likewise.
3668 * crypt/crypt_util.c: Likewise.
3669 * libio/filedoalloc.c: Likewise.
3670 * libio/fileops.c: Likewise.
3671 * libio/genops.c: Likewise.
3672 * libio/iofclose.c: Likewise.
3673 * libio/iofdopen.c: Likewise.
3674 * libio/iofopen.c: Likewise.
3675 * libio/iofopen64.c: Likewise.
3676 * libio/iogetdelim.c: Likewise.
3677 * libio/iopopen.c: Likewise.
3678 * libio/obprintf.c: Likewise.
3679 * libio/oldfileops.c: Likewise.
3680 * libio/oldiofclose.c: Likewise.
3681 * libio/oldiofdopen.c: Likewise.
3682 * libio/oldiofopen.c: Likewise.
3683 * libio/oldiopopen.c: Likewise.
3684 * libio/wfiledoalloc.c: Likewise.
3685 * libio/wgenops.c: Likewise.
3686 * locale/programs/xmalloc.c: Likewise.
3687 * misc/syslog.c: Likewise.
3688 * stdio-common/xbug.c: Likewise.
3689 * string/memchr.c: Likewise.
3690 * string/memcmp.c: Likewise.
3691 * string/memrchr.c: Likewise.
3692 * string/rawmemchr.c: Likewise.
3693 * sysdeps/posix/getcwd.c: Likewise.
3694 * time/strftime_l.c: Likewise.
3695
3b100462
JM
36962012-01-30 Joseph Myers <joseph@codesourcery.com>
3697
3698 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
3699 * config.make.in (config-cflags-sse2avx): Define.
3700 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
3701 Fix typo.
3702
607998af
CM
37032012-01-29 Chris Metcalf <cmetcalf@tilera.com>
3704
3705 * scripts/config.guess: Update from upstream config git repository.
3706 * scripts/config.sub: Likewise.
3707
3601428f
CM
37082012-01-28 Chris Metcalf <cmetcalf@tilera.com>
3709
3ac8b282
CM
3710 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
3711 (EM_NUM): Update.
3712 (R_TILEPRO_*, R_TILEGX_*): New macros.
3713
e034841e
CM
3714 * scripts/firstversions.awk: Fix bug in version range handling.
3715
540d7568
CM
3716 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
3717
3601428f
CM
3718 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
3719
463de862
CM
3720 * include/sys/epoll.h: New file.
3721 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
3722 libc_hidden_def.
3723
73139a76
UD
37242012-01-28 Ulrich Drepper <drepper@gmail.com>
3725
96bc5b45
UD
3726 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
3727 Avoid unnecessary __WORDSIZE == 64 test.
3728 (fmaxf): Use VEX format if possible.
3729 (fmax): Likewise.
3730 (fminf): Likewise.
3731 (fmin): Likewise.
3732
56f6f6a2
UD
3733 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
3734 * math/math_private.h: Remove libc_fegetround* and
3735 libc_fesetround*.
3736 * sysdeps/i386/configure.in: Check for -msse2avx.
3737 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
3738 also if SSE2AVX is defined.
3739 Remove libc_fegetround* and libc_fesetround*.
3740 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
3741 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
3742 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
3743 of HAS_YMM_USABLE.
3744 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
3745 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
3746 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
3747 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
3748 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
3749
73139a76
UD
3750 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
3751
d73f93a4
AZ
37522012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3753
3754 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
3755 size is not set.
3756 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
3757
6ee65ed6
UD
37582012-01-27 Ulrich Drepper <drepper@gmail.com>
3759
3760 [BZ #13618]
3761 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
3762 relocation.
3763 * Makeconfig (libm): Define.
3764 * elf/Makefile: Add rules to build and run tst-relsort1.
3765 * elf/tst-relsort1.c: New file.
3766 * elf/tst-relsort1mod1.c: New file.
3767 * elf/tst-relsort1mod2.c: New file.
3768
8db21882
JM
37692012-01-27 Joseph Myers <joseph@codesourcery.com>
3770
3771 * math/s_ldexp.c: Remove __STDC__ conditionals.
3772 * math/s_ldexpf.c: Likewise.
3773 * math/s_ldexpl.c: Likewise.
3774 * math/s_nextafter.c: Likewise.
3775 * math/s_nexttowardf.c: Likewise.
3776 * math/s_significand.c: Likewise.
3777 * math/s_significandf.c: Likewise.
3778 * math/s_significandl.c: Likewise.
3779 * math/w_jnl.c: Likewise.
3780 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
3781 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
3782 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
3783 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
3784 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
3785 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
3786 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
3787 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
3788 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
3789 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
3790 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
3791 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
3792 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
3793 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
3794 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
3795 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
3796 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
3797 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
3798 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
3799 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
3800 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
3801 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
3802 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
3803 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
3804 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
3805 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
3806 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
3807 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
3808 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3809 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
3810 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
3811 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
3812 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
3813 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
3814 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
3815 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
3816 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
3817 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3818 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3819 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
3820 * sysdeps/ieee754/k_standard.c: Likewise.
3821 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
3822 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
3823 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
3824 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
3825 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
3826 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
3827 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
3828 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
3829 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
3830 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
3831 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
3832 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
3833 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
3834 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
3835 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
3836 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
3837 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
3838 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
3839 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
3840 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
3841 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3842 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
3843 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
3844 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
3845 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
3846 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
3847 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
3848 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
3849 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
3850 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
3851 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
3852 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
3853 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3854 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
3855 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
3856 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
3857 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
3858 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3859 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
3860 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
3861 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
3862 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
3863 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3864 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
3865 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3866 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
3867 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
3868 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
3869 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
3870 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3871 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
3872 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
3873 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3874 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
3875 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
3876 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
3877 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
3878 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
3879 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
3880 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
3881 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
3882 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
3883 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3884 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
3885 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
3886 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
3887 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
3888 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
3889 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
3890 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
3891 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
3892 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
3893 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
3894 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
3895 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
3896 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
3897 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3898 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
3899 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
3900 * sysdeps/ieee754/s_matherr.c: Likewise.
3901 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
3902 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
3903 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
3904 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
3905
965a54a4
JM
39062012-01-26 Joseph Myers <joseph@codesourcery.com>
3907
3908 * crypt/md5.h: Remove __STDC__ conditionals.
3909 * libio/libioP.h: Likewise.
3910 * locale/programs/config.h: Likewise.
3911 * sysdeps/generic/sysdep.h: Likewise.
3912 * sysdeps/i386/asm-syntax.h: Likewise.
3913 * sysdeps/s390/asm-syntax.h: Likewise.
3914 * sysdeps/unix/sysdep.h: Likewise.
3915 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3916 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3917
7071ad79
JM
39182012-01-26 Joseph Myers <joseph@codesourcery.com>
3919
3920 * libio/libio.h: Remove __STDC__ conditionals.
3921 * malloc/obstack.h: Likewise.
3922 * math/complex.h: Likewise.
3923 * math/math.h: Likewise.
3924 * sysdeps/generic/_G_config.h: Likewise.
3925 * sysdeps/gnu/_G_config.h: Likewise.
3926 * sysdeps/mach/hurd/_G_config.h: Likewise.
3927 * sysdeps/powerpc/bits/mathdef.h: Likewise.
3928 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
3929 * sysdeps/sparc/bits/mathdef.h: Likewise.
3930
afc5ed09
UD
39312012-01-26 Ulrich Drepper <drepper@gmail.com>
3932
3933 [BZ #13583]
3934 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 3935 Clean up HAS_* macros.
afc5ed09 3936 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
3937 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
3938 possible.
3939 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
3940 HAS_AVX.
3941 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
3942 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
3943 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
3944 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
3945 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 3946
bdb6de1d
JM
39472012-01-25 Joseph Myers <joseph@codesourcery.com>
3948
3949 * elf/tst-unique3.cc (gets): Remove declaration.
3950 * elf/tst-unique3lib.cc (gets): Likewise.
3951 * elf/tst-unique3lib2.cc (gets): Likewise.
3952 * elf/tst-unique4.cc (gets): Likewise.
3953
b15549e6
UD
39542012-01-24 Ulrich Drepper <drepper@gmail.com>
3955
3956 * include/stdio.h: Add C++ protection. Add gets declarations and
3957 definitions.
3958 * debug/tst-chk1.c: Don't declare gets here.
3959 * stdio-common/tst-gets.c: Likewise.
3960
a037381f
JM
39612012-01-24 Joseph Myers <joseph@codesourcery.com>
3962
3963 * posix/glob: Remove directory.
3964
f1d4aa75
JM
39652012-01-24 Joseph Myers <joseph@codesourcery.com>
3966
3967 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
3968
81c0c964
PT
39692012-01-22 Pino Toscano <toscano.pino@tiscali.it>
3970
3971 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
3972 of the non-standard EPFNOSUPPORT.
3973
0ea698ae
ST
39742011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
3975
3976 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
3977 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
3978 ANYWHERE set to 1 only on KERN_NO_SPACE error.
3979
d220b117
UD
39802012-01-21 Ulrich Drepper <drepper@gmail.com>
3981
3982 * wcsmbs/uchar.h: Test __STDC_VERSION__.
3983
3e1aa84e
UD
39842012-01-20 Ulrich Drepper <drepper@gmail.com>
3985
3986 * nscd/aicache.c (addhstaiX): Do not cache negative results of
3987 transient errors.
3988 * nscd/grpcache.c (cache_addgr): Likewise.
3989 * nscd/hstcache.c (cache_addhst): Likewise.
3990 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3991 * nscd/pwdcache.c (cache_addpw): Likewise.
3992 * nscd/servicescache.c (cache_addserv): Likewise.
3993
400aa020
UD
39942012-01-16 Ulrich Drepper <drepper@gmail.com>
3995
d77e7869
UD
3996 * malloc/malloc.c: Various cleanups.
3997 * malloc/hooks.c: Likewise.
3998
400aa020
UD
3999 * stdlib/Makefile (tests): Add bug-fmtmsg1.
4000 * stdlib/bug-fmtmsg1.c: New file.
4001
4002 * stdlib/fmtmsg.c (init): Add missing unlock.
4003 Patch by Peng Haitao <penght@cn.fujitsu.com>.
4004
e0a309cf
MP
40052012-01-12 Marek Polacek <polacek@redhat.com>
4006
4007 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
4008 and _GNU_SOURCE.
4009
929d11c7
WS
40102012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
4011
4012 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
4013 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
4014 macro to ensure uniqueness of label name.
4015 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
4016 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
4017
41d0e869
UD
40182012-01-11 Ulrich Drepper <drepper@gmail.com>
4019
0cc5ed3b
UD
4020 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
4021
41d0e869
UD
4022 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
4023 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
4024 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4025 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
4026
a47a831a
UD
40272012-01-10 Ulrich Drepper <drepper@gmail.com>
4028
daa891c0
UD
4029 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
4030
4031 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
4032 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
4033 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
4034
e58ef0f2
UD
4035 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
4036
a47a831a 4037 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
4038 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
4039 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 4040 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
4041
4042 * math/bits/math-finite.h: Add ldexp support.
4043
a0bfc9c7
MP
40442012-01-10 Marek Polacek <polacek@redhat.com>
4045
4046 * locale/programs/localedef.h (show_archive_content): Add noreturn
4047 attribute.
4048
d6e97a1d
UD
40492012-01-09 Ulrich Drepper <drepper@gmail.com>
4050
4051 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
4052
d5835c26
UD
40532012-01-08 Ulrich Drepper <drepper@gmail.com>
4054
e5f484c6
UD
4055 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
4056
d5835c26
UD
4057 * io/Makefile (headers): Add bits/poll2.h.
4058
d1f741e9
WS
40592011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
4060
4061 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
4062 typo #include statement.
4063
ec09c1c4
UD
40642012-01-08 Ulrich Drepper <drepper@gmail.com>
4065
4066 * include/sys/cdefs.h: Define __attribute_alloc_size.
4067 * catgets/gencat.c: Add alloc_size attribute and apply consistently
4068 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
4069 * elf/pldd.c: Likewise.
4070 * iconv/iconv_charmap.c: Likewise.
4071 * iconv/iconvconfig.c: Likewise.
4072 * iconv/strtab.c: Likewise.
4073 * locale/programs/locale.c: Likewise.
4074 * locale/programs/localedef.h: Likewise.
4075 * locale/programs/simple-hash.c: Likewise.
4076 * nscd/nscd.h: Likewise.
4077 * nss/makedb.c: Likewise.
4078 * sysdeps/generic/ldconfig.h: Likewise.
4079 * locale/programs/localedef.c: Remove xmalloc prototype.
4080 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
4081
20b38e03
PP
40822012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4083
4084 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
4085 appropriate.
4086
a0da5fe1
UD
40872012-01-08 Ulrich Drepper <drepper@gmail.com>
4088
1d5a644a 4089 * math/Makefile (tests): Add tst-CMPLX.
669704fd 4090 * math/tst-CMPLX.c: New file.
1d5a644a 4091
8784a6db
UD
4092 * math/complex.h (CMPLXL): Fix typo.
4093
d9a216c0
UD
4094 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
4095 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
4096 GLIBC_2.16.
4097 * debug/tst-chk1.c: Add poll and ppoll tests.
4098 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
4099 * include/sys/poll.h: Add hidden proto for ppoll.
4100 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
4101 * sysdeps/mach/hurd/ppoll.c: Likewise.
4102 * io/ppoll.c: Likewise.
4103 * debug/poll_chk.c: New file.
4104 * debug/ppoll_chk.c: New file.
4105 * include/bits/poll2.h: New file.
4106 * io/bits/poll2.h: New file.
4107
ac097f5c
UD
4108 [BZ #1350]
4109 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
4110
2119dcfa
UD
4111 * configure.in: static is always set to yes. Remove.
4112 * config.make.in: Don't set build-static.
4113 * Makeconfig: Remove use of build-static.
4114 * dlfcn/Makefile: Likewise.
4115 * elf/Makefile: Likewise.
4116 * math/Makefile: Likewise.
4117 * misc/Makefile: Likewise.
4118 * nptl/Makefile: Likewise.
4119 * sysdeps/mach/hurd/Makefile: Likewise.
4120
121766a9
UD
4121 * configure.in: PWD_P is not used anymore.
4122 * config.make.in: Remove PWD_P entry.
4123
51a1d39c 4124 * configure.in: Remove last remnants of RANLIB.
8720d066 4125 No need to check for signed size_t anymore.
215f4bdc
UD
4126 Don't set libc_commonpagesize and libc_relro_required here for Alpha
4127 and IA-64.
3857022a 4128 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
4129 * aclocal.m4: Likewise.
4130
d3ed7225
UD
4131 * wcsmbs/mbrtoc16.c: Implement using towc function.
4132 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
4133 * wcsmbs/wcsmbsload.c: Likewise.
4134 * iconv/gconv_simple.c: Likewise.
4135 * iconv/gconv_int.h: Likewise.
4136 * iconv/gconv_builtin.h: Likewise.
4137 * iconv/iconv_prog.c: Remove CHAR16 handling.
4138
4139 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
4140
4141 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
4142
a0da5fe1
UD
4143 * configure.in: Remove --with-elf and --enable-bounded options.
4144 Dont set base_machine for ia64. More non-ELF conditions removed.
4145 Remove testing and setting of leading underscore information.
4146 * config.make.in (build-bounded): Set to no.
4147 * config.h.in: Remove NO_UNDERSCORES entry.
4148 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
4149 them.
4150 * csu/start.c: Remove !NO_UNDERSCORE code.
4151 * locale/localeinfo.h: Likewise.
4152 * sysdeps/generic/machine-gmon.h: Likewise.
4153 * sysdeps/generic/sysdep.h: Likewise.
4154 * sysdeps/i386/sysdep.h: Likewise.
4155 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
4156 * sysdeps/mach/sysdep.h: Likewise.
4157 * sysdeps/s390/s390-32/sysdep.h: Likewise.
4158 * sysdeps/s390/s390-64/sysdep.h: Likewise.
4159 * sysdeps/sh/sysdep.h: Likewise.
4160 * sysdeps/sparc/sparc32/alloca.S: Likewise.
4161 * sysdeps/unix/i386/sysdep.S: Likewise.
4162 * sysdeps/unix/sparc/start.c: Likewise.
4163 * sysdeps/unix/sparc/sysdep.S: Likewise.
4164 * sysdeps/unix/sparc/sysdep.h: Likewise.
4165 * sysdeps/unix/start.c: Likewise.
4166 * sysdeps/unix/x86_64/sysdep.S: Likewise.
4167 * sysdeps/x86_64/sysdep.h: Likewise.
4168
df78418a
UD
41692012-01-07 Ulrich Drepper <drepper@gmail.com>
4170
a784e502
UD
4171 [BZ #13553]
4172 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
4173 for non-gcc.
4174 * argp/argp-fmtstream.h: Use const instead __const.
4175 * argp/argp.h: Likewise.
4176 * assert/assert.h: Likewise.
4177 * bits/fenv.h: Likewise.
4178 * bits/sched.h: Likewise.
4179 * bits/sigset.h: Likewise.
4180 * bits/sigthread.h: Likewise.
4181 * catgets/nl_types.h: Likewise.
4182 * conform/data/pthread.h-data: Likewise.
4183 * crypt/crypt-private.h: Likewise.
4184 * crypt/crypt.h: Likewise.
4185 * crypt/crypt_util.c: Likewise.
4186 * ctype/ctype.h: Likewise.
4187 * debug/execinfo.h: Likewise.
4188 * debug/mbsnrtowcs_chk.c: Likewise.
4189 * debug/mbsrtowcs_chk.c: Likewise.
4190 * debug/wcsnrtombs_chk.c: Likewise.
4191 * debug/wcsrtombs_chk.c: Likewise.
4192 * debug/wcstombs_chk.c: Likewise.
4193 * dirent/dirent.h: Likewise.
4194 * dlfcn/dlfcn.h: Likewise.
4195 * elf/neededtest4.c: Likewise.
4196 * grp/grp.h: Likewise.
4197 * gshadow/gshadow.h: Likewise.
4198 * iconv/gconv.h: Likewise.
4199 * iconv/gconv_int.h: Likewise.
4200 * iconv/gconv_simple.c: Likewise.
4201 * iconv/iconv.h: Likewise.
4202 * iconv/loop.c: Likewise.
4203 * iconv/skeleton.c: Likewise.
4204 * include/aio.h: Likewise.
4205 * include/aliases.h: Likewise.
4206 * include/argz.h: Likewise.
4207 * include/arpa/inet.h: Likewise.
4208 * include/assert.h: Likewise.
4209 * include/dirent.h: Likewise.
4210 * include/dlfcn.h: Likewise.
4211 * include/execinfo.h: Likewise.
4212 * include/fcntl.h: Likewise.
4213 * include/fenv.h: Likewise.
4214 * include/glob.h: Likewise.
4215 * include/grp.h: Likewise.
4216 * include/libintl.h: Likewise.
4217 * include/mntent.h: Likewise.
4218 * include/netdb.h: Likewise.
4219 * include/pwd.h: Likewise.
4220 * include/rpc/netdb.h: Likewise.
4221 * include/sched.h: Likewise.
4222 * include/search.h: Likewise.
4223 * include/shadow.h: Likewise.
4224 * include/signal.h: Likewise.
4225 * include/stdio.h: Likewise.
4226 * include/stdlib.h: Likewise.
4227 * include/string.h: Likewise.
4228 * include/sys/socket.h: Likewise.
4229 * include/sys/stat.h: Likewise.
4230 * include/sys/statfs.h: Likewise.
4231 * include/sys/statvfs.h: Likewise.
4232 * include/sys/syslog.h: Likewise.
4233 * include/sys/time.h: Likewise.
4234 * include/sys/uio.h: Likewise.
4235 * include/time.h: Likewise.
4236 * include/unistd.h: Likewise.
4237 * include/utmp.h: Likewise.
4238 * include/wchar.h: Likewise.
4239 * include/wctype.h: Likewise.
4240 * inet/aliases.h: Likewise.
4241 * inet/arpa/inet.h: Likewise.
4242 * inet/netinet/ether.h: Likewise.
4243 * inet/netinet/in.h: Likewise.
4244 * intl/libintl.h: Likewise.
4245 * io/bits/fcntl2.h: Likewise.
4246 * io/fcntl.h: Likewise.
4247 * io/ftw.h: Likewise.
4248 * io/sys/poll.h: Likewise.
4249 * io/sys/stat.h: Likewise.
4250 * io/sys/statfs.h: Likewise.
4251 * io/sys/statvfs.h: Likewise.
4252 * io/utime.h: Likewise.
4253 * libio/bits/stdio.h: Likewise.
4254 * libio/bits/stdio2.h: Likewise.
4255 * libio/libio.h: Likewise.
4256 * libio/libioP.h: Likewise.
4257 * libio/stdio.h: Likewise.
4258 * locale/lc-ctype.c: Likewise.
4259 * locale/locale.h: Likewise.
4260 * login/utmp.h: Likewise.
4261 * malloc/arena.c: Likewise.
4262 * malloc/malloc.c: Likewise.
4263 * malloc/malloc.h: Likewise.
4264 * malloc/mcheck.c: Likewise.
4265 * malloc/mtrace.c: Likewise.
4266 * math/bits/mathcalls.h: Likewise.
4267 * math/fenv.h: Likewise.
4268 * math/math_private.h: Likewise.
4269 * misc/bits/error.h: Likewise.
4270 * misc/bits/syslog.h: Likewise.
4271 * misc/err.h: Likewise.
4272 * misc/error.h: Likewise.
4273 * misc/fstab.h: Likewise.
4274 * misc/mntent.h: Likewise.
4275 * misc/regexp.h: Likewise.
4276 * misc/search.h: Likewise.
4277 * misc/sgtty.h: Likewise.
4278 * misc/sys/mman.h: Likewise.
4279 * misc/sys/syslog.h: Likewise.
4280 * misc/sys/uio.h: Likewise.
4281 * misc/sys/xattr.h: Likewise.
4282 * misc/ttyent.h: Likewise.
4283 * nis/rpcsvc/ypclnt.h: Likewise.
4284 * nss/nss.h: Likewise.
4285 * posix/bits/unistd.h: Likewise.
4286 * posix/fnmatch.h: Likewise.
4287 * posix/glob.h: Likewise.
4288 * posix/sched.h: Likewise.
4289 * posix/spawn.h: Likewise.
4290 * posix/sys/wait.h: Likewise.
4291 * posix/unistd.h: Likewise.
4292 * posix/wordexp.h: Likewise.
4293 * pwd/pwd.h: Likewise.
4294 * resolv/netdb.h: Likewise.
4295 * resource/sys/resource.h: Likewise.
4296 * rt/aio.h: Likewise.
4297 * rt/bits/mqueue2.h: Likewise.
4298 * rt/mqueue.h: Likewise.
4299 * shadow/shadow.h: Likewise.
4300 * signal/signal.h: Likewise.
4301 * socket/send.c: Likewise.
4302 * socket/sendto.c: Likewise.
4303 * socket/sys/socket.h: Likewise.
4304 * stdio-common/printf.h: Likewise.
4305 * stdlib/bits/stdlib.h: Likewise.
4306 * stdlib/fmtmsg.h: Likewise.
4307 * stdlib/monetary.h: Likewise.
4308 * stdlib/stdlib.h: Likewise.
4309 * stdlib/ucontext.h: Likewise.
4310 * streams/stropts.h: Likewise.
4311 * string/argz.h: Likewise.
4312 * string/bits/string2.h: Likewise.
4313 * string/string.h: Likewise.
4314 * string/strings.h: Likewise.
4315 * sunrpc/rpc/auth.h: Likewise.
4316 * sunrpc/rpc/auth_des.h: Likewise.
4317 * sunrpc/rpc/clnt.h: Likewise.
4318 * sunrpc/rpc/netdb.h: Likewise.
4319 * sunrpc/rpc/pmap_clnt.h: Likewise.
4320 * sunrpc/rpc/xdr.h: Likewise.
4321 * sysdeps/generic/inttypes.h: Likewise.
4322 * sysdeps/generic/net/if.h: Likewise.
4323 * sysdeps/generic/sys/swap.h: Likewise.
4324 * sysdeps/gnu/net/if.h: Likewise.
4325 * sysdeps/gnu/utmpx.h: Likewise.
4326 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
4327 * sysdeps/i386/i486/bits/string.h: Likewise.
4328 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
4329 * sysdeps/s390/bits/string.h: Likewise.
4330 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
4331 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
4332 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
4333 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
4334 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4335 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
4336 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4337 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
4338 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
4339 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
4340 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
4341 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
4342 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
4343 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
4344 * sysdeps/unix/sysv/linux/readv.c: Likewise.
4345 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
4346 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
4347 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4348 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4349 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4350 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
4351 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
4352 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
4353 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
4354 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
4355 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
4356 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
4357 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
4358 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
4359 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
4360 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
4361 * sysvipc/sys/ipc.h: Likewise.
4362 * sysvipc/sys/msg.h: Likewise.
4363 * sysvipc/sys/sem.h: Likewise.
4364 * sysvipc/sys/shm.h: Likewise.
4365 * termios/termios.h: Likewise.
4366 * time/sys/time.h: Likewise.
4367 * time/time.h: Likewise.
4368 * wcsmbs/bits/wchar2.h: Likewise.
4369 * wcsmbs/uchar.h: Likewise.
4370 * wcsmbs/wchar.h: Likewise.
4371 * wctype/wctype.h: Likewise.
4372
0269750c
UD
4373 [BZ #13551]
4374 * Makeconfig: Remove all but ELF support including AIX support.
4375 * Makerules: Likewise.
4376 * config.h.in: Likewise.
4377 * config.make.in: Likewise.
4378 * configure: Likewise.
4379 * configure.in: Likewise.
4380 * csu/Makefile: Likewise.
4381 * csu/version.c: Likewise.
4382 * debug/Makefile: Likewise.
4383 * dlfcn/Makefile: Likewise.
4384 * elf/Makefile: Likewise.
4385 * extra-lib.mk: Likewise.
4386 * iconv/Makefile: Likewise.
4387 * include/libc-symbols.h: Likewise.
4388 * include/shlib-compat.h: Likewise.
4389 * resolv/Makefile: Likewise.
4390 * resolv/res_libc.c: Likewise.
4391 * rt/Makefile: Likewise.
4392 * sysdeps/i386/asm-syntax.h: Likewise.
4393 * sysdeps/i386/sysdep.h: Likewise.
4394 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
4395 * sysdeps/mach/sysdep.h: Likewise.
4396 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
4397 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
4398 * sysdeps/s390/asm-syntax.h: Likewise.
4399 * sysdeps/s390/s390-32/sysdep.h: Likewise.
4400 * sysdeps/s390/s390-64/sysdep.h: Likewise.
4401 * sysdeps/sh/sysdep.h: Likewise.
4402 * sysdeps/unix/sparc/sysdep.h: Likewise.
4403 * sysdeps/wordsize-32/divdi3.c: Likewise.
4404 * sysdeps/x86_64/sysdep.h: Likewise.
4405
00bbd29b
UD
4406 * argp/Versions: Remove _argp_unlock_xxx.
4407
4408 [BZ #13559]
4409 * abilist/ld.abilist: Update. Adjust for removal of tls option.
4410 * abilist/libBrokenLocale.abilist: Likewise.
4411 * abilist/libanl.abilist: Likewise.
4412 * abilist/libc.abilist: Likewise.
4413 * abilist/libcrypt.abilist: Likewise.
4414 * abilist/libdl.abilist: Likewise.
4415 * abilist/libm.abilist: Likewise.
4416 * abilist/libnsl.abilist: Likewise.
4417 * abilist/libpthread.abilist: Likewise.
4418 * abilist/libresolv.abilist: Likewise.
4419 * abilist/librt.abilist: Likewise.
4420 * abilist/libthread_db.abilist: Likewise.
4421 * abilist/libutil.abilist: Likewise.
4422 * abilist/libnss_db.abilist: New file.
4423
4424 * scripts/abilist.awk: Add support for indirect functions.
4425
a2693a0e
UD
4426 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
4427
3f05895f
UD
4428 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
4429
ecb6fb48
UD
4430 * shlib-versions: Remove entries for ports architectures.
4431
664f8cb9
UD
4432 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
4433 files in ports.
4434 * elf/stackguard-macros.h: Remove support for IA-64.
4435 * elf/tst-auditmod1.c: Likewise.
4436 * sysdeps/generic/ldsodefs.h: Likewise.
4437
7ae81d88
UD
4438 * sysdeps/unix/sysv/linux/configure.in: Ports should define
4439 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
4440 configure files.
4441
bdeba135
UD
4442 [BZ #13552]
4443 * configure.in: Remove --enable-omitfp support.
4444 * FAQ.in: Adjust.
4445 * config.make.in: Likewise.
4446 * Makeconfig: Likewise.
4447 * manual/install.texi: Likewise.
4448
d75a0a62
UD
4449 In case anyone cares, the IA-64 architecture could move to ports.
4450 * sysdeps/ia64/*: Removed.
4451 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 4452 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 4453
dcc9756b
UD
4454 [BZ #13555]
4455 * configure.in: Remove entries for unsupported architectures.
4456
d3761ebc 4457 [BZ #13533]
9954432e
UD
4458 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
4459 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
4460 routines.
4461 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
4462 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
4463 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
4464 fall back to using wcrtomb.
4465 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
4466 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
4467 renaming.
4468 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
4469 * wcsmbs/tst-c16c32-1.c: New file.
4470
4471 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
4472 local variable.
4473
c3a87236
UD
4474 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
4475
28926a1b
UD
4476 * elf/tst-unique3.cc: Add explicit declaration of gets.
4477 * elf/tst-unique3lib.cc: Likewise.
4478 * elf/tst-unique3lib2.cc: Likewise.
4479 * elf/tst-unique4.cc: Likewise.
4480
df78418a
UD
4481 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
4482
8ecd6b2a
JM
44832012-01-06 Joseph Myers <joseph@codesourcery.com>
4484
4485 [BZ #13566]
4486 * assert/assert.h (static_assert): Don't define for C++.
4487 * libio/stdio.h (gets): Do declare for C++ <= C++11.
4488 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
4489
9f115170
UD
44902012-01-03 Ulrich Drepper <drepper@gmail.com>
4491
5e0d0300
UD
4492 * iconv/loop.c (single loop): Fix assertion in storing of
4493 remaining bytes.
4494
9f115170
UD
4495 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
4496
81fb02b0
UD
44972012-01-01 Ulrich Drepper <drepper@gmail.com>
4498
4499 * posix/getconf.c: Update copyright year.
4500 * nss/getent.c: Likewise.
a316c1f6 4501 * nss/makedb.c: Likewise.
81fb02b0
UD
4502 * iconv/iconvconfig.c: Likewise.
4503 * iconv/iconv_prog.c: Likewise.
4504 * elf/ldconfig.c: Likewise.
a316c1f6
UD
4505 * elf/pldd.c: Likewise.
4506 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
4507 * catgets/gencat.c: Likewise.
4508 * csu/version.c: Likewise.
4509 * elf/ldd.bash.in: Likewise.
4510 * elf/sprof.c (print_version): Likewise.
4511 * locale/programs/locale.c: Likewise.
4512 * locale/programs/localedef.c: Likewise.
a316c1f6 4513 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
4514 * nscd/nscd.c (print_version): Likewise.
4515 * debug/xtrace.sh: Likewise.
4516 * malloc/memusage.sh: Likewise.
4517 * malloc/mtrace.pl: Likewise.
4518 * debug/catchsegv.sh: Likewise.
4519
2ba92745
JJ
45202011-12-30 Jakub Jelinek <jakub@redhat.com>
4521
4522 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
4523 pure attribute.
4524
dadebdae
UD
45252011-12-24 Ulrich Drepper <drepper@gmail.com>
4526
d3761ebc 4527 [BZ #13533]
db6af3eb
UD
4528 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
4529 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
4530 transformations.
4531 * iconv/gconv_int.h: Likewise.
4532 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
4533 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
4534 from libc for GLIBC_2.16.
4535 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
4536 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
4537 * wcsmbs/uchar.h: Really define mbstate_t.
4538 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
4539 * wcsmbs/c16rtomb.c: New file.
4540 * wcsmbs/mbrtoc16.c: New file.
4541 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
4542 for C/POSIX locale.
4543 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
4544 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
4545
dadebdae
UD
4546 * wcsmbs/wchar.h: Add missing __restrict.
4547
67371b56
UD
45482011-12-23 Ulrich Drepper <drepper@gmail.com>
4549
74033a25
UD
4550 [BZ #13532]
4551 * time/Makefile (routines): Add timespec_get.
4552 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
4553 * time/time.h: Define TIME_UTC and declare timespec_get. Define
4554 timespec for ISO C11.
4555 * time/timespec_get.c: New file.
4556 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
4557 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
4558
380d7e87
UD
4559 [BZ #13531]
4560 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
4561 * stdlib/stdlib.h: Declare aligned_alloc.
4562 * Versions.def: Add GLIBC_2.16 for libc.
4563 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
4564
4e9e7a35
UD
4565 [BZ 13527]
4566 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
4567 ISO C11.
4568
380d7e87 4569 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
4570 code.
4571
03a71829
UD
4572 [BZ #13528]
4573 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
4574
839e283e
UD
4575 [BZ #13529]
4576 * assert/assert.h (static_assert): Define.
4577
ce5294e2 4578 * version.h: Update for 2.16 development version.
90fa7312 4579
8d44e150 4580 [BZ #13526]
d7809905
UD
4581 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
4582 _ISOC11_SOURCE.
4583
c0da14cd
UD
4584 * version.h (RELEASE): Bump for 2.15 release.
4585 * include/features.h (__GLIBC_MINOR__): Bump to 15.
4586
530a3249
MP
4587 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
4588 Patch by Marek Polacek <mpolacek@redhat.com>.
4589
67371b56
UD
4590 * bits/byteswap.h: Protect long long constants with __extension__.
4591 * sysdeps/i386/bits/byteswap.h: Likewise.
4592 * sysdeps/ia64/bits/byteswap.h: Likewise.
4593 * sysdeps/s390/bits/byteswap.h: Likewise.
4594 * sysdeps/x86_64/bits/byteswap.h: Likewise.
4595
15db4de1
LD
45962011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
4597
4598 [BZ #13540]
bbe315ea
LD
4599 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
4600 destination buffer.
15db4de1
LD
4601 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4602
2b2596b1
MP
46032011-12-23 Marek Polacek <polacek@redhat.com>
4604
4605 * elf/dl-addr.c (determine_info): Add inline keyword.
4606 * elf/tst-auditmod4b.c (check_avx): Likewise.
4607 * elf/tst-auditmod6b.c (check_avx): Likewise.
4608 * elf/tst-auditmod6c.c (check_avx): Likewise.
4609 * elf/tst-auditmod7b.c (check_avx): Likewise.
4610
70c6c246
UD
46112011-12-23 Ulrich Drepper <drepper@gmail.com>
4612
4613 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
4614 !__SSE_MATH__.
4615
c044cf14
LD
46162011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
4617
15db4de1 4618 [BZ #13540]
c044cf14
LD
4619 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
4620 processing for last bytes.
4621
6b13d9d9
BH
46222011-08-06 Bruno Haible <bruno@clisp.org>
4623
d455f537
BH
4624 [BZ #13061]
4625 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
4626 U+0385, not to U+1FEE.
4627
6b13d9d9
BH
4628 [BZ #13062]
4629 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
4630 entry for U+00A5 U+0301.
4631
db910efd
UD
46322011-12-22 Ulrich Drepper <drepper@gmail.com>
4633
27deeafc
UD
4634 [BZ #13166]
4635 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
4636 buffer for the output is too small.
4637
aed9d171
UD
4638 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
4639 optimization.
4640
db910efd
UD
4641 [BZ #13185]
4642 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
4643 SSE flags if possible.
4644
2bd779ae
LD
46452011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
4646
e7f9dac3 4647 [BZ #13540]
2bd779ae
LD
4648 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
4649 processing for last bytes.
4650
154bfc16
JM
46512011-12-22 Joseph Myers <joseph@codesourcery.com>
4652
4653 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
4654 (syscall-list-default-options, syscall-list-default-condition)
4655 (syscall-list-includes): Define.
4656 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
4657 list of ABIs and options and #if conditions for each ABI. Do not
4658 handle common syscalls between ABIs specially.
4659 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
4660 Remove.
4661 (syscall-list-variants, syscall-list-32bit-options)
4662 (syscall-list-32bit-condition, syscall-list-64bit-options)
4663 (syscall-list-64bit-condition): Define.
4664 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
4665 (syscall-list-variants, syscall-list-32bit-options)
4666 (syscall-list-32bit-condition, syscall-list-64bit-options)
4667 (syscall-list-64bit-condition): Define.
4668 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
4669 Remove.
4670 (syscall-list-variants, syscall-list-32bit-options)
4671 (syscall-list-32bit-condition, syscall-list-64bit-options)
4672 (syscall-list-64bit-condition): Define.
4673 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
4674 Remove.
4675 (syscall-list-variants, syscall-list-32bit-options)
4676 (syscall-list-32bit-condition, syscall-list-64bit-options)
4677 (syscall-list-64bit-condition): Define.
4678
21eaf3a5
UD
46792011-12-22 Ulrich Drepper <drepper@gmail.com>
4680
16c6f992
UD
4681 * locale/iso-639.def: Add brx entry.
4682
41043168
UD
4683 [BZ #13328]
4684 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
4685 Proposed by Mariusz_Cukr <marcukr@op.pl>.
4686
21eaf3a5
UD
4687 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
4688 __feraiseexcept_renamed.
4689
e3a851a2
UD
46902011-12-21 Ulrich Drepper <drepper@gmail.com>
4691
4920765e
UD
4692 [BZ #13538]
4693 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
4694 EPOLLET with unsigned values.
4695 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
4696 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
4697
e3a851a2
UD
4698 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
4699 to large cancellation.
4700 * math/s_cacoshf.c: Likewise.
4701 * math/s_cacoshl.c: Likewise.
4702
b27e24b8
RK
47032011-11-18 Richard B. Kreckel <kreckel@ginac.de>
4704
4705 [BZ #13305]
aebefeee 4706 [BZ #12786]
b27e24b8
RK
4707 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
4708 * math/s_cacoshf.c: Likewise.
4709 * math/s_cacoshl.c: Likewise.
4710
ee190f67
UD
47112011-12-21 Ulrich Drepper <drepper@gmail.com>
4712
4713 [BZ #13439]
4714 * iconv/gconv.h: Define __GCONV_SWAP.
4715 * iconvdata/unicode.c: The swap bit must be stored in __flags.
4716 * iconvdata/utf-16.c: Likewise.
4717 * iconvdata/utf-32.c: Likewise.
4718
707f25df
AS
47192011-12-21 Andreas Schwab <schwab@linux-m68k.org>
4720
4721 [BZ #13524]
4722 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
4723 numerator after shifting it by one limb.
4724
d2daaa1e
RÁE
47252011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4726
4727 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
4728 under [__USE_EXTERN_INLINES].
4729
a4647e72
UD
47302011-12-17 Ulrich Drepper <drepper@gmail.com>
4731
4732 [BZ #13446]
4733 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
4734
f0b264f1
AZ
47352011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4736
4737 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
4738 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
4739 optimized code.
4740 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
4741 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
4742 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
4743 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
4744 for strncasecmp/strncasecmp_l compilation.
4745 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
4746 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
4747
8ef4f244
MP
47482011-12-08 Marek Polacek <mpolacek@redhat.com>
4749
4750 [BZ #13484]
4751 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
4752 of __asm__.
4753
97ac2654
UD
47542011-12-17 Ulrich Drepper <drepper@gmail.com>
4755
4756 [BZ #13506]
4757 * time/tzfile.c (__tzfile_read): Check values from file header.
4758
91d2a845
WS
47592011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
4760
4761 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
4762 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
4763 * powerpc/powerpc32/dl-start.S: Likewise.
4764 * powerpc/powerpc32/elf/start.S: Likewise.
4765 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4766 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
4767 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
4768 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
4769 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
4770 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
4771 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
4772 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
4773 * powerpc/powerpc32/fpu/s_round.S: Likewise.
4774 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
4775 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
4776 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
4777 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4778 * powerpc/powerpc32/memset.S: Likewise.
4779 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
4780 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
4781 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
4782 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
4783 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
4784 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4785 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4786 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4787 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
4788 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
4789 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
4790 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
4791 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
4792
a1267ba1
AZ
47932011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4794
4795 * math/libm-test.inc: Added more nearbyint tests.
4796 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
4797 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
4798 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
4799 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
4800
ad8ac1bd
RL
48012011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
4802
4803 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
4804 FD_CLOEXEC.
4805
1d3e4b61
UD
48062011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
4807
4808 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
4809 Add wcscpy-ssse3 wcscpy-c.
4810 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
4811 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
4812 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
4813 * sysdeps/x86_64/wcschr.S: New file.
4814 * sysdeps/x86_64/wcsrchr.S: New file.
4815 * string/test-strcmp.c: Remove checking of wcscmp function for
4816 wrong alignments.
4817 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
4818 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
4819 wcsrchr-sse2 wcsrchr-c.
4820 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
4821 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
4822 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
4823 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
4824 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
4825 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
4826 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
4827 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
4828 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
4829 * wcsmbc/wcschr.c (WCSCHR): New macro.
4830
5b330a2d
UD
48312011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
4832
4833 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
4834 * wcsmbs/test-wcsrchr.c: New file.
4835 * string/test-strrchr.c: Add wcsrchr support.
4836 (WIDE): New macro.
4837 * wcsmbs/test-wcscpy.c: New file.
4838 * string/test-strcpy.c: Add wcscpy support.
4839 (WIDE): New macro.
26428b7c 4840
f039c043
UD
48412011-12-10 Ulrich Drepper <drepper@gmail.com>
4842
4843 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
4844 the inner loop.
4845
850fb039
AS
48462011-12-06 Andreas Schwab <schwab@linux-m68k.org>
4847
4848 [BZ #13472]
4849 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
4850
4efbd5cb
UD
48512011-12-04 Ulrich Drepper <drepper@gmail.com>
4852
52ff5dd0 4853 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 4854 Minor optimizations.
52ff5dd0 4855
4efbd5cb
UD
4856 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
4857 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
4858 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
4859
8a426e12
UD
48602011-12-03 Ulrich Drepper <drepper@gmail.com>
4861
aff2453d
UD
4862 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
4863 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
4864 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
4865 for gcc to avoid warnings.
4866 * inet/Makefile (tests): Add tst-checks.
4867 * inet/tst-checks.c: New file.
4868
4869 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
4870 warning.
4871
4872 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
4873 __wmemcmp_sse2.
4874
4875 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
4876 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
4877
8a426e12
UD
4878 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
4879
9bea3473
UD
48802011-12-02 Ulrich Drepper <drepper@gmail.com>
4881
3a965496
UD
4882 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
4883 problem.
4884
9bea3473
UD
4885 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
4886
f101631b
UD
48872011-11-29 Joseph Myers <joseph@codesourcery.com>
4888
4889 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
4890 conditional on GCC version.
4891 (__arch_compare_and_exchange_val_8_acq)
4892 (__arch_compare_and_exchange_val_16_acq)
4893 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
4894 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
4895 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
4896
a98275aa
UD
48972011-12-02 Joseph Myers <joseph@codesourcery.com>
4898
4899 * sysdeps/sh/backtrace.c: New file.
4900
d4cc29a2
AS
49012011-12-02 Andreas Schwab <schwab@redhat.com>
4902
4903 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
4904 parenthesis.
4905
6257af2d
AS
49062011-12-01 Andreas Schwab <schwab@redhat.com>
4907
4908 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
4909 falling back to utime.
4910
b5f44c1a
AS
49112011-11-30 Andreas Schwab <schwab@redhat.com>
4912
4913 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
4914 expectations for float.
4915
f3a6cc0a
AS
49162011-11-29 Andreas Schwab <schwab@redhat.com>
4917
4918 * locale/weight.h (findidx): Add parameter len.
4919 * locale/weightwc.h (findidx): Likewise.
4920 * posix/fnmatch_loop.c (FCT): Adjust caller.
4921 * posix/regcomp.c (build_equiv_class): Likewise.
4922 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
4923 * posix/regexec.c (check_node_accept_bytes): Likewise.
4924 * string/strcoll_l.c (STRCOLL): Likewise.
4925 * string/strxfrm_l.c (STRXFRM): Likewise.
4926
9d65ea3a
UD
49272011-11-17 Ulrich Drepper <drepper@gmail.com>
4928
4929 * Makefile.in: Remove CVSOPT handling.
4930 * configure.in: Remove use of AC_REVISION.
4931 * iconvdata/Makefile (distribute): No need to filter out CVS.
4932 * scripts/list-sources.sh: Remove CVS, subversion and monotone
4933 handling.
4934
5583a086
AS
49352011-11-16 Andreas Schwab <schwab@redhat.com>
4936
4937 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
4938 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
4939 [USE_AS_STRNCASECMP_L]: Likewise.
4940 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
4941 NO_TLS_DIRECT_SEG_REFS.
4942 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
4943 Fix argument offsets for non-PIC.
4944 [USE_AS_STRNCASECMP_L]: Likewise.
4945 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
4946 NO_TLS_DIRECT_SEG_REFS.
4947
d62a8200
UD
49482011-11-15 Ulrich Drepper <drepper@gmail.com>
4949
9d65ea3a 4950 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
4951 O_CLOEXEC.
4952 * locale/loadlocale.c (_nl_load_locale): Likewise.
4953
09f93bd3
AS
49542011-11-15 Andreas Schwab <schwab@redhat.com>
4955
446514f9
AS
4956 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
4957 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
4958 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
4959 (SYSCALL_GETTIME): Set errno on error.
4960
09f93bd3
AS
4961 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
4962 count references to noai6ai_cached.
4963
312be3f9
UD
49642011-11-15 Ulrich Drepper <drepper@gmail.com>
4965
4966 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
4967
4968 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
4969 FD_CLOEXEC for /proc/self/maps.
4970
4971 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
4972 FD_CLOEXEC for /proc/meminfo.
4973
4974 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
4975 gai.conf.
4976
4977 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
4978 FD_CLOEXEC for given file.
4979
4980 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
4981
4982 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
4983 FD_CLOEXEC for /etc/hosts.
4984 (_gethtent): Likewise.
4985
4986 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
4987
4988 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
4989 cancellation and set FD_CLOEXEC for /etc/netgroup.
4990
4991 * nss/nss_files/files-key.c (search): Don't allow cancellation when
4992 reading /etc/publickey.
4993
4994 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
4995 allow cancellation when reading /etc/group.
4996
4997 * nss/nss_files/files-alias.c (internal_setent): Don't allow
4998 cancellation.
4999 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
5000
5001 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
5002 when using data file.
5003
5004 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
5005
5006 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
5007 (write_nis_obj): Use "c" and "e" in fopen.
5008
5009 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
5010
5011 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
5012
5013 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
5014
5015 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
5016
5017 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
5018 locale.alias.
5019
5020 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
5021
5022 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
5023
5024 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
5025
5026 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
5027 file parsing and set FD_CLOEXEC.
5028
82af0fa8
UD
50292011-11-14 Ulrich Drepper <drepper@gmail.com>
5030
5031 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
5032
a5fb313c
AS
50332011-11-14 Andreas Schwab <schwab@redhat.com>
5034
5035 * malloc/arena.c (arena_get2): Don't call reused_arena when
5036 _int_new_arena failed.
5037
6abf3465
UD
50382011-11-14 Ulrich Drepper <drepper@gmail.com>
5039
5040 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
5041 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
5042 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
5043 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5044 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
5045 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
5046 to compile strcasecmp and strncasecmp.
5047 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
5048 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
5049
5050 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
5051
76e3966e
UD
50522011-11-13 Ulrich Drepper <drepper@gmail.com>
5053
5054 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
5055 locale-defines.sym to gen-as-const-headers.
5056 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
5057 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
5058 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
5059 to compile strcasecmp and strncasecmp.
5060 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
5061 strcasecmp_l and strncasecmp_l.
5062 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
5063 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
5064 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
5065 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
5066 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
5067 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
5068 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
5069 * sysdeps/i386/i686/multiarch/strncase.S: New file.
5070 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
5071 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
5072 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
5073
ab26144e
UD
50742011-11-12 Ulrich Drepper <drepper@gmail.com>
5075
7edb22ef
UD
5076 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
5077 result of SYSDEP_GETTIME_CPU to retval.
5078 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
5079 parameter list to macro. Remove trailing semicolon. Adjust users.
5080
9694fc44
UD
5081 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
5082 variable.
5083
8ad89ef8
UD
5084 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
5085 mantissa words.
5086 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
5087
0c822ef9
UD
5088 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
5089 from unused variable.
5090
874e0564
UD
5091 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
5092 DWARF definitions.
5093 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
5094 for assembling.
5095
3a2edc79
UD
5096 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
5097 over namespaces.
5098
f3c2577f
UD
5099 * sunrpc/rpc_prot.c (rejected): Fix case value.
5100
294ce126
UD
5101 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
5102 unsigned long long int to avoid warnings in shift.
5103
5e2b63c6
UD
5104 * posix/regex_internal.c (re_string_reconstruct): Actually use result
5105 of use of trans.
5106 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
5107 variable tmp.
5108
e7f4b08e
UD
5109 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
5110 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5111 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5112
ab26144e
UD
5113 * nis/nis_table.c (nis_list): Use variable of correct type for
5114 result of __follow_path call.
5115
8a6d5255
AZ
51162011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5117
5118 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
5119 of math functions ceil, trunc, floor, round, and sqrt, when
5120 avaliable on the platform.
5121 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
5122 name clash.
5123 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5124 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
5125 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
5126
aaddc98c
MP
51272011-10-30 Marek Polacek <mpolacek@redhat.com>
5128
5129 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
5130 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
5131
95b7042b
RM
51322011-11-11 Roland McGrath <roland@hack.frob.com>
5133
5134 * include/unistd.h: Fix __readlink return type.
5135 Reported by Chris Metcalf <cmetcalf@tilera.com>.
5136
57769839
UD
51372011-11-11 Ulrich Drepper <drepper@gmail.com>
5138
5139 * stdlib/ucontext.h: Undo last change for makecontext.
5140
edc5984d
AS
51412011-11-11 Andreas Schwab <schwab@redhat.com>
5142
98591e58
AS
5143 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
5144
edc5984d
AS
5145 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
5146 * setjmp/setjmp.h: Mark functions as non-leaf.
5147 * setjmp/bits/setjmp2.h: Likewise.
5148 * stdlib/ucontext.h: Likewise.
5149
77cdc054
AS
51502011-11-10 Andreas Schwab <schwab@redhat.com>
5151
5152 * malloc/arena.c (_int_new_arena): Don't increment narenas.
5153 (reused_arena): Don't check arena limit.
5154 (arena_get2): Atomically check arena limit.
5155
fe72eebd
UD
51562011-11-08 Ulrich Drepper <drepper@gmail.com>
5157
5f078c32
UD
5158 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
5159 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
5160
fe72eebd
UD
5161 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
5162 instructions.
5163
ae1bc2fa
AS
51642011-11-07 Andreas Schwab <schwab@redhat.com>
5165
7583a88d
AS
5166 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
5167 handler when locking.
5168
ae1bc2fa
AS
5169 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
5170 Fix size of allocated buffer.
5171
10fb0bfa
AS
51722011-11-04 Andreas Schwab <schwab@redhat.com>
5173
998832a4
AS
5174 [BZ #10103]
5175 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
5176 declarations for long double functions.
5177 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
5178
10fb0bfa
AS
5179 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
5180
3d7ba52b
AS
51812011-11-03 Andreas Schwab <schwab@redhat.com>
5182
a9ae54a1
AS
5183 * nscd/nscd.c (main): Don't start AVC thread until credentials are
5184 installed.
5185
3d7ba52b
AS
5186 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
5187 is disabled.
5188
bc8db248
ST
51892011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
5190
5191 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
5192
45b96dd6
AS
51932011-11-01 Andreas Schwab <schwab@linux-m68k.org>
5194
647776f6
AS
5195 * include/alloca.h (stackinfo_alloca_round): Define.
5196 (extend_alloca): Use it.
5197 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
5198 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
5199 here.
5200
d91a8b93
AS
5201 * scripts/check-local-headers.sh: Ignore libaudit.h.
5202
45b96dd6
AS
5203 * nscd/Makefile (extra-objs): Make recursively expanded.
5204
432d41ce
UD
52052011-11-01 Ulrich Drepper <drepper@gmail.com>
5206
34372fc6
UD
5207 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
5208 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
5209
fadb59f8
UD
5210 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
5211 * posix/tst-rfc3484-2.c: Likewise.
5212 * posix/tst-rfc3484-3.c: Likewise.
5213
78239589
UD
5214 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
5215 process_vm_writev.
5216 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
5217 process_vm_writev.
5218 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
5219 process_vm_writev from libc using GLIBC_2.15 version.
5220
432d41ce
UD
5221 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
5222
02f9c6cf
PP
52232011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5224
5225 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
5226 stack usage.
5227
3a2c0242
UD
52282011-10-31 Ulrich Drepper <drepper@gmail.com>
5229
f4ec4833
UD
5230 [BZ #13367]
5231 * nss/getent.c (initgroups_keys): Show error message in case no group
5232 names are given.
5233
3a2c0242
UD
5234 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
5235 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
5236 __bump_nl_timestamp.
5237 * nscd/connections (nscd_init): When host database is served open
5238 netlink socket and request notification about configuration changes.
5239 (main_loop_poll): Track netlink file descriptor and bump timestamp
5240 in case data becomes available.
5241 (main_loop_epoll): Likewise.
5242 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
5243 (database_pers_head): Add extra_data fileds.
5244 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
5245 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
5246 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
5247 Adjust caller.
5248 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
5249 in6ai data, call __free_in6ai.
5250 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
5251 Add -DHAVE_NETLINK.
5252 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
5253 interface information. Reuse previous data if netlink timestamp
5254 is not changed.
5255 (__bump_nl_timestamp): New function.
5256 (__free_in6ai): New function.
5257
636064eb
UD
52582011-10-30 Ulrich Drepper <drepper@gmail.com>
5259
5260 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
5261 close_not_cancel_no_status here.
5262 (__check_pf): Reorganize code a bit to not call close twice if OOM.
5263
9beb2334
UD
52642011-10-29 Ulrich Drepper <drepper@gmail.com>
5265
6ef76f3b
UD
5266 [BZ #13276]
5267 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
5268 return value.
5269
0ffc4f3e 5270 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
5271 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
5272 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
5273
cb95113e
UD
52742011-07-03 Andreas Jaeger <aj@suse.de>
5275
5276 [BZ #10709]
5277 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
5278 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
5279 * math/libm-test.inc (sin_test): Add test case.
5280
a1b560ff
UD
52812011-10-29 Ulrich Drepper <drepper@gmail.com>
5282
c9aaface
UD
5283 [BZ #13337]
5284 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
5285 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
5286
d272e7f1
UD
5287 * elf/chroot_canon.c (chroot_canon): Cleanups.
5288
1bc33071
UD
5289 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
5290
1760874d
TJ
5291 [BZ #13335]
5292 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
5293 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
5294
51d91b18
UD
5295 * string/test-strchr.c: Make usable for strchrnul testing.
5296 * string/test-strchrnul.c: New file.
5297 * string/Makefile (strop-tests): Add strchrnul.
5298
a1b560ff 5299 * po/it.po: Update from translation team.
b611fb81 5300 * po/es.po: Likewise.
a1b560ff 5301
a5b81e1f
UD
53022011-10-28 Ulrich Drepper <drepper@gmail.com>
5303
fd52bc6d
UD
5304 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
5305 the three constants needed as parameters. Drop the others.
5306 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
5307 __m128i_strloadu_tolower.
52e4b9eb
UD
5308 Create and initialize variable zero and use it in all the places
5309 where _mm_setzero_si128 was used.
fd52bc6d 5310
a5b81e1f
UD
5311 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
5312 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
5313 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
5314 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
5315 anymore.
5316 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
5317 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
5318 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
5319 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
5320 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
5321 __mpranred, __mptan.
5322 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
5323 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
5324 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
5325 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
5326 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
5327 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
5328 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
5329 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
5330 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
5331
b4343346
AS
53322011-10-28 Andreas Schwab <schwab@redhat.com>
5333
0c92d8a8
AS
5334 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
5335 redefine if SHARED.
5336 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
5337
b4343346
AS
5338 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
5339 wide char related routines to wcsmbs subdir.
5340
3871f58f
AS
53412011-10-27 Andreas Schwab <schwab@redhat.com>
5342
5343 [BZ #13344]
5344 * misc/sys/cdefs.h (__THROWNL): Define.
5345 * posix/unistd.h: Use __THREADNL instead of __THREAD
5346 for memory synchronization functions.
5347
94d44d9f
RM
53482011-10-26 Roland McGrath <roland@hack.frob.com>
5349
21b64b15 5350 [BZ #13349]
94d44d9f
RM
5351 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
5352 doesn't exist.
5353 * manual/stdio.texi (Obstack Streams): Node removed.
5354
f6ce9294
AS
53552011-10-26 Andreas Schwab <schwab@redhat.com>
5356
80479147
AS
5357 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
5358 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
5359 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
5360
f6ce9294
AS
5361 * math/math_private.h (math_force_eval): Allow non-addressable
5362 arguments.
5363 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
5364
618280a1
UD
53652011-10-25 Ulrich Drepper <drepper@gmail.com>
5366
e0016b11
UD
5367 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
5368 file is not needed.
5369
5370 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
5371 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
5372 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
5373 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
5374 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
5375 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
5376 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
5377 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
5378 Add AVX variants.
5379 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
5380 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
5381 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
5382 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
5383 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
5384 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
5385 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
5386 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
5387 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
5388 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
5389 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
5390 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
5391 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
5392 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
5393 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
5394 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
5395 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
5396 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
5397 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
5398
5399 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
5400 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
5401
618280a1
UD
5402 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
5403 place. Use VEX encoding when compiling for AVX.
5404
37822576
AS
54052011-10-25 Andreas Schwab <schwab@redhat.com>
5406
1f1e1947
AS
5407 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
5408 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
5409
37822576
AS
5410 * string/test-strchr.c (do_test): Don't generate NUL bytes.
5411
31ea014d
UD
54122011-10-25 Ulrich Drepper <drepper@gmail.com>
5413
d7826aa1 5414 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 5415 useless if() expression.
d7826aa1
UD
5416 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
5417 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
5418 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
5419 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
5420 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
5421 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
5422 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
5423 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
5424 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
5425 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
5426 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
5427 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
5428 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
5429 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
5430 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
5431 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
5432 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
5433 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
5434 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
5435
31ea014d
UD
5436 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
5437
16437fec
AS
54382011-10-25 Andreas Schwab <schwab@redhat.com>
5439
5440 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
5441 condition.
5442 * elf/dl-fini.c (_dl_sort_fini): Likewise.
5443
31d3cc00
UD
54442011-10-25 Ulrich Drepper <drepper@gmail.com>
5445
5446 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
5447 .text section. Avoid duplicate constants.
5448 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
5449 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5450 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5451 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5452 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5453 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5454 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5455 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5456 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5457 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
5458 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5459 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
5460 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5461 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5462 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
5463 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5464 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
5465 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5466 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5467 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5468 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5469 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5470 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5471 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
5472 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
5473 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
5474 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
5475 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
5476 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
5477 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
5478 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
5479 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
5480 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
5481 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
5482 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
5483 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
5484 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
5485 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
5486 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
5487 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
5488 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
5489 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
5490 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
5491 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
5492 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
5493
58985aa9
UD
54942011-10-24 Ulrich Drepper <drepper@gmail.com>
5495
202c9deb
UD
5496 * sysdeps/x86_64/dla.h: Move to ...
5497 * sysdeps/x86_64/fpu/dla.h: ...here.
5498 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
5499 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 5500
af968f62
UD
5501 * config.make.in: Add have-mfma4 entry.
5502 * configure.in: Substitute libc_cv_cc_fma4.
5503 * math/Makefile (dbl-only-routines): Add sincostab.
5504 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
5505 Use __sincostab not sincos.
5506 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
5507 name is a macro.
5508 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5509 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5510 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5511 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
5512 using __copysign.
5513 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
5514 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
5515 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
5516 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
5517 and __inv.
5518 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
5519 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
5520 __copysign.
5521 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
5522 define aliases when function name is a macro.
5523 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
5524 sysdeps/ieee754/dbl-64/sincos.tbl.
5525 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
5526 fma4-enabled routines.
5527 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
5528 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
5529 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
5530 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
5531 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
5532 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
5533 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
5534 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
5535 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
5536 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
5537 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
5538 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
5539 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
5540 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
5541 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
5542 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
5543 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
5544 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
5545 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
5546 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
5547 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
5548 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
5549 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
5550 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
5551 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
5552 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
5553 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
5554 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
5555 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
5556 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
5557
58985aa9
UD
5558 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
5559 rename.
5560 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5561 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5562 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5563 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5564 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5565 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5566 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5567 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5568
a201fbcf
AS
55692011-10-24 Andreas Schwab <schwab@redhat.com>
5570
5571 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
5572
fc2ee42a
LD
55732011-10-23 Ulrich Drepper <drepper@gmail.com>
5574
bb3129bd
UD
5575 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
5576
0275fff8
UD
5577 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
5578 prediction.
5579 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
5580
2fa2ae85
UD
5581 * string/strnlen.c: Don't define STRNLEN, reverse logic.
5582 Remove unused variable magic_bits.
5583 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
5584
fc2ee42a
LD
5585 * string/strnlen.c: Define and use STRNLEN macro.
5586 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
5587 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
5588 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
5589 * wcsmbs/wcslen.c: Define and use WCSLEN.
5590 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
5591 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
5592 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
5593 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
5594 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
5595 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
5596 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
5597
ce7dd29f
LD
55982011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
5599
5600 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5601 strnlen-sse2-no-bsf.
5602 Rename strlen-no-bsf to strlen-sse2-no-bsf.
5603 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
5604 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
5605 Add strnlen support.
5606 (USE_AS_STRNLEN): New macro.
5607 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
5608 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
5609 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
5610 * sysdeps/x86_64/wcslen.S: New file.
5611
979c70a3
MZ
56122011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
5613
5614 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
5615 XMM-moves are used for copying on small sizes.
5616
2d09f82f
LD
56172011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
5618
5619 * wcsmbs/Makefile (strop-tests): Add wcschr.
5620 * wcsmbs/test-wcschr.c: New file.
5621 * string/test-strchr.c: Update.
5622 Add wcschr support.
5623 (WIDE): New macro.
5624
619fccca
LD
56252011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
5626
2d09f82f 5627 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
5628 * wcsmbs/test-wcslen.c: New file.
5629 * string/test-strlen.c: Update.
5630 Add wcslen support.
5631 (WIDE): New macro.
5632
09f699ea
UD
56332011-10-23 Ulrich Drepper <drepper@gmail.com>
5634
5635 * po/it.po: Update from translation team.
5636
95584d3b
LD
56372011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
5638
5639 * sysdeps/x86_64/wcscmp.S: Update.
5640 Fix wrong comparison semantics.
5641 wcscmp shall use signed comparison not unsigned.
5642 Don't use substraction to avoid overflow bug.
5643 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5644 * wcsmbc/wcscmp.c: Likewise.
5645 * string/test-strcmp.c: Likewise.
5646 Add new tests to check cases with negative values.
5647
c8b3296b
UD
56482011-10-23 Ulrich Drepper <drepper@gmail.com>
5649
5650 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
5651 * sysdeps/x86_64/dla.h: ...here. New file.
5652 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
5653 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5654 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5655 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5656 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5657 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5658 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5659 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5660 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5661
246ad57a
AS
56622011-10-23 Andreas Schwab <schwab@linux-m68k.org>
5663
5664 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
5665 __ynl_finite aliases.
5666
a1a87169
UD
56672011-10-22 Ulrich Drepper <drepper@gmail.com>
5668
0d355eb7
UD
5669 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5670
a1a87169
UD
5671 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
5672 define DLA_FMA.
5673 [DLA_FMA] (EMULV): Use DLA_FMA.
5674 [DLA_FMA] (MUL12): Use EMULV.
5675 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
5676 that are not needed.
5677 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5678 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5679 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5680 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5681 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5682 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5683 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5684
ee2aafe0
AS
56852011-10-22 Andreas Schwab <schwab@linux-m68k.org>
5686
5687 * math/s_nan.c: Undef __nan.
5688 * math/s_nanf.c: Undef __nanf.
5689 * math/s_nanl.c: Undef __nanl.
5690 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
5691 "math_private.h".
5692
bc62c2fb
UD
56932011-10-22 Ulrich Drepper <drepper@gmail.com>
5694
77425c63
UD
5695 * math/s_catan.c: Add branch predictions.
5696 * math/s_catanf.c: Likewise.
5697 * math/s_catanh.c: Likewise.
5698 * math/s_catanhf.c: Likewise.
5699 * math/s_catanhl.c: Likewise.
5700 * math/s_catanl.c: Likewise.
5701 * math/s_cexp.c: Likewise.
5702 * math/s_cexpf.c: Likewise.
5703 * math/s_cexpl.c: Likewise.
5704 * math/s_clog.c: Likewise.
5705 * math/s_clog10.c: Likewise.
5706 * math/s_clog10f.c: Likewise.
5707 * math/s_clog10l.c: Likewise.
5708 * math/s_clogf.c: Likewise.
5709 * math/s_clogl.c: Likewise.
5710 * math/s_csqrt.c: Likewise.
5711 * math/s_csqrtf.c: Likewise.
5712 * math/s_csqrtl.c: Likewise.
5713 * math/s_ctanf.c: Likewise.
5714 * math/s_ctanh.c: Likewise.
5715 * math/s_ctanhf.c: Likewise.
5716 * math/s_ctanhl.c: Likewise.
5717 * math/s_ctanl.c: Likewise.
5718
bc62c2fb
UD
5719 * math/math_private.h: Define __nan, __nanf, __nanl.
5720 * math/s_cacosh.c: Include <math_private.h>.
5721 * math/s_cacoshl.c: Likewise.
5722 * math/s_casinh.c: Likewise.
5723 * math/s_casinhf.c: Likewise.
5724 * math/s_casinhl.c: Likewise.
5725 * math/s_ccos.c: Rely entire on ccosh.
5726 * math/s_ccosf.c: Rely entire on ccoshf.
5727 * math/s_ccosl.c: Rely entirely on ccoshl.
5728 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
5729 Remove tests for FE_INVALID.
5730 * math/s_ccoshf.c: Likewise.
5731 * math/s_ccoshl.c: Likewise.
5732 * math/s_csin.c: Likewise.
5733 * math/s_csinf.c: Likewise.
5734 * math/s_csinh.c Likewise.
5735 * math/s_csinhf.c: Likewise.
5736 * math/s_csinhl.c: Likewise.
5737 * math/s_csinl.c: Likewise.
5738 * math/s_ctan.c: Likewise.
5739 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
5740 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
5741 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
5742
8ec250a4
UD
57432011-10-21 Ulrich Drepper <drepper@gmail.com>
5744
c196fed8
UD
5745 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
5746 compilation problems.
5747
8ec250a4
UD
5748 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
5749 __builtin_expect.
5750
8d4f46c6
UD
57512011-10-20 Ulrich Drepper <drepper@gmail.com>
5752
ed72b654
UD
5753 * sysdeps/i386/configure.in: Test for -mfma4 option.
5754 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
5755 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
5756 COMMON_CPUID_INDEX_80000001.
5757 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
5758 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
5759 use it if FMA3 is not supported.
5760 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
5761
8d4f46c6
UD
5762 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
5763 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
5764
d45c60c2
AS
57652011-10-20 Andreas Schwab <schwab@redhat.com>
5766
5767 [BZ #12892]
5768 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
5769 it would create a cycle with a link time dependency.
5770
d9a4d2ab
UD
57712011-10-19 Ulrich Drepper <drepper@gmail.com>
5772
855d1560
UD
5773 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
5774 instruction.
5775 * string/Makefile (strop-tests): Add rawmemchr.
5776 * string/test-rawmemchr.c: New file.
5777
d9a4d2ab
UD
5778 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
5779 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
5780 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
5781 when compiling str{,n}casecmp and when AVX is available. Hook up
5782 new optimized code in initializers.
5783
8f3b1ffe
AS
57842011-10-19 Andreas Schwab <schwab@redhat.com>
5785
5786 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
5787 __feraiseexcept instead of feraiseexcept.
5788
d38f1dba
UD
57892011-10-18 Ulrich Drepper <drepper@gmail.com>
5790
d9a8d0ab
UD
5791 * math/math_private.h: Define defaults for libc_fetestexcept and
5792 libc_feupdateenv.
5793 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
5794 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
5795 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
5796 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
5797 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
5798 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
5799 libc_fetestexcept and libc_feupdateenv.
5800
4855e3dd
UD
5801 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
5802 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
5803 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
5804 * sysdeps/x86_64/fpu/math_private.h: Define special version of
5805 libc_feholdexcept_setround.
5806
581d30e3
UD
5807 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
5808 Add s_nearbyint-c and s_nearbyintf-c.
5809 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
5810 nearbyintf inlines.
5811 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
5812 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
5813 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
5814 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
5815
d38f1dba
UD
5816 * math/math_private.h: Define defaults for libc_fegetround,
5817 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
5818 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
5819 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
5820 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
5821 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
5822 standard functions.
5823 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
5824 Remove comments and hacks for old compiler versions.
5825 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
5826 libc_fegetround, libc_fesetround, libc_feholdexcept, and
5827 libc_feholdexceptl.
5828
caa6c9d8
AS
58292011-10-18 Andreas Schwab <schwab@redhat.com>
5830
5831 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
5832 (__feraiseexcept_renamed): Add __NTH.
5833 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
5834 namespace violations.
5835
97c066e6
UD
58362011-10-17 Ulrich Drepper <drepper@gmail.com>
5837
99ce7b04
UD
5838 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
5839
1004d182
UD
5840 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
5841
228a984d
UD
5842 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
5843 recently added interfaces.
5844 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
5845
c8553a6a
UD
5846 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
5847 about macro parameter expansion.
5848
ed22dcf6
UD
5849 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
5850 __NO_MATH_INLINES is defined. Cleanups.
5851
5852 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
5853 and __floorf is target has SSE4.1.
5854 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
5855 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
5856 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
5857 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
5858
b171c137
UD
5859 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
5860 name.
5861 (floorf): Likewise.
5862
97c066e6
UD
5863 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
5864
629f62ef
AS
58652011-10-17 Andreas Schwab <schwab@redhat.com>
5866
49a43d80
AS
5867 * misc/sys/cdefs.h: Fix last change.
5868
629f62ef
AS
5869 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
5870 database lookup.
5871
e453f6cd
UD
58722011-10-16 Ulrich Drepper <drepper@gmail.com>
5873
aa78043a
UD
5874 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
5875
ad0f5cad
UD
5876 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
5877 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
5878 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
5879 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
5880 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
5881 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
5882 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
5883 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
5884 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
5885 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
5886 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
5887 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
5888 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
5889 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
5890 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
5891 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
5892 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
5893 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
5894 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
5895 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
5896 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
5897 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
5898
5899 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
5900 ceil, ceilf, floor, floorf.
5901
5902 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
5903 Perform IRELATIVE relocations last.
5904
e453f6cd
UD
5905 * elf/do-rel.h: Add another parameter nrelative, replacing the
5906 local variable with the same name. Change name of the function
5907 to end in Rel or Rela (uppercase).
5908 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
5909 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
5910 elf_dynamic_do_##reloc function.
5911
fd5bdc09
UD
59122011-10-15 Ulrich Drepper <drepper@gmail.com>
5913
79b195b5
UD
5914 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
5915 is sufficient, at least on modern CPUs.
5916
d4a28569
UD
5917 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
5918
b61099b5
UD
5919 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
5920 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
5921
bcf01e6d
UD
5922 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
5923 __expl_finite.
5924 * math/bits/math-finite.h: Add entries for exp.
5925 * math/e_expl.c: Add __*_finite alias.
5926 * sysdeps/i386/fpu/e_exp.S: Likewise.
5927 * sysdeps/i386/fpu/e_expf.S: Likewise.
5928 * sysdeps/i386/fpu/e_expl.c: Likewise.
5929 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5930 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
5931 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
5932 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
5933 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
5934 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
5935 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
5936
ba1a0d59
UD
5937 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
5938 is sufficient, at least on modern CPUs.
5939
fd5bdc09
UD
5940 * ctype/ctype-info.c (__ctype_init): Define.
5941 * include/ctype.h (__ctype_init): Declare.
5942 (__ctype_b_loc): The variable is always initialized.
5943 (__ctype_toupper_loc): Likewise.
5944 (__ctype_tolower_loc): Likewise.
5945 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
5946 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
5947
7872cfb0
AS
59482011-10-15 Andreas Schwab <schwab@linux-m68k.org>
5949
b468825a
AS
5950 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
5951
7872cfb0
AS
5952 * configure.in: Also look in $cxxmachine/include for C++ system
5953 headers.
5954
be13f7bf
LD
59552011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
5956
5957 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
5958 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
5959 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
5960 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
5961 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
5962 (USE_AS_WMEMCMP): New macro.
5963 Fixing indents.
5964 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
5965 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
5966 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
5967 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
5968 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
5969 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
5970 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
5971 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
5972 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
5973 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
5974 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
5975 (USE_AS_WMEMCMP): New macro.
5976 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
5977 * sysdeps/string/test-memcmp.c: Update.
5978 Fix simple_wmemcmp.
5979 Add new tests.
5980 * wcsmbs/wmemcmp.c: Update.
5981 (WMEMCMP): New macro.
5982 Fix overflow bug.
5983
556a2007
AJ
59842011-10-12 Andreas Jaeger <aj@suse.de>
5985
5986 [BZ #13268]
5987 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
5988
538faaa7
UD
59892011-10-15 Ulrich Drepper <drepper@gmail.com>
5990
ab6737ff
UD
5991 * libio/iofwide.c (do_length): Avoid warning.
5992
538faaa7
UD
5993 * ctype/ctype.h (__isctype_f): Add missing __THROW.
5994
396a21b1
UD
59952011-10-14 Ulrich Drepper <drepper@gmail.com>
5996
cdf2901f
UD
5997 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
5998
38ad40ce
UD
5999 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
6000 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
6001 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
6002 * sysdeps/i386/i686/fpu/e_log.S: New file.
6003 * sysdeps/i386/i686/fpu/e_logf.S: New file.
6004 * sysdeps/i386/i686/fpu/e_logl.S: New file.
6005
396a21b1
UD
6006 * ctype/ctype.h: Add support for inlined isXXX functions when
6007 compiling C++ code.
6008
6b1f68c9
AS
60092011-10-14 Andreas Schwab <schwab@redhat.com>
6010
349290c0
AS
6011 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
6012
6b1f68c9
AS
6013 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
6014
f2282d42
RM
60152011-10-13 Roland McGrath <roland@hack.frob.com>
6016
6017 [BZ #13291]
6018 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
6019
5298ffa8
AS
60202011-10-13 Andreas Schwab <schwab@redhat.com>
6021
714fad23
AS
6022 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
6023 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
6024 feraiseexcept.
6025
81dcc7fb
AS
6026 * sysdeps/x86_64/memrchr.S: Check for zero size.
6027
5298ffa8
AS
6028 * string/stratcliff.c: Add memrchr tests.
6029
951fbcec
LD
60302011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
6031
6032 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
6033 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
6034 rawmemchr-sse2 rawmemchr-sse2-bsf.
6035 * sysdeps/i386/i686/multiarch/memchr.S: New file.
6036 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
6037 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
6038 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
6039 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
6040 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
6041 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
6042 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
6043 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
6044 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
6045 * string/memrchr.c (MEMRCHR): New macro.
6046
0ac5ae23
UD
60472011-10-12 Ulrich Drepper <drepper@gmail.com>
6048
6049 Add integration with gcc's -ffinite-math-only and optimize wrapper
6050 functions in libm.
6051 * Versions.def: Define GLIBC_2.15 version for libm.
6052 * math/Makefile (headers): Add bits/math-finite.h.
6053 * math/bits/math-finite.h: New file.
6054 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
6055 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
6056 * math/e_acoshl.c: Add __*_finite alias.
6057 * math/e_acosl.c: Likewise.
6058 * math/e_asinl.c: Likewise.
6059 * math/e_atan2l.c: Likewise.
6060 * math/e_atanhl.c: Likewise.
6061 * math/e_coshl.c: Likewise.
6062 * math/e_exp10.c: Likewise.
6063 * math/e_exp10f.c: Likewise.
6064 * math/e_exp10l.c: Likewise.
6065 * math/e_exp2l.c: Likewise.
6066 * math/e_fmodl.c: Likewise.
6067 * math/e_gammal_r.c: Likewise.
6068 * math/e_hypotl.c: Likewise.
6069 * math/e_j0l.c: Likewise.
6070 * math/e_j1l.c: Likewise.
6071 * math/e_jnl.c: Likewise.
6072 * math/e_lgammal_r.c: Likewise.
6073 * math/e_log10l.c: Likewise.
6074 * math/e_log2l.c: Likewise.
6075 * math/e_logl.c: Likewise.
6076 * math/e_powl.c: Likewise.
6077 * math/e_sinhl.c: Likewise.
6078 * math/e_sqrtl.c: Likewise.
6079 * math/e_scalb.c: Completely rewritten and optimized.
6080 * math/e_scalbf.c: Likewise.
6081 * math/e_scalbl.c: Likewise.
6082 * math/w_acos.c: Likewise.
6083 * math/w_acosf.c: Likewise.
6084 * math/w_acosl.c: Likewise.
6085 * math/w_acosh.c: Likewise.
6086 * math/w_acoshf.c: Likewise.
6087 * math/w_acoshl.c: Likewise.
6088 * math/w_asin.c: Likewise.
6089 * math/w_asinf.c: Likewise.
6090 * math/w_asinl.c: Likewise.
6091 * math/w_atan2.c: Likewise.
6092 * math/w_atan2f.c: Likewise.
6093 * math/w_atan2l.c: Likewise.
6094 * math/w_atanh.c: Likewise.
6095 * math/w_atanhf.c: Likewise.
6096 * math/w_atanhl.c: Likewise.
6097 * math/w_exp10.c: Likewise.
6098 * math/w_exp10f.c: Likewise.
6099 * math/w_exp10l.c: Likewise.
6100 * math/w_fmod.c: Likewise.
6101 * math/w_fmodf.c: Likewise.
6102 * math/w_fmodl.c: Likewise.
6103 * math/w_j0.c: Likewise.
6104 * math/w_j0f.c: Likewise.
6105 * math/w_j0l.c: Likewise.
6106 * math/w_j1.c: Likewise.
6107 * math/w_j1f.c: Likewise.
6108 * math/w_j1l.c: Likewise.
6109 * math/w_jn.c: Likewise.
6110 * math/w_jnf.c: Likewise.
6111 * math/w_log.c: Likewise.
6112 * math/w_logf.c: Likewise.
6113 * math/w_logl.c: Likewise.
6114 * math/w_log10.c: Likewise.
6115 * math/w_log10f.c: Likewise.
6116 * math/w_log10l.c: Likewise.
6117 * math/w_log2.c: Likewise.
6118 * math/w_log2f.c: Likewise.
6119 * math/w_log2l.c: Likewise.
6120 * math/w_pow.c: Likewise.
6121 * math/w_powf.c: Likewise.
6122 * math/w_powl.c: Likewise.
6123 * math/w_remainder.c: Likewise.
6124 * math/w_remainderf.c: Likewise.
6125 * math/w_remainderl.c: Likewise.
6126 * math/w_scalb.c: Likewise.
6127 * math/w_scalbf.c: Likewise.
6128 * math/w_scalbl.c: Likewise.
6129 * math/w_sqrt.c: Likewise.
6130 * math/w_sqrtf.c: Likewise.
6131 * math/w_sqrtl.c: Likewise.
6132 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
6133 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
6134 used.
6135 * math/math_private.h: Declare __kernel_standard_f.
6136 * math/w_cosh.c: Remove cruft and optimize a bit.
6137 * math/w_coshf.c: Likewise.
6138 * math/w_coshl.c: Likewise.
6139 * math/w_exp2.c: Likewise.
6140 * math/w_exp2f.c: Likewise.
6141 * math/w_exp2l.c: Likewise.
6142 * math/w_hypot.c: Likewise.
6143 * math/w_hypotf.c: Likewise.
6144 * math/w_hypotl.c: Likewise.
6145 * math/w_lgamma.c: Likewise.
6146 * math/w_lgamma_r.c: Likewise.
6147 * math/w_lgammaf.c: Likewise.
6148 * math/w_lgammaf_r.c: Likewise.
6149 * math/w_lgammal.c: Likewise.
6150 * math/w_lgammal_r.c: Likewise.
6151 * math/w_sinh.c: Likewise.
6152 * math/w_sinhf.c: Likewise.
6153 * math/w_sinhl.c: Likewise.
6154 * math/w_tgamma.c: Likewise.
6155 * math/w_tgammaf.c: Likewise.
6156 * math/w_tgammal.c: Likewise.
6157 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
6158 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
6159 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
6160 Minor optimizations. Pretty printing. Remove cruft.
6161 * sysdeps/i386/fpu/e_acosf.S: Likewise.
6162 * sysdeps/i386/fpu/e_acosh.S: Likewise.
6163 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
6164 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
6165 * sysdeps/i386/fpu/e_acosl.c: Likewise.
6166 * sysdeps/i386/fpu/e_asin.S: Likewise.
6167 * sysdeps/i386/fpu/e_asinf.S: Likewise.
6168 * sysdeps/i386/fpu/e_atan2.S: Likewise.
6169 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
6170 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
6171 * sysdeps/i386/fpu/e_atanh.S: Likewise.
6172 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
6173 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
6174 * sysdeps/i386/fpu/e_exp10.S: Likewise.
6175 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
6176 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
6177 * sysdeps/i386/fpu/e_exp2.S: Likewise.
6178 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
6179 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
6180 * sysdeps/i386/fpu/e_fmod.S: Likewise.
6181 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
6182 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6183 * sysdeps/i386/fpu/e_hypot.S: Likewise.
6184 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
6185 * sysdeps/i386/fpu/e_log.S: Likewise.
6186 * sysdeps/i386/fpu/e_log10.S: Likewise.
6187 * sysdeps/i386/fpu/e_log10f.S: Likewise.
6188 * sysdeps/i386/fpu/e_log10l.S: Likewise.
6189 * sysdeps/i386/fpu/e_log2.S: Likewise.
6190 * sysdeps/i386/fpu/e_log2f.S: Likewise.
6191 * sysdeps/i386/fpu/e_log2l.S: Likewise.
6192 * sysdeps/i386/fpu/e_logf.S: Likewise.
6193 * sysdeps/i386/fpu/e_logl.S: Likewise.
6194 * sysdeps/i386/fpu/e_pow.S: Likewise.
6195 * sysdeps/i386/fpu/e_powf.S: Likewise.
6196 * sysdeps/i386/fpu/e_powl.S: Likewise.
6197 * sysdeps/i386/fpu/e_remainder.S: Likewise.
6198 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
6199 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
6200 * sysdeps/i386/fpu/e_scalb.S: Likewise.
6201 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
6202 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
6203 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
6204 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
6205 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
6206 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
6207 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
6208 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
6209 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
6210 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
6211 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
6212 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
6213 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
6214 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
6215 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
6216 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
6217 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
6218 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
6219 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
6220 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
6221 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
6222 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
6223 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
6224 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
6225 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
6226 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
6227 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
6228 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
6229 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
6230 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
6231 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
6232 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
6233 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
6234 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
6235 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
6236 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
6237 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
6238 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
6239 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6240 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
6241 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
6242 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
6243 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
6244 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
6245 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
6246 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
6247 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
6248 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
6249 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
6250 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
6251 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
6252 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
6253 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
6254 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
6255 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
6256 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
6257 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
6258 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6259 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
6260 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
6261 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
6262 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
6263 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
6264 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
6265 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
6266 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
6267 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
6268 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
6269 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
6270 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
6271 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
6272 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
6273 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
6274 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
6275 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
6276 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
6277 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
6278 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
6279 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
6280 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
6281 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
6282 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
6283 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
6284 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
6285 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
6286 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
6287 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
6288 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
6289 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
6290 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
6291 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
6292 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
6293 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
6294 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
6295 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
6296 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
6297 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
6298 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
6299 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
6300 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6301 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
6302 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
6303 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
6304 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
6305 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
6306 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
6307 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
6308 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
6309 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
6310 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
6311 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
6312 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
6313 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
6314 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
6315 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
6316 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
6317 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
6318 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
6319 (__isnanf): Likewise.
6320 (__isinf_ns): Likewise.
6321 (__isinf_nsf): Likewise.
6322 (__finite): Likewise.
6323 (__finitef): Likewise.
6324 (__ieee754_sqrt): Define as macro.
6325 (__ieee754_sqrtf): Define as macro.
6326 (__ieee754_sqrtl): Define as macro.
6327 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
6328 inlined copy.
6329 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
6330 __FINITE_MATH_ONLY__ consistent.
6331 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
6332
12cc2fcd
AS
63332011-10-10 Andreas Schwab <schwab@linux-m68k.org>
6334
a843a204
AS
6335 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
6336 of rawmemchr.
6337
12cc2fcd
AS
6338 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
6339
c853acd5
UD
63402011-10-09 Ulrich Drepper <drepper@gmail.com>
6341
6342 * po/ja.po: Update from translation team.
6343
c658d255
RM
63442011-10-08 Roland McGrath <roland@hack.frob.com>
6345
110946e4
RM
6346 * locale/programs/locarchive.c (prepare_address_space): New function.
6347 (create_archive, enlarge_archive, open_archive): Use it.
6348
50604220
RM
6349 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
6350 inside [SHARED], where it is used.
6351
c658d255
RM
6352 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
6353
6354 * nss/getent.c (netgroup_keys): Remove unused variable.
6355 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
6356
6a621eb7
UD
63572011-10-08 Ulrich Drepper <drepper@gmail.com>
6358
7edb55ce
UD
6359 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
6360 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
6361 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
6362 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
6363 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
6364 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
6365 * math/Makefile (libm-calls): Add s_isinf_ns.
6366 * math/divtc3.c: Use __isinf_nsl instead of isinf.
6367 * math/multc3.c: Likewise.
6368 * math/s_casin.c: Likewise.
6369 * math/s_casinf.c: Likewise.
6370 * math/s_casinl.c: Likewise.
6371 * math/s_ccos.c: Likewise.
6372 * math/s_ccosf.c: Likewise.
6373 * math/s_ccosl.c: Likewise.
6374 * math/s_ctan.c: Likewise.
6375 * math/s_ctanf.c: Likewise.
6376 * math/s_ctanh.c: Likewise.
6377 * math/s_ctanhf.c: Likewise.
6378 * math/s_ctanhl.c: Likewise.
6379 * math/s_ctanl.c: Likewise.
6380 * math/w_fmod.c: Likewise.
6381 * math/w_fmodf.c: Likewise.
6382 * math/w_fmodl.c: Likewise.
6383 * math/w_remainder.c: Likewise.
6384 * math/w_remainderf.c: Likewise.
6385 * math/w_remainderl.c: Likewise.
6386 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
6387 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
6388 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
6389 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
6390 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
6391 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
6392 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
6393 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
6394
187da0ae
UD
6395 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
6396 of the number.
6397 * stdio-common/printf_fphex.c: Likewise.
6398 * stdio-common/printf_size.c: Likewise.
6399
9277c064
UD
6400 * math/e_exp10.c: Include math_private.h using <...> not "...".
6401 * math/e_exp10f.c: Likewise.
6402 * math/e_exp10l.c: Likewise.
6403 * math/e_exp2l.c: Likewise.
6404 * math/e_j0l.c: Likewise.
6405 * math/e_j1l.c: Likewise.
6406 * math/e_jnl.c: Likewise.
6407 * math/e_lgammal_r.c: Likewise.
6408 * math/e_rem_pio2l.c: Likewise.
6409 * math/e_scalb.c: Likewise.
6410 * math/e_scalbf.c: Likewise.
6411 * math/e_scalbl.c: Likewise.
6412 * math/k_cosl.c: Likewise.
6413 * math/k_sinl.c: Likewise.
6414 * math/k_tanl.c: Likewise.
6415 * math/s_cacoshf.c: Likewise.
6416 * math/s_catan.c: Likewise.
6417 * math/s_catanf.c: Likewise.
6418 * math/s_catanh.c: Likewise.
6419 * math/s_catanhf.c: Likewise.
6420 * math/s_catanhl.c: Likewise.
6421 * math/s_catanl.c: Likewise.
6422 * math/s_ccosh.c: Likewise.
6423 * math/s_ccoshf.c: Likewise.
6424 * math/s_ccoshl.c: Likewise.
6425 * math/s_cexp.c: Likewise.
6426 * math/s_cexpf.c: Likewise.
6427 * math/s_cexpl.c: Likewise.
6428 * math/s_clog.c: Likewise.
6429 * math/s_clog10.c: Likewise.
6430 * math/s_clog10f.c: Likewise.
6431 * math/s_clog10l.c: Likewise.
6432 * math/s_clogf.c: Likewise.
6433 * math/s_clogl.c: Likewise.
6434 * math/s_csin.c: Likewise.
6435 * math/s_csinf.c: Likewise.
6436 * math/s_csinh.c: Likewise.
6437 * math/s_csinhf.c: Likewise.
6438 * math/s_csinhl.c: Likewise.
6439 * math/s_csinl.c: Likewise.
6440 * math/s_csqrt.c: Likewise.
6441 * math/s_csqrtf.c: Likewise.
6442 * math/s_csqrtl.c: Likewise.
6443 * math/s_ctan.c: Likewise.
6444 * math/s_ctanf.c: Likewise.
6445 * math/s_ctanh.c: Likewise.
6446 * math/s_ctanhf.c: Likewise.
6447 * math/s_ctanhl.c: Likewise.
6448 * math/s_ctanl.c: Likewise.
6449 * math/s_ldexp.c: Likewise.
6450 * math/s_ldexpf.c: Likewise.
6451 * math/s_ldexpl.c: Likewise.
6452 * math/s_significand.c: Likewise.
6453 * math/s_significandf.c: Likewise.
6454 * math/s_significandl.c: Likewise.
6455 * math/w_acos.c: Likewise.
6456 * math/w_acosf.c: Likewise.
6457 * math/w_acosh.c: Likewise.
6458 * math/w_acoshf.c: Likewise.
6459 * math/w_acoshl.c: Likewise.
6460 * math/w_acosl.c: Likewise.
6461 * math/w_asin.c: Likewise.
6462 * math/w_asinf.c: Likewise.
6463 * math/w_asinl.c: Likewise.
6464 * math/w_atan2.c: Likewise.
6465 * math/w_atan2f.c: Likewise.
6466 * math/w_atan2l.c: Likewise.
6467 * math/w_atanh.c: Likewise.
6468 * math/w_atanhf.c: Likewise.
6469 * math/w_atanhl.c: Likewise.
6470 * math/w_cosh.c: Likewise.
6471 * math/w_coshf.c: Likewise.
6472 * math/w_coshl.c: Likewise.
6473 * math/w_dremf.c: Likewise.
6474 * math/w_exp10.c: Likewise.
6475 * math/w_exp10f.c: Likewise.
6476 * math/w_exp10l.c: Likewise.
6477 * math/w_exp2.c: Likewise.
6478 * math/w_exp2f.c: Likewise.
6479 * math/w_fmod.c: Likewise.
6480 * math/w_fmodf.c: Likewise.
6481 * math/w_fmodl.c: Likewise.
6482 * math/w_hypot.c: Likewise.
6483 * math/w_hypotf.c: Likewise.
6484 * math/w_hypotl.c: Likewise.
6485 * math/w_j0.c: Likewise.
6486 * math/w_j0f.c: Likewise.
6487 * math/w_j0l.c: Likewise.
6488 * math/w_j1.c: Likewise.
6489 * math/w_j1f.c: Likewise.
6490 * math/w_j1l.c: Likewise.
6491 * math/w_jn.c: Likewise.
6492 * math/w_jnf.c: Likewise.
6493 * math/w_jnl.c: Likewise.
6494 * math/w_lgamma.c: Likewise.
6495 * math/w_lgamma_r.c: Likewise.
6496 * math/w_lgammaf.c: Likewise.
6497 * math/w_lgammaf_r.c: Likewise.
6498 * math/w_lgammal.c: Likewise.
6499 * math/w_lgammal_r.c: Likewise.
6500 * math/w_log.c: Likewise.
6501 * math/w_log10.c: Likewise.
6502 * math/w_log10f.c: Likewise.
6503 * math/w_log10l.c: Likewise.
6504 * math/w_log2.c: Likewise.
6505 * math/w_log2f.c: Likewise.
6506 * math/w_log2l.c: Likewise.
6507 * math/w_logf.c: Likewise.
6508 * math/w_logl.c: Likewise.
6509 * math/w_pow.c: Likewise.
6510 * math/w_powf.c: Likewise.
6511 * math/w_powl.c: Likewise.
6512 * math/w_remainder.c: Likewise.
6513 * math/w_remainderf.c: Likewise.
6514 * math/w_remainderl.c: Likewise.
6515 * math/w_scalb.c: Likewise.
6516 * math/w_scalbf.c: Likewise.
6517 * math/w_scalbl.c: Likewise.
6518 * math/w_sinh.c: Likewise.
6519 * math/w_sinhf.c: Likewise.
6520 * math/w_sinhl.c: Likewise.
6521 * math/w_sqrt.c: Likewise.
6522 * math/w_sqrtf.c: Likewise.
6523 * math/w_sqrtl.c: Likewise.
6524 * math/w_tgamma.c: Likewise.
6525 * math/w_tgammaf.c: Likewise.
6526 * math/w_tgammal.c: Likewise.
6527
6a621eb7
UD
6528 * po/ja.po: Update from translation team.
6529
bf582445
AJ
65302011-09-29 Andreas Jaeger <aj@suse.de>
6531
f9efbf3a
AJ
6532 [BZ #13179]
6533 * sunrpc/netname.c (netname2host): Fix logic.
6534
bf582445
AJ
6535 [BZ #6779]
6536 [BZ #6783]
6537 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
6538 correctly.
6539 * math/w_remainder.c (__remainder): Likewise.
6540 * math/w_remainderf.c (__remainderf): Likewise.
6541 * math/libm-test.inc (remainder_test): Add test cases.
6542
48693bea
AK
65432011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6544
6545 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
6546 sdiv_qrnnd.
6547
42622229
LD
65482011-10-07 Ulrich Drepper <drepper@gmail.com>
6549
6550 * string/test-memcmp.c: Avoid unncessary #defines.
6551 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
6552
093ecf92
LD
65532011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
6554
6555 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
6556 Use new sse2 version for core i3 - i7 as it's faster
6557 than sse42 version.
6558 (bit_Prefer_PMINUB_for_stringop): New.
6559 * sysdeps/x86_64/rawmemchr.S: Update.
6560 Replace with faster SSE2 version.
6561 * sysdeps/x86_64/memrchr.S: New file.
6562 * sysdeps/x86_64/memchr.S: Update.
6563 Replace with faster SSE2 version.
6564
fde56e5c
MP
65652011-09-12 Marek Polacek <mpolacek@redhat.com>
6566
6567 * elf/dl-load.c (lose): Add cast to avoid warning.
6568
21fd49a9
UD
65692011-10-07 Ulrich Drepper <drepper@gmail.com>
6570
5a06e643
UD
6571 * po/ca.po: Update from translation team.
6572
684ae515
UD
6573 * inet/getnetgrent_r.c: Hook up nscd.
6574 * nscd/Makefile (routines): Add nscd_netgroup.
6575 (nscd-modules): Add netgroupcache.
6576 (CFLAGS-netgroupcache.c): Define.
6577 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
6578 (cache_search): Add const to second parameter.
6579 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
6580 INNETGR.
6581 (dbs): Add netgrdb entry.
6582 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
6583 (verify_persistent_db): Handle netgrdb.
6584 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
6585 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
6586 GETFDNETGR.
6587 (netgroup_response_header): Define.
6588 (innetgroup_response_header): Define.
6589 (datahead): Add netgroup_response_header and innetgroup_response_header
6590 elements.
6591 * nscd/nscd.conf: Add entries for netgroup cache.
6592 * nscd/nscd.h (dbtype): Add netgrdb.
6593 (_PATH_NSCD_NETGROUP_DB): Define.
6594 (netgroup_iov_disabled): Declare.
6595 (xmalloc, xcalloc, xrealloc): Move declarations here.
6596 (cache_search): Adjust prototype.
6597 Add netgroup-related prototypes.
6598 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
6599 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
6600 (__nscd_innetgr): Declare.
6601 * nscd/selinux.c (perms): Use access_vector_t as element type and
6602 add netgroup-related initializers.
6603 * nscd/netgroupcache.c: New file.
6604 * nscd/nscd_netgroup.c: New file.
6605 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
6606 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
6607 For four parameters use innetgr.
6608 * nss/nss_files/files-init.c: Add definition and callback for netgr.
6609 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
6610 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
6611 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
6612
21fd49a9
UD
6613 * nscd/connections.c (register_traced_file): Don't register file
6614 for disabled databases.
6615
054c0457
UD
66162011-10-06 Ulrich Drepper <drepper@gmail.com>
6617
32b63198
UD
6618 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
6619
054c0457
UD
6620 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
6621 from tree and freeing node.
6622
64031225
JO
66232011-09-25 Jiri Olsa <jolsa@redhat.com>
6624
6625 * nss/nsswitch.c (__nss_database_lookup): Handle
6626 nss_parse_service_list out of memory case.
6627
0490345c
JO
66282011-09-15 Jiri Olsa <jolsa@redhat.com>
6629
6630 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
6631 out of memory case.
6632
3a62d00d
AS
66332011-10-04 Andreas Schwab <schwab@redhat.com>
6634
6635 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
6636 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
6637 pass it down.
6638 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
6639 elf_machine_rela, elf_machine_lazy_rel.
6640 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
6641 (ELF_DYNAMIC_DO_REL): Likewise.
6642 (ELF_DYNAMIC_DO_RELA): Likewise.
6643 (ELF_DYNAMIC_RELOCATE): Likewise.
6644 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
6645 to ELF_DYNAMIC_DO_REL.
6646 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
6647 (dl_main): In trace mode always set __RTLD_NOIFUNC.
6648 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
6649 elf_machine_rela.
6650 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
6651 skip_ifunc, don't call ifunc function if non-zero.
6652 (elf_machine_rela): Likewise.
6653 (elf_machine_lazy_rel): Likewise.
6654 (elf_machine_lazy_rela): Likewise.
6655 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
6656 (elf_machine_lazy_rel): Likewise.
6657 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
6658 Likewise.
6659 (elf_machine_lazy_rel): Likewise.
6660 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
6661 Likewise.
6662 (elf_machine_lazy_rel): Likewise.
6663 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
6664 (elf_machine_lazy_rel): Likewise.
6665 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
6666 (elf_machine_lazy_rel): Likewise.
6667 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6668 (elf_machine_lazy_rel): Likewise.
6669 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
6670 (elf_machine_lazy_rel): Likewise.
6671 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
6672 (elf_machine_lazy_rel): Likewise.
6673 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
6674 (elf_machine_lazy_rel): Likewise.
6675
68577918
UD
66762011-09-28 Ulrich Drepper <drepper@gmail.com>
6677
6678 * nss/nss_files/files-init.c (_nss_files_init): Use static
6679 initialization for all the *_traced_file variables.
6680
68822d74
AS
66812011-09-28 Andreas Schwab <schwab@redhat.com>
6682
6683 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
6684
2056100b
RM
66852011-09-27 Roland McGrath <roland@hack.frob.com>
6686
6687 [BZ #13226]
6688 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
6689
32c76b63
AS
66902011-09-27 Andreas Schwab <schwab@redhat.com>
6691
6692 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
6693 Reread the line before reparsing it.
6694
bf972c9d
AS
66952011-09-26 Andreas Schwab <schwab@redhat.com>
6696
6697 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
6698
e057a1b5
JM
66992011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
6700 Maxim Kuvyrkov <maxim@codesourcery.com>
6701 Joseph Myers <joseph@codesourcery.com>
6702
6703 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
6704 if needed for __stack_chk_guard.
6705
bc7e1c36
RM
67062011-09-19 Roland McGrath <roland@hack.frob.com>
6707
ecb1482f
RM
6708 * sysdeps/posix/spawni.c (script_execute): Always define it.
6709 It will be optimized away if unused.
6710 (maybe_script_execute): New function.
6711 (__spawni): Call it.
6712
bc7e1c36
RM
6713 * Makerules: Don't include tls.make.
6714 (config-tls): Always set to thread.
6715 * tls.make.c: File removed.
6716
1c3b002b
MF
67172011-09-19 Mike Frysinger <vapier@gentoo.org>
6718
6719 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
6720 * config.make.in (CPPFLAGS-config): New substituted variable.
6721
2840865d
UD
67222011-09-15 Ulrich Drepper <drepper@gmail.com>
6723
88738eb6
UD
6724 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
6725
cbf645a6 6726 [BZ #13192]
2840865d
UD
6727 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
6728 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
6729
b402e91a
RM
67302011-09-15 Roland McGrath <roland@hack.frob.com>
6731
6732 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
6733 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
6734 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
6735 (CALL_FAIL): Likewise.
6736 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
6737 (CALL_FAIL): Macro removed.
6738 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
6739
4c1a1f71
UD
67402011-09-15 Ulrich Drepper <drepper@gmail.com>
6741
6742 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
6743 for __FINITE_MATH_ONLY__ == 1.
6744
edc121be
AS
67452011-09-15 Andreas Schwab <schwab@redhat.com>
6746
6747 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
6748 __ieee754_sqrt instead of sqrt.
6749 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
6750 __ieee754_sqrtf instead of sqrtf.
6751 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
6752 __floorf instead of floorf.
6753 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
6754 __floorf, __truncf instead of floorf, truncf.
6755
cd205654
UD
67562011-09-14 Ulrich Drepper <drepper@gmail.com>
6757
ee4d0315
UD
6758 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
6759
cd205654
UD
6760 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
6761 __extern_always_inline.
6762 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
6763 32-bit.
6764
48b67d71
AS
67652011-09-14 Andreas Schwab <schwab@redhat.com>
6766
6767 * elf/rtld.c (dl_main): Also relocate in dependency order when
6768 doing symbol dependency testing.
6769
1ae12c75
AS
67702011-09-13 Andreas Schwab <schwab@linux-m68k.org>
6771
6772 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
6773 Always define `refsym'.
6774
995a80df
AS
67752011-09-13 Andreas Schwab <schwab@redhat.com>
6776
e529793b
AS
6777 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
6778 (__FD_ELT): Renamed from __FDELT.
6779 * misc/bits/select2.h (__FD_ELT): Likewise.
6780 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
6781 __FD_MASK instead of __FDELT, __FDMASK.
6782 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
6783 Likewise.
6784 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
6785 Likewise.
6786
52d4fef8
AS
6787 * elf/Makefile (gen-ldd): Fix pattern.
6788
995a80df
AS
6789 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
6790 (init_tls): Likewise.
6791
8682f8b0
UD
67922011-09-12 Ulrich Drepper <drepper@gmail.com>
6793
6794 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
6795
de82006d
AS
67962011-09-12 Andreas Schwab <schwab@redhat.com>
6797
a7c8e6a1
AS
6798 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
6799 `struct cmsghdr *' instead of `void *'.
6800 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
6801 Likewise.
6802
0f31fe77
AS
68032011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6804
6805 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
6806 if non-absolute.
6807 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
6808 ldd_rewrite_script.
0f31fe77 6809
32b4c839
UD
68102011-09-11 Ulrich Drepper <drepper@gmail.com>
6811
83cd1420
UD
6812 * configure.in: Remove --with-tls option.
6813 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
6814 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
6815 out in case it is missing.
6816 * sysdeps/ia64/elf/configure.in: Likewise.
6817 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
6818 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
6819 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
6820 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
6821 * sysdeps/sh/elf/configure.in: Likewise.
6822 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
6823 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
6824 * sysdeps/x86_64/elf/configure.in: Likewise.
6825 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
6826 * sysdeps/mach/hurd/tls.h: Likewise.
6827
633f745d
UD
6828 [BZ #13067]
6829 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
6830
f318beb8
UD
6831 [BZ #13090]
6832 * configure.in: Fix use of AC_INIT.
6833
32b4c839
UD
6834 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
6835
3ce1f295
UD
68362011-09-10 Ulrich Drepper <drepper@gmail.com>
6837
bb016596
UD
6838 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
6839 __set_errno.
8e58439c
UD
6840 * malloc/hooks.c: Likewise.
6841
aebae053 6842 [BZ #11929]
02d46fc4
UD
6843 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
6844 variables statically.
6845 (narenas): Initialize.
6846 (list_lock): Initialize.
bb016596
UD
6847 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
6848 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
6849 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
6850 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
6851 Add initializers to main_arena and mp_.
6852 (malloc_state): Remove pagesize member. Change all users to use
6853 GLRO(dl_pagesize).
6854
6855 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
6856 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
6857 is always initialized.
6858
22a89187
UD
6859 * malloc/malloc.c: Removed unused configurations and dead code.
6860 * malloc/arena.c: Likewise.
6861 * malloc/hooks.c: Likewise.
02d46fc4 6862 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 6863
d063d164
UD
6864 * include/tls.h: Removed. USE___THREAD must always be defined.
6865 * bits/libc-tsd.h: Don't handle !USE___THREAD.
6866 * elf/dl-libc.c: Likewise.
6867 * elf/dl-tsd.c: Likewise.
6868 * include/errno.h: Likewise.
6869 * include/netdb.h: Likewise.
6870 * include/resolv.h: Likewise.
6871 * inet/herrno-loc.c: Likewise.
6872 * inet/herrno.c: Likewise.
6873 * malloc/arena.c: Likewise.
6874 * malloc/hooks.c: Likewise.
6875 * malloc/malloc.c: Likewise.
6876 * resolv/res-state.c: Likewise.
6877 * resolv/res_libc.c: Likewise.
6878 * sysdeps/i386/dl-machine.h: Likewise.
6879 * sysdeps/ia64/dl-machine.h: Likewise.
6880 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6881 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6882 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6883 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6884 * sysdeps/sh/dl-machine.h: Likewise.
6885 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6886 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6887 * sysdeps/unix/i386/sysdep.S: Likewise.
6888 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6889 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
6890 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
6891 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6892 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
6893 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6894 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6895 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6896 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6897 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6898 * sysdeps/unix/x86_64/sysdep.S: Likewise.
6899 * sysdeps/x86_64/dl-machine.h: Likewise.
6900 * tls.make.c: Likewise.
6901
3ce1f295
UD
6902 * configure.in: Remove --with-__thread option. Make tests for
6903 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
6904 tls_model attribute fail if no support is available. Remove
6905 USE_IN_LIBIO.
6906 * Makeconfig: Adjust for dropped configure option. All features are
6907 now mandatory.
6908 * Makerules: Likewise.
6909 * Versions.def: Likewise.
6910 * argp/argp-fmtstream.c: Likewise.
6911 * argp/argp-fmtstream.h: Likewise.
6912 * argp/argp-help.c: Likewise.
6913 * assert/assert.c: Likewise.
6914 * config.h.in: Likewise.
6915 * config.make.in: Likewise.
6916 * configure: Likewise.
6917 * configure.in: Likewise.
6918 * csu/Versions: Likewise.
6919 * csu/init.c: Likewise.
6920 * elf/tst-audit2.c: Likewise.
6921 * elf/tst-tls10.c: Likewise.
6922 * elf/tst-tls10.h: Likewise.
6923 * elf/tst-tls11.c: Likewise.
6924 * elf/tst-tls12.c: Likewise.
6925 * elf/tst-tls14.c: Likewise.
6926 * elf/tst-tlsmod11.c: Likewise.
6927 * elf/tst-tlsmod12.c: Likewise.
6928 * elf/tst-tlsmod13.c: Likewise.
6929 * elf/tst-tlsmod13a.c: Likewise.
6930 * elf/tst-tlsmod14a.c: Likewise.
6931 * elf/tst-tlsmod15b.c: Likewise.
6932 * elf/tst-tlsmod16a.c: Likewise.
6933 * elf/tst-tlsmod16b.c: Likewise.
6934 * elf/tst-tlsmod7.c: Likewise.
6935 * elf/tst-tlsmod8.c: Likewise.
6936 * elf/tst-tlsmod9.c: Likewise.
6937 * gmon/gmon.c: Likewise.
6938 * grp/fgetgrent_r.c: Likewise.
6939 * grp/putgrent.c: Likewise.
6940 * hurd/fopenport.c: Likewise.
6941 * include/libc-symbols.h: Likewise.
6942 * include/tls.h: Likewise.
6943 * intl/gettextP.h: Likewise.
6944 * intl/loadinfo.h: Likewise.
6945 * locale/global-locale.c: Likewise.
6946 * locale/localeinfo.h: Likewise.
6947 * mach/devstream.c: Likewise.
6948 * malloc/arena.c: Likewise.
6949 * malloc/set-freeres.c: Likewise.
6950 * misc/err.c: Likewise.
6951 * misc/getttyent.c: Likewise.
6952 * misc/mntent_r.c: Likewise.
6953 * posix/getopt.c: Likewise.
6954 * posix/wordexp.c: Likewise.
6955 * pwd/fgetpwent_r.c: Likewise.
6956 * resolv/Versions: Likewise.
6957 * resolv/res_hconf.c: Likewise.
6958 * shadow/fgetspent_r.c: Likewise.
6959 * shadow/putspent.c: Likewise.
6960 * stdio-common/printf_fphex.c: Likewise.
6961 * stdio-common/tmpfile.c: Likewise.
6962 * stdlib/abort.c: Likewise.
6963 * stdlib/fmtmsg.c: Likewise.
6964 * sunrpc/auth_unix.c: Likewise.
6965 * sunrpc/clnt_perr.c: Likewise.
6966 * sunrpc/clnt_tcp.c: Likewise.
6967 * sunrpc/clnt_udp.c: Likewise.
6968 * sunrpc/clnt_unix.c: Likewise.
6969 * sunrpc/openchild.c: Likewise.
6970 * sunrpc/svc_simple.c: Likewise.
6971 * sunrpc/svc_tcp.c: Likewise.
6972 * sunrpc/svc_udp.c: Likewise.
6973 * sunrpc/svc_unix.c: Likewise.
6974 * sunrpc/xdr.c: Likewise.
6975 * sunrpc/xdr_array.c: Likewise.
6976 * sunrpc/xdr_rec.c: Likewise.
6977 * sunrpc/xdr_ref.c: Likewise.
6978 * sunrpc/xdr_stdio.c: Likewise.
6979
1248c1c4
PB
69802011-09-09 Ulrich Drepper <drepper@gmail.com>
6981
6982 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
6983
69842011-07-03 Andreas Jaeger <aj@suse.de>
6985
6986 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
6987 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
6988 regenerate with gen-libm-tests.pl.
6989
69902010-05-12 Petr Baudis <pasky@suse.cz>
6991
6992 [BZ #11589]
6993 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
6994 around j0() zero points by switching to j1().
6995 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
6996 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
6997 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
6998 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
6999
f22e1074
UD
70002011-09-09 Ulrich Drepper <drepper@gmail.com>
7001
f19009c1
UD
7002 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
7003 instead of 0.
7004 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
7005 instead of 0. .
7006 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
7007 Patch in part by Pavel Roskin <proski@gnu.org>.
7008
3f8cc204
UD
7009 [BZ #13138]
7010 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
7011 realloc.
7012 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
7013 Free memory block if necessary.
7014
f22e1074
UD
7015 [BZ #12847]
7016 * libio/genops.c (INTDEF): For string streams the _lock pointer can
7017 be NULL. Don't lock in this case.
7018
0a2349f9
RM
70192011-09-09 Roland McGrath <roland@hack.frob.com>
7020
7021 * elf/elf.h (ELFOSABI_GNU): New macro.
7022 (ELFOSABI_LINUX): Define to that.
7023
f3cdd467
DZ
70242011-07-29 Denis Zaitceff <zaitceff@gmail.com>
7025
7026 * string/strncat.c (strncat): Undef the symbol in case it has been
7027 defined in bits/string.h.
7028
74718d13
UD
70292011-09-09 Ulrich Drepper <drepper@gmail.com>
7030
633e9e0f
UD
7031 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
7032
0a2349f9 7033 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
7034 link map.
7035
f9924780
AJ
70362011-08-17 Andreas Jaeger <aj@suse.de>
7037
7038 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
7039
7f5517aa
PP
70402011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7041 Ian Lance Taylor <iant@google.com>
7042
7043 * math/libm-test.inc (lround_test): New testcase.
7044 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
7045
762011fe
UD
70462011-09-08 Ulrich Drepper <drepper@gmail.com>
7047
92963737
UD
7048 * Makefile: Remove support for automatic cvs check-ins.
7049 * Makerules: Likewise.
7050 * config.make.in: Likewise.
7051 * configure.in: Likewise.
7052 * intl/Makefile: Likewise.
7053 * locale/Makefile: Likewise.
7054 * po/Makefile: Likewise.
7055 * posix/Makefile: Likewise.
7056 * sysdeps/gnu/Makefile: Likewise.
7057 * sysdeps/mach/hurd/Makefile: Likewise.
7058 * sysdeps/sparc/sparc32/Makefile: Likewise.
7059
b0727fd8
JS
7060 [BZ #13118]
7061 * posix/Makefile (bug-regex32-ENV): Define.
7062 Patch by John Stanley <jpsinthemix@verizon.net>.
7063
a0f33f99
UD
7064 * misc/Makefile (headers): Add bits/select2.h.
7065 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
7066 * misc/bits/select2.h: New file.
7067 * include/bits/select2.h: New file.
7068 * debug/Makefile (routines): Add fdelt_chk.
7069 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
7070 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
7071 FD_ISSET.
7072 * debug/fdelt_chk.c: New file.
7073
762011fe
UD
7074 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
7075 * wcsmbs/test-wmemcmp.c: Likewise.
7076 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 7077 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
7078
70792011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
7080
7081 * string/Makefile (strop-tests): Add memcmp.
7082 * string/test-wmemcmp.c: New file.
7083 * string/test-memcmp.c: Add wmemcmp support.
7084
7f513ec8
RM
70852011-09-08 Roland McGrath <roland@hack.frob.com>
7086
0442afb4
RM
7087 [BZ #13153]
7088 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
7089 2011-07-19 change.
7090
7f513ec8
RM
7091 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
7092 garbage value in a __mach_port_mod_refs call in the cases of the
7093 task-self and thread-self ports.
7094
a12b2239
ST
70952011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
7096
7097 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
7098
610f9ab4
AS
70992011-09-08 Andreas Schwab <schwab@redhat.com>
7100
7f513ec8 7101 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 7102
48882a1a
LD
71032011-09-07 Ulrich Drepper <drepper@gmail.com>
7104
b49865be
UD
7105 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
7106
fdc86bc9
UD
7107 * elf/dl-libc.c (dlerror_run): Pass back error code from
7108 dl_catch_error.
7109
c966526a
UD
7110 [BZ #13123]
7111 * elf/dl-load.c (lose): Free l_origin if it is valid.
7112
48882a1a
LD
7113 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
7114 names.
7115 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
7116 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
7117 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
7118 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
7119 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
7120 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
7121
77a2a8b4
AZ
71222011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7123
7124 * sysdeps/powerpc/fpu/e_hypot.c: New file.
7125 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
7126 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
7127 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
7128 * sysdeps/powerpc/fpu/k_cosf.c: New file.
7129 * sysdeps/powerpc/fpu/k_sinf.c: New file.
7130 * sysdeps/powerpc/fpu/s_cosf.c: New file.
7131 * sysdeps/powerpc/fpu/s_sinf.c: New file.
7132 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
7133 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
7134
24f579d8
AM
71352011-08-15 Alan Modra <amodra@gmail.com>
7136
7137 [BZ #13092]
7138 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
7139 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
7140 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
7141 ppc_mcount to static-only-routines.
7142 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
7143 __mcount_internal.
7144 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
7145 __mcount_internal with usual JUMPTARGET. Remove useless nop.
7146
3d4837df
UD
71472011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
7148
7149 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
7150 for finite and infinity parameters.
7151
22700377
WS
71522011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
7153
7154 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
7155 and add nop instructions for throughput optimization.
7156 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
7157
5025581e
WS
71582011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
7159
7160 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
7161 aligned copy for power7 with vector-scalar instructions.
7162 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
7163
08a300c9
L
71642011-07-24 H.J. Lu <hongjiu.lu@intel.com>
7165
7166 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
7167 AVX check.
7168
59178ef9
AS
71692011-09-07 Andreas Schwab <schwab@redhat.com>
7170
7171 [BZ #13144]
7172 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
7173 last change.
7174
e38ba7ab
UD
71752011-09-07 Ulrich Drepper <drepper@gmail.com>
7176
7177 * sysdeps/unix/sysv/linux/x86_64/init-first.c
7178 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
7179 syscall wrapper around clock_gettime in __vdso_clock_gettime.
7180 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
7181 clock_gettime.
7182
d53a73ac
UD
71832011-09-06 Ulrich Drepper <drepper@gmail.com>
7184
fc8bffcc
UD
7185 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
7186 Forgot to demangle the pointer.
7187
ceaa0c5d
UD
7188 * sysdeps/i386/sysdep.h: Define atom_text_section.
7189 * sysdeps/x86_64/sysdep.h: Likewise.
7190 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
7191 section with atom_text_section.
7192 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
7193 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
7194 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
7195 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
7196 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
7197
a77d3c17
UD
7198 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
7199 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
7200 already be defined. Change to take two parameters and don't assign
7201 result to variable. Adjust all users.
7202 Define INTERNAL_GETTIME if not already defined.
7203 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
7204 call.
7205 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
7206 HAVE_CLOCK_GETTIME_VSYSCALL.
7207 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
7208
d53a73ac
UD
7209 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
7210 gettimeofday vsyscall, just use time.
7211
a8f84144
AS
72122011-09-06 Andreas Schwab <schwab@redhat.com>
7213
7214 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
7215 <errno.h>.
7216
ef606249
UD
72172011-09-06 Ulrich Drepper <drepper@gmail.com>
7218
7219 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
7220 syscall on x86-64.
7221 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
7222 syscall.
7223 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
7224 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
7225 syscall if possible.
7226
6585cb60
UD
72272011-09-05 Ulrich Drepper <drepper@gmail.com>
7228
7229 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
7230 e_ident. Don't pass to find_mapsXX.
7231 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
7232
a5f524e4
LD
72332011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
7234
7235 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7236 strchr-sse2-no-bsf strrchr-sse2-no-bsf
7237 * sysdeps/x86_64/multiarch/strchr.S: Update.
7238 Check bit_slow_BSF bit.
7239 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
7240 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
7241 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
7242
554881ef
UD
72432011-09-05 Ulrich Drepper <drepper@gmail.com>
7244
d96de963
UD
7245 [BZ #13134]
7246 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
7247 before glibc 2.15.
7248 (tryshell): Define.
7249 (__spawni): Change last parameter to be flag. Test
7250 SPAWN_XFLAGS_USE_PATH flag to use path or not.
7251 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
7252 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
7253 * posix/spawni.c: Likewise.
7254 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
7255 * posix/spawnp.c: Likewise. Change normal version to use
7256 SPAWN_XFLAGS_USE_PATH.
7257 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
7258 SPAWN_XFLAGS_TRY_SHELL.
7259
d48e5868
UD
7260 [BZ #13150]
7261 * posix/glob.h: Remove gcc 1.x support.
7262
554881ef
UD
7263 [BZ #13068]
7264 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
7265
693fb948
LD
72662011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
7267
7268 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
7269 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
7270 strrchr-sse2-bsf
7271 * sysdeps/i386/i686/multiarch/strchr.S: New file.
7272 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
7273 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
7274 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
7275 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
7276 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
7277
1b48c537
UD
72782011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
7279
49d42c37
UD
7280 * sysdeps/x86_64/wcscmp.S: New file.
7281
1b48c537
UD
7282 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
7283 wcscmp-c wcscmp-sse2
7284 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
7285 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
7286 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
7287 * wcsmbs/wcscmp.c: Allow renaming.
7288
15c95c5d
DM
72892011-09-05 David S. Miller <davem@davemloft.net>
7290
7291 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
7292 stack slot, rather than the struct return pointer slot.
7293 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
7294 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
7295 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
7296 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
7297
2f0ad8f3
UD
72982011-09-05 Ulrich Drepper <drepper@gmail.com>
7299
d88ae418
UD
7300 * po/ja.po: Update from translation team.
7301
2f0ad8f3
UD
7302 [BZ #13144]
7303 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
7304 kernel in 64-bit binaries.
7305
5f4318d1
DM
73062011-09-01 David S. Miller <davem@davemloft.net>
7307
7308 * elf/elf.h (HWCAP_SPARC_*): Move to..
7309 * sysdeps/sparc/sysdep.h: this new file and add new values.
7310 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
7311 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
7312 _DL_HWCAP_COUNT to 24.
7313 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
7314 entries.
7315 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
7316 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
7317 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
7318 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
7319 instead of magic constants.
7320 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
7321
3ba57516
DM
73222011-08-31 David S. Miller <davem@davemloft.net>
7323
7324 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
7325 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
7326 Reimplement to do errno handling inline.
7327 (SYSCALL_ERROR_HANDLER): New macro.
7328 (__SYSCALL_STRING): Do not do errno handling in asm.
7329 (__CLONE_SYSCALL_STRING): Delete.
7330 (__INTERNAL_SYSCALL_STRING): Delete.
7331 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
7332 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
7333 (PSEUDO): Reimplement to do errno handling inline.
7334 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
7335 (SYSCALL_ERROR_HANDLER): New macro.
7336 (__SYSCALL_STRING): Do not do errno handling in asm.
7337 (__CLONE_SYSCALL_STRING): Delete.
7338 (__INTERNAL_SYSCALL_STRING): Delete.
7339 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
7340 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
7341 i386.
7342 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
7343 (inline_syscall*): Add 'err' argument.
7344 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
7345 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
7346 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
7347 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
7348
7349 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
7350 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
7351
2bc17433
AS
73522011-08-30 Andreas Schwab <schwab@redhat.com>
7353
7354 * elf/rtld.c (dl_main): Relocate objects in dependency order.
7355
fbeb5f4d
JO
73562011-08-29 Jiri Olsa <jolsa@redhat.com>
7357
7358 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
7359 directive.
7360
ad69cc26
DM
73612011-08-24 David S. Miller <davem@davemloft.net>
7362
7363 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
7364
39dd69df
AS
73652011-08-24 Andreas Schwab <schwab@redhat.com>
7366
7367 * elf/Makefile: Add rules to build and run unload8 test.
7368 * elf/unload8.c: New file.
7369 * elf/unload8mod1.c: New file.
7370 * elf/unload8mod1x.c: New file.
7371 * elf/unload8mod2.c: New file.
7372 * elf/unload8mod3.c: New file.
7373
7374 * elf/dl-close.c (_dl_close_worker): Reset private search list if
7375 it wasn't used.
7376
2c0b250a
DM
73772011-08-23 David S. Miller <davem@davemloft.net>
7378
7379 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
7380 subtract stack bias.
7381 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
7382 %sp not %fp in calculations.
7383 (_JMPBUF_UNWINDS_ADJ): Likewise.
7384
22044b48
DM
7385 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
7386 (aio_suspend): Call it to force an exception region around the
7387 AIO_MISC_WAIT() invocation.
7388
2cae4995
AS
73892011-08-23 Andreas Schwab <schwab@redhat.com>
7390
7391 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
7392 backslash.
7393
873a772e
AJ
73942011-07-04 Aurelien Jarno <aurelien@aurel32.net>
7395
7396 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
7397 protection macro.
7398 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
7399 and <dl-machine.h>.
7400 (Elf64_FuncDesc): Remove.
7401
25ad0df1
DM
74022011-08-22 David S. Miller <davem@davemloft.net>
7403
7404 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
7405 sigaltstack check, add missing cfi directives.
7406 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
7407 missing cfi directives, and sigaltstack handling.
7408
e888bcbe
AS
74092011-08-16 Andreas Schwab <schwab@redhat.com>
7410
7411 [BZ #11724]
7412 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
7413 object is seen twice.
7414 * elf/dl-fini.c (_dl_sort_fini): Likewise.
7415
7416 * elf/Makefile (distribute): Add tst-initorder2.c.
7417 (tests): Add tst-initorder2.
7418 (modules-names): Add tst-initorder2a tst-initorder2b
7419 tst-initorder2c tst-initorder2d. Add rules to build them.
7420 ($(objpfx)tst-initorder2.out): New rule.
7421 * elf/tst-initorder2.c: New file.
7422 * elf/tst-initorder2.exp: New file.
7423
87162f46
AS
74242011-08-22 Andreas Schwab <schwab@redhat.com>
7425
70538b7f
AS
7426 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
7427
f55ffe58
AS
7428 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
7429 dependencies back to end of function.
7430
87162f46
AS
7431 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
7432 $(elfobjdir)/ld.so.
7433
91b392a4
UD
74342011-08-21 Ulrich Drepper <drepper@gmail.com>
7435
7436 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
7437 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
7438 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
7439 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
7440 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
7441 of __vdso_gettimeofday.
7442 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
7443 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
7444 attribute_hidden.
7445 (_libc_vdso_platform_setup): Remove initialization of
7446 __vdso_gettimeofday and __vdso_time.
7447
5c43483f
UD
74482011-08-20 Ulrich Drepper <drepper@gmail.com>
7449
775a77e7
UD
7450 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
7451 and fgetc_unlocked.
7452 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
7453 getc_unlocked.
89f447ed 7454
49c74ba9
UD
7455 * elf/dl-open.c (add_to_global): Report additions to the global scope
7456 for LD_DEBUG=scopes.
7457 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 7458 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 7459
5c43483f
UD
7460 [BZ #13114]
7461 * stdio-common/Makefile (tests): Add bug24.
7462 * stdio-common/bug24.c: New file.
7463
a101b025
AJ
74642011-08-19 Andreas Jaeger <aj@suse.de>
7465
7466 [BZ #13114]
7467 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
7468 non-existant file when using close-on-exec mode.
7469
c88f1766
UD
74702011-08-20 Ulrich Drepper <drepper@gmail.com>
7471
0276a718
UD
7472 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
7473 the very first instruction.
7474
c88f1766
UD
7475 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
7476 the CFI state in the end.
7477 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
7478 inclusion of dl-trampoline.h.
7479 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
7480
51ccffa0
AS
74812011-08-19 Andreas Schwab <schwab@redhat.com>
7482
94d7165f
AS
7483 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
7484 expectations for long double.
7485
51ccffa0
AS
7486 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
7487 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
7488
fd708658 74892011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
7490
7491 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
7492 artificual limit depends upon the system page size.
7493
44f0a71e
UD
74942011-08-17 Ulrich Drepper <drepper@gmail.com>
7495
7496 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
7497 * resolv/Makefile: Define CFLAGS-libresolv.
7498
8de79a24
AS
74992011-08-17 Andreas Schwab <schwab@redhat.com>
7500
7501 * nss/makedb.c (compute_tables): Make variables used in nested
7502 function static.
7503
27724598
UD
75042011-08-17 Ulrich Drepper <drepper@gmail.com>
7505
c5305d88
UD
7506 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
7507 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
7508 if buffer was too small.
7509
27724598
UD
7510 * elf/pldd.c (main): Attach to all threads in the process.
7511 Rewrite /proc handling to use *at functions.
7512
076fe015
UD
75132011-08-16 Ulrich Drepper <drepper@gmail.com>
7514
174baab3
UD
7515 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
7516 specifies first scope to show.
7517 (dl_open_worker): Update callers. Move printing scope of new
7518 object to before the relocation.
44f0a71e 7519 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
7520 * sysdeps/generic/ldsodefs.h: Update declaration.
7521
076fe015
UD
7522 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
7523 string for the scope number.
7524
a60df2c3
UD
75252011-08-14 Ulrich Drepper <drepper@gmail.com>
7526
7527 * nscd/servicescache.c (cache_addserv): Make sure written is always
7528 initialized.
7529
5e4287d1
RM
75302011-08-14 Roland McGrath <roland@hack.frob.com>
7531
85ae0589
RM
7532 * sysdeps/i386/i486/bits/atomic.h
7533 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
7534 statement expression, so as to suppress "set but not used" warning.
7535 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
7536
69f63097
RM
7537 * string/strncat.c (STRNCAT): Use prototype definition.
7538
675456ef
RM
7539 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
7540 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
7541 -Iprograms here.
7542 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
7543 (localedef-modules): Add localedef.
7544 (locale-modules): Add locale.
7545
5e4287d1
RM
7546 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
7547 * elf/rtld.c (dl_main): Invert order of assignment in last change,
7548 to avoid a warning.
7549
9c96ff23
DM
75502011-08-14 David S. Miller <davem@davemloft.net>
7551
7552 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
7553 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
7554
f9ddf089
UD
75552011-08-13 Ulrich Drepper <drepper@gmail.com>
7556
44f0a71e 7557 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
7558 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
7559 * elf/rtld.c (dl_main): Set l_name of vDSO.
7560 Call _dl_show_scope when DL_DEBUG_SCOPES.
7561 (process_dl_debug): Recognize scopes flag and also set it for all.
7562 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
7563 Declare _dl_show_scope.
7564
1dc27704
UD
7565 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
7566 (do_dlopen): Pass caller_dlopen to dl_open.
7567 (__libc_dlopen_mode): Initialize caller_dlopen.
7568
f9ddf089
UD
7569 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
7570 of libc. Make tolower call locale-independent. Optimize a bit by
7571 using isdigit instead of isalnum.
7572 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
7573
9ac533d3
UD
75742011-08-12 Ulrich Drepper <drepper@gmail.com>
7575
7576 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
7577 was a dependency or dynamically loaded.
7578
89edf2e9
UD
75792011-08-11 Ulrich Drepper <drepper@gmail.com>
7580
8e999d29
UD
7581 * intl/l10nflist.c: Allow architecture-specific pop function.
7582 * sysdeps/x86_64/l10nflist.c: New file.
7583
89edf2e9
UD
7584 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
7585 classification.
7586
14d96785
AS
75872011-08-10 Andreas Schwab <schwab@redhat.com>
7588
7589 * include/dirent.h: Add libc_hidden_proto for scandirat and
7590 scandirat64. Don't declare __scandirat64.
7591 * dirent/scandirat.c: Add libc_hidden_def.
7592 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
7593 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
7594
6761ac04
DM
75952011-08-10 David S. Miller <davem@davemloft.net>
7596
7597 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
7598 enum.
7599 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
7600 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
7601 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
7602
c55fbd1e
UD
76032011-08-09 Ulrich Drepper <drepper@gmail.com>
7604
7605 * Versions.def [libc]: Add GLIBC_2.15.
7606 * dirent/Makefile (routines): Add scandirat and scandirat64.
7607 * dirent/Versions [libc]: Export scandirat and scandirat64 for
7608 GLIBC_2.15.
7609 * dirent/dirent.h: Declare scandirat and scandirat64.
7610 * dirent/scandirat.c: New file.
7611 * dirent/scandirat64.c: New file.
7612 * sysdeps/wordsize-64/scandirat.c: New file.
7613 * sysdeps/wordsize-64/scandirat64.c: New file.
7614 * dirent/opendir.c: Define opendirat.
7615 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
7616 using scandirat.
7617 * dirent/scandir64.c: Adjust for scandir.c change.
7618 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
7619 __scandirat64, and __scandir_cancel_handler.
7620 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
7621 additional parameter and use openat instead of open (outside of ld.so).
7622 Add new __opendir as wrapper around __opendirat.
7623 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
7624 here without requiring old scandirat implementation.
7625
879165f2
UD
76262011-08-08 Ulrich Drepper <drepper@gmail.com>
7627
7628 * dirent/scandir.c (cancel_handler): Renamed to
7629 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
7630 defined. Adjust users.
7631 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
7632 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
7633
cb7e923b
UD
76342011-08-04 Ulrich Drepper <drepper@gmail.com>
7635
16292edd
UD
7636 * string/test-string.h (IMPL): Use __STRING to expand name and then
7637 stringify it.
7638
cb7e923b
UD
7639 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
7640 of cleanups.
7641
cff82933
LD
76422011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
7643
7644 * string/Makefile: Update.
7645 (strop-tests): Append strncat.
7646 * string/test-wcscmp.c: New file.
7647 New comprehensive test for wcscmp.
7648 * string/test-strcmp.c: Update.
7649 (WIDE): New define.
7650
9be9bfcc
AS
76512011-07-22 Andreas Schwab <schwab@redhat.com>
7652
7653 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
7654 line.
7655
2e96f1c7
AS
76562011-07-26 Andreas Schwab <schwab@redhat.com>
7657
7658 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
7659 encoding to ACE if AI_IDN.
7660
85188888
JJ
76612011-08-01 Jakub Jelinek <jakub@redhat.com>
7662
7663 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
7664 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
7665
5fa16e9b
LD
76662011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
7667
7668 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
7669 Fix overflow bug in strncat.
7670 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
7671
7672 * string/test-strncat.c: Update.
7673 Add new tests for checking overflow bugs.
7674
76752011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
7676
7677 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
7678 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
7679 * sysdeps/i386/i686/multiarch/strcat.S: New file.
7680 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
7681 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
7682 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
7683 * sysdeps/i386/i686/multiarch/strncat.S: New file.
7684 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
7685 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
7686
7687 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
7688 (USE_AS_STRCAT): Define.
7689 Add strcat and strncat support.
7690 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
7691
8c1a459f
AS
76922011-07-25 Andreas Schwab <schwab@redhat.com>
7693
7694 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
7695 __n bigger than INT_MAX+1.
7696 (__strncmp_g): Likewise.
7697
bba33c28
UD
76982011-07-23 Ulrich Drepper <drepper@gmail.com>
7699
798be72d
UD
7700 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
7701 * libio/stido.h: Likewise.
7702
8accd4dc
UD
7703 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
7704 (AF_NFC): Define.
7705 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
7706 (AF_NFC): Define.
7707
cbff0d96
UD
7708 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
7709 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
7710 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
7711 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
7712 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
7713
9191c04a
UD
7714 [BZ #13021]
7715 * scripts/test-installation.pl: Don't expect libnss_test1 to be
7716 installed.
7717
bba33c28
UD
7718 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
7719 typo.
7720 (_dl_x86_64_save_sse): Likewise.
7721
90f139dd
UD
77222011-07-22 Ulrich Drepper <drepper@gmail.com>
7723
1aae088a
UD
7724 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
7725 OSXSAVE.
7726 (_dl_x86_64_save_sse): Likewise.
7727
8e2045f5
UD
7728 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
7729
90f139dd
UD
7730 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
7731
1d002f25
AS
77322011-07-21 Andreas Schwab <schwab@redhat.com>
7733
7734 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
7735 change.
7736 (_dl_x86_64_save_sse): Use correct AVX check.
7737
21137f89
UD
77382011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
7739
7740 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
7741 bug in strncpy/strncat.
7742 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
7743
a65c0b7a
UD
77442011-07-21 Ulrich Drepper <drepper@gmail.com>
7745
7746 * string/tester.c (test_strcat): Add tests for different alignments
7747 of source and destination.
7748 (test_strncat): Likewise.
7749
6986b98a
UD
77502011-07-20 Ulrich Drepper <drepper@gmail.com>
7751
90bb2039
UD
7752 [BZ #12852]
7753 * posix/glob.c (glob): Check passed in values before using them in
7754 expressions to avoid some overflows.
7755 (glob_in_dir): Likewise.
7756
5644ef54
UD
7757 [BZ #13007]
7758 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
7759 check for AVX enablement so that we don't crash with old kernels and
7760 new hardware.
7761 * elf/tst-audit4.c: Add same checks here.
7762 * elf/tst-audit6.c: Likewise.
7763
7764 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 7765
bfc9dc9b
AS
77662011-07-09 Andreas Schwab <schwab@linux-m68k.org>
7767
7768 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
7769
702e64bb
UD
77702011-07-20 Ulrich Drepper <drepper@gmail.com>
7771
7772 * po/cs.po: Update from translation team.
7773 * po/bg.po: Likewise.
7774
295e904f
MP
77752011-07-12 Marek Polacek <mpolacek@redhat.com>
7776
7777 * misc/sys/cdefs.h: Add support for const attribute.
7778 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
7779 to gnu_dev_{major,minor,makedev} functions.
7780
3ff94596
MP
77812011-07-20 Marek Polacek <mpolacek@redhat.com>
7782
7783 * intl/dcigettext.c (get_output_charset): Add missing bracket.
7784
28b59fca
AS
77852011-07-20 Andreas Schwab <schwab@redhat.com>
7786
7787 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
7788 strlen results.
7789
19df733e
AK
77902011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7791
7792 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
7793 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
7794 register in order to avoid conflicts with the soft frame pointer
7795 being held in r11 when necessary.
7796 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
7797 (INTERNAL_VSYSCALL_NCS): Likewise.
7798
c8835729
MP
77992011-07-14 Marek Polacek <mpolacek@redhat.com>
7800
7801 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
7802 * elf/dl-fini.c (_dl_fini): Adjust caller.
7803 * elf/dl-close.c (_dl_close_worker): Likewise.
7804 * sysdeps/generic/ldsodefs.h: Adjust declaration.
7805
b902330c
MP
78062011-07-15 Marek Polacek <mpolacek@redhat.com>
7807
8991e135
MP
7808 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
7809 "aux_cache->nlibs < 0".
7810
b902330c
MP
7811 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
7812 in the reload-count case.
7813
99710781
LD
78142011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
7815
7816 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7817 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
7818 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
7819 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
7820 * sysdeps/x86_64/multiarch/strcat.S: New file.
7821 * sysdeps/x86_64/multiarch/strncat.S: New file.
7822 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
7823 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
7824 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
7825 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
7826 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
7827 (USE_AS_STRCAT): Define.
7828 Add strcat and strncat support.
7829 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
7830 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
7831 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
7832 * string/strncat.c: Update.
7833 (USE_AS_STRNCAT): Define.
7834 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7835 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
7836 and i7.
7837 * sysdeps/x86_64/multiarch/init-arch.h
7838 (bit_Prefer_PMINUB_for_stringop): New.
7839 (index_Prefer_PMINUB_for_stringop): Likewise.
7840 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
7841 bit_Prefer_PMINUB_for_stringop.
7842
7dc6bd90
UD
78432011-07-19 Ulrich Drepper <drepper@gmail.com>
7844
7845 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
7846 buffer64.
7847 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
7848 of casting of buffer.
7849 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
7850 buffer32 and buffer64.
7851 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
7852 writes instead of casting of buffer.
7853 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
7854 buffer32.
7855 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
7856 casting of buffer.
7857
e0e72284
AS
78582011-07-19 Andreas Schwab <schwab@redhat.com>
7859
7860 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
7861
feb1eb0b
UD
78622011-07-19 Ulrich Drepper <drepper@gmail.com>
7863
7864 * nscd/nscd.c (termination_handler): Don't do anything for a database
7865 if it has not yet been initialized.
7866
298711ff
UD
78672011-07-18 Ulrich Drepper <drepper@gmail.com>
7868
7869 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
7870
78712011-07-15 Marek Polacek <mpolacek@redhat.com>
7872
7873 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
7874
f9d68389
UD
78752011-07-18 Ulrich Drepper <drepper@gmail.com>
7876
7877 * po/nl.po: Update from translation team.
7878 * po/sv.po: Likewise.
7879
db290cf5
RM
78802011-07-16 Roland McGrath <roland@hack.frob.com>
7881
7882 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
7883 now disallowed by GCC.
5c550700 7884
fd5e21c7
RM
7885 * configure.in (use-default-link): Default to yes if a test -shared
7886 link meets our qualifications.
7887 * configure: Regenerated.
7888
5c550700
RM
7889 * config.make.in (output-format): New variable.
7890 * configure.in: Check for ld --print-output-format support.
7891 * configure: Regenerated.
7892 * Makerules ($(common-objpfx)format.lds)
7893 [$(output-format) != unknown]: Just use $(output-format),
7894 instead of the linker-script munging.
7895
9fa2c032
RM
78962011-07-14 Roland McGrath <roland@hack.frob.com>
7897
a6928d51
RM
7898 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
7899 of $(common-objpfx)shlib.lds.
7900 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
7901
661607b3
RM
7902 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
7903 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
7904
9fa2c032
RM
7905 * configure.in (-z relro check): Adjust test code to add a large
7906 writable data section after it.
7907 * configure: Regenerated.
7908
defe9061
RM
79092011-07-11 Roland McGrath <roland@hack.frob.com>
7910
7911 * configure.in (-z relro check): Fix test code to make the variable
7912 truly const.
7913 * configure: Regenerated.
7914
319b9ad4
UD
79152011-07-11 Ulrich Drepper <drepper@gmail.com>
7916
7917 * nscd/nscd.h (struct traced_file): Define.
7918 (struct database_dyn): Remove inotify_descr, reset_res, and filename
7919 elements. Add traced_files.
7920 (inotify_fd): Declare.
7921 (register_traced_file): Declare.
7922 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
7923 (inotify_fd): Export.
7924 (resolv_conf_descr): Remove.
7925 (nscd_init): Move inotify descriptor creation to main.
7926 Don't register files for notification here.
7927 (register_traced_file): New function.
7928 (invalidate_cache): Don't use reset_res to determine whether to call
7929 res_init, go through the list of registered files.
7930 (main_loop_poll): The inotify descriptors are now stored in the
7931 structures for the traced files.
7932 (main_loop_epoll): Likewise
7933 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
7934 to __nss_disable_nscd.
7935 * nscd/cache.c (prune_cache): There is no single inotify descriptor
7936 for a database anymore. Check the records for all the registered
7937 files instead.
7938 * nss/Makefile (libnss_files-routines): Add files-init.
7939 (libnss_db-routines): Add db-init.
7940 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
7941 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
7942 * nss/nss_db/db-init.c: New file.
7943 * nss/nss_files/files-init.c: New file.
7944 * nss/nsswitch.c (nss_load_library): New function. Broken out of
7945 __nss_lookup_function.
7946 (__nss_lookup_function): Call nss_load_library.
7947 (nss_load_all_libraries): New function.
7948 (__nss_disable_nscd): Take parameter with callback function for files
7949 to register. Set is_nscd. Load all the DSOs for the NSS modules
7950 used for the cached services.
7951 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
7952 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
7953 options for features to all the files in nscd.
7954
7955 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
7956
23bee3e8
RM
79572011-07-10 Roland McGrath <roland@hack.frob.com>
7958
7959 * csu/elf-init.c (__libc_csu_init): Comment typo.
7960
46a5b7f0
UD
79612011-07-09 Ulrich Drepper <drepper@gmail.com>
7962
7963 * po/pl.po: Update from translation team.
7964 * po/ja.po: Likewise.
7965 * po/ru.po: Likewise.
7966 * po/ko.po: Likewise.
7967 * po/fr.po: Likewise.
7968
d30cf5bb
RM
79692011-07-09 Roland McGrath <roland@hack.frob.com>
7970
113ddea4
RM
7971 * configure.in (.ctors/.dtors header and trailer check):
7972 Use an empirical test on a built program.
7973 * configure: Regenerated.
7974
574920b4
RM
7975 * configure.in (-z relro check): Use an empirical test on a built DSO.
7976 Detect, but do not require, on ia64.
7977 * configure: Regenerated.
7978
d30cf5bb
RM
7979 * configure.in (READELF): Find it with AC_CHECK_TOOL.
7980 Update tests that use readelf to use $READELF instead.
7981 * configure: Regenerated.
7982
8538fdb3
UD
79832011-07-08 Ulrich Drepper <drepper@gmail.com>
7984
7985 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
7986 if the result is not used.
7987
04d08991
AJ
79882011-07-05 Andreas Jaeger <aj@suse.de>
7989
7990 [BZ#9696]
7991 * stdlib/tst-strtod.c: Add testcase.
7992
de283087
AD
79932011-07-07 Ulrich Drepper <drepper@gmail.com>
7994
4e5f31c8 7995 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 7996 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
7997 The latter has a higher limit. Take additional parameter to pass to
7998 the new function.
7999 (__pathconf): Pass file to __statfs_link_max.
8000 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
8001 __statfs_link_max.
8002 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
8003 __statfs_link_max.
8004
de283087
AD
8005 [BZ #12868]
8006 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
8007 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8008 Handle Lustre.
8009 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
8010 (__statfs_filesize_max): Likewise.
8011 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
8012
c75fa153
AJ
80132011-07-05 Andreas Jaeger <aj@suse.de>
8014
8015 * resolv/res_comp.c (dn_skipname): Remove unused variable.
8016
1a544854
UD
80172011-07-06 Marek Polacek <mpolacek@redhat.com>
8018
8019 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
8020 `status' variable.
8021 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
8022 Likewise.
8023
6f0eec67
UD
80242011-07-04 H.J. Lu <hongjiu.lu@intel.com>
8025
8026 * Makefile (strop-tests): Add strncat.
8027 * string/test-strncat.c: New file.
8028
aae30307
UD
80292011-06-30 Marek Polacek <mpolacek@redhat.com>
8030
8031 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
8032
c0cfb5eb
UD
80332011-06-21 Andreas Jaeger <aj@suse.de>
8034
8035 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
8036 Copy rule from iconvdata/Makefile.
8037
01636b21
UD
80382011-07-06 Ulrich Drepper <drepper@gmail.com>
8039
8040 [BZ #12922]
8041 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
8042 but no long options are defined, just return 'W'.
8043
9895c8bc
UD
80442011-06-22 Marek Polacek <mpolacek@redhat.com>
8045
8046 [BZ #9696]
8047 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
8048
5d4cf042
UD
80492011-07-06 Ulrich Drepper <drepper@gmail.com>
8050
8051 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
8052 netgroups to read.
960e5535 8053 (innetgr): Likewise.
5d4cf042 8054
751eb97e
RM
80552011-07-05 Roland McGrath <roland@hack.frob.com>
8056
8057 * config.make.in (install_root): Default to $(DESTDIR).
8058
f15f1e45
UD
80592011-07-05 Ulrich Drepper <drepper@gmail.com>
8060
8061 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
8062
4e34ac6a
RM
80632011-07-02 Roland McGrath <roland@hack.frob.com>
8064
5e9b6af4
RM
8065 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
8066
84f9ea0f
RM
8067 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
8068 containing directory rather than embedding absolute directory names.
8069
ea5ee9f7
RM
8070 * scripts/check-local-headers.sh: Rewritten using awk.
8071 Match by word, not by line. Print error messages for matches.
8072 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
8073
1b74661a
RM
8074 * Makerules [shlib-lds-flags empty]:
8075 ($(common-objpfx)libc_pic.opts): New target.
8076 ($(common-objpfx)libc_pic.os.clean): New target.
8077 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
8078
8079 * config.make.in (OBJCOPY): New variable.
8080 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
8081 * configure: Regenerated.
8082
f781ef40
RM
8083 * config.make.in (use-default-link): New variable.
8084 * configure.in (use_default_link): Grok --with-default-link to set it.
8085 * configure: Regenerated.
8086 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
8087 (shlib-lds, shlib-lds-flags): Define to empty.
8088
2d4fa81e
RM
8089 * Makerules (shlib-lds): New variable.
8090 (shlib-lds-flags): New variable.
8091 (build-shlib, build-moduile, build-module-asneeded): Use it.
8092 ($(common-objpfx)libc.so): Use $(shlib-lds).
8093 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
8094 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
8095
31fffa6b
RM
8096 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
8097 DT_FLAGS/DT_FLAGS_1 with zero flags.
8098
4e34ac6a
RM
8099 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
8100 linker script munging.
8101
fcfc776b
UD
81022011-07-02 Ulrich Drepper <drepper@gmail.com>
8103
8104 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
8105 as 128-bit value.
8106 * crypt/sha512.c (sha512_process_block): Perform total addition using
8107 128-bit if possible.
8108 (__sha512_finish_ctx): Likewise.
8109 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
8110 as 64-bit value.
8111 * crypt/sha256.c (SWAP64): Define.
8112 (sha256_process_block): Perform total addition using 64-bit if
8113 possible.
8114 (__sha256_finish_ctx): Likewise.
8115
99231d9a
UD
81162011-07-01 Ulrich Drepper <drepper@gmail.com>
8117
8118 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
8119 * nscd/initgrcache.c (addinitgroupsX): Likewise.
8120 * nscd/hstcache.c (cache_addhst): Likewise.
8121 * nscd/grpcache.c (cache_addgr): Likewise.
8122 * nscd/aicache.c (addhstaiX): Likewise
8123 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
8124
445b4a53
TK
81252011-07-01 Thorsten Kukuk <kukuk@suse.de>
8126
8127 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
8128 * nscd/initgrcache.c (addinitgroupsX): Likewise.
8129 * nscd/hstcache.c (cache_addhst): Likewise.
8130 * nscd/grpcache.c (cache_addgr): Likewise.
8131 * nscd/aicache.c (addhstaiX): Likewise
8132
6d4d8e8e
AS
81332011-07-01 Andreas Schwab <schwab@redhat.com>
8134
8135 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
8136 domain only when needed.
8137
89f654c5
AS
81382011-06-30 Andreas Schwab <schwab@redhat.com>
8139
8140 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
8141 is always restored.
8142
cf3b23ff
UD
81432011-06-29 Ulrich Drepper <drepper@gmail.com>
8144
8145 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
8146 are re-adding the entry.
8147 * nscd/servicescache.c (cache_addserv): Likewise.
8148
751626f9
AJ
81492011-06-30 Aurelien Jarno <aurelien@aurel32.net>
8150
8151 * sysdeps/generic/dl-irel.h: fix protection against multiple
8152 inclusions.
8153 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
8154
9113ea1f
UD
81552011-06-28 Ulrich Drepper <drepper@gmail.com>
8156
5c0b8d90
UD
8157 [BZ #12935]
8158 * malloc/memusage.sh: Fix quoting in message.
8159 * debug/xtrace.sh: Likewise.
8160
9113ea1f
UD
8161 * configure.in: Remove support for --experimental-malloc option, make
8162 it the default.
8163 * config.make.in: Likewise.
8164 * malloc/Makefile: Likewise.
8165
a4172181
AS
81662011-06-27 Andreas Schwab <schwab@redhat.com>
8167
8168 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
8169 two-byte characters.
8170
78a7eee7
RM
81712011-06-27 Roland McGrath <roland@hack.frob.com>
8172
62bede13
RM
8173 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
8174 AC_CACHE_CHECK invocation.
8175 * configure: Regenerated.
8176
78a7eee7
RM
8177 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
8178
5ce33a62
UD
81792011-06-27 Ulrich Drepper <drepper@gmail.com>
8180
034807a9
UD
8181 [BZ #12350]
8182 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
8183 bit from old_res_options.
8184
4902da17
UD
8185 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
8186
5ce33a62
UD
8187 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
8188 value type for setfct.
8189
c2344f56
L
81902011-06-23 H.J. Lu <hongjiu.lu@intel.com>
8191
8192 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
8193 __gettimeofday instead of gettimeofday.
8194
68468076
UD
81952011-06-26 Ulrich Drepper <drepper@gmail.com>
8196
8197 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
8198
acb0d739
L
81992011-06-24 H.J. Lu <hongjiu.lu@intel.com>
8200
8201 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
8202
8203 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
8204 info.
8205
8912479f
L
82062011-06-22 H.J. Lu <hongjiu.lu@intel.com>
8207
8208 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8209 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
8210 strcpy-sse2-unaligned strncpy-sse2-unaligned
8211 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
8212 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
8213 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
8214 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
8215 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
8216 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
8217 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
8218 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
8219 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
8220 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
8221 (STRCPY): Support SSE2 and SSSE3 versions.
8222
d5495a11
UD
82232011-06-24 Ulrich Drepper <drepper@gmail.com>
8224
8225 [BZ #12874]
8226 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
8227 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
8228 kernels which artificially limit size of requests.
8229
0b1cbaae
L
82302011-06-22 H.J. Lu <hongjiu.lu@intel.com>
8231
8232 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
8233 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
8234 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
8235 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
8236 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
8237 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
8238 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
8239 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
8240 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
8241 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
8242 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
8243 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
8244 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
8245 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
8246 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
8247 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8248 Enable unaligned load optimization for Intel Core i3, i5 and i7
8249 processors.
8250 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
8251 Define.
8252 (index_Fast_Unaligned_Load): Define.
8253 (HAS_FAST_UNALIGNED_LOAD): Define.
8254
07f494a0
MP
82552011-06-23 Marek Polacek <mpolacek@redhat.com>
8256
8257 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
8258
fa3fc0fe
UD
82592011-06-22 Ulrich Drepper <drepper@gmail.com>
8260
8261 [BZ #12907]
8262 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
8263 until it is clear that the information is realy needed.
8264 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
8265
e12df166
AS
82662011-06-22 Andreas Schwab <schwab@redhat.com>
8267
8268 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
8269
852eb34d
UD
82702011-06-22 Ulrich Drepper <drepper@gmail.com>
8271
84e2a551
UD
8272 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
8273 /sys/devices/system/cpu/online if it is usable.
8274
852eb34d
UD
8275 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
8276 reading the information from the /proc filesystem to once a second.
8277
6e502e19
UD
82782011-06-21 Andreas Jaeger <aj@suse.de>
8279
8280 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
8281 NULL after inclusion of kernel headers.
8282
75d39ff2
UD
82832011-06-21 Ulrich Drepper <drepper@gmail.com>
8284
51f9aa6a
UD
8285 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
8286 calls to internal_setent.
8287
c0244a9d
UD
8288 [BZ #12885]
8289 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
8290 addresses using gethostbyname4_r ignore IPv4 addresses.
8291
c5e3c2ae
UD
8292 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
8293 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
8294
75d39ff2
UD
8295 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
8296
42675c6f
DM
82972011-06-20 David S. Miller <davem@davemloft.net>
8298
8299 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
8300 inclusions.
8301 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
8302
8303 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
8304 (elf_irel): Use it.
8305 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
8306 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
8307 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
8308 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
8309 * sysdeps/x86_64/dl-irel.h: Likewise.
8310
8311 * elf/dl-runtime.c: Use elf_ifunc_invoke.
8312 * elf/dl-sym.c: Likewise.
8313
57912a71
UD
83142011-06-15 Ulrich Drepper <drepper@gmail.com>
8315
8316 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
8317 need to dereference resplen2.
8318
ee22793d
AS
83192011-06-14 Andreas Schwab <schwab@redhat.com>
8320
8321 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
8322
a9e836b0
UD
83232011-06-15 Ulrich Drepper <drepper@gmail.com>
8324
77fb9117
UD
8325 * Makeconfig: Define vardbdir and inst_vardbdir.
8326 * nss/Makefile: Add rules to install db-Makefile.
8327
40c1b22c
UD
8328 * nss/nss_db/db-XXX.c: Cleanup.
8329
9f2da732
UD
8330 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
8331 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
8332 GLIBC_PRIVATE.
8333 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
8334 * nss/makedb.c: Implement -g option to specify that value strings
8335 are generated and should not be added to table iterated over for
8336 get*ent calls.
8337 * nss/nss_db/db-initgroups.c: New file.
8338
82e9a1f7
UD
8339 * nss/getent.c: Add support for initgroups lookups through getgrouplist
8340 interface.
8341
c41af17e
UD
8342 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
8343 (internal_getgrouplist): Adjust to name change.
8344 Update use_initgroups_entry if this is not the first call.
8345 * nss/databases.def: Add initgroups entry.
8346
a9e836b0
UD
8347 * nss/makedb.c (compute_tables): Check result of multiple hash table
8348 sizes to minimize maximum chain length.
8349
2666d441
UD
83502011-06-14 Ulrich Drepper <drepper@gmail.com>
8351
8352 * Versions.def: Add entry for libnss_db.
8353 * shlib-versions: Likewise.
8354 * nss/Makefile: Add rules to build libnss_db.
8355 * nss/Versions: Add libnss_db information. Organize libnss_files
8356 entries better.
8357 * nss/db-Makefile: Add gshadow support. Change rules for the new
8358 makedb progra. Some minor improvements to generate smaller files.
8359 * nss/nss_db/nss_db.h: Move NSS database header data structures to
8360 here from...
8361 * nss/makedb.c: ...here.
8362 Improve database format to be smaller and require less memory at
8363 runtime.
8364 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
8365 db anymore.
8366 * nss/nss_db/db-netgrp.c: Likewise.
8367 * nss/nss_db/db-open.c: Likewise.
8368 * nss/nss_files/flies-XXX.x: Adjust comments.
8369 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
8370 * nss/nss_files/files-grp.c: Likewise.
8371 * nss/nss_files/files-hosts.c: Likewise.
8372 * nss/nss_files/files-network.c: Likewise.
8373 * nss/nss_files/files-proto.c: Likewise.
8374 * nss/nss_files/files-pwd.c: Likewise.
8375 * nss/nss_files/files-rpc.c: Likewise.
8376 * nss/nss_files/files-service.c: Likewise.
8377 * nss/nss_files/files-sgrp.c: Likewise.
8378 * nss/nss_files/files-spwd.c: Likewise.
8379 * nss/nss_db/db-alias.c: Removed.
8380 * nss/nss_db/dummy-db.h: Removed.
8381
9ee76b5a
UD
83822011-06-02 Ulrich Drepper <drepper@gmail.com>
8383
8384 * nss/makedb.c: Rewritten to not use database library.
8385 * nss/Makefile: Update to build new makedb program.
8386
c71ca1f8
AJ
83872011-06-14 Andreas Jaeger <aj@suse.de>
8388
8389 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
8390 memset declaration.
8391
3154bfb8
UD
83922011-06-10 Andreas Schwab <schwab@redhat.com>
8393
8394 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
8395 tmpbuf.
8396
b350afab
RM
83972011-06-10 Roland McGrath <roland@hack.frob.com>
8398
decd4e50
RM
8399 * Makerules (shlib.lds): Fail if the linker script comes out empty.
8400 * elf/Makefile ($(objpfx)ld.so): Likewise.
8401
5615eaf2
RM
8402 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
8403 Don't list ld.so twice in dependencies.
8404
8405 * posix/bug-regex31.c: Include <stdlib.h>.
8406
8407 * nscd/hstcache.c (cache_addhst): Remove unused variable.
8408
8409 * nis/nss_compat/compat-spwd.c
8410 (getspent_next_nss_netgr): Remove unused variable.
8411 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
8412
8413 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
8414 nonmembers" output to use the right array.
8415
8416 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
8417
8418 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
8419
8420 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
8421 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
8422 * catgets/gencat.c (read_input_file): Likewise.
8423 * locale/programs/locarchive.c (enlarge_archive): Likewise.
8424
8425 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
8426 variable definition inside #if's controlling its use.
8427
8428 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
8429
8430 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
8431
8432 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
8433
8434 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
8435 unreachable code.
8436
8437 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
8438
b68e08db
RM
8439 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
8440 * configure: Regenerated.
8441
b350afab
RM
8442 * Makerules: Revert last change.
8443 * elf/Makefile: Likewise.
8444
28368601
RM
84452011-06-09 Roland McGrath <roland@hack.frob.com>
8446
8447 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
8448 * elf/Makefile ($(objpfx)librtld.os): Likewise.
8449 (reloc-link): Likewise.
8450
11988f8f
UD
84512011-06-09 Ulrich Drepper <drepper@gmail.com>
8452
8453 * elf/Makefile: Add rules to build pldd.
8454 * elf/pldd.c: New file.
8455 * elf/pldd-xx.c: New file.
8456
e80fab37
UD
84572011-06-07 Ulrich Drepper <drepper@gmail.com>
8458
8459 * version.h: Update for 2.15 development version.
8460
9b849836
DM
84612011-06-07 David S. Miller <davem@davemloft.net>
8462
8463 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
8464 ifuncs.
8465 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
8466 elf_machine_lazy_rel): Likewise.
8467 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
8468 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
8469 elf_machine_lazy_rel): Likewise.
8470 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
8471 dl_hwcap via passed in argument.
8472 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
8473 Likewise.
8474
5a31b283
AK
84752011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8476
8477 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
8478
069e52f8
RM
84792011-06-06 Roland McGrath <roland@hack.frob.com>
8480
8481 [BZ #12849]
8482 * manual/fdl-1.1.texi: New file, verbatim from:
8483 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
8484 * manual/lgpl-2.1.texi: New file, verbatim from:
8485 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
8486 * manual/Makefile (licenses): New variable, list those new file names.
8487 (texis): Use it.
8488 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
8489
8490 * manual/fdl.texi: File removed.
8491 * manual/lesser.texi: File removed.
8492 * manual/libc.texinfo (Copying, Documentation License):
8493 Use new @include file names, put @appendix directive before @include.
8494
f16846a5
JJ
84952011-06-04 Jakub Jelinek <jakub@redhat.com>
8496
8497 [BZ #12841]
8498 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
8499 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
8500 (mq_open): Add __NTH.
8501
3d29045b
L
85022011-06-02 H.J. Lu <hongjiu.lu@intel.com>
8503
8504 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8505 Assume Intel Core i3/i5/i7 processor if AVX is available.
8506
8c297311
UD
85072011-05-31 Ulrich Drepper <drepper@gmail.com>
8508
8509 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
8510 typo.
8511
c8fc0c91
UD
85122011-05-31 Andreas Schwab <schwab@redhat.com>
8513
8514 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
8515 memory. Use alloca_account. Fix memory leak when retrying.
8516
5b27a807
UD
85172011-05-31 Ulrich Drepper <drepper@gmail.com>
8518
356f8bc6
UD
8519 * version.h (RELEASE): Bump for 2.14 release.
8520 * include/features.h (__GLIBC_MINOR__): Bump to 14.
8521
5b27a807
UD
8522 * config.make.in (RANLIB): Remove entry.
8523
01f16ab0
UD
85242011-05-30 Ulrich Drepper <drepper@gmail.com>
8525
41fce8bd
UD
8526 * po/Makefile (po-sed-cmd): Add ksh to extensions.
8527 (libc.pot): Work around missing support for .ksh extension in xgettext.
8528
4769ae77
UD
8529 [BZ #12684]
8530 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
8531 if both request failed.
8532 (send_dg): In case of server errors clear resplen or *resplen2.
8533
6b1e7d19
UD
8534 [BZ #12454]
8535 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
8536 when there are multiple maps.
8537 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
8538 (_dl_fini): Remove test here.
8539
01f16ab0
UD
8540 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
8541
b1ebd700
UD
85422011-05-29 Ulrich Drepper <drepper@gmail.com>
8543
7ae22829
UD
8544 [BZ #12350]
8545 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
8546 bit from old_res_options.
8547 (gaih_inet): Likewise.
8548
553149f6 8549 [BZ #11099]
18a84741 8550 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
8551 as signed.
8552
652ffab1
UD
8553 * resolv/res_init.c (res_setoptions): Make the code more compact.
8554
16985fd0
UD
8555 [BZ #11558]
8556 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
8557 set RES_USEVC.
8558
0464f746
UD
8559 [BZ #11634]
8560 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
8561
7d17596c
UD
8562 * malloc/malloc.h: Mark malloc hook variables as deprecated.
8563
cf6bbbd7
UD
8564 [BZ #11781]
8565 * malloc/malloc.h: Declare malloc hook variables as volatile.
8566
13f1ab36
UD
8567 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
8568 in last patch.
8569
b1ebd700
UD
8570 [BZ #11799]
8571 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 8572 raise in the comment.
80e2212d
UD
8573 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
8574 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
8575 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 8576
ce67228d
UD
85772011-05-28 Ulrich Drepper <drepper@gmail.com>
8578
8887a920
UD
8579 [BZ #12811]
8580 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
8581 grow the buffers more if it already has to be sufficient.
8582 (build_wcs_upper_buffer): Likewise.
8583 * posix/regexec.c (check_matching): Likewise.
8584 (clean_state_log_if_needed): Likewise.
8585 (extend_buffers): Don't enlarge buffers beyond size of the input
8586 buffer.
8587 Patches mostly by Emil Wojak <emil@wojak.eu>.
8588 * posix/bug-regex32.c: New file.
8589 * posix/Makefile (tests): Add bug-regex32.
8590
4f031072
UD
8591 * locale/findlocale.c (_nl_find_locale): Return right away if
8592 _nl_explode_name failed.
8593 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
8594
d0478f0c
UD
8595 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
8596
de81b246
UD
8597 * debug/xtrace.sh: Unify messages.
8598 * malloc/memusage.sh: Likewise.
8599
c738465a
UD
8600 [BZ #12813]
8601 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
8602 time symbol from vDSO. Substitute with vsyscall if not available.
8603 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
8604 __vdso_time.
8605
f1f929d7
UD
8606 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
8607 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
8608 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
8609 Add sendmmsg and internal_sendmmsg.
8610 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
8611 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
8612 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
8613
ce67228d
UD
8614 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
8615 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
8616 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
8617
e57420c6
UD
86182011-05-27 Ulrich Drepper <drepper@gmail.com>
8619
a8509ca5
UD
8620 [BZ #12813]
8621 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
8622 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
8623 available.
8624 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
8625 __vdso_getcpu.
8626
e57420c6
UD
8627 [BZ #12814]
8628 * iconvdata/Makefile (tests): Add bug-iconv9.
8629 * iconvdata/bug-iconv9.c: New file.
8630
4d07db15
AS
86312011-05-27 Andreas Schwab <schwab@redhat.com>
8632
8633 [BZ #12814]
8634 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
8635
ea486f69
JJ
86362011-05-25 Jakub Jelinek <jakub@redhat.com>
8637
8638 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
8639 (struct user_regs_struct): Change intcs field back to cs.
8640
6f038433
UD
86412011-05-25 Ulrich Drepper <drepper@gmail.com>
8642
8643 * po/ja.po: Update from translation team.
8644
67f86a25
UD
86452011-05-23 Ulrich Drepper <drepper@gmail.com>
8646
8647 [BZ #12795]
8648 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
8649 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
8650
def7fbd6
AS
86512011-05-20 Andreas Schwab <schwab@redhat.com>
8652
8653 * stdlib/longlong.h: Update from GCC.
8654
f50ef8f1
AS
86552011-05-23 Andreas Schwab <schwab@redhat.com>
8656
8657 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
8658 parameter name.
8659 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
8660 Add parameter name.
8661 (__sysconf): Pass it down.
8662
de7ce8f1
UD
86632011-05-22 Ulrich Drepper <drepper@gmail.com>
8664
f2962a71
UD
8665 [BZ #12671]
8666 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
8667 some situations.
8668 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8669 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
8670 add in in __libc_use_alloca calls. Adjust callers.
8671 (glob): Use malloc in some situations.
8672
de7ce8f1
UD
8673 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
8674 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
8675 pltexit.
8676
aec84f53
UD
86772011-05-21 Ulrich Drepper <drepper@gmail.com>
8678
05bb4a68
UD
8679 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
8680 and CLOCK_BOOTTIME_ALARM.
8681
7ea72f99
UD
8682 [BZ #12782]
8683 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
8684 is returned.
8685
7e4afad5
UD
8686 * string/_strerror.c (__strerror_r): Print negative errors as signed
8687 numbers.
8688
8e211fec
UD
8689 [BZ #12777]
8690 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
8691 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
8692 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
8693
f7d82dc9
UD
8694 * configure.in: Fix typo in redirection and correct removal of test
8695 files in two cases.
8696
cc9e536d
UD
8697 [BZ #12788]
8698 * locale/setlocale.c (new_composite_name): Fix test to check for
8699 identical name of all categories.
8700
aec84f53
UD
8701 [BZ #12792]
8702 * libio/filedoalloc.c (local_isatty): New function.
8703 (_IO_file_doallocate): Use local_isatty.
8704 * stdio-common/perror.c (perror): In case a new stream is used
8705 forward the stream error.
8706 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
8707 error flag.
8708
78e64fdc
RT
87092011-05-20 Ulrich Drepper <drepper@gmail.com>
8710
34a9094f
UD
8711 [BZ #11869]
8712 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
8713 alloca.
8714 * include/alloca.h (extend_alloca_account): Define.
8715
78e64fdc
RT
8716 [BZ #11857]
8717 * posix/regex.h: Fix comments with documentation of user-accessible
8718 fields after compilation and describe correct free'ing of pattern
8719 after re_compile_pattern.
8720 Patch by Reuben Thomas <rrt@sc3d.org>.
8721
457bddfc
RA
87222011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
8723
8724 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
8725 and -mno-altivec to prevent the compiler from using Altivec and/or
8726 VSX instructions when the corresponding registers are not available.
8727
a4527b51
AS
87282011-05-19 Andreas Schwab <schwab@redhat.com>
8729
8730 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
8731
ed690b2f
UD
87322011-05-19 Ulrich Drepper <drepper@gmail.com>
8733
8734 * libio/freopen.c (freopen): Use __dup2, not dup2.
8735 * libio/freopen64.c (freopen64): Likewise.
8736
8db73634
L
87372011-05-17 H.J. Lu <hongjiu.lu@intel.com>
8738
8739 [BZ #12775]
8740 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
8741 * math/Makefile (tests): Add test-powl.
8742 (CFLAGS-test-powl.c): Define.
8743 * math/test-powl.c: New file.
8744
0a197a9d
L
87452011-05-16 H.J. Lu <hongjiu.lu@intel.com>
8746
8747 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
8748
ee30c380
UD
87492011-05-17 Ulrich Drepper <drepper@gmail.com>
8750
8751 [BZ #11837]
8752 * iconvdata/gb18030.c: Update to GB18020-2005.
8753
6ce75379
UD
87542011-05-16 Ulrich Drepper <drepper@gmail.com>
8755
a4b89fd8
AR
8756 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
8757 RE_SYNTAX_POSIX_AWK): Update to match recent development.
8758 Patch by Aharon Robbins <arnold@skeeve.com>.
8759
ea389b12
UD
8760 [BZ #11892]
8761 * stdlib/putenv.c (putenv): Don't always create copy of the variable
8762 on the stack.
8763
68a3f91f
UD
8764 [BZ #11895]
8765 * misc/pselect.c (__pselect): Handle timeout value errors hidden
8766 through underflows.
8767
15cc7dd1
UD
8768 [BZ #12766]
8769 * misc/error.c (error_at_line): Ensure file_name and old_file_name
8770 point to strings before performing equality test for error_one_per_line
8771 mode.
8772
f3799213
UD
8773 [BZ #11697]
8774 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
8775
d79a9c94
UD
8776 [BZ #11820]
8777 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
8778 (struct user_fpregs_struct): Avoid __uint*_t types.
8779
56e5eb46
UD
8780 [BZ #6420]
8781 * malloc/mtrace.c (tr_where): Add additional parameter to point to
8782 symbol info. Use it instead of calling _dl_addr locally.
8783 (lock_and_info): New function.
8784 (tr_freehook): Call lock_and_info and pass symbol info as additional
8785 parameter to tr_where.
8786 (tr_mallochook): Likewise.
8787 (tr_reallochook): Likewise.
8788 (tr_memalignhook): Likewise.
8789
6ce75379
UD
8790 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
8791 used and couldn't be at all thread-safe.
8792
f8a3b5bf
UD
87932011-05-15 Ulrich Drepper <drepper@gmail.com>
8794
94b7cc37
UD
8795 * libio/freopen.c (freopen): Don't close old file descriptor
8796 before the new one is opened. Instead dup the new file descriptor
8797 to the old one after the new stream is created.
8798 * libio/freopen64.c (freopen64): Likewise.
8799 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
8800 * libio/fileops.c (_IO_new_file_close_it): Handle new
8801 _IO_FLAGS2_NOCLOSE flag.
8802 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
8803 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
8804 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
8805 _IO_FLAGS2_NOCLOSE flag.
8806 * include/unistd.h: Add hidden_proto for dup3.
8807 Define __have_dup3.
8808 * io/dup3.c: Define hidden symbol.
8809 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
8810
bd25564e
UD
8811 [BZ #7101]
8812 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
8813 when an incomplete long option is used.
8814 * posix/tst-getopt_long1.c: New file.
8815 * posix/Makefile (tests): Add tst-getopt_long1.
8816
c84cfef4
UD
8817 [BZ #10138]
8818 * scripts/config.guess: Update from autoconf-2.68.
8819 * scripts/config.sub: Likewise.
8820
3b85df27
UD
8821 [BZ #10157]
8822 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
8823 tests into ...
8824 (has_cpuclock): ...this. New function.
8825 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
8826 macro here based on has_cpuclock code.
8827
15a856b1
UD
8828 [BZ #10149]
8829 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
8830 First byte (not low byte) is now always NUL.
8831 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
8832
05f399e6
UD
8833 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
8834 Use non-cancelable interfaces.
8835
10a52685 8836 [BZ #9809]
94ecc67d
UD
8837 * locale/iso-639.def: Add entry for Sorani.
8838
f8a3b5bf
UD
8839 [BZ #11901]
8840 * include/stdlib.h: Move include protection to the right place.
8841 Define abort_msg_s. Declare __abort_msg with it.
8842 * stdlib/abort.c (__abort_msg): Adjust type.
8843 * assert/assert.c (__assert_fail_base): New function. Majority
8844 of code from __assert_fail. Allocate memory for __abort_msg with
8845 mmap.
8846 (__assert_fail): Now call __assert_fail_base.
8847 * assert/assert-perr.c: Remove bulk of implementation. Use
8848 __assert_fail_base.
8849 * include/assert.hL Declare __assert_fail_base.
8850 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
8851 mmap.
8852 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
8853
1af4e298
UD
88542011-05-14 Ulrich Drepper <drepper@gmail.com>
8855
f8a3b5bf 8856 [BZ #11952]
d26dfc60
MG
8857 [BZ #12453]
8858 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
8859 until all modules are registered in the DTV.
8860 * elf/Makefile: Add rules to build and run tst-tls19.
8861 * elf/tst-tls19.c: New file.
8862 * elf/tst-tls19mod1.c: New file.
8863 * elf/tst-tls19mod2.c: New file.
8864 * elf/tst-tls19mod3.c: New file.
8865 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
8866
2fc54d6f
UD
8867 [BZ #12083]
8868 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
8869 correctly.
8870
98d76b46
UD
8871 [BZ #12601]
8872 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
8873 two-byte sequence errors.
8874 * iconvdata/Makefile (tests): Add bug-iconv8.
8875 * iconvdata/bug-iconv8.c: New file.
8876
da3c19ef
UD
8877 [BZ #12626]
8878 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
8879 buf2 definition.
8880
ca408c15
UD
8881 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
8882
d6f67f7d
UD
8883 [BZ #12432]
8884 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
8885 (dummy_getcfa): New function.
8886 (init): Get _Unwind_GetCFA address, use dummy if not found.
8887 (backtrace_helper): In recursion check, also check whether CFA changes.
8888 (__backtrace): Completely initialize arg.
8889
1af4e298 8890 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
8891 storing incomplete byte sequence in state object. Avoid testing for
8892 guaranteed too small input if we know there is enough data available.
1af4e298 8893
da62f81b
AS
88942011-05-11 Andreas Schwab <schwab@redhat.com>
8895
8896 * Makeconfig (+link-pie): Indent.
8897 * Rules (binaries-pie): Define if $(have-fpie) and
8898 $(build-shared).
8899 (binaries-shared): Also filter out $(binaries-pie).
8900 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
8901 * nscd/Makefile (others-pie): Add nscd.
8902 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
8903 ($(objpfx)nscd): Remove command override.
8904 * login/Makefile (others-pie): Add pt_chown.
8905 ($(objpfx)pt_chown): Remove command override.
8906 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
8907 remove command overrides.
8908
fcabc0f8
UD
89092011-05-13 Ulrich Drepper <drepper@gmail.com>
8910
20030ae6
UD
8911 * libio/tst_putwc.c: Fix error messages.
8912
fcabc0f8
UD
8913 [BZ #12724]
8914 * libio/fileops.c (_IO_new_file_close_it): Always flush when
8915 currently writing and seek to current position when not.
8916 * libio/Makefile (tests): Add bug-fclose1.
8917 * libio/bug-fclose1.c: New file.
8918
320a5dc0
PB
89192011-05-12 Ulrich Drepper <drepper@gmail.com>
8920
8921 [BZ #12511]
8922 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
8923 don't set DF_1_NODELETE here.
8924 (do_lookup_x): When entering new entry test for copy relocation
8925 and if necessary set DF_1_NODELETE flag.
8926 * elf/tst-unique4.cc: New file.
8927 * elf/tst-unique4.h: New file.
8928 * elf/tst-unique4lib.cc: New file.
8929 * elf/Makefile: Add rules to build and run tst-unique4.
8930 Patch by Piotr Bury <pbury@goahead.com>.
8931
22836f52
UD
89322011-05-11 Ulrich Drepper <drepper@gmail.com>
8933
f574184a
UD
8934 [BZ #12052]
8935 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
8936
e1fb097f
UD
8937 [BZ #12625]
8938 * misc/mntent_r.c (addmntent): Flush the stream after the output
8939
22836f52
UD
8940 [BZ #12393]
8941 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
8942 (is_trusted_path_normalize): Skip initial colon. Append slash
8943 to empty buffer. Duplicate is_trusted_path code but allow
8944 constructed patch to be prefix.
8945 (is_dst): Allow $ORIGIN followed by /.
8946 (_dl_dst_substitute): Correct clearing of check_for_trusted.
8947 Correct testing of result of is_trusted_path_normalize
8948 (decompose_rpath): Fix warning.
8949
7b3b0b2a
UD
89502011-05-10 Ulrich Drepper <drepper@gmail.com>
8951
8952 [BZ #11257]
8953 * grp/initgroups.c (internal_getgrouplist): When we found the service
8954 list through the initgroups entry in nsswitch.conf do not always
8955 continue on a successful lookup. Don't always use the
eac80ce2 8956 __nss_group_database value if it is set.
7b3b0b2a
UD
8957 * nss/nsswitch.conf (initgroups): Change action for successful db
8958 lookup to continue for compatibility.
8959
2a81eaa5
UD
89602011-05-09 Ulrich Drepper <drepper@gmail.com>
8961
be97a69e
UD
8962 [BZ #11532]
8963 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
8964 and CP774 modules.
8965 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
8966 and CP774 modules.
8967 * iconvdata/tst-tables.sh: Likewise.
8968 * iconvdata/cp770.c: New file.
8969 * iconvdata/cp771.c: New file.
8970 * iconvdata/cp772.c: New file.
8971 * iconvdata/cp773.c: New file.
8972 * iconvdata/cp774.c: New file.
8973 * iconvdata/testdata/CP770: New file.
8974 * iconvdata/testdata/CP770..UTF8: New file.
8975 * iconvdata/testdata/CP771: New file.
8976 * iconvdata/testdata/CP771..UTF8: New file.
8977 * iconvdata/testdata/CP772: New file.
8978 * iconvdata/testdata/CP772..UTF8: New file.
8979 * iconvdata/testdata/CP773: New file.
8980 * iconvdata/testdata/CP773..UTF8: New file.
8981 * iconvdata/testdata/CP774: New file.
8982 * iconvdata/testdata/CP774..UTF8: New file.
8983
8984 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
8985 END CHARMAP line.
8986 * iconvdata/gen-8bit-gap.sh: Likewise.
8987 * iconvdata/gen-8bit.sh: Likewise.
8988
c1e9e399
UD
8989 * locale/iso-639.def: Add ary entry.
8990
24c55fb3 8991 [BZ #11258]
96b4b1b0
UD
8992 * locale/C-translit.h.in: Add U20A1 transliteration.
8993
bdc2f971
KB
8994 [BZ #12178]
8995 * locale/iso-639.def: Add wae entry.
8996 Patch by Kevin Bortis <bortis@translate-wae.ch>.
8997
2952b117
UD
8998 [BZ #12545]
8999 * locale/programs/localedef.c (construct_output_path): Use ssize_t
9000 for n.
9001
2a81eaa5
UD
9002 [BZ #12711]
9003 * locale/C-translit.h.in: Add entry for U20B9.
9004 Patch by pravin.d.s@gmail.com.
9005
28377d1b
UD
90062011-05-08 Ulrich Drepper <drepper@gmail.com>
9007
7fb90fb8
UD
9008 [BZ #12713]
9009 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
9010 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
9011 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
9012 in rtld. Use *stat64.
7fb90fb8 9013 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 9014 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 9015 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
9016 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
9017 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
9018 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
9019 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
9020 __fstatat64 macros.
7fb90fb8
UD
9021 * include/dirent.h: Add libc_hidden_proto for rewinddir.
9022 * dirent/rewinddir.c: Add libc_hidden_def.
9023 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 9024 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 9025
28377d1b
UD
9026 * include/dirent.h (__alloc_dir): Add flags parameter.
9027 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
9028 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
9029 __alloc_dir.
9030 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
9031 from fdopendir if O_CLOEXEC is already set.
9032
66bdbaa4
AM
90332011-03-15 Alan Modra <amodra@gmail.com>
9034
9035 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
9036 l_tls_firstbyte_offset non-zero. Save padding offset in
9037 l_tls_firstbyte_offset for later use.
9038 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
9039 freeing static tls block.
9040
95721191
JN
90412011-03-05 Jonathan Nieder <jrnieder@gmail.com>
9042
9043 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
9044 where #ifdef was intended. The intent is to prevent ARG_MAX from
9045 being defined by the kernel headers.
9046
f87dfb1f
UD
90472011-05-07 Ulrich Drepper <drepper@gmail.com>
9048
9049 [BZ #12734]
9050 * resolv/resolv.h: Define RES_NOTLDQUERY.
9051 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
9052 no-tld-query and set RES_NOTLDQUERY.
9053 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
9054 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
9055 modern BIND to search name as TLD unless forbidden.
9056
47c3cd7a
UD
90572011-05-07 Petr Baudis <pasky@suse.cz>
9058 Ulrich Drepper <drepper@gmail.com>
9059
9060 [BZ #12393]
9061 * elf/dl-load.c (fillin_rpath): Move trusted path check...
9062 (is_trusted_path): ...to here.
c1e9ea35 9063 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 9064 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 9065 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 9066
8a35c912
PP
90672011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9068
9069 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
9070 __BEGIN/__END_DECLS.
9071
acd41f47
UD
90722011-05-06 Ulrich Drepper <drepper@gmail.com>
9073
9074 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
9075 NSS_STATUS_NOTFOUND if no record was found.
9076
597df647
AS
90772011-05-05 Andreas Schwab <schwab@redhat.com>
9078
9079 * sunrpc/Makefile (headers): Add rpc/netdb.h.
9080 (headers-not-in-tirpc): Remove rpc/netdb.h
9081 * resolv/netdb.h: Revert last change.
9082
b9af1301
PP
90832011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9084
9085 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
9086 circular dependency between libgcc.a and libc.a.
9087
4e34d5f5
AS
90882011-05-05 Andreas Schwab <schwab@redhat.com>
9089
9090 * resolv/netdb.h: Don't include <rpc/netdb.h>.
9091 * nis/Makefile: Don't install rpcsvc/*.
9092 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
9093 instead of <rpc/types.h>.
9094 (MAXHOSTNAMELEN): Define.
9095
00ee369c
AS
90962011-05-03 Andreas Schwab <schwab@redhat.com>
9097
9098 * elf/ldconfig.c (add_dir): Don't crash on empty path.
9099
0b592a30
MB
91002011-04-28 Maciej Babinski <mbabinski@google.com>
9101
9102 [BZ #12714]
9103 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
9104 gethostbyname4_r when IPv6 results are possible.
9105
6e04cbbe
UD
91062011-05-02 Ulrich Drepper <drepper@gmail.com>
9107
9108 [BZ #12723]
9109 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
9110 _PC_PIPE_BUF handling.
9111
e4ecafe0
BH
91122011-04-30 Bruno Haible <bruno@clisp.org>
9113
9114 [BZ #12717]
9115 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
9116 * resolv/netdb.h (getnameinfo): Change type of flags parameter
9117 to 'int'.
9118 * inet/getnameinfo.c (getnameinfo): Likewise.
9119
125ee683
UD
91202011-04-29 Ulrich Drepper <drepper@gmail.com>
9121
9122 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
9123 to groups setting in database lookup.
9124 * nss/nsswitch.conf: Add initgroups entry.
9125
b722481a
EB
91262011-04-22 Ulrich Drepper <drepper@gmail.com>
9127
9128 [BZ #12685]
9129 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
9130 mode string.
9131 Patch by Eric Blake <eblake@redhat.com>.
9132
4df46dbd
L
91332011-04-20 H.J. Lu <hongjiu.lu@intel.com>
9134
9135 * sunrpc/Makefile (need-export-routines): Add svc_run.
9136 (routines): Remove svc_run.
9137 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
9138 * sunrpc/clnt_perr.c (clnt_perrno): Export.
9139 * sunrpc/svc_run.c (svc_run): Likewise.
9140 * sunrpc/svc_udp.c (svcudp_create): Likewise.
9141
e84142d2
UD
91422011-04-21 Ulrich Drepper <drepper@gmail.com>
9143
9144 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
9145 problem in reallocation in last patch.
9146
877175d8
UD
91472011-04-20 Ulrich Drepper <drepper@gmail.com>
9148
9149 * sunrpc/Makefile: Move inclusion of Rules.
9150
ab8eed78
UD
91512011-04-19 Ulrich Drepper <drepper@gmail.com>
9152
9153 * nss/nss_files/files-initgroups.c: New file.
9154 * nss/Makefile (libnss_files-routines): Add files-initgroups.
9155 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
9156 _nss_files_initgroups_dyn.
9157
e3d8f584
RS
91582011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
9159
9160 * elf/elf.h (R_ARM_IRELATIVE): Define.
9161
af190f45
UD
91622011-04-19 Ulrich Drepper <drepper@gmail.com>
9163
9164 * po/ru.po: Update from translation team.
9165
53cf59ef
UD
91662011-04-17 Ulrich Drepper <drepper@gmail.com>
9167
9168 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
9169 dependencies.
9170
4c559bcd
MF
91712011-02-06 Mike Frysinger <vapier@gentoo.org>
9172
9173 [BZ #12653]
9174 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
9175 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
9176 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
9177 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
9178 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
9179
4420675c
AS
91802011-03-28 Andreas Schwab <schwab@linux-m68k.org>
9181
9182 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
9183 differing bytes.
9184 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
9185 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
9186 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
9187
75ea32ab
UD
91882011-04-17 Ulrich Drepper <drepper@gmail.com>
9189
9190 [BZ #12420]
9191 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
9192 storing it.
9193 * stdlib/bug-getcontext.c: New file.
9194 * stdlib/Makefile: Add rules to build and run bug-getcontext.
9195
27390476
AK
91962011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9197
9198 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
9199 instructions into .machine "z9-109".
9200 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
9201 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
9202
10442705
AK
92032011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9204
9205 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
9206 between environment variables and auxiliary vector.
9207
7b57bfe5
UD
92082011-04-16 Ulrich Drepper <drepper@gmail.com>
9209
9210 * Makefile: Add rules to build linkobj/libc.so.
9211 * include/libc-symbols.h: Define libc_hidden_nolink.
9212 * include/rpc/auth.h: Mark functions which are to be hidden.
9213 * include/rpc/auth_des.h: Likewise.
9214 * include/rpc/auth_unix.h: Likewise.
9215 * include/rpc/clnt.h: Likewise.
9216 * include/rpc/des_crypt.h: Likewise.
9217 * include/rpc/key_prot.h: Likewise.
9218 * include/rpc/pmap_clnt.h: Likewise.
9219 * include/rpc/pmap_prot.h: Likewise.
9220 * include/rpc/pmap_rmt.h: Likewise.
9221 * include/rpc/rpc_msg.h: Likewise.
9222 * include/rpc/svc.h: Likewise.
9223 * include/rpc/svc_auth.h: Likewise.
9224 * include/rpc/xdr.h: Likewise.
9225 * nis/Makefile: Link all DSOs against linkobj/libc.so.
9226 * nss/Makefile: Likewise.
9227 * sunrpc/Makefile: Don't install headers. Build library with normal
9228 entry points. Don't build rpcinfo. Link RPC tests appropriately.
9229 * sunrpc/auth_des.c: Hide exported symbols by default, export some
9230 for the compat linking library. Remove use of INTDEF/INTUSE.
9231 * sunrpc/auth_none.c: Likewise.
9232 * sunrpc/auth_unix.c: Likewise.
9233 * sunrpc/authdes_prot.c: Likewise.
9234 * sunrpc/authuxprot.c: Likewise.
9235 * sunrpc/clnt_gen.c: Likewise.
9236 * sunrpc/clnt_perr.c: Likewise.
9237 * sunrpc/clnt_raw.c: Likewise.
9238 * sunrpc/clnt_simp.c: Likewise.
9239 * sunrpc/clnt_tcp.c: Likewise.
9240 * sunrpc/clnt_udp.c: Likewise.
9241 * sunrpc/clnt_unix.c: Likewise.
9242 * sunrpc/des_crypt.c: Likewise.
9243 * sunrpc/des_soft.c: Likewise.
9244 * sunrpc/get_myaddr.c: Likewise.
9245 * sunrpc/key_call.c: Likewise.
9246 * sunrpc/key_prot.c: Likewise.
9247 * sunrpc/netname.c: Likewise.
9248 * sunrpc/pm_getmaps.c: Likewise.
9249 * sunrpc/pm_getport.c: Likewise.
9250 * sunrpc/pmap_clnt.c: Likewise.
9251 * sunrpc/pmap_prot.c: Likewise.
9252 * sunrpc/pmap_prot2.c: Likewise.
9253 * sunrpc/pmap_rmt.c: Likewise.
9254 * sunrpc/publickey.c: Likewise.
9255 * sunrpc/rpc_cmsg.c: Likewise.
9256 * sunrpc/rpc_common.c: Likewise.
9257 * sunrpc/rpc_dtable.c: Likewise.
9258 * sunrpc/rpc_prot.c: Likewise.
9259 * sunrpc/rpc_thread.c: Likewise.
9260 * sunrpc/rtime.c: Likewise.
9261 * sunrpc/svc.c: Likewise.
9262 * sunrpc/svc_auth.c: Likewise.
9263 * sunrpc/svc_authux.c: Likewise.
9264 * sunrpc/svc_raw.c: Likewise.
9265 * sunrpc/svc_run.c: Likewise.
9266 * sunrpc/svc_simple.c: Likewise.
9267 * sunrpc/svc_tcp.c: Likewise.
9268 * sunrpc/svc_udp.c: Likewise.
9269 * sunrpc/svc_unix.c: Likewise.
9270 * sunrpc/svcauth_des.c: Likewise.
9271 * sunrpc/xcrypt.c: Likewise.
9272 * sunrpc/xdr.c: Likewise.
9273 * sunrpc/xdr_array.c: Likewise.
9274 * sunrpc/xdr_float.c: Likewise.
9275 * sunrpc/xdr_intXX_t.c: Likewise.
9276 * sunrpc/xdr_mem.c: Likewise.
9277 * sunrpc/xdr_rec.c: Likewise.
9278 * sunrpc/xdr_ref.c: Likewise.
9279 * sunrpc/xdr_sizeof.c: Likewise.
9280 * sunrpc/xdr_stdio.c: Likewise.
9281
e6c61494
UD
92822011-04-10 Ulrich Drepper <drepper@gmail.com>
9283
9284 [BZ #12650]
9285 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
9286 * sysdeps/ia64/dl-tls.h: Likewise.
9287 * sysdeps/powerpc/dl-tls.h: Likewise.
9288 * sysdeps/s390/dl-tls.h: Likewise.
9289 * sysdeps/sh/dl-tls.h: Likewise.
9290 * sysdeps/sparc/dl-tls.h: Likewise.
9291 * sysdeps/x86_64/dl-tls.h: Likewise.
9292 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
9293
34fe483e
AS
92942011-03-14 Andreas Schwab <schwab@redhat.com>
9295
9296 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
9297 rpath element also skip the following colon.
9298 (expand_dynamic_string_token): Add is_path parameter and pass
9299 down to DL_DST_REQUIRED and _dl_dst_substitute.
9300 (decompose_rpath): Call expand_dynamic_string_token with
9301 non-zero is_path. Ignore empty rpaths.
9302 (_dl_map_object_from_fd): Call expand_dynamic_string_token
9303 with zero is_path.
9304
f12a32e6
AS
93052011-04-08 Andreas Schwab <schwab@linux-m68k.org>
9306
9307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
9308 Make cancelable.
9309
38a7d692
UD
93102011-04-09 Ulrich Drepper <drepper@gmail.com>
9311
9312 [BZ #12655]
9313 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
9314 Patch by Filipe David Manana <fdmanana@apache.org>.
9315
e451d22b
AS
93162011-04-07 Andreas Schwab <schwab@redhat.com>
9317
9318 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
9319 Maintain aligned stack.
9320 (CHECK_RSP): Remove unused macro.
9321
dedc7c7b
UD
93222011-04-03 Ulrich Drepper <drepper@gmail.com>
9323
9324 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
9325 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
9326
94521213
UD
93272011-04-02 Ulrich Drepper <drepper@gmail.com>
9328
9329 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
9330
8cb700c0 9331 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 9332
0354e355
L
93332011-03-26 H.J. Lu <hongjiu.lu@intel.com>
9334
9335 [BZ #12518]
9336 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
9337 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
9338 * sysdeps/x86_64/memmove.c: New file.
9339 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
9340 (memcpy): Renamed to ...
9341 (__new_memcpy): This.
9342 (memcpy): Provide GLIBC_2_14 memcpy.
9343 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
9344 (memcpy): Provide GLIBC_2_2_5 memcpy.
9345
8593482f
UD
93462011-04-01 Ulrich Drepper <drepper@gmail.com>
9347
9348 [BZ #12631]
9349 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
9350
81a5726b
AS
93512011-03-30 Andreas Schwab <schwab@redhat.com>
9352
9353 * misc/syncfs.c: New file.
9354 * misc/Makefile (routines): Add syncfs.
9355 * posix/unistd.h: Declare syncfs.
9356 * sysdeps/unix/syscalls.list: Add syncfs.
9357
00e5419f
AS
93582011-04-01 Andreas Schwab <schwab@redhat.com>
9359
9360 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
9361 open_by_handle_at.
9362 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9363 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9364 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9365 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9366 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9367 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
9368 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9369
748876bf
UD
93702011-04-01 Ulrich Drepper <drepper@gmail.com>
9371
658e451d
UD
9372 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
9373 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9374 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9375 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9376 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9377 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9378 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9379
748876bf
UD
9380 * io/Makefile: Compile fallocate.c, fallocate64.c, and
9381 sync_file_range.c with -fexceptions.
9382 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
9383 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
9384 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
9385 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
9386 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
9387 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
9388 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
9389 sync_file_range as cancellation point
9390 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
9391 now a wrapper around __call_sync_file_range with cancellation handling.
9392 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
9393 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
9394 function name to __call_sync_file_range.
9395 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
9396 Add call_sync_file_range.
748876bf 9397
6e63d5e1
AS
93982011-04-01 Andreas Schwab <schwab@redhat.com>
9399
9400 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 9401 bits/timex.h.
6e63d5e1 9402
46998f74
UD
94032011-04-01 Ulrich Drepper <drepper@gmail.com>
9404
4c1423ed
UD
9405 * iconv/iconv.h: Fix typo in comment.
9406 * io/fcntl.h: Likewise.
9407 * libio/stdio.h: Likewise.
9408 * posix/spawn.h: Likewise.
9409 * posix/unistd.h: Likewise.
9410 * stdlib/stdlib.h: Likewise.
9411 * time/time.h: Likewise.
9412 * wcsmbs/wchar.h: Likewise.
9413
158648c0
UD
9414 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
9415 open_by_handle): Add.
9416 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
9417 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
9418 Augment a few comments.
9419 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9420 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9421 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9422 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9423 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9424 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
9425 open_by_handle.
9426
46998f74
UD
9427 * io/fcntl.h (AT_EMPTY_PATH): Define.
9428
83fe108b
UD
94292011-03-30 Ulrich Drepper <drepper@gmail.com>
9430
9431 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
9432 * sysdeps/unix/sysv/linux/bits/time.h: New file.
9433 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
9434 to...
9435 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
9436 * Versions.def: Add GLIBC_2.14.
9437 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
9438 Export.
83fe108b 9439
bb242059
UD
94402011-03-22 Ulrich Drepper <drepper@gmail.com>
9441
9442 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
9443 round counter.
9444 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
9445
c97a1282
L
94462011-03-20 H.J. Lu <hongjiu.lu@intel.com>
9447
9448 [BZ #12597]
9449 * string/test-strncmp.c (do_page_test): New function.
9450 (check2): Likewise.
9451 (test_main): Call check2.
9452 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
9453
2a115601
UD
94542011-03-20 Ulrich Drepper <drepper@gmail.com>
9455
9456 [BZ #12587]
9457 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9458 Handle cache information in CPU leaf 4.
9459 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
9460
8126d904
UD
94612011-03-18 Ulrich Drepper <drepper@gmail.com>
9462
042c49c6 9463 [BZ #12583]
8126d904
UD
9464 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
9465 character representation.
9466 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
9467
ccfe366e
RA
94682011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
9469
9470 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
9471 END(__isnan) to END(__isnanf) to match function entry point/label
9472 EALIGN(__isnanf,...).
9473
c6e13027
JJ
94742011-03-10 Jakub Jelinek <jakub@redhat.com>
9475
9476 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
9477
33f85a3f
UD
94782011-03-10 Ulrich Drepper <drepper@gmail.com>
9479
028478fa
UD
9480 [BZ #12510]
9481 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
9482 copy from the symbol referenced in the relocation to initialize the
9483 used variable.
9484 Patch by Piotr Bury <pbury@goahead.com>.
9485 * elf/Makefile: Add rules to build and tst-unique3.
9486 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
9487 * elf/tst-unique3.cc: New file.
9488 * elf/tst-unique3.h: New file.
9489 * elf/tst-unique3lib.cc: New file.
9490 * elf/tst-unique3lib2.cc: New file.
9491
33f85a3f
UD
9492 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
9493
03592fc7
MF
94942011-03-10 Mike Frysinger <vapier@gentoo.org>
9495
9496 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
9497 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
9498 to _start.
03592fc7 9499
6a5ee102
UD
95002011-03-06 Ulrich Drepper <drepper@gmail.com>
9501
9502 * elf/dl-load.c (_dl_map_object): If we are looking for the first
9503 to-be-loaded object along a path to loader is ld.so.
9504
7e4ba49c
HJ
95052011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
9506 Ulrich Drepper <drepper@gmail.com>
9507
9508 * sysdeps/x86_64/memset.S: After aligning destination, code
9509 branches to different locations depending on the value of
9510 misalignment, when multiarch is enabled. Fix this.
9511
95122011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
9513
9514 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
9515 Set _x86_64_preferred_memory_instruction for AMD processsors.
9516 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
9517 Set bit_Prefer_SSE_for_memop for AMD processors.
9518
13a804de
UD
95192011-03-04 Ulrich Drepper <drepper@gmail.com>
9520
9521 * libio/fmemopen.c (fmemopen): Optimize a bit.
9522
9d25c392
AS
95232011-03-03 Andreas Schwab <schwab@redhat.com>
9524
9525 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
9526
a5543c6a
RM
95272011-03-03 Roland McGrath <roland@redhat.com>
9528
9529 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
9530
012d35f7
DM
95312011-02-28 Aurelien Jarno <aurelien@aurel32.net>
9532
7e4ba49c 9533 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
9534 __bzero_ultra1 instead of __memset_ultra1.
9535
4bff6e01
AS
95362011-02-23 Andreas Schwab <schwab@redhat.com>
9537 Ulrich Drepper <drepper@gmail.com>
9538
9539 [BZ #12509]
9540 * include/link.h (struct link_map): Add l_orig_initfini.
9541 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
9542 returning unsuccessfully.
9543 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
9544 close of a file loaded at startup, restore the original l_initfini
9545 list.
9546 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
9547 list, store the pointer.
9548 * elf/Makefile ($(objpfx)noload-mem): New rule.
9549 (noload-ENV): Define.
9550 (tests): Add $(objpfx)noload-mem.
9551 * elf/noload.c: Include <memcheck.h>.
9552 (main): Call mtrace. Close all opened handles.
9553
f2092faf
AS
95542011-02-17 Andreas Schwab <schwab@redhat.com>
9555
9556 [BZ #12454]
9557 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
9558 dependencies are missing.
9559
6c8a2e88
ST
95602011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
9561
f2092faf 9562 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
9563 Hurd needs munmap.
9564 * sysdeps/mach/hurd/ifreq.h: New file.
9565
84a42118
PB
95662011-01-27 Petr Baudis <pasky@suse.cz>
9567 Ulrich Drepper <drepper@gmail.com>
9568
071f805e 9569 [BZ 12445]#
84a42118
PB
9570 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
9571 to extend_alloca().
9572 * stdio-common/bug23.c: New file.
9573 * stdio-common/Makefile (tests): Add bug23.
9574
e23fe25b
AS
95752010-09-28 Andreas Schwab <schwab@redhat.com>
9576 Ulrich Drepper <drepper@gmail.com>
9577
9578 [BZ #12489]
9579 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
9580 before performing relro protection. At old place add assertion
9581 to make sure nothing changed.
9582
d3f02e10
NS
95832011-02-17 Nathan Sidwell <nathan@codesourcery.com>
9584 Glauber de Oliveira Costa <glommer@gmail.com>
9585
9586 * elf/elf.h: Add new ARM TLS relocs.
9587
d55fd7a5
RA
95882011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
9589
9590 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
9591 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
9592 cast from r3.
9593 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
9594 'tests' variable.
9595 * sysdeps/wordsize-64/tst-writev.c: New file.
9596
2206397e
RA
95972011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
9598
9599 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
9600 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
9601 insns in _dl_start to prevent a TOC reference before relocs are
9602 resolved.
9603
e9433893
UD
96042011-02-15 Ulrich Drepper <drepper@gmail.com>
9605
9606 [BZ #12469]
9607 * Makeconfig: Remove RANLIB definition.
9608 * Makerules: Don't use RANLIB.
9609 * aclocal.m4: Remove ranlib test.
9610 * configure.in: No need to check for ranlib.
9611 * elf/rtld-Rules: Don't use RANLIB.
9612
f75286c6
ST
96132011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
9614
8e31c82d
ST
9615 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
9616 protection macro.
9617 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
9618 inclusion protection macro.
9619
f75286c6
ST
9620 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
9621 SIGRTMIN and SIGRTMAX and print information in that case only when
9622 SIGRTMIN is defined.
9623
c1d0e639
JJ
96242011-02-11 Jakub Jelinek <jakub@redhat.com>
9625
9626 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
9627 arginfo fn returning -1.
9628
9629 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
9630 and thousands string is zero terminated.
9631
edf9294e
AS
96322011-02-03 Andreas Schwab <schwab@redhat.com>
9633
9634 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
9635 sysdeps/unix/sysv/linux/bits/socket.h.
9636
2b7e92df
ST
96372011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
9638
edf9294e
AS
9639 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
9640 (__CPU_COUNT): Remove old macros.
9641 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
9642 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
9643 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
9644 (__sched_cpualloc, __sched_cpufree): Add declarations.
9645
a4c7ea7b
UD
96462011-02-05 Ulrich Drepper <drepper@gmail.com>
9647
9648 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
9649 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
9650 * nscd/aicache.c (addhstaiX): Return timeout of added value.
9651 (readdhstai): Return value of addhstaiX call.
9652 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
9653 (addgrbyX): Return value returned by cache_addgr.
9654 (readdgrbyname): Return value returned by addgrbyX.
9655 (readdgrbygid): Likewise.
9656 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
9657 (addpwbyX): Return value returned by cache_addpw.
9658 (readdpwbyname): Return value returned by addhstbyX.
9659 (readdpwbyuid): Likewise.
9660 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
9661 (addservbyX): Return value returned by cache_addserv.
9662 (readdservbyname): Return value returned by addservbyX:
9663 (readdservbyport): Likewise.
9664 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
9665 (addhstbyX): Return value returned by cache_addhst.
9666 (readdhstbyname): Return value returned by addhstbyX.
9667 (readdhstbyaddr): Likewise.
9668 (readdhstbynamev6): Likewise.
9669 (readdhstbyaddrv6): Likewise.
9670 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
9671 (readdinitgroups): Return value returned by addinitgroupsX.
9672 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
9673 (prune_cache): Keep track of timeout value of re-added entries.
9674 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
9675 * nscd/nscd.h: Adjust prototypes of readd* functions.
9676
a0bf67cc
RM
96772011-02-04 Roland McGrath <roland@redhat.com>
9678
9679 * nis/nis_server.c (nis_servstate): Use the right name for 0.
9680 (nis_stats): Likewise.
9681 * nis/nis_modify.c (nis_modify): Likewise.
9682 * nis/nis_remove.c (nis_remove): Likewise.
9683 * nis/nis_add.c (nis_add): Likewise.
9684
9685 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
9686
9687 * posix/fnmatch_loop.c: Add some consts.
9688
9689 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
9690
435b95eb
L
96912011-02-02 H.J. Lu <hongjiu.lu@intel.com>
9692
9693 [BZ #12460]
9694 * config.make.in (config-cflags-novzeroupper): Define.
9695 * configure.in: Substitute libc_cv_cc_novzeroupper.
9696 * elf/Makefile (AVX-CFLAGS): Define.
9697 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
9698 (CFLAGS-tst-auditmod4a.c): Likewise.
9699 (CFLAGS-tst-auditmod4b.c): Likewise.
9700 (CFLAGS-tst-auditmod6b.c): Likewise.
9701 (CFLAGS-tst-auditmod6c.c): Likewise.
9702 (CFLAGS-tst-auditmod7b.c): Likewise.
9703 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
9704
8517b15e
UD
97052011-02-02 Ulrich Drepper <drepper@gmail.com>
9706
9707 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
9708 function to the callback.
9709 Patch partly by Jiri Olsa <jolsa@redhat.com>.
9710
10a656fe
AS
97112011-02-02 Andreas Schwab <schwab@redhat.com>
9712
9713 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
9714 of errno.
9715
968dad0a
UD
97162011-01-19 Ulrich Drepper <drepper@gmail.com>
9717
9f94d2ea 9718 [BZ #11724]
968dad0a
UD
9719 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
9720 of constructors.
9721 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
9722 of destructors.
9723 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
9724
9725 [BZ #11724]
9726 * elf/Makefile: Add rules to build and run new test.
9727 * elf/tst-initorder.c: New file.
9728 * elf/tst-initorder.exp: New file.
9729 * elf/tst-initordera1.c: New file.
9730 * elf/tst-initordera2.c: New file.
9731 * elf/tst-initordera3.c: New file.
9732 * elf/tst-initordera4.c: New file.
9733 * elf/tst-initorderb1.c: New file.
9734 * elf/tst-initorderb2.c: New file.
9735 * elf/tst-order-a1.c: New file.
9736 * elf/tst-order-a2.c: New file.
9737 * elf/tst-order-a3.c: New file.
9738 * elf/tst-order-a4.c: New file.
9739 * elf/tst-order-b1.c: New file.
9740 * elf/tst-order-b2.c: New file.
9741 * elf/tst-order-main.c: New file.
9742 New test case by George Gensure <werkt0@gmail.com>.
9743
86e92359
UD
97442010-10-01 Andreas Schwab <schwab@redhat.com>
9745
9746 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
9747 decoding ACE if AI_CANONIDN.
9748
5d5732b0
UD
97492011-01-18 Ulrich Drepper <drepper@gmail.com>
9750
9751 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
9752
a77e8cbc
UD
97532011-01-17 Ulrich Drepper <drepper@gmail.com>
9754
6392473f
UD
9755 * version.h (RELEASE): Bump for 2.13 release.
9756 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
9757
620a0529
UD
9758 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
9759
18ba70a5
UD
9760 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
9761 MADV_NOHUGEPAGE.
32465c3e
UD
9762 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
9763 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9764 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
9765 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
9766 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
9767 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
9768
c0dafcf1
UD
9769 * posix/getconf.c: Update copyright year.
9770 * catgets/gencat.c: Likewise.
9771 * csu/version.c: Likewise.
9772 * debug/catchsegv.sh: Likewise.
9773 * debug/xtrace.sh: Likewise.
9774 * elf/ldconfig.c: Likewise.
9775 * elf/ldd.bash.in: Likewise.
9776 * elf/sprof.c (print_version): Likewise.
9777 * iconv/iconv_prog.c: Likewise.
9778 * iconv/iconvconfig.c: Likewise.
9779 * locale/programs/locale.c: Likewise.
9780 * locale/programs/localedef.c: Likewise.
9781 * malloc/memusage.sh: Likewise.
9782 * malloc/mtrace.pl: Likewise.
9783 * nscd/nscd.c (print_version): Likewise.
9784 * nss/getent.c: Likewise.
9785
a77e8cbc
UD
9786 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
9787 PF_CAIF, and PF_ALG.
9788 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
9789
77e8bddf
AS
97902011-01-16 Andreas Schwab <schwab@linux-m68k.org>
9791
1f20b93a
AS
9792 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
9793 (modules-names): Use them.
9794 (ifunc-test-modules, ifunc-pie-tests): Define.
9795 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
9796 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
9797 (test-extras): Likewise.
9798 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
9799 $(compile-command.c).
9800 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
9801 (all-built-dso): Define.
9802 (check-textrel.out, check-execstack.out): Depend on it.
9803
77e8bddf
AS
9804 * configure.in: Don't override --enable-multi-arch.
9805
bc425b33
UD
98062011-01-15 Ulrich Drepper <drepper@gmail.com>
9807
9808 [BZ #6812]
9809 * nscd/hstcache.c (tryagain): Define.
9810 (cache_addhst): Return tryagain not notfound for temporary errors.
9811 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
9812 failed.
9813
794c3ad3
UD
98142011-01-14 Ulrich Drepper <drepper@gmail.com>
9815
70181fdd
UD
9816 [BZ #10563]
9817 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
9818 to make the syscall.
9819 * sysdeps/unix/sysv/linux/setgroups.c: New file.
9820
794c3ad3
UD
9821 [BZ #12378]
9822 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
9823 and fall back to matching as normal character if the string ends before
9824 the matching ']' is found. This is what POSIX requires.
9825 * posix/testfnm.c: Adjust test result.
9826 * posix/globtest.sh: Adjust test result. Add new test.
9827 * posix/tst-fnmatch.input: Likewise.
9828 * posix/tst-fnmatch2.c: Add new test.
9829
68dc9497
AS
98302010-12-28 Andreas Schwab <schwab@linux-m68k.org>
9831
9832 * elf/Makefile (check-execstack): Revert last change. Depend on
9833 check-execstack.h.
9834 (check-execstack.h): New target.
9835 (generated): Add check-execstack.h.
9836 * elf/check-execstack.c: Include "check-execstack.h".
9837 (main): Revert last change.
9838 (handle_file): Return zero if GNU_STACK is absent and
9839 DEFAULT_STACK_PERMS doesn't include PF_X.
9840
451f001b
UD
98412011-01-13 Ulrich Drepper <drepper@gmail.com>
9842
cfa28e56
UD
9843 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
9844 in child fails because the descriptor is already closed.
8cf8ce17
UD
9845 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
9846 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
9847 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 9848
1086d70d
UD
9849 [BZ #12397]
9850 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
9851 syscall.
9852
451f001b
UD
9853 [BZ #10484]
9854 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
9855 temporary buffer used to handle multi lookups locally.
a85b5cb4 9856 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 9857
08769175
UD
98582011-01-12 Ulrich Drepper <drepper@gmail.com>
9859
9860 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
9861 loader is ld.so.
9862
5e49c52e
UD
98632011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
9864
9865 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
9866 alignment for SSE2.
9867
60522a5f
UD
98682011-01-12 Ulrich Drepper <drepper@gmail.com>
9869
9870 [BZ #12394]
9871 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
9872 characters. When rounding increased number of integer digits recompute
9873 number of groups.
9874 * stdio-common/tst-grouping.c: New file.
9875 * stdio-common/Makefile: Add rules to build and run tst-grouping.
9876
f257bbd7
UD
98772011-01-09 Ulrich Drepper <drepper@gmail.com>
9878
9879 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
9880 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
9881
9882 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
9883 void.
9884 * bits/select.h: Likewise.
9885
fa9c15cb
UD
98862011-01-08 Ulrich Drepper <drepper@gmail.com>
9887
9888 * po/ja.po: Update from translation team.
9889
16c2895f
DM
98902011-01-04 David S. Miller <davem@sunset.davemloft.net>
9891
9892 [BZ #11155]
9893 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
9894 implementation just like for lxstat, fxstatat, et al.
9895
2543fef2
JM
98962010-12-27 Jim Meyering <meyering@redhat.com>
9897
9898 [BZ #12348]
9899 * posix/regexec.c (build_trtable): Return failure indication upon
9900 calloc failure. Otherwise, re_search_internal could infloop on OOM.
9901
98727dbe
UD
99022010-12-25 Ulrich Drepper <drepper@gmail.com>
9903
5bd6dc5c
UD
9904 [BZ #12201]
9905 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
9906 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
9907 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
9908 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
9909
97983464
UD
9910 [BZ #12207]
9911 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
9912
98727dbe
UD
9913 [BZ #12204]
9914 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
9915 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
9916
4a531bb0
L
99172010-12-15 H.J. Lu <hongjiu.lu@intel.com>
9918
9919 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
9920 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
9921 script has SORT_BY_INIT_PRIORITY.
9922 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
9923 NO_CTORS_DTORS_SECTIONS is defined.
9924 * elf/soinit.c: Likewise.
9925 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
9926 NO_CTORS_DTORS_SECTIONS is defined.
9927 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9928 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9929 * sysdeps/sh/init-first.c: Likewise.
9930 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9931
07eb4b71
UD
99322010-12-24 Ulrich Drepper <drepper@gmail.com>
9933
9934 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
9935 always use the slow path.
9936
30950a5f
RA
99372010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
9938
9939 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
9940 similar rule which adds the sysdep directories to the header search in
9941 order to pick up the correct platform stackinfo.h.
9942 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
9943 perform test if it is, otherwise return successfully without testing.
9944 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
9945 DEFAULT_STACK_PERMS define in stackinfo.h.
9946 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
9947 defined in stackinfo.h.
9948 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
9949 DEFAULT_STACK_PERMS defined in stackinfo.h.
9950 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
9951 * sysdeps/ia64/stackinfo.h: Likewise.
9952 * sysdeps/s390/stackinfo.h: Likewise.
9953 * sysdeps/sh/stackinfo.h: Likewise.
9954 * sysdeps/sparc/stackinfo.h: Likewise.
9955 * sysdeps/x86_64/stackinfo.h: Likewise.
9956 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
9957 PF_X for powerpc64. Retain PF_X for powerpc32.
9958
db753e2c
UD
99592010-12-19 Ulrich Drepper <drepper@gmail.com>
9960
14b697f7
UD
9961 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
9962 accurately.
db753e2c
UD
9963 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
9964 GETDENTS_64BIT_ALIGNED.
9965
28300719
UD
99662010-12-14 Ulrich Drepper <dreper@gmail.com>
9967
14b697f7 9968 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 9969
4f197237
AS
99702010-12-10 Andreas Schwab <schwab@redhat.com>
9971
dbb0472f
AS
9972 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
9973 _GNU_SOURCE.
9974
4f197237
AS
9975 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
9976 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
9977 Remove __restrict.
9978 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
9979 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
9980
fb88ac72
UD
99812010-12-09 Ulrich Drepper <drepper@gmail.com>
9982
9983 [BZ #11655]
9984 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
9985 are initialized.
9986
42acbb92
JJ
99872010-12-09 Jakub Jelinek <jakub@redhat.com>
9988
9989 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
9990
c038d98d
UD
99912010-12-03 Ulrich Drepper <drepper@gmail.com>
9992
9993 * po/it.po: Update from translation team.
9994
3a4a2499
L
99952010-12-01 H.J. Lu <hongjiu.lu@intel.com>
9996
9997 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
9998 unused codes.
9999
1e24cf6e
UD
100002010-11-30 Ulrich Drepper <drepper@gmail.com>
10001
10002 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
10003
a7690819
AS
100042010-11-24 Andreas Schwab <schwab@redhat.com>
10005
10006 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
10007 specially.
10008 (gaih_getanswer_slice): Likewise.
10009
3bf8d1b1
JJ
100102010-10-20 Jakub Jelinek <jakub@redhat.com>
10011
10012 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
10013
6db52fbb
PB
100142010-05-31 Petr Baudis <pasky@suse.cz>
10015
10016 [BZ #11149]
10017 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
10018 silently even in the chroot mode.
10019
eaca7569
UD
100202010-11-22 Ulrich Drepper <drepper@gmail.com>
10021
10022 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
10023 last patch a bit. Pretty printing
10024
3056dcdb
UD
100252010-05-31 Petr Baudis <pasky@suse.cz>
10026
10027 [BZ #10085]
10028 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
10029 initialization of skip_initgroups_dyn.
10030
cf7c9078
UD
100312010-11-19 Ulrich Drepper <drepper@gmail.com>
10032
10033 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
10034 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
10035
a1fb5e3e
UD
100362010-11-16 Ulrich Drepper <drepper@gmail.com>
10037
10038 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
10039
3540d66b
AS
100402010-11-11 Andreas Schwab <schwab@redhat.com>
10041
10042 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
10043 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
10044 (tst-fnmatch-ENV): Set MALLOC_TRACE.
10045 ($(objpfx)tst-fnmatch-mem): New rule.
10046 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
10047 * posix/tst-fnmatch.c (main): Call mtrace.
10048
13b69574
L
100492010-11-11 H.J. Lu <hongjiu.lu@intel.com>
10050
10051 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10052 Support Intel processor model 6 and model 0x2c.
10053
da93d214
LM
100542010-11-10 Luis Machado <luisgpm@br.ibm.com>
10055
10056 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
10057 signed comparison.
10058
8ca52c6e
L
100592010-11-09 H.J. Lu <hongjiu.lu@intel.com>
10060
10061 [BZ #12205]
10062 * string/test-strncasecmp.c (check_result): New function.
10063 (do_one_test): Use it.
10064 (check1): New function.
10065 (test_main): Use it.
10066 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
10067 Support strcasecmp and strncasecmp.
10068
69da074d
UD
100692010-11-08 Ulrich Drepper <drepper@gmail.com>
10070
10071 [BZ #12194]
10072 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
10073 * sysdeps/x86_64/bits/byteswap.h: Likewise.
10074
ff02d528
L
100752010-11-07 H.J. Lu <hongjiu.lu@intel.com>
10076
10077 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
10078 IFUNC support.
10079 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10080 memset-x86-64.
10081 * sysdeps/x86_64/multiarch/bzero.S: New file.
10082 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
10083 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
10084 * sysdeps/x86_64/multiarch/memset.S: New file.
10085 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
10086 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10087 Set bit_Prefer_SSE_for_memop for Intel processors.
10088 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
10089 Define.
10090 (index_Prefer_SSE_for_memop): Define.
10091 (HAS_PREFER_SSE_FOR_MEMOP): Define.
10092
344d0b54
LM
100932010-11-04 Luis Machado <luisgpm@br.ibm.com>
10094
10095 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
10096 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
10097
c0dde15b
UD
100982010-11-03 H.J. Lu <hongjiu.lu@intel.com>
10099
10100 [BZ #12191]
10101 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
10102 (__x86_64_raw_data_cache_size_half): Likewise.
10103 (__x86_64_raw_shared_cache_size): Likewise.
10104 (__x86_64_raw_shared_cache_size_half): Likewise.
10105
10106 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
10107 (__x86_64_raw_data_cache_size_half): Likewise.
10108 (__x86_64_raw_shared_cache_size): Likewise.
10109 (__x86_64_raw_shared_cache_size_half): Likewise.
10110 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
10111 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
10112 and __x86_64_raw_shared_cache_size_half. Round
10113 __x86_64_data_cache_size_half, __x86_64_data_cache_size
10114 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
10115 to multiple of 256 bytes.
10116
0e516e0e
MS
101172010-11-03 Ulrich Drepper <drepper@gmail.com>
10118
10119 [BZ #12167]
10120 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
10121 of inacessible symlinks. Verify result of symlink before returning it.
10122 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10123 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
10124
0e012e87
ER
101252010-10-28 Erich Ritz <erichritz@gmail.com>
10126
10127 * math/math.h (isinf): Fix typo in comment.
10128
de0ff7bc
UD
101292010-11-01 Ulrich Drepper <drepper@gmail.com>
10130
10131 * po/da.po: Update from translation team.
10132
fa41c84d
UD
101332010-10-26 Ulrich Drepper <drepper@gmail.com>
10134
10135 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
10136 is added to the list.
10137
f0967738
AK
101382010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10139 Ulrich Drepper <drepper@gmail.com>
10140
10141 * elf/dl-object.c (_dl_new_object): Don't append the new object to
10142 the global list here. Move code to...
10143 (_dl_add_to_namespace_list): ...here. New function.
10144 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
10145 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
10146 * elf/dl-load.c (lose): Don't remove the element from the list.
10147 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
10148 (_dl_map_object): Likewise.
10149
101502010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
10151
10152 [BZ #12159]
10153 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
10154 into all bytes of SSE register.
10155 Patch by Richard Li <richardpku@gmail.com>.
10156
f0967738 101572010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
10158
10159 [BZ #12140]
10160 * malloc/malloc.c (_int_free): Fill correct number of bytes when
10161 perturbing.
10162
d0b9e94f
MB
101632010-10-20 Michael B. Brutman <brutman@us.ibm.com>
10164
10165 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
10166 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
10167 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
10168 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
10169 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
10170 submachine.
10171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
10172
8e9f92e9
AS
101732010-10-22 Andreas Schwab <schwab@redhat.com>
10174
10175 * include/dlfcn.h (__RTLD_SECURE): Define.
10176 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
10177 mode & __RTLD_SECURE instead.
10178 (open_path): Rename preloaded parameter to secure.
10179 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
10180 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
10181 * elf/dl-deps.c (openaux): Likewise.
10182 * elf/rtld.c (struct map_args): Remove is_preloaded.
10183 (map_doit): Don't use it.
10184 (dl_main): Likewise.
10185 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
10186 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
10187
bc96fbda
AS
101882010-09-09 Andreas Schwab <schwab@redhat.com>
10189
10190 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
10191 (sysd-rules-targets): Remove duplicates.
10192 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
10193 rtld-%.$o dependency.
10194
22cd1c9b
AS
101952010-10-18 Andreas Schwab <schwab@redhat.com>
10196
10197 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
10198 _dl_map_object do it.
10199
18edac48
UD
102002010-10-19 Ulrich Drepper <drepper@gmail.com>
10201
10202 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
10203 fast fma builtins, define the macros in the C99 standard.
10204 (FP_FAST_FMAF): Likewise.
10205 (FP_FAST_FMAL): Likewise.
10206 * sysdeps/x86_64/bits/mathdef.h: Likewise.
10207
10208 * bits/mathdef.h: Update copyright year.
10209 * sysdeps/powerpc/bits/mathdef.h: Likewise.
10210
d2050124
MM
102112010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
10212
10213 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
10214 builtins, define the macros in the C99 standard.
10215 (FP_FAST_FMAF): Likewise.
10216 (FP_FAST_FMAL): Likewise.
10217 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
10218 multiply/add.
10219 (FP_FAST_FMAF): Likewise.
10220
475facd1
JJ
102212010-10-15 Jakub Jelinek <jakub@redhat.com>
10222
10223 [BZ #3268]
10224 * math/libm-test.inc (fma_test): Some new testcases.
10225 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
10226 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
10227 y and infinite z. Do multiplication by C already in long double.
10228 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
10229 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
10230 y and infinite z. Do bitwise or of inexact bit into u.d.
10231 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
10232 * sysdeps/i386/fpu/s_fmaf.S: Removed.
10233 * sysdeps/i386/fpu/s_fma.S: Removed.
10234 * sysdeps/i386/fpu/s_fmal.S: Removed.
10235
7c08a05c
JJ
102362010-10-16 Jakub Jelinek <jakub@redhat.com>
10237
10238 [BZ #3268]
10239 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
10240 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
10241 computation is not scheduled after fetestexcept. Fix value
10242 of minimum denormal long double.
10243
f3f7372d
JJ
102442010-10-14 Jakub Jelinek <jakub@redhat.com>
10245
10246 [BZ #3268]
10247 * math/libm-test.inc (fma_test): Add some more tests.
10248 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
10249 correctly.
10250
14d43591
AS
102512010-10-15 Andreas Schwab <schwab@redhat.com>
10252
10253 * scripts/data/localplt-s390-linux-gnu.data: New file.
10254 * scripts/data/localplt-s390x-linux-gnu.data: New file.
10255
5e908464
JJ
102562010-10-13 Jakub Jelinek <jakub@redhat.com>
10257
10258 [BZ #3268]
10259 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
10260 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
10261 instead of dbl-64.
10262 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
10263 inlines.
10264 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
10265 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
10266 if one of x and y is very large and the other is subnormal.
10267 * sysdeps/s390/fpu/s_fmaf.c: New file.
10268 * sysdeps/s390/fpu/s_fma.c: New file.
10269 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
10270 * sysdeps/powerpc/fpu/s_fma.S: New file.
10271 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
10272 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
10273 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
10274
102752010-10-12 Jakub Jelinek <jakub@redhat.com>
10276
10277 [BZ #3268]
10278 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
10279 fma tests.
10280 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
10281 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
10282 * sysdeps/i386/i686/multiarch/s_fma.c: Include
10283 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
10284 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
10285 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
10286 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
10287
b833d51f
UD
102882010-10-12 Ulrich Drepper <drepper@redhat.com>
10289
10290 [BZ #12078]
10291 * posix/regcomp.c (parse_branch): One more memory leak plugged.
10292 * posix/bug-regex31.input: Add test case.
10293
1751705d
UD
102942010-10-11 Ulrich Drepper <drepper@gmail.com>
10295
e9b9cbf5
UD
10296 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
10297 * posix/bug-regex31.input: New file.
10298
10299 [BZ #12078]
10300 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
10301 (parse_sub_exp): Fix last change, use postorder.
10302
ef06edbe
UD
10303 * posix/bug-regex31.c: New file.
10304 * posix/Makefile: Add rules to build and run bug-regex31.
10305
a129c80d
UD
10306 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
10307
10308 [BZ #12078]
10309 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
10310
b76b818e
UD
10311 [BZ #12108]
10312 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
10313 to have entries in sys_siglist.
10314
1751705d
UD
10315 [BZ #12093]
10316 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
10317 be NULL.
10318
9ff8d36f
JJ
103192010-10-07 Jakub Jelinek <jakub@redhat.com>
10320
10321 [BZ #3268]
10322 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
10323 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
10324 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
10325 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
10326 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
10327 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
10328 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
10329 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
10330 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
10331 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
10332 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
10333 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
10334 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
10335 * math/ftestexcept.c (fetestexcept): Likewise.
10336 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
10337 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
10338 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
10339 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
10340 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
10341 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
10342 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
10343
af325969
UD
103442010-10-11 Ulrich Drepper <drepper@gmail.com>
10345
c579b202 10346 [BZ #12107]
af325969
UD
10347 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
10348 newline.
10349
67a67b95
UD
103502010-10-06 Ulrich Drepper <drepper@gmail.com>
10351
10352 * string/bug-strstr1.c: New file.
10353 * string/Makefile: Add rules to build and run bug-strstr1.
10354
5fb308bc
EB
103552010-10-05 Eric Blake <eblake@redhat.com>
10356
10357 [BZ #12092]
10358 * string/str-two-way.h (two_way_long_needle): Always clear memory
10359 when skipping input due to the shift table.
10360
45db99c7
UD
103612010-10-03 Ulrich Drepper <drepper@gmail.com>
10362
3b111893
UD
10363 [BZ #12005]
10364 * malloc/mcheck.c: Handle large requests.
10365
45db99c7
UD
10366 [BZ #12077]
10367 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
10368 for strncmp and strncasecmp.
10369 * string/stratcliff.c: Add tests for strcmp and strncmp.
10370 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
10371
cf7a1eb8
NI
103722010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10373
10374 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
10375 __set_fpscr.
10376
6484ba5e
AJ
103772010-09-30 Andreas Jaeger <aj@suse.de>
10378
10379 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
10380 (CGROUP_SUPER_MAGIC): Define.
10381 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10382 Handle btrfs and cgroup file systems.
10383 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
10384 Likewise.
10385
91c42559
LM
103862010-09-27 Luis Machado <luisgpm@br.ibm.com>
10387
10388 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
10389 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
10390
87a97932
AK
103912010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10392
10393 [BZ #12067]
10394 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
10395 trying to locate the ELF header.
10396
c21cc9bc
AS
103972010-09-27 Andreas Schwab <schwab@redhat.com>
10398
10399 [BZ #11611]
10400 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
10401 Mask out sign-bit copies when constructing f_fsid.
10402
315970f6
PB
104032010-09-24 Petr Baudis <pasky@suse.cz>
10404
10405 * debug/stack_chk_fail_local.c: Add missing licence exception.
10406 * debug/warning-nop.c: Likewise.
10407
1ac7a2c7
JM
104082010-09-15 Joseph Myers <joseph@codesourcery.com>
10409
10410 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
10411 implementing getdents64 using getdents syscall, set d_type if
10412 __ASSUME_GETDENTS32_D_TYPE.
10413
56801c50
AS
104142010-09-16 Andreas Schwab <schwab@redhat.com>
10415
10416 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
10417 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
10418
dda51327
UD
104192010-09-21 Ulrich Drepper <drepper@redhat.com>
10420
10421 [BZ #12037]
10422 * posix/unistd.h: Undo change of feature selection for ftruncate from
10423 2010-01-11.
10424
8ffcee4a
UD
104252010-09-20 Ulrich Drepper <drepper@redhat.com>
10426
a545ecd9 10427 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
10428 detection.
10429
e24f0a8b
AS
104302010-09-20 Andreas Schwab <schwab@redhat.com>
10431
10432 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
10433 fanotify_mark.
10434 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
10435
7291c56f
AS
104362010-09-14 Andreas Schwab <schwab@redhat.com>
10437
10438 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
10439 variables after CHECK_SP call.
10440 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
10441
bc5fb037
AS
104422010-09-13 Andreas Schwab <schwab@redhat.com>
10443 Ulrich Drepper <drepper@redhat.com>
10444
10445 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
10446 re-relocationg ld.so.
10447 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
10448 _dl_init_paths call.
10449 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
10450 here anymore.
10451
e66e7419
UD
104522010-09-14 Ulrich Drepper <drepper@redhat.com>
10453
10454 * resolv/res_init.c (__res_vinit): Count the default server we added.
10455
c044aa75
CLT
104562010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
10457 Ulrich Drepper <drepper@redhat.com>
10458
10459 [BZ #11968]
10460 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
10461 (____longjmp_chk): Use %ebx for saving value across system call.
10462 Add unwind info.
10463
32cf4069
AS
104642010-09-06 Andreas Schwab <schwab@redhat.com>
10465
10466 * manual/Makefile: Don't mix pattern rules with normal rules.
10467
817328ee
AS
104682010-09-05 Andreas Schwab <schwab@linux-m68k.org>
10469
10470 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
10471 operation.
10472 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
10473 * libio/iofopncook.c (_IO_cookie_init): Likewise.
10474 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
10475 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
10476 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
10477 Likewise.
10478
29fddf61
UD
104792010-09-04 Ulrich Drepper <drepper@redhat.com>
10480
10481 [BZ #11979]
10482 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
10483 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
10484
0959ffc9
UD
104852010-09-02 Ulrich Drepper <drepper@redhat.com>
10486
10487 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
10488 * sysdeps/x86_64/addmul_1.S: Likewise.
10489 * sysdeps/x86_64/lshift.S: Likewise.
10490 * sysdeps/x86_64/mul_1.S: Likewise.
10491 * sysdeps/x86_64/rshift.S: Likewise.
10492 * sysdeps/x86_64/sub_n.S: Likewise.
10493 * sysdeps/x86_64/submul_1.S: Likewise.
10494
ece29840
ST
104952010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
10496
0959ffc9
UD
10497 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
10498 Define __sched_param instead of SCHED_* and sched_param when
ece29840 10499 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 10500 * bits/sched.h [__need_schedparam]
ece29840 10501 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
10502 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
10503 (__defined_schedparam): Define to 1.
ece29840
ST
10504 (__sched_param): New structure, identical to sched_param.
10505 (__need_schedparam): Undefine.
10506
e53a31fe
MF
105072010-08-31 Mike Frysinger <vapier@gentoo.org>
10508
fdc0c10d
MF
10509 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
10510 (epoll_create1): Declare.
10511
e53a31fe
MF
10512 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
10513
a726d796
AS
105142010-08-31 Andreas Schwab <schwab@redhat.com>
10515
10516 [BZ #7066]
10517 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
10518 shifting retval into place.
10519
2f3e3dc7
UD
105202010-09-01 Ulrich Drepper <drepper@redhat.com>
10521
f2933da9
UD
10522 * nis/rpcsvc/nis.h: Update copyright notice.
10523 * nis/rpcsvc/nis.x: Likewise.
10524 * nis/rpcsvc/nis_callback.h: Likewise.
10525 * nis/rpcsvc/nis_callback.x: Likewise.
10526 * nis/rpcsvc/nis_object.x: Likewise.
10527 * nis/rpcsvc/nis_tags.h: Likewise.
10528 * nis/rpcsvc/yp.h: Likewise.
10529 * nis/rpcsvc/yp.x: Likewise.
10530 * nis/rpcsvc/ypupd.h: Likewise.
10531 * nis/yp_xdr.c: Likewise.
10532 * nis/ypupdate_xdr.c: Likewise.
10533
2f3e3dc7
UD
10534 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
10535 mainly the body of pmap_getport. Add parameters to specify timeouts.
10536 (pmap_getport): Use __libc_rpc_getport.
10537 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
10538 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
10539 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
10540
f3dcc2f9
AS
105412010-08-31 Andreas Schwab <schwab@linux-m68k.org>
10542
10543 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
10544 fanotify_mark.
10545
6d34eb5b
RM
105462010-08-27 Roland McGrath <roland@redhat.com>
10547
10548 * sysdeps/i386/i686/multiarch/Makefile
10549 (CFLAGS-varshift.c): New variable.
10550
9ea3de11
UD
105512010-08-27 Ulrich Drepper <drepper@redhat.com>
10552
c96d23fc
UD
10553 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
10554 * sysdeps/i386/i686/multiarch/varshift.c: New file.
10555
9ea3de11
UD
10556 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
10557
10558 * sysdeps/x86_64/strlen.S: Minimal code improvement.
10559
623aac7f
L
105602010-08-26 H.J. Lu <hongjiu.lu@intel.com>
10561
10562 * sysdeps/x86_64/strlen.S: Unroll the loop.
10563 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10564 strlen-sse2 strlen-sse2-bsf.
10565 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
10566 __strlen_no_bsf if bit_Slow_BSF is set.
10567 (__strlen_sse42): Removed.
10568 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
10569 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
10570
8b2b7715
RM
105712010-08-25 Roland McGrath <roland@redhat.com>
10572
10573 * sysdeps/x86_64/multiarch/varshift.S: File removed.
10574 * sysdeps/x86_64/multiarch/varshift.c: New file.
10575 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
10576 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
10577 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
10578 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
10579
e73015f2
L
105802010-08-25 H.J. Lu <hongjiu.lu@intel.com>
10581
10582 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
10583 strlen-sse2 strlen-sse2-bsf.
10584 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
10585 __strlen_sse2_bsf if bit_Slow_BSF is unset.
10586 (__strlen_sse2): Removed.
10587 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
10588 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
10589 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
10590 bit_Slow_BSF for Atom.
10591 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
10592 (index_Slow_BSF): Define.
10593 (HAS_SLOW_BSF): Define.
10594
df24a73e
UD
105952010-08-25 Ulrich Drepper <drepper@redhat.com>
10596
10597 [BZ #10851]
10598 * resolv/res_init.c (__res_vinit): When no server address at all
10599 is given default to loopback.
10600
f2ac4868
RM
106012010-08-24 Roland McGrath <roland@redhat.com>
10602
09055553
RM
10603 * configure.in: Remove config-name.h generation.
10604 * configure: Regenerated.
10605 * config-name.in: File removed.
10606 * scripts/config-uname.sh: New file.
10607 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
10608 ($(objdir)config-name.h): New target.
10609
f2ac4868
RM
10610 * sunrpc/rpc_parse.h: Avoid nested comment.
10611
73f27d5e
RH
106122010-08-24 Richard Henderson <rth@redhat.com>
10613 Ulrich Drepper <drepper@redhat.com>
10614 H.J. Lu <hongjiu.lu@intel.com>
10615
10616 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
10617 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
10618 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
10619 Replace _mm_srli_si128 with __m128i_shift_right. Replace
10620 _mm_alignr_epi8 with _mm_loadu_si128.
10621 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
10622 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
10623 (__m128i_shift_right): Removed.
10624 * sysdeps/i386/i686/multiarch/varshift.h: New file.
10625 * sysdeps/i386/i686/multiarch/varshift.S: New file.
10626 * sysdeps/x86_64/multiarch/varshift.h: New file.
10627 * sysdeps/x86_64/multiarch/varshift.S: New file.
10628
84b9230c
MF
106292010-08-21 Mike Frysinger <vapier@gentoo.org>
10630
10631 * configure.in: Move assembler checks to before sysdep dir checking.
10632
9bbd0ddc
PB
106332010-08-20 Petr Baudis <pasky@suse.cz>
10634
10635 * LICENSES: Sync the sunrpc license.
10636
9da4bb31
UD
106372010-08-19 Ulrich Drepper <drepper@redhat.com>
10638
a7ab6ec8
UD
10639 * sunrpc/auth_des.c: Update copyright notice once again.
10640 * sunrpc/auth_none.c: Likewise.
10641 * sunrpc/auth_unix.c: Likewise.
10642 * sunrpc/authdes_prot.c: Likewise.
10643 * sunrpc/authuxprot.c: Likewise.
10644 * sunrpc/bindrsvprt.c: Likewise.
10645 * sunrpc/clnt_gen.c: Likewise.
10646 * sunrpc/clnt_perr.c: Likewise.
10647 * sunrpc/clnt_raw.c: Likewise.
10648 * sunrpc/clnt_simp.c: Likewise.
10649 * sunrpc/clnt_tcp.c: Likewise.
10650 * sunrpc/clnt_udp.c: Likewise.
10651 * sunrpc/clnt_unix.c: Likewise.
10652 * sunrpc/des_crypt.c: Likewise.
10653 * sunrpc/des_soft.c: Likewise.
10654 * sunrpc/get_myaddr.c: Likewise.
10655 * sunrpc/getrpcport.c: Likewise.
10656 * sunrpc/key_call.c: Likewise.
10657 * sunrpc/key_prot.c: Likewise.
10658 * sunrpc/openchild.c: Likewise.
10659 * sunrpc/pm_getmaps.c: Likewise.
10660 * sunrpc/pm_getport.c: Likewise.
10661 * sunrpc/pmap_clnt.c: Likewise.
10662 * sunrpc/pmap_prot.c: Likewise.
10663 * sunrpc/pmap_prot2.c: Likewise.
10664 * sunrpc/pmap_rmt.c: Likewise.
10665 * sunrpc/rpc/auth.h: Likewise.
10666 * sunrpc/rpc/auth_unix.h: Likewise.
10667 * sunrpc/rpc/clnt.h: Likewise.
10668 * sunrpc/rpc/des_crypt.h: Likewise.
10669 * sunrpc/rpc/key_prot.h: Likewise.
10670 * sunrpc/rpc/netdb.h: Likewise.
10671 * sunrpc/rpc/pmap_clnt.h: Likewise.
10672 * sunrpc/rpc/pmap_prot.h: Likewise.
10673 * sunrpc/rpc/pmap_rmt.h: Likewise.
10674 * sunrpc/rpc/rpc.h: Likewise.
10675 * sunrpc/rpc/rpc_des.h: Likewise.
10676 * sunrpc/rpc/rpc_msg.h: Likewise.
10677 * sunrpc/rpc/svc.h: Likewise.
10678 * sunrpc/rpc/svc_auth.h: Likewise.
10679 * sunrpc/rpc/types.h: Likewise.
10680 * sunrpc/rpc/xdr.h: Likewise.
10681 * sunrpc/rpc_clntout.c: Likewise.
10682 * sunrpc/rpc_cmsg.c: Likewise.
10683 * sunrpc/rpc_common.c: Likewise.
10684 * sunrpc/rpc_cout.c: Likewise.
10685 * sunrpc/rpc_dtable.c: Likewise.
10686 * sunrpc/rpc_hout.c: Likewise.
10687 * sunrpc/rpc_main.c: Likewise.
10688 * sunrpc/rpc_parse.c: Likewise.
10689 * sunrpc/rpc_parse.h: Likewise.
10690 * sunrpc/rpc_prot.c: Likewise.
10691 * sunrpc/rpc_sample.c: Likewise.
10692 * sunrpc/rpc_scan.c: Likewise.
10693 * sunrpc/rpc_scan.h: Likewise.
10694 * sunrpc/rpc_svcout.c: Likewise.
10695 * sunrpc/rpc_tblout.c: Likewise.
10696 * sunrpc/rpc_util.c: Likewise.
10697 * sunrpc/rpc_util.h: Likewise.
10698 * sunrpc/rpcinfo.c: Likewise.
10699 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
10700 * sunrpc/rpcsvc/key_prot.x: Likewise.
10701 * sunrpc/rpcsvc/klm_prot.x: Likewise.
10702 * sunrpc/rpcsvc/mount.x: Likewise.
10703 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
10704 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
10705 * sunrpc/rpcsvc/rex.x: Likewise.
10706 * sunrpc/rpcsvc/rstat.x: Likewise.
10707 * sunrpc/rpcsvc/rusers.x: Likewise.
10708 * sunrpc/rpcsvc/sm_inter.x: Likewise.
10709 * sunrpc/rpcsvc/spray.x: Likewise.
10710 * sunrpc/rpcsvc/yppasswd.x: Likewise.
10711 * sunrpc/rtime.c: Likewise.
10712 * sunrpc/svc.c: Likewise.
10713 * sunrpc/svc_auth.c: Likewise.
10714 * sunrpc/svc_authux.c: Likewise.
10715 * sunrpc/svc_raw.c: Likewise.
10716 * sunrpc/svc_run.c: Likewise.
10717 * sunrpc/svc_simple.c: Likewise.
10718 * sunrpc/svc_tcp.c: Likewise.
10719 * sunrpc/svc_udp.c: Likewise.
10720 * sunrpc/svc_unix.c: Likewise.
10721 * sunrpc/svcauth_des.c: Likewise.
10722 * sunrpc/xcrypt.c: Likewise.
10723 * sunrpc/xdr.c: Likewise.
10724 * sunrpc/xdr_array.c: Likewise.
10725 * sunrpc/xdr_float.c: Likewise.
10726 * sunrpc/xdr_mem.c: Likewise.
10727 * sunrpc/xdr_rec.c: Likewise.
10728 * sunrpc/xdr_ref.c: Likewise.
10729 * sunrpc/xdr_sizeof.c: Likewise.
10730 * sunrpc/xdr_stdio.c: Likewise.
10731
9da4bb31
UD
10732 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
10733 handling.
10734
bdaa77bc
AS
107352010-08-19 Andreas Schwab <schwab@redhat.com>
10736
10737 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
10738
fe2f79db
LM
107392010-08-19 Luis Machado <luisgpm@br.ibm.com>
10740
10741 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
10742 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
10743 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
10744 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
10745 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
10746 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
10747 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
10748 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
10749 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
10750 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
10751 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
10752 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
10753 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
10754 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
10755
b9b42ee0
AB
107562010-07-26 Anton Blanchard <anton@samba.org>
10757
10758 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
10759 * malloc/arena.c (heap_trim): Likewise.
10760
1c06ba31
UD
107612010-08-16 Ulrich Drepper <drepper@redhat.com>
10762
10763 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
10764 here. Not...
10765 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
10766 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
10767
f8392f40
L
107682010-08-12 H.J. Lu <hongjiu.lu@intel.com>
10769
10770 * sysdeps/i386/elf/Makefile: New file.
10771
3162f12e
AS
107722010-08-14 Andreas Schwab <schwab@linux-m68k.org>
10773
10774 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
10775 from fanotify_init.
10776 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
10777 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
10778
28c90b2c
UD
107792010-08-15 Ulrich Drepper <drepper@redhat.com>
10780
10781 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
10782 of strncasecmp_l.
1feccb6c 10783 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 10784
ca6bb004
UD
107852010-08-14 Ulrich Drepper <drepper@redhat.com>
10786
e9f82e0d
UD
10787 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10788 strncase_l-nonascii.
10789 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
10790 Add strncase_l-ssse3.
10791 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
10792 * sysdeps/x86_64/strcmp.S: Likewise.
10793 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
10794 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
10795 * sysdeps/x86_64/strncase.S: New file.
10796 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
10797 * sysdeps/x86_64/strncase_l.S: New file.
10798 * string/Makefile (strop-tests): Add strncasecmp.
10799 * string/test-strncasecmp.c: New file.
10800
10801 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
10802 warning.
10803
ca6bb004
UD
10804 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
10805 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
10806
052fa7b3
AS
108072010-08-14 Andreas Schwab <schwab@linux-m68k.org>
10808
10809 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
10810
962dba78
UD
108112010-08-12 Ulrich Drepper <drepper@redhat.com>
10812
10813 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
10814 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10815 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10816
bebff237
AM
108172010-05-01 Alan Modra <amodra@gmail.com>
10818
10819 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
10820 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
10821 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
10822 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
10823 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
10824 tidying. Don't tail-call __sigjmp_save for static lib.
10825 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
10826 save location.
10827 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
10828 (CALL_MCOUNT): Add eh info, and nop after bl.
10829 (TAIL_CALL_SYSCALL_ERROR): New macro.
10830 (PSEUDO_RET): Use it.
10831 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
10832 Correct save location of integer regs and cr.
10833 (_dl_profile_resolve): Correct cr save location. Delete nops
10834 after bl when SHARED. Reduce cfi size a little by better
10835 placement of cfi directives.
10836 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
10837 make a stack frame. Instead use parm save area as a temp.
10838 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
10839 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
10840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
10841 Don't make a stack frame for parent, use parm save area.
10842 Increase child stack frame to 112 bytes. Don't save unused reg,
10843 and adjust reg usage. Set up cfi on error recovery and
10844 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
10845 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
10846 (__makecontext): Add dummy nop after jump to exit.
10847 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
10848 Use correct parm save area and cr save, reduce stack frame.
10849 Correct cfi for possible PSEUDO_RET frame setup.
10850 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
10851 Branch to local label emitted by PSEUDO_RET rather than
10852 __syscall_error.
10853
02637374
AS
108542010-08-12 Andreas Schwab <schwab@redhat.com>
10855
10856 [BZ #11904]
10857 * locale/programs/locale.c (print_assignment): New function.
10858 (show_locale_vars): Use it.
10859
c3e2f19b
UD
108602010-08-11 Ulrich Drepper <drepper@redhat.com>
10861
3cdaa6ad
UD
10862 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
10863 field.
10864 (struct statfs64): Likewise.
10865 (_STATFS_F_FLAGS): Define.
10866 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
10867 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10868 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
10869 (ST_VALID): Define locally.
10870 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
10871 __statvfs_getflags, use the provided value.
10872 * sysdeps/unix/sysv/linux/kernel-features.h: Define
10873 __ASSUME_STATFS_F_FLAGS.
10874
754f7da3
UD
10875 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
10876
10b3bedc
UD
10877 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
10878 Add sys/fanotify.h.
10879 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
10880 fanotify_mask for GLIBC_2.13.
10881 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
10882 fanotify_init and fanotify_mark.
10883 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
10884 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
10885
c08fb0d7
UD
10886 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
10887 Add prlimit.
10888 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
10889 prlimit64 for GLIBC_2.13.
10890 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
10891 prlimit64.
10892 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
10893 syscall.
10894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
10895 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
10896 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
10897 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
10898 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
10899 add prlimit alias.
10900 * sysdeps/unix/sysv/linux/prlimit.c: New file.
10901
15bac72b
UD
10902 [BZ #11903]
10903 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
10904 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
10905
c3e2f19b
UD
10906 * nss/Makefile: Add rules to build and run tst-nss-test1.
10907 * shlib-versions: Add entry for libnss_test1.
10908 * nss/nss_test1.c: New file.
10909 * nss/tst-nss-test1.c: New file.
10910
10911 * nss/nsswitch.c (__nss_database_custom): Define new variable.
10912 (__nss_configure_lookup): Set appropriate entry in
10913 __nss_configure_lookup to true.
10914 * nss/nsswitch.h: Define enum with indeces of databases in
10915 databases and __nss_database_custom arrays. Declare
10916 __nss_database_custom.
10917 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
10918 to avoid using nscd when custom rules are installed.
10919 * nss/getXXbyYY_r.c: Likewise.
10920 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
10921
10922 * nss/nss_files/files-parse.c: Whitespace fixes.
10923
f15ce4d8
UD
109242010-08-09 Ulrich Drepper <drepper@redhat.com>
10925
10926 [BZ #11883]
10927 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
10928 * posix/fnmatch_loop.c: Likewise.
10929
d22e4cc9
AK
109302010-07-17 Andi Kleen <ak@linux.intel.com>
10931
10932 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
10933 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
10934 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
10935 * Versions.def [GLIBC_2.13]: Add.
10936
805bc17d
UD
109372010-08-06 Ulrich Drepper <drepper@redhat.com>
10938
10939 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
10940 Also fail if tpwd after pwuid call is NULL.
10941
5a42321d
ST
109422010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
10943
10944 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
10945 when converting to ms.
10946
fd3ebeda
ST
109472010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
10948
10949 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
10950 EOPNOTSUPP errors with ENOTTY.
10951 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
10952 EOPNOTSUPP errors with ENOTTY.
10953
73507d3a
UD
109542010-07-31 Ulrich Drepper <drepper@redhat.com>
10955
10956 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
10957 Add strcasecmp_l-ssse3.
10958 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
10959 strcasecmp.
10960 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
10961 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
10962 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
10963
fe36dd02
UD
109642010-07-30 Ulrich Drepper <drepper@redhat.com>
10965
66f6765a
UD
10966 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
10967
42e08a54
UD
10968 * string/Makefile (strop-tests): Add strcasecmp.
10969 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10970 strcasecmp_l-nonascii.
10971 (gen-as-const-headers): Add locale-defines.sym.
10972 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
10973 * sysdeps/x86_64/strcasecmp.S: New file.
10974 * sysdeps/x86_64/strcasecmp_l.S: New file.
10975 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
10976 * sysdeps/x86_64/locale-defines.sym: New file.
10977 * string/test-strcasecmp.c: New file.
10978
fe36dd02
UD
10979 * string/test-strcasestr.c: Test both ends of the range of characters.
10980 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
10981
48cbc0d6
RM
109822010-07-29 Roland McGrath <roland@redhat.com>
10983
76e6d6bc 10984 [BZ #11856]
48cbc0d6
RM
10985 * manual/locale.texi (Yes-or-No Questions): Fix example code.
10986
880113d9
UD
109872010-07-27 Ulrich Drepper <drepper@redhat.com>
10988
10989 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
10990 for ld.so.
10991
deb9cabb
AS
109922010-07-27 Andreas Schwab <schwab@redhat.com>
10993
10994 * manual/memory.texi (Malloc Tunable Parameters): Document
10995 M_PERTURB.
10996
1c7570ff
RM
109972010-07-26 Roland McGrath <roland@redhat.com>
10998
10999 [BZ #11840]
11000 * configure.in (-fgnu89-inline check): Set and substitute
11001 gnu89_inline, not libc_cv_gnu89_inline.
11002 * configure: Regenerated.
11003 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
11004
24fb0f88
UD
110052010-07-26 Ulrich Drepper <drepper@redhat.com>
11006
11007 * string/test-strnlen.c: New file.
11008 * string/Makefile (strop-tests): Add strnlen.
11009 * string/tester.c (test_strnlen): Add a few more test cases.
11010 * string/tst-strlen.c: Better error reporting.
11011
11012 * sysdeps/x86_64/strnlen.S: New file.
11013
8e96b93a
UD
110142010-07-24 Ulrich Drepper <drepper@redhat.com>
11015
11016 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
11017 lower-latency instructions.
11018
dbc676d4
UD
110192010-07-23 Ulrich Drepper <drepper@redhat.com>
11020
11021 * string/test-strcasestr.c: New file.
11022 * string/test-strstr.c: New file.
11023 * string/Makefile (strop-tests): Add strstr and strcasestr.
11024 * string/str-two-way.h: Don't undefine MAX.
11025 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
11026
f6a31e0e
AS
110272010-07-21 Andreas Schwab <schwab@redhat.com>
11028
11029 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11030 strcasestr-nonascii.
11031 (CFLAGS-strcasestr-nonascii.c): Define.
11032 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
11033 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
11034 Remove unused attribute.
11035
5dbc3b6c
RM
110362010-07-20 Roland McGrath <roland@redhat.com>
11037
11038 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
11039 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
11040 ld.so.cache was broken. With it, there is no way to disable dsocaps
11041 like LD_HWCAP_MASK can disable hwcaps.
11042
23d101d8
EPM
110432010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
11044
11045 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
11046
cc9f2e47
UD
110472010-07-16 Ulrich Drepper <drepper@redhat.com>
11048
11049 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
11050 call in strcasestr.
11051 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
11052 __strcasestr_sse42_nonascii.
11053 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
11054 strcasestr-nonascii.c.
11055 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
11056
77c1b069
LM
110572010-06-15 Luis Machado <luisgpm@br.ibm.com>
11058
11059 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
11060 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
11061 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
11062 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
11063
440566c3
UD
110642010-07-09 Ulrich Drepper <drepper@redhat.com>
11065
11066 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
11067 fcntl.
11068
5be9d05d
AS
110692010-07-06 Andreas Schwab <schwab@redhat.com>
11070
c30b7ee2 11071 [BZ #11577]
5be9d05d
AS
11072 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
11073 dl_signal_cerror.
11074
8a492a67
UD
110752010-07-06 Ulrich Drepper <drepper@redhat.com>
11076
11077 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
11078 _PC_PIPE_BUF using F_GETPIPE_SZ.
11079
713df3d5
RM
110802010-07-05 Roland McGrath <roland@redhat.com>
11081
11082 * manual/arith.texi (Rounding Functions): Fix rint description
11083 implicit in round description.
11084
702e8f14
UD
110852010-07-02 Ulrich Drepper <drepper@redhat.com>
11086
11087 * elf/Makefile: Fix linking for a few tests to make recent linker
11088 happy.
11089
52ed8be9
AS
110902010-06-30 Andreas Schwab <schwab@redhat.com>
11091
11092 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
11093 $(common-objpfx)libc_nonshared.a.
11094
f47c9a11
LM
110952010-06-21 Luis Machado <luisgpm@br.ibm.com>
11096
11097 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
11098 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
11099 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
11100 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
11101 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
11102 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
11103 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
11104 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
11105 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
11106 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
11107 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
11108 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
11109 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
11110 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
11111 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
11112 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
11113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
11114 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
11115 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
11116 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
11117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
11118 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
11119 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
11120 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
11121 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
11122 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
11123 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
11124 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
11125 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
11126 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
11127 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
11128 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
11129 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
11130 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
11131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
11132 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
11133 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
11134 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
11135 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
11136 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
11137 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
11138 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
11139 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
11140 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
11141 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
11142 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
11143 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
11144 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
11145
6fb8cbcb
L
111462010-06-25 H.J. Lu <hongjiu.lu@intel.com>
11147
11148 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
11149 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
11150 * string/memmove.c (memmove): Renamed to ...
11151 (MEMMOVE): ...this. Default to memmove.
11152 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
11153 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
11154 (END_CHK): Define.
11155 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
11156 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
11157 mempcpy-ssse3-back memmove-ssse3-back.
11158 * sysdeps/x86_64/multiarch/bcopy.S: New file .
11159 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
11160 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
11161 * sysdeps/x86_64/multiarch/memcpy.S: New file.
11162 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
11163 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
11164 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
11165 * sysdeps/x86_64/multiarch/memmove.c: New file.
11166 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
11167 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
11168 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
11169 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
11170 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
11171 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
11172 Define.
11173 (index_Fast_Copy_Backward): Define.
11174 (HAS_ARCH_FEATURE): Define.
11175 (HAS_FAST_REP_STRING): Define.
11176 (HAS_FAST_COPY_BACKWARD): Define.
11177
4e733bac 111782010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
11179
11180 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
11181 Restore proper fallback handling.
11182
63c4ed22
UD
111832010-06-19 Ulrich Drepper <drepper@redhat.com>
11184
ac2b484c
UD
11185 [BZ #11701]
11186 * posix/group_member.c (__group_member): Correct checking loop.
11187
63c4ed22
UD
11188 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
11189 OOM in getpwuid_r correctly. Return error number when the caller
11190 should return, otherwise -1.
11191 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
11192 call returning > 0 value.
11193 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
11194
765ade4b
AS
111952010-06-07 Andreas Schwab <schwab@redhat.com>
11196
11197 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
11198 libc_nonshared.a from targets in modules-names.
11199
80da2e09
KS
112002010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
11201
11202 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
11203 requires it.
11204
158db122
LM
112052010-06-10 Luis Machado <luisgpm@br.ibm.com>
11206
11207 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
11208 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
11209 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
11210 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
11211
caa78cf8
AS
112122010-06-02 Andreas Schwab <schwab@redhat.com>
11213
11214 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
11215
b2ef2c01
UD
112162010-06-14 Ulrich Drepper <drepper@redhat.com>
11217
11218 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
11219 and F_GETPIPE_SZ.
11220 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
11221 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
11222 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11223 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
11224 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
11225 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
11226
fbd643b6
RM
112272010-06-14 Roland McGrath <roland@redhat.com>
11228
11229 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
11230
f32f2869
JJ
112312010-06-07 Jakub Jelinek <jakub@redhat.com>
11232
11233 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
11234 __REDIRECT followed by __THROW.
11235 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
11236 * posix/getopt.h (getopt): Likewise.
11237
2a50c078
EPM
112382010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
11239
11240 * hurd/lookup-at.c (__file_name_lookup_at): Accept
11241 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
11242 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
11243 in AT_FLAGS.
11244 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
11245 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
11246
eb5ad2eb
LM
112472010-05-28 Luis Machado <luisgpm@br.ibm.com>
11248
11249 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
11250
3c88fe1e
L
112512010-05-26 H.J. Lu <hongjiu.lu@intel.com>
11252
11253 [BZ #11640]
11254 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11255 Properly check family and model.
11256
d2f73151
TY
112572010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
11258
11259 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
11260
ebd2e13d
LM
112612010-05-24 Luis Machado <luisgpm@br.ibm.com>
11262
11263 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
11264
b32b8b45
UD
112652010-05-21 Ulrich Drepper <drepper@redhat.com>
11266
11267 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
11268 symbol reference.
11269
9acbe24d
AS
112702010-05-19 Andreas Schwab <schwab@redhat.com>
11271
11272 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
11273 symbol reference.
11274
f0ccf6ea
AS
112752010-05-21 Andreas Schwab <schwab@redhat.com>
11276
3d04ff3a
AS
11277 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
11278 and internal_recvmmsg.
11279 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
11280 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
11281 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
11282 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
11283
f0ccf6ea
AS
11284 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
11285 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
11286 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
11287
5b08ac57
AS
112882010-05-20 Andreas Schwab <schwab@redhat.com>
11289
11290 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
11291
4828935d
LM
112922010-05-17 Luis Machado <luisgpm@br.ibm.com>
11293
11294 POWER7 optimizations.
11295 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
11296 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
11297
373d545e
UD
112982010-05-19 Ulrich Drepper <drepper@redhat.com>
11299
11300 * version.h: Update for 2.13 development version.
11301
21a2b1ae
AS
113022010-05-12 Andrew Stubbs <ams@codesourcery.com>
11303
11304 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
11305 exceptions. Return 0.
11306
3f7dcb2b
RM
113072010-05-07 Roland McGrath <roland@redhat.com>
11308
11309 * elf/ldconfig.c (main): Add a const.
11310
5f24d53a 113112010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 11312
a160f8d8
UD
11313 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
11314 (args_options): Add no-idn option.
11315 (ahosts_keys_int): Add idn_flags to ai_flags.
11316 (parse_option): Handle 'i' option to clear idn_flags.
11317
5f24d53a
UD
11318 * malloc/malloc.c (_int_free): Possible race in the most recently
11319 added check. Only act on the data if no current modification
11320 happened.
265bb1ce
UD
11321
11322See ChangeLog.17 for earlier changes.