]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
iconvdata/run-iconv-test.sh: Actually test iconv modules
[thirdparty/glibc.git] / ChangeLog
CommitLineData
7d81e8d6
FW
12014-12-23 Florian Weimer <fweimer@redhat.com>
2
3 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4
90aa3d09
JM
52014-12-22 Joseph Myers <joseph@codesourcery.com>
6
7 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
8 not define.
9 * sysdeps/unix/sysv/linux/utimes.c: Do not include
10 <kernel-features.h>.
11 (__utimes) [__NR_utimes]: Make code unconditional.
12 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
13 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14 (__ASSUME_UTIMES): Do not undefine.
15 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16 (__ASSUME_UTIMES): Likewise.
17 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
18 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
19 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
20 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
21
4c0c0e2a
SE
222014-12-22 Steve Ellcey <sellcey@imgtec.com>
23
24 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
25
0dacd7a3
CM
262014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
27
b638f96a
CM
28 [BZ #17747]
29 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
30 alias to weak alias for j0l, y0l.
31 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
32 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
33
0dacd7a3
CM
34 [BZ #17746]
35 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
36 conversion.
37
528479c4
SE
382014-12-22 Steve Ellcey <sellcey@imgtec.com>
39
40 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
41 to zero if not already defined.
42
f56f9124
JM
432014-12-22 Joseph Myers <joseph@codesourcery.com>
44
45 [BZ #17724]
46 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
47 (__kernel_standard_f): Remove. Moved to k_standardf.c.
48 (__kernel_standard_l): Remove. Moved to k_standardl.c with
49 (char *) casts added.
50 * sysdeps/ieee754/k_standardf.c: New file.
51 * sysdeps/ieee754/k_standardl.c: Likewise.
52 * math/Makefile (libm-support): Remove k_standard.
53 (libm-calls): Add k_standard.
54
8622d556
WD
552014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
56
57 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
58 Optimize to avoid an unnecessary FPCR read.
59
f3806bdb
WD
602014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
61
62 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
63 Optimize to reduce FPCR/FPSR accesses.
64
9b47df58
WD
652014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
66
67 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
68 Call libc_fetestexcept_aarch64.
69
97be3cac
WD
702014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
71
72 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
73 Call libc_fesetround_aarch64.
74
935ab817
JM
752014-12-22 Joseph Myers <joseph@codesourcery.com>
76
77 [BZ #17733]
78 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
79 (__bind): Do not define as weak alias.
80 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
81 define.
82 (__getsockname): Do not define as weak alias.
83
cc8623f1
WN
842014-12-22 Will Newton <will.newton@linaro.org>
85
86 * manual/install.texi: Document that we require bison 2.7
87 or above.
88 * INSTALL: Regenerate.
89 * configure.ac: Use AC_CHECK_PROG_VER instead of
90 AC_PATH_PROG when checking for bison and check for
91 version 2.7 or above.
92 * configure: Regenerate.
93
a19ca65a
CM
942014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
95
92901170 96 [BZ #17745]
e969965a
CM
97 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
98 * sysdeps/tile/ffsll.c (ffsll): To here.
99
a19ca65a
CM
100 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
101
050f7298
L
1022014-12-21 H.J. Lu <hongjiu.lu@intel.com>
103
104 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
105 if not defined.
106 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
107 definition.
108 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
109 hidden ___tls_get_addr.
110 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
111 hidden __tls_get_addr.
112 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
113 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
114 Likewise.
115
6df5547e
AS
1162014-12-21 Andreas Schwab <schwab@linux-m68k.org>
117
118 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
119 _dl_init call.
120
7432d613
L
1212014-12-21 H.J. Lu <hongjiu.lu@intel.com>
122
123 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
124 from "call _dl_init@PLT".
125 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 126
98fe149e
AK
1272014-12-21 Anders Kaseorg <andersk@mit.edu>
128
129 * manual/search.texi: (Array Sort Function): Clarify stable sorting
130 guarantees.
131
d12455f5
CM
1322014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
133
134 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
135
95dee05f
CM
1362014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
137
92901170 138 [BZ #17744]
95dee05f
CM
139 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
140 strnlen.
141
2ef4b74a
SE
1422014-12-19 Steve Ellcey <sellcey@imgtec.com>
143
144 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
145 of multu on MIPSr6.
146 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
147 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
148 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
149 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
150 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
151
1522014-12-19 Steve Ellcey <sellcey@imgtec.com>
153
154 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
155 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
156 (PTR_SUBU): Use subu for mips32r6/mips64r6.
157 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 158 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
159 mips32r6/mips64r6.
160 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
161
3eb38795
OB
1622014-12-19 Ondřej Bílka <neleai@seznam.cz>
163
164 * string/strncat.c (STRNCAT): Simplify implementation.
165
6d4188dd
DM
1662014-12-19 David S. Miller <davem@davemloft.net>
167
0d4ba8be
DM
168 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
169 access the quad as both a long double and as a series of 4 words.
170
6d4188dd
DM
171 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
172 link_map->l_info array access.
173
4ef91cdc
CM
1742014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
175
804c54f7
CM
176 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
177
4ef91cdc
CM
178 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
179 * math/atest-exp2.c (TIMEOUT): Likewise.
180 * math/atest-sincos.c (TIMEOUT): Likewise.
181
afd176d6
L
1822014-12-19 H.J. Lu <hongjiu.lu@intel.com>
183
184 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
185 -Wno-error with -fno-builtin-lround.
186
a4a43a90
TR
1872014-12-19 Torvald Riegel <triegel@redhat.com>
188
189 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
190 Contains futex constants and functions moved over from ...
191 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
192 <lowlevellock-futex.h>.
193 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
194 (lll_timedwait_tid): Add comments and parentheses around macro
195 arguments.
196
76f71081
TR
1972014-12-19 Torvald Riegel <triegel@redhat.com>
198
199 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
200 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
201 (__lll_private_flag): Remove.
202 (lll_futex_wait): Likewise.
203 (lll_futex_timed_wait): Likewise.
204 (lll_futex_wake): Likewise.
205 (lll_futex_requeue): Likewise.
206 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
207 (__lll_timedwait_tid): Spell out argument names.
208 (lll_timedwait_tid): Add comments and parentheses around macro
209 arguments.
210 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
211 LLL_SHARED and LLL_PRIVATE usable from assembly code.
212
6b814909
TR
2132014-12-19 Torvald Riegel <triegel@redhat.com>
214
215 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
216 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
217 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
218 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
219 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
220 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
221 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
222 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
223 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
224 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
225 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
226 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
227 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
228 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
229 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
230 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
231 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
232 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
233 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
234
9cd4d4ab
L
2352014-12-19 H.J. Lu <hongjiu.lu@intel.com>
236
237 * sysdeps/x86_64/x32/Makefile: New file.
238
c9c1a2d0
L
2392014-12-19 H.J. Lu <hongjiu.lu@intel.com>
240
241 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
242 1L with (mp_limb_t) 1.
243
af102d95
RM
2442014-12-17 Roland McGrath <roland@hack.frob.com>
245
dd690454
RM
246 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
247 * nptl/libc_pthread_init.c: ... here.
248 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
249 * nptl/register-atfork.c: ... here.
250
74eb826c
RM
251 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
252 Use pthread_sigmask rather than INTERNAL_SYSCALL.
253 Use assert_perror to check its return value.
254 (__gai_create_helper_thread): Likewise.
255
c9ce306b
RM
256 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
257
af102d95
RM
258 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
259
8ac5a76a
JM
2602014-12-17 Joseph Myers <joseph@codesourcery.com>
261
ea41469b
JM
262 [BZ #17725]
263 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
264 __profil_counter.
265 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
266 Likewise.
267 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
268 Likewise.
269 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
270 Likewise.
271 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
272 (profil_counter): Likewise.
273 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
274 (profil_counter): Likewise.
275 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
276 Likewise.
277 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
278 Likewise.
279 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
280 (profil_counter): Likewise.
281 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
282 Likewise.
283 [!__profil_counter] (profil_counter): Define as weak alias of
284 __profil_counter.
285 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
286 (profil_counter): Rename to __profil_counter.
287 [!__profil_counter] (profil_counter): Define as weak alias of
288 __profil_counter.
289 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
290 (profil_counter): Rename to __profil_counter.
291 [!__profil_counter] (profil_counter): Define as weak alias of
292 __profil_counter.
293 * sysdeps/posix/profil.c: Update comment referring to
294 profil_counter.
295 (__profil): Use __profil_counter instead of profil_counter.
296 * sysdeps/posix/sprofil.c (profil_counter): Rename to
297 __profil_counter. Use __profil_counter_ushort and
298 __profil_counter_uint in definitions.
299 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
300 instead of profil_counter_uint and profil_counter_ushort.
301
8ac5a76a
JM
302 [BZ #17722]
303 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
304 define as weak alias of __inet_makeaddr.
305 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
306 as weak alias of __inet_addr.
307 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
308 as weak alias of __inet_pton. Use libc_hidden_weak.
309 * include/arpa/inet.h (__inet_pton): Declare. Use
310 libc_hidden_proto.
311 (inet_makeaddr): Don't use libc_hidden_proto.
312 (__inet_makeaddr): Declare. Use libc_hidden_proto.
313 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
314 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
315 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
316 Remove variable.
317 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
318 (test-xfail-POSIX/time.h/linknamespace): Likewise.
319
66ce3cb1
SE
3202014-12-17 Steve Ellcey <sellcey@imgtec.com>
321
322 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
323
d22ce01b
SL
3242014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
325
326 * stdio-common/bug-vfprintf-nargs.c (do_test):
327 Cast value to intptr_t to avoid format warning
328 for usage with PRIdPTR printing macro.
329
eca2772b
SL
3302014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
331
332 * libio/tst-widetext.c (do_test):
333 Use format type %td instead of %Zd for ptrdiff_t
334 in order to avoid format warning.
335
bdf079da
AS
3362014-12-17 Andreas Schwab <schwab@suse.de>
337
338 * nscd/mem.c (gc): Add size_t cast to match printf format.
339
3eb5d2fc
RM
3402014-12-16 Roland McGrath <roland@hack.frob.com>
341
342 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
343 (init): Apply PTR_MANGLE to pointers before storing them.
344 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
345 before using them.
346
d003ada2
JM
3472014-12-16 Joseph Myers <joseph@codesourcery.com>
348
380292ba
JM
349 [BZ #17719]
350 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
351 define as weak alias of __memrchr.
352 (__memrchr): Do not define as strong alias of memrchr.
353 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
354 Remove variable.
355 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
356 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
357 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
358
9a44d530
JM
359 [BZ #17717]
360 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
361 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
362 (if_indextoname): Rename to __if_indextoname and define as weak
363 alias of __if_indextoname. Use libc_hidden_weak.
364 (if_freenameindex): Rename to __if_freenameindex and define as
365 weak alias of __if_freenameindex.
366 (if_nameindex): Rename to __if_nameindex and define as weak alias
367 of __if_nameindex.
368 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
369 __if_nametoindex and define as weak alias of __if_nametoindex.
370 Use libc_hidden_weak.
371 (if_freenameindex): Rename to __if_freenameindex and define as
372 weak alias of __if_freenameindex.
373 (if_nameindex): Rename to __if_nameindex and define as weak alias
374 of __if_nameindex.
375 (if_indextoname): Rename to __if_indextoname and define as weak
376 alias of __if_indextoname. Use libc_hidden_weak.
377 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
378 __if_nametoindex and define as weak alias of __if_nametoindex.
379 Use libc_hidden_weak.
380 (if_freenameindex): Rename to __if_freenameindex and define as
381 weak alias of __if_freenameindex. Use libc_hidden_weak.
382 (if_nameindex_netlink): Use __if_freenameindex instead of
383 if_freenameindex.
384 (if_nameindex): Rename to __if_nameindex and define as weak alias
385 of __if_nameindex. Use libc_hidden_weak.
386 (if_indextoname): Rename to __if_indextoname and define as weak
387 alias of __if_indextoname. Use libc_hidden_weak.
388 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
389 libc_hidden_proto.
390 [!_ISOMAC] (__if_freenameindex): Likewise.
391 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
392 if_nametoindex.
393 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
394 variable.
395 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
396 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
397 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
398 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
399 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
400 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
401 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
402
d003ada2
JM
403 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
404 Remove variable.
405 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
406 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
407
a0d424ef
SP
4082014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
409
0cd85520
SP
410 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
411 subscript above bounds'
412
a0d424ef
SP
413 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
414 bounds.
415
0e426475
AS
4162014-12-16 Arjun Shankar <arjun.is@lostca.se>
417
8b460906
AS
418 * libio/tst-fopenloc.c: Use test-skeleton.c.
419
fa13e15b
AS
420 * stdlib/tst-bsearch.c: Use test-skeleton.c.
421 (entry): Rename to ITEM.
422 (do_test, comp): Adjust.
423
0e426475
AS
424 * stdio-common/tst-fseek.c: Use test-skeleton.c.
425
4f646bce
TR
4262014-12-16 Torvald Riegel <triegel@redhat.com>
427
428 * string/tester.c: Include <libc-internal.h>.
429 (test_memset): Ignore -Wmemset-transposed-args.
430
a07c4427
TR
4312014-12-16 Torvald Riegel <triegel@redhat.com>
432
433 * misc/tst-mntent2.c (do_test): Fix warning.
434
1469f466
TR
4352014-12-16 Torvald Riegel <triegel@redhat.com>
436
437 * elf/tst-unique4lib.cc(a): Mark as used.
438
11e3417a
FW
4392014-12-16 Florian Weimer <fweimer@redhat.com>
440
441 [BZ #17630]
442 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
443 names.
444
ae61fc7b
AM
4452014-12-16 Allan McRae <allan@archlinux.org>
446
447 * stdio-common/Makefile (tests): Re-add bug26.
448
363a9899
OB
4492014-12-15 Ondřej Bílka <neleai@seznam.cz>
450
451 [BZ #17657]
452 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
453 static array.
454
d52c62df
TR
4552014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
456
457 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
458 (__lll_lock_wait): Likewise.
459 (__lll_timedlock_wait): Likewise.
460 (__lll_timedwait_tid): Likewise.
461 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
462 (__lll_robust_timedlock_wait): Likewise.
463 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
464 (lll_cond_trylock): Likewise.
465 (__lll_lock): Likewise.
466 (__lll_robust_lock): Likewise.
467 (__lll_cond_lock): Likewise.
468 (lll_robust_cond_lock): Likewise.
469 (__lll_timedlock): Likewise.
470 (__lll_robust_timedlock): Likewise.
471 (__lll_unlock): Likewise.
472 (__lll_robust_unlock): Likewise.
473 (lll_wait_tid): Likewise.
474 (lll_timedwait_tid): Likewise.
475
045a6bcd
TR
4762014-12-15 Torvald Riegel <triegel@redhat.com>
477
478 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
479
7f786dc1
TR
4802014-12-15 Torvald Riegel <triegel@redhat.com>
481
482 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
483
e7e21cba
AZ
4842014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
485
486 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
487 * stdio-common/tst-sprintf.c: Likewise.
488
bc89c0fc
TR
4892014-12-15 Torvald Riegel <triegel@redhat.com>
490
491 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
492
a5357b7c
JL
4932014-12-15 Jeff Law <law@redhat.com>
494
495 [BZ #16617]
496 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
497 on the heap. (CVE-2012-3406)
498 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
499 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
500 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
501
3a12c70f
WN
5022014-12-15 Will Newton <will.newton@linaro.org>
503
504 * manual/install.texi: Bump required version of texinfo
505 to 4.7 from 4.5.
506 * INSTALL: Regenerated.
507 * configure.ac: Check for makeinfo version 4.7 and above.
508 * configure: Regenerated.
509
e4f639e4
RM
5102014-12-12 Roland McGrath <roland@hack.frob.com>
511
512 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
513 PREFIX, string constant to insert between directory and name.
514 * sysdeps/posix/shm_open.c: Update caller.
515 * sysdeps/posix/shm_unlink.c: Likewise.
516 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
517 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
518 (SEM_SHM_PREFIX): New macro.
519 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
520 [$(have-thread-library) = no].
521 * nptl/Makefile (libpthread-routines): Add shm-directory.
522 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
523 * sysdeps/nptl/shm-directory.h: New file.
524 * sysdeps/posix/shm-directory.c
525 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
526 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
527 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
528 INTERNAL_SYSCALL.
529 (__where_is_shmfs): Function removed.
530 (mountpoint, defaultmount, defaultdir, __namedsem_once):
531 Variables removed.
532 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
533 Use SHM_GET_NAME.
534 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
535
536 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
537 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
538 unconditional for use inside libpthread.
539 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
540
439c43f6
RM
5412014-12-12 Roland McGrath <roland@hack.frob.com>
542
c76d1ff5
RM
543 * nptl/pthread_getaffinity.c: New file.
544 * nptl/pthread_setaffinity.c: New file.
545 * nptl/pthread_getname.c: New file.
546 * nptl/pthread_setname.c: New file.
547
439c43f6
RM
548 * nptl/pthread_create.c (START_THREAD_DEFN)
549 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
550
48e435cd
SL
5512014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
552 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
553
554 * resolv/res_send.c (send_vc): Disable warning resplen may
555 be used uninitialized.
556
9d9c0019
SL
5572014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
558
559 * nptl/tst-mutex6.c
560 (ATTR_NULL): New define checks ATTR against NULL.
561 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
562 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
563
9173840b
JL
5642014-12-11 James Lemke <jwlemke@codesourcery.com>
565
566 [BZ #17581]
567 * malloc/hooks.c
568 (mem2mem_check): Revert my previous change.
569 (malloc_check_get_size): Revert my previous change.
570 (mem2chunk_check): Revert my previous change.
571
78e21c5d
RM
5722014-12-11 Roland McGrath <roland@hack.frob.com>
573
574 * sysdeps/posix/shm-directory.c: New file.
575 * sysdeps/posix/shm-directory.h: New file.
576 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
577 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
578 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
579 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
580 Transmute EPERM to EACCES.
581 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
582 from ...
583 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
584 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
585
f82c43af
KK
5862014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
587
588 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
589 pointer and cast to uintptr_t.
590 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
591 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
592 Add cast to avoid warning.
593 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
594
fc00cf7b
JM
5952014-12-11 Joseph Myers <joseph@codesourcery.com>
596
597 * nptl/semaphore.h: Move to ...
598 * sysdeps/pthread/semaphore.h: ... here.
599 * Makefile (installed-headers): Change nptl/semaphore.h to
600 sysdeps/pthread/semaphore.h.
601
1c4053db
RM
6022014-12-11 Roland McGrath <roland@hack.frob.com>
603
73b0c1a1
RM
604 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
605 generated error format strings.
606
1c4053db
RM
607 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
608 -Wformat-extra-args warnings for scanf formats.
609 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
610 test of zero-length format (duh).
611 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
612 corner-case scanf format test.
613 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
614 generated fprintf format string.
615 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
616 corner-case sprintf format tests.
617 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
618 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
619 -Wformat-extra-args warnings throughout.
620 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
621 (CFLAGS-scanf4.c): Likewise.
622 (CFLAGS-scanf7.c): Likewise.
623 (CFLAGS-tst-sprintf.c): Likewise.
624 (CFLAGS-tst-printf.c): Likewise.
625 (CFLAGS-tst-printfsz.c): Likewise.
626
47d51f4f
JM
6272014-12-11 Joseph Myers <joseph@codesourcery.com>
628
a1edbf3c
JM
629 * include/cpio.h: New file.
630 * include/fmtmsg.h: Likewise.
631
47d51f4f
JM
632 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
633 corresponding format argument to size_t.
634 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
635 arguments.
636 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
637 corresponding format argument to size_t.
638 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
639 arguments.
640 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
641 corresponding format argument to size_t.
642 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
643 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
644 (CFLAGS-tst-mbswcs2.c): Likewise.
645 (CFLAGS-tst-mbswcs3.c): Likewise.
646 (CFLAGS-tst-mbswcs4.c): Likewise.
647 (CFLAGS-tst-mbswcs5.c): Likewise.
648 (CFLAGS-tst-trans.c): Likewise
649
e9813cfb
RM
6502014-12-11 Roland McGrath <roland@hack.frob.com>
651
652 * posix/regexbug1.c (main): Use "%s" format with regerror results,
653 rather than assuming they won't contain any '%'s.
654
f627ca82
CM
6552014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
656
657 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
658 inhibit_loop_to_libcall to avoid recursive calls.
659 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
660 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
661
7f296942
AZ
6622014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
663
664 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
665 prototype.
666
d0276e18
SE
6672014-12-11 Steve Ellcey <sellcey@imgtec.com>
668
669 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
670 integer value instead of boolean.
671
fc56e970
SE
6722014-12-11 Steve Ellcey <sellcey@imgtec.com>
673
674 * malloc/malloc.c: Fix powerof2 check.
675
40e53917
SL
6762014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
677
678 * locale/programs/locfile.h (maybe_swap_uint32):
679 Remove inline and add unused attribute.
680
1ea166df
SL
6812014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
682
9d9c0019 683 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
684 Truncating assembler expression to a .long expression.
685
acf869f4
AS
6862014-12-11 Andreas Schwab <schwab@suse.de>
687
688 * elf/rtld.c (struct map_args): Constify str member.
689 (do_preload): Constify fname argument.
690
9d969099
AZ
6912014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
692
693 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
694 constants definition.
695
da5bcaa4
AS
6962014-12-11 Andreas Schwab <schwab@suse.de>
697
b0a3c164
AS
698 [BZ #16657]
699 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
700 FORCE_ELISION instead of DO_ELISION.
701 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
702 Remove.
703 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
704 Likewise.
705
da5bcaa4
AS
706 * iconvdata/gconv-modules: Remove duplicate entry.
707
6d248857
WN
7082014-12-11 Will Newton <will.newton@linaro.org>
709
710 Merge gettext 0.19.3 into intl/.
711
712 This involves a number of cosmetic changes to comments
713 and ANSI function definitions and prototypes throughout
714 all the files. The gettext copyright header is used but
715 with the date ranges taken from the glibc copy.
716
717 * NEWS: Add gettext merge to 2.21.
718 * intl/bindtextdom.c: Switch to gettext copyright.
719 Use ANSI definitions and prototypes.
720 Use gl_* locking primitives rather than __libc_* ones.
721 Use __builtin_expect rather than __glibc_likely/unlikely.
722 * intl/dcgettext.c: Switch to gettext copyright.
723 Use ANSI definitions and prototypes.
724 * intl/dcigettext.c: Switch to gettext copyright.
725 Use ANSI definitions and prototypes.
726 (INTDIV0_RAISES_SIGFPE): New define.
727 Use gl_* locking primitives rather than __libc_* ones.
728 Include eval-plural.h instead of plural-eval.c.
729 Use __builtin_expect rather than __glibc_likely/unlikely.
730 * intl/dcngettext.c: Switch to gettext copyright.
731 Use ANSI definitions and prototypes.
732 * intl/dgettext.c: Likewise.
733 * intl/dngettext.c: Likewise.
734 * intl/plural-eval.c: Renamed to...
735 * intl/eval-plural.h: ...this.
736 * intl/explodename.c: Switch to gettext copyright.
737 Use ANSI definitions and prototypes.
738 (_nl_explode_name): Use strchr instead of __rawmemchr.
739 * intl/finddomain.c: Switch to gettext copyright.
740 Use ANSI definitions and prototypes.
741 Use gl_* locking primitives rather than __libc_* ones.
742 (_nl_find_domain): Use malloc rather than alloca for
743 allocation of temporary locale name.
744 * intl/gettext.c: Switch to gettext copyright.
745 Use ANSI definitions and prototypes.
746 * intl/gettextP.h: Switch to gettext copyright.
747 Use ANSI definitions and prototypes.
748 Use gl_* locking primitives rather than __libc_* ones.
749 * intl/gmo.h: Switch to gettext copyright.
750 (struct sysdep_string): Move struct segment_pair outside of
751 struct definition.
752 * intl/hash-string.c: Use ANSI definitions and prototypes.
753 * intl/hash-string.h: Switch to gettext copyright.
754 Use ANSI definitions and prototypes.
755 * intl/l10nflist.c: Switch to gettext copyright.
756 Use ANSI definitions and prototypes.
757 (_nl_normalize_codeset): Avoid integer overflow.
758 * intl/loadinfo.h: Switch to gettext copyright.
759 Use ANSI definitions and prototypes.
760 (LIBINTL_DLL_EXPORTED): New define.
761 (PATH_SEPARATOR): New define.
762 * intl/loadmsgcat.c: Switch to gettext copyright.
763 * intl/localealias.c: Switch to gettext copyright.
764 Use ANSI definitions and prototypes.
765 (_nl_expand_alias): Use PATH_SEPARATOR.
766 * intl/ngettext.c: Switch to gettext copyright.
767 Use ANSI definitions and prototypes.
768 * intl/plural-exp.c: Likewise.
769 * intl/plural-exp.h: Switch to gettext copyright.
770 Use ANSI definitions and prototypes.
771 (struct expression): Move definition of enum operator outside
772 of struct definition.
773 * intl/plural.c: Regenerate.
774 * intl/plural.y: Switch to gettext copyright.
775 Use ANSI definitions and prototypes.
776 Port to bison 3.0.
777 * intl/textdomain.c: Switch to gettext copyright.
778 Use ANSI definitions and prototypes.
779 Use gl_* locking primitives rather than __libc_* ones.
780
48c43298
SE
7812014-12-10 Steve Ellcey <sellcey@imgtec.com>
782
783 * debug/warning-nop.c: Add used atrribute.
784
2b89bce9
JM
7852014-12-10 Joseph Myers <joseph@codesourcery.com>
786
c153ac9f
JM
787 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
788
2b89bce9
JM
789 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
790 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
791 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
792
2cfbdb9a
JM
7932014-12-10 Joseph Myers <joseph@codesourcery.com>
794 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
795
796 [BZ #17634]
797 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
798 Undefine after defining function. Define as weak alias of
799 __wcschr. Use libc_hidden_weak.
800 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
801 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
802 (libc_hidden_def): Also define __GI___wcschr alias.
803 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
804 __wcschr and define as weak alias of __wcschr.
805 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
806 __wcschr.
807 [!WCSCHR] (DEFAULT_WCSCHR): Define.
808 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
809 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
810 libc_hidden_weak. Do not use libc_hidden_def.
811 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
812 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
813 __GI___wcschr alias.
814 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
815 [IS_IN (libc)] (wcschr): Define as macro expanding to
816 __redirect_wcschr.
817 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
818 [IS_IN (libc)] (__wcschr_power6): Likewise.
819 [IS_IN (libc)] (__wcschr_power7): Likewise.
820 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
821 instead of wcschr.
822 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
823 __libc_wcschr.
824 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
825 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
826 __wcschr and define as weak alias of __wcschr. Use
827 libc_hidden_builtin_def.
828 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
829 as weak alias of __wcschr. Use libc_hidden_weak.
830 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
831 wcschr.
832 * time/era.c (_nl_init_era_entries): Likewise.
833 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
834 variable.
835 (test-xfail-XPG3/time.h/linknamespace): Likewise.
836 (test-xfail-XPG4/time.h/linknamespace): Likewise.
837
1b8bf351
JM
8382014-12-10 Joseph Myers <joseph@codesourcery.com>
839
840 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
841 format for long int variable.
842
f5f46d51
AK
8432014-12-10 Anders Kaseorg <andersk@MIT.EDU>
844
845 [BZ #10672]
07008f7d 846 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
847 qsort stable.
848
217a74a8
AS
8492014-12-10 Andreas Schwab <schwab@suse.de>
850
851 [BZ #12847]
852 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
853 user-controlled locks.
854
aa76a5c7
RE
8552014-12-10 Richard Earnshaw <rearnsha@arm.com>
856
857 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
858 register.
859
2084e7ca
JM
8602014-12-10 Joseph Myers <joseph@codesourcery.com>
861
a4ecc9eb
JM
862 * configure.ac (--disable-werror): New configure option.
863 (enable_werror): New AC_SUBST.
864 * configure: Regenerated.
865 * config.make.in (enable-werror): New variable.
866 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
867 -Wno-error=undef.
868 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
869 * manual/install.texi (Configuring and compiling): Document
870 --disable-werror.
871 * INSTALL: Regenerated.
872 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
873 (CFLAGS-tst-chk2.c): Likewise.
874 (CFLAGS-tst-chk3.c): Likewise.
875 (CFLAGS-tst-chk4.cc): Likewise.
876 (CFLAGS-tst-chk5.cc): Likewise.
877 (CFLAGS-tst-chk6.cc): Likewise.
878 (CFLAGS-tst-lfschk1.c): Likewise.
879 (CFLAGS-tst-lfschk2.c): Likewise.
880 (CFLAGS-tst-lfschk3.c): Likewise.
881 (CFLAGS-tst-lfschk4.cc): Likewise.
882 (CFLAGS-tst-lfschk5.cc): Likewise.
883 (CFLAGS-tst-lfschk6.cc): Likewise.
884
0f88636c
JM
885 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
886 (main): Disable -Wdeprecated-declarations around calls to
887 register_printf_function.
888
c81e9deb
JM
889 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
890 (do_test): Disable -Wdiv-by-zero around some calls to
891 fwrite_unlocked and fread_unlocked.
892
2084e7ca
JM
893 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
894 (DIAG_POP_NEEDS_COMMENT): Likewise.
895 (_DIAG_STR1): Likewise.
896 (_DIAG_STR): Likewise.
897 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
898 * stdio-common/bug21.c: Include <libc-internal.h>.
899 (do_test): Disable -Wformat around call to sscanf.
900 * stdio-common/scanf14.c: Include <libc-internal.h>.
901 (main): Disable -Wformat around some calls to scanf functions.
902
df7ecc6b
TR
9032014-12-09 Torvald Riegel <triegel@redhat.com>
904
905 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
906
2aa3862e
AZ
9072014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
908
909 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
910 stack variable alignment.
911
c5c2b7c3
JM
9122014-12-06 Joseph Myers <joseph@codesourcery.com>
913
914 [BZ #17682]
915 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
916 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
917 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
918 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
919 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
920 __getrlimit instead of getrlimit.
921 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
922 __gettimeofday instead of gettimeofday.
923 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
924 Likewise.
925 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
926 Likewise.
927 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
928 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
929 Remove variable.
930 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
931 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
932
9752c3cd
AZ
9332014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
934
935 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
936 for wide-character tests.
937
4bee4cd9
RM
9382014-12-04 Roland McGrath <roland@hack.frob.com>
939
940 * io/openat64.c: #include <libc-internal.h>
941 (__openat64): Prototypify. Use ignore_value on MODE.
942 * io/openat.c: Likewise.
943 * misc/reboot.c: #include <libc-internal.h>
944 (reboot): Prototypify. Use ignore_value on HOWTO.
945 * misc/ptrace.c: #include <libc-internal.h>
946 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
947
84dbedb6
JM
9482014-12-04 Joseph Myers <joseph@codesourcery.com>
949
950 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
951 XPG4, UNIX98 and XOPEN2K.
952 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
953 Remove variable.
954 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
955
b7a3e1c4 9562014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 957
af50dfc1 958 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
959 * libio/iofopen.c: Likewise.
960 * libio/wfileops.c: Likewise.
961
fe8b4d98
SP
962 [BZ #17653]
963 * libio/fileops.c (_IO_new_file_underflow): Unset cached
964 offset on EOF.
965 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
966 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
967 (fgets_func): Function pointer to fgets and fgetws.
968 (do_ftell_test): Add test to verify ftell value after read
969 EOF.
970 (do_test): Set fgets_func.
971
61b4f792
SP
972 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
973 O_TRUNC flag for w and w+ modes.
974 (do_rewind_test): Likewise.
975 (do_ftell_test): Likewise.
976 (do_write_test): Likewise.
977
be349d70
SP
978 [BZ #17647]
979 * libio/fileops.c (do_ftell): Seek only when there are
980 unflushed writes.
981 * libio/wfileops.c (do_ftell_wide): Likewise.
982 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
983 test case.
984 (do_one_test): Call it.
985
e3d6dba5
JM
9862014-12-03 Joseph Myers <joseph@codesourcery.com>
987
988 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
989 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
990 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
991 Remove variable.
992 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
993 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
994 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
995
7f994279
JM
9962014-12-02 Joseph Myers <joseph@codesourcery.com>
997
28a91e8f
JM
998 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
999 Remove variable.
1000 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1001
7f994279
JM
1002 [BZ #17668]
1003 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1004 as weak alias of __getifaddrs. Use libc_hidden_weak.
1005 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1006 __freeifaddrs. Use libc_hidden_weak.
1007 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1008 define as weak alias of __getifaddrs. Use libc_hidden_weak.
1009 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1010 __freeifaddrs. Use libc_hidden_weak.
1011 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1012 __getifaddrs and define as weak alias of __getifaddrs. Use
1013 libc_hidden_weak.
1014 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1015 __freeifaddrs. Use libc_hidden_weak.
1016 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1017 Remove variable.
1018 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1019 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1020
bbe4c142
PJ
10212014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
1022
1023 [BZ #17601]
1024 * sysdeps/mips/start.S (__start): Use indirect jump to call
1025 __libc_start_main.
1026
66cadc05
JM
10272014-12-02 Joseph Myers <joseph@codesourcery.com>
1028
909e16d9
JM
1029 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1030
4e0b9016
JM
1031 * nptl/tst-mutex1.c: Include <stdbool.h>.
1032 [!ATTR] (ATTR_NULL): New macro.
1033 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1034 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1035 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1036
b1aff6a4
JM
1037 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1038 to char *.
1039
266865c0
JM
1040 [BZ #17665]
1041 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1042 Change conditional to [__USE_MISC].
1043
84e5e756
JM
1044 [BZ #17664]
1045 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1046 fgets_unlocked.
1047 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1048 __fgets_unlocked.
1049 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1050 fgets_unlocked.
1051 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1052 Remove variable.
1053 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1054 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1055 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1056 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1057 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1058 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1059 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1060 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1061 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1062
66cadc05
JM
1063 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1064
2e8a2de2 10652014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
1066
1067 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1068 Remove strpbrk objects.
1069 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1070 (__libc_ifunc_impl_list): Remove strpbrk implementation.
1071 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1072 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1073 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1074 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1075
bb2542e0
AZ
1076 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1077 Remove strcspn objects.
1078 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1079 (__libc_ifunc_impl_list): Remove strcspn implementation.
1080 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1081 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1082 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1083 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
1084
1085 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1086 Remove strspn objetcs.
1087 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1088 (__libc_ifunc_impl_list): Remove strspn implementation.
1089 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1090 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1091 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1092 * sysdeps/powerpc/powerpc64/strspn.S: New file.
1093
08f1e1d2
JL
10942014-12-01 James Lemke <jwlemke@codesourcery.com>
1095
1096 [BZ #17581]
1097 * malloc/hooks.c
1098 (mem2mem_check): Add a terminator to the chain of checking blocks.
1099 (malloc_check_get_size): Use it here.
1100 (mem2chunk_check): Ditto.
1101
a8a7d7d2
RS
11022014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1103
1104 * sysdeps/powerpc/powerpc64/strtok.S: New file.
1105 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1106
97114a38
CD
11072014-11-29 Carlos O'Donell <carlos@redhat.com>
1108
c8dc1727
CD
1109 * bits/ioctl-types.h: Indent preprocessor directives correctly.
1110
6d03458e
CD
1111 * nptl/nptl-init.c: Include libc-internal.h.
1112 (__pthread_initialize_minimal_internal): Use ROUND_UP.
1113
97114a38
CD
1114 * elf/ldconfig.c (search_dir): Expand comment.
1115
0e7e69ba
JM
11162014-11-29 Joseph Myers <joseph@codesourcery.com>
1117
1118 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1119 variable.
1120 (linknamespace-symlist-stdlibs-tests): Likewise.
1121 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1122 instead of $(objpfx)symlist-stdlibs.
1123 (linknamespace-libs-isoc): New variable.
1124 (linknamespace-libs): Use $(linknamespace-libs-isoc).
1125 (linknamespace-libs-ISO): New variable.
1126 (linknamespace-libs-ISO99): Likewise.
1127 (linknamespace-libs-ISO11): Likewise.
1128 (linknamespace-libs-XPG3): Likewise.
1129 (linknamespace-libs-XPG4): Likewise.
1130 (linknamespace-libs-POSIX): Likewise.
1131 (linknamespace-libs-UNIX98): Likewise.
1132 (linknamespace-libs-XOPEN2K): Likewise.
1133 (linknamespace-libs-POSIX2008): Likewise.
1134 (linknamespace-libs-XOPEN2K8): Likewise.
1135 ($(objpfx)symlist-stdlibs): Replace by
1136 $(linknamespace-symlist-stdlibs-tests). Use
1137 $(linknamespace-libs-$*) as set of libraries.
1138 ($(linknamespace-header-tests)): Update dependencies. Use
1139 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1140 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1141 * conform/linknamespace.pl: Remove comment about considering
1142 definitions of symbols from irrelevant libraries.
1143
d8dd0080
L
11442014-11-28 H.J. Lu <hongjiu.lu@intel.com>
1145
1146 [BZ #13862]
1147 * elf/dl-tls.c: Include <atomic.h>.
1148 (oom): Remove #ifdef SHARED/#endif.
1149 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1150 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
1151 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1152 big enough.
1153 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1154 * nptl/Makefile (tests): Add tst-stack4.
1155 (modules-names): Add tst-stack4mod.
1156 ($(objpfx)tst-stack4): New.
1157 (tst-stack4mod.sos): Likewise.
1158 ($(objpfx)tst-stack4.out): Likewise.
1159 ($(tst-stack4mod.sos)): Likewise.
1160 (clean): Likewise.
1161 * nptl/tst-stack4.c: New file.
1162 * nptl/tst-stack4mod.c: Likewise.
1163
167da422
B
11642014-11-27 J. Brown <jb999@gmx.de>
1165
1166 * sysdeps/x86/bits/string.h: Add recent CPUs.
1167
9114625b
JM
11682014-11-27 Joseph Myers <joseph@codesourcery.com>
1169
6b5189eb
JM
1170 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1171 sigblock.
1172
49051f8e
JM
1173 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1174 feof.
1175
9114625b
JM
1176 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1177 variable.
1178
e7300fef
SL
11792014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
1180
1181 * nscd/connections.c: Include libc-internal.h because of macro
1182 usage ignore_value.
1183
1721f0a4
SP
11842014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1185
1186 * string/bits/string3.h (__warn_memset_zero_len): Don't
1187 declare for gcc newer than 5.0.
1188 (memset): Don't test for zero-length __LEN for gcc newer than
1189 5.0.
1190
be970916
JM
11912014-11-27 Joseph Myers <joseph@codesourcery.com>
1192
d88548f4
JM
1193 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1194 size_t for %zu format.
1195
be970916
JM
1196 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1197 difference, not %ju.
1198
3b20fd5c
JM
11992014-11-26 Joseph Myers <joseph@codesourcery.com>
1200
8915eace
JM
1201 * include/libc-internal.h (ignore_value): New macro.
1202 * nscd/connections.c (restart): Wrap calls to setuid and setgid
1203 with ignore_value.
1204
f1a5a0e3
JM
1205 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1206 definition.
1207
59ef1715
JM
1208 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1209 pthread_cleanup_push to void *.
1210
a6f3079b
JM
1211 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1212 Undefine.
1213
706688aa
JM
1214 [BZ #16619]
1215 [BZ #16740]
1216 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1217 instead of 1L << 52.
1218
12da14a5
JM
1219 * libio/bug-rewind.c (do_test): Check fwscanf return values.
1220 * libio/bug-rewind2.c (do_test): Likewise.
1221
bd5dadac
JM
1222 * debug/test-stpcpy_chk-ifunc.c: Remove file.
1223 * debug/test-strcpy_chk-ifunc.c: Likewise.
1224 * wcsmbs/test-wcschr-ifunc.c: Likewise.
1225 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1226 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1227 * wcsmbs/test-wcslen-ifunc.c: Likewise.
1228 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1229 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1230 * Rules [$(multi-arch) = no] (tests): Do not filter out
1231 $(tests-ifunc).
1232 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1233 * debug/Makefile (tests-ifunc): Remove variable.
1234 (tests): Do not add $(tests-ifunc).
1235 * wcsmbs/Makefile (tests-ifunc): Remove variable.
1236 (tests): Do not add $(tests-ifunc).
1237 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1238 [TEST_IFUNC]: Remove conditionals.
1239 * string/test-string.h (TEST_IFUNC): Remove macro.
1240 [TEST_IFUNC]: Remove conditionals.
1241
3b20fd5c
JM
1242 * string/test-strchr.c [!WIDE] (L): New macro.
1243 [WIDE] (L): Likewise.
1244 (check1): Use CHAR instead of char. Use L on string and character
1245 constants.
1246
704f7947
AZ
12472014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
1248
1249 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1250 tests.
1251 * sysdeps/powerpc/bits/atomic.h
1252 (__arch_atomic_exchange_and_add_32_acq): Add definition.
1253 (__arch_atomic_exchange_and_add_32_rel): Likewise.
1254 (atomic_exchange_and_add_acq): Likewise.
1255 (atomic_exchange_and_add_rel): Likewise.
1256 * sysdeps/powerpc/powerpc32/bits/atomic.h
1257 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1258 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1259 * sysdeps/powerpc/powerpc64/bits/atomic.h
1260 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1261 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1262
cdcb42d7
TR
12632014-11-26 Torvald Riegel <triegel@redhat.com>
1264
1265 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1266 Change synchronization of __sched_fifo_min_prio and
1267 __sched_fifo_max_prio.
1268 * nptl/pthread_mutexattr_getprioceiling.c
1269 (pthread_mutexattr_getprioceiling): Likewise.
1270 * nptl/pthread_mutexattr_setprioceiling.c
1271 (pthread_mutexattr_setprioceiling): Likewise.
1272 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1273 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1274 Likewise.
1275
c82f5c0c
JM
12762014-11-26 Joseph Myers <joseph@codesourcery.com>
1277
1278 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1279 void.
1280
439e1ad6
JM
12812014-11-25 Joseph Myers <joseph@codesourcery.com>
1282
1283 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1284 third argument const.
1285
b1eda10e
PE
12862014-11-25 Paul Eggert <eggert@cs.ucla.edu>
1287
1288 fnmatch: work around GCC compiler warning bug with uninit var
1289 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1290 This works around a bug with x86-64 GCC 4.9.2 and earlier
1291 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1292 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1293 used uninitialized in this function [-Wmaybe-uninitialized]".
1294
bde2667a
JM
12952014-11-25 Joseph Myers <joseph@codesourcery.com>
1296
1297 * posix/bug-regex31.c (main): Return RES not 0.
1298
5fbb5691
AB
12992014-11-25 Anton Blanchard <anton@samba.org>
1300
1301 * sysdeps/powerpc/bits/atomic.h
1302 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1303
467fec0b
BM
13042014-11-24 Sterling Augustine <saugustine@google.com>
1305
1306 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1307
e9ff8efb
RC
13082014-11-24 Ryan Cumming <etaoins@gmail.com>
1309
1310 [BZ #17608]
1311 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1312
9744496f
JM
13132014-11-24 Joseph Myers <joseph@codesourcery.com>
1314
1315 [BZ #17633]
1316 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1317 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1318 variable.
1319 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1320 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1321
6423d475
WD
13222014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
1323
1324 * string/strncpy.c (strncpy): Improve performance by using memset.
1325
13262014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
1327
1328 * string/strcpy.c (strcpy):
1329 Improve performance by using strlen and memcpy.
1330
5d178c37
LH
13312014-11-24 Leonhard Holz <leonhard.holz@web.de>
1332
1333 * string/strcoll_l.c (get_next_seq): __always_inline.
1334 * string/strcoll_l.c (do_compare): __always_inline.
1335
279bc5b3
SP
13362014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1337
7a9ebfa1
SP
1338 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1339 defined.
1340 * include/mqueue.h: Likewise.
1341 * include/stdlib.h: Likewise.
1342
4f41c682
SP
1343 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1344 (get_null_defines): Adjust.
1345 * sunrpc/Makefile: Adjust comment.
1346 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1347 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1348 (CFLAGS-interp.c): Likewise.
1349 (CFLAGS-ldconfig.c): Likewise.
1350 (CPPFLAGS-.os): Likewise.
1351 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1352 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1353 * extra-modules.mk (extra-modules.mk): Likewise.
1354 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1355 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1356 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1357 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1358 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1359 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1360 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1361 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1362 * iconvdata/Makefile (CPPFLAGS): Likewise.
1363 (cpp-srcs-left): Add libof for all iconvdata routines.
1364 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1365 * include/assert.h: Likewise.
1366 * include/ctype.h: Likewise.
1367 * include/errno.h: Likewise.
1368 * include/libc-symbols.h: Likewise.
1369 * include/math.h: Likewise.
1370 * include/netdb.h: Likewise.
1371 * include/resolv.h: Likewise.
1372 * include/stdio.h: Likewise.
1373 * include/stdlib.h: Likewise.
1374 * include/string.h: Likewise.
1375 * include/sys/stat.h: Likewise.
1376 * include/wctype.h: Likewise.
1377 * intl/l10nflist.c: Likewise.
1378 * libidn/idn-stub.c: Likewise.
1379 * libio/libioP.h: Likewise.
1380 * nptl/libc_multiple_threads.c: Likewise.
1381 * nptl/pthreadP.h: Likewise.
1382 * posix/regex_internal.h: Likewise.
1383 * resolv/res_hconf.c: Likewise.
1384 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1385 * sysdeps/arm/memmove.S: Likewise.
1386 * sysdeps/arm/sysdep.h: Likewise.
1387 * sysdeps/generic/_itoa.h: Likewise.
1388 * sysdeps/generic/symbol-hacks.h: Likewise.
1389 * sysdeps/gnu/errlist.awk: Likewise.
1390 * sysdeps/gnu/errlist.c: Likewise.
1391 * sysdeps/i386/i586/memcpy.S: Likewise.
1392 * sysdeps/i386/i586/memset.S: Likewise.
1393 * sysdeps/i386/i686/memcpy.S: Likewise.
1394 * sysdeps/i386/i686/memmove.S: Likewise.
1395 * sysdeps/i386/i686/mempcpy.S: Likewise.
1396 * sysdeps/i386/i686/memset.S: Likewise.
1397 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1398 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1399 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1400 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1401 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1402 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1403 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1404 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1405 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1406 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1407 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1408 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1409 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1410 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1411 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1412 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1413 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1414 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1415 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1416 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1417 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1418 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1419 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1420 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1421 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1422 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1423 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1424 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1425 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1426 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1427 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1428 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1429 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1430 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1431 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1432 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1433 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1434 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1435 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1436 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1437 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1438 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1439 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1440 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1441 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1442 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1443 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1444 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1445 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1446 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1447 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1448 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1449 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1450 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1451 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1452 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1453 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1454 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1455 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1456 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1457 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1458 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1459 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1460 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1461 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1462 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1463 * sysdeps/posix/closedir.c: Likewise.
1464 * sysdeps/posix/opendir.c: Likewise.
1465 * sysdeps/posix/readdir.c: Likewise.
1466 * sysdeps/posix/rewinddir.c: Likewise.
1467 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1468 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1469 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1470 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1471 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1472 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1473 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1474 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1475 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1476 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1477 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1478 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1479 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1480 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1481 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1482 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1483 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1484 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1485 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1486 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1487 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1488 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1489 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1490 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1491 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1492 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1493 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1494 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1495 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1496 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1497 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1498 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1499 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1500 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1501 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1502 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1503 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1504 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1505 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1506 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1507 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1508 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1509 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1510 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1511 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1512 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1513 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1514 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1515 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1516 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1517 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1518 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1519 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1520 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1521 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1522 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1523 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1524 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1525 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1526 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1527 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1528 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1529 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1530 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1531 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1532 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1533 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1534 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1535 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1536 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1537 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1538 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1539 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1540 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1541 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1542 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1543 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1544 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1545 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1546 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1547 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1548 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1549 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1550 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1551 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1552 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1553 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1554 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1555 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1556 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1557 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1558 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1559 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1560 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1561 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1562 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1563 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1564 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1565 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1566 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1567 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1568 * sysdeps/unix/alpha/sysdep.S: Likewise.
1569 * sysdeps/unix/alpha/sysdep.h: Likewise.
1570 * sysdeps/unix/make-syscalls.sh: Likewise.
1571 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1572 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1573 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1574 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1575 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1576 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1577 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1578 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1579 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1580 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1581 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1582 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1583 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1584 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1585 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1586 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1587 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1588 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1589 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1590 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1591 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1592 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1593 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1594 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1595 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1596 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1597 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1598 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1600 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1601 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1602 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1603 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1604 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1605 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1606 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1607 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1608 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1609 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1610 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1611 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1612 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1613 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1614 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1615 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1616 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1617 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1618 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1619 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1620 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1621 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1622 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1623 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1624 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1625 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1626 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1627 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1628 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1629 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1630 * sysdeps/x86_64/memcpy.S: Likewise.
1631 * sysdeps/x86_64/memmove.c: Likewise.
1632 * sysdeps/x86_64/memset.S: Likewise.
1633 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1634 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1635 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1636 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1637 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1638 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1639 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1640 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1641 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1642 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1643 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1644 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1645 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1646 * sysdeps/x86_64/multiarch/memset.S: Likewise.
1647 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1648 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1649 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1650 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1651 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1652 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1653 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1654 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1655 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1656 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1657 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1658 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1659 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1660 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1661 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1662 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1663 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1664 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1665 * sysdeps/x86_64/strcmp.S: Likewise.
1666
76ca86a5
SP
1667 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1668
a3848485
SP
1669 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1670 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1671 * elf/rtld-Rules: Likewise.
1672 * elf/setup-vdso.h: Likewise.
1673 * include/assert.h: Likewise.
1674 * include/bits/stdlib-float.h: Likewise.
1675 * include/errno.h: Likewise.
1676 * include/sys/stat.h: Likewise.
1677 * include/unistd.h: Likewise.
1678 * sysdeps/aarch64/setjmp.S: Likewise.
1679 * sysdeps/alpha/setjmp.S: Likewise.
1680 * sysdeps/arm/__longjmp.S: Likewise.
1681 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1682 * sysdeps/arm/setjmp.S: Likewise.
1683 * sysdeps/arm/sysdep.h: Likewise.
1684 * sysdeps/generic/_itoa.h: Likewise.
1685 * sysdeps/generic/dl-sysdep.h: Likewise.
1686 * sysdeps/generic/ldsodefs.h: Likewise.
1687 * sysdeps/i386/dl-tls.h: Likewise.
1688 * sysdeps/i386/setjmp.S: Likewise.
1689 * sysdeps/m68k/setjmp.c: Likewise.
1690 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1691 * sysdeps/mach/hurd/opendir.c: Likewise.
1692 * sysdeps/posix/getcwd.c: Likewise.
1693 * sysdeps/posix/opendir.c: Likewise.
1694 * sysdeps/posix/profil.c: Likewise.
1695 * sysdeps/powerpc/dl-procinfo.h: Likewise.
1696 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1697 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1698 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1699 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1700 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1701 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1702 * sysdeps/s390/dl-tls.h: Likewise.
1703 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1704 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1705 * sysdeps/sh/sh3/setjmp.S: Likewise.
1706 * sysdeps/sh/sh4/setjmp.S: Likewise.
1707 * sysdeps/unix/alpha/sysdep.h: Likewise.
1708 * sysdeps/unix/arm/sysdep.S: Likewise.
1709 * sysdeps/unix/i386/sysdep.S: Likewise.
1710 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1711 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1712 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1713 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1714 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1715 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1716 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1717 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1718 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1719 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1720 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1721 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1722 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1723 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1724 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1725 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1726 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1727 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1728 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1729 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1730 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1731 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1732 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1733 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1734 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1735 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1736 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1737 * sysdeps/unix/x86_64/sysdep.S: Likewise.
1738 * sysdeps/x86_64/setjmp.S: Likewise.
1739
a109996e
SP
1740 * include/math.h: Use IS_IN instead of IS_IN_libm.
1741 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1742 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1743 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1744 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1745 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1746 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1747 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1748 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1749 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1750 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1751 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1752 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1753 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1754 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1755 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1756 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1757 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1758 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1759 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1760 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1761 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1762 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1763 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1764 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1765 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1766 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1767 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1768 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1769 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1770 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1771 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1772 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1773 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1774 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1775 Likewise.
1776 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1777 Likewise.
1778 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1779 Likewise.
1780 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1781 Likewise.
1782 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1783 Likewise.
1784 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1785 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1786 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1787 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1788 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1789 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1790 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1791 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1792 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1793 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1794 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1795 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1796 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1797 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1798 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1799 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1800 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1801 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1802 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1803 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1804 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1805 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1806 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1807 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1808 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1809 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1810 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1811
ce9f10f7
SP
1812 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1813 * nptl/pthreadP.h: Likewise.
1814 * nptl_db/structs.def: Likewise.
1815 * sysdeps/arm/sysdep.h: Likewise.
1816 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1817 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1818 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1819 * sysdeps/unix/alpha/sysdep.h: Likewise.
1820 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1821 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1822 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1823 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1824 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1825 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1826 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1827 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1828 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1829 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1830 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1831 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1832 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1833 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1834 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1835 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1836 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1837 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1838 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1839 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1840 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1841 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1842 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1843 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1844 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1845 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1846
016afc75
SP
1847 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1848 * nptl/pthreadP.h: Likewise.
1849 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1850 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1851 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1852 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1853 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1854 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1855 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1856 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1857 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1858 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1859 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1860 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1861 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1862 Likewise.
1863 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1864 Likewise.
1865 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1866 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1867 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1868 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1869 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1870 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1871 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1872 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1873
9b42a0b3
SP
1874 * dlfcn/dladdr.c: Use IS_IN.
1875 * dlfcn/dladdr1.c: Likewise.
1876 * dlfcn/dlclose.c: Likewise.
1877 * dlfcn/dlerror.c: Likewise.
1878 * dlfcn/dlinfo.c: Likewise.
1879 * dlfcn/dlmopen.c: Likewise.
1880 * dlfcn/dlopen.c: Likewise.
1881 * dlfcn/dlsym.c: Likewise.
1882 * dlfcn/dlvsym.c: Likewise.
1883
85f36372
SP
1884 * include/ifaddrs.h: Use IS_IN.
1885 * inet/check_pf.c: Likewise.
1886 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1887 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1888
fb6784e3
SP
1889 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1890 IS_IN_ldconfig.
1891 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1892 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1893
2886d2d1
SP
1894 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1895 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1896 IS_IN (libc).
1897
9a484857
SP
1898 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1899
a10178bd
SP
1900 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1901 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1902 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1903 * include/libc-symbols.h (IS_IN_LIB): New macro.
1904 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1905 * include/netdb.h: Likewise.
1906 * include/stap-probe.h: Remove all uses of IN_LIB.
1907
279bc5b3
SP
1908 * Makeconfig (module-cppflags-real): Define MODULE_NAME
1909 instead of IN_MODULE.
1910 * include/libc-symbols.h (IN_MODULE): Define using
1911 MODULE_NAME.
1912 (PASTE_NAME, PASTE_NAME1): New macros.
1913 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1914 of IN_LIB.
1915 (STAP_PROBE_ASM): Likewise.
1916
e0cfa510
ST
19172014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
1918
1919 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1920 __mach_init in dlopened libc.
1921
34d97d87
MF
19222014-11-22 Mike Frysinger <vapier@gentoo.org>
1923
1924 * sysdeps/arm/preconfigure.ac: Delete EABI check.
1925 * sysdeps/arm/preconfigure: Regenerate.
1926
33cd1f74
RM
19272014-11-21 Roland McGrath <roland@hack.frob.com>
1928
1929 * nptl/pthread_create.c (__pthread_create_2_1): Set
1930 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1931 when copying values from IATTR into PD.
1932
8c230039
WN
19332014-11-21 Will Newton <will.newton@linaro.org>
1934 Andrew Pinski <andrew.pinski@caviumnetworks.com>
1935
6d3db89b
AP
1936 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1937 Refactor inline-asm. Also add comment.
1938
01194ba1
WN
1939 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1940 ElfW macro instead of hardcoded Elf64 types.
1941 (la_aarch64_gnu_pltenter): Likewise.
1942 * sysdeps/aarch64/dl-machine.h
1943 (elf_machine_runtime_setup): Use ElfW(Addr).
1944
8c230039
WN
1945 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1946 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1947 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1948 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1949 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1950 (R_AARCH64_TLS_DTPMOD64): Rename to ..
1951 (R_AARCH64_TLS_DTPMOD): This.
1952 (R_AARCH64_TLS_DTPREL64): Rename to ...
1953 (R_AARCH64_TLS_DTPREL): This.
1954 (R_AARCH64_TLS_TPREL64): Rename to ...
1955 (R_AARCH64_TLS_TPREL): This.
1956 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1957 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1958 R_AARCH64_TLS_TPREL64.
1959 (elf_machine_rela): Likewise.
1960
0d79fa53
TR
19612014-11-21 Torvald Riegel <triegel@redhat.com>
1962
1963 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1964 by setting it to 0. 64b atomics are not supported currently.
1965
b59d114b
AO
19662014-11-21 Alexandre Oliva <aoliva@redhat.com>
1967
1968 [BZ #16469]
1969 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1970 search domain names.
1971
f3d945d5
AO
19722014-11-21 Alexandre Oliva <aoliva@redhat.com>
1973
1974 [BZ #16469]
1975 * NEWS: Update.
1976 * resolv/res_query.c (__libc_res_nquerydomain): Retain
1977 trailing dot.
1978 * posix/tst-getaddrinfo5.c: New.
1979 * posix/Makefile (tests): Add it.
1980
49698902
AO
19812014-11-21 Alexandre Oliva <aoliva@redhat.com>
1982
1983 [BZ #14498]
1984 * NEWS: Fixed.
1985 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1986 after parsing line but before break_if_match.
1987 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1988 if there is a protocol mismatch.
1989
81959214
MS
19902014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1991
1992 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1993 because the potential race is on the user-supplied stream.
1994
7729e0e9
AO
19952014-11-21 Alexandre Oliva <aoliva@redhat.com>
1996
1997 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1998 string literal if not passed a buffer.
1999 * manual/job.texi (ctermid): Update reasoning, note deviation
2000 from posix, suggest mtasurace when not passed a buffer, for
2001 future non-preliminary safety notes.
2002
a4ea5e28
AO
20032014-11-21 Alexandre Oliva <aoliva@redhat.com>
2004
2005 * manual/users.texi (cuserid): Fix MT-Safety note for the case
2006 of not passing it a buffer.
2007 Reported by Peng Haitao.
2008
a2b581cb
AO
20092014-11-21 Alexandre Oliva <aoliva@redhat.com>
2010
2011 * manual/Makefile ($(objpfx)stamp-summary): Require
2012 check-safety.sh to pass.
2013 * manual/check-safety.sh: Wish for verification that every
2014 @deftypefn and @deftypefun is followed by a @safety remark.
2015
f214ff74
RM
20162014-11-20 Roland McGrath <roland@hack.frob.com>
2017
7f0dfae0
RM
2018 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2019
2f531bbb
RM
2020 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2021 PTHREAD_CANCEL_ASYNCHRONOUS.
2022 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2023 send SIGCANCEL.
2024
f214ff74
RM
2025 * nptl/default-sched.h: New file.
2026 * sysdeps/unix/sysv/linux/default-sched.h: New file.
2027 * nptl/pthread_create.c: Include it.
2028 (__pthread_create_2_1): Use collect_default_sched instead of making
2029 Linux syscalls here directly.
2030
e37c91d4
TR
20312014-11-20 Torvald Riegel <triegel@redhat.com>
2032
2033 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2034 __pthread_once): Use C11 atomics.
2035
1eccfecd
TR
20362014-11-20 Torvald Riegel <triegel@redhat.com>
2037
2038 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2039
ff871426
TR
20402014-11-20 Torvald Riegel <triegel@redhat.com>
2041
2042 * include/atomic.h (__atomic_link_error, __atomic_check_size,
2043 atomic_thread_fence_acquire, atomic_thread_fence_release,
2044 atomic_thread_fence_seq_cst, atomic_load_relaxed,
2045 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2046 atomic_compare_exchange_weak_relaxed,
2047 atomic_compare_exchange_weak_acquire,
2048 atomic_compare_exchange_weak_release,
2049 atomic_exchange_acquire, atomic_exchange_release,
2050 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2051 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2052 atomic_fetch_and_acquire,
2053 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2054
1ea339b6
TR
20552014-11-20 Torvald Riegel <triegel@redhat.com>
2056
2057 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2058 USE_ATOMIC_COMPILER_BUILTINS): Define.
2059 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2060 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2061 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2062 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2063 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2064 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2065 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2066 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2067 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2068 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2069 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2070 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2071 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2072 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2073 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2074 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2075 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2076 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2077 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2078 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2079 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2080 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2081 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2082 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2083 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2084 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2085 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2086 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2087 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2088 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2089 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2090 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2091 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2092 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2093 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2094 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2095 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2096 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2097 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2098 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2099
cbd463e2
RM
21002014-11-19 Roland McGrath <roland@hack.frob.com>
2101
d960211f
RM
2102 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2103 the sched_priority value here. It was already checked when the user
2104 called pthread_attr_setschedparam.
2105
cbd463e2
RM
2106 * nptl/tst-bad-schedattr.c: New file.
2107 * nptl/Makefile (tests): Add it.
2108
a39208bd
CD
21092014-11-19 Carlos O'Donell <carlos@redhat.com>
2110 Florian Weimer <fweimer@redhat.com>
2111 Joseph Myers <joseph@codesourcery.com>
2112 Adam Conrad <adconrad@0c3.net>
2113 Andreas Schwab <schwab@suse.de>
2114 Brooks <bmoses@google.com>
2115
2116 [BZ #17625]
2117 * wordexp-test.c (__dso_handle): Add prototype.
2118 (__register_atfork): Likewise.
2119 (__app_register_atfork): New function.
2120 (registered_forks): New global.
2121 (register_fork): New function.
2122 (test_case): Add 3 new tests for WRDE_CMDSUB.
2123 (main): Call __app_register_atfork.
2124 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2125 fork count is non-zero fail the test.
2126 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2127 is set.
2128 (parse_dollars): Remove check for WRDE_NOCMD.
2129 (parse_dquote): Likewise.
2130
9cd47470
SP
21312014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2132
130ac68c
SP
2133 * Makeconfig (built-modules): List non-library modules to be
2134 built.
2135 (module-cppflags): Include libc-modules.h for
2136 everything except shlib-versions.v.i.
2137 (CPPFLAGS): Use it.
2138 (before-compile): Add libc-modules.h.
2139 ($(common-objpfx)libc-modules.h,
2140 $(common-objpfx)libc-modules.stmp): New targets.
2141 (common-generated): Add libc-modules.h and libc-modules.stmp.
2142 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2143 * include/libc-symbols.h: Don't include libc-modules.h.
2144 * include/libc-modules.h: Remove file.
2145 * scripts/gen-libc-modules.awk: New script to generate
2146 libc-modules.h.
2147 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2148 Depend on libc-modules.stmp.
2149
286663c3
SP
2150 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2151
9cd47470
SP
2152 * Makeconfig (in-module): Get value of libof set for the
2153 translation unit.
2154 (CPPFLAGS): Use $(in-module).
2155 * Makerules: Don't suffix routine names for nonlib.
2156 * include/libc-modules.h: New file.
2157 * include/libc-symbols.h: Include libc-modules.h
2158 (IS_IN): New macro to replace IS_IN_* macros.
2159 * elf/Makefile: Set libof-* for each routine.
2160 * elf/rtld-Rules: Likewise.
2161 * extra-modules.mk: Likewise.
2162 * iconv/Makefile: Likewise.
2163 * iconvdata/Makefile: Likewise.
2164 * locale/Makefile: Likewise.
2165 * malloc/Makefile: Likewise.
2166 * nss/Makefile: Likewise.
2167 * sysdeps/gnu/Makefile: Likewise.
2168 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2169 * sysdeps/unix/sysv/linux/Makefile: Likewise.
2170 * sysdeps/s390/s390-64/Makefile: Likewise.
2171 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
2172 CPPFLAGS for nscd instead of nonlib.
2173
32fed10f
RM
21742014-11-18 Roland McGrath <roland@hack.frob.com>
2175
d71035bd
RM
2176 * nptl/createthread.c: New file.
2177
6540b991
RM
2178 * nptl/createthread.c: Moved ...
2179 * sysdeps/unix/sysv/linux/createthread.c: ... here.
2180
32fed10f
RM
2181 * nptl/createthread.c: Add proper top-line comment.
2182 (do_clone): Folded into ...
2183 (create_thread): ... here. Take new arguments STOPPED_START and
2184 THREAD_RAN. Always set PD->stopped_start to something here. Don't
2185 increment __nptl_threads, do event-reporting logic, do
2186 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2187 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
2188 resource cleanup if sched_setaffinity or sched_setscheduler fails,
2189 just send SIGCANCEL.
2190 * nptl/pthread_create.c: Forward-declare create_thread before
2191 including createthread.c.
2192 (start_thread): Use new macro START_THREAD_DEFN to replace defining
2193 declaration, and new macro START_THREAD_SELF to replace argument.
2194 Remove return statement.
2195 (report_thread_creation): New function.
2196 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
2197 synchronization logic, and __nptl_nthreads increment here, around
2198 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
2199 PD->parent_cancelhandling here, before create_thread. When
2200 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2201 __deallocate_stack, and ENOMEM translation here.
2202
107a5bf0
JM
22032014-11-18 Joseph Myers <joseph@codesourcery.com>
2204
2205 [BZ #17616]
2206 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2207 (mptwo): Rename to __mptwo.
2208 (__inv): Use __mptwo instead of mptwo.
2209 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2210 (mptwo): Rename to __mptwo.
2211 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2212 of mpone and __mptwo instead of mptwo.
2213 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2214 instead of mpone.
2215 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2216 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2217 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2218 of mpone and __mptwo instead of mptwo.
2219 (__mpranred): Use __mpone instead of mpone.
2220 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2221 variable.
2222 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2223 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2224 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2225 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2226 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2227 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2228 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2229 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2230 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2231 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2232 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2233 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2234 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2235 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2236 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2237 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2238 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2239 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2240 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2241
3b679ab3
TV
22422014-11-18 Tom de Vries <tom@codesoucery.com>
2243
2244 * manual/signal.texi (Primitives Interrupted by Signals): In section,
2245 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
2246
22472014-11-17 Richard Henderson <rth@redhat.com>
2248
2249 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2250 (_FP_PACK_RAW_2): Remove.
2251 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2252 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2253 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2254 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2255 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2256 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2257 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2258 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2259 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2260 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2261 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2262 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2263 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2264 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2265 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2266 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2267
0781a777
RM
22682014-11-14 Roland McGrath <roland@hack.frob.com>
2269
2270 * signal/signal.h [__USE_MISC]
2271 (struct sigvec): Remove type.
2272 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2273 (sigvec): Remove declaration.
2274 * sysdeps/posix/sigvec.c: Moved ...
2275 * signal/sigvec.c: ... here, replacing old file.
2276 (struct sigvec): New type, copied from old signal.h definition.
2277 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2278 (__sigvec): Convert definition to prototype.
2279 (sigvec): Replace weak_alias with compat_symbol.
2280 * signal/Versions (libc: GLIBC_2.21): New version set.
2281 * include/signal.h: Remove __sigvec declaration.
2282 * sysdeps/unix/bsd/sigvec.c: Remove file.
2283 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2284 * manual/signal.texi (BSD Handler): Remove subsection.
2285 Move siginterrupt up to ...
2286 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
2287 (Blocking in BSD): Fold subsection into its parent.
2288 * NEWS: Mention sigvec removal.
2289
a4733812
JM
22902014-11-14 Joseph Myers <joseph@codesourcery.com>
2291
5ae4fe60
JM
2292 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2293 (DLA_FMS): Make definition conditional only on [__FMA4__].
2294 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2295 definition.
2296
6a0dd472
JM
2297 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2298 Make definition conditional only on [PROF].
2299 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2300 definition.
2301 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2302 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2303
a4733812
JM
2304 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2305 !__GNUC__].
2306 * include/signal.h (__sigpause): Move declaration above call to
2307 libc_hidden_proto.
2308 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2309 variable.
2310 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2311 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2312
cf7246dd
DM
23132014-11-14 David S. Miller <davem@davemloft.net>
2314
2315 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2316 Define before including <string/memcpy.c> and <string/mempcpy.c>.
2317
c1b0aadc
JM
23182014-11-14 Joseph Myers <joseph@codesourcery.com>
2319
4863355a
JM
2320 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2321 * configure: Regenerated.
2322 * manual/install.texi (Tools for Compilation): Document a
2323 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2324 compiler verified to work.
2325 * INSTALL: Regenerated.
2326
c1b0aadc
JM
2327 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2328 redeclare with asm name.
2329 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2330 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2331 including <string.h>.
2332 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2333 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2334 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2335 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2336 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2337 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2338 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2339
2a1cfd94
JM
23402014-11-13 Joseph Myers <joseph@codesourcery.com>
2341
bf438382
JM
2342 * stdlib/strtol.c (__strtol): Use prototype definition.
2343
2a1cfd94
JM
2344 [BZ #17594]
2345 * stdlib/strtol.c (SYM__): New macro.
2346 (SYM__1): Likewise.
2347 (__strtol): Likewise.
2348 (strtol): Rename to __strtol and define as weak alias of
2349 __strtol. Use libc_hidden_weak.
2350
20ed0d26
SL
23512014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2352
2353 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2354 Use numbered labels in inline assembly.
2355
53244a4e
SL
23562014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2357
2358 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2359 Add setjmp LIBC_PROBE.
2360 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2361 Likewise.
2362 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2363 Add longjmp, longjmp_target LIBC_PROBE.
2364 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2365 Likewise.
2366
47df8251
SL
23672014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2368
2369 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2370 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2371 to get rid of unused variable warning.
2372
618cebef
SL
23732014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2374
2375 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2376 Check for unwind_backtrace == NULL only in SHARED case.
2377 (__backchain_backtrace): Compile only in SHARED case.
2378 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2379 Likewise.
2380 (__backchain_backtrace): Declare as static.
2381
c6aab2cb
RM
23822014-11-12 Roland McGrath <roland@hack.frob.com>
2383
2384 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2385 (__libc_multiple_threads_ptr): Variable moved ...
2386 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2387
5a6fa4d7
JM
23882014-11-12 Joseph Myers <joseph@codesourcery.com>
2389
24f4f825
JM
2390 * conform/GlibcConform.pm: New file.
2391 * conform/conformtest.pl: Use GlibcConform module.
2392 * conform/linknamespace.pl: New file.
2393 * conform/list-header-symbols.pl: Likewise.
2394 * conform/Makefile (linknamespace-symlists-base): New variable.
2395 (linknamespace-symlists-tests): Likewise.
2396 (linknamespace-header-base): Likewise.
2397 (linknamespace-header-tests): Likewise.
2398 (tests-special): Add new tests.
2399 ($(linknamespace-symlists-tests)): New rule.
2400 (linknamespace-libs): New variable.
2401 ($(objpfx)symlist-stdlibs): New rule.
2402 ($(linknamespace-header-tests)): Likewise.
2403 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2404 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2405 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2406 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2407 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2408 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2409 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2410 (test-xfail-ISO/math.h/linknamespace): Likewise.
2411 (test-xfail-ISO/signal.h/linknamespace): Likewise.
2412 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2413 (test-xfail-ISO/time.h/linknamespace): Likewise.
2414 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2415 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2416 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2417 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2418 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2419 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2420 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2421 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2422 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2423 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2424 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2425 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2426 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2427 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2428 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2429 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2430 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2431 (test-xfail-XPG3/search.h/linknamespace): Likewise.
2432 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2433 (test-xfail-XPG3/time.h/linknamespace): Likewise.
2434 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2435 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2436 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2437 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2438 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2439 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2440 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2441 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2442 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2443 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2444 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2445 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2446 (test-xfail-XPG4/search.h/linknamespace): Likewise.
2447 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2448 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2449 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2450 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2451 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2452 (test-xfail-XPG4/time.h/linknamespace): Likewise.
2453 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2454 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2455 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2456 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2457 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2458 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2459 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2460 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2461 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2462 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2463 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2464 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2465 (test-xfail-POSIX/time.h/linknamespace): Likewise.
2466 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2467 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2468 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2469 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2470 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2471 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2472 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2473 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2474 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2475 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2476 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2477 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2478 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2479 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2480 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2481 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2482 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2483 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2484 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2485 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2486 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2487 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2488 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2489 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2490 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2491 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2492 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2493 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2494 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2495 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2496 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2497 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2498 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2499 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2500 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2501 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2502 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2503 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2504 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2505 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2506 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2507 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2508 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2509 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2510 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2511 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2512 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2513 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2514 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2515 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2516 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2517 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2518 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2519 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2520 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2521 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2522 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2523 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2524 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2525 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2526 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2527 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2528 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2529 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2530 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2531 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2532 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2533 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2534 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2535 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2536 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2537 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2538 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2539 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2540 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2541 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2542 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2543 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2544 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2545 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2546 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2547 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2548 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2549 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2550 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2551 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2552 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2553 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2554 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2555 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2556 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2557 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2558 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2559 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2560 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2561 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2562 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2563 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2564
cc67478e
JM
2565 [BZ #17589]
2566 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2567 of fgets_unlocked.
2568
9975e3d3
JM
2569 [BZ #17585]
2570 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2571 (memmem): Rename to __memmem and define as weak alias of
2572 __memmem. Use libc_hidden_weak.
2573 (__memmem): Use libc_hidden_def.
2574 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
2575 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2576 memmem.
2577
c4eae752
JM
2578 [BZ #17582]
2579 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2580 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
2581 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2582 and define as weak alias of __fgets_unlocked. Use
2583 libc_hidden_weak.
2584 (__fgets_unlocked): Use libc_hidden_def.
2585 * include/stdio.h (__fgets_unlocked): Declare. Use
2586 libc_hidden_proto.
2587 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2588 __fgets_unlocked instead of fgets_unlocked.
2589 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2590 (GET_NPROCS_CONF_PARSER): Likewise.
2591 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2592 (GET_NPROCS_CONF_PARSER): Likewise.
2593
01cad84e
JM
2594 [BZ #17574]
2595 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2596 weak alias of __wmemset. Use libc_hidden_weak.
2597 (__wmemset): Use libc_hidden_def.
2598 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
2599 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2600 of wmemset.
2601
939da411
JM
2602 [BZ #17573]
2603 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2604 with asm name __mempcpy.
2605 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2606
293d9a41
JM
2607 [BZ #17572]
2608 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2609 and define as weak alias of __rawmemchr.
2610 (__rawmemchr): Do not define as strong alias of rawmemchr.
2611
bef8fd60
JM
2612 [BZ #17571]
2613 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2614 alias of __qsort_r.
2615 (qsort): Call __qsort_r instead of qsort_r.
2616 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2617 (__qsort_r): Declare. Call libc_hidden_proto.
2618 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2619 instead of qsort_r.
2620 * nscd/gai.c (__qsort_r): Define to qsort_r.
2621 * posix/tst-rfc3484.c (__qsort_r): Likewise.
2622 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2623 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2624
c52ff39e
JM
2625 [BZ #17570]
2626 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2627 define as weak alias of __malloc_info.
2628
2f5c1b00
JM
2629 [BZ #17584]
2630 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2631 as weak alias of __rewinddir. Don't use libc_hidden_def.
2632 (__rewinddir): Use libc_hidden_def.
2633 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2634 as weak alias of __rewinddir. Don't use libc_hidden_def.
2635 (__rewinddir): Use libc_hidden_def.
2636 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2637 weak alias of __rewinddir. Don't use libc_hidden_def.
2638 (__rewinddir): Use libc_hidden_def.
2639 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2640 (__rewinddir): Use libc_hidden_proto.
2641 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2642 rewinddir.
2643 (__getcwd): Use __rewinddir instead of rewinddir.
2644
5a6fa4d7
JM
2645 [BZ #17583]
2646 * libio/fileno.c (fileno): Rename to __fileno and define as weak
2647 alias of __fileno. Use libc_hidden_weak.
2648 (__fileno): Use libc_hidden_def.
2649 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2650 * libio/ftello.c (ftello): Rename to __ftello and define as weak
2651 alias of __ftello.
2652 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2653 __ftello.
2654 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2655 (__fread_unlocked): Define as strong alias of _IO_fread. Use
2656 libc_hidden_def.
2657 (fread_unlocked): Don't use libc_hidden_ver.
2658 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2659 and define as weak alias of __fread_unlocked. Don't use
2660 libc_hidden_def.
2661 (__fread_unlocked): Use libc_hidden_def.
2662 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
2663 (ftello): Don't use libc_hidden_proto.
2664 (__ftello): Declare. Use libc_hidden_proto.
2665 (fread_unlocked): Don't use libc_hidden_proto.
2666 (__fread_unlocked): Declare. Use libc_hidden_proto.
2667 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2668 and __ftello instead of fileno, fread_unlocked and ftello.
2669
2581b98e
SP
26702012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
2671
2672 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2673 GOT12.
2674 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2675 Likewise.
2676 (_dl_start_user): Likewise.
2677 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2678
533bb7c2
SP
26792014-11-12 Carlos O'Donell <carlos@redhat.com>
2680 Siddhesh Poyarekar <siddhesh@redhat.com>
2681
2682 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2683 Move argv and envp down instead of moving argc up.
2684 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2685
fffa1cf8
LH
26862014-11-12 Leonhard Holz <leonhard.holz@web.de>
2687
2688 [BZ #17506]
2689 * test-skeleton.c (main): Return successful if one of
2690 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2691 * string/tst-strcoll-overflow.c: Define expected status.
2692
fb89b46d
TU
26932014-11-12 Tatiana Udalova <t.udalova@samsung.com>
2694
2695 [BZ #17475]
2696 * locale/iso-639.def: Define Bhili and Tulu language codes.
2697
5c40c3ba
AH
26982014-11-11 Alan Hayward <alan.hayward@arm.com>
2699
2700 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2701
b17fe01b 27022014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
2703
2704 [BZ #17555]
2705 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2706
bd805071
AS
27072014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
2708
2709 * configure.ac: Updated check of minimal required version to
2710 2.22.
2711 * manual/install.texi (Tools for Compilation): Updated version
2712 number.
2713 * configure: Regenerated.
2714 * INSTALL: Likewise.
2715
1400983e
AS
27162014-11-07 Andreas Schwab <schwab@linux-m68k.org>
2717
2718 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2719 __tls_get_addr.
2720
2c46a66a
JM
27212014-11-07 Joseph Myers <joseph@codesourcery.com>
2722
2723 * include/sys/wait.h (__libc_waitpid): Remove declaration.
2724 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2725 (__waitpid): Don't define as alias. Use libc_hidden_def not
2726 libc_hidden_weak.
2727 (waitpid): Define as alias of __waitpid.
2728 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2729 __waitpid.
2730 (__waitpid): Don't define as alias. Use libc_hidden_def not
2731 libc_hidden_weak.
2732 (waitpid): Define as alias of __waitpid.
2733 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2734 __libc_waitpid alias.
2735 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2736 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2737 Likewise.
2738 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2739 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2740 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2741 alias.
2742 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2743 __waitpid.
2744 (__waitpid): Don't define as alias. Use libc_hidden_def not
2745 libc_hidden_weak.
2746 (waitpid): Define as alias of __waitpid.
2747
da53d6db
CD
27482014-11-06 Carlos O'Donell <carlos@redhat.com>
2749
a2887bdb
CD
2750 * manual/llio.texi: Add comment that write safety has been
2751 fixed in Linux.
2752
da53d6db
CD
2753 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2754 (localplt-build-dso): Add elf/ld.so.
2755 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2756 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2757 and free for ld.so.
2758 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2759 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2760 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2761 Likewise.
2762 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2763 Likewise.
2764 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2765 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2766 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2767 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2768 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2769 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2770 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2771 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2772 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2773 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2774 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2775
9cf27b8d
JM
27762014-11-05 Joseph Myers <joseph@codesourcery.com>
2777
2778 [BZ #14132]
2779 * include/libc-symbols.h (INTUSE): Remove macro.
2780 (INTDEF): Likewise.
2781 (INTVARDEF): Likewise.
2782 (_INTVARDEF): Likewise.
2783 (INTDEF2): Likewise.
2784 (INTVARDEF2): Likewise.
2785 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2786 rtld_hidden_def instead of INTVARDEF.
2787 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2788 (_dl_starting_up_internal): Remove declaration.
2789 (_dl_starting_up): Use rtld_hidden_proto.
2790 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2791 declaration.
2792 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2793 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2794 _dl_starting_up.
2795 * elf/dl-writev.h (_dl_writev): Likewise.
2796 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2797 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2798 _dl_starting_up_internal.
2799
af83568d
AZ
28002014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2801
2802 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2803 test-skeleton.c.
2804
b01ee67c
WN
28052014-11-05 Will Newton <will.newton@linaro.org>
2806
2807 * benchtests/Makefile: (bench-malloc): Add malloc thread
2808 scalability benchmark.
2809 * benchtests/bench-malloc-threads.c: New file.
2810
be9d4ccc
RE
28112014-11-05 Richard Earnshaw <rearnsha@arm.com>
2812
2813 * sysdeps/aarch64/strchrnul.S: New file.
2814
7110166d
AZ
28152014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2816
2817 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2818 definition.
2819 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2820 Likwise.
2821 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2822 Likewise.
2823 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2824 Likewise.
2825 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2826 Likewise.
2827 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2828 Likewise.
2829
28302014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
2831
2832 * catgets/test-gencat.c: Use test-skeleton.c.
2833 * catgets/tst-catgets.c: Likewise.
2834 * csu/tst-empty.c: Likewise.
2835 * elf/tst-audit2.c: Likewise.
2836 * elf/tst-global1.c: Likewise.
2837 * elf/tst-pathopt.c: Likewise.
2838 * elf/tst-piemod1.c: Likewise.
2839 * elf/tst-tls10.c: Likewise.
2840 * elf/tst-tls11.c: Likewise.
2841 * elf/tst-tls12.c: Likewise.
2842 * gnulib/tst-gcc.c: Likewise.
2843 * iconvdata/tst-e2big.c: Likewise.
2844 * iconvdata/tst-loading.c: Likewise.
2845 * iconv/tst-iconv1.c: Likewise.
2846 * iconv/tst-iconv2.c: Likewise.
2847 * inet/test-inet6_opt.c: Likewise.
2848 * inet/tst-gethnm.c: Likewise.
2849 * inet/tst-network.c: Likewise.
2850 * inet/tst-ntoa.c: Likewise.
2851 * intl/tst-codeset.c: Likewise.
2852 * intl/tst-gettext2.c: Likewise.
2853 * intl/tst-gettext3.c: Likewise.
2854 * intl/tst-ngettext.c: Likewise.
2855 * intl/tst-translit.c: Likewise.
2856 * io/test-stat.c: Likewise.
2857 * libio/test-fmemopen.c: Likewise.
2858 * libio/tst-freopen.c: Likewise.
2859 * libio/tst-sscanf.c: Likewise.
2860 * libio/tst-ungetwc1.c: Likewise.
2861 * libio/tst-ungetwc2.c: Likewise.
2862 * libio/tst-widetext.c: Likewise.
2863 * localedata/tst-ctype.c: Likewise.
2864 * localedata/tst-digits.c: Likewise.
2865 * localedata/tst-leaks.c: Likewise.
2866 * localedata/tst-mbswcs1.c: Likewise.
2867 * localedata/tst-mbswcs2.c: Likewise.
2868 * localedata/tst-mbswcs3.c: Likewise.
2869 * localedata/tst-mbswcs4.c: Likewise.
2870 * localedata/tst-mbswcs5.c: Likewise.
2871 * localedata/tst-setlocale.c: Likewise.
2872 * localedata/tst-trans.c: Likewise.
2873 * localedata/tst-wctype.c: Likewise.
2874 * localedata/tst-xlocale1.c: Likewise.
2875 * login/tst-grantpt.c: Likewise.
2876 * malloc/tst-calloc.c: Likewise.
2877 * malloc/tst-malloc.c: Likewise.
2878 * malloc/tst-mallocstate.c: Likewise.
2879 * malloc/tst-mcheck.c: Likewise.
2880 * malloc/tst-mtrace.c: Likewise.
2881 * malloc/tst-obstack.c: Likewise.
2882 * math/atest-exp2.c: Likewise.
2883 * math/atest-exp.c: Likewise.
2884 * math/atest-sincos.c: Likewise.
2885 * math/test-matherr.c: Likewise.
2886 * math/test-misc.c: Likewise.
2887 * math/test-powl.c: Likewise.
2888 * math/tst-definitions.c: Likewise.
2889 * misc/tst-dirname.c: Likewise.
2890 * misc/tst-efgcvt.c: Likewise.
2891 * misc/tst-fdset.c: Likewise.
2892 * misc/tst-hsearch.c: Likewise.
2893 * misc/tst-mntent2.c: Likewise.
2894 * nptl/tst-sem7.c: Likewise.
2895 * nptl/tst-sem8.c: Likewise.
2896 * nptl/tst-sem9.c: Likewise.
2897 * nss/test-netdb.c: Likewise.
2898 * posix/tst-fnmatch.c: Likewise.
2899 * posix/tst-getlogin.c: Likewise.
2900 * posix/tst-gnuglob.c: Likewise.
2901 * posix/tst-mmap.c: Likewise.
2902 * pwd/tst-getpw.c: Likewise.
2903 * resolv/tst-inet_ntop.c: Likewise.
2904 * rt/tst-timer.c: Likewise.
2905 * stdio-common/test-fseek.c: Likewise.
2906 * stdio-common/test-popen.c: Likewise.
2907 * stdio-common/test-vfprintf.c: Likewise.
2908 * stdio-common/tst-cookie.c: Likewise.
2909 * stdio-common/tst-fileno.c: Likewise.
2910 * stdio-common/tst-gets.c: Likewise.
2911 * stdio-common/tst-obprintf.c: Likewise.
2912 * stdio-common/tst-perror.c: Likewise.
2913 * stdio-common/tst-sprintf2.c: Likewise.
2914 * stdio-common/tst-sprintf3.c: Likewise.
2915 * stdio-common/tst-sprintf.c: Likewise.
2916 * stdio-common/tst-swprintf.c: Likewise.
2917 * stdio-common/tst-tmpnam.c: Likewise.
2918 * stdio-common/tst-unbputc.c: Likewise.
2919 * stdio-common/tst-wc-printf.c: Likewise.
2920 * stdlib/tst-environ.c: Likewise.
2921 * stdlib/tst-fmtmsg.c: Likewise.
2922 * stdlib/tst-limits.c: Likewise.
2923 * stdlib/tst-rand48-2.c: Likewise.
2924 * stdlib/tst-rand48.c: Likewise.
2925 * stdlib/tst-random2.c: Likewise.
2926 * stdlib/tst-random.c: Likewise.
2927 * stdlib/tst-strtol.c: Likewise.
2928 * stdlib/tst-strtoll.c: Likewise.
2929 * stdlib/tst-tls-atexit.c: Likewise.
2930 * stdlib/tst-xpg-basename.c: Likewise.
2931 * string/test-ffs.c: Likewise.
2932 * string/tst-bswap.c: Likewise.
2933 * string/tst-inlcall.c: Likewise.
2934 * string/tst-strtok.c: Likewise.
2935 * string/tst-strxfrm.c: Likewise.
2936 * sysdeps/x86_64/tst-audit10.c: Likewise.
2937 * sysdeps/x86_64/tst-audit3.c: Likewise.
2938 * sysdeps/x86_64/tst-audit4.c: Likewise.
2939 * sysdeps/x86_64/tst-audit5.c: Likewise.
2940 * time/tst-ftime_l.c: Likewise.
2941 * time/tst-getdate.c: Likewise.
2942 * time/tst-mktime3.c: Likewise.
2943 * time/tst-mktime.c: Likewise.
2944 * time/tst-posixtz.c: Likewise.
2945 * time/tst-strptime2.c: Likewise.
2946 * time/tst-strptime3.c: Likewise.
2947 * wcsmbs/tst-btowc.c: Likewise.
2948 * wcsmbs/tst-mbrtowc.c: Likewise.
2949 * wcsmbs/tst-mbsrtowcs.c: Likewise.
2950 * wcsmbs/tst-wchar-h.c: Likewise.
2951 * wcsmbs/tst-wcpncpy.c: Likewise.
2952 * wcsmbs/tst-wcrtomb.c: Likewise.
2953 * wcsmbs/tst-wcsnlen.c: Likewise.
2954 * wcsmbs/tst-wcstof.c: Likewise.
2955
2004e7fb
JM
29562014-11-04 Joseph Myers <joseph@codesourcery.com>
2957
ab97ee8f
JM
2958 [BZ #14132]
2959 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2960 INTDEF.
2961 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2962 declaration.
2963 (_dl_mcount): Use rtld_hidden_proto.
2964 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2965 _dl_mcount.
2966 * elf/rtld.c (_rtld_global_ro): Likewise.
2967
c5684fdb
JM
2968 [BZ #14132]
2969 * elf/dl-init.c (_dl_init): Don't use INTDEF.
2970 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2971 of _dl_init_internal.
2972 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2973 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2974 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2975 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2976 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2977 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2978 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2979 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2980 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2981 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2982 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2983 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2984 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2985 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2986 * sysdeps/tile/dl-start.S (_start): Likewise.
2987 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2988 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2989
4243cbea
JM
2990 [BZ #14132]
2991 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2992 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2993 (rtld_progname): Make macro definition unconditional.
2994 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2995 INTDEF.
2996 (dlmopen_doit): Do not use INTUSE with _dl_argv.
2997 (dl_main): Likewise.
2998 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2999 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3000 instead of _dl_argv_internal.
3001 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3002 __GI__dl_argv instead of INTUSE(_dl_argv).
3003 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3004 __GI__dl_argv instead of _dl_argv_internal.
3005
2004e7fb
JM
3006 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3007 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3008 macro.
3009 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3010 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3011 New macro.
3012 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3013 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3014 macro.
3015 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3016 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3017
97827bfc
AS
30182014-11-04 Andreas Schwab <schwab@suse.de>
3019
3020 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3021
5e4df284
AZ
30222014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3023
3024 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3025 mtvsrd instruction in binary form.
3026
04b76b5a
AS
30272014-11-03 Andreas Schwab <schwab@suse.de>
3028
3029 [BZ #17522]
3030 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3031 for less than MB_LEN_MAX use a local buffer of that size.
3032 * libio/tst-fputws.c: New file.
3033 * libio/Makefile (tests): Add tst-fputws.
3034
4c6da7da
JM
30352014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
3036
3037 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3038 the size of the fpu_fr.fpu_dregs[] array.
3039
1679ba8e
JM
30402014-11-01 Joseph Myers <joseph@codesourcery.com>
3041
3042 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3043 (__nanosleep): Do not define as alias.
3044 (nanosleep): Define as alias of __nanosleep.
3045 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3046 __libc_nanosleep name.
3047
2626c183
JM
30482014-10-31 Joseph Myers <joseph@codesourcery.com>
3049
3050 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3051 install.texi in comment.
3052
7f981fc2
TR
30532014-10-31 Torvald Riegel <triegel@redhat.com>
3054
3055 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3056 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3057 ... add here and use lwsync or sync ...
3058 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3059 ... and add here using lwsync.
3060
d6f373d2
MF
30612014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
3062
3063 * elf/dl-machine-reject-phdr.h: New file.
3064 * elf/dl-load.c: #include that.
3065 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3066 if that returned true.
3067
67c37987
RM
30682014-10-31 Roland McGrath <roland@hack.frob.com>
3069
3070 [BZ #17496]
3071 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3072 gen-as-const-headers chunk. Add a big scare comment after the last
3073 safe place to touch before-compile.
3074
94a42455 30752014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 3076
f3f5d895
JM
3077 * manual/install.texi (Tools for Compilation): Update autoconf
3078 version requirements.
3079 * INSTALL: Regenerated.
3080
f62ff286
JM
3081 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3082 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3083 (__libc_pselect): Likewise.
94a42455
JM
3084
3085 [BZ #14138]
3086 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3087 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3089 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3090
ff9dbdc0
TR
30912014-10-31 Torvald Riegel <triegel@redhat.com>
3092
3093 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3094 correct barrier instruction.
3095 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3096 Likewise.
3097 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3098 Likewise.
3099
b4f66884
RM
31002014-10-30 Roland McGrath <roland@hack.frob.com>
3101
3102 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3103 after defining inlines. Instead, just use parens to defeat macro
3104 expansion of __isctype in its declaration.
3105
e19c95fd
JM
31062014-10-30 Joseph Myers <joseph@codesourcery.com>
3107
3108 * include/sys/uio.h (__libc_readv): Remove declaration.
3109 (__libc_writev): Likewise.
3110 * misc/readv.c (__libc_readv): Rename to __readv.
3111 (__readv): Do not define as alias.
3112 (readv): Define as alias of __readv.
3113 * misc/writev.c (__libc_writev): Rename to __writev.
3114 (__writev): Do not define as alias.
3115 (writev): Define as alias of __writev.
3116 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3117 (__readv): Do not define as alias.
3118 (readv): Define unconditionally as alias of __readv.
3119 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3120 (__writev): Do not define as alias.
3121 (writev): Define unconditionally as alias of __writev.
3122 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3123 name.
3124 (writev): Do not define __libc_writev name.
3125
65b00b6c
RM
31262014-10-30 Roland McGrath <roland@hack.frob.com>
3127
3128 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3129 (convert_charseq): New function, broken out of ...
3130 (use_from_charmap): ... here. Call it.
3131 (use_to_charmap): Use convert_charseq and free instead of duplicating
3132 its code with a variable-length stack struct.
3133
d4e157aa
JM
31342014-10-30 Joseph Myers <joseph@codesourcery.com>
3135
3136 * include/fcntl.h (__libc_creat): Remove declaration.
3137 * io/creat.c (__libc_creat): Rename to creat.
3138 (creat): Do not define as alias.
3139 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3140 of creat instead of __libc_creat.
3141 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3142 to creat.
3143 (creat): Do not define as alias.
3144 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3145 __libc_creat.
3146 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3147 __libc_creat name.
3148 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3149 Likewise.
3150
0c6891a0
CD
31512014-10-29 Carlos O'Donell <carlos@redhat.com>
3152
3153 * manual/llio.texi: Add comments discussing why write() may be
3154 considered MT-unsafe on Linux.
3155
cc00cece
CD
31562014-10-28 Carlos O'Donell <carlos@redhat.com>
3157
3158 * dl-load.c (local_strdup): Remove.
3159 (expand_dynamic_string_token): Use __strdup.
3160 (decompose_rpath): Likewise.
3161 (_dl_map_object): Likewise.
3162
51e623f2
JM
31632014-10-28 Joseph Myers <joseph@codesourcery.com>
3164
3165 [BZ #14132]
3166 * sysdeps/generic/unwind-dw2-fde.c
3167 (__register_frame_info_bases_internal): Do not declare.
3168 (__register_frame_info_table_bases_internal): Likewise.
3169 (__deregister_frame_info_bases_internal): Likewise.
3170 (__register_frame_info_bases): Declare and use hidden_proto before
3171 definition. Use hidden_def instead of INTDEF.
3172 (__register_frame_info_table_bases): Likewise.
3173 (__deregister_frame_info_bases): Likewise.
3174 (__register_frame_info): Do not use INTUSE.
3175 (__register_frame): Likewise.
3176 (__register_frame_info_table): Likewise.
3177 (__register_frame_table): Likewise.
3178 (__deregister_frame_info): Likewise.
3179 (__deregister_frame): Likewise.
3180
03d41216
GC
31812014-10-27 Gratian Crisan <gratian.crisan@ni.com>
3182
3183 * sysdeps/unix/sysv/linux/arm/kernel-features.h
3184 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3185 not undefine.
3186 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3187 Likewise.
3188 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3189 Likewise.
3190
a4b3624d
JM
31912014-10-27 Joseph Myers <joseph@codesourcery.com>
3192
3193 [BZ #14138]
3194 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3195 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3196 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3197 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3198 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3199 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3200 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3201 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3202 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3203 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3204 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3205 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3206 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3207 syscall.
3208 (setfsuid): Likewise.
3209 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3210 (setfsuid): Likewise.
3211 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3212 (setfsuid): Likewise.
3213 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3214 Likewise.
3215 (setfsuid): Likewise.
3216 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3217 (setfsuid): Likewise.
3218 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3219 Likewise.
3220 (setfsuid): Likewise.
3221
3574f2fd
AS
32222014-10-27 Andreas Schwab <schwab@suse.de>
3223
3224 [BZ #17501]
3225 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3226 check for Slow_SSE4_2 feature bit.
3227 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3228 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3229 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3230 Likewise. Fix check for Fast_Unaligned_Load feature bit.
3231
70996a37
RM
32322014-10-24 Roland McGrath <roland@hack.frob.com>
3233
461a7b1e
RM
3234 * configure.ac: Validate compiler version with a empirical test of
3235 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3236 $CC -v output.
3237 * configure: Regenerated.
3238
70996a37
RM
3239 * inet/htons.c (htons): Prototypify.
3240 * inet/htonl.c (htonl): Likewise.
3241
e80514b5
WD
32422014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3243
3244 * string/strncat.c (strncat): Improve performance by using strlen.
3245
6e46de42
WD
32462014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3247
3248 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3249
6a9ad2fa
WD
32502014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3251
3252 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3253 Call libc_fetestexcept_aarch64.
3254
1c8810ed
WD
32552014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3256
3257 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3258 Call libc_feholdexcept_aarch64.
3259
8b1af712
WD
32602014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3261
3262 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3263 Call get_rounding_mode.
3264
a7b00c11
WD
32652014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3266
3267 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3268 Simplify logic.
3269
3a84f1a6
WD
32702014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3271
3272 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3273 Simplify logic.
3274
48eb7a94
JM
32752014-10-24 Joseph Myers <joseph@codesourcery.com>
3276
c8bc4038
JM
3277 [BZ #14138]
3278 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3279 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3280 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3281 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3282 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3283 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3284 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3285 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3286 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3287 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3288 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3289 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3290 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3291 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3292 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3293 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3294 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3295 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3296 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3297 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3298 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3299 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3300 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3301 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3302 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3303 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3304 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3305 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3306 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3307 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3308 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3309 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3310 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3311 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3312 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3313 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3314 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3315 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3316 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3317 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3318 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3319 syscall.
3320 (geteuid): Likewise.
3321 (getgid): Likewise.
3322 (getuid): Likewise.
3323 (getresgid): Likewise.
3324 (getresuid): Likewise.
3325 (getgroups): Likewise.
3326 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3327 (geteuid): Likewise.
3328 (getgid): Likewise.
3329 (getuid): Likewise.
3330 (getresgid): Likewise.
3331 (getresuid): Likewise.
3332 (getgroups): Likewise.
3333 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3334 (geteuid): Likewise.
3335 (getgid): Likewise.
3336 (getuid): Likewise.
3337 (getresgid): Likewise.
3338 (getresuid): Likewise.
3339 (getgroups): Likewise.
3340 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3341 Likewise.
3342 (geteuid): Likewise.
3343 (getgid): Likewise.
3344 (getuid): Likewise.
3345 (getresgid): Likewise.
3346 (getresuid): Likewise.
3347 (getgroups): Likewise.
3348 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3349 (geteuid): Likewise.
3350 (getgid): Likewise.
3351 (getuid): Likewise.
3352 (getresgid): Likewise.
3353 (getresuid): Likewise.
3354 (getgroups): Likewise.
3355 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3356 Likewise.
3357 (geteuid): Likewise.
3358 (getgid): Likewise.
3359 (getuid): Likewise.
3360 (getgroups): Likewise.
3361
48eb7a94
JM
3362 [BZ #14138]
3363 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3364 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3365 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3366 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3367 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3368 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3369 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3370 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3371 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3372 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3373 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3374 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3375 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3376 __chown.
3377 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3378 (lchown): Likewise.
3379 (fchown): Likewise.
3380 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3381 Likewise.
3382 (lchown): Likewise.
3383 (fchown): Likewise.
3384 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3385 (lchown): Likewise.
3386 (fchown): Likewise.
3387 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3388 Likewise.
3389 (lchown): Likewise.
3390 (fchown): Likewise.
3391
ea9a7c8b
WD
33922014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3393
3394 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3395 Simplify logic.
3396
e226de33
WD
33972014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3398
3399 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3400 Cleanup logic.
3401
6e3d8ed3
WD
34022014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3403
3404 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3405 Remove unused include.
3406
eb04247d
WD
34072014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3408
3409 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3410 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3411 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3412 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3413
13d84554
CD
34142014-10-23 Carlos O'Donell <carlos@systemhalted.org>
3415 Helge Deller <deller@gmx.de>
3416
3417 [BZ #17508]
3418 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3419 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3420 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3421
15f9c5df
JM
34222014-10-23 Joseph Myers <joseph@codesourcery.com>
3423
3424 [BZ #14132]
3425 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3426 Remove macro definition.
3427 (__ashrdi3_v_glibc20): Likewise.
3428 (__lshrdi3_v_glibc20): Likewise.
3429 (__cmpdi2_v_glibc20): Likewise.
3430 (__ucmpdi2_v_glibc20): Likewise.
3431 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3432 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3433 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3434 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3435 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3436 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3437
c6dfed24
RM
34382014-10-22 Roland McGrath <roland@hack.frob.com>
3439
3440 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3441 old GNU extension [0] syntax.
3442 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3443 alloca rather than an array member with variable length.
3444 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3445 * nscd/nscd.c (invalidate_db): New function, broken out of ...
3446 (parse_opt): ... here. Likewise use alloca there.
3447 Validate the -i argument before checking for rootness.
3448 (send_shutdown): New function, broken out of ...
3449 (parse_opt): ... here.
3450
8c2b1ed8
RM
34512014-10-22 Roland McGrath <roland@hack.frob.com>
3452
3453 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3454 macro to get at the _rt_local_ro field.
3455 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3456 ([PIC] case) or _dl_hwcap ([!PIC] case).
3457 * sysdeps/arm/setjmp.S: Likewise.
3458
3459 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3460 * sysdeps/arm/configure.ac: New check to define it.
3461 * sysdeps/arm/configure: Regenerated.
3462 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3463 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3464 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3465 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3466 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3467 Use move/movt pair instead of a load.
3468 (LDST_GLOBAL): Macro removed.
3469 (LDR_GLOBAL): New macro replaces it.
3470 (LDR_HIDDEN): New macro.
3471 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3472 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3473
3474 * setjmp/tst-setjmp-static.c: New file.
3475 * setjmp/Makefile (tests): Add it.
3476 (tests-static): New variable.
3477
b5af9297
MR
34782014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
3479
3480 [BZ #17485]
3481 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3482
a13d0d74
JM
34832014-10-21 Joseph Myers <joseph@codesourcery.com>
3484
3485 [BZ #14132]
3486 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3487
f05e73f6
RM
34882014-10-21 Roland McGrath <roland@hack.frob.com>
3489
3490 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3491
6ab1d1ea
RM
34922014-10-20 Roland McGrath <roland@hack.frob.com>
3493
3494 * io/fts.c (dirent_not_directory): New function.
3495 (fts_build): Call it.
3496
ab49e763
RM
34972014-10-20 Roland McGrath <roland@hack.frob.com>
3498
e436eb79
RM
3499 * nptl/version.c (__nptl_main): Use normal __write rather than
3500 INTERNAL_SYSCALL.
3501 (banner): Update copyright years.
3502
6af246cf
RM
3503 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3504 gettimeofday.
3505 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3506 * nptl/pthread_cond_timedwait.c: Likewise.
3507 * nptl/pthread_mutex_timedlock.c: Likewise.
3508 * nptl/sem_timedwait.c: Likewise.
3509
ab49e763
RM
3510 * sysdeps/nptl/bits/libc-lock.h
3511 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3512 (__libc_lock_init_recursive): Return void, not 0.
3513 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3514 (__libc_rwlock_init): Likewise.
3515 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3516
f50277c1
TR
35172014-10-20 Torvald Riegel <triegel@redhat.com>
3518
3519 [BZ #15215]
3520 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3521 (__pthread_once_slow): ... here.
3522 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3523 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3524
63668b70
TR
35252014-10-20 Torvald Riegel <triegel@redhat.com>
3526
3527 [BZ #15215]
3528 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3529 __PTHREAD_ONCE_FORK_GEN_INCR): New.
3530 * sysdeps/nptl/fork.c (__libc_fork): Use them.
3531 * nptl/pthread_once.c (__pthread_once): Likewise.
3532 Update comments.
3533
42b7f5d4
JM
35342014-10-20 Joseph Myers <joseph@codesourcery.com>
3535
3536 [BZ #14138]
3537 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3538 name.
3539 (writev): Use __libc_writev as strong name.
3540 * sysdeps/unix/sysv/linux/readv.c: Remove file.
3541 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3542
b0643088
RM
35432014-10-17 Roland McGrath <roland@hack.frob.com>
3544
114c4e09
RM
3545 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3546
674b8978
RM
3547 * sysdeps/i386/nptl/tls.h
3548 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3549 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3550 New macros.
3551 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3552 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3553 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3554 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3555 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3556 Call CHECK_THREAD_SYSINFO instead of doing an assert.
3557
184ee940
RM
3558 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3559 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3560 on [__NR_futex].
3561 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3562 broken out of ...
3563 (__pthread_mutex_init): ... here. Call it.
3564 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3565 Conditionalize PI cases on [__NR_futex].
3566 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3567 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3568 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3569
327ae257
RM
3570 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3571 conditional on [SIGSETXID].
3572 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3573 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3574 is defined. Likewise for SIGSETXID.
3575 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3576 Conditionalize definitions on [SIGSETXID].
3577 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3578 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3579 unblocking on [SIGCANCEL].
3580
b0643088
RM
3581 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3582 [__NR_set_robust_list].
3583
33cc770b
SP
35842014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
3585
3586 * string/strcoll_l.c (get_next_seq): Fix up formatting.
3587 (do_compare): Likewise.
3588
0742aef6
LH
35892014-10-17 Leonhard Holz <leonhard.holz@web.de>
3590
3591 [BZ #15884]
3592 * string/strcoll_l.c: Don't include stdio.h.
3593 (coll_seq): Remove members idxarr and rulearr.
3594 (get_next_seq_cached): Remove function.
3595 (get_next_seq): Likewise.
3596 (get_next_seq_nocache): Rename to get_next_seq.
3597 (do_compare): Remove function.
3598 (do_compare_nocache): Rename to do_compare.
3599 (STRCOLL): Remove weight and rules cache.
3600
ee54ce44
RM
36012014-10-16 Roland McGrath <roland@hack.frob.com>
3602
3603 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3604 * sysdeps/arm/sfp-machine.h: ... to here.
3605 * sysdeps/arm/Implies: Remove arm/soft-fp.
3606
a75d3b02
JM
36072014-10-14 Joseph Myers <joseph@codesourcery.com>
3608
3609 * conform/data/sys/utsname.h-data (*_t): Allow.
3610 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3611 [POSIX] (WEXITED): Do not expect constant.
3612 [POSIX] (WSTOPPED): Likewise.
3613 [POSIX] (WNOHANG): Likewise.
3614 [POSIX] (WNOWAIT): Likewise.
3615 [POSIX] (siginfo_t): Do not expect type or elements.
3616 [POSIX] (pid_t): Do not expect type.
3617 [POSIX] (signal.h): Do not allow header.
3618 [POSIX] (sys/resource.h): Likewise.
3619 [POSIX] (si_*): Do not allow pattern.
3620 [POSIX] (W*): Likewise.
3621 [POSIX] (P_*): Likewise.
3622 [POSIX] (BUS_*): Likewise.
3623 [POSIX] (CLD_*): Likewise.
3624 [POSIX] (FPE_*): Likewise.
3625 [POSIX] (ILL_*): Likewise.
3626 [POSIX] (POLL_*): Likewise.
3627 [POSIX] (SEGV_*): Likewise.
3628 [POSIX] (SI_*): Likewise.
3629 [POSIX] (TRAP_*): Likewise.
3630 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3631 variable.
3632
fda389c8
SP
36332014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
3634
3635 [BZ #12926]
3636 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3637 infinite loop when __recvmsg returns 0.
3638
6bc6bd3b
JM
36392014-10-10 Joseph Myers <joseph@codesourcery.com>
3640
fcb32af1
JM
3641 * CANCEL-FCT-WAIVE: Remove file.
3642 * CANCEL-FILE-WAIVE: Likewise.
3643
6bc6bd3b
JM
3644 [BZ #14132]
3645 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3646 instead of INTVARDEF.
3647 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3648 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3649 rtld_hidden_data_def instead of INTVARDEF.
3650 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3651 * elf/dl-deps.c (expand_dst): Likewise.
3652 * elf/dl-load.c (_dl_dst_count): Likewise.
3653 (_dl_dst_substitute): Likewise.
3654 (decompose_rpath): Likewise.
3655 (_dl_init_paths): Likewise.
3656 (open_path): Likewise.
3657 (_dl_map_object): Likewise.
3658 * elf/rtld.c (dl_main): Likewise.
3659 (process_dl_audit): Likewise.
3660 (process_envvars): Likewise.
3661 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3662 Remove declaration.
3663 (__libc_enable_secure): Use rtld_hidden_proto.
3664
b8c80a7e
KS
36652014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3666
3667 * elf/dl-load.c
3668 (add_path): New function broken out of _dl_rtld_di_serinfo.
3669 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
3670
ff12c11f
JM
36712014-10-09 Joseph Myers <joseph@codesourcery.com>
3672
5c0508a3
JM
3673 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3674 parentheses around macro arguments.
3675 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3676 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3677 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3678 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3679 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3680 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3681 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3682 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3683 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3684 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3685 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3686 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3687 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3688 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3689 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3690 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3691 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3692 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3693 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3694 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3695 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3696 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3697 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3698 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3699 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3700 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3701 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3702 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3703 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3704 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3705 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3706 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3707 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3708 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3709 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3710 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3711 Likewise.
3712 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3713 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3714 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3715 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3716 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3717 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3718 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3719 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3720 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3721 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3722 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3723 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3724 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3725 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3726 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3727 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3728 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3729 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3730 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3731 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3732 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3733 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3734 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3735 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3736 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3737 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3738 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3739 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3740 (_FP_FRAC_SRS_1): Likewise.
3741 (_FP_FRAC_CLZ_1): Likewise.
3742 (_FP_MUL_MEAT_1_imm): Likewise.
3743 (_FP_MUL_MEAT_1_wide): Likewise.
3744 (_FP_MUL_MEAT_1_hard): Likewise.
3745 (_FP_SQRT_MEAT_1): Likewise.
3746 (_FP_FRAC_ASSEMBLE_1): Likewise.
3747 (_FP_FRAC_DISASSEMBLE_1): Likewise.
3748 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3749 (__FP_CLZ_2): Likewise.
3750 (_FP_MUL_MEAT_2_wide): Likewise.
3751 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3752 (_FP_MUL_MEAT_2_gmp): Likewise.
3753 (_FP_MUL_MEAT_2_120_240_double): Likewise.
3754 (_FP_SQRT_MEAT_2): Likewise.
3755 (_FP_FRAC_ASSEMBLE_2): Likewise.
3756 (_FP_FRAC_DISASSEMBLE_2): Likewise.
3757 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3758 (_FP_FRAC_CLZ_4): Likewise.
3759 (_FP_MUL_MEAT_4_wide): Likewise.
3760 (_FP_MUL_MEAT_4_gmp): Likewise.
3761 (_FP_SQRT_MEAT_4): Likewise.
3762 (_FP_FRAC_ASSEMBLE_4): Likewise.
3763 (_FP_FRAC_DISASSEMBLE_4): Likewise.
3764 * soft-fp/op-common.h (_FP_CMP): Likewise.
3765 (_FP_CMP_EQ): Likewise.
3766 (_FP_CMP_UNORD): Likewise.
3767 (_FP_TO_INT): Likewise.
3768 (_FP_FROM_INT): Likewise.
3769 [!__FP_CLZ] (__FP_CLZ): Likewise.
3770 (_FP_DIV_HELP_imm): Likewise.
3771 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3772 Likewise.
3773 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3774 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3775 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3776 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3777 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3778 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3779 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3780 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3781 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3782 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3783 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3784 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3785 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3786 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3787 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3788 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3789 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3790 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3791 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3792 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3793 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3794 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3795 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3796 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3797 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3798 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3799 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3800 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3801 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3802 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3803 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3804 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3805 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3806 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3807 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3808 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3809 (FP_UNPACK_RAW_SP): Likewise.
3810 (FP_PACK_RAW_S): Likewise.
3811 (FP_PACK_RAW_SP): Likewise.
3812 (FP_UNPACK_S): Likewise.
3813 (FP_UNPACK_SP): Likewise.
3814 (FP_UNPACK_SEMIRAW_S): Likewise.
3815 (FP_UNPACK_SEMIRAW_SP): Likewise.
3816 (FP_PACK_S): Likewise.
3817 (FP_PACK_SP): Likewise.
3818 (FP_PACK_SEMIRAW_S): Likewise.
3819 (FP_PACK_SEMIRAW_SP): Likewise.
3820 (_FP_SQRT_MEAT_S): Likewise.
3821 (FP_CMP_S): Likewise.
3822 (FP_CMP_EQ_S): Likewise.
3823 (FP_CMP_UNORD_S): Likewise.
3824 (FP_TO_INT_S): Likewise.
3825 (FP_FROM_INT_S): Likewise.
3826
a736ec37
JM
3827 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3828
ff12c11f
JM
3829 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3830 (FP_EX_INVALID_IMZ): Likewise.
3831 (FP_EX_INVALID_IMZ_FMA): Likewise.
3832 (FP_EX_INVALID_ISI): Likewise.
3833 (FP_EX_INVALID_ZDZ): Likewise.
3834 (FP_EX_INVALID_IDI): Likewise.
3835 (FP_EX_INVALID_SQRT): Likewise.
3836 (FP_EX_INVALID_CVI): Likewise.
3837 (FP_EX_INVALID_VC): Likewise.
3838 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3839 "invalid" exceptions.
3840 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3841 (_FP_ADD_INTERNAL): Likewise.
3842 (_FP_MUL): Likewise.
3843 (_FP_FMA): Likewise.
3844 (_FP_DIV): Likewise.
3845 (_FP_CMP_CHECK_NAN): Likewise.
3846 (_FP_SQRT): Likewise.
3847 (_FP_TO_INT): Likewise.
3848 (FP_EXTEND): Likewise.
3849
b6dcfe8c
AM
38502014-10-09 Allan McRae <allan@archlinux.org>
3851
3852 * po/fr.po: Update French translation from translation project.
3853
2d6a47ba
JM
38542014-10-09 Joseph Myers <joseph@codesourcery.com>
3855
cb831245
JM
3856 [BZ #14132]
3857 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3858 of INTDEF.
3859 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3860 (__cxa_atexit): Use libc_hidden_proto.
3861 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3862
5deeb190
JM
3863 [BZ #14132]
3864 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3865 declaration.
3866 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3867 [!_ISOMAC] (__iswspace_l_internal): Likewise.
3868 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3869 [!_ISOMAC] (__iswctype_internal): Likewise.
3870 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3871 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3872 alias.
3873 (fcntl): Remove __fcntl_internal alias.
3874 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3875 __connect_internal alias.
3876 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3877 Likewise.
3878
454ac701
JM
3879 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3880 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3881 FP_DENORM_ZERO.
3882 (_FP_CHECK_FLUSH_ZERO): New macro.
3883 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3884 (_FP_CMP): Likewise.
3885 (_FP_CMP_EQ): Likewise.
3886 (_FP_TO_INT): Do not set inexact for subnormal arguments if
3887 FP_DENORM_ZERO.
3888 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3889 (FP_TRUNC): Likewise.
3890
0022e688
JM
3891 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3892 treated as invalid conversion, not as normal exponent.
3893
73e28d9c
JM
3894 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3895 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
3896 (_FP_CMP_EQ): Likewise.
3897 (_FP_CMP_UNORD): Likewise.
3898 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3899 (FP_CMP_EQ_D): Likewise.
3900 (FP_CMP_UNORD_D): Likewise.
3901 * soft-fp/extended.h (FP_CMP_E): Likewise.
3902 (FP_CMP_EQ_E): Likewise.
3903 (FP_CMP_UNORD_E): Likewise.
3904 * soft-fp/quad.h (FP_CMP_Q): Likewise.
3905 (FP_CMP_EQ_Q): Likewise.
3906 (FP_CMP_UNORD_Q): Likewise.
3907 * soft-fp/single.h (FP_CMP_S): Likewise.
3908 (FP_CMP_EQ_S): Likewise.
3909 (FP_CMP_UNORD_S): Likewise.
3910 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3911 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3912 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3913 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3914 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3915 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3916 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3917 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3918 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3919 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3920 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3921 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3922 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3923 to FP_CMP_Q.
3924 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3925 FP_CMP_Q.
3926 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3927 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3928 FP_CMP_EQ_Q.
3929 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3930 FP_CMP_Q.
3931 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3932 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3933 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3934 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3935 FP_CMP_EQ_Q.
3936 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3937 FP_CMP_Q.
3938 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3939 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3940 FP_CMP_EQ_Q.
3941 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3942 FP_CMP_Q.
3943 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3944 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3945 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3946 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3947 FP_CMP_EQ_Q.
3948
43059f42
JM
3949 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3950 a subnormal result, set the underflow exception if trapping on
3951 underflow is enabled.
3952 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3953 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3954 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3955 redefine to 0.
3956 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3957 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3958 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3959 * soft-fp/extendxftf2.c (__extendxftf2): Use
3960 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3961
2d6a47ba
JM
3962 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3963 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3964 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3965 FP_HANDLE_EXCEPTIONS.
3966 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3967 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3968 FP_HANDLE_EXCEPTIONS.
3969 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3970 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3971 FP_HANDLE_EXCEPTIONS.
3972 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3973 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3974 FP_HANDLE_EXCEPTIONS.
3975
620f462e
JM
39762014-10-08 Joseph Myers <joseph@codesourcery.com>
3977
3978 [BZ #14132]
3979 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3980 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3981 use INTUSE.
3982 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3983 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3984 Remove alias.
3985 (__adjtimex): Define using libc_hidden_ver.
3986 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3987 Remove declaration.
3988 (ntp_gettime): Call __adjtimex directly.
3989 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3990 Remove declaration.
3991 (ntp_gettimex): Call __adjtimex directly.
3992 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3993 __adjtimex_internal alias.
3994
c763c5d2
RM
39952014-10-08 Roland McGrath <roland@hack.frob.com>
3996
3997 [BZ #17460]
3998 * nscd/nscd.c (more_help): Rewrite list of tables collection
3999 using xstrdup and asprintf.
4000
4001 * nscd/nscd_conf.c: Remove local xstrdup declaration.
4002
7b8fb2b8
RM
40032014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4004 Roland McGrath <roland@hack.frob.com>
4005
4006 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4007 (do_lookup_unique): ... local function 'enter' here; update callers.
4008
abb280f7
JM
40092014-10-06 Joseph Myers <joseph@codesourcery.com>
4010
f7b42517
JM
4011 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4012 compat_symbol calls on [SHARED].
4013 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4014 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4015 Remove.
4016 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4017 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4018 (oldsetrlimit): Remove.
4019 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4020 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4021 (lchown): New syscall entry.
4022 (oldsetrlimit): Remove.
4023 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4024 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4025 (oldsetrlimit): Remove.
4026 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4027
abb280f7
JM
4028 [BZ #14138]
4029 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4030 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4031 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4032 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4033 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4034 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4035 (fchown): Likewise.
4036 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4037 (fchown): Likewise.
4038 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4039 Likewise.
4040
47d46237
AZ
40412014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4042
4043 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4044 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4045 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4046 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4047 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4048 Likewise.
4049 (__old_sem_post): Likewise.
4050
40512014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 4052
845a7343
CM
4053 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4054 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4055 HAVE_CLOCK_GETTIME_VSYSCALL macros.
4056 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4057 Use INLINE_VSYSCALL macro.
4058 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4059 __vdso_clock_gettime.
4060 * sysdeps/unix/sysv/linux/tile/init-first.c
4061 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4062 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4063 __vdso_clock_gettime.
4064
83d641ef
CM
4065 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4066 to set up frame more cleanly.
4067
d9cd52e6
CM
4068 * sysdeps/tile/memcmp.c: New file.
4069
4b68ea11
CM
4070 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4071
c86f7b80
CM
4072 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4073 * sysdeps/tile/tilegx/strcasestr.c: New file.
4074 * sysdeps/tile/tilegx/strnlen.c: New file.
4075 * sysdeps/tile/tilegx/strstr.c: New file.
4076
1c4c1a6f
CM
4077 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4078
99d86ea3
AS
40792014-10-06 Arjun Shankar <arjun.is@lostca.se>
4080
4081 * nptl/tst-setuid3.c: Write errors to stdout.
4082
06210a44
KS
40832014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4084
4085 * elf/dl-deps.c
4086 (preload): New functions broken out of _dl_map_object_deps.
4087 (_dl_map_object_deps): Remove a nested function. Update call sites.
4088
6268f532
JM
40892014-10-01 Joseph Myers <joseph@codesourcery.com>
4090
4091 [BZ #14138]
4092 * sysdeps/unix/sysv/linux/execve.c: Remove file.
4093 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4094
b925285f
SE
40952014-10-01 Steve Ellcey <sellcey@mips.com>
4096
4097 * sysdeps/mips/strcmp.S: New.
4098
754a15c6
JM
40992014-09-30 Joseph Myers <joseph@codesourcery.com>
4100
4101 [BZ #14138]
4102 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4103 (linkat): Likewise.
4104 (mkdirat): Likewise.
4105 (readlinkat): Likewise.
4106 (renameat): Likewise.
4107 (symlinkat): Likewise.
4108 (unlinkat): Likewise.
4109 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4110 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4111 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4112 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4113 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4114 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4115 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4116
85bb81c9
WN
41172014-09-30 Will Newton <will.newton@linaro.org>
4118
dc6fe23b
WN
4119 * math/math.h: Define long double math functions if
4120 _LIBC_TEST is defined.
4121 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4122
85bb81c9
WN
4123 * localedata/Makefile: Move assignment to tests-special
4124 into an ifdef testing run-built-tests.
4125 * timezone/Makefile: Likewise.
4126
b7e02da4
JM
41272014-09-29 Joseph Myers <joseph@codesourcery.com>
4128
4129 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4130 with $(BASH) not $(SHELL).
4131
62058ce6
CD
41322014-09-29 Carlos O'Donell <carlos@redhat.com>
4133 Matthew LeGendre <legendre1@llnl.gov>
4134
4135 [BZ #17411]
4136 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4137 l_reloc_result.
4138
8e257a29
KS
41392014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4140
4141 * stdio-common/printf_fp.c
4142 (hack_digit): New function, broken out of ...
4143 (__printf_fp): ... local function here. Update call sites.
4144 hack_digit now takes an additional parameter that is a pointer
4145 to a struct of the referenced locals. Those locals moved inside
4146 the struct and references updated.
4147
f4a58f0d
L
41482014-09-29 H.J. Lu <hongjiu.lu@intel.com>
4149
4150 * aclocal.m4: Require autoconf 2.69.
4151 * configure: Regenerated.
4152 * sysdeps/aarch64/configure: Likewise.
4153 * sysdeps/alpha/configure: Likewise.
4154 * sysdeps/arm/armv7/configure: Likewise.
4155 * sysdeps/arm/configure: Likewise.
4156 * sysdeps/ia64/configure: Likewise.
4157 * sysdeps/mach/configure: Likewise.
4158 * sysdeps/mips/configure: Likewise.
4159 * sysdeps/s390/configure: Likewise.
4160 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4161 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4162
4163 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4164 file.
4165 * sysdeps/ia64/configure.ac: Likewise.
4166
93ae1eba
JM
41672014-09-26 Joseph Myers <joseph@codesourcery.com>
4168
1810d3ab
JM
4169 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4170 specify symbol version for ld.so. Do not include entry for
4171 libpthread.
4172 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4173 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4174 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4175
93ae1eba
JM
4176 [BZ #14171]
4177 * Makeconfig [$(build-shared) = yes]
4178 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4179 makefiles.
4180 [$(build-shared) = yes && $(soversions.mk-done) = t]
4181 ($(common-objpfx)gnu/lib-names.h): Remove rule.
4182 [$(build-shared) = yes && $(soversions.mk-done) = t]
4183 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
4184 to Makerules.
4185 [$(build-shared) = yes && $(soversions.mk-done) = t]
4186 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4187 here.
4188 [$(build-shared) = yes && $(soversions.mk-done) = t]
4189 (common-generated): Don't append gnu/lib-names.h and
4190 gnu/lib-names.stmp here.
4191 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4192 (lib-names-h-abi): New variable.
4193 [$(build-shared) = yes && $(soversions.mk-done) = t]
4194 (lib-names-stmp-abi): Likewise.
4195 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4196 abi-variants] (before-compile): Append
4197 $(common-objpfx)$(lib-names-h-abi).
4198 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4199 abi-variants] (common-generated): Append gnu/lib-names.h.
4200 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4201 abi-variants] (install-others-nosubdir): Depend on
4202 $(inst_includedir)/$(lib-names-h-abi).
4203 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4204 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4205 [$(build-shared) = yes && $(soversions.mk-done) = t]
4206 ($(common-objpfx)$(lib-names-h-abi)): New rule.
4207 [$(build-shared) = yes && $(soversions.mk-done) = t]
4208 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4209 [$(build-shared) = yes && $(soversions.mk-done) = t]
4210 (common-generated): Append $(lib-names-h-abi) and
4211 $(lib-names-stmp-abi).
4212 * scripts/lib-names.awk: Do not handle multi being set.
4213 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4214 Remove variable.
4215 (abi-lp64_be-ld-soname): Likewise.
4216 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4217 Likewise.
4218 (abi-hard-ld-soname): Likewise.
4219 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4220 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4221 Remove variable.
4222 (abi-o32_hard-ld-soname): Likewise.
4223 (abi-o32_soft_2008-ld-soname): Likewise.
4224 (abi-o32_hard_2008-ld-soname): Likewise.
4225 (abi-n32_soft-ld-soname): Likewise.
4226 (abi-n32_hard-ld-soname): Likewise.
4227 (abi-n32_soft_2008-ld-soname): Likewise.
4228 (abi-n32_hard_2008-ld-soname): Likewise.
4229 (abi-n64_soft-ld-soname): Likewise.
4230 (abi-n64_hard-ld-soname): Likewise.
4231 (abi-n64_soft_2008-ld-soname): Likewise.
4232 (abi-n64_hard_2008-ld-soname): Likewise.
4233 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4234 Likewise.
4235 (abi-64-v2-ld-soname): Likewise.
4236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4237 ld.so entries.
4238 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4239 variable.
4240 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4241 entry.
4242 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4243 variable.
4244 (abi-64-ld-soname): Likewise.
4245 (abi-x32-ld-soname): Likewise.
4246 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4247 entry.
4248 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4249
68870f12
JM
42502014-09-23 Joseph Myers <joseph@codesourcery.com>
4251
4252 [BZ #14138]
4253 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4254 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4255 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4256 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4257 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4258 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4259 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4260 syscall entry for GLIBC_2.2 symbol version.
4261 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4262 Likewise.
4263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4264 (setrlimit): Likewise.
4265 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4266 Likewise.
4267
ea58f202
WN
42682014-09-23 Will Newton <will.newton@linaro.org>
4269
4270 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4271 _LINUX_ARM_SYSDEP_H include guard too.
4272 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4273 define.
4274
69eb9a18
RV
42752014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
4276
4277 * sysdeps/unix/sysv/linux/eventfd.c:
4278 Make first argument unsigned.
4279 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4280 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4281
20e5a5f7
OB
42822014-09-20 Ondřej Bílka <neleai@seznam.cz>
4283
4284 * socket/recvmmsg.c (recvmmsg): Drop const argument.
4285 * socket/sys/socket.h: Likewise
4286 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4287
d3c827e7
AK
42882014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4289
4290 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4291
fe1cc35a
AS
42922014-09-17 Arjun Shankar <arjun.is@lostca.se>
4293
4294 * time/tst-ftime.c: New test.
4295 * time/Makefile (tests): Add tst-ftime.
4296
4e8afe69
JM
42972014-09-17 Joseph Myers <joseph@codesourcery.com>
4298
c4fe3ea7
JM
4299 * soft-fp/extended.h: Fix comment formatting.
4300 * soft-fp/op-1.h: Likewise.
4301 * soft-fp/op-2.h: Likewise.
4302 * soft-fp/op-4.h: Likewise.
4303 * soft-fp/op-8.h: Likewise.
4304 * soft-fp/op-common.h: Likewise.
4305 * soft-fp/soft-fp.h: Likewise.
4306
4e8afe69
JM
4307 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4308
af296fcd
JM
43092014-09-16 Joseph Myers <joseph@codesourcery.com>
4310
4311 [BZ #6652]
4312 * Makeconfig (soversions-default-setname): Remove variable.
4313 ($(common-objpfx)soversions.i): Don't pass default_setname to
4314 soversions.awk.
4315 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4316 oldest_abi to abi-versions.awk.
4317 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4318 * config.make.in (oldest-abi): Remove variable.
4319 * configure.ac (--enable-oldest-abi): Remove configure option.
4320 * configure: Regenerated.
4321 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4322 text.
4323 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4324 * scripts/soversions.awk: Do not handle default_setname variable.
4325 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4326 variable.
4327 * sysdeps/mach/hurd/configure: Regenerated.
4328 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4329 variable.
4330 * sysdeps/unix/sysv/linux/configure: Regenerated.
4331
545583d6
SP
43322014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4333
d330b980
SP
4334 * elf/Makefile (CFLAGS-interp.c): Remove.
4335 ($(elf-objpfx)runtime-linker.h): Generate header with linker
4336 path string.
4337 * elf/interp.c: Include generated runtime-linker.h
4338
02657da2
SP
4339 * Makerules (lib%.so): Don't include $(+interp) in
4340 prerequisites.
4341 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4342 * dlfcn/eval.c: Remove file.
4343
653b1080
SP
4344 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4345 macros.
4346
602f80ec
SP
4347 [BZ #17266]
4348 * misc/sys/cdefs.h: Define __extern_always_inline for clang
4349 4.2 and newer.
4350
545583d6
SP
4351 [BZ #17370]
4352 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4353
884ddc50
SP
43542014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4355 Jakub Jelinek <jakub@redhat.com>
4356
4357 [BZ #17266]
4358 * libio/stdio.h: Check definition of __fortify_function
4359 instead of __extern_always_inline to include bits/stdio2.h.
4360 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4361 check if __extern_always_inline is defined.
4362 [__USE_MISC || __USE_XOPEN]: Likewise.
4363 [__USE_ISOC99] Likewise.
4364 * misc/sys/cdefs.h (__fortify_function): Define only if
4365 __extern_always_inline is defined.
4366 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4367 __extern_always_inline and __extern_inline only for g++-4.3
4368 and newer or a compatible gcc.
4369
a7b87268
AS
43702014-09-15 Andreas Schwab <schwab@linux-m68k.org>
4371
4372 [BZ #17371]
4373 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4374 last change to handle zero prefix length.
4375
3f41521d
SP
43762014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4377
61fe374a
SP
4378 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4379 _SC_REGEX_VERSION.
4380
3f41521d
SP
4381 * posix/getconf.c (vars): Add _POSIX_IPV6 and
4382 _POSIX_RAW_SOCKETS.
4383
d8f879ee
AM
43842014-09-13 Allan McRae <allan@archlinux.org>
4385
4386 * po/ru.po: Update Russian translation from translation project.
4387
c079afb7
RM
43882014-09-12 Roland McGrath <roland@hack.frob.com>
4389
a62b3c15
RM
4390 * locale/programs/locale.c (show_locale_vars): Inline local function
4391 into its sole call site. Clean up some style nits.
4392 (print_item): New function, broken out of ...
4393 (show_info): ... local function here. Clean up style nits.
4394
d7e49b19
RM
4395 * locale/programs/ld-ctype.c (set_one_default): New function, broken
4396 out of ...
4397 (set_class_defaults): ... local function set_default here.
4398 Define set_default as a macro locally to pass constant parameters.
4399 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4400 rather than a shared local.
4401
c079afb7
RM
4402 * stdlib/rpmatch.c (try): New function, broken out of ...
4403 (rpmatch): ... local function here. Also, prototypify definition.
4404
0bd72468
JM
44052014-09-12 Joseph Myers <joseph@codesourcery.com>
4406
ba90e050
JM
4407 * scripts/soversions.awk: Do not handle configuration names.
4408 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4409 vendor and os variables to soversions.awk.
4410 * configure.ac: Do not modify gnu-* host_os.
4411 * configure: Regenerated
4412 * shlib-versions: Remove first column with configuration names.
4413 * nptl/shlib-versions: Likewise.
4414 * nptl_db/shlib-versions: Likewise.
4415 * sysdeps/hppa/shlib-versions: Likewise.
4416 * sysdeps/m68k/shlib-versions: Likewise.
4417 * sysdeps/mach/hurd/shlib-versions: Likewise.
4418 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4419 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4420 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4421 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4422 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4423 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4424 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4425 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4427 Likewise.
4428 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4429 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4430 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4431 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4432 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4433 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4434 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4435 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4436
73a39112
JM
4437 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4438 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4440 Regenerated.
4441 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4442 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4443 Condition symbol version definitions on [HAVE_ELFV2_ABI].
4444
c729e7c1
JM
4445 * shlib-versions: Remove OS-specific entries. Moved to files in
4446 sysdeps.
4447 * sysdeps/mach/hurd/shlib-versions: New file.
4448 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4449
dc932a24
JM
4450 * nptl/shlib-versions: Remove architecture-specific entries.
4451 Moved to files in sysdeps.
4452 * shlib-versions: Likewise.
4453 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4454 file.
4455 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4456 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4457 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4458 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4459
0bd72468
JM
4460 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4461 (UDP_NO_CHECK6_RX): Likewise.
4462
920238e0
SP
44632014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4464
4465 * sysdeps/posix/sysconf.c (__sysconf): Spell
4466 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4467
ba7b4d29
FW
44682014-08-12 Florian Weimer <fweimer@redhat.com>
4469
4470 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4471 loading.
4472 * iconv/Versions (__gconv_transliterate): Export for use from
4473 gconv modules.
4474 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4475 (struct __gconv_trans_data, __gconv_trans_fct,
4476 __gconv_trans_context_fct, __gconv_trans_query_fct,
4477 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4478 definitions.
4479 (struct __gconv_step_data): Remove __trans member.
4480 (__gconv_transliterate): Declaration moved from gconv_int.h. No
4481 longer hidden. Remove unused trans_data argument.
4482 * iconv/gconv_int.h (struct trans_struct): Remove definition.
4483 (__gconv_translit_find): Remove declaration.
4484 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
4485 prototype.
4486 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4487 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4488 trans_data argument. Add hidden definition.
4489 (__gconv_translit_find): Remove.
4490 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4491 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4492 * iconv/skeleton.c: Remove transliteration initialization.
4493 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4494 __gconv_step_data initialization.
4495 * libio/iofwide.c (__libio_translit_): Remove.
4496 (_IO_fwide): Adjust struct __gconv_step_data initialization.
4497 * wcsmbs/btowc.c (__btowc): Likewise.
4498 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4499 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4500 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4501 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4502 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4503 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4504 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4505 * wcsmbs/wctob.c (wctob): Likewise.
4506
5379aebd
SP
45072014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4508
4509 [BZ #16194]
4510 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4511 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
4512 register usage.
4513 * sysdeps/x86/Makefile: Adjust.
4514
8c0ab919
RM
45152014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4516 Roland McGrath <roland@hack.frob.com>
4517
4518 * locale/weight.h: Add include guard.
4519 (findidx): Make static rather than auto; take new parameters
4520 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4521 * locale/weightwc.h: Likewise.
4522 * posix/fnmatch_loop.c
4523 (FCT): Change type of EXTRA from int32_t to wint_t.
4524 Don't include either header inside the function.
4525 Call FINDIDX rather than findidx, and pass new arguments.
4526 #undef FINDIDX at the end of the file.
4527 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4528 FINDIDX before including fnmatch_loop.c for the non-wide version.
4529 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4530 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4531 for the wide version.
4532 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4533 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4534 Pass new arguments to findidx.
4535 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4536 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4537 Don't #include it inside the function. Pass new arguments to findidx.
4538 * posix/regex_internal.h
4539 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4540 (re_string_elem_size_at): Don't #include it inside the function.
4541 Pass new arguments to findidx.
4542 * string/strcoll_l.c: #include WEIGHT_H at top level.
4543 (get_next_seq): Don't #include it inside the function.
4544 Pass new arguments to findidx.
4545 (get_next_seq_nocache): Likewise.
4546 * string/strxfrm_l.c: #include WEIGHT_H at top level.
4547 (STRXFRM): Don't #include it inside the function.
4548 Pass new arguments to findidx.
4549
52ffbdf2
FW
45502014-09-11 Florian Weimer <fweimer@redhat.com>
4551
4552 [BZ #17344]
4553 * malloc/malloc.c (unlink): Turn asserts into a call to
4554 malloc_printerr.
4555
984c0ea9
TL
45562014-09-11 Tim Lammens <tim.lammens@gmail.com>
4557
4558 [BZ #17370]
4559 * libio/wfileops (do_ftell_wide): Free OUT.
4560
3daee107
CM
45612014-09-10 Chris Metcalf <cmetcalf@tilera.com>
4562
4563 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4564
58b930ae
SP
45652014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4566
4567 [BZ #17363]
4568 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4569 group if the current group is empty.
4570
3b473fec
AZ
45712014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4572
71ae8647
AZ
4573 * benchtests/bench-memset.c (test_main): Add more test from size
4574 from 32 to 512 bytes.
4575 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4576 Add POWER8 memset object.
4577 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4578 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4579 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4580 implementation.
4581 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4582 Likewise.
4583 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4584 multiarch POWER8 memset optimization.
4585 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4586 POWER8 memset optimization.
4587
3b473fec
AZ
4588 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4589 Remove bzero multiarch objects.
4590 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4591 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4592 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4593 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4594 Remove define.
4595 [__bzero]: Redefine to specific name.
4596 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4597 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4598 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4599 define.
4600 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4601 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4602
e6fb9587
FW
46032014-09-10 Florian Weimer <fweimer@redhat.com>
4604
4605 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4606 warnings into errors.
4607
4608 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4609 __cxa_thread_atexit_impl prototype.
4610
9d3a350b
SE
46112014-09-09 Steve Ellcey <sellcey@mips.com>
4612
4613 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4614 Fix capitalization of error message.
4615
0febba23
SE
46162014-09-09 Steve Ellcey <sellcey@mips.com>
4617
4618 * sysdeps/mips/preconfigure: Modify ABI tests.
4619
645a0e9c
CD
46202014-09-07 Carlos O'Donell <carlos@systemhalted.org>
4621
4622 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4623
d83f0734
CD
46242014-09-07 Roland McGrath <roland@hack.frob.com>
4625 Carlos O'Donell <carlos@systemhalted.org>
4626
4627 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4628 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4629 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4630 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4631 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4632 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4633 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4634 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4635 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4636 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4637 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4638 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4639 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4640 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4641 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4642 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4643 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4644 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4645 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4646 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4647 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4648 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4649 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4650 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4651 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4652 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4653 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4654 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4655 Deconditionalize the code that was previously under [RESET_PID].
4656 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4657 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4658 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4659 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4660 include sysdep.h.
4661
21c83793
AM
46622014-09-08 Allan McRae <allan@archlinux.org>
4663
4664 * version.h (RELEASE): Set to "development".
4665 (VERSION): Set to "2.20.90"
4666
1cd9b65c
AM
46672014-09-07 Allan McRae <allan@archlinux.org
4668
b8079dd0
AM
4669 * version.h (RELEASE): Set to "stable".
4670 (VERSION): Set to "2.20"
4671 * include/features.h (__GLIBC_MINOR__): Set to 20.
4672
c46303ef
AM
4673 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4674 Liebler.
4675
1cd9b65c
AM
4676 * po/ko.po: Update Korean translation from translation project.
4677
8622092d
CM
46782014-09-06 Chris Metcalf <cmetcalf@tilera.com>
4679
4680 [BZ #17354]
4681 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4682 macro for handling signed relocations.
4683
41488498
FW
46842014-09-03 Florian Weimer <fweimer@redhat.com>
4685
4686 [BZ #17325]
4687 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4688 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4689 assert.
4690 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4691 * iconvdata/ibm935.c (BODY): Likewise.
4692 * iconvdata/ibm937.c (BODY): Likewise.
4693 * iconvdata/ibm939.c (BODY): Likewise.
4694 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4695 assert.
4696 * iconvdata/Makefile (iconv-test.out): Pass module list to test
4697 script.
4698 * iconvdata/run-iconv-test.sh: New test loop for checking for
4699 decoder crashers.
4700
a78b712d
KR
47012014-09-02 Khem Raj <raj.khem@gmail.com>
4702
4703 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4704 libm_hidden_ver.
4705
cb08abc6
AM
47062014-09-01 Allan McRae <allan@archlinux.org>
4707
2c31e102
AM
4708 * po/eo.po: Update Esperanto translation from translation project.
4709
cb08abc6
AM
4710 * po/ca.po: Update Catalan translation from translation project.
4711
17a62de1
ST
47122014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
4713
4714 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4715 __proc_dostop call.
4716
9570bc53
MW
47172014-08-27 Mark Wielaard <mjw@redhat.com>
4718
4719 [BZ #17319]
4720 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4721 to call set_thread_area instead of hand written asm.
4722 (__NR_set_thread_area): Removed define.
4723 (TLS_FLAG_WRITABLE): Likewise.
4724 (__ASSUME_SET_THREAD_AREA): Remove check.
4725 (TLS_EBX_ARG): Remove define.
4726 (TLS_LOAD_EBX): Likewise.
4727
b0f955c9
ST
47282014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
4729
4730 Simplify atomicity of socket creation in bind.
4731
4732 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4733 looking up the name after linking the file.
4734
529bf515
AM
47352014-08-27 Allan McRae <allan@archlinux.org>
4736
4737 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4738
a1a6a401
FW
47392014-08-26 Florian Weimer <fweimer@redhat.com>
4740
4741 [BZ #17187]
4742 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4743 trans_compare, open_translit, __gconv_translit_find):
4744 Remove module loading code.
4745
686ab290
AM
47462014-08-26 Allan McRae <allan@archlinux.org>
4747
e4e7cfd2
AM
4748 * po/vi.po: Update Vietnamese translation from translation project.
4749
6aa09f71
AM
4750 * po/uk.po: Update Ukrainian translation from translation project.
4751
edc0660e
AM
4752 * po/fr.po: Update French translation from translation project.
4753
7eea72ac
AM
4754 * po/ru.po: Update Russian translation from translation project.
4755
93c49eff
AM
4756 * po/pl.po: Update Polish translation from translation project.
4757
46acaf63
AM
4758 * po/cs.po: Update Czech translation from translation project.
4759
a9f5ce98
AM
4760 * po/de.po: Update German translation from translation project.
4761
373f2b78
AM
4762 * po/bg.po: Update Bulgarian translation from translation project.
4763
e7548bd8
AM
4764 * po/sv.po: Update Sweedish translation from translation project.
4765
c526bf4d
AM
4766 * po/nl.po: Update Dutch translation from translation project.
4767
686ab290
AM
4768 * po/es.po: Update Spanish translation from translation project.
4769
eb72478a
SP
47702014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4771
dd763fdb
SP
4772 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4773
318c7a58
SP
4774 * catgets/Makefile (CPPFLAGS-gencat): Remove.
4775 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4776 (CPPFLAGS-iconvconfig): Likewise.
4777 * timezone/Makefile (CPPFLAGS-zic): Likewise.
4778
eb72478a
SP
4779 * include/libc-symbols.h: Remove unnecessary check for
4780 NOT_IN_libc.
4781 * nptl/pthreadP.h: Likewise.
4782 * sysdeps/aarch64/setjmp.S: Likewise.
4783 * sysdeps/alpha/setjmp.S: Likewise.
4784 * sysdeps/arm/sysdep.h: Likewise.
4785 * sysdeps/i386/setjmp.S: Likewise.
4786 * sysdeps/m68k/setjmp.c: Likewise.
4787 * sysdeps/posix/getcwd.c: Likewise.
4788 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4789 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4790 * sysdeps/s390/s390-32/setjmp.S: Likewise.
4791 * sysdeps/s390/s390-64/setjmp.S: Likewise.
4792 * sysdeps/sh/sh3/setjmp.S: Likewise.
4793 * sysdeps/sh/sh4/setjmp.S: Likewise.
4794 * sysdeps/unix/alpha/sysdep.h: Likewise.
4795 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4796 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4797 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4798 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4799 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4800 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4801 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4802 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4803 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4804 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4805 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4806 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4807 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4808 * sysdeps/x86_64/setjmp.S: Likewise.
4809
d44a052c
JM
48102014-08-13 Joseph Myers <joseph@codesourcery.com>
4811
4812 [BZ #17263]
4813 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4814 <stdint.h>.
4815 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4816 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4817
508ce3ac
SP
48182014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4819
e44c8b0e
SP
4820 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4821
508ce3ac
SP
4822 [BZ #17262]
4823 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4824 and __x86_64__ when disabling x87 inline functions.
4825
b4acef1f
L
48262014-08-12 H.J. Lu <hongjiu.lu@intel.com>
4827
4828 [BZ #17259]
4829 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4830 asm statement with __cpuid_count.
4831
61b1ef6e
MF
48322014-08-12 Mike Frysinger <vapier@gentoo.org>
4833
4834 * configure.ac: Change __ehdr_start code to dereference the struct.
4835 Run readelf on the output to look for relocations.
4836 * configure: Regenerated.
4837
898c62f4
JM
48382014-08-12 Joseph Myers <joseph@codesourcery.com>
4839
4840 [BZ #17261]
4841 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4842 value to 0.
4843 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4844
9a8a5720
RM
48452014-08-12 Roland McGrath <roland@hack.frob.com>
4846
4847 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4848
4e75751c
BO
48492014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
4850
4851 [BZ #16892]
4852 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4853 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4854
bb2ce416
SA
48552014-08-12 Sean Anderson <seanga2@gmail.com>
4856
4857 * malloc/malloc.c: Fix typo in comment.
4858
7950a4ee
AM
48592014-08-09 Allan McRae <allan@archlinux.org>
4860
4861 * Regenerate libc.po.
4862
f469c49f
MF
48632014-08-08 Mike Frysinger <vapier@gentoo.org>
4864
4865 * intl/tst-gettext2.sh: Check every lang file for creation.
4866
656b84c2
WD
48672014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4868
4869 * sysdeps/aarch64/fpu/math_private.h
4870 (libc_feholdsetround_noex_aarch64_ctx): New function.
4871
538e9e45
W
48722014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4873
4874 * sysdeps/arm/armv6/strcpy.S (strcpy):
4875 Fix performance issue in misaligned cases.
4876
d4795e4a
AZ
48772014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4878
4879 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4880 Move definition from termios.h.
4881 (struct termio): Likewise.
4882 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4883 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4884 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4885 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4886 Likewise.
4887 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4888 Move definition to ioctl-types.h
4889 (struct termio): Likewise.
4890 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4891 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4892 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4893 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4894 Likewise.
4895
64accb62
RH
48962014-08-05 Richard Henderson <rth@redhat.com>
4897
27bb6dc0
RH
4898 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4899 exceptions.
4900 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4901 Add fraiseexcpt.
4902 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4903 Use __feraiseexcept.
4904 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4905 Protect libm symbols with IS_IN_libm.
4906
64accb62
RH
4907 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4908
e5292691
BO
49092014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
4910
4911 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4912
5b4bd2d4
WN
49132014-08-04 Will Newton <will.newton@linaro.org>
4914
4915 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4916 file.
4917
fcadaeef
MF
49182014-08-04 Mike Frysinger <vapier@gentoo.org>
4919
4920 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4921 variants for each function.
4922
43a94c64
RM
49232014-08-04 Roland McGrath <roland@hack.frob.com>
4924
4925 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4926 appended ...
4927 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4928 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4929 appended ...
4930 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4931 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4932 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4933 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4934 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4935 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4936 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4937 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4938 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4939 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4940 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4941 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4942 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4943 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4944 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4945 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4946 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4947 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4948 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4949 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4950 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4951 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4952 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4953 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4954 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4955 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4956 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4957 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4958 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4959 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4960 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4961 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4962 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4963 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4964 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4965 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4966 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4967 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4968 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4969 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4970 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4971 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4972 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4973 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4974 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4975 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4976 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4977 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4978 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4979 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4980 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4981 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4982 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4983 Update #include.
4984 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4985 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4986
8f3c1fa4
RM
49872014-08-04 Roland McGrath <roland@hack.frob.com>
4988
4989 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4990 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4991 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4992 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4993 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4994 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4995
ca08746f
RM
49962014-08-04 Roland McGrath <roland@hack.frob.com>
4997
4998 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4999 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5000 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5001 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5002
9c925ff9
RM
50032014-08-04 Roland McGrath <roland@hack.frob.com>
5004
5005 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5006 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5007 (__libc_vfork): Define function under this name.
5008 (__vfork): Define as an alias.
5009 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5010 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5011
e641054c
RM
50122014-08-04 Roland McGrath <roland@hack.frob.com>
5013
5014 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5015 that was previously under [RESET_PID].
5016 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5017
dacdc867
AS
50182014-08-04 Andreas Schwab <schwab@suse.de>
5019
5020 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5021
41f725ff
MF
50222014-08-03 Mike Frysinger <vapier@gentoo.org>
5023
5024 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5025 (main): Likewise.
5026
277cfb31
RM
50272014-08-01 Roland McGrath <roland@hack.frob.com>
5028
5029 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5030
4896f049
RH
50312014-08-01 Richard Henderon <rth@redhat.com>
5032
5033 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5034 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5035 typo in exact zero test.
5036 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5037 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5038 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5039
6f64e7d7
RM
50402014-08-01 Roland McGrath <roland@hack.frob.com>
5041
5042 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5043 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5044 * sysdeps/arm/sysdep.h: ... here.
5045 [!__ASSEMBLER__]: Include <stdint.h>.
5046
3f3dd810
SP
50472014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5048
a476ac4b
SP
5049 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5050 (HAVE_WCTYPE_H): Likewise.
5051 (HAVE_ISWCTYPE): Likewise.
5052 (ENABLE_NLS): Likewise.
5053 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5054 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5055
78dd658a
SP
5056 * posix/regex_internal.c: Check if DEBUG is defined and is
5057 set.
5058
3f3dd810
SP
5059 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5060 (HAVE_MBSRTOWCS): Likewise.
5061 * posix/fnmatch.c: Include string.h unconditionally.
5062
95ee7fb1
SL
50632014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
5064
5065 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5066 reversal.
5067
23fe486b
RM
50682014-07-31 Roland McGrath <roland@hack.frob.com>
5069
f61a113f
RM
5070 * sysdeps/generic/safe-fatal.h: New file.
5071 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5072 * nptl/forward.c: Include it.
5073 (__pthread_unwind): Use __safe_fatal as default action, rather
5074 than a bogus use of INTERNAL_SYSCALL that could never work.
5075
9fe7e787
RM
5076 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5077 * configure.ac (libc_cv_builtin_trap): New test.
5078 * configure: Regenerated.
5079 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5080 (ABORT_INSTRUCTION): Define using __builtin_trap.
5081
23fe486b
RM
5082 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5083 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5084 * sysdeps/nptl/nptl-signals.h: New file.
5085 * nptl/pthreadP.h: Include <nptl-signals.h>.
5086
f349489e
SL
50872014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5088
5089 * sysdeps/s390/s390-64/utf16-utf32-z9.c
5090 (ONE_DIRECTION): Define.
5091 * sysdeps/s390/s390-64/utf8-utf16-z9.c
5092 (ONE_DIRECTION): Define.
5093 * sysdeps/s390/s390-64/utf8-utf32-z9.c
5094 (ONE_DIRECTION): Define.
5095
2f438e20
SL
50962014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5097
5098 * sysdeps/s390/Makefile: Delete file.
5099 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5100 * sysdeps/s390/__longjmp.c: Delete file.
5101 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5102 Remove fields __flags and __reserved.
5103 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5104 and add versioning.
5105 * sysdeps/s390/rtld-__longjmp.c: Delete file.
5106 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5107 * sysdeps/s390/rtld-setjmp.S: Likewise.
5108 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5109 * sysdeps/s390/s390-32/__longjmp.c: ... here.
5110 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5111 * sysdeps/s390/s390-32/setjmp.S: ... here.
5112 Add versioning.
5113 (__sigsetjmp): Remove setting __flags field.
5114 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5115 * sysdeps/s390/s390-64/__longjmp.c: ... here.
5116 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5117 * sysdeps/s390/s390-64/setjmp.S: ... here.
5118 Add versioning.
5119 (__sigsetjmp): Remove setting __flags field.
5120 * sysdeps/s390/setjmp.S: Delete file.
5121 * sysdeps/s390/sigjmp.c: Likewise.
5122 * sysdeps/s390/v1-longjmp.c: Likewise.
5123 * sysdeps/s390/v1-setjmp.h: Likewise.
5124 * sysdeps/s390/v1-sigjmp.c: Likewise.
5125 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5126 Remove v1-longjmp_chk.
5127 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5128 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5129 Include debug/longjmp_chk.c and add versioning.
5130 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5131 Include nptl/pt-longjmp.c and add versioning.
5132 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5133 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5134 Include __longjmp.c.
5135 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5136 Move to ...
5137 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5138 (__getcontext): Remove setting __flags field.
5139 Add versioning.
5140 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5141 Don't restore upper high grps.
5142 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5143 Likewise.
5144 (__swapcontext): Remove setting uc_flags field.
5145 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5146 Delete file.
5147 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5148 Include __longjmp.c.
5149 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5150 Move to ...
5151 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5152 (__getcontext): Remove setting __flags field.
5153 Add versioning.
5154 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5155 (__swapcontext): Remove setting uc_flags field.
5156 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5157 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5158 Remove fields uc_high_gprs and __reserved.
5159 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5160 New file with reverted content.
5161 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5162 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5163 Regenerated.
5164 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5165 Regenerated.
5166
6c9578a2
AS
51672014-07-31 Andreas Schwab <schwab@suse.de>
5168
5169 * config.h.in (HAVE_IFUNC): Define to 0.
5170 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5171 definedness.
5172
05f3633d
LM
51732014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
5174
5175 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5176 memmove-avx-unaligned, memcpy-avx-unaligned and
5177 mempcpy-avx-unaligned.
5178 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5179 Add tests for AVX memcpy functions.
5180 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5181 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5182 memcpy_chk.
5183 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5184 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5185 memmove_chk.
5186 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5187 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5188 mempcpy_chk.
5189 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5190 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5191 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5192
a53fbd8e
AZ
51932013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5194
5195 [BZ #17213]
5196 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5197 powerpc64le.
5198
0961f7e1
JL
51992014-07-29 Jeff Layton <jlayton@poochiereds.net>
5200
5201 [BZ #16839]
5202 * manual/llio.texi: Add section about open file description locks.
5203 * manual/examples/ofdlocks.c: Example of open file description
5204 lock usage.
5205 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5206 F_OFD_SETLK, and F_OFD_SETLKW.
5207
cc5fb300
AM
52082014-07-23 Allan McRae <allan@archlinux.org>
5209
5210 * po/es.po: Update Spanish translation from translation project.
5211
23329dca
AS
52122014-07-18 Andreas Schwab <schwab@linux-m68k.org>
5213
5214 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5215
9c82da17
MR
52162014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
5217
5218 [BZ #17078]
5219 * sysdeps/arm/dl-machine.h (elf_machine_rela)
5220 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5221 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5222
29c4f53e
JM
52232014-07-17 Joseph Myers <joseph@codesourcery.com>
5224
831b9896
JM
5225 [BZ #17088]
5226 * math/fesetenv.c (__fesetenv)
5227 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5228 * math/feupdateenv.c (__feupdateenv)
5229 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5230
b21c2d50
JM
5231 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5232 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5233 (__ASSUME_SOCKETCALL): Do not define.
5234
067764ef
JM
5235 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5236 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5237 (__ASSUME_SOCKETCALL): Do not define.
5238 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5239 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5240 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5241 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5242 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5243 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5244 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5245 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5246
642530c1
JM
5247 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5248 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5249 (__ASSUME_SOCKETCALL): Do not define.
5250 (__ASSUME_IPC64): Define unconditionally.
5251 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5252 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5253 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5254 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5255 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5256 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5257 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5258 Likewise.
5259
03f77315
JM
5260 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5261 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5262 (__ASSUME_SOCKETCALL): Do not define.
5263 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5264 (__ASSUME_FUTEX_LOCK_PI): Likewise.
5265 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5266 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5267 (__ASSUME_REQUEUE_PI): Define unconditionally.
5268 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5269 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5270 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5271 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5272 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5273 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5274
083b1f7c
JM
5275 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5276 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5277 (__ASSUME_SOCKETCALL): Do not define.
5278 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5279 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5280 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5281 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5282 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5283 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5284
5be44ea6
JM
5285 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5286 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5287 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5288 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5289 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5290 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5291 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5292 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5293 (__ASSUME_GETCPU_SYSCALL): Likewise.
5294
d95ffd4c
JM
5295 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5296 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
5297 cases for individual architectures.
5298 * sysdeps/gnu/configure: Regenerated.
5299 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5300 LIBC_SLIBDIR_RTLDDIR.
5301 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5302 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5303 LIBC_SLIBDIR_RTLDDIR.
5304 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5305 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5306 LIBC_SLIBDIR_RTLDDIR.
5307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5308 Regenerated.
5309 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5310 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5311 file.
5312 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5313 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5314 file.
5315 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5316 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5317 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5318 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5319
29c4f53e
JM
5320 * sysdeps/aarch64/shlib-versions: Move to ...
5321 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5322 * sysdeps/alpha/shlib-versions: Move to ...
5323 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5324 * sysdeps/arm/shlib-versions: Move to ...
5325 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5326 * sysdeps/hppa/shlib-versions: Move all contents except for
5327 libgcc_s entry to ...
5328 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
5329 entry from ...
5330 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
5331 * sysdeps/ia64/shlib-versions: Move to ...
5332 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
5333 entry from ...
5334 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
5335 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5336 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5337 * sysdeps/microblaze/shlib-versions: Move to ...
5338 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5339 * sysdeps/mips/shlib-versions: Move to ...
5340 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
5341 entry from ...
5342 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
5343 * sysdeps/tile/shlib-versions: Move to ...
5344 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5345 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5346 from ...
5347 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
5348 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5349 entry from ...
5350 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
5351
32bead5b
WN
53522014-07-17 Will Newton <will.newton@linaro.org>
5353
57977c4b
WN
5354 * sysdeps/arm/bits/atomic.h
5355 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5356 (__arch_compare_and_exchange_bool_16_int): Likewise.
5357 (__arch_compare_and_exchange_bool_64_int): Likewise.
5358
32bead5b
WN
5359 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5360 into an #else block.
5361
37fccd41
RM
53622014-07-16 Roland McGrath <roland@hack.frob.com>
5363
5364 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5365 just Linux configurations. Test empirically that the compiler sets
5366 __ARM_EABI__, rather than using the tuple to decide.
5367 * sysdeps/arm/preconfigure: Regenerated.
5368 * sysdeps/unix/sysv/linux/arm/configure: File removed.
5369 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5370 contents appended ...
5371 * sysdeps/arm/configure.ac: ... here.
5372 * sysdeps/arm/configure: Regenerated.
5373
b365f3ec
RM
53742014-07-15 Roland McGrath <roland@hack.frob.com>
5375
8badf496
RM
5376 * nptl/pthread_kill.c: New file.
5377 * nptl/pthread_sigmask.c: New file.
5378 * nptl/pthread_sigqueue.c: New file.
5379
3df6f22e
RM
5380 * sysdeps/nptl/lowlevellock.h: New file.
5381 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5382 * sysdeps/nptl/lowlevellock-futex.h: New file.
5383
b365f3ec
RM
5384 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5385 Remove dead declarations.
5386
f2fef657
L
53872014-07-14 H.J. Lu <hongjiu.lu@intel.com>
5388
5389 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5390 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5391 config-cflags-avx2.
5392 * sysdeps/x86_64/configure.ac: Likewise.
5393 * sysdeps/i386/configure: Regenerated.
5394 * sysdeps/x86_64/configure: Likewise.
5395 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5396 memset-avx2 only if config-cflags-avx2 is yes.
5397 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5398 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5399 defined.
5400 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5401 only if HAVE_AVX2_SUPPORT is defined.
5402 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5403
f6c44d47
AM
54042014-07-14 Alan Modra <amodra@gmail.com>
5405
5406 [BZ #17153]
5407 * elf/elf.h (DT_PPC64_NUM): Correct value.
5408 * NEWS: Add to fixed bug list.
5409
7ee03f00
JM
54102014-07-13 Jim Meyering <meyering@fb.com>
5411
5412 [BZ 17150]
5413 regex: don't deref NULL upon heap allocation failure
5414 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5415 failure in one more place.
5416 To trigger the segfault, configure grep -with-included-regex,
5417 build it, and run these commands:
5418 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5419
9d39d517
AS
54202014-07-13 Andreas Schwab <schwab@linux-m68k.org>
5421
5422 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5423
a75b89b7
RH
54242014-07-11 Richard Henderson <rth@redhat.com>
5425
5426 * sysdeps/aarch64/libm-test-ulps: Update.
5427
771eb141
FW
54282014-07-10 Florian Weimer <fweimer@redhat.com>
5429
5430 [BZ #17135]
5431 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5432 * nptl/allocatestack.c (__nptl_setxid_error): New function.
5433 (__nptl_setxid): Initialize error member. Call
5434 __nptl_setxid_error.
5435 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5436 * nptl/descr.h (struct xid_command): Add error member.
5437 * nptl/tst-setuid3.c: New file.
5438 * nptl/Makefile (tests): Add it.
5439
bc1da176
AZ
54402014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5441
5442 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5443 New define.
5444 (__lll_trylock): Use __lll_base_trylock.
5445 (__lll_cond_trylock): Likewise.
5446
887865fc
RM
54472014-07-10 Roland McGrath <roland@hack.frob.com>
5448
c0c6bac9
RM
5449 * nptl/pthread_create.c (start_thread): Use atomic_or and
5450 lll_futex_wake directly rather than lll_robust_dead.
5451 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5452 (lll_robust_dead): Macro removed.
6a42be57 5453 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
5454 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5455 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5456 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5457 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5458 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5459 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5460 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5461 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5462 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5463 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5464 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5465 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5466 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5467 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5468
887865fc
RM
5469 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5470 Use atomic_compare_and_exchange_val_acq directly rather than
5471 lll_robust_trylock.
5472 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5473 (__lll_robust_trylock, lll_robust_trylock): Removed.
5474 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5475 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5476 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5477 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5478 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5479 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5480 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5481 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5482 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5483 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5484 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5485 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5486 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5487 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5488
58536726
FW
54892014-07-02 Florian Weimer <fweimer@redhat.com>
5490
5491 * manual/locale.texi (Locale Names): New section documenting
5492 locale name syntax. Adjust menu and node chaining accordingly.
5493 (Choosing Locale): Reference Locale Names, Locale Categories.
5494 Mention setting LC_ALL=C. Reflect that name syntax is now
5495 documented.
5496 (Locale Categories): New section title. Reference Locale Names.
5497 LC_ALL is an environment variable, but not a category.
5498 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5499 description, now in Locale Name. Reference that section. Locale
5500 name syntax is now documented.
5501
4e8f95a0
FW
55022014-07-02 Florian Weimer <fweimer@redhat.com>
5503
5504 [BZ #17137]
5505 * locale/findlocale.c (name_present, valid_locale_name): New
5506 functions.
5507 (_nl_find_locale): Use the loc_name variable to store name
5508 candidates. Call name_present and valid_locale_name to check and
5509 validate locale names. Return an error if the locale is invalid.
5510
d1836456
FW
55112014-07-02 Florian Weimer <fweimer@redhat.com>
5512
5513 * locale/setlocale.c (setlocale): Use strdup for allocating
5514 composite name copy.
5515
d69b7f5a
SP
55162014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
5517
888c679b
SP
5518 Sync up with gnulib.
5519 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5520 [!_LIBC && ENABLE_NLS]: Include gettext.h.
5521 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5522 and _GL_ARG_NONNULL.
5523 [USE_UNLOCKED_IO]: Include unlocked-io.h.
5524 [!_LIBC]: Include code for Windows and Cygwin.
5525 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5526 Include prototype for int strerror_r.
5527 [!_LIBC] (is_open): New function.
5528 (flush_stdout): New function.
5529 (print_errno_message): Use it.
5530 (error): Likewise.
5531 (error_at_line): Likewise.
5532 (error_tail) Add function attribute macros. Use
5533 __builtin_expect.
5534
180e0e4b
SP
5535 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5536
d22f1fe2
SP
5537 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5538
12f2254b
SP
5539 * io/ftw.c: Include sys/param.h unconditionally.
5540
c3c7c360
SP
5541 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5542
d62aa75a
SP
5543 [BZ #17125]
5544 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5545 libc_freeres_ptr.
5546 (freecache): New function to free CACHE on exit.
5547
d69b7f5a
SP
5548 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5549 initialization.
5550
5efe06a1
DM
55512014-07-09 David S. Miller <davem@davemloft.net>
5552
5553 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5554
7000d82e
DM
5555 * sysdeps/sparc/nptl/internaltypes.h: Delete.
5556 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5557 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5558 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5559 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5560 * sysdeps/sparc/nptl/sem_init.c: Likewise.
5561 * sysdeps/sparc/nptl/sem_post.c: Likewise.
5562 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5563 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5564 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5565 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5566 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5567 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5568
c213442d
AS
55692014-07-09 Andreas Schwab <schwab@suse.de>
5570
4a2552c3
AS
5571 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5572 output.
5573 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5574 (do_test): Likewise.
5575
c213442d
AS
5576 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5577
82374e65
WN
55782014-07-09 Will Newton <will.newton@linaro.org>
5579
5580 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5581 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5582 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5583 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5584 * sysdeps/hppa/start.S (_start): Likewise.
5585
6680738a
SP
55862014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
5587
6ee3eab4
SP
5588 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5589
6680738a
SP
5590 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5591 defined.
5592
80b5c505
SP
55932014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5594
e35c53e3
SP
5595 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5596 after checking that it is non-NULL.
5597
80b5c505
SP
5598 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5599
91f4b564
AZ
56002014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5601
27b75f56
AZ
5602 * sysdeps/powerpc/memmove.c: Remove file.
5603 * sysdeps/powerpc/powerpc32/power4/memcopy.h
5604 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5605 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5606 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5607 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5608 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5609 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5610 string memmove instead of removed powerpc one.
5611
e7f95bb5
AZ
5612 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5613 [weak_alias]: Fix compiler warning due trailing data.
5614 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5615 [weak_alias]: Likewise.
5616 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5617 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5618
91f4b564
AZ
5619 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5620 (__libc_ifunc_impl_list): Add memmove functions.
5621
7c33f1e5
SP
56222014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5623
5624 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5625 Remove code.
5626 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5627 Likewise
5628 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5629 Likewise
5630 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5631 Likewise
5632 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5633 Likewise
5634 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5635 Likewise
5636 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5637 Likewise
5638 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5639 Likewise
5640 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5641 Likewise
5642 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5643 Likewise
5644 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5645 Likewise
5646 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5647 Likewise
5648 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5649 Likewise
5650 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5651 Likewise
5652 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5653 Likewise
5654 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5655 Likewise
5656 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5657 Likewise
5658
3f17b03b
AZ
56592014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5660
87868c24
AZ
5661 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5662 to avoid alignment traps in non-cacheable memory.
5663 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5664
07aedd78
AZ
5665 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5666 multiarch objects.
5667 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5668 file: multiarch power7 memmove.
5669 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5670 multiarch default memmove.
5671 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5672 multiarch memove for powerpc32/power4.
5673
17762f66
AZ
5674 * string/bcopy.c: Use full path to include memmove.c.
5675 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5676 multiarch objects.
5677 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5678 bcopy for powerpc64.
5679 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5680 bcopy for powerpc64.
5681 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5682 and memmove implementations.
5683 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5684 optimized multiarch memmove for POWER7/powerpc64.
5685 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5686 default multiarch memmove for powerpc64.
5687 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5688 multiarch for powerpc64.
5689 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5690 for POWER7/powerpc64.
5691 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5692 memmove for POWER7/powerpc64.
5693
d6f68bbe
AZ
5694 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5695 glibc default one.
5696
3f17b03b
AZ
5697 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5698 __ELF_NATIVE_CLASS equal to 64.
5699
08192659
RM
57002014-07-07 Roland McGrath <roland@hack.frob.com>
5701
f4c4021b
RM
5702 * sysdeps/nptl/lowlevellock.h: File removed.
5703
f083450f
RM
5704 * NEWS: NPTL is no longer an add-on!
5705 * nptl/internaltypes.h: Moved ...
5706 * sysdeps/nptl/internaltypes.h: ... here.
5707 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5708 * sysdeps/nptl/fork.c: Likewise.
5709 * sysdeps/nptl/gai_misc.h: Likewise.
5710 * sysdeps/nptl/librt-cancellation.c: Likewise.
5711 * sysdeps/nptl/jmp-unwind.c: Likewise.
5712 * sysdeps/nptl/setxid.h: Likewise.
5713 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5714 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5715 * sysdeps/unix/sysv/linux/arm/Implies: New file.
5716 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5717 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5718 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5719 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5720 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5721 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5722 * sysdeps/unix/sysv/linux/mips/Implies: New file.
5723 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5724 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5725 * sysdeps/unix/sysv/linux/sh/Implies: New file.
5726 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5727 * sysdeps/unix/sysv/linux/tile/Implies: New file.
5728 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5729 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5730 * nptl/Makeconfig: Moved ...
5731 * sysdeps/nptl/Makeconfig: ... here.
5732 * nptl/configure: File removed.
5733 * nptl/ANNOUNCE: File removed.
5734 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5735 * sysdeps/unix/sysv/linux/configure: Regenerated.
5736
08192659
RM
5737 * nptl/Makefile (routines): Add libc_pthread_init,
5738 libc_multiple_threads, register-atfork and unregister-atfork.
5739 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5740 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5741 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5742 pthread-pi-defines.sym, structsem.sym.
5743 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5744 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5745 [$(subdir) = nptl] (tests): Add tst-setgetname.
5746 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5747 * sysdeps/unix/sysv/linux/sigaction.c: Just include
5748 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5749 [!LIBC_SIGACTION]: Remove aliases.
5750 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5751 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5752 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5753 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5754 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5755 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5756 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5757 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5758 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5759 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5760 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5761 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5762 __libc_allocate_rtsig_private.
5763 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5764 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5765 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5766 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5767 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5768 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5769 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5770 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5771 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5772 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5773 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5774 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5775 * nptl/internaltypes.h: ... here.
5776 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5777 * sysdeps/nptl/jmp-unwind.c: ... here.
5778 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5779 * nptl/libc-lowlevellock.c: ... here.
5780 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5781 * nptl/libc_multiple_threads.c: ... here.
5782 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5783 * nptl/libc_pthread_init.c: ... here.
5784 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5785 * nptl/lowlevelbarrier.sym: ... here.
5786 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5787 * nptl/lowlevelcond.sym: ... here.
5788 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5789 * nptl/lowlevellock.c: ... here.
5790 * nptl/lowlevellock.h: Moved ...
5791 * sysdeps/nptl/lowlevellock.h: ... here.
5792 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5793 * nptl/lowlevelrobustlock.c: ... here.
5794 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5795 * nptl/lowlevelrobustlock.sym: ... here.
5796 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5797 * nptl/lowlevelrwlock.sym: ... here.
5798 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5799 * nptl/pt-fork.c: ... here.
5800 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5801 * nptl/pthread-pi-defines.sym: ... here.
5802 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5803 * nptl/pthread_attr_getaffinity.c: ... here.
5804 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5805 * nptl/pthread_attr_setaffinity.c: ... here.
5806 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5807 * nptl/pthread_mutex_cond_lock.c: ... here.
5808 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5809 Update #include.
5810 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5811 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5812 * nptl/pthread_once.c: ... here, replacing old file.
5813 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5814 * nptl/pthread_yield.c: ... here.
5815 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5816 * nptl/register-atfork.c: ... here.
5817 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5818 * nptl/sem_post.c: ... here.
5819 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5820 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5821 * nptl/sem_timedwait.c: ... here.
5822 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5823 * nptl/sem_trywait.c: ... here.
5824 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5825 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5826 * nptl/sem_wait.c: ... here.
5827 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5828 * nptl/structsem.sym: ... here.
5829 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5830 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5831 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5832 * nptl/unregister-atfork.c: ... here.
5833 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5834 * nptl/unwindbuf.sym: ... here.
5835 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5836 * sysdeps/nptl/fork.c: ... here.
5837 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5838 * sysdeps/nptl/fork.h: ... here.
5839 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5840 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5841 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5842 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5843 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5844 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5845 * sysdeps/unix/sysv/linux/getpid.c: ... here.
5846 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5847 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5848 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5849 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5850 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5851 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5852 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5853 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5854 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5855 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5856 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5857 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5858 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5859 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5860 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5861 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5862 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5863 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5864 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5865 * sysdeps/unix/sysv/linux/raise.c: ... here.
5866 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5867 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5868 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5869 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5870 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5871 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5872 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5873 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5874 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5875 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5876 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5877 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5878 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5879 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5880 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5881
96baf6ff
SP
58822014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
5883
5884 * sysdeps/generic/memcopy.h: Add comment for
5885 MEMCPY_OK_FOR_FWD_MEMMOVE.
5886
6b7b14b2
WN
58872014-07-04 Will Newton <will.newton@linaro.org>
5888
1570a72b
WN
5889 * string/memchr.c: Merge from gnulib.
5890 [_LIBC]: Remove conditionals.
5891 (__ptr_t): Remove define.
5892 (LONG_MAX_32_BITS): Likewise.
5893 (LONG_MAX): Likewise.
5894 (MEMCHR): Use ANSI prototype and optimize algorithm.
5895
6b7b14b2
WN
5896 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5897
38851324
SP
58982014-07-03 Roland McGrath <roland@hack.frob.com>
5899
3d9eb57c
RM
5900 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5901 (lll_futex_timed_wait_bitset): Fix syscall argument count.
5902
78b984ae
RM
5903 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5904 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5905 in a bare environment with no <stdlib.h> installed.
5906 * sysdeps/nptl/configure: Regenerated.
5907
2d5976a5
RM
5908 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5909
c1f5acd4
RM
5910 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5911 AC_EGREP_CPP for kernel header checks, so they only succeed if
5912 including <linux/version.h> actually works right.
5913 * sysdeps/unix/sysv/linux/configure: Regenerated.
5914
4d614fe5
RM
5915 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5916 value so it's not diagnosed as unused.
5917
38851324
SP
5918 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5919 thing) with "ifeq ($(subdir),rt)".
5920
b3ec00e5
RH
59212014-07-03 Richard Henderson <rth@redhat.com>
5922
69862e25
RH
5923 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5924 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5925 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5926
d5e16ade
RH
5927 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5928 (math_force_eval): New.
5929
ca7b945c
RH
5930 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5931 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5932
cd1175a3
RH
5933 * sysdeps/alpha/fpu/s_round.c: Remove file.
5934 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5935
b3ec00e5
RH
5936 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5937 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5938 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5939 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5940 (_dl_start, print_statistics): Likewise.
5941 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5942 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5943
5944 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5945 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5946 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5947 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5948 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5949 (HP_SMALL_TIMING_AVAIL): Define.
5950 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5951 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5952 (HP_SMALL_TIMING_AVAIL): Define.
5953 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5954 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5955
5956 * sysdeps/aarch64/hp-timing.h: New file.
5957
5958 * sysdeps/generic/hp-timing.h: Remove dead comment.
5959 * sysdeps/generic/hp-timing-common.h: New file.
5960 * sysdeps/alpha/hp-timing.h: Include it.
5961 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5962 * sysdeps/i386/i686/hp-timing.h: Likewise.
5963 * sysdeps/ia64/hp-timing.h: Likewise.
5964 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5965 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5966 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5967 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5968 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5969 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5970 (hp_timing_t): New.
5971
5972 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5973 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5974 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5975 * elf/rtld.c (_dl_start_final): Likewise.
5976 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5977 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5978 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5979 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5980 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5981 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5982 (HP_TIMING_DIFF_INIT): Remove.
5983 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5984 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5985 (HP_TIMING_DIFF_INIT): Remove.
5986 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5987 * sysdeps/i386/i686/hp-timing.c: Remove file.
5988 * sysdeps/x86_64/hp-timing.c: Remove file.
5989 * sysdeps/ia64/hp-timing.c: Remove file.
5990 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5991 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5992 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5993 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5994
5995 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5996 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5997 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5998 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5999 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6000 (HP_TIMING_ACCUM): Remove.
6001 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6002 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6003 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6004
6005 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6006 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6007 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6008 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6009 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6010 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6011 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6012 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6013
6014 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6015
225f410f
MR
60162014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
6017
6018 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6019
3247f285
SP
60202014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6021
6022 Sync up with gettext.
6023 * intl/loadmsgcat.c: Define O_BINARY if not defined.
6024 [_MSC_VER]: Include malloc.h
6025 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6026 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6027 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
6028 TEMP_FAILURE_RETRY. Cast return of alloca.
6029 [!_LIBC] Call gl_rwlock_init.
6030 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6031
d12704c7
SP
60322014-07-02 Roland McGrath <roland@hack.frob.com>
6033
6034 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6035 before checking its value.
6036
99f8dc92
SP
60372014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6038
05fdac77
SP
6039 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6040
99f8dc92
SP
6041 * debug/memcpy_chk.c: Don't include pagecopy.h.
6042 * debug/mempcpy_chk.c: Likewise.
6043 * string/memcpy.c: Likewise.
6044 * string/memmove.c: Likewise.
6045 * sysdeps/powerpc/memmove.c: Likewise.
6046 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
6047 definition of PAGE_COPY_FWD_MAYBE here...
6048 * sysdeps/generic/pagecopy.h: ... from here.
6049 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6050
bc8ea385
VR
60512014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
6052 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6053
6054 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6055 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6056 optimizations.
6057 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6058 (__libc_ifunc_impl_list): Likewise.
6059 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6060 multiarch strcat for PPC64.
6061 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6062 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6063
fe5f34e4
RM
60642014-07-02 Roland McGrath <roland@hack.frob.com>
6065
6066 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6067
256aa665
SP
60682014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6069
d4eb8195
SP
6070 * intl/loadmsgcat.c: Remove declaration of
6071 get_sysdep_segment_value.
6072 (get_sysdep_segment_value): Use ISO C style.
6073 (_nl_load_domain): Use ISO C style. Get rid of redundant
6074 semicolon. Fix typo and formatting in comment.
6075 (_nl_unload_domain): Use ISO C style.
6076
256aa665
SP
6077 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6078
b100f9aa
WN
60792014-07-02 Will Newton <will.newton@linaro.org>
6080
6081 * malloc/obstack.c: Merge from gnulib master.
6082 [HAVE_CONFIG_H]: Remove conditional code.
6083 [!_LIBC]: Include config.h.
6084 [!ELIDE_CODE]: Don't include inttypes.h, include
6085 stdint.h unconditionally.
6086 (print_and_abort): Mark as _Noreturn.
6087 (_obstack_allocated_p): Mark as __attribute_pure__.
6088 (obstack_free): Rename to __obstack_free.
6089 [!__attribute__]: Remove conditional code.
6090 * malloc/obstack.h: Merge from gnulib master.
6091 [__cplusplus]: Move conditional down.
6092 [!__attribute_pure__]: Define __attribute_pure__ here
6093 if it is not already defined.
6094 (_obstack_memory_used): Mark as __attribute_pure__.
6095 [!__obstack_free]: Define as obstack_free.
6096 [__GNUC__]: Remove check for ancient NeXT gcc.
6097
c4c41244
PE
60982014-07-02 Will Newton <will.newton@linaro.org>
6099 Paul Eggert <eggert@cs.ucla.edu>
6100
6101 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6102
e1e041c4
SP
61032014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6104
6105 * resolv/gethnamaddr.c: Add comment warning that the file is
6106 not maintained.
6107
ccf431ff
CD
61082014-07-01 Carlos O'Donell <carlos@redhat.com>
6109
d34570a6
CD
6110 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6111 entries.
6112
ccf431ff
CD
6113 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6114 entry for aio_cancel and aio_cancel64.
6115 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6116 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6117 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6118 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6119 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6120 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6121 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6122 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6123 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6124 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6125 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6126 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6127 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6128
ca06321d
RM
61292014-07-01 Roland McGrath <roland@hack.frob.com>
6130
6131 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6132 * nptl/pthread_mutex_lock.c: Likewise.
6133 * nptl/pthread_mutex_timedlock.c: Likewise.
6134 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6135
a1ac3184
RH
61362014-07-01 Richard henderson <rth@redhat.com>
6137
631021e0
RH
6138 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6139 (__isnan, __isnanl): Remove.
6140 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6141
a1ac3184
RH
6142 * sysdeps/alpha/fpu/libm-test-ulps: Update.
6143
0c1d731f
SL
61442014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
6145
6146 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6147
76985d3e
SP
61482014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6149
6150 * resolv/nss_dns/dns-host.c (getanswer_r)
6151 [MULTI_PTRS_ARE_ALIASES]: Remove code.
6152
b0cb3096
JM
61532014-07-01 Joseph Myers <joseph@codesourcery.com>
6154
6155 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6156 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6157 undefine.
6158 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6159 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6160
4d76cb39
RM
61612014-07-01 Roland McGrath <roland@hack.frob.com>
6162
6163 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6164 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6165
6166 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6167 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6168
6169 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6170 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6171 ... here.
6172 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6173 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6174
6175 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6176 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6177 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6178 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6179
6180 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6181 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6182 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6183 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6184 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6185 Moved ...
6186 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6187 ... here.
6188 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6189 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6190 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6191 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6192 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6193 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6194 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6195 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6196 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6197 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6198 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6199 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6200 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6201 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6202 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6203 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6204 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6205 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6206 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6207 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6208 ... here.
6209 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6210 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6211 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6212 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6213 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6214 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6215 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6216 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6217
0cdcad17
DH
62182014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
6219
6220 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6221 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6222 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6223 Add sysdep.
6224
9b71d0e3
AZ
62252014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6226
6227 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6228
665390c2
JM
62292014-06-30 Joseph Myers <joseph@codesourcery.com>
6230
ae05a9d7
JM
6231 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6232 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6233
a7672a2f
JM
6234 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6235
665390c2
JM
6236 * sysdeps/arm/libm-test-ulps: Regenerated.
6237
d7a05d07
MR
62382014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6239 Roland McGrath <roland@hack.frob.com>
6240
6241 * test-skeleton.c (signal_handler): Kill the whole process group
6242 before killing the child individually.
6243 (main): Report any failure on `setpgid'.
6244
46f1d8a6
RM
62452014-06-30 Roland McGrath <roland@hack.frob.com>
6246
6247 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6248 from _TLS_H to _ARM_NPTL_TLS_H.
6249 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6250 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6251
9c37ec0b
JM
62522014-06-30 Joseph Myers <joseph@codesourcery.com>
6253
ce9c5b3e
JM
6254 [BZ #16539]
6255 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6256 (__expm1l): Return argument unchanged when small but not
6257 subnormal.
6258
3a6e9887
JM
6259 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6260 include macro name.
6261 (_FP_UNPACK_RAW_1_P): Likewise.
6262 (_FP_PACK_RAW_1): Likewise.
6263 (_FP_PACK_RAW_1_P): Likewise.
6264 (_FP_MUL_MEAT_1_wide): Likewise.
6265 (_FP_MUL_MEAT_DW_1_hard): Likewise.
6266 (_FP_MUL_MEAT_1_hard): Likewise.
6267 (_FP_DIV_MEAT_1_imm): Likewise.
6268 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6269 (_FP_DIV_MEAT_1_udiv): Likewise.
6270 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6271 (_FP_UNPACK_RAW_2): Likewise.
6272 (_FP_UNPACK_RAW_2_P): Likewise.
6273 (_FP_PACK_RAW_2): Likewise.
6274 (_FP_PACK_RAW_2_P): Likewise.
6275 (_FP_MUL_MEAT_DW_2_wide): Likewise.
6276 (_FP_MUL_MEAT_2_wide): Likewise.
6277 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6278 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6279 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6280 (_FP_MUL_MEAT_2_gmp): Likewise.
6281 (_FP_DIV_MEAT_2_udiv): Likewise.
6282 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6283 (_FP_FRAC_SRL_4): Likewise.
6284 (_FP_FRAC_SRST_4): Likewise.
6285 (_FP_FRAC_SRS_4): Likewise.
6286 (_FP_UNPACK_RAW_4): Likewise.
6287 (_FP_UNPACK_RAW_4_P): Likewise.
6288 (_FP_PACK_RAW_4): Likewise.
6289 (_FP_PACK_RAW_4_P): Likewise.
6290 (_FP_MUL_MEAT_DW_4_wide): Likewise.
6291 (_FP_MUL_MEAT_4_wide): Likewise.
6292 (_FP_MUL_MEAT_4_gmp): Likewise.
6293 (umul_ppppmnnn): Likewise.
6294 (_FP_DIV_MEAT_4_udiv): Likewise.
6295 (__FP_FRAC_ADD_4): Likewise.
6296 (__FP_FRAC_SUB_3): Likewise.
6297 (__FP_FRAC_SUB_4): Likewise.
6298 (__FP_FRAC_DEC_3): Likewise.
6299 (__FP_FRAC_DEC_4): Likewise.
6300 (__FP_FRAC_ADDI_4): Likewise.
6301 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6302 (_FP_FRAC_SRL_8): Likewise.
6303 (_FP_FRAC_SRS_8): Likewise.
6304
9c37ec0b
JM
6305 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6306 include macro name.
6307 (FP_UNPACK_RAW_EP): Likewise.
6308 (FP_PACK_RAW_E): Likewise.
6309 (FP_PACK_RAW_EP): Likewise.
6310 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6311 (_FP_ISSIGNAN): Likewise.
6312 (_FP_ADD_INTERNAL): Likewise.
6313 (_FP_FMA): Likewise.
6314 (_FP_CMP): Likewise.
6315 (_FP_SQRT): Likewise.
6316 (_FP_TO_INT): Likewise.
6317 (_FP_FROM_INT): Likewise.
6318 (FP_EXTEND): Likewise.
6319 (_FP_DIV_MEAT_N_loop): Likewise.
6320
2125f674
MR
63212014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6322
6323 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6324 throughout.
6325
edea4028
JM
63262014-06-29 Joseph Myers <joseph@codesourcery.com>
6327
6328 [BZ #17097]
6329 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6330 result with correct sign in case of exponents that produce
6331 overflow except for X very close to 1.
6332
dd0ba018
PE
63332014-06-28 Paul Eggert <eggert@cs.ucla.edu>
6334
6335 mktime: merge #if/#ifdef usage from glibc
6336 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6337 as that works with both Glibc's and Gnulib's style.
6338 See thread starting at Siddhesh Poyarekar's bug report at:
6339 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6340
64df73c2
SP
63412014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
6342
6343 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6344 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6345 * sysdeps/tile/tilegx/memmove.c: Remove file.
6346
f1eafb41
JM
63472014-06-27 Joseph Myers <joseph@codesourcery.com>
6348
6349 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6350 abi-name definition.
6351 * scripts/soversions.awk: Do not handle or generate ABI lines.
6352 * shlib-versions: Remove ABI entries.
6353 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6354 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6355
58eb0862
RM
63562014-06-27 Roland McGrath <roland@hack.frob.com>
6357
37caf178
RM
6358 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6359 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6360 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6361 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6362 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6363 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6364 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6365 Moved ...
6366 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6367 ... here.
6368 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6369 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6370 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6371 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6372 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6373 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6374 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6375 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6376 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6377 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6378 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6379 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6380 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6381 Moved ...
6382 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6383 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6384 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6385 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6386 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6387 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6388 Moved ...
6389 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6390 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6391 Moved ...
6392 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6393 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6394 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6395 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6396 Moved ...
6397 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6398 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6399 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6400 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6401 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6402 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6403 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6404 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6405 Moved ...
6406 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6407 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6408 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6409 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6410 Moved ...
6411 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6412 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6413 Moved ...
6414 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6415 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6416 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6417 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6418 Moved ...
6419 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6420 ... here.
6421 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6422 Identical file removed.
6423 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6424 Moved ...
6425 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6426 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6427 Identical file removed.
6428 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6429 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6430 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6431 Moved ...
6432 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6433 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6434 Identical file removed.
6435 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6436 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6437 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6438 Identical file removed.
6439 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6440 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6441 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6442 Identical file removed.
6443 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6444 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6445 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6446 Identical file removed.
6447 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6448 Moved ...
6449 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6450 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6451 Identical file removed.
6452 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6453 Moved ...
6454 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6455 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6456 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6457 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6458 Identical file removed.
6459 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6460 Moved ...
6461 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6462 ... here.
6463 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6464 Identical file removed.
6465 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6466 Moved ...
6467 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6468 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6469 Identical file removed.
6470 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6471 Moved ...
6472 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6473 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6474 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6475 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6476 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6477 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6478 Moved ...
6479 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6480 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6481 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6482
58eb0862
RM
6483 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6484 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6485 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6486 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6487 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6488
6f12d062
AS
64892014-06-27 Arjun Shankar <arjun.is@lostca.se>
6490
6491 [BZ #17092]
6492 * nscd/nscd.c (monitor_child): Return exit status of child
6493 instead of return value from wait syscall.
6494
be254932
JM
64952014-06-27 Joseph Myers <joseph@codesourcery.com>
6496
cb403c34
JM
6497 * configure.ac (libc_commonpagesize): Remove variable.
6498 (libc_relro_required): Likewise.
6499 (libc_cv_z_relro): Remove configure test.
6500 * configure: Regenerated.
6501 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6502 variable.
6503 (libc_relro_required): Likewise.
6504 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6505 (libc_relro_required): Likewise.
6506 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6507 (libc_relro_required): Likewise.
6508 * sysdeps/arm/preconfigure: Regenerated.
6509 * sysdeps/ia64/preconfigure: Remove file.
6510 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6511 variable.
6512 (libc_relro_required): Likewise.
6513
be254932
JM
6514 [BZ #16561]
6515 [BZ #16562]
6516 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6517 (__ieee754_yn): Set FE_TONEAREST mode internally and then
6518 recompute overflowing results in original rounding mode.
6519 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6520 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6521 recompute overflowing results in original rounding mode.
6522 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6523 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6524 recompute overflowing results in original rounding mode.
6525 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6526 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6527 recompute overflowing results in original rounding mode.
6528 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6529 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6530 recompute overflowing results in original rounding mode.
6531 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6532 (libc_feholdsetround_ctx): New macro.
6533 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6534 * sysdeps/i386/fpu/libm-test-ulps: Update.
6535 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6536
b351d85a
JM
65372014-06-26 Joseph Myers <joseph@codesourcery.com>
6538
6539 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6540 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6541 corresponding .cpsetup call.
6542
3cb4de47
RM
65432014-06-26 Roland McGrath <roland@hack.frob.com>
6544
6545 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6546 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6547 * sysdeps/arm/Makefile [$(subdir) = csu]
6548 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6549 (static-only-routines): Add aeabi_read_tp here.
6550 (shared-only-routines): Add libc-aeabi_read_tp here.
6551 (CFLAGS-libc-start.c): Add -fexceptions here.
6552 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6553 (sysdep_routines, static-only-routines, shared-only-routines):
6554 Don't add to these here.
6555 (CFLAGS-libc-start.c): Likewise.
6556
6557 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6558 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6559 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6560 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6561 * sysdeps/arm/Makefile [$(subdir) = rt]
6562 (librt-sysdep_routines, librt-shared-only-routines):
6563 Append rt-aeabi_unwind_cpp_pr1 here.
6564 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6565 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6566 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6567 (libpthread-sysdep_routines, libpthread-shared-only-routines):
6568 Append nptl-aeabi_unwind_cpp_pr1 here.
6569 (tests): Filter out tst-cleanupx4 here.
6570 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6571 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6572 Don't do those here.
6573
354426bb
JM
65742014-06-26 Joseph Myers <joseph@codesourcery.com>
6575
6576 * scripts/list-sources.sh: Do not handle ports specially.
6577
28b0a8c9
RM
65782014-06-26 Roland McGrath <roland@hack.frob.com>
6579
a3dd035d
RM
6580 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6581 * sysdeps/arm/feupdateenv.c: Likewise.
6582
28b0a8c9
RM
6583 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6584
e66a8203
JM
65852014-06-26 Joseph Myers <joseph@codesourcery.com>
6586
6587 * manual/texinfo.tex: Update to version 2014-05-05.10 with
6588 trailing whitespace removed.
6589 * scripts/config.guess: Update to version 2014-03-23.
6590 * scripts/config.sub: Update to version 2014-05-01
6591 * scripts/install-sh: Update to version 2013-12-25.23.
6592 * scripts/move-if-change: Update from gnulib.
6593
74171115
SP
65942014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6595
b97c9ce5
SP
6596 * debug/memmove_chk.c: Remove pagecopy.h include.
6597
4000f892
SP
65982014-06-26 Paul Eggert <eggert@cs.ucla.edu>
6599
74171115
SP
6600 * time/mktime.c (leapyear): Remove inline keyword. The code is now
6601 identical to gnulib mktime.
6602
a8779c28
JM
66032014-06-26 Joseph Myers <joseph@codesourcery.com>
6604
e64708de
JM
6605 * configure.ac: Do not test for machine being rs6000. Do not test
6606 for powerpc*-*soft.
6607 * configure: Regenerated.
6608
a8779c28
JM
6609 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6610 test.
6611 * configure: Regenerated.
6612 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6613 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6614 Remove configure test.
6615 * sysdeps/arm/configure: Regenerated.
6616 * sysdeps/nptl/configure.ac: Do not check
6617 libc_cv_asm_cfi_directives.
6618 * sysdeps/nptl/configure: Regenerated.
6619 * sysdeps/x86_64/nptl/configure.ac: Remove file.
6620 * sysdeps/x86_64/nptl/configure: Remove generated file.
6621 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6622 unconditional.
6623 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6624
2aac0a86
SP
66252014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6626
059bf913
SP
6627 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6628 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6629 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6630 it is defined.
6631
4cf5b6d0
SP
6632 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6633 instead of whether it is defined.
6634 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6635 * sysdeps/hppa/dl-machine.h: Likewise.
6636 * sysdeps/ia64/dl-machine.h: Likewise.
6637 * sysdeps/m68k/dl-machine.h: Likewise.
6638 * sysdeps/microblaze/dl-machine.h: Likewise.
6639 * sysdeps/mips/dl-machine.: Likewise.
6640 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6641 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6642 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6643 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6644 * sysdeps/sh/dl-machine.h: Likewise.
6645 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6646 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6647 * sysdeps/tile/dl-machine.h: Likewise.
6648 * sysdeps/x86_64/dl-machine.h: Likewise.
6649
2aac0a86
SP
6650 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6651 code.
6652 (verify_persistent_db): Likewise.
6653
6ad2df0b
RM
66542014-06-26 Roland McGrath <roland@hack.frob.com>
6655
d8a483f3
RM
6656 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6657 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6658 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6659 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6660 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6661 Moved ...
6662 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6663 ... here.
6664 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6665 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6666 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6667 Identical file removed.
6668 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6669 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6670 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6671 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6672 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6673 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6674 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6675 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6676 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6677 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6678 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6679 Moved ...
6680 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6681 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6682 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6683 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6684 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6685 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6686 Moved ...
6687 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6688 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6689 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6690 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6691 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6692 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6693 Identical file removed.
6694 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6695 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6696 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6697 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6698 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6699 Moved ...
6700 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6701 ... here.
6702 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6703 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6704 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6705 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6706 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6707 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6708 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6709 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6710 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6711 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6712 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6713 Moved ...
6714 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6715 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6716 Moved ...
6717 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6718 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6719 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6720 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6721 Moved ...
6722 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6723 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6724 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6725
52ae23b4
RM
6726 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6727 folded into ...
6728 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6729 * sysdeps/unix/sysv/linux/s390/Versions
6730 (libpthread: GLIBC_2.19): New version set.
6731 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6732 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6733 (librt: GLIBC_2.3.3): New version set.
6734 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6735 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6736 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6737 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6738 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6739 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6740 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6741 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6742 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6743 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6744 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6745 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6746 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6747 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6748 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6749 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6750 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6751 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6752 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6753 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6754 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6755 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6756 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6757 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6758 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6759 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6760 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6761 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6762 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6763 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6764 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6765 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6766 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6767 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6768 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6769 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6770 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6771 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6772 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6773 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6774 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6775 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6776 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6777 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6778 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6779
39507e4a
RM
6780 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6781 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6782 (__libc_vfork): Define the function under this name.
6783 [!NOT_IN_libc] (__vfork): Make this an alias.
6784 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6785 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6786 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6787 (__libc_vfork): Define the function under this name.
6788 [!NOT_IN_libc] (__vfork): Make this an alias.
6789 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6790 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6791 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6792 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6793 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6794 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6795
e549ee56
RM
6796 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6797 code that was previously under [RESET_PID].
6798 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6799 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6800 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6801
6ad2df0b
RM
6802 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6803 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6804 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6805 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6806 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6807 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6808 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6809 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6810 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6811 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6812 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6813 Moved ...
6814 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6815 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6816 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6817 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6818 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6819 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6820 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6821 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6822 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6823 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6824 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6825 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6826 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6827 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6828 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6829 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6830 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6831 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6832 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6833 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6834 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6835 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6836 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6837 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6838 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6839 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6840 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6841 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6842 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6843
7c1c1d8e
RM
68442014-06-25 Roland McGrath <roland@hack.frob.com>
6845
6846 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6847 that was previously under [RESET_PID].
6848 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6849
3e239be6
JM
68502014-06-25 Joseph Myers <joseph@codesourcery.com>
6851
74385da5
JM
6852 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6853 not undefine and redefine.
6854 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6855 [O_CLOEXEC]: Make code unconditional.
6856 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6857 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6858 <kernel-features.h>.
6859 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6860 conditional variable definition.
6861 (shm_open) [O_CLOEXEC]: Make code unconditional.
6862 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6863 code.
6864
c2570a0b
JM
6865 * configure.ac (USE_REGPARMS): Don't define here.
6866 * configure: Regenerated.
6867 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6868 * sysdeps/i386/configure: Regenerated.
6869
11b076bb
JM
6870 * nptl/createthread.c: Don't include kernel-features.h.
6871 * nptl/pthread_cancel.c: Likewise.
6872 * nptl/pthread_condattr_setclock.c: Likewise.
6873 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6874 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6875 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6876 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6877 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6878 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6879 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6880 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6881 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6882 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6883 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6884 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6885 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6886 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6887 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6888 * nscd/gai.c: Likewise.
6889 * nss/nss_db/db-open.c: Likewise.
6890 * sysdeps/generic/ldsodefs.h: Likewise.
6891 * sysdeps/sh/nptl/tls.h: Likewise.
6892 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6893 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6894 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6895 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6896 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6897 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6898 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6899 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6900 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6901 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6902 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6903 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6904 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6905 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6906 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6907 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6908 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6909 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6910 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6911 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6912 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6913 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6914 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6915 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6916 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6917 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6918 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6919 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6920 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6921 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6922 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6923 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6924 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6925 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6926 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6927 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6928 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6929 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6930 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6931 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6932 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6933 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6934 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6935 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6936 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6937 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6938 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6939 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6940 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6941 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6942 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6943 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6944 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6945 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6946 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6947 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6948 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6949 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6950 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6951 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6952 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6953 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6954 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6955 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6956 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6957 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6958 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6961 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6963 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6964 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6965 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6967 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6968 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6969 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6971 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6972 * sysdeps/unix/sysv/linux/pread.c: Likewise.
6973 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6974 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6975 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6976 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6977 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6978 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6979 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6980 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6981 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6982 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6983 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6984 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6985 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6986 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6987 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6988 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6989 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6990 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6991 * sysdeps/unix/sysv/linux/system.c: Likewise.
6992 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6993 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6994 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6995 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6996 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6997 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6998 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6999
92072d57
JM
7000 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7001 * configure: Regenerated.
7002 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7003
3e239be6
JM
7004 * configure.ac (base_machine): Do not set specially for particular
7005 machines here.
7006 * configure: Regenerated.
7007 * sysdeps/powerpc/preconfigure: Move machine and base_machine
7008 settings from configure.ac.
7009 * sysdeps/i386/preconfigure: New file.
7010 * sysdeps/s390/preconfigure: Likewise.
7011 * sysdeps/sh/preconfigure: Likewise.
7012 * sysdeps/sparc/preconfigure: Likewise.
7013
06d50baa
RM
70142014-06-25 Roland McGrath <roland@hack.frob.com>
7015
74836003
RM
7016 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7017 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7018 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7019 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7020 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7021 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7022 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7023 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7024 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7025 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7026 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7027 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7028 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7029 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7030 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7031 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7032 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7033 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7034 * sysdeps/sparc/sparc64/Makefile: ... appended here.
7035
7036 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7037 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7038 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7039 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7040 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7041 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7042 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7043 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7044 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7045 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7046 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7047 * sysdeps/sparc/sparc32/sem_post.c: ... here.
7048 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7049 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7050 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7051 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7052 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7053 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7054 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7055 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7056 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7057 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7058 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7059 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7060 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7061 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7062 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7063 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7064 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7065 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7066 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7067 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7068 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7069 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7070 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7071 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7072 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7073 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7074
06d50baa
RM
7075 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7076 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7077 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7078 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7079 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7080 Moved ...
7081 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7082 ... here.
7083 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7084 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7085 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7086 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7087 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7088 Moved ...
7089 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7090 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7091 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7092 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7093 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7094 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7095 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7096 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7097 Moved ...
7098 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7099 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7100 Moved ...
7101 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7102 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7103 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7104 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7105 Moved ...
7106 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7107 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7108 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7109 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7110 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7111 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7112 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7113 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7114 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7115 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7116 Moved ...
7117 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7118 ... here.
7119 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7120 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7121 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7122 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7123 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7124 Moved ...
7125 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7126 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7127 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7128 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7129 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7130 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7131 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7132 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7133 Moved ...
7134 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7135 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7136 Moved ...
7137 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7138 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7139 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7140 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7141 Moved ...
7142 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7143 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7144 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7145 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7146 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7147
a4ccbc9b
JM
71482014-06-25 Joseph Myers <joseph@codesourcery.com>
7149
0828edbf
JM
7150 * timezone/checktab.awk: Update from tzcode 2014e.
7151 * timezone/private.h: Likewise.
7152 * timezone/tzfile.h: Likewise.
7153 * timezone/zdump.c: Likewise.
7154 * timezone/zic.c: Likewise.
7155
a4ccbc9b
JM
7156 * sysdeps/unix/sysv/linux/kernel-features.h
7157 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7158 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7159 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7160 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7161 Remove conditional code.
7162
9aea0cb8
WN
71632014-06-25 Will Newton <will.newton@linaro.org>
7164
7165 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7166 (_dl_arm_cap_flags): Add HWCAP2 values.
7167 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7168 (_DL_HWCAP_COUNT): Increase to 37.
7169 (_DL_HWCAP_LAST): New define.
7170 (_DL_HWCAP2_LAST): New define.
7171 (_dl_procinfo): Add support for printing
7172 AT_HWCAP2 entries.
7173 (_dl_string_hwcap): Use _dl_hwcap_string.
7174
6eaa65ce
AZ
71752014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7176
7177 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7178
0f5b7185
JM
71792014-06-25 Joseph Myers <joseph@codesourcery.com>
7180
cfd2ea50
JM
7181 * README: Do not mention ports directory.
7182
cecf2ed4
JM
7183 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7184 Remove macro.
7185 * sysdeps/unix/sysv/linux/futimes.c: Do not include
7186 <kernel-features.h>.
7187 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7188 conditional variable definition.
7189 (__futimes): Update comment.
7190 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7191 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7192
a638de82
JM
7193 [BZ #16560]
7194 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7195 arguments close to 0.
7196 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7197 Likewise.
7198 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7199 Likewise.
7200 * math/auto-libm-test-in: Add more tests of exp10.
7201 * math/auto-libm-test-out: Regenerated.
7202 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7203
0f5b7185
JM
7204 * sysdeps/unix/sysv/linux/kernel-features.h
7205 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7206 * sysdeps/unix/sysv/linux/readv.c: Do not include
7207 <kernel-features.h>.
7208 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7209 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7210 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7211 unconditional.
7212 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7213 conditional code.
7214 * sysdeps/unix/sysv/linux/writev.c: Do not include
7215 <kernel-features.h>.
7216 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7217 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7218 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7219 unconditional.
7220 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7221 conditional code.
7222
c7aec4be
WN
72232014-06-25 Will Newton <will.newton@linaro.org>
7224
7225 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7226 comment changes throughout the file. Remove checks
7227 for HAVE_*_H definitions that are not required.
7228 (__gen_tempname): Call abort if an unknown kind value is
7229 passed.
7230
c5241f95
AS
72312014-06-25 Andreas Schwab <schwab@suse.de>
7232
7233 [BZ #17086]
7234 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7235 scalbln, scalblnf, scalblnl in libc.
7236
911422da
SP
72372014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
7238
7239 [BZ #17086]
7240 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7241 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7242 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7243
0d749bbe
RM
72442014-06-24 Roland McGrath <roland@hack.frob.com>
7245
7246 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7247 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7248 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7249 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7250 Update #include.
7251 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7252 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7253 Update #include.
7254 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7255 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7256 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7257 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7258 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7259 * sysdeps/x86/bits/pthreadtypes.h: ... here.
7260 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7261 * sysdeps/x86/bits/semaphore.h: ... here.
7262 * sysdeps/x86/nptl/elide.h: Moved ...
7263 * sysdeps/x86/elide.h: ... here.
7264 * sysdeps/x86_64/nptl/Implies: File removed.
7265 * sysdeps/i386/nptl/Implies: File removed.
7266
0ea5d373
JM
72672014-06-24 Joseph Myers <joseph@codesourcery.com>
7268
4060283d
JM
7269 [BZ #16539]
7270 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7271 return the argument for normal arguments with exponent below -64.
7272 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7273 Likewise.
7274 * math/auto-libm-test-in: Add another test of expm1.
7275 * math/auto-libm-test-out: Regenerated.
7276
e7dd3c8c
JM
7277 [BZ #16287]
7278 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7279 calling __erfcl for arguments at least 16.
7280 * math/auto-libm-test-in: Add more tests of erf.
7281 * math/auto-libm-test-out: Regenerated.
7282
0ea5d373
JM
7283 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7284 individual architectures.
7285 * sysdeps/unix/sysv/linux/configure: Regenerated.
7286 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7287 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7288 * sysdeps/unix/sysv/linux/powerpc/configure.ac
7289 (ldd_rewrite_script): Define variable.
7290 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7292 file.
7293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7294 generated file.
7295 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7296 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7297 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7298 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7299 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7300 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7301 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7302 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7303
2307e126
SP
73042014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7305
7306 [BZ #17084]
7307 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7308 Rename member __data.d to __data.__elision_data.
7309
c0a4ed77
W
73102014-06-24 Wilco <wdijkstr@arm.com>
7311
7312 * NEWS: Add 16918 to fixed bug list.
7313
b8c00573
W
73142014-06-24 Wilco <wdijkstr@arm.com>
7315
7316 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7317
b5570d92
W
73182014-06-24 Wilco <wdijkstr@arm.com>
7319
7320 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7321 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7322 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7323 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7324 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7325 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7326 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7327 Use _FPU_MASK_RM.
7328
947bdca2
W
73292014-06-24 Wilco <wdijkstr@arm.com>
7330
7331 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7332
00f669ed
W
73332014-06-24 Wilco <wdijkstr@arm.com>
7334
7335 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7336 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7337 * sysdeps/arm/fesetround.c (fesetround): Remove space.
7338 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7339
db59bad3
W
73402014-06-24 Wilco <wdijkstr@arm.com>
7341
7342 [BZ #16918]
7343 * sysdeps/arm/feupdateenv.c (feupdateenv):
7344 Rewrite to reduce FPSCR accesses and fix return value.
7345
001f7b77
W
73462014-06-24 Wilco <wdijkstr@arm.com>
7347
7348 * sysdeps/arm/fclrexcpt.c (feclearexcept):
7349 Optimize to avoid unnecessary FPSCR writes.
7350 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7351 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7352 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7353 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7354
4841e6a6
W
73552014-06-24 Wilco <wdijkstr@arm.com>
7356
7357 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7358 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7359 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7360 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7361 Call libc_fetestexcept_vfp.
7362 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7363 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7364 __SOFTFP__ ifdef so that they can be built for softfp.
7365
0813022c
SP
73662014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7367
08e5862f
SP
7368 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7369 argument type signed char.
7370
0813022c
SP
7371 * Makerules (check-abi): Dump diff of symlist if the test
7372 fails.
7373
3fc7236a
RM
73742014-06-23 Roland McGrath <roland@hack.frob.com>
7375
aba8ef95
RM
7376 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7377 using abort.
7378
3fc7236a
RM
7379 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7380 Remove unused variable ST.
7381
4da6db51
JM
73822014-06-23 Joseph Myers <joseph@codesourcery.com>
7383
4648909d
JM
7384 [BZ #16354]
7385 [BZ #17061]
7386 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7387 small arguments before calling __expm1.
7388 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7389 small arguments before calling __expm1f.
7390 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7391 small arguments before calling __expm1l.
7392 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7393 Likewise.
7394 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7395 * math/auto-libm-test-in: Add more cosh tests. Do not allow
7396 spurious underflow for some cosh tests.
7397 * math/auto-libm-test-out: Regenerated.
7398 * sysdeps/i386/fpu/libm-test-ulps: Update.
7399
46a3d3c7
JM
7400 [BZ #17050]
7401 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7402 (__ieee754_y1): Set errno if return value overflows.
7403 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7404 (__ieee754_y1f): Set errno if return value overflows.
7405 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7406 (__ieee754_y1l): Set errno if return value overflows.
7407 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7408 (__ieee754_y1l): Set errno if return value overflows.
7409 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7410 * math/auto-libm-test-out: Regenerated.
7411
863893ec
JM
7412 * math/gen-auto-libm-tests.c: Document use of
7413 ignore-zero-inf-sign.
7414 (input_flag_type): Add value flag_ignore_zero_inf_sign.
7415 (input_flags): Add ignore-zero-inf-sign.
7416 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7417 * math/gen-libm-test.pl (generate_testfile): Handle
7418 ignore-zero-inf-sign.
7419 * math/auto-libm-test-in: Mark some cpow tests with
7420 ignore-zero-inf-sign and some with xfail-rounding.
7421 * math/auto-libm-test-out: Regenerated.
7422 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7423 * sysdeps/i386/fpu/libm-test-ulps: Update.
7424 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7425
4da6db51
JM
7426 [BZ #16315]
7427 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7428 overflowing or underflowing operations take place with sign of
7429 result.
7430 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7431 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7432 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7433 (__ieee754_pow): Recompute overflowing and underflowing results in
7434 original rounding mode.
7435 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7436 (__powl_helper): Allow negative argument X and scale negated value
7437 as needed. Avoid passing value outside [-1, 1] to f2xm1.
7438 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7439 overflowing or underflowing operations take place with sign of
7440 result.
7441 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7442 Include <math.h>.
7443 * math/auto-libm-test-in: Add more tests of pow.
7444 * math/auto-libm-test-out: Regenerated.
7445 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7446 (pow_tonearest_test_data): Remove.
7447 (pow_test_tonearest): Likewise.
7448 (pow_towardzero_test_data): Likewise.
7449 (pow_test_towardzero): Likewise.
7450 (pow_downward_test_data): Likewise.
7451 (pow_test_downward): Likewise.
7452 (pow_upward_test_data): Likewise.
7453 (pow_test_upward): Likewise.
7454 (main): Don't call removed functions.
7455 * sysdeps/i386/fpu/libm-test-ulps: Update.
7456 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7457
5686b236
RM
74582014-06-23 Roland McGrath <roland@hack.frob.com>
7459
7460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7461 Moved ...
7462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7464 Moved ...
7465 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7467 Moved ...
7468 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7470 Moved ...
7471 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7472 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7473 File removed.
7474 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7475 File removed.
7476 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7477 File removed.
7478 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7479 File removed.
7480 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7481 File removed.
7482 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7483 File removed.
7484 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7485 File removed.
7486 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7487 File removed.
7488 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7489 File removed.
7490 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7491 File removed.
7492 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7493 File removed.
7494 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7495 File removed.
7496 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7497 Moved ...
7498 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7500 Moved ...
7501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7502 ... here.
7503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7504 Moved ...
7505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7506 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7507 Moved ...
7508 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7509 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7510 Moved ...
7511 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7512 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7513 Moved ...
7514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7515 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7516 Moved ...
7517 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7519 Moved ...
7520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7521 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7522 Moved ...
7523 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7524 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7525 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7526 ... here.
7527 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7528 Moved ...
7529 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7530 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7531 Moved ...
7532 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7533 ... here.
7534 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7535 Moved ...
7536 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7537 ... here.
7538 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7539 Moved ...
7540 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7541 ... here.
7542 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7543 Moved ...
7544 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7545 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7546 Moved ...
7547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7550 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7551 Moved ...
7552 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7553 ... here.
7554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7555 Moved ...
7556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7557 ... here.
7558 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7559 Moved ...
7560 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7562 Moved ...
7563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7564 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7565 Moved ...
7566 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7568 Moved ...
7569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7571 Moved ...
7572 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7573 ... here.
7574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7575 Moved ...
7576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7577 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7578 Moved ...
7579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7580 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7581 Moved ...
7582 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7583 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7584 Moved ...
7585 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7587 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7589 Moved ...
7590 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7592 Moved ...
7593 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7594 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7595 Moved ...
7596 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7597 ... here.
7598 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7599 Moved ...
7600 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7601 ... here.
7602 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7603 Moved ...
7604 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7605 ... here.
7606 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7607 Moved ...
7608 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7609 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7610 Moved ...
7611 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7612 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7613 Moved ...
7614 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7615 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7616 Moved ...
7617 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7618 ... here.
7619 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7620 Moved ...
7621 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7622 ... here.
7623 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7624 Moved ...
7625 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7626 ... here.
7627 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7628 Moved ...
7629 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7630 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7631 Moved ...
7632 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7633
e6d90d67
WD
76342014-06-23 Will Newton <will.newton@linaro.org>
7635 Wilco <wdijkstr@arm.com>
7636
7637 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7638 implementation. Include get-rounding-mode.h.
7639 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7640 [!libc_feholdsetround_noex_ctx]: Define
7641 libc_feholdsetround_noex_ctx.
7642 [!libc_feholdsetround_noexf_ctx]: Define
7643 libc_feholdsetround_noexf_ctx.
7644 [!libc_feholdsetround_noexl_ctx]: Define
7645 libc_feholdsetround_noexl_ctx.
7646 (libc_feholdsetround_ctx): New function.
7647 (libc_feresetround_ctx): New function.
7648 (libc_feholdsetround_noex_ctx): New function.
7649 (libc_feresetround_noex_ctx): New function.
7650
d42df555
RM
76512014-06-23 Roland McGrath <roland@hack.frob.com>
7652
88a46474
RM
7653 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7654 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7655 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7656 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7657 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7658 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7659
15bed472
RM
7660 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7661 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7662 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7663 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7664 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7665 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7666 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7667 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7668 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7669 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7670 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7671 Moved ...
7672 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7673 ... here.
7674 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7675 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7676 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7677 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7678 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7679 Moved ...
7680 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7681 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7682 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7683 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7684 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7685 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7686 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7687 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7688 Moved ...
7689 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7690 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7691 Moved ...
7692 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7693 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7694 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7695 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7696 Moved ...
7697 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7698 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7699 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7700 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7701 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7702 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7703 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7704 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7705 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7706 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7707 Moved ...
7708 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7709 ... here.
7710 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7711 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7712 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7713 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7714 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7715 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7716 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7717 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7718 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7719 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7720 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7721 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7722 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7723 Moved ...
7724 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7725 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7726 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7727 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7728 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7729 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7730 Moved ...
7731 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7732 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7733 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7734 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7735 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7736
d42df555
RM
7737 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7738 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7739 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7740 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7741 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7742 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7743 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7744 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7745 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7746 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7747 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7748 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7749 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7750 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7751 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7752 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7753 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7754 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7755 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7756 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7757 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7758 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7759 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7760 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7761 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7762 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7763 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7764 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7765
76e5216e
JM
77662014-06-23 Joseph Myers <joseph@codesourcery.com>
7767
7768 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7769 (FALLOC_FL_COLLAPSE_RANGE): New macro.
7770 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7771 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7772 (IPV6_PMTUDISC_INTERFACE): Likewise.
7773 (IPV6_PMTUDISC_OMIT): Likewise.
7774
7a81cbcc
AS
77752014-06-23 Andreas Schwab <schwab@suse.de>
7776
7777 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7778 Remove unused errout label.
7779
db224009
AZ
77802014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7781
7782 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7783 macro: hardware supports Vector Crypto instructions.
7784
f393b4aa
WN
77852014-06-23 Will Newton <will.newton@linaro.org>
7786
cc7d0447
WN
7787 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7788 rather than __builtin_expect.
7789
d6d06225
WN
7790 * elf/dl-lookup.c (undefined_msg): Remove variable.
7791 (_dl_lookup_symbol_x): Replace undefined_msg with string
7792 literal.
7793
f393b4aa
WN
7794 * elf/dl-lookup.c (do_lookup_unique): New function.
7795 (do_lookup_x): Move STB_GNU_UNIQUE handling code
7796 to a separate function.
7797
ac60763e
AS
77982014-06-23 Andreas Schwab <schwab@suse.de>
7799
7800 [BZ #17079]
7801 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7802 before reading the next line.
7803
c5c13355
WN
78042014-06-23 Will Newton <will.newton@linaro.org>
7805
7806 * test-skeleton.c (signal_handler): Use printf and %m
7807 rather than perror. Use printf rather than fprintf to
7808 stderr. Use puts rather than fputs to stderr.
7809 (main): Likewise.
7810
bd3675f9
LC
78112014-06-22 Ludovic Courtès <ludo@gnu.org>
7812
7813 * nscd/nscd.c (thread_info_t): Remove typedef.
7814 (thread_info): Remove variable.
7815
d03efb2f
AM
78162014-06-21 Allan McRae <allan@archlinux.org>
7817
7818 * NEWS: Mention CVE-2014-4043.
7819
bc4a86fa
RM
78202014-06-20 Roland McGrath <roland@hack.frob.com>
7821
dc9a54f8
RM
7822 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7823 * nptl/smp.h: ... here.
7824
bd7022c4
RM
7825 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7826
26ffd5e6
RM
7827 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7828 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7829 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7830 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7831
93a6d082
RM
7832 * nptl/allocatestack.c: Include <stack-aliasing.h>.
7833 * nptl/stack-aliasing.h: New file.
7834 * sysdeps/i386/i686/stack-aliasing.h: New file.
7835 * sysdeps/i386/i686/nptl/Makefile: File removed.
7836 * sysdeps/x86_64/stack-aliasing.h: New file.
7837 * sysdeps/x86_64/nptl/Makefile
7838 (CFLAGS-pthread_create.c): Variable removed.
7839
bc4a86fa
RM
7840 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7841 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7842 old file.
7843 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7844 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7845 old file.
7846
2272ffc1
JM
78472014-06-21 Joseph Myers <joseph@codesourcery.com>
7848
7849 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7850 (__ASSUME_SIGFRAME_V2): Remove macro.
7851 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7852 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7853 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7854 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7855 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7856 Declare as function. Remove conditional macro definitions.
7857 (__default_rt_sa_restorer): Likewise.
7858 (__default_sa_restorer_v1): Remove declaration.
7859 (__default_sa_restorer_v2): Likewise.
7860 (__default_rt_sa_restorer_v1): Likewise.
7861 (__default_rt_sa_restorer_v2): Likewise.
7862 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7863 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7864 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7865
4b88139b
RM
78662014-06-20 Roland McGrath <roland@hack.frob.com>
7867
7868 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7869 (libpthread-routines): Add sysdep.
7870 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7871 * sysdeps/unix/sysv/linux/sparc/Versions
7872 (libpthread: GLIBC_2.3.3): New version set.
7873 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7874 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7875 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7876 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7877 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
7878 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7879 Moved ...
7880 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7881 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7882 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7883 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7884 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7885 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7886 * sysdeps/sparc/nptl/sem_init.c: ... here.
7887 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7888 * sysdeps/sparc/nptl/sem_post.c: ... here.
7889 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7890 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7891 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7892 * sysdeps/sparc/nptl/sem_wait.c: ... here.
7893 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7894 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7895 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7896 (libpthread-routines): Add cpu_relax.
7897 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7898 File removed.
7899 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7900 (librt: GLIBC_2.3.3): New version set.
7901 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7902 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7903 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7904 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7905 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7906 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7907 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7908 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7909 Moved ...
7910 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7911 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7912 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7913 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7914 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7915 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7916 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7917 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7918 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7919 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7920 Moved ...
7921 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7922 Update #include.
7923 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7924 Moved ...
7925 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7926 Update #include.
7927 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7928 Moved ...
7929 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7930 Update #include.
7931 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7932 Moved ...
7933 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7934 Update #include.
7935 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7936 Moved ...
7937 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7938 Update #include.
7939 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7940 Moved ...
7941 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7942 Update #include.
7943 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7944 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7945 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7946 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7947 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7948 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7949 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7950 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7951 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7952 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7953 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7954 Moved ...
7955 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7956 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7957 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7958 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7959 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7960
d7109027
JM
79612014-06-20 Joseph Myers <joseph@codesourcery.com>
7962
9bc6103d
JM
7963 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7964 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7965 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7966 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7967 * nscd/nscd.c: Likewise.
7968 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7969 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7970 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7971 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7972
d7109027
JM
7973 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7974 <kernel-features.h>.
7975 (init_mq_netlink): Remove conditional have_sock_cloexec
7976 definitions. Remove code conditional on have_sock_cloexec < 0.
7977 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7978 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7979 * sysdeps/unix/sysv/linux/opensock.c: Do not include
7980 <kernel-features.h>.
7981 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7982 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7983
d92d8f8a
L
79842014-06-20 H.J. Lu <hongjiu.lu@intel.com>
7985
7986 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7987 Add tests for memset_chk and memset.
7988
7989 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7990 with AVX2_Usable.
7991
4e6d2347
MR
79922014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
7993
257ce712
MR
7994 [BZ #16046]
7995 * elf/tst-dl-iter-static.c: New file.
7996 * elf/Makefile (tests-static): Add tst-dl-iter-static.
7997
4e6d2347
MR
7998 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7999 error.
8000
a2a76afe
JM
80012014-06-20 Joseph Myers <joseph@codesourcery.com>
8002
7fd00f99
JM
8003 * sysdeps/unix/sysv/linux/kernel-features.h
8004 (__ASSUME_F_GETOWN_EX): Remove macro.
8005 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8006 <kernel-features.h>.
8007 (miss_F_GETOWN_EX): Remove variable or macro.
8008 (do_fcntl): Do not check miss_F_GETOWN_EX.
8009 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8010
4a103975
JM
8011 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8012 Remove macro.
8013 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8014 [!__ASSUME_AT_RANDOM]: Remove conditional code.
8015 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8016
a2a76afe
JM
8017 * sysdeps/unix/sysv/linux/kernel-features.h
8018 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8019 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8020 [ADJ_OFFSET_SS_READ]: Make code unconditional.
8021 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8022
90e5dd48
MR
80232014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
8024
8025 [BZ #17075]
8026 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8027 Fix calculation of the symbol's value.
8028 * sysdeps/arm/tst-armtlsdescloc.c: New file.
8029 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8030 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8031 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8032 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8033 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8034 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8035 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8036 (modules-names): Add `tst-armtlsdescmod',
8037 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8038 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8039 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8040 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8041 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8042 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8043 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8044 ($(objpfx)tst-armtlsdescloc): New dependency.
8045 ($(objpfx)tst-armtlsdescextnow): Likewise.
8046 ($(objpfx)tst-armtlsdescextlazy): Likewise.
8047 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8048 TLS scheme support.
8049 * sysdeps/arm/configure: Regenerate.
8050
809fdf0d
JM
80512014-06-20 Joseph Myers <joseph@codesourcery.com>
8052
8053 * include/fcntl.h (__atfct_seterrno): Remove prototype.
8054 (__atfct_seterrno_2): Likewise.
8055 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8056 <kernel-features.h>.
8057 (__ASSUME_ATFCTS): Do not undefine and redefine.
8058 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8059 (__have_atfcts): Remove conditional definition.
8060 (__fxstatat([__NR_fstatat64]: Make code unconditional.
8061 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8062 unreachable if [__ASSUME_ATFCTS].
8063 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8064 not undefine and redefine.
8065 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8066 <kernel-features.h>.
8067 (faccessat) [__NR_faccessat]: Make code unconditional.
8068 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8069 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8070 <kernel-features.h>.
8071 (fchmodat) [__NR_fchmodat]: Make code unconditional.
8072 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8073 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8074 <kernel-features.h>.
8075 (fchownat) [__NR_fchownat]: Make code unconditional.
8076 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8077 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8078 <kernel-features.h>.
8079 (futimesat) [__NR_futimesat]: Make code unconditional.
8080 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8081 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8082 <kernel-features.h>.
8083 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8084 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8085 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8086 <kernel-features.h>.
8087 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8088 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8089 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8090 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8091 <kernel-features.h>.
8092 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8093 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8094 * sysdeps/unix/sysv/linux/linkat.c: Do not include
8095 <kernel-features.h>.
8096 (linkat) [__NR_linkat]: Make code unconditional.
8097 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8098 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8099 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8100 <kernel-features.h>.
8101 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8102 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8103 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8104 <kernel-features.h>.
8105 (mkdirat) [__NR_mkdirat]: Make code unconditional.
8106 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8107 * sysdeps/unix/sysv/linux/openat.c: Do not include
8108 <kernel-features.h>.
8109 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8110 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8111 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8112 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8113 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8114 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8115 <kernel-features.h>.
8116 (readlinkat) [__NR_readlinkat]: Make code unconditional.
8117 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
8118 result of INLINE_SYSCALL directly, not via int variable.
8119 * sysdeps/unix/sysv/linux/renameat.c: Do not include
8120 <kernel-features.h>.
8121 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8122 (renameat) [__NR_renameat]: Make code unconditional.
8123 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8124 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8125 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8126 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8127 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8128 (__ASSUME_ATFCTS): Do not undefine and redefine.
8129 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8130 <kernel-features.h>.
8131 (symlinkat) [__NR_symlinkat]: Make code unconditional.
8132 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8133 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8134 <kernel-features.h>.
8135 (unlinkat) [__NR_unlinkat]: Make code unconditional.
8136 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8137 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8138 (__ASSUME_ATFCTS): Do not undefine and redefine.
8139 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8140 <kernel-features.h>.
8141 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8142 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8143 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8144 <kernel-features.h>.
8145 (__xmknodat) [__NR_mknodat]: Make code unconditional.
8146 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8147
224c6c51
L
81482014-06-20 H.J. Lu <hongjiu.lu@intel.com>
8149
8150 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8151
aa6ec754
AS
81522014-06-20 Andreas Schwab <schwab@linux-m68k.org>
8153
8154 [BZ #17069]
8155 * posix/regcomp.c (parse_reg_exp): Deallocate partially
8156 constructed tree before returning error.
8157 * posix/bug-regexp36.c: Expand test case.
8158
d8c2869d
SL
81592014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
8160
3ef6b850
SL
8161 [BZ #6803]
8162 * math/libm-test.inc (scalbln_test_date):
8163 Add errno expectations.
8164 * math/w_scalblnf.c: New File.
8165 Add wrapper which checks for setting errno to ERANGE.
8166 Add weak_alias for corresponding scalbln function.
8167 * math/w_scalbln.c: Likewise.
8168 * math/w_scalblnl.c: Likewise.
8169 * math/Makefile (libm-calls): Add w_scalbln.
8170 * sysdeps/ieee754/flt-32/s_scalblnf.c:
8171 Remove weak_alias for corresponding scalbln function.
8172 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8173 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8174 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8175 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8176 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8177 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8178 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8179 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8180 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8181 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8182 Remove long_double_symbol for scalblnl function in libm, libc.
8183 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8184 Add wrapper which checks for setting errno to ERANGE.
8185 Add long_double_symbol for scalblnl function in libm, libc.
8186 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8187 Remove long_double_symbol for scalblnl in libm.
8188 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8189 Add wrapper which checks for setting errno to ERANGE.
8190 Add long_double_symbol for scalblnl function in libm.
8191 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8192 Do not use wrapper because of own implementation.
8193
c8daec5c
L
81942014-06-19 H.J. Lu <hongjiu.lu@intel.com>
8195
8196 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8197 3 bytes for __pad1 for x32.
8198 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8199
5c74e47c
LM
82002014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
8201 H.J. Lu <hongjiu.lu@intel.com>
8202
8203 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8204 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8205 * sysdeps/x86_64/multiarch/memset.S: Likewise.
8206 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8207 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8208
4d43ef1e
AS
82092014-06-19 Andreas Schwab <schwab@linux-m68k.org>
8210
8211 [BZ #17069]
8212 * posix/regcomp.c (parse_expression): Deallocate partially
8213 constructed tree before returning error.
8214 * posix/Makefile.c (tests): Add bug-regex36.
8215 (generated): Add bug-regex36.mtrace.
8216 (tests-special): Add $(objpfx)bug-regex36-mem.out
8217 (bug-regex36-ENV): New variable.
8218 ($(objpfx)bug-regex36-mem.out): New rule.
8219 * posix/bug-regex36.c: New file.
8220
51a7380b
WN
82212014-06-19 Will Newton <will.newton@linaro.org>
8222
8223 * malloc/malloc.c (systrim): If extra is zero then return
8224 early.
8225
91b84fe5
SP
82262014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
8227
8228 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8229
f940b965
RE
82302014-06-19 Richard Earnshaw <rearnsha@arm.com>
8231
8232 * sysdeps/aarch64/strchr.S: New file.
8233
4ba7a00f
JM
82342014-06-18 Joseph Myers <joseph@codesourcery.com>
8235
8236 [BZ #17022]
8237 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8238 from arguments -2 or below.
8239 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8240 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8241
b3a9f56b
AS
82422014-06-18 Andreas Schwab <schwab@suse.de>
8243
8244 [BZ #17062]
8245 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8246 of a bracket expr not to run off the end of the string.
8247 * posix/Makefile (tests): Add tst-fnmatch3.
8248 * posix/tst-fnmatch3.c: New file.
8249
85d89278
JM
82502014-06-18 Joseph Myers <joseph@codesourcery.com>
8251
8252 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8253 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8254 [$(cross-compiling) = no]: Likewise.
8255 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8256 [$(cross-compiling) = no]: Likewise.
8257
754c5a08
RS
82582014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8259
8260 [BZ #17031]
8261 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8262 double, adjusted for any remainder from the high double.
8263 * math/libm-test.inc (nearbyint): Add tests.
8264 (rint): Likewise.
8265
556f529d
AZ
82662014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8267
8268 * nptl/sysdeps/powerpc/Makefile: Moved ...
8269 * sysdeps/powerpc/nptl/Makefile: ... here.
8270 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8271 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8272 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8273 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8274 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8275 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8276 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8277 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8278 * nptl/sysdeps/powerpc/tls.h: Moved ...
8279 * sysdeps/powerpc/nptl/tls.h: ... here.
8280
91c03c53
JM
82812014-06-16 Joseph Myers <joseph@codesourcery.com>
8282
8283 [BZ #16681]
8284 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8285 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8286 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8287 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8288 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8289 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8290 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8291 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8292 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8293
a76e63c5
AS
82942014-06-17 Andreas Schwab <schwab@linux-m68k.org>
8295
8296 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8297
f2f6d82f
AS
82982014-06-16 Andreas Schwab <schwab@linux-m68k.org>
8299
ea8a15f6
AS
8300 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8301 defined operator.
8302
f2f6d82f
AS
8303 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8304 $TIMEOUTFACTOR.
8305
a7291117
FW
83062014-06-16 Florian Weimer <fweimer@redhat.com>
8307
8308 [BZ #17058]
8309 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8310 non-executed part of the test.
8311
3d7c00e3
AS
83122014-06-16 Andreas Schwab <schwab@suse.de>
8313
8314 * string/bits/string2.h (strdup, strndup): Update feature guard.
8315
6957fb31
DM
83162014-06-14 David S. Miller <davem@davemloft.net>
8317
8318 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8319
11b9e55b
AS
83202014-06-14 Andreas Schwab <schwab@linux-m68k.org>
8321
1d2a0492
AS
8322 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8323 that was previously under [RESET_PID].
8324 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8325
11b9e55b
AS
8326 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8327 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8328 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8329 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8330 (__libc_vfork): New strong alias.
8331 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8332
0f6901d0
AK
83332014-06-14 Andi Kleen <ak@linux.intel.com>
8334
8335 * sysdeps/generic/elide.h: New file.
8336
38bbbb9f
SL
83372014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
8338
8339 * Makefile (installed-headers): Adjust path of pthread.h header.
8340
45193bb8
RM
83412014-06-13 Roland McGrath <roland@hack.frob.com>
8342
9a25fd1e
RM
8343 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8344 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8345 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8346 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8347
4004f7e4
RM
8348 * nptl/sysdeps/s390/Makefile: Moved ...
8349 * sysdeps/s390/nptl/Makefile: ... here.
8350 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8351 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8352 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8353 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8354 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8355 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8356 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8357 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8358 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8359 * sysdeps/s390/nptl/pthreaddef.h: ... here.
8360 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8361 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8362 * nptl/sysdeps/s390/tls.h: Moved ...
8363 * sysdeps/s390/nptl/tls.h: ... here.
8364
45193bb8
RM
8365 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8366 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8367
f6fdf533
DM
83682014-06-13 David S. Miller <davem@davemloft.net>
8369
8370 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8371 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8372 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8373 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8374 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8375 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8376 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8377 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8378 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8379 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8380 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8381 Remove RESET_PID cpp guards.
8382 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8383 Remove RESET_PID cpp guards.
8384 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8385
f5d71e14
AS
83862014-06-13 Andreas Schwab <schwab@linux-m68k.org>
8387
8388 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8389 __sp to uintptr_t.
8390
b7aa8caa
AK
83912014-06-13 Andi Kleen <ak@linux.intel.com>
8392
4b266200
AZ
8393 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8394 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8395 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8396 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8397 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8398 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8399 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8400 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8401 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8402 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8403 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8404 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8405 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8406 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8407 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8408 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8409 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8410 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8411 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8412 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
8413
8414 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
8415 (pthread_rwlock_rdlock): Add elision.
8416 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8417 (pthread_rwlock_wrlock): Add elision.
8418 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8419 (pthread_rwlock_trywrlock): Add elision.
8420 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8421 (pthread_rwlock_tryrdlock): Add elision.
8422 * nptl/pthread_rwlock_unlock.c: Include elide.h.
8423 (pthread_rwlock_tryrdlock): Add elision unlock.
8424 * nptl/sysdeps/pthread/pthread.h:
8425 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8426 (PTHREAD_RWLOCK_INITIALIZER,
8427 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8428 Handle new elision field.
8429 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8430 * sysdeps/arm/nptl/bits/pthreadtypes.h
8431 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8432 * sysdeps/sh/nptl/bits/pthreadtypes.h
8433 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8434 * sysdeps/tile/nptl/bits/pthreadtypes.h
8435 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8436 * sysdeps/a/nptl/bits/pthreadtypes.h
8437 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8438 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8439 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8440 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8441 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8442 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8443 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8444 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8445 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8446 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8447 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8448 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8449 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8450 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8451 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8452 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8453 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8454 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8455 (elision_init): Set try_xbegin to zero when no RTM.
8456 * sysdeps/x86/nptl/bits/pthreadtypes.h
8457 (pthread_rwlock_t): Change __pad1 to __rwelision.
8458 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 8459
a832bdd3
AK
84602014-06-13 Andi Kleen <ak@linux.intel.com>
8461
8462 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8463 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8464 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8465 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8466
995a46bb
MI
84672014-06-13 Meador Inge <meadori@codesourcery.com>
8468
8469 [BZ #16996]
03ed7738 8470 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
8471 that the cached result has been set before returning it.
8472
45262aee
RM
84732014-06-12 Roland McGrath <roland@hack.frob.com>
8474
febf6cc5
RM
8475 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8476 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8477 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8478 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8479 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8480 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8481
e2682246
RM
8482 * nptl/sysdeps/sparc/Makefile: Moved ...
8483 * sysdeps/sparc/nptl/Makefile: ... here.
8484 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8485 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8486 * nptl/sysdeps/sparc/tls.h: Moved ...
8487 * sysdeps/sparc/nptl/tls.h: ... here.
8488 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8489 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8490 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8491 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8492 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8493 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8494 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8495 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8496 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8497 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8498 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8499 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8500 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8501 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8502 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8503 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8504 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8505 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8506 Update #include.
8507 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8508 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8509 Update #include.
8510 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8511 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8512 Update #include.
8513 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8514 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8515 Update #include.
8516
b0725f43
RM
8517 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8518
b14368b8
RM
8519 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8520 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8521
c5620eb3
RM
8522 * sysdeps/pthread/posix-timer.h: Include <list.h>.
8523 (struct list_links): Type removed.
8524 (struct thread_node, struct timer_node): Replace struct list_links
8525 with struct list_head.
8526 (list_unlink_ip): Likewise.
8527 * sysdeps/pthread/timer_routines.c
8528 (timer_free_list, thread_free_list, thread_active_list): Likewise.
8529 (list_append, list_insbefore): Likewise.
8530 (list_init): Function removed.
8531 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
8532 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8533 * sysdeps/pthread/Makefile: ... here, new file.
8534
8535 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8536 * sysdeps/nptl/Implies: ... here.
8537 * sysdeps/unix/sysv/linux/Implies: Add nptl.
8538 * nptl/sysdeps/pthread/list.h: Moved ...
8539 * include/list.h: ... here.
8540 * nptl/sysdeps/pthread/createthread.c: Moved ...
8541 * nptl/createthread.c: ... here.
8542 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8543 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8544 * nptl/pt-longjmp.c: ... here.
8545 * nptl/sysdeps/pthread/Makefile: Moved ...
8546 * sysdeps/nptl/Makefile: ... here.
8547 * nptl/sysdeps/pthread/Subdirs: Moved ...
8548 * sysdeps/nptl/Subdirs: ... here.
8549 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8550 * sysdeps/nptl/aio_misc.h: ... here.
8551 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8552 * sysdeps/nptl/bits/libc-lock.h: ... here.
8553 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8554 * sysdeps/nptl/bits/libc-lockP.h: ... here.
8555 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8556 * sysdeps/nptl/bits/stdio-lock.h: ... here.
8557 * nptl/sysdeps/pthread/configure: Moved ...
8558 * sysdeps/nptl/configure: ... here.
8559 * nptl/sysdeps/pthread/configure.ac: Moved ...
8560 * sysdeps/nptl/configure.ac: ... here.
8561 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8562 * sysdeps/nptl/gai_misc.h: ... here.
8563 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8564 * sysdeps/nptl/librt-cancellation.c: ... here.
8565 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8566 * sysdeps/nptl/malloc-machine.h: ... here.
8567 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8568 * sysdeps/nptl/pthread-functions.h: ... here.
8569 * nptl/sysdeps/pthread/pthread.h: Moved ...
8570 * sysdeps/nptl/pthread.h: ... here.
8571 * nptl/sysdeps/pthread/setxid.h: Moved ...
8572 * sysdeps/nptl/setxid.h: ... here.
8573 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8574 * sysdeps/nptl/sigfillset.c: ... here.
8575 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8576 * sysdeps/nptl/tcb-offsets.h: ... here.
8577 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8578 * sysdeps/nptl/tst-mqueue8x.c: ... here.
8579 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8580 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8581 * nptl/sysdeps/pthread/allocalim.h: Moved ...
8582 * sysdeps/pthread/allocalim.h: ... here.
8583 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8584 * sysdeps/pthread/bits/sigthread.h: ... here.
8585 * nptl/sysdeps/pthread/flockfile.c: Moved ...
8586 * sysdeps/pthread/flockfile.c: ... here.
8587 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8588 * sysdeps/pthread/ftrylockfile.c: ... here.
8589 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8590 * sysdeps/pthread/funlockfile.c: ... here.
8591 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8592 * sysdeps/pthread/posix-timer.h: ... here.
8593 * nptl/sysdeps/pthread/timer_create.c: Moved ...
8594 * sysdeps/pthread/timer_create.c: ... here.
8595 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8596 * sysdeps/pthread/timer_delete.c: ... here.
8597 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8598 * sysdeps/pthread/timer_getoverr.c: ... here.
8599 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8600 * sysdeps/pthread/timer_gettime.c: ... here.
8601 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8602 * sysdeps/pthread/timer_routines.c: ... here.
8603 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8604 * sysdeps/pthread/timer_settime.c: ... here.
8605 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8606 * sysdeps/pthread/tst-timer.c: ... here.
8607 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8608 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8609
e876b090
RM
8610 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8611 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8612
f6b07b3d
RM
8613 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8614 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8615 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8616 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8617 Update #include target.
8618 * nptl/sysdeps/i386/i686/Makefile: Moved ...
8619 * sysdeps/i386/i686/nptl/Makefile: ... here.
8620 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8621 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8622 Update #include target.
8623 * nptl/sysdeps/i386/i686/tls.h: Moved ...
8624 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
8625 * nptl/sysdeps/i386/Makefile: Moved ...
8626 * sysdeps/i386/nptl/Makefile: ... here.
8627 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8628 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8629 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8630 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8631 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8632 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8633 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8634 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8635 * sysdeps/i386/nptl/pthreaddef.h: ... here.
8636 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8637 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8638 * nptl/sysdeps/i386/tls.h: Moved ...
8639 * sysdeps/i386/nptl/tls.h: ... here.
8640
45262aee
RM
8641 * sysdeps/sh/Makefile [$(subdir) = csu]
8642 (gen-as-const-headers): Add tcb-offsets.sym.
8643 * nptl/sysdeps/sh/Makefile: File removed.
8644 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8645 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8646 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8647 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8648 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8649 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8650 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8651 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8652 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8653 * sysdeps/sh/nptl/pthreaddef.h: ... here.
8654 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8655 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8656 * nptl/sysdeps/sh/tls.h: Moved ...
8657 * sysdeps/sh/nptl/tls.h: ... here.
8658 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8659 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8660 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8661 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8662 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8663 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8664 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8665 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8666 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8667 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8668 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8669 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8670 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8671 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8672 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8673 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8674 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8675 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8676 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8677 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8678 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8679 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8680 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8681 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8682 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8683 Moved ...
8684 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8685 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8686 Moved ...
8687 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8688 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8689 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8690 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8691 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8692 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8693 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8694 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8695 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8696 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8697 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8698 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8699 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8700 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8701 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8702 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8703 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8704 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8705 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8706
35a5e3e3
SL
87072014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
8708
8709 * posix/spawn_faction_addopen.c: Include string.h.
8710
14642b85
RM
87112014-06-11 Roland McGrath <roland@hack.frob.com>
8712
8713 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8714 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8715 * nptl/sysdeps/x86_64/Makefile: Moved ...
8716 * sysdeps/x86_64/nptl/Makefile: ... here.
8717 * nptl/sysdeps/x86_64/configure: Moved ...
8718 * sysdeps/x86_64/nptl/configure: ... here.
8719 * nptl/sysdeps/x86_64/configure.ac: Moved ...
8720 * sysdeps/x86_64/nptl/configure.ac: ... here.
8721 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8722 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8723 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8724 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8725 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8726 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8727 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8728 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8729 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8730 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8731 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8732 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8733 * nptl/sysdeps/x86_64/tls.h: Moved ...
8734 * sysdeps/x86_64/nptl/tls.h: ... here.
8735 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8736 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8737 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8738 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8739
8740 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8741
31c44fea
AZ
87422014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8743
8744 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8745
e81a4f9a
JM
87462014-06-11 Joseph Myers <joseph@codesourcery.com>
8747
8748 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8749 type.
8750 [POSIX] (off_t): Likewise.
8751 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8752 [POSIX] (S_ISBLK): Require macro.
8753 [POSIX] (S_ISCHR): Likewise.
8754 [POSIX] (S_ISDIR): Likewise.
8755 [POSIX] (S_ISFIFO): Likewise.
8756 [POSIX] (S_ISREG): Likewise.
8757 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8758 optional-macro.
8759 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8760 type.
8761 [POSIX] (time_t): Likewise.
8762 [POSIX] (timer_t): Likewise.
8763
89e435f3
FW
87642014-06-11 Florian Weimer <fweimer@redhat.com>
8765
8766 [BZ #17048]
8767 * posix/spawn_int.h (struct __spawn_action): Make the path string
8768 non-const to support deallocation.
8769 * posix/spawn_faction_addopen.c
8770 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8771 * posix/spawn_faction_destroy.c
8772 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
8773 path in all spawn_do_open actions.
8774 * posix/tst-spawn.c (do_test): Exercise the copy operation in
8775 posix_spawn_file_actions_addopen.
8776
c3a2ebe1
CM
87772014-06-11 Chris Metcalf <cmetcalf@tilera.com>
8778
8779 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8780 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8781 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8782 conditional code always true.
8783 (__libc_vfork): New alias.
8784
9503784a
RM
87852014-06-11 Roland McGrath <roland@hack.frob.com>
8786
c9cab3d2
RM
8787 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8788 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8789
d3996c79
RM
8790 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8791
ba5ec611
RM
8792 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8793 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8794
f12b4814
RM
8795 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8796 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8797
9503784a
RM
8798 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8799 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8800
e23d3d26
VR
88012014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8802
8803 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8804 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8805 multiarch strcmp for PPC64.
8806 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8807 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8808 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8809 multiarch optimizations.
8810 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8811 (__libc_ifunc_impl_list): Likewise.
8812
42b1161e
SP
88132014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
8814
8815 * benchtests/scripts/validate_benchout.py: New script.
8816 * benchtests/Makefile (bench-func): Call it.
8817 * benchtests/scripts/benchout.schema.json: New file.
8818
2d0fc4dc
CM
88192014-06-10 Chris Metcalf <cmetcalf@tilera.com>
8820
4a594c34
AZ
8821 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8822 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8823 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8824 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8825 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8826 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8827 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8828 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8829 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8830 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8831 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8832 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8833 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8834 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8835 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8836 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8837 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 8838 Moved ...
4a594c34 8839 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 8840 ... here.
4a594c34 8841 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 8842 Moved ...
4a594c34
AZ
8843 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8844 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 8845 Moved ...
4a594c34 8846 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 8847 ... here.
4a594c34 8848 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 8849 Moved ...
4a594c34 8850 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 8851 ... here.
4a594c34 8852 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 8853 Moved ...
4a594c34
AZ
8854 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8855 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 8856 Moved ...
4a594c34 8857 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 8858 ... here.
4a594c34 8859 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 8860 Moved ...
4a594c34 8861 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 8862 ... here.
4a594c34 8863 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 8864 Moved ...
4a594c34
AZ
8865 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8866 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 8867 Moved ...
4a594c34 8868 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 8869 ... here.
4a594c34 8870 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 8871 Moved ...
4a594c34 8872 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 8873 ... here.
4a594c34 8874 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 8875 Moved ...
4a594c34 8876 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 8877 ... here.
4a594c34 8878 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 8879 Moved ...
4a594c34
AZ
8880 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8881 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 8882 Moved ...
4a594c34 8883 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 8884 ... here.
4a594c34 8885 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 8886 Moved ...
4a594c34 8887 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 8888 ... here.
4a594c34 8889 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 8890 Moved ...
4a594c34 8891 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 8892 ... here.
4a594c34 8893 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 8894 Moved ...
4a594c34
AZ
8895 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8896 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 8897 Moved ...
4a594c34 8898 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 8899 ... here.
4a594c34 8900 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 8901 Moved ...
4a594c34 8902 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 8903 ... here.
4a594c34 8904 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 8905 Moved ...
4a594c34
AZ
8906 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8907 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 8908 Moved ...
4a594c34 8909 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 8910 ... here.
4a594c34 8911 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 8912 Moved ...
4a594c34
AZ
8913 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8914 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 8915 Moved ...
4a594c34
AZ
8916 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8917 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 8918 Moved ...
4a594c34 8919 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 8920 ... here.
4a594c34 8921 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 8922 Moved ...
4a594c34 8923 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 8924 ... here.
4a594c34 8925 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 8926 Moved ...
4a594c34 8927 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 8928 ... here.
4a594c34 8929 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 8930 Moved ...
4a594c34
AZ
8931 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8932 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 8933 Moved ...
4a594c34 8934 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 8935 ... here.
4a594c34 8936 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 8937 Moved ...
4a594c34 8938 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 8939 ... here.
4a594c34
AZ
8940 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8941 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8942 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8943 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8944 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 8945 Moved ...
4a594c34 8946 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 8947 ... here.
4a594c34
AZ
8948 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8949 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8950 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8951 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8952 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8953 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8954 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8955 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8956 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8957 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8958 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8959 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8960 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 8961 Moved ...
4a594c34
AZ
8962 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8963 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 8964 Moved ...
4a594c34
AZ
8965 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8966 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8967 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8968 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 8969 Moved ...
4a594c34
AZ
8970 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8971 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8972 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8973 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8974 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8975 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8976 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 8977
0570cfed
W
89782014-06-10 Wilco <wdijkstr@arm.com>
8979
8980 * math/test-fenv-return.c: New file.
8981 * math/Makefile: Add new test test-fenv-return.
8982
f8ba1b56
JM
89832014-06-10 Joseph Myers <joseph@codesourcery.com>
8984
8985 [BZ #17042]
8986 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8987 when x - 1 is zero.
8988 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8989 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8990 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8991 0.0L for an argument of 1.0L.
8992 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8993 Likewise.
8994 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8995 value when x - 1 is zero.
8996 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8997 * sysdeps/i386/fpu/libm-test-ulps: Update.
8998 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8999
2c3520d9
BO
90002014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
9001
9002 [BZ #15119]
9003 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9004
acaa4d24
RM
90052014-06-09 Roland McGrath <roland@hack.frob.com>
9006
9007 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9008 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9009
962b744d
RM
90102014-06-09 Roland McGrath <roland@hack.frob.com>
9011
d752f0cc
RM
9012 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9013 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9014
34eda6d1
RM
9015 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9016 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9017
50f0a637
RM
9018 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9019 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9020
08f41f04
RM
9021 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9022 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9023
962b744d
RM
9024 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9025 if not already defined.
9026 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9027 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9028 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9029 (TLS_INIT_TP): Use it.
9030 (TLS_DEFINE_INIT_TP): New macro.
9031 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9032
09f19b05
JM
90332014-06-09 Joseph Myers <joseph@codesourcery.com>
9034
9035 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9036 constant.
9037 [POSIX] (IXANY): Likewise.
9038 [POSIX] (OLCUC): Likewise.
9039 [POSIX || POSIX2008] (CBAUD): Do not allow.
9040 [POSIX || POSIX2008] (DEFECHO): Likewise.
9041 [POSIX || POSIX2008] (ECHOCTL): Likewise.
9042 [POSIX || POSIX2008] (ECHOKE): Likewise.
9043 [POSIX || POSIX2008] (ECHOPRT): Likewise.
9044 [POSIX || POSIX2008] (EXTA): Likewise.
9045 [POSIX || POSIX2008] (EXTB): Likewise.
9046 [POSIX || POSIX2008] (FLUSHO): Likewise.
9047 [POSIX || POSIX2008] (LOBLK): Likewise.
9048 [POSIX || POSIX2008] (PENDIN): Likewise.
9049 [POSIX || POSIX2008] (SWTCH): Likewise.
9050 [POSIX || POSIX2008] (VDISCARD): Likewise.
9051 [POSIX || POSIX2008] (VDSUSP): Likewise.
9052 [POSIX || POSIX2008] (VLNEXT): Likewise.
9053 [POSIX || POSIX2008] (VREPRINT): Likewise.
9054 [POSIX || POSIX2008] (VSTATUS): Likewise.
9055 [POSIX || POSIX2008] (VWERASE): Likewise.
9056 (B*): Change to B[0123456789]*.
9057 * conform/data/time.h-data [POSIX || UNIX98]
9058 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9059 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9060 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9061 [POSIX] (tm_*): Do not allow.
9062
686554bf
JM
90632014-06-07 Joseph Myers <joseph@codesourcery.com>
9064
9065 * Makefile (install): Don't set LANGUAGE.
9066 * Makefile.in (install): Likewise.
9067 * assert/Makefile (test-assert-ENV): Remove variable.
9068 (test-assert-perr-ENV): Likewise.
9069 * elf/Makefile (neededtest4-ENV): Likewise.
9070 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9071 [$(cross-compiling) = no]: Don't set LANGUAGE.
9072 * io/ftwtest-sh (LANG): Remove variable.
9073 * libio/Makefile (tst-widetext-ENV): Likewise.
9074 * manual/install.texi (Running make install): Don't refer to
9075 environment settings for make install.
9076 * INSTALL: Regenerated.
9077 * nptl/tst-tls6.sh: Don't set LANG.
9078 * posix/globtest.sh (LANG): Remove variable.
9079 * string/Makefile (tester-ENV): Likewise.
9080 (inl-tester-ENV): Likewise.
9081 (noinl-tester-ENV): Likewise.
9082 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9083 [$(cross-compiling) = no]: Don't set LANGUAGE.
9084 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9085 without explicit environment settings.
9086
68e6b6b1
RM
90872014-06-06 Roland McGrath <roland@hack.frob.com>
9088
9089 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9090 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9091 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9092 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9093
4d3ae034
CM
90942014-06-06 Chris Metcalf <cmetcalf@tilera.com>
9095
9096 * crypt/crypt-private.h [DOS]: Add some includes taken from the
9097 other files in the crypt directory.
9098 * crypt/crypt.c: Remove duplicate includes.
9099 * crypt/crypt-entry.c: Likewise.
9100 * crypt/crypt_util.c: Likewise.
9101
8540f6d2
JM
91022014-06-06 Joseph Myers <joseph@codesourcery.com>
9103
9104 * Makeconfig (run-program-env): New variable.
9105 (run-program-prefix-before-env): Likewise.
9106 (run-program-prefix-after-env): Likewise.
9107 (run-program-prefix): Define in terms of new variables.
9108 (built-program-cmd-before-env): New variable.
9109 (built-program-cmd-after-env): Likewise.
9110 (built-program-cmd): Define in terms of new variables.
9111 (test-program-prefix-before-env): New variable.
9112 (test-program-prefix-after-env): Likewise.
9113 (test-program-prefix): Define in terms of new variables.
9114 (test-program-cmd-before-env): New variable.
9115 (test-program-cmd-after-env): Likewise.
9116 (test-program-cmd): Define in terms of new variables.
9117 * Rules (make-test-out): Use $(run-program-env).
9118 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9119 (help): Do not mention environment variables. Mention
9120 --timeoutfactor option.
9121 (timeoutfactor): New variable.
9122 (blacklist_exports): Remove function.
9123 (exports): Remove variable.
9124 (command): Do not include ${exports}.
9125 * manual/install.texi (Configuring and compiling): Do not mention
9126 test wrappers preserving environment variables. Mention that last
9127 assignment to a variable must take precedence.
9128 * INSTALL: Regenerated.
9129 * benchtests/Makefile (run-bench): Use $(run-program-env).
9130 * catgets/Makefile ($(objpfx)test1.cat): Use
9131 $(built-program-cmd-before-env), $(run-program-env) and
9132 $(built-program-cmd-after-env).
9133 ($(objpfx)test2.cat): Do not specify environment variables
9134 explicitly.
9135 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9136 $(run-program-env) and $(built-program-cmd-after-env).
9137 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9138 $(run-program-env) and $(test-program-cmd-after-env).
9139 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9140 explicitly.
9141 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9142 run_program_env and test_program_cmd_after_env arguments.
9143 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9144 * elf/tst-pathopt.sh: Use run_program_env argument.
9145 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9146 $(test-wrapper-env) and $(run-program-env).
9147 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9148 run_program_env arguments.
9149 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9150 * intl/Makefile ($(objpfx)tst-gettext.out): Use
9151 $(test-program-prefix-before-env), $(run-program-env) and
9152 $(test-program-prefix-after-env).
9153 ($(objpfx)tst-gettext2.out): Likewise.
9154 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9155 run_program_env and test_program_prefix_after_env arguments.
9156 * intl/tst-gettext2.sh: Likewise.
9157 * intl/tst-gettext4.sh: Do not set environment variables
9158 explicitly.
9159 * intl/tst-gettext6.sh: Likewise.
9160 * intl/tst-translit.sh: Likewise.
9161 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9162 $(test-program-prefix-before-env), $(run-program-env) and
9163 $(test-program-prefix-after-env).
9164 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9165 run_program_env and test_program_prefix_after_env arguments.
9166 * math/Makefile (run-regen-ulps): Use $(run-program-env).
9167 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9168 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
9169 explicitly with each use of ${test_wrapper_env}.
9170 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9171 $(test-program-prefix-before-env), $(run-program-env) and
9172 $(test-program-prefix-after-env).
9173 * posix/tst-getconf.sh: Do not set environment variables
9174 explicitly.
9175 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9176 run_program_env and test_program_prefix_after_env arguments.
9177 * stdio-common/tst-printf.sh: Do not set environment variables
9178 explicitly.
9179 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9180 $(test-program-prefix-before-env), $(run-program-env) and
9181 $(test-program-prefix-after-env).
9182 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9183 run_program_env and test_program_prefix_after_env arguments.
9184 Split $test calls into $test_pre and $test.
9185 * timezone/Makefile (build-testdata): Use
9186 $(built-program-cmd-before-env), $(run-program-env) and
9187 $(built-program-cmd-after-env).
9188
ed36bfa1
AZ
91892014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9190
9191 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9192 strlen for non SHARED builds.
9193
fc75bf46
SP
91942014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
9195
9196 * nptl/allocatestack.c (check_list): Inlined function...
9197 (__reclaim_stacks): ... here.
9198
d89b3d80
OB
91992014-06-05 Ondřej Bílka <neleai@seznam.cz>
9200
9201 [BZ #15698]
9202 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9203 memory overrun.
9204
2bf18041
JM
92052014-06-05 Joseph Myers <joseph@codesourcery.com>
9206
9207 * Rules (make-test-out): Include
9208 LOCPATH=$(common-objpfx)localedata in default environment.
9209 * debug/Makefile (tst-chk1-ENV): Remove variable.
9210 (tst-chk2-ENV): Likewise.
9211 (tst-chk3-ENV): Likewise.
9212 (tst-chk4-ENV): Likewise.
9213 (tst-chk5-ENV): Likewise.
9214 (tst-chk6-ENV): Likewise.
9215 (tst-lfschk1-ENV): Likewise.
9216 (tst-lfschk2-ENV): Likewise.
9217 (tst-lfschk3-ENV): Likewise.
9218 (tst-lfschk4-ENV): Likewise.
9219 (tst-lfschk5-ENV): Likewise.
9220 (tst-lfschk6-ENV): Likewise.
9221 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9222 (tst-iconv7-ENV): Likewise.
9223 * intl/Makefile (LOCPATH-ENV): Likewise.
9224 (tst-codeset-ENV): Likewise.
9225 (tst-gettext3-ENV): Likewise.
9226 (tst-gettext5-ENV): Likewise.
9227 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9228 (tst-fopenloc-ENV): Likewise.
9229 (tst-fgetws-ENV): Remove variable.
9230 (tst-ungetwc1-ENV): Likewise.
9231 (tst-ungetwc2-ENV): Likewise.
9232 (bug-ungetwc2-ENV): Likewise.
9233 (tst-swscanf-ENV): Likewise.
9234 (bug-ftell-ENV): Likewise.
9235 (tst-fgetwc-ENV): Likewise.
9236 (tst-fseek-ENV): Likewise.
9237 (tst-ftell-partial-wide-ENV): Likewise.
9238 (tst-ftell-active-handler-ENV): Likewise.
9239 (tst-ftell-append-ENV): Likewise.
9240 * posix/Makefile (tst-fnmatch-ENV): Likewise.
9241 (tst-regexloc-ENV): Likewise.
9242 (bug-regex1-ENV): Likewise.
9243 (tst-regex-ENV): Likewise.
9244 (tst-regex2-ENV): Likewise.
9245 (bug-regex5-ENV): Likewise.
9246 (bug-regex6-ENV): Likewise.
9247 (bug-regex17-ENV): Likewise.
9248 (bug-regex18-ENV): Likewise.
9249 (bug-regex19-ENV): Likewise.
9250 (bug-regex20-ENV): Likewise.
9251 (bug-regex22-ENV): Likewise.
9252 (bug-regex23-ENV): Likewise.
9253 (bug-regex25-ENV): Likewise.
9254 (bug-regex26-ENV): Likewise.
9255 (bug-regex30-ENV): Likewise.
9256 (bug-regex32-ENV): Likewise.
9257 (bug-regex33-ENV): Likewise.
9258 (bug-regex34-ENV): Likewise.
9259 (bug-regex35-ENV): Likewise.
9260 (tst-rxspencer-ENV): Likewise.
9261 (tst-rxspencer-no-utf8-ENV): Likewise.
9262 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9263 (tst-sscanf-ENV): Likewise.
9264 (tst-swprintf-ENV): Likewise.
9265 (tst-swscanf-ENV): Likewise.
9266 (test-vfprintf-ENV): Likewise.
9267 (scanf13-ENV): Likewise.
9268 (bug14-ENV): Likewise.
9269 (tst-grouping-ENV): Likewise.
9270 * stdlib/Makefile (tst-strtod-ENV): Likewise.
9271 (tst-strtod3-ENV): Likewise.
9272 (tst-strtod4-ENV): Likewise.
9273 (tst-strtod5-ENV): Likewise.
9274 (testmb2-ENV): Likewise./
9275 * string/Makefile (tst-strxfrm-ENV): Likewise.
9276 (tst-strxfrm2-ENV): Likewise.
9277 (bug-strcoll1-ENV): Likewise.
9278 (test-strcasecmp-ENV): Likewise.
9279 (test-strncasecmp-ENV): Likewise.
9280 * time/Makefile (tst-strptime-ENV): Likewise.
9281 (tst-ftime_l-ENV): Likewise.
9282 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9283 (tst-mbrtowc-ENV): Likewise.
9284 (tst-wcrtomb-ENV): Likewise.
9285 (tst-mbrtowc2-ENV): Likewise.
9286 (tst-c16c32-1-ENV): Likewise.
9287 (tst-mbsnrtowcs-ENV): Likewise.
9288
cd1fb604
OB
92892014-06-05 Ondřej Bílka <neleai@seznam.cz>
9290
9291 * manual/resource.texi (How to get information about the memory
9292 subsystem?): Fix typo.
9293 Reported by Peon de la Parra Ivan <peon@keba.com>
9294
b42eca7d
GY
92952014-06-03 Guo Yixuan <culu.gyx@gmail.com>
9296
9297 [BZ #16882]
9298 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9299 (pthread_spin_lock): Branch out of spin loop to proper location.
9300 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9301 (pthread_spin_lock): Likewise.
9302
902b71f9
DM
9303 * nptl/tst-spin4.c: New test.
9304 * nptl/Makefile (tests): Add tst-spin4.
9305
f9d2d032
AS
93062014-06-03 Andreas Schwab <schwab@suse.de>
9307
9308 [BZ #15946]
9309 * resolv/res_send.c (send_dg): Reload file descriptor after
9310 calling reopen.
9311
cf7bfd28
SL
93122014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
9313
9314 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9315
111cc714
RH
93162014-06-03 Richard Henderson <rth@redhat.com>
9317
89b4bd6b
RH
9318 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9319 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9320 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9321 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
9322 in the SAVE_PID block.
9323 (__libc_vfork): New alias.
71840409 9324 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 9325
111cc714
RH
9326 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9327 child in registers, not on the stack. Remove RESET_PID conditionals.
9328 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9329
ccc39911
MS
93302014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
9331
9332 * sysdeps/aarch64/libm-test-ulps: Regenerate.
9333
693096cc
W
93342014-06-03 Wilco <wdijkstr@arm.com>
9335
9336 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9337 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9338 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9339 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9340 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9341 Likewise.
9342
0b4366bc
W
93432014-06-03 Wilco <wdijkstr@arm.com>
9344
9345 * sysdeps/aarch64/fpu/math_private.h
9346 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9347 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9348 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9349 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9350 Fix declarations.
9351
8747cd03
KS
93522014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9353
9354 * crypt/crypt-private.h: Include ufc-crypt.h.
9355 (__b64_from_24bit): Declare extern.
9356 * crypt/crypt_util.c(__b64_from_24bit): New function.
9357 (b64t): New static const variable.
9358 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9359 (b64t): Remove variable.
9360 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9361 * crypt/sha256-crypt.c: Include crypt-private.h.
9362 (b64t): Remove variable.
9363 (__sha256_crypt_r): Remove b64_from_24bit and replace
9364 with __b64_from_24bit.
9365 * crypt/sha512-crypt.c: Likewise.
9366
d936d379
RM
93672014-06-02 Roland McGrath <roland@hack.frob.com>
9368
9369 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9370 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9371 Label the code __libc_vfork rather than __vfork.
9372 [!NOT_IN_libc] (vfork): Define as weak alias.
9373 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9374 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9375 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9376
9fa76613
SP
93772014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9378
9379 * malloc/malloc.c (malloc_info): Fix format specifier for
9380 n_mmaps.
9381
a88dadbe
W
93822014-06-02 Wilco <wdijkstr@arm.com>
9383
9384 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9385 FPCR write.
9386
c95b3011
W
93872014-06-02 Wilco <wdijkstr@arm.com>
9388
9389 [BZ #17009]
9390 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9391 Rewrite to reduce FPCR/FPSR accesses.
9392
6b4d7a90
DM
93932014-06-01 David S. Miller <davem@davemloft.net>
9394
9395 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9396
30f3d07c
DM
93972014-05-31 David S. Miller <davem@davemloft.net>
9398
9399 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9400 to occur in round to nearest mode when |x| >= 2.0
9401
74f31c18
RH
94022014-05-30 Richard Henderson <rth@twiddle.net>
9403
f0712b54
RH
9404 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9405 (PSEUDO_RET_NOERRNO): Remove.
9406 (ret): Don't redefine.
9407 (ret_NOERRNO): Define in terms of ret.
9408 (ret_ERRVAL): Likewise.
9409
74f31c18
RH
9410 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9411 use of PSEUDO_RET; perform the error check directly.
9412
30477995
MM
94132014-05-30 Marko Myllynen <myllynen@redhat.com>
9414
9415 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9416 with __int128_t.
9417
62a58816
SP
94182014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9419
9420 * malloc/malloc (malloc_info): Fix formatting.
9421
4d653a59
SP
94222014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9423 Roland McGrath <roland@hack.frob.com>
9424
9425 * malloc/malloc (malloc_info): Also print mmapped statistics.
9426
5190c17f
RM
94272014-05-30 Roland McGrath <roland@hack.frob.com>
9428
9429 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9430 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9431
987c0269
OB
94322014-05-30 Ondřej Bílka <neleai@seznam.cz>
9433
9434 * malloc/malloc.c (malloc_info): Inline mi_arena.
9435
af4e8ef9
RH
94362014-05-29 Richard Henderson <rth@twiddle.net>
9437
1670e207
RH
9438 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9439 Remove comma before expanding ASM_ARGS_##nr.
9440 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9441 Make _x0 a strict output; make _x8 a strict input; adjust expansion
9442 of ASM_ARGS_##nr.
9443 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9444 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9445 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9446 (ASM_ARGS_1): Add leading comma.
9447
11a28aee
RH
9448 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9449 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9450 to __errno_location.
9451 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9452 Remove the expected plt for __errno_location.
9453
a17e5ffb 9454 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 9455 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
9456 call to __read_tp.
9457
b5be4597
RH
9458 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9459 Always allocate 64 bytes of stack frame. Use ldp/stp to create
9460 it and break it down.
9461 (DOCARGS_0, DOCARGS_1): Do nothing.
9462 (DOCARGS_2): Update to store into the new stack frame.
9463 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9464 (UNDOCARGS_1): Update to restore from the new stack frame.
9465 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9466 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9467
645d44ab
RH
9468 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9469 (SINGLE_THREAD_P): New parameter for result regno.
9470 (PSEUDO): Update to match; use cbz instead of beq.
9471
a8b4f04a
RH
9472 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9473 Use ENTRY to define the _nocancel entry point. Share the syscall
9474 and syscall error check paths with the cancel path.
9475 (PSEUDO_END): New.
9476
af4e8ef9
RH
9477 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9478 whitespace; tabs before and after asm mnemonics.
9479
26b0d2e1
EW
94802014-05-29 Eric Wong <normalperson@yhbt.net>
9481
9482 [BZ #15132]
9483 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9484 Call fstat64 or stat64 internally, depending on arguments passed.
9485 Replace stat buffer argument with file descriptor argument.
9486 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9487 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9488 Pass fd to __internal_statvfs instead of calling fstat64.
9489 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9490 Pass fd to __internal_statvfs64 instead of calling fstat64.
9491 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9492 Pass -1 to __internal_statvfs instead of calling stat64.
9493 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9494 Pass -1 to __internal_statvfs64 instead of calling stat64.
9495
1efe2bd9
RM
94962014-05-28 Roland McGrath <roland@hack.frob.com>
9497
0d3b7a19
RM
9498 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9499 that was previously under [RESET_PID].
9500 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9501
1efe2bd9
RM
9502 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9503 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9504
a6bea3ca
RM
95052014-05-27 Roland McGrath <roland@hack.frob.com>
9506
30b6629e
RM
9507 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9508
a6bea3ca
RM
9509 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9510 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9511
3dfb9a5c
OB
95122014-05-27 Ondřej Bílka <neleai@seznam.cz>
9513
9514 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9515
774f9285
AS
95162014-05-27 Andreas Schwab <schwab@suse.de>
9517
9518 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9519 TLS_INIT_TP macro.
9520 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9521 * elf/rtld.c (init_tls, dl_main): Likewise.
9522 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9523 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9524 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9525 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9526 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9527 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9528 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9529 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9530 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9531 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9532 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9533 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9534 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9535 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9536 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9537 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9538 * sysdeps/generic/tls.h: Update description.
9539
36ffe739
WN
95402014-05-27 Will Newton <will.newton@linaro.org>
9541
9542 [BZ #16990]
9543 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9544 and restore r2 rather than just restoring.
9545
2482ae43
SP
95462014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9547
9548 [BZ #16724]
9549 * libio/tst-ftell-append.c: New test case.
9550 * libio/Makefile (tests): Add test case.
9551 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9552 append mode.
9553 * libio/wfileops.c (do_ftell_wide): Likewise.
9554
3d1024e8
AZ
95552014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9556
bab90016
AZ
9557 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9558
c7a8d667
AZ
9559 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9560 ...
9561 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9562 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9563 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9564 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9565 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9566 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9567 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9568 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9569 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9570 Moved ...
9571 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9572 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9573 Moved ...
9574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9575 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9576 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9577 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9578 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9579 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9580 ...
9581 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9582 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9583 Moved ...
9584 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9585 here.
9586 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9587 ...
9588 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9589 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9590 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9591
daee7851
AZ
9592 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9593 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9594 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9595 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9596
50a40819
AZ
9597 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9598 merge into ...
9599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9600 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9601 ...
9602 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9603 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9604 ...
9605 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9606 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9607 Moved ...
9608 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9609 here.
9610 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9611 Moved ...
9612 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9613 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9614 Moved ...
9615 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9616
8464c2a1
AZ
9617 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9618 conditional [RESET_PID].
9619 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9620 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9621 removed.
9622 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9623 removed.
9624
3d1024e8
AZ
9625 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9626 <tcb-offsets.h>.
9627 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9628 (__libc_vfork): New strong alias.
9629 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9630 removed.
9631 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9632 Removed.
9633
9634 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9635 <tcb-offsets.h>.
9636 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9637 (__libc_vfork): New strong alias.
9638 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9639 removed.
9640 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9641 removed.
9642
fdfd175d
CD
96432014-05-26 Carlos O'Donell <carlos@redhat.com>
9644
9645 * malloc/malloc.c (mi_arena): New function.
9646 (malloc_info): Remove nested function mi_arena. Call non-nosted
9647 function mi_arena.
9648
d298c416
AZ
96492014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9650
9651 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9652 by insrwi.
9653 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9654 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9655 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9656 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9657 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9658 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9659 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9660
b60ea6ff
AS
96612014-05-26 Andreas Schwab <schwab@suse.de>
9662
9663 [BZ #16984]
9664 * locale/programs/repertoire.c (repertoire_read): Add slash
9665 between I18NPATH element and file name.
9666 * locale/programs/locfile.c (locfile_read): Likewise.
9667
67365926
SL
96682014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9669
9670 * nptl/pthread_mutexattr_settype.c
9671 (__pthread_mutexattr_settype):
9672 Disable lock elision for PTHREAD_MUTEX_NORMAL.
9673
f8bdf1f0
SL
96742014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9675
9676 * nptl/tst-mutex5 (do_test):
9677 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9678
15eaf6ff
SP
96792014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9680
9681 * benchtests/README: Document 'init' directive.
9682 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9683 BENCH_INIT.
9684 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9685 (parse_file): Recognize 'init' directive.
9686
75f11331
KM
96872014-05-26 Kyle McMartin <kyle@redhat.com>
9688
9689 [BZ #16796]
9690 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9691 alignment of struct pthread.
9692
c3ec475c
SP
96932014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9694
9695 [BZ #16878]
9696 * nscd/netgroupcache.c (addgetnetgrentX): Look for
9697 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9698 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9699 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9700
82aab97c
RH
97012014-05-25 Richard Henderson <rth@twiddle.net>
9702
aa2f176d
RH
9703 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9704 (SINGLE_THREAD_P_PIC): Remove.
9705 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9706 (SINGLE_THREAD_P_PIC): Remove.
9707
ca3cfa40
RH
9708 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9709 branch to syscall error ...
9710 (PSEUDO): ... here.
9711 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9712 from __local_syscall_error to .Lsyscall_error.
9713 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9714 (SYSCALL_ERROR): Update label name.
9715
6e6c2d01
RH
9716 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9717 Do not use DOARGS/UNDOARGS.
9718 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9719 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9720 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9721 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9722 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9723
c69abcee
RH
9724 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9725 block comment.
9726
82aab97c
RH
9727 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9728 define if !NOT_IN_libc.
9729 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9730 define with non-default symbol versions.
9731
8820e3ac
RH
97322014-05-23 Richard Henderson <rth@twiddle.net>
9733
900e445f
RH
9734 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9735 (vfork, __vfork): Define via compat_symbol.
9736
8820e3ac
RH
9737 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9738 [!HAVE_IFUNC] (vfork_compat): Remove.
9739 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9740
e59252a5
JM
97412014-05-23 Joseph Myers <joseph@codesourcery.com>
9742
9743 [BZ #16978]
9744 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9745 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9746 variable.
9747
132c7f5f
RH
97482014-05-23 Richard Henderson <rth@twiddle.net>
9749
bc89e962
RH
9750 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9751 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9752 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9753 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9754
9755 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9756 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9757 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9758 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9759 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9760 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9761 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9762 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9763 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9764 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9765 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9766 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9767 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9768 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9769 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9770 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9771 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9772 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9773 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9774 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9775 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9776 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9777 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9778 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9779 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9780 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9781 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9782 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9783 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9784 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9785 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9786 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9787 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9788 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9789 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9790 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9791 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9792 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9793 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9794 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9795 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9796 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9797 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9798 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9799 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9800 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9801 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9802 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9803 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9804 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9805 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9806 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9807 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9808 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9809 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9810 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9811
e2fa4bc2
RH
9812 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9813 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9814 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
9815 before exiting on error.
9816 (__libc_vfork): New strong alias.
9817 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9818 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9819
279b24e2
RH
9820 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9821 that was previously under [RESET_PID].
9822 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9823
132c7f5f
RH
9824 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9825
b72592e7
JM
98262014-05-23 Joseph Myers <joseph@codesourcery.com>
9827
9828 [BZ #16977]
9829 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9830 value when x - 1 is zero.
9831 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9832 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9833 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9834 0.0L for an argument of 1.0L.
9835 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9836 Likewise.
9837 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9838 value when x - 1 is zero.
9839 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9840 * sysdeps/i386/fpu/libm-test-ulps: Update.
9841 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9842
2302d679
RV
98432014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
9844
9845 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9846 alphasort and versionsort.
9847
32999d63
AZ
98482014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9849
9850 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9851 macro.
9852 [copysignf]: Likewise.
9853
019324d0
SP
98542014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
9855
9856 * crypt/md5-crypt.c: Fix formatting.
9857
34fff5c2
KS
98582014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9859
9860 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9861 (b64_from_24bit): New function.
9862
3d2badac
AZ
98632014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9864
9865 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9866 libc_hidden_builtin_def to ifunc.
9867 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9868 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9869
f7bb179f 98702014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
9871
9872 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9873 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9874
4134b50d
JM
98752014-05-21 Joseph Myers <joseph@codesourcery.com>
9876
bb7d0337
JM
9877 * nscd/Depend (linuxthreads): Remove.
9878 (nptl): Add.
9879 * resolv/Depend (linuxthreads): Remove.
9880 * rt/Depend (linuxthreads): Remove.
9881
4134b50d
JM
9882 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9883 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9884 $(common-objpfx)elf/.
9885 (link-libc-before-gnulib): Likewise.
9886 (elfobjdir): Remove variable.
9887 * Makefile (install): Use $(elf-objpfx) instead of
9888 $(common-objpfx)elf/.
9889 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9890 $(elfobjdir)/.
9891 (link-libc-deps): Likewise.
9892 ($(common-objpfx)libc.so): Likewise.
9893 ($(common-objpfx)linkobj/libc.so): Likewise.
9894 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9895 instead of $(common-objpfx)elf/.
9896 (symbolic-link-list): Likewise.
9897 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9898 [$(cross-compiling) = no]: Likewise.
9899 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9900 $(elfobjdir)/.
9901 (static-gnulib-arch): Likewise.
9902 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9903 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9904 $(common-objpfx)elf/.
9905
3612eb8f
RH
99062014-05-21 Richard Henderson <rth@redhat.com>
9907
a6b3657b
RH
9908 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9909 (SINGLE_THREAD_P): Use the correct width load. Fold
9910 into the ldr offset.
9911
3612eb8f
RH
9912 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9913 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9914
175cef41
JM
99152014-05-20 Joseph Myers <joseph@codesourcery.com>
9916
9917 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9918 (libgcc_s_resume): Use __attribute_used__.
9919 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9920 Likewise.
9921
e13bccd3
AZ
99222014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9923
9924 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9925 optimization when used with float constants.
9926
7c112a38
AZ
9927 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9928
ae75a883
AJ
99292014-05-20 Aurelien Jarno <aurelien@aurel32.net>
9930
9931 [BZ #16915]
9932 * locale/nl_langinfo_l.c: Make direct reference to every
9933 _nl_current_CATEGORY symbol.
9934 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9935 (tests-static): Add tst-langinfo-static.
9936 (tests-special): Add tst-langinfo-static.out.
9937 ($(objpfx)tst-langinfo.out): Redirect output.
9938 ($(objpfx)tst-langinfo-static.out): New.
9939 * localedata/tst-langinfo.sh: Send output to stdout.
9940 * localedata/tst-langinfo-static.c: New file.
9941
4406c41c
AJ
9942 [BZ #16965]
9943 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9944 when the shift amount is modulo the limb size.
9945
4c0a1e63
RH
99462014-05-20 Richard Henderson <rth@redhat.com>
9947
de9d8f20
RH
9948 [BZ #16967]
9949 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9950 Change type of sa_flags from unsigned int to int.
9951
4c0a1e63
RH
9952 [BZ #16966]
9953 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
9954
9955 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9956
a60339aa
WN
99572014-05-20 Will Newton <will.newton@linaro.org>
9958
9959 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9960 Test the return value of the system call in the nocancel case.
9961
7d05a816
YR
99622014-05-20 Will Newton <will.newton@linaro.org>
9963 Yvan Roux <yvan.roux@linaro.org>
9964
9965 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9966 #include of asm/ptrace.h.
9967 (PTRACE_GET_THREAD_AREA): Remove #undef.
9968 (PTRACE_GETHBPREGS): Likewise.
9969 (PTRACE_SETHBPREGS): Likewise.
9970 (struct user_regs_struct): New structure.
9971 (struct user_fpsimd_struct): New structure.
9972 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9973 #include of asm/ptrace.h and second #include of sys/user.h.
9974 (PTRACE_GET_THREAD_AREA): Remove #undef.
9975 (PTRACE_GETHBPREGS): Likewise.
9976 (PTRACE_SETHBPREGS): Likewise.
9977 (ELF_NGREG): Use new struct user_regs_struct.
9978 (elf_fpregset_t): Use new struct user_fpsimd_struct.
9979
af121e37
AZ
99802014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9981
9982 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9983 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9984
834caf06
JM
99852014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9986
9987 [BZ #16958]
9988 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9989 membar to avoid block loads/stores to overlap previous stores.
9990
e184a918
RH
99912014-05-17 Richard Henderson <rth@redhat.com>
9992
9993 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9994 Create the __##syscall_name##_nocancel entry point.
9995 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9996 Remove; let the sysdep-cancel.h code create it.
9997
f56c7a6a
DM
99982014-05-17 David S. Miller <davem@davemloft.net>
9999
10000 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10001 Protect with __USE_GNU.
10002 (TIOCSET_TEMPT): Likewise.
10003 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10004 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10005 these are already provided in bits/ioctl-types.h
10006
f75616b2
RM
100072014-05-16 Roland McGrath <roland@hack.frob.com>
10008
3edeca86
RM
10009 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10010 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10011
f75616b2
RM
10012 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10013 Use wait4 regardless of [__NR_waitpid].
10014
deb0f7f6
MR
100152014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
10016
10017 PR libgcc/60166
10018 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10019 (_FP_NANSIGN_Q): Set the quiet bit.
10020
79520f4b
JM
100212014-05-16 Joseph Myers <joseph@codesourcery.com>
10022
10023 * benchtests/Makefile
10024 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10025 not $(common-objpfx)math/libm.so.
10026 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10027 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10028 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10029 $(common-objpfx)dlfcn/libdl.so.
10030 ($(objpfx)tst-audit8): Depend on $(libm), not
10031 $(common-objpfx)math/libm.so.
10032 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10033 not $(common-objpfx)dlfcn/libdl.so.
10034 * math/Makefile
10035 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10036 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
10037 [$(build-shared) = yes].
10038 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10039 $(common-objpfx)nptl/libpthread.so.
10040 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10041 $(common-objpfx)math/libm.so$(libm.so-version) or
10042 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10043 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10044 $(common-objpfx)dlfcn/libdl.so.
10045 * setjmp/Makefile (link-libm): Remove variable.
10046 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10047 * stdio-common/Makefile (link-libm): Remove variable.
10048 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10049 * stdlib/Makefile (link-libm): Remove variable.
10050 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10051 ($(objpfx)tst-strtod-round): Likewise.
10052 ($(objpfx)tst-tininess): Likewise.
10053 ($(objpfx)tst-strtod-underflow): Likewise.
10054 ($(objpfx)tst-strtod6): Likewise.
10055 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10056 $(libdl), not $(common-objpfx)nptl/libpthread.so and
10057 $(common-objpfx)dlfcn/libdl.so.
10058
026b0fe4
AZ
100592014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10060
10061 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10062 BSD terminal modes definitions.
10063
def4bcb2
RM
100642014-05-16 Roland McGrath <roland@hack.frob.com>
10065
fe39b021
RM
10066 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10067 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10068
1d1fc46e 10069 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
10070 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10071 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10072 Don't do #include_next.
10073 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10074 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10075 Don't do #include_next.
10076 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10077 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10078 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10079 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10080
c72399fb
AM
100812014-05-16 Allan McRae <allan@archlinux.org>
10082
d51d659d
AM
10083 * po/sv.po: Update Swedish translation from translation project.
10084
c72399fb
AM
10085 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10086 in sed expression.
10087
d0583c40
AJ
100882014-05-16 Aurelien Jarno <aurelien@aurel32.net>
10089
10090 [BZ #16917]
10091 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10092 errno if the TIOCGPTN ioctl fails with an error different than
10093 EINVAL.
10094 * login/tst-ptsname.c: New file.
10095 * login/Makefile (tests): Add tst-ptsname.
10096
d16e6ec7
AJ
10097 [BZ #16943]
10098 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10099 and prlimit64.
10100
cf26a0cb
SP
101012014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
10102
10103 [BZ #16849]
10104 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10105 herrno to return EAI_AGAIN.
10106
5675da1e
RM
101072014-05-14 Roland McGrath <roland@hack.frob.com>
10108
a5d87b3d
RM
10109 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10110 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10111 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10112 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10113 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10114 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10115 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10116 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10117 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10118 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10119 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10120 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10121 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10122 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10123 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10124 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10125 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10126 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10127 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10128 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10129 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10130 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10131 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10132 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10133 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10134 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10135 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10136 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10137 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10138 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10139 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10140 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10141 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10142 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10143 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10144 Moved ...
10145 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10146 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10147 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10148 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10149 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10150 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10151 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10152 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10153 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10154 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10155 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10156 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10157 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10158 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10159 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10160 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10161 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10162 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10163 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10164 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10165 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10166 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10167 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10168 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10169 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10170 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10171 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10172 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10173 Moved ...
10174 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10175 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10176 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10177 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10178 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10179 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10180 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10181 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10182 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10183 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10184 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10185 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10186 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10187 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10188 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10189 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10190 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10191 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10192 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10193 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10194 Moved ...
10195 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10196 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10197 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10198
039890a6
RM
10199 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10200 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10201 (libpthread-sysdep_routines): Add elision-related stuff here instead.
10202 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10203 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10204 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10205 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10206 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10207 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10208 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10209 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10210 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10211 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10212 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10213 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10214 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10215 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10216 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10217 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10218 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10219 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10220 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10221 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10222 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10223 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10224 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10225 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10226 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10227 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10228 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10229 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10230
65c89320
RM
10231 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10232 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10233
348f8e8c
RM
10234 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10235 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10236 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10237 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10238 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10239 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10240 Moved ...
10241 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10242 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10243 Moved ...
10244 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10245 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10246 Moved ...
10247 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10248 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10249 Moved ...
10250 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10251 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10252 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10253 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10254 Moved ...
10255 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10256 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10257 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10258 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10259 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10260 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10261 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10262 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10263 Moved ...
10264 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10265 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10266 Moved ...
10267 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10268 ... here.
10269 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10270 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10271 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10272 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10273 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10274 Moved ...
10275 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10276 ... here.
10277 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10278 Moved ...
10279 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10280 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10281 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10282 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10283 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10284 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10285 Moved ...
10286 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10287 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10288 Moved ...
10289 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10290 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10291 Moved ...
10292 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10293 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10294 Moved ...
10295 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10296 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10297 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10298 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10299 Moved ...
10300 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10301 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10302 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10303 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10304 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10305 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10306 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10307 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10308 Moved ...
10309 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10310 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10311 Moved ...
10312 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10313 ... here.
10314 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10315 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10316 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10317 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10318 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10319 Moved ...
10320 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10321 ... here.
10322 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10323 Moved ...
10324 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10325 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10326 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10327 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10328 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10329 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10330 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10331 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10332 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10333 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10334 Moved ...
10335 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10336 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10337 Moved ...
10338 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10339 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10340 Moved ...
10341 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10342 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10343 Moved ...
10344 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10345 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10346 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10347 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10348 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10349 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10350 Moved ...
10351 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10352 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10353 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10354 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10355 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10356 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10357 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10358 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10359 Moved ...
10360 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10361 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10362 Moved ...
10363 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10364 ... here.
10365 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10366 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10367 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10368 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10369 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10370 Moved ...
10371 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10372 ... here.
10373 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10374 Moved ...
10375 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10376 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10377 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10378 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10379 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10380 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10381 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10382 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10383 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10384 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10385 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10386
5085af05
RM
10387 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10388 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10389
708f0813
RM
10390 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10391 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10392
c96067bc
RM
10393 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10394 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10395 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10396 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10397 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10398 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10399 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10400 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10401 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10402 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10403 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10404 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10405 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10406 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10407 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10408 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10409 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10410 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10411 Moved ...
10412 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10413 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10414 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10415 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10416 Moved ...
10417 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10418 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10419 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10420 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10421 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10422 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10423 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10424 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10425 Moved ...
10426 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10427 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10428 Moved ...
10429 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10430 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10431 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10432 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10433 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10434 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10435 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10436 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10437 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10438 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10439 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10440 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10441 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10442 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10443 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10444 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10445 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10446
ec136444
RM
10447 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10448 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10449 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10450 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10451 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10452
2fbdf533
RM
10453 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10454 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10455 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10456 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10457 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10458 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10459 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10460 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10461 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10462 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10463
4c68138b
RM
10464 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10465 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10466
4eaae765
RM
10467 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10468 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
10469 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10470 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10471 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10472 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10473 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10474 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10475 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10476 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10477 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10478 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10479 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10480 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10481 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10482 Update #include.
10483 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10484 Likewise.
10485 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10486 Likewise.
10487 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10488 Likewise.
10489 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10490 Likewise.
10491 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10492 Likewise.
10493 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10494 Likewise.
10495 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10496 Likewise.
10497 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10498 Likewise.
10499 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10500 Likewise.
4ef6befa
RM
10501 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10502 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10503 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10504 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10505 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
10506 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10507 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10508 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10509 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10510 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10511 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10512 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10513 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10514 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
10515 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 10516
941d7dfd
RM
10517 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10518 that was previously under [RESET_PID].
10519 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10520 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10521 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10522
1b731c35
RM
10523 * sysdeps/i386/nptl/Implies: New file.
10524 * sysdeps/x86_64/nptl/Implies: New file.
10525 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10526 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10527 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10528 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10529
e2787137
RM
10530 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10531 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10532 (__libc_vfork): New strong alias.
10533 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10534 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10535
10536 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10537 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10538 (__libc_vfork): New strong alias.
10539 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10540 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10541
5675da1e
RM
10542 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10543 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10544 (__libc_vfork): New strong alias.
10545 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10546 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10547 * nptl/pt-vfork.c: New file.
10548 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10549 (libpthread: GLIBC_2.20): New version set (empty).
10550
4f02e2b8
WN
105512014-05-14 Will Newton <will.newton@linaro.org>
10552
10553 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10554 rather than #if.
10555
0bf061d3
JM
105562014-05-14 Joseph Myers <joseph@codesourcery.com>
10557
1a84c3d6
JM
10558 [BZ #16564]
10559 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10560 arguments with exponent 65 or above.
10561 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10562 arguments 0x1p113L or above.
10563 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10564 to arguments 0x1p107L or above.
10565 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10566 positive arguments with exponent 65 or above.
10567 * math/auto-libm-test-in: Add more tests of log1p.
10568 * math/auto-libm-test-out: Regenerated.
10569
01dbacd2
JM
10570 [BZ #16928]
10571 * math/s_cacos.c (__cacos): Ensure zero real part of result from
10572 non-finite arguments is +0.
10573 * math/s_cacosf.c (__cacosf): Likewise.
10574 * math/s_cacosl.c (__cacosl): Likewise.
10575 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10576 * sysdeps/i386/fpu/libm-test-ulps: Update.
10577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10578
913d03c8
JM
10579 [BZ #16927]
10580 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10581 value.
10582 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10583 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10584 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10585 for explicit high bit of mantissa when testing for argument equal
10586 to 1.
10587 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10588 * sysdeps/i386/fpu/libm-test-ulps: Update.
10589 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10590
0bf061d3
JM
10591 [BZ #16516]
10592 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10593 (__erf): Scale by 16 instead of 8 in potentially underflowing
10594 case. Ensure exception if result actually underflows.
10595 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10596 (__erff): Scale by 16 instead of 8 in potentially underflowing
10597 case. Ensure exception if result actually underflows.
10598 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10599 (efx8): Remove variable.
10600 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10601 case. Ensure exception if result actually underflows.
10602 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10603 (efx8): Remove variable.
10604 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10605 case. Ensure exception if result actually underflows.
10606 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10607 (efx8): Remove variable.
10608 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10609 case. Ensure exception if result actually underflows.
10610 * math/auto-libm-test-in: Add more tests of erf.
10611 * math/auto-libm-test-out: Regenerated.
10612
73ba67cb
AS
106132014-05-14 Andreas Schwab <schwab@suse.de>
10614
3d8c8bff
AS
10615 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10616 Remove code conditionalized on USE___THREAD.
10617
73ba67cb
AS
10618 * config.h.in (HAVE_PT_CHOWN): Define as 0.
10619 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10620 not definedness.
10621
5c521ecd
JM
106222014-05-14 Joseph Myers <joseph@codesourcery.com>
10623
5e7698c6
JM
10624 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10625 Define unconditionally.
10626 (__ASSUME_O_CLOEXEC): Likewise.
10627 (__ASSUME_SOCK_CLOEXEC): Likewise.
10628 (__ASSUME_IN_NONBLOCK): Likewise.
10629 (__ASSUME_PIPE2): Likewise.
10630 (__ASSUME_EVENTFD2): Likewise.
10631 (__ASSUME_SIGNALFD4): Likewise.
10632 (__ASSUME_DUP3): Likewise.
10633 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10634 (__ASSUME_DUP3): Do not define.
10635 (__ASSUME_EVENTFD2): Likewise.
10636 (__ASSUME_IN_NONBLOCK): Likewise.
10637 (__ASSUME_O_CLOEXEC): Likewise.
10638 (__ASSUME_PIPE2): Likewise.
10639 (__ASSUME_SIGNALFD4): Likewise.
10640 (__ASSUME_SOCK_CLOEXEC): Likewise.
10641 (__ASSUME_UTIMES): Undefine.
10642 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10643 (__ASSUME_UTIMES): Do not define.
10644 (__ASSUME_O_CLOEXEC): Likewise.
10645 (__ASSUME_SOCK_CLOEXEC): Likewise.
10646 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10647 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10648 0x020621].
10649 (__ASSUME_PIPE2): Likewise.
10650 (__ASSUME_EVENTFD2): Likewise.
10651 (__ASSUME_SIGNALFD4): Likewise.
10652 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10653 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10654 Do not define.
10655 (__ASSUME_EVENTFD2): Likewise.
10656 (__ASSUME_SIGNALFD4): Likewise.
10657 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10658 (__ASSUME_32BITUIDS): Likewise.
10659 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10660 (__ASSUME_IPC64): Likewise.
10661 (__ASSUME_ST_INO_64_BIT): Likewise.
10662 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10663 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10664 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10665 (__ASSUME_UTIMES): Do not define.
10666 (__ASSUME_PSELECT): Likewise.
10667 (__ASSUME_PPOLL): Likewise.
10668 (__ASSUME_O_CLOEXEC): Likewise.
10669 (__ASSUME_SOCK_CLOEXEC): Likewise.
10670 (__ASSUME_IN_NONBLOCK): Likewise.
10671 (__ASSUME_PIPE2): Likewise.
10672 (__ASSUME_EVENTFD2): Likewise.
10673 (__ASSUME_SIGNALFD4): Likewise.
10674 (__ASSUME_DUP3): Likewise.
10675 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10676 (__ASSUME_UTIMES): Likewise.
10677 (__ASSUME_O_CLOEXEC): Likewise.
10678 (__ASSUME_SOCK_CLOEXEC): Likewise.
10679 (__ASSUME_IN_NONBLOCK): Likewise.
10680 (__ASSUME_PIPE2): Likewise.
10681 (__ASSUME_EVENTFD2): Likewise.
10682 (__ASSUME_SIGNALFD4): Likewise.
10683 (__ASSUME_DUP3): Likewise.
10684 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10685 (__ASSUME_UTIMES): Likewise.
10686 (__ASSUME_O_CLOEXEC): Likewise.
10687 (__ASSUME_SOCK_CLOEXEC): Likewise.
10688 (__ASSUME_IN_NONBLOCK): Likewise.
10689 (__ASSUME_PIPE2): Likewise.
10690 (__ASSUME_EVENTFD2): Likewise.
10691 (__ASSUME_SIGNALFD4): Likewise.
10692 (__ASSUME_DUP3): Likewise.
10693 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10694 Likewise.
10695 (__ASSUME_UTIMES): Likewise.
10696 (__ASSUME_EVENTFD2): Likewise.
10697 (__ASSUME_SIGNALFD4): Likewise.
10698 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10699 (__ASSUME_O_CLOEXEC): Likewise.
10700 (__ASSUME_SOCK_CLOEXEC): Likewise.
10701 (__ASSUME_IN_NONBLOCK): Likewise.
10702 (__ASSUME_PIPE2): Likewise.
10703 (__ASSUME_EVENTFD2): Likewise.
10704 (__ASSUME_SIGNALFD4): Likewise.
10705 (__ASSUME_DUP3): Likewise.
10706 (__ASSUME_UTIMES): Undefine.
10707
5c521ecd
JM
10708 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10709 feclearexcept. Remove symbol versioning code.
10710 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
10711 symbol versioning code.
10712 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
10713 symbol versioning code.
10714 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10715 feupdateenv. Remove symbol versioning code.
10716 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10717 fegetexceptflag. Remove symbol versioning code.
10718 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10719 fesetexceptflag. Remove symbol versioning code.
10720 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10721 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
10722 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10723 (__posix_fadvise64_l32): Remove prototype.
10724 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10725 code.
10726
5da9dfad
RM
107272014-05-13 Roland McGrath <roland@hack.frob.com>
10728
10729 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10730 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10731 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10732 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10733
893b4f37
SK
107342014-05-13 Sami Kerola <kerolasa@iki.fi>
10735
10736 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10737 current working directory
10738
e0db6517
RM
107392014-05-13 Roland McGrath <roland@hack.frob.com>
10740
58aa195d
RM
10741 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10742 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10743 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10744 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10745 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10746 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10747 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10748 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10749 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10750 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10751 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10752 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10753 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10754 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10755 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10756 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10757 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10758 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10759 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10760 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10761 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10762 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10763 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10764 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10765 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10766 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10767 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10768 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10769 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10770 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10771 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10772 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10773 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10774 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10775 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10776 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10777 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10778 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10779 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10780 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10781 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10782 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10783
8c6d01f0
RM
10784 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10785 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10786
10787 * sysdeps/unix/sysv/linux/arm/Makefile
10788 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10789 Add rt-aeabi_unwind_cpp_pr1.
10790 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10791 Add nptl-aeabi_unwind_cpp_pr1.
10792 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10793 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10794 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10795 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10796 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10797 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10798
10799 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10800 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10801 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10802 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10803
bba6da4e
RM
10804 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10805 Deconditionalize the code that was previously under [RESET_PID].
10806 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10807
e0db6517
RM
10808 * sysdeps/generic/exit-thread.h: New file.
10809 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10810 * include/unistd.h (__exit_thread): Remove declaration.
10811 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10812 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10813 * csu/libc-start.c: Include <exit-thread.h>.
10814 (LIBC_START_MAIN): Pass no argument to __exit_thread.
10815 * nptl/pthread_create.c: Include <exit-thread.h>.
10816 (start_thread): Call __exit_thread in place of __exit_thread_inline.
10817 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10818 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10819 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10820 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10821 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10822 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10823 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10824 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10825 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10826 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10827 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10828 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10829 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10830 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10831 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10832 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10833
01eb16fd
AS
108342014-05-13 Andreas Schwab <schwab@suse.de>
10835
10836 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10837
637461d9
JM
108382014-05-12 Joseph Myers <joseph@codesourcery.com>
10839
10840 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10841 (__ASSUME_UTIMES): Do not condition on kernel version.
10842 (__ASSUME_PSELECT): Define unconditionally.
10843 (__ASSUME_PPOLL): Likewise.
10844 (__ASSUME_ATFCTS): Likewise.
10845 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10846 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10847 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10848 (__ASSUME_UTIMENSAT): Define unconditionally.
10849 (__ASSUME_PRIVATE_FUTEX): Likewise.
10850 (__ASSUME_FALLOCATE): Likewise.
10851 (__ASSUME_O_CLOEXEC): Likewise.
10852 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10853 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10854 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10855 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10856 (__ASSUME_IN_NONBLOCK): Likewise.
10857 (__ASSUME_PIPE2): Likewise.
10858 (__ASSUME_EVENTFD2): Likewise.
10859 (__ASSUME_SIGNALFD4): Likewise.
10860 (__ASSUME_DUP3): Likewise.
10861 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10862 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10863 (__ASSUME_AT_RANDOM): Likewise.
10864 (__ASSUME_PREADV): Likewise.
10865 (__ASSUME_PWRITEV): Likewise.
10866 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10867 (__ASSUME_F_GETOWN_EX): Define unconditionally.
10868 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10869 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10870 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10871 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10872 (__ASSUME_O_CLOEXEC): Define unconditionally.
10873 (__ASSUME_PSELECT): Do not undefine conditionally.
10874 (__ASSUME_PPOLL): Likewise.
10875 (__ASSUME_ATFCTS): Likewise.
10876 (__ASSUME_SET_ROBUST_LIST): Likewise.
10877 (__ASSUME_UTIMENSAT): Likewise.
10878 (__ASSUME_FDATASYNC): Define unconditionally.
10879 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10880 (__ASSUME_SIGFRAME_V2): Likewise.
10881 )__ASSUME_EVENTFD2): Likewise.
10882 (__ASSUME_SIGNALFD4): Likewise.
10883 (__ASSUME_PSELECT): Do not undefine conditionally.
10884 (__ASSUME_PPOLL): Likewise.
10885 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10886 (__ASSUME_PSELECT): Define unconditionally.
10887 (__ASSUME_PPOLL): Likewise.
10888 (__ASSUME_O_CLOEXEC): Likewise.
10889 (__ASSUME_SOCK_CLOEXEC): Likewise.
10890 (__ASSUME_IN_NONBLOCK): Likewise.
10891 (__ASSUME_PIPE2): Likewise.
10892 (__ASSUME_EVENTFD2): Likewise.
10893 (__ASSUME_SIGNALFD4): Likewise.
10894 (__ASSUME_DUP3): Likewise.
10895 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10896 (__ASSUME_O_CLOEXEC): Likewise.
10897 (__ASSUME_SOCK_CLOEXEC): Likewise.
10898 (__ASSUME_IN_NONBLOCK): Likewise.
10899 (__ASSUME_PIPE2): Likewise.
10900 (__ASSUME_EVENTFD2): Likewise.
10901 (__ASSUME_SIGNALFD4): Likewise.
10902 (__ASSUME_DUP3): Likewise.
10903 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10904 (__ASSUME_EVENTFD2): Likewise.
10905 (__ASSUME_SIGNALFD4): Likewise.
10906 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10907
315eb1d8
AS
109082014-05-12 Andreas Schwab <schwab@suse.de>
10909
10910 [BZ #16932]
10911 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10912 (_nss_nis_gethostbyname4_r): Return error if item length is larger
10913 than maximum RPC packet size.
10914 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10915 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10916 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10917 (_nss_nis_getservbyport_r): Likewise.
10918
91df99f7
WN
109192014-05-12 Will Newton <will.newton@linaro.org>
10920
10921 * malloc/Makefile (tests): Add tst-mallopt.
10922 * malloc/tst-mallopt.c: New file.
10923
0a982a29
RM
109242014-05-09 Roland McGrath <roland@hack.frob.com>
10925
10926 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10927 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10928
0ded08a5
AZ
109292014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10930
10931 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10932 (tst-tlsmod6.so): Likewise.
10933
55d4d550
RM
109342014-05-09 Roland McGrath <roland@hack.frob.com>
10935
10936 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10937
77d08aca
JM
109382014-05-09 Joseph Myers <joseph@codesourcery.com>
10939
10940 [BZ #16064]
10941 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10942 and <dl-procinfo.h>.
10943 (__fegetenv): Save SSE state in envp->__eip if supported.
10944 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10945 envp->__eip if supported.
10946 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10947 and <dl-procinfo.h>.
10948 (__fesetenv): Always set __eip, __cs_selector, __opcode,
10949 __data_offset and __data_selector in environment to 0. Set SSE
10950 state if supported.
10951 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10952 test-fenv-sse.
10953 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10954 -mfpmath=sse.
10955 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10956
28162f4d
WN
109572014-05-09 Will Newton <will.newton@linaro.org>
10958
10959 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10960 and libc_relro_required for ARM.
10961 * sysdeps/arm/preconfigure: Regenerate.
10962
5a414ff7
DV
109632014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
10964 Stefan Liebler <stli@linux.vnet.ibm.com>
10965
10966 * config.make.in (enable-lock-elision): New Makefile variable.
10967 * configure.ac: Likewise.
10968 * configure: Regenerate.
10969 * sysdeps/s390/configure.ac:
10970 Add check for gcc transactions support.
10971 * sysdeps/s390/configure: Regenerate.
10972 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10973 Build elision files if enabled.
10974 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10975 Add lock elision support for s390.
10976 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10977 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10978 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10979 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10980 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10981 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10982 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10983 Likewise.
10984 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10985 Likewise.
10986 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10987 Likewise.
10988 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10989 Likewise.
10990 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10991 (__lll_timedlock_elision, __lll_lock_elision)
10992 (__lll_unlock_elision, __lll_trylock_elision)
10993 (lll_timedlock_elision, lll_lock_elision)
10994 (lll_unlock_elision, lll_trylock_elision): Add.
10995 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10996 (pthread_mutex_t): Add lock elision support for s390.
10997
1a2f40e5
W
109982014-05-14 Wilco <wdijkstr@arm.com>
10999
11000 * sysdeps/arm/fclrexcpt.c: Cleanup.
11001 * sysdeps/arm/fedisblxcpt.c: Cleanup.
11002 * sysdeps/arm/feenablxcpt.c: Cleanup.
11003 * sysdeps/arm/fegetenv.c: Cleanup.
11004 * sysdeps/arm/fegetexcept.c: Cleanup.
11005 * sysdeps/arm/fegetround.c: Cleanup.
11006 * sysdeps/arm/feholdexcpt.c: Cleanup.
11007 * sysdeps/arm/fesetenv.c: Cleanup.
11008 * sysdeps/arm/fesetround.c: Cleanup.
11009 * sysdeps/arm/feupdateenv.c: Cleanup.
11010 * sysdeps/arm/fgetexcptflg.c: Cleanup.
11011 * sysdeps/arm/fraiseexcpt.c: Cleanup.
11012 * sysdeps/arm/fsetexcptflg.c: Cleanup.
11013 * sysdeps/arm/ftestexcept.c: Cleanup.
11014 * sysdeps/arm/get-rounding-mode.h: Cleanup.
11015 * sysdeps/arm/setfpucw.c: Cleanup.
11016
f63c86fe
WN
110172014-05-09 Will Newton <will.newton@linaro.org>
11018
11019 * sysdeps/arm/armv7/strcmp.S: New file.
11020 * NEWS: Mention addition of ARMv7 optimized strcmp.
11021
7a1a51b5
RM
110222014-05-08 Roland McGrath <roland@hack.frob.com>
11023
95afbbe5
RM
11024 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11025 look for %.ac rather than %.in.
11026
11027 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11028 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11029 * sysdeps/mach/hurd/configure: Regenerated.
11030 * sysdeps/unix/sysv/linux/configure: Regenerated.
11031
7a1a51b5
RM
11032 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11033
5057ad3b
SE
110342014-05-07 Steve Ellcey <sellcey@mips.com>
11035
11036 [BZ# 16922]
11037 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11038 (LONG_SUB): Ditto.
11039 (PTR_SUB): Ditto.
11040
8dc97517
AS
110412014-05-07 Andreas Schwab <schwab@suse.de>
11042
11043 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11044 when skipping over non-matching result from nscd.
11045
ce0c5b8f
OB
110462014-05-07 Ondřej Bílka <neleai@seznam.cz>
11047
11048 [BZ #16876]
11049 * nptl/sockperf.c (client): Check socket return value.
8dc97517 11050
a1189263
OB
11051 [BZ #16877]
11052 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11053 nscd security class.
ce0c5b8f 11054
0f58d252
RM
110552014-05-06 Roland McGrath <roland@hack.frob.com>
11056
11057 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11058 * sysdeps/arm/unwind.h: ... here.
11059
83df9ad0
AJ
110602014-05-06 Aurelien Jarno <aurelien@aurel32.net>
11061
ce0c5b8f
OB
11062 [BZ# 16916]
11063 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11064 Define.
83df9ad0 11065
f360f94a
VR
110662014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11067
11068 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11069 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11070 multiarch strncpy for PPC64.
11071 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11072 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11073 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11074 multiarch optimizations.
11075 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11076 (__libc_ifunc_impl_list): Likewise.
11077 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11078 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11079 multiarch stpncpy for PPC64.
11080 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11081 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11082
978a41c3
AS
110832014-05-06 Andreas Schwab <schwab@suse.de>
11084
11085 [BZ #16912]
11086 * gmon/mcount.c (_MCOUNT_DECL): Use
11087 atomic_compare_and_exchange_bool_acq instead of
11088 catomic_compare_and_exchange_bool_acq.
11089
eb1ed03d
RM
110902014-05-05 Roland McGrath <roland@hack.frob.com>
11091
fe658845
RM
11092 * elf/Makefile (others, install-bin): Remove pldd.
11093 (pldd-modules): Variable removed.
11094 ($(objpfx)pldd): Target removed.
11095 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11096 (others, install-bin): Append pldd here.
11097 ($(objpfx)pldd): New target.
11098
eb1ed03d
RM
11099 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11100 to 0, so the first #if test emitted later doesn't see it undefined.
11101 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11102 * sysdeps/gnu/errlist.c: Regenerated.
11103
19c4bec0
AZ
111042014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11105
11106 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11107 [libc_hidden_builtin_def]: Define to empty value.
11108 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11109 [libc_hidden_builtin_def]: Likewise.
11110 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11111 [libc_hidden_builtin_def]: Likewise.
11112 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11113 [libc_hidden_builtin_def]: Likewise.
11114 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11115 __redirect_memcpy and define ifunc as default hidden symbol.
11116 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11117 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11118
7776e669
AC
111192014-05-04 Adam Conrad <adconrad@0c3.net>
11120
11121 * locale/iso-4217.def: Reintroduce XDR currency.
11122
d69aeb12
AM
111232014-05-04 Allan McRae <allan@archlinux.org>
11124
11125 * po/eo.po: Update Esperanto translation from translation project.
11126
8f1df5cf
CD
111272014-05-02 Carlos O'Donell <carlos@redhat.com>
11128
11129 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11130 and FEATURE_INDEX_MAX to 1.
11131 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11132
13e402e7
SE
111332014-05-01 Steve Ellcey <sellcey@mips.com>
11134
11135 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11136 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11137 * iconvdata/big5.c (ONE_DIRECTION): Define.
11138 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11139 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11140 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11141 * iconvdata/cp932.c (ONE_DIRECTION): Define.
11142 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11143 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11144 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11145 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11146 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11147 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11148 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11149 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11150 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11151 * iconvdata/gbk.c (ONE_DIRECTION): Define.
11152 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11153 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11154 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11155 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11156 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11157 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11158 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11159 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11160 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11161 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11162 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11163 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11164 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11165 * iconvdata/iso646.c (ONE_DIRECTION): Define.
11166 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11167 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11168 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11169 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11170 * iconvdata/johab.c (ONE_DIRECTION): Define.
11171 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11172 * iconvdata/sjis.c (ONE_DIRECTION): Define.
11173 * iconvdata/t.61.c (ONE_DIRECTION): Define.
11174 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11175 * iconvdata/tscii.c (ONE_DIRECTION): Define.
11176 * iconvdata/uhc.c (ONE_DIRECTION): Define.
11177 * iconvdata/unicode.c (ONE_DIRECTION): Define.
11178 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11179 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11180 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11181
c727f032
RM
111822014-05-01 Roland McGrath <roland@hack.frob.com>
11183
8f2f08d0
RM
11184 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11185 (_IO_JUMPS_OFFSET): Define to 0.
11186
c727f032
RM
11187 * nptl/sysdeps/pthread/bits/libc-lock.h
11188 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11189 (__libc_lock_define_initialized_recursive): Always define using
11190 initializer. Modern compilers treat uninitialized (implicit zero) and
11191 explicit zero initializers the same (i.e. put the datum in bss).
11192
a849e800
AS
111932014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11194
11195 * nscd/nscd-client.h: Include <string.h>.
11196
5331255b
DM
111972014-05-01 David S. Miller <davem@davemloft.net>
11198
11199 [BZ #16885]
11200 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11201 multiple zero bytes exist at the end of a string.
11202 Reported by Aurelien Jarno <aurelien@aurel32.net>
11203
11204 * string/test-strcmp.c (check): Add explicit test for situations where
11205 there are multiple zero bytes after the first.
11206
4fdfe821
AS
112072014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11208
11209 [BZ #16890]
11210 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11211 when compiling wprintf.
11212 * stdio-common/tstdiomisc.c (t3): New function.
11213 (main): Call it.
11214
0cdddc25
SE
112152014-05-01 Steve Ellcey <sellcey@mips.com>
11216
11217 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11218 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11219 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11220 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11221
6426d77e
SE
112222014-05-01 Steve Ellcey <sellcey@mips.com>
11223
11224 * stdlib/longlong.h: Updated from GCC.
11225
6d96f5e4
WN
112262014-05-01 Will Newton <will.newton@linaro.org>
11227 Bernard Ogden <bernie.ogden@linaro.org>
11228
7470db0c
WN
11229 * NEWS: Update fixed bug list.
11230
6d96f5e4
WN
11231 [BZ #15119]
11232 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11233
211d653c
DM
112342014-04-30 David S. Miller <davem@davemloft.net>
11235
4fa262fa
DM
11236 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11237 (libc_feholdexcept_setround_sparc_ctx): New function.
11238 (libc_fesetenv_sparc_ctx): Likewise.
11239 (libc_feupdateenv_sparc_ctx): Likewise.
11240 (libc_feholdsetround_sparc_ctx): Likewise.
11241 (libc_feholdexcept_setround_ctx): Define.
11242 (libc_feholdexcept_setroundf_ctx): Likewise.
11243 (libc_feholdexcept_setroundl_ctx): Likewise.
11244 (libc_fesetenv_ctx): Likewise.
11245 (libc_fesetenvf_ctx): Likewise.
11246 (libc_fesetenvl_ctx): Likewise.
11247 (libc_feupdateenv_ctx): Likewise.
11248 (libc_feupdateenvf_ctx): Likewise.
11249 (libc_feupdateenvl_ctx): Likewise.
11250 (libc_feresetround_ctx): Likewise.
11251 (libc_feresetroundf_ctx): Likewise.
11252 (libc_feresetroundl_ctx): Likewise.
11253 (libc_feholdsetround_ctx): Likewise.
11254 (libc_feholdsetroundf_ctx): Likewise.
11255 (libc_feholdsetroundl_ctx): Likewise.
11256
1d3d93ef
DM
11257 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11258 with __USE_GNU instead of XOPEN cpp guards.
11259
8aa583c3
DM
11260 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11261 0.
11262
211d653c
DM
11263 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11264 with XOPEN cpp guards.
11265
60c8f1f6
JB
112662014-04-30 Julian Brown <julian@codesourcery.com>
11267
11268 [BZ #16888]
11269 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11270 handling.
11271
9a461d46
JM
112722014-04-30 Joseph Myers <joseph@codesourcery.com>
11273
d0f5b3f8
JM
11274 [BZ #9894]
11275 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11276 Change to 2.6.32.
11277 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11278 * sysdeps/unix/sysv/linux/configure: Regenerated.
11279 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11280 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11281 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11282 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11283 * README: Update reference to required Linux kernel version.
11284 * manual/install.texi (Linux): Update reference to required Linux
11285 kernel headers version.
11286 * INSTALL: Regenerated.
11287
9a461d46
JM
11288 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11289 header inclusion.
11290 [POSIX] (limits.h): Likewise.
11291 [POSIX] (math.h): Likewise.
11292 [POSIX] (sys/wait.h): Likewise.
11293 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11294 function.
11295 [POSIX] (stddef.h): Do not allow header inclusion.
11296
1775babf
AZ
112972014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11298
57f41c40 11299 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 11300
8f630cca
YY
113012014-04-30 Yang Yingliang <yangyingliang@huawei.com>
11302
11303 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11304 Return immediately after lll_futex_wake.
11305
1cdeb237
SP
113062014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11307
bc8f194c
SP
11308 [BZ #16791]
11309 * nscd/nscd-client.h (datahead_init_common): Initialize entire
11310 structure.
11311 (datahead_init_pos): Call datahead_init_common early.
11312 (datahead_init_neg): Likewise.
11313
1cdeb237
SP
11314 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11315 datahead_init_neg): New functions.
11316 * nscd/aicache.c (addhstaiX): Use them.
11317 * nscd/grpcache.c (cache_addgr): Likewise.
11318 * nscd/hstcache.c (cache_addhst): Likewise.
11319 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11320 * nscd/netgroupcache.c (do_notfound): Likewise.
11321 (addgetnetgrentX): Likewise.
11322 (addinnetgrX): Likewise.
11323 * nscd/pwdcache.c (cache_addpw): Likewise.
11324 * nscd/servicescache.c (cache_addserv): Likewise.
11325
16b293a7
SP
113262014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11327 Atsushi Onoe <atsushi@onoe.org>
11328
11329 [BZ #14308]
11330 [BZ #12994]
11331 [BZ #13651]
11332 * resolv/res_query.c (__libc_res_nsearch): Return if at least
11333 one response is valid.
11334 * resolv/res_send.c (send_dg): Check for validity of other
11335 response if the current response is a referral.
11336
a28a9b94
SE
113372014-04-29 Steve Ellcey <sellcey@mips.com>
11338
11339 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11340
2ca180e9
SL
113412014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
11342
11343 [BZ #16823]
11344 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11345 Always divide by positive zero when computing -Inf result.
11346 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11347 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11348
18f2945a
AZ
113492014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11350
11351 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11352 FPSCR if value do not change.
11353 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11354 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11355 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11356 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11357 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11358 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11359 function.
11360
5abebba4
CD
113612014-05-29 Carlos O'Donell <carlos@systemhalted.org>
11362
11363 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11364 * sysdeps/unix/sysv/linux/hppa: Move directory from
11365 ports/systeps/unix/sysv/linux/hppa.
11366 * README: Update listing for hppa-*-linux-gnu.
11367
f7ed60c2
OB
113682014-04-28 Ondřej Bílka <neleai@seznam.cz>
11369
fff763a5
OB
11370 [BZ #16754]
11371 * manual/stdio.texi (Hook functions): Fix types of stream hook
11372 functions.
f7ed60c2
OB
11373 [BZ #16854]
11374 * socket/sys/socket.h: Fix typo in comment.
11375
df639d73
WD
113762014-04-28 Wilco <wdijkstr@arm.com>
11377
f7ed60c2 11378 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
11379 * sysdeps/arm/math_private.h: New file.
11380 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11381
48332d82
L
113822014-04-25 H.J. Lu <hongjiu.lu@intel.com>
11383
11384 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11385 with __int128_t.
11386 (La_x86_64_retval): Likewise.
11387
e5e0d9a4
IB
113882014-04-24 Ian Bolton <ian.bolton@arm.com>
11389
11390 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11391 fpsr if value didn't change.
11392 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11393 to fpcr if value didn't change.
11394 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11395 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11396 fpsr or fpcr if value didn't change.
11397 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11398 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11399 fpcr if value didn't change.
11400 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11401 to fpsr if value didn't change.
11402
bacc75f7
SP
114032014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
11404
11405 * nptl/tst-sem3.c: Use test-skeleton.c
11406 (main): Rename to do_test. Use return instead of
11407 exit.
11408 * nptl/tst-sem4.c: Use test-skeleton.c
11409 (main): Rename to do_test.
11410
a059d359
DM
114112014-04-22 David S. Miller <davem@davemloft.net>
11412
11413 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11414 (struct sigaction): New struct member __glibc_reserved0, change
11415 type of sa_flags to int.
11416
ea6c92f3
YZ
114172014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
11418
11419 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11420 (COUNT_LEADING_ZEROS_0): Define for AArch64.
11421
766c4a36
SP
114222014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
11423
11424 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11425 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11426
140cc7ab
VK
114272014-04-22 Will Newton <will.newton@linaro.org>
11428 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
11429
11430 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11431 (__longjmp): Add longjmp and longjmp_target SystemTap
11432 probes.
11433 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11434 (__sigsetjmp): Add setjmp SystemTap probe.
11435
c54e5cf7
CD
114362014-04-17 Carlos O'Donell <carlos@redhat.com>
11437
11438 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11439 match manual order.
11440
75ffb047
AZ
114412014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11442
11443 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11444
2cd925f7
AZ
11445 * sysdeps/powerpc/fpu/fenv_private.h
11446 (libc_feholdexcept_setroundl_ctx): Define to
11447 libc_feholdexcept_setround_ppc_ctx.
11448 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11449 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11450 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11451 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11452
39e6cd8d
IB
114532014-04-17 Ian Bolton <ian.bolton@arm.com>
11454
11455 * sysdeps/aarch64/math-tests.h: New file.
11456
f9281df9
SY
114572014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
11458
11459 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11460 New.
11461 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11462 Check and set bit_AVX2_Usable.
11463 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11464 macro.
11465 (bit_AVX2): Likewise.
11466 (index_AVX2_Usable): Likewise.
11467 (CPUID_AVX2): Likewise.
11468 (HAS_AVX2): Likewise.
11469
37d35007
WN
114702014-04-17 Will Newton <will.newton@linaro.org>
11471
7c677662
WN
11472 * manual/setjmp.texi (System V contexts): Add note that
11473 calling setcontext on a context created by a call to a
11474 signal handler is undefined. Update text to note that
11475 setcontext from a signal handler is possible but not
11476 recommended.
11477
37d35007 11478 [BZ #16629]
e04a4e9d
WN
11479 * stdlib/tst-setcontext.c: Include signal.h.
11480 (main): Check that the signal stack before and
11481 after swapcontext is the same.
11482
37d35007
WN
11483 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11484 Re-implement to restore registers in user code and avoid
11485 rt_sigreturn system call.
11486
423a7160
W
114872014-04-17 Wilco <wdijkstr@arm.com>
11488
11489 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11490 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11491 * math/test-fenv.c: Skip exception trap tests on targets which only
11492 support non-stop mode.
11493
bc93ab29
IB
114942014-04-17 Ian Bolton <ian.bolton@arm.com>
11495 Wilco Dijkstra <wilco.dijkstra@arm.com>
11496
11497 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11498 (libc_feholdsetround_aarch64_ctx)
11499 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11500 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11501 (libc_feresetround_ctx, libc_feresetroundf_ctx)
11502 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11503 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11504 (libc_feresetround_noexl_ctx): Define.
11505
95fc5fa3
RH
115062014-04-16 Richard Henderson <rth@redhat.com>
11507
ddb04724
RH
11508 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11509
d77c0899
RH
11510 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11511 unwind tables.
11512
a3df56fc
RH
11513 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11514 const from the non-libc, non-ldso copy.
11515
95fc5fa3
RH
11516 * sysdeps/alpha/libm-test-ulps: Regenerate.
11517
7e0b6763
IB
115182014-04-16 Ian Bolton <ian.bolton@arm.com>
11519 Wilco Dijkstra <wilco.dijkstra@arm.com>
11520
11521 * sysdeps/aarch64/fpu/math_private.h: New file.
11522
a9ea2e0c
MS
115232014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
11524
11525 * sysdeps/aarch64/libm-test-ulps: Regenerate.
11526
ea8ba7cd
IZ
115272014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
11528
7e54fd04 11529 [BZ #16275]
ea8ba7cd
IZ
11530 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11531 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11532 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11533 Intel MPX bound registers before _dl_profile_fixup.
11534 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11535 registers after _dl_profile_fixup. Save and restore bound
11536 registers bnd0/bnd1 when calling _dl_call_pltexit.
11537 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11538 (LR_BND_OFFSET): Likewise.
11539 (LRV_BND0_OFFSET): Likewise.
11540 (LRV_BND1_OFFSET): Likewise.
11541
9f2a4fbc
ST
115422014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11543
11544 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11545 to...
11546 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
11547 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11548 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11549 fields.
9f2a4fbc 11550
fd15a59b
ST
115512014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11552
11553 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11554
f19dfa0a
SL
115552014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11556
11557 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11558
4fa8bc3b
SL
115592014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11560
11561 [BZ #14770]
11562 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11563 * sysdeps/s390/configure: Regenerate.
11564
8ea587db
SL
11565 [BZ #16824]
11566 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11567 Set round-to-nearest internally to reduce error accumulation.
11568
aa5f0ff1
AM
115692014-04-16 Alan Modra <amodra@gmail.com>
11570
11571 [BZ #16740]
11572 [BZ #16619]
11573 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11574 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 11575 * NEWS: Update fixed bug list.
aa5f0ff1 11576
bb9c256f
SP
115772014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
11578
11579 * benchtests/Makefile: Depend on libraries in build directory.
11580 (bench-math): Separate out math tests.
11581 (bench-pthread): Separate out pthread tests.
11582 (bench): Include math and pthread tests.
11583
f737dfd0
CD
115842014-04-14 Carlos O'Donell <carlos@redhat.com>
11585
11586 [BZ #16831]
11587 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11588 _dl_debug_initialize.
11589
0699f766
CD
11590 * configure.ac: Remove SELinux header check.
11591 * configure: Regenerate.
11592 * nscd/selinux.c (perms): Array of const char* to permission names.
11593 (nscd_request_avc_has_perm): Call security_deny_unknown to find
11594 default policy. Call string_to_security_class and string_to_av_perm to
11595 translate strings. Enforce default policy and call avs_has_perm with
11596 results of translated strings.
11597
809bd45f
DM
115982014-04-13 David S. Miller <davem@davemloft.net>
11599
11600 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11601
89e691f2
AM
116022014-04-12 Allan McRae <allan@archlinux.org>
11603
11604 [BZ #16838]
11605 * manual/string.texi (Collation Functions): Fix qsort argument
11606 order in example.
11607 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11608
9c9daaeb
CM
116092014-04-11 Chris Metcalf <cmetcalf@tilera.com>
11610
11611 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11612 Make the test a no-op if there are no exceptions defined.
11613
95561fb9
PP
116142014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
11615
fe8d072c 11616 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
11617 enable-hardcoded-path-in-tests
11618
970c602a
WN
116192014-04-11 Will Newton <will.newton@linaro.org>
11620
11621 * benchtests/Makefile (extra-objs): Add json-lib.o.
11622 (bench-func): Tidy up JSON output.
11623 * benchtests/bench-skeleton.c: Include json-lib.h.
11624 (main): Use JSON library functions to do output of
11625 benchmark results.
11626 * benchtests/bench-timing-type.c (main): Output the
11627 timing type simply, leaving formatting to the user.
11628 * benchtests/json-lib.c: New file.
11629 * benchtests/json-lib.h: Likewise.
11630
36875b06
TR
116312014-04-11 Torvald Riegel <triegel@redhat.com>
11632
11633 [BZ #15215]
11634 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11635 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
11636 memory barriers. Add comments.
11637 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11638 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11639 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11640 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11641 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11642 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11643
579db35a
SL
116442014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11645
11646 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11647 * sysdeps/s390/s390-64/configure.ac: ... this ...
11648 * sysdeps/s390/configure.ac: ... to here.
11649 * sysdeps/s390/s390-32/configure: Delete file.
11650 * sysdeps/s390/s390-64/configure: Delete file.
11651 * sysdeps/s390/configure: Regenerate.
11652
c12e9f37
JAPH
116532014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
11654
11655 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11656
439bda32
WN
116572014-04-11 Will Newton <will.newton@linaro.org>
11658
11659 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11660 to zero if it is not defined elsewhere. (mtrim): Test
11661 the value of MALLOC_DEBUG with #if rather than #ifdef.
11662
6a5d6ea1
TR
116632014-04-10 Torvald Riegel <triegel@redhat.com>
11664
11665 * benchtests/pthread_once-inputs: New file.
11666 * benchtests/pthread_once-source.c: New file.
11667 * benchtests/README: Update documentation.
11668
a4c75cfd
IZ
116692014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
11670 H.J. Lu <hongjiu.lu@intel.com>
11671
7e54fd04 11672 [BZ #16275]
a4c75cfd
IZ
11673 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11674 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11675 * sysdeps/x86_64/configure: Regenerated.
11676 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11677 macro.
11678 (REGISTER_SAVE_RAX): Likewise.
11679 (REGISTER_SAVE_RCX): Likewise.
11680 (REGISTER_SAVE_RDX): Likewise.
11681 (REGISTER_SAVE_RSI): Likewise.
11682 (REGISTER_SAVE_RDI): Likewise.
11683 (REGISTER_SAVE_R8): Likewise.
11684 (REGISTER_SAVE_R9): Likewise.
11685 (REGISTER_SAVE_BND0): Likewise.
11686 (REGISTER_SAVE_BND1): Likewise.
11687 (REGISTER_SAVE_BND2): Likewise.
11688 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
11689 bound registers when calling _dl_fixup.
11690
27822ce6
AZ
116912014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11692
11693 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
11694 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11695 of its definition.
27822ce6
AZ
11696 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11697 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11698 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11699 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11700 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11701 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11702 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11703
a88ddc90
PTB
117042014-04-09 Peter Brett <peter@peter-b.co.uk>
11705
11706 [BZ #15514]
11707 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11708 pathconf(_PC_NAME_MAX).
11709
01f8eac2
AZ
117102014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11711
11712 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11713 Remove macro usage.
11714 (__PTHREAD_SPINS): Move definition to ...
11715 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11716 (__PTHREAD_SPINS): ... here.
11717 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11718 (__PTHREAD_SPIN): Likewise.
11719 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11720 (__PTHREAD_SPIN): Likewise.
11721 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11722 (__PTHREAD_SPIN): Likewise.
11723 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11724 (__PTHREAD_SPIN): Likewise.
11725 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11726 (__PTHREAD_SPIN): Likewise.
11727 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11728 (__PTHREAD_SPIN): Likewise.
11729 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11730 (__PTHREAD_SPIN): Likewise.
11731 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11732 (__PTHREAD_SPIN): Likewise.
11733 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11734 (__PTHREAD_SPIN): Likewise.
11735 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11736 (__PTHREAD_SPIN): Likewise.
11737 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11738 (__PTHREAD_SPIN): Likewise.
11739 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11740 (__PTHREAD_SPIN): Likewise.
11741
de21c33c
AZ
11742 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11743 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11744 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11745 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11746 imply folder.
11747 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11748 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11749 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11750 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11751 correct imply path.
11752 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11753 strlen symbol for non multi-arch builds.
11754 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11755 missing hidden_def and weak_alias.
11756
862c472e
CD
117572014-04-08 Carlos O'Donell <carlos@redhat.com>
11758
11759 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11760
8667f90e
WN
117612014-04-07 Will Newton <will.newton@linaro.org>
11762
11763 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11764 and contents. [!_LIBC] Remove #ifndef and contents.
11765 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
11766 * string/memccpy.c (__memccpy): Use ANSI prototype.
11767 * string/memfrob.c (memfrob): Likewise.
11768 * string/strcoll.c (STRCOLL): Likewise.
11769 * string/strlen.c (strlen): Likewise.
11770 * string/strtok.c (STRTOK): Likewise.
11771 * string/strcat.c: Remove unused #include of memcopy.h.
11772 (strcat): Use ANSI prototype.
11773 * string/strchr.c: Remove unused #include of memcopy.h.
11774 (strchr): Use ANSI prototype.
11775 * string/strcmp.c: Remove unused #include of memcopy.h.
11776 (strcmp): Use ANSI prototype.
11777 * string/strcpy.c: Remove unused #include of memcopy.h.
11778 (strcpy): Use ANSI prototype.
11779
7ffa9423
AZ
117802014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11781
11782 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11783 * config.make.in (config-extra-cppflags): Set it from
11784 libc_extra_cppflags.
11785 * configure.ac (libc_extra_cflags): Make it accumulate over
11786 configure fragments.
11787 (libc_extra_cppflags): New flag.
11788 * configure. Regenerate.
11789 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
11790 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11791 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
11792 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11793
8bd70862
AZ
11794 [BZ #16815]
11795 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11796 result for FE_DOWNWARD rounding mode.
11797 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11798 Likewise.
11799 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11800
d42f3448
CM
118012014-04-04 Chris Metcalf <cmetcalf@tilera.com>
11802
11803 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11804 in function argument name.
11805
1c21d115
DS
118062014-04-03 David Svoboda <svoboda@cert.org>
11807
11808 [BZ #5666]
11809 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11810 explicitly.
11811
fcccd512
RM
118122014-04-03 Roland McGrath <roland@hack.frob.com>
11813
11814 * elf/dl-unmap-segments.h: New file.
11815 * sysdeps/generic/ldsodefs.h
11816 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11817 * elf/dl-close.c: Include <dl-unmap-segments.h>.
11818 * elf/dl-fptr.c: Likewise.
11819 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11820 * sysdeps/aarch64/tlsdesc.c: Likewise.
11821 * sysdeps/arm/tlsdesc.c: Likewise.
11822 * sysdeps/i386/tlsdesc.c: Likewise.
11823 * sysdeps/tile/dl-runtime.c: Likewise.
11824 * sysdeps/x86_64/tlsdesc.c: Likewise.
11825 * elf/dl-load.h: New file.
11826 * elf/dl-load.c: Include it.
11827 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11828 Macros moved to dl-load.h.
11829 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11830 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11831 Use _dl_unmap_segments in place of __munmap.
11832 Break out segment-mapping loop into ...
11833 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11834
f6488e2b
WN
118352014-04-03 Will Newton <will.newton@linaro.org>
11836
11837 * elf/dl-lookup.c (do_lookup_x): Remove comment
11838 referring to nested function and move variable
11839 declarations down to before first use.
11840
6f05bafe
JM
118412014-04-02 Joseph Myers <joseph@codesourcery.com>
11842
a84e78c8
JM
11843 [BZ #16799]
11844 [BZ #16800]
11845 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11846 with 0 numerator.
11847 * math/s_catanf.c (__catanf): Likewise.
11848 * math/s_catanh.c (__catanh): Likewise.
11849 * math/s_catanhf.c (__catanhf): Likewise.
11850 * math/s_catanhl.c (__catanhl): Likewise.
11851 * math/s_catanl.c (__catanl): Likewise.
11852 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11853 by positive zero when computing -Inf result.
11854 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11855 (catanh_test): Likewise.
11856 * sysdeps/i386/fpu/libm-test-ulps: Update.
11857 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11858
6f05bafe
JM
11859 [BZ #16789]
11860 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11861 instead of using underflowing value in computing result.
11862 * math/s_clog10.c (__clog10): Likewise.
11863 * math/s_clog10f.c (__clog10f): Likewise.
11864 * math/s_clog10l.c (__clog10l): Likewise.
11865 * math/s_clogf.c (__clogf): Likewise.
11866 * math/s_clogl.c (__clogl): Likewise.
11867 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11868 (clog10_test): Likewise.
11869 * sysdeps/i386/fpu/libm-test-ulps: Update.
11870 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11871
b0abbc21
AM
118722014-04-02 Alan Modra <amodra@gmail.com>
11873
11874 [BZ #16739]
11875 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11876 output when value is near a power of two. Use int64_t for lx and
11877 remove casts. Use decimal rather than hex exponent constants.
11878 Don't use long double multiplication when double will suffice.
11879 * math/libm-test.inc (nextafter_test_data): Add tests.
11880 * NEWS: Add 16739 and 16786 to bug list.
11881
af6b1797
AM
11882 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11883
483818d7
AM
11884 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11885
f6c55796
WN
118862014-04-01 Will Newton <will.newton@linaro.org>
11887
11888 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11889 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
11890
13f7fe35
FW
118912014-04-01 Florian Weimer <fweimer@redhat.com>
11892
11893 [BZ #13347]
11894 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11895 * nptl/tst-setuid2.c: New file.
11896 * nptl/Makefile (xtests): Add tst-setuid2.
11897
c859b32e
AM
118982014-04-01 Alan Modra <amodra@gmail.com>
11899
11900 [BZ #16786]
11901 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11902
54fa2475
JM
119032014-03-31 Joseph Myers <joseph@codesourcery.com>
11904
8795b4a4
JM
11905 [BZ #6803]
11906 [BZ #6804]
11907 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11908 set errno as appropriate.
11909 * math/w_scalbf.c (__scalbf): Likewise.
11910 * math/w_scalbl.c (__scalbl): Likewise.
11911 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11912 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11913 * math/libm-test.inc (scalb_test_data): Add errno expectations.
11914 Add more NaN tests.
11915
54fa2475
JM
11916 [BZ #16349]
11917 * math/w_atan2.c: Include <errno.h>.
11918 (__atan2): Set errno for result underflowing to zero.
11919 * math/w_atan2f.c: Include <errno.h>.
11920 (__atan2f): Set errno for result underflowing to zero.
11921 * math/w_atan2l.c: Include <errno.h>.
11922 (__atan2l): Set errno for result underflowing to zero.
11923 * math/auto-libm-test-in: Don't allow missing errno for some atan2
11924 tests.
11925 * math/auto-libm-test-out: Regenerated.
11926
757d9dd5
AZ
119272014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11928
11929 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11930 Encode instruction correctly in little endian.
11931 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11932 Likewise.
11933 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11934 Likewise.
11935 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11936 Likewise.
11937 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11938 Likewise.
11939
d7a68734
JM
119402014-03-31 Joseph Myers <joseph@codesourcery.com>
11941
47c5adeb
JM
11942 [BZ #9894]
11943 * sysdeps/unix/sysv/linux/kernel-features.h
11944 [__sparc__ && !__arch64__ && !__sparc_v9__]
11945 (__ASSUME_SET_ROBUST_LIST): Do not define.
11946 [__sparc__ && !__arch64__ && !__sparc_v9__]
11947 (__ASSUME_FUTEX_LOCK_PI): Likewise.
11948 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11949 Likewise.
11950 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11951 (__ASSUME_FUTEX_LOCK_PI): Undefine.
11952 (__ASSUME_REQUEUE_PI): Likewise.
11953 (__ASSUME_SET_ROBUST_LIST): Likewise.
11954 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11955 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11956 Undefine.
11957 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11958 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11959 Likewise.
11960 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11961 Likewise.
11962 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11963 Likewise.
11964 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11965 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11966 Undefine.
11967 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11968 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11969 Likewise.
11970
d7a68734
JM
11971 [BZ #16648]
11972 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11973 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11974 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11975
c760f5c2
WN
119762014-03-31 Will Newton <will.newton@linaro.org>
11977
11978 * benchtests/Makefile (bench): Add ffs and ffsll to list
11979 of tests.
11980 * benchtests/ffs-inputs: New file.
11981 * benchtests/ffsll-inputs: Likewise.
11982
ea6029b1
JM
119832014-03-29 Joseph Myers <joseph@codesourcery.com>
11984
11985 [BZ #16770]
11986 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11987 too large before casting to int.
11988 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11989 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11990 * math/libm-test.inc (scalb_test_data): Add more tests.
11991
cf806aff
SP
119922014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
11993
56737508
SP
11994 * benchtests/Makefile (DETAILED_OPT): New make option.
11995 (bench-func): Run benchmark program with -d if DETAILED_OPT is
11996 set.
11997 * benchtests/bench-skeleton.c: Include stdbool.h.
11998 (main): Store and print timings per input.
11999 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12000 member to each argument value.
12001 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12002 (_print_arg_data): Initialize per-input timing to 0.
12003
cb5e4aad
SP
12004 * benchtests/Makefile (timing-type): New binary.
12005 (bench-clean): Also remove bench-timing-type.
12006 (bench): New target for timing-type.
12007 (bench-func): Print output in JSON format.
12008 * benchtests/bench-skeleton.c (main): Print output in JSON
12009 format.
12010 * benchtests/bench-timing-type.c: New file.
12011 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12012 (TIMING_PRINT_STATS): Remove.
12013 * benchtests/scripts/bench.py (_print_arg_data): Store variant
12014 name separately.
12015
cf806aff
SP
12016 * benchtests/bench-modf.c: Remove.
12017 * benchtests/modf-inputs: New inputs file.
12018
289e0779
JM
120192014-03-28 Joseph Myers <joseph@codesourcery.com>
12020
12021 [BZ #16362]
12022 * math/s_clog10.c (M_PI_LOG10E): New macro.
12023 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12024 imaginary parts are 0.
12025 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12026 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12027 imaginary parts are 0.
12028 * math/s_clog10l.c (M_PI_LOG10El): New macro.
12029 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12030 imaginary parts are 0.
12031 * math/libm-test.inc (clog10_test_data): Update expected results
12032 for when real and imaginary parts are 0.
12033
277ae3f1
PP
120342014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
12035
12036 * elf/dl-load.c: Finish conversion of __builtin_expect into
12037 __glibc_{un}likely.
12038
03a7091f
JM
120392014-03-27 Joseph Myers <joseph@codesourcery.com>
12040
12041 [BZ #16348]
12042 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12043 1+x for argument with exponent below -67.
12044 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12045 Likewise.
12046 * math/auto-libm-test-in: Add more tests of exp.
12047 * math/auto-libm-test-out: Regenerated.
12048
ea7d8b95
SP
120492014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12050
dd3022d7
SP
12051 [BZ #16759]
12052 * inet/getnetgrent_r.c (get_nonempty_val): New function.
12053 (nscd_getnetgrent): Use it.
12054
ea7d8b95
SP
12055 [BZ #16760]
12056 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12057 of stpcpy.
12058
df5b85da
AK
120592014-03-27 Andi Kleen <ak@linux.intel.com>
12060
57f41c40
AS
12061 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12062 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12063 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12064 (lll_robust_unlock): Remove out of line section. Use cfi
12065 intrinsics.
df5b85da 12066 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
12067 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12068 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12069 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12070 (lll_robust_unlock): Remove out of line section. Use cfi
12071 intrinsics.
df5b85da
AK
12072 (LLL_STUB_UNWIND_INFO*): Remove.
12073
fbd6b5a4
SP
120742014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12075
12076 [BZ #16758]
12077 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12078 blank values.
12079
1b26b855
PP
120802014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
12081
12082 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12083
9be36fb8
JM
120842014-03-26 Joseph Myers <joseph@codesourcery.com>
12085
12086 [BZ #16198]
12087 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12088 fnstenv.
12089 * math/test-fenv-preserve.c: New file.
12090 * math/Makefile (tests): Add test-fenv-preserve.
12091
60a2f3c1
WN
120922014-03-26 Will Newton <will.newton@linaro.org>
12093
12094 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12095
a5e5f1e2
RM
120962014-03-25 Roland McGrath <roland@hack.frob.com>
12097
12098 * scripts/versionlist.awk: Partition the version sets and emit all
12099 GLIBC_* (sorted) before all others (sorted).
12100
00f4012a
JM
121012014-03-25 Joseph Myers <joseph@codesourcery.com>
12102
12103 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12104 GLIBC_2.2.5 version.
12105
7bc5a741
AZ
121062014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12107
12108 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12109 calls.
12110
7578473b
AZ
12111 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12112 previous change.
12113
f3f1dab3
AZ
12114 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12115
6da36183
AS
121162014-03-25 Andreas Schwab <schwab@suse.de>
12117
12118 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12119 label to be used after in6ailist is initialized.
12120
f3f1dab3 121212014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 12122
7578473b 12123 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
12124 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12125
046651c1
JM
121262014-03-25 Joseph Myers <joseph@codesourcery.com>
12127
12128 [BZ #16357]
12129 [BZ #16599]
12130 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12131 min_plus_half.
12132 (fp_formats): Update initializers.
12133 (init_fp_formats): Initialize new field.
12134 (output_for_one_input_case): Allow underflow for results up to
12135 min_plus_half.
12136 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12137 * math/auto-libm-test-in: Don't mark some underflows from asin and
12138 atanh as spurious.
12139 * math/auto-libm-test-out: Regenerated.
12140 * sysdeps/i386/fpu/libm-test-ulps: Update.
12141 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12142
003e49ed
AS
121432014-03-25 Andreas Schwab <schwab@suse.de>
12144
12145 * libio/Makefile (tst-ftell-partial-wide-ENV)
12146 (tst-ftell-active-handler-ENV): Define.
12147
de031874
SL
121482014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
12149
12150 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12151
55a81e3b
PP
121522014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12153
12154 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12155
f3426898
JM
121562014-03-24 Joseph Myers <joseph@codesourcery.com>
12157
12158 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12159 * sysdeps/x86_64/fpu/multiarch/e_exp.c
12160 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12161
a42faf59
PP
121622014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12163
12164 [BZ #16634]
a42faf59 12165 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
12166 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12167 (open_path): Change from boolean 'secure' to complete flag 'mode'
12168 (_dl_map_object): Adjust.
a42faf59
PP
12169 * elf/Makefile (tests): Add tst-dlopen-aout.
12170 * elf/tst-dlopen-aout.c: New test.
12171
50936127
SL
121722014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
12173
12174 [BZ #16714]
12175 * sysdeps/unix/sysv/linux/s390/bits/stat.h
12176 (struct stat): Rename member pad0 to __glibc_reserved0.
12177
26011b5c
SL
12178 [BZ #16712]
12179 * sysdeps/s390/s390-32/bits/wordsize.h
12180 (__WORDSIZE32_SIZE_ULONG): New define.
12181 * sysdeps/s390/s390-64/bits/wordsize.h
12182 (__WORDSIZE32_SIZE_ULONG): Likewise.
12183 * sysdeps/generic/stdint.h (SIZE_MAX):
12184 Define as UL if __WORDSIZE32_SIZE_ULONG.
12185
a2d86bf1
SL
12186 [BZ #16713]
12187 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12188 (__glibc_reserved0): New variable.
12189 (sa_flags): Change type to int.
12190
78b6eebc
SL
12191 * posix/Makefile (before-compile): Use += before-compile instead
12192 of a :=.
12193
f1399b5a
SL
12194 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12195 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12196
a071766e
AS
121972014-03-20 Andreas Schwab <schwab@suse.de>
12198
12199 [BZ #16743]
12200 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12201 non-matching result from nscd.
12202
27c673b8
SP
122032014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
12204
12205 * scripts/bench.py: Moved to ...
12206 * benchtests/scripts/bench.py: ... here.
12207 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12208
44152e4b
AS
122092014-03-24 Andreas Schwab <schwab@suse.de>
12210
12211 [BZ #16002]
12212 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12213 alloca_account and account alloca use for struct in6ailist.
12214
b376a11a
JM
122152014-03-24 Joseph Myers <joseph@codesourcery.com>
12216
12217 [BZ #16284]
12218 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12219 rounding mode to recompute results that overflow to infinity or
12220 underflow to zero.
12221 * math/auto-libm-test-in: Don't mark tests as expected to fail for
12222 bug 16284.
12223 * math/auto-libm-test-out: Regenerated.
12224 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12225 (ccosh_test): Likewise.
12226 (csin_test_data): Use plus_oflow.
12227 (csin_test): Use ALL_RM_TEST.
12228 (csinh_test_data): Use plus_oflow.
12229 (csinh_test): Use ALL_RM_TEST.
12230 * sysdeps/i386/fpu/libm-test-ulps: Update.
12231 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12232
f7be7376
JM
122332014-03-21 Joseph Myers <joseph@codesourcery.com>
12234
1ca2d03e
JM
12235 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12236 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12237 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12238
f7be7376
JM
12239 [BZ #16731]
12240 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12241 when x - 1 is zero.
12242 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12243 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12244 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12245 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12246 argument is 1.
12247 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12248 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12249 zero.
12250 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12251 * sysdeps/i386/fpu/libm-test-ulps: Update.
12252 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12253
fdf4534d
SP
122542014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
12255
df26ea53
SP
12256 * scripts/bench.pl: Remove file.
12257 * scripts/bench.py: New benchmark script.
12258 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12259 * benchtests/README: Mention python dependency.
12260 * scripts/pylintrc: New file.
12261 * scripts/pylint: New file.
12262
fdf4534d
SP
12263 * bits/mathdef.h: Use #ifdef instead of #if.
12264 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12265 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12266 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12267 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12268 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12269 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12270
6f23d093
AZ
122712014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12272 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12273
12274 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12275 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12276 and strpbrk-ppc64 objects.
12277 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12278 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12279 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12280 multiarch strpbrk for POWER7.
12281 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12282 multiarch strpbrk for PPC64.
12283 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12284 ifunc selector.
12285 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12286 strpbrk for POWER7.
12287
8c92dfff
JM
122882014-03-20 Joseph Myers <joseph@codesourcery.com>
12289
12290 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12291 (atan_test): Likewise.
12292 (atanh_test_data): Use NO_TEST_INLINE for two tests.
12293 (atanh_test): Use ALL_RM_TEST.
12294 (atan2_test_data): Likewise.
12295 (cabs_test): Likewise.
12296 (cacosh_test): Likewise.
12297 (carg_test): Likewise.
12298 (casin_test): Likewise.
12299 (casinh_test): Likewise.
12300 (cbrt_test): Likewise.
12301 (csqrt_test): Likewise.
12302 (erf_test): Likewise.
12303 (erfc_test): Likewise.
12304 (pow10_test): Likewise.
12305 (exp2_test): Likewise.
12306 (hypot_test): Likewise.
12307 (j0_test): Likewise.
12308 (j1_test): Likewise.
12309 (lgamma_test): Likewise.
12310 (gamma_test): Likewise.
12311 (sincos_test): Likewise.
12312 (tanh_test): Likewise.
12313 (y0_test): Likewise.
12314 (y1_test): Likewise.
12315 * sysdeps/i386/fpu/libm-test-ulps: Update.
12316 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12317
6eaf95cb
AZ
123182014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12319
a387428c
SP
12320 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12321 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
12322 and strcspn-ppc64 objects.
12323 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12324 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12325 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12326 multiarch strcspn for POWER7.
12327 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12328 multiarch strcspn for PPC64.
12329 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12330 ifunc selector.
12331 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12332 strcspn for POWER7.
12333
ae3a5dff
JM
123342014-03-20 Joseph Myers <joseph@codesourcery.com>
12335
12336 * math/gen-libm-test.pl (generate_testfile): Expect only function
12337 name as argument to AUTO_TESTS_* and pass results for all rounding
12338 modes to parse_args.
12339 (parse_auto_input): Separate inputs of automatic tests from
12340 outputs before storing in %auto_tests.
12341 * math/libm-test.inc (acos_test_data): Update call to
12342 AUTO_TESTS_f_f.
12343 (acos_test): Use ALL_RM_TEST.
12344 (acos_tonearest_test_data): Remove.
12345 (acos_test_tonearest): Likewise.
12346 (acos_towardzero_test_data): Likewise.
12347 (acos_test_towardzero): Likewise.
12348 (acos_downward_test_data): Likewise.
12349 (acos_test_downward): Likewise.
12350 (acos_upward_test_data): Likewise.
12351 (acos_test_upward): Likewise.
12352 (acosh_test_data): Update call to AUTO_TESTS_f_f.
12353 (asin_test_data): Likewise.
12354 (asin_test): Use ALL_RM_TEST.
12355 (asin_tonearest_test_data): Remove.
12356 (asin_test_tonearest): Likewise.
12357 (asin_towardzero_test_data): Likewise.
12358 (asin_test_towardzero): Likewise.
12359 (asin_downward_test_data): Likewise.
12360 (asin_test_downward): Likewise.
12361 (asin_upward_test_data): Likewise.
12362 (asin_test_upward): Likewise.
12363 (asinh_test_data): Update call to AUTO_TESTS_f_f.
12364 (atan_test_data): Likewise.
12365 (atanh_test_data): Likewise.
12366 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12367 (cabs_test_data): Update call to AUTO_TESTS_c_f.
12368 (carg_test_data): Likewise.
12369 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12370 (ccos_test_data): Update call to AUTO_TESTS_c_c.
12371 (ccosh_test_data): Likewise.
12372 (cexp_test_data): Likewise.
12373 (clog_test_data): Likewise.
12374 (clog10_test_data): Likewise.
12375 (cos_test_data): Update call to AUTO_TESTS_f_f.
12376 (cos_test): Use ALL_RM_TEST.
12377 (cos_tonearest_test_data): Remove.
12378 (cos_test_tonearest): Likewise.
12379 (cos_towardzero_test_data): Likewise.
12380 (cos_test_towardzero): Likewise.
12381 (cos_downward_test_data): Likewise.
12382 (cos_test_downward): Likewise.
12383 (cos_upward_test_data): Likewise.
12384 (cos_test_upward): Likewise.
12385 (cosh_test_data): Update call to AUTO_TESTS_f_f.
12386 (cosh_test): Use ALL_RM_TEST.
12387 (cosh_tonearest_test_data): Remove.
12388 (cosh_test_tonearest): Likewise.
12389 (cosh_towardzero_test_data): Likewise.
12390 (cosh_test_towardzero): Likewise.
12391 (cosh_downward_test_data): Likewise.
12392 (cosh_test_downward): Likewise.
12393 (cosh_upward_test_data): Likewise.
12394 (cosh_test_upward): Likewise.
12395 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12396 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12397 (ctan_test_data): Likewise.
12398 (ctan_test): Use ALL_RM_TEST.
12399 (ctan_tonearest_test_data): Remove.
12400 (ctan_test_tonearest): Likewise.
12401 (ctan_towardzero_test_data): Likewise.
12402 (ctan_test_towardzero): Likewise.
12403 (ctan_downward_test_data): Likewise.
12404 (ctan_test_downward): Likewise.
12405 (ctan_upward_test_data): Likewise.
12406 (ctan_test_upward): Likewise.
12407 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12408 (ctanh_test): Use ALL_RM_TEST.
12409 (ctanh_tonearest_test_data): Remove.
12410 (ctanh_test_tonearest): Likewise.
12411 (ctanh_towardzero_test_data): Likewise.
12412 (ctanh_test_towardzero): Likewise.
12413 (ctanh_downward_test_data): Likewise.
12414 (ctanh_test_downward): Likewise.
12415 (ctanh_upward_test_data): Likewise.
12416 (ctanh_test_upward): Likewise.
12417 (erf_test_data): Update call to AUTO_TESTS_f_f.
12418 (erfc_test_data): Likewise.
12419 (exp_test_data): Likewise.
12420 (exp_test): Use ALL_RM_TEST.
12421 (exp_tonearest_test_data): Remove.
12422 (exp_test_tonearest): Likewise.
12423 (exp_towardzero_test_data): Likewise.
12424 (exp_test_towardzero): Likewise.
12425 (exp_downward_test_data): Likewise.
12426 (exp_test_downward): Likewise.
12427 (exp_upward_test_data): Likewise.
12428 (exp_test_upward): Likewise.
12429 (exp10_test_data): Update call to AUTO_TESTS_f_f.
12430 (exp10_test): Use ALL_RM_TEST.
12431 (exp10_tonearest_test_data): Remove.
12432 (exp10_test_tonearest): Likewise.
12433 (exp10_towardzero_test_data): Likewise.
12434 (exp10_test_towardzero): Likewise.
12435 (exp10_downward_test_data): Likewise.
12436 (exp10_test_downward): Likewise.
12437 (exp10_upward_test_data): Likewise.
12438 (exp10_test_upward): Likewise.
12439 (exp2_test_data): Update call to AUTO_TESTS_f_f.
12440 (expm1_test_data): Likewise.
12441 (expm1_test): Use ALL_RM_TEST.
12442 (expm1_tonearest_test_data): Remove.
12443 (expm1_test_tonearest): Likewise.
12444 (expm1_towardzero_test_data): Likewise.
12445 (expm1_test_towardzero): Likewise.
12446 (expm1_downward_test_data): Likewise.
12447 (expm1_test_downward): Likewise.
12448 (expm1_upward_test_data): Likewise.
12449 (expm1_test_upward): Likewise.
12450 (fma_test_data): Update call to AUTO_TESTS_fff_f.
12451 (fma_test): Use ALL_RM_TEST.
12452 (fma_towardzero_test_data): Remove.
12453 (fma_test_towardzero): Likewise.
12454 (fma_downward_test_data): Likewise.
12455 (fma_test_downward): Likewise.
12456 (fma_upward_test_data): Likewise.
12457 (fma_test_upward): Likewise.
12458 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12459 (j0_test_data): Update call to AUTO_TESTS_f_f.
12460 (j1_test_data): Likewise.
12461 (jn_test_data): Update call to AUTO_TESTS_if_f.
12462 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12463 (log_test_data): Update call to AUTO_TESTS_f_f.
12464 (log10_test_data): Likewise.
12465 (log1p_test_data): Likewise.
12466 (log2_test_data): Likewise.
12467 (pow_test_data): Update call to AUTO_TESTS_ff_f.
12468 (pow_tonearest_test_data): Likewise.
12469 (sin_test_data): Update call to AUTO_TESTS_f_f.
12470 (sin_test): Use ALL_RM_TEST.
12471 (sin_tonearest_test_data): Remove.
12472 (sin_test_tonearest): Likewise.
12473 (sin_towardzero_test_data): Likewise.
12474 (sin_test_towardzero): Likewise.
12475 (sin_downward_test_data): Likewise.
12476 (sin_test_downward): Likewise.
12477 (sin_upward_test_data): Likewise.
12478 (sin_test_upward): Likewise.
12479 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12480 (sinh_test_data): Update call to AUTO_TESTS_f_f.
12481 (sinh_test): Use ALL_RM_TEST.
12482 (sinh_tonearest_test_data): Remove.
12483 (sinh_test_tonearest): Likewise.
12484 (sinh_towardzero_test_data): Likewise.
12485 (sinh_test_towardzero): Likewise.
12486 (sinh_downward_test_data): Likewise.
12487 (sinh_test_downward): Likewise.
12488 (sinh_upward_test_data): Likewise.
12489 (sinh_test_upward): Likewise.
12490 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12491 (sqrt_test): Use ALL_RM_TEST.
12492 (sqrt_tonearest_test_data): Remove.
12493 (sqrt_test_tonearest): Likewise.
12494 (sqrt_towardzero_test_data): Likewise.
12495 (sqrt_test_towardzero): Likewise.
12496 (sqrt_downward_test_data): Likewise.
12497 (sqrt_test_downward): Likewise.
12498 (sqrt_upward_test_data): Likewise.
12499 (sqrt_test_upward): Likewise.
12500 (tan_test_data): Update call to AUTO_TESTS_f_f.
12501 (tan_test): Use ALL_RM_TEST.
12502 (tan_tonearest_test_data): Remove.
12503 (tan_test_tonearest): Likewise.
12504 (tan_towardzero_test_data): Likewise.
12505 (tan_test_towardzero): Likewise.
12506 (tan_downward_test_data): Likewise.
12507 (tan_test_downward): Likewise.
12508 (tan_upward_test_data): Likewise.
12509 (tan_test_upward): Likewise.
12510 (tanh_test_data): Update call to AUTO_TESTS_f_f.
12511 (tgamma_test_data): Likewise.
12512 (y0_test_data): Likewise.
12513 (y1_test_data): Likewise.
12514 (yn_test_data): Update call to AUTO_TESTS_if_f.
12515 (main): Do not call removed functions.
12516
d71aeee8
JM
125172014-03-19 Joseph Myers <joseph@codesourcery.com>
12518
12519 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12520 (ldexp_test_data): Remove.
12521 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
12522 scalbn_test_data.
12523 (scalb_test): Use ALL_RM_TEST.
12524
baaf1ded
AS
125252014-03-19 Andreas Schwab <schwab@suse.de>
12526
12527 * nscd/nscd.service: Also invalidate netgroup cache on reload.
12528
b1115e91
JM
125292014-03-19 Joseph Myers <joseph@codesourcery.com>
12530
12531 [BZ #16649]
12532 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12533 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12534 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12535 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12536 (__ASSUME_PREADV): Undefine.
12537 (__ASSUME_PWRITEV): Likewise.
12538
0283ecca
RM
125392014-03-18 Roland McGrath <roland@hack.frob.com>
12540
7d375303
RM
12541 * bits/mman-linux.h: Add comment about non-Linux use.
12542 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12543 bits/mman-linux.h resting place.
12544
0283ecca
RM
12545 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12546 * bits/mman-linux.h: ... here.
12547
aebe1003
AZ
125482014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12549
12550 * conform/conformtest.pl: Add standard definition when calling C
12551 preprocessor on data files.
12552 (checknamespace): Remove unused variable.
12553
b29b6bb8
JM
125542014-03-18 Joseph Myers <joseph@codesourcery.com>
12555
12556 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12557 minus_oflow, plus_uflow and minus_uflow in expected results.
12558 * math/libm-test.inc (scalbn_test_data): Add more tests of
12559 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
12560 minus_uflow.
12561 (scalbn_test): Use ALL_RM_TEST.
12562 (scalbln_test_data): Add more tests of negative arguments. Use
12563 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12564 (scalbln_test): Use ALL_RM_TEST.
12565
c8f8fa15
RM
125662014-03-18 Roland McGrath <roland@hack.frob.com>
12567
12568 * scripts/abilist.awk: Ignore symbols marked with .hidden.
12569
fede7a5f
WN
125702014-03-18 Will Newton <will.newton@linaro.org>
12571
12572 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12573 inaccurate comment.
12574
80cf0a58
JM
125752014-03-18 Joseph Myers <joseph@codesourcery.com>
12576
12577 * Makerules [!subdir] (check-abi): Exit with error status if a
12578 test failed.
12579
b3620862
JM
125802014-03-17 Joseph Myers <joseph@codesourcery.com>
12581
12582 * math/libm-test.inc (nearbyint_test_data): Include all tests used
12583 for rint. Include results for all rounding modes.
12584 (nearbyint_test): Use ALL_RM_TEST.
12585 (rint_test_data): Include all tests used for nearbyint.
12586
788bba36
WN
125872014-03-17 Will Newton <will.newton@linaro.org>
12588
04ec140a
WN
12589 * nptl/sysdeps/pthread/pthread.h: Revert previous
12590 change.
12591
7579d8d5
WN
12592 * sysdeps/generic/ldsodefs.h: Revert previous
12593 change.
12594
c15cf13a
WN
12595 * libio/genops.c: Revert previous change.
12596 * libio/libioP.h: Likewise.
12597 * stdio-common/vfprintf.c: Likewise.
12598
d0ac1324
WN
12599 * sysdeps/generic/math_private.h: Revert previous
12600 change.
12601
9290130a
WN
12602 * sysdeps/generic/math_private.h: Check whether
12603 HAVE_RM_CTX is defined with #ifdef rather
12604 than #if.
12605
afb466fc
WN
12606 * argp/argp-fmtstream.h: Check whether
12607 __STRICT_ANSI__ is defined with #ifdef rather
12608 than #if.
12609 * argp/argp.h: Likewise.
12610
f7efd7c3
WN
12611 * libio/genops.c: Check whether
12612 _IO_JUMPS_OFFSET is defined with #ifdef rather
12613 than #if.
12614 * libio/libioP.h: Likewise.
12615 * stdio-common/vfprintf.c: Likewise.
12616
53f1bed3
WN
12617 * sysdeps/generic/ldsodefs.h: Check whether
12618 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12619 than #if.
12620
788bba36
WN
12621 * nptl/sysdeps/pthread/pthread.h: Check
12622 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12623 its value.
12624
fcd89ebe
SP
126252014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
12626
ae42bbc5
SP
12627 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12628 setting O_APPEND.
12629 * libio/tst-ftell-active-handler.c (do_append_test): Add a
12630 test case.
12631
ea33158c
SP
12632 [BZ #16680]
12633 * libio/fileops.c (_IO_file_open): Seek to end of file but
12634 don't cache the offset.
12635 (get_file_offset): Remove function.
12636 (do_ftell): Use cached offset when available.
12637 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12638 don't cache the offset.
12639 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12640 case.
12641 (do_one_test): Call it.
12642 (do_ftell_test): Fix up expected old offset for a+ mode.
12643 * libio/wfileops.c (do_ftell_wide): Used cached offset when
12644 available.
12645
b1dbb426
SP
12646 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12647 up test status with function return status.
12648 (do_write_test): Likewise.
12649 (do_append_test): Likewise.
12650
fcd89ebe
SP
12651 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12652 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12653 Remove.
12654
9962a2d3
JM
126552014-03-17 Joseph Myers <joseph@codesourcery.com>
12656
12657 * math/gen-libm-test.pl (parse_args): Handle results specified for
12658 each rounding mode separately.
12659 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12660 tests and results from lrint_tonearest_test_data,
12661 lrint_towardzero_test_data, lrint_downward_test_data and
12662 lrint_upward_test_data.
12663 (lrint_test): Use ALL_RM_TEST.
12664 (lrint_tonearest_test_data): Remove.
12665 (lrint_test_tonearest): Likewise.
12666 (lrint_towardzero_test_data): Likewise.
12667 (lrint_test_towardzero): Likewise.
12668 (lrint_downward_test_data): Likewise.
12669 (lrint_test_downward): Likewise.
12670 (lrint_upward_test_data): Likewise.
12671 (lrint_test_upward): Likewise.
12672 (llrint_test_data): Merge in per-rounding-mode tests and results
12673 from llrint_tonearest_test_data, llrint_towardzero_test_data,
12674 llrint_downward_test_data and llrint_upward_test_data.
12675 (llrint_test): Use ALL_RM_TEST.
12676 (llrint_tonearest_test_data): Remove.
12677 (llrint_test_tonearest): Likewise.
12678 (llrint_towardzero_test_data): Likewise.
12679 (llrint_test_towardzero): Likewise.
12680 (llrint_downward_test_data): Likewise.
12681 (llrint_test_downward): Likewise.
12682 (llrint_upward_test_data): Likewise.
12683 (llrint_test_upward): Likewise.
12684 (rint_test_data): Merge in per-rounding-mode tests and results
12685 from rint_tonearest_test_data, rint_towardzero_test_data,
12686 rint_downward_test_data and rint_upward_test_data. Add
12687 per-rounding-mode results for tests not in those arrays.
12688 (rint_test): Use ALL_RM_TEST.
12689 (rint_tonearest_test_data): Remove.
12690 (rint_test_tonearest): Likewise.
12691 (rint_towardzero_test_data): Likewise.
12692 (rint_test_towardzero): Likewise.
12693 (rint_downward_test_data): Likewise.
12694 (rint_test_downward): Likewise.
12695 (rint_upward_test_data): Likewise.
12696 (rint_test_upward): Likewise.
12697 (main): Don't call removed functions.
12698
5006148e
RM
126992014-03-14 Roland McGrath <roland@hack.frob.com>
12700
12701 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12702 "Compiled on ..." crapola. It is anti-useful.
12703
d6fe5e58
JM
127042014-03-14 Joseph Myers <joseph@codesourcery.com>
12705
12706 * scripts/evaluate-test.sh: Handle fourth argument to determine
12707 whether test run should stop on failure.
12708 * Makeconfig (stop-on-test-failure): New variable.
12709 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12710 $(stop-on-test-failure).
12711 * Makefile (tests): Give a summary of results from testing and
12712 exit with failure status if they include an ERROR or FAIL.
12713 (xtests): Likewise.
12714 * manual/install.texi (Configuring and compiling): Mention
12715 stop-on-test-failure=y.
12716 * INSTALL: Regenerated.
12717
498a2233
RM
127182014-03-14 Roland McGrath <roland@hack.frob.com>
12719
22dbc19d
RM
12720 * scripts/versionlist.awk: New file.
12721 * Makerules [$(build-shared) = yes]
12722 (postclean-generated): Add Versions.def, not Versions.def.v and
12723 Versions.def.v.i.
12724 ($(common-objpfx)Versions.def.v.i): Target removed.
12725 ($(common-objpfx)Versions.def): New target.
12726 ($(common-objpfx)Versions.all): Depend on that rather that
12727 $(common-objpfx)Versions.def.v.
12728 * Versions.def: File removed.
12729
498a2233
RM
12730 * Makeconfig (+gccwarn): Add -Wundef.
12731 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12732 a dl-sysdep.h breaking its contract.
12733 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12734 * include/stackinfo.h: New file.
12735 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12736 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12737 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12738 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12739 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12740 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12741 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12742 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12743 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12744 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12745 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12746 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12747 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12748 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12749 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12750
c7de5025
AZ
127512014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12752
12753 [BZ #16707]
12754 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12755 implementation.
12756 * math/libm-test.inc (round_test_data): Add more tests.
12757
98fb27a3
AZ
12758 [BZ #16706]
12759 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12760 implementation.
12761 * math/libm-test.inc (nearbyint_test_data): Add more tests.
12762
374f7f61
AZ
12763 [BZ #16701]
12764 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12765 implementation.
12766 * math/libm-test.inc (ceil_test_data): Add more tests.
12767
4655c291
AZ
12768 * math/libm-test.inc (trunc_test_data): Add more tests related to
12769 BZ#16414.
12770
d7329d4b
RM
127712014-03-14 Roland McGrath <roland@hack.frob.com>
12772
12773 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12774 with #if rather than #ifdef.
12775 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12776
aa4de9ce
L
127772014-03-14 H.J. Lu <hongjiu.lu@intel.com>
12778
12779 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12780 first. Disable AVX-512 GCC support if assembler doesn't support
12781 it.
12782 * sysdeps/x86_64/configure: Regenerated.
12783
2e03fae7
CD
127842014-03-13 Carlos O'Donell <carlos@redhat.com>
12785
12786 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12787 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12788 (__old_pthread_attr_setstack): Likewise.
12789 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12790 [!_STACK_GROWS_DOWN]: Likewise.
12791
43ca83ec
MF
127922014-03-13 Mike Frysinger <vapier@gentoo.org>
12793
12794 * config.make.in (have-bash2): Delete.
12795 * configure.ac (libc_cv_have_bash2): Delete.
12796 * configure: Regenerate.
12797 * elf/Makefile (common-ldd-rewrite): Rename to ...
12798 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
12799 (sh-ldd-rewrite): Delete.
12800 (bash-ldd-rewrite): Delete.
12801 (have-bash2): Delete checks.
57f41c40
AS
12802 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12803 ldd-rewrite.
c66e48b4
MF
12804
12805 * config.make.in (have-ksh): Delete.
12806 (KSH): Delete.
12807 * configure.ac (libc_cv_have_ksh): Delete.
12808 * configure: Regenerate.
12809
b93834ef
MF
12810 * elf/Makefile: Delete $(have-ksh) check.
12811 ($(objpfx)sotruss): Change KSH to BASH.
12812 * elf/sotruss.ksh: Rename to ...
12813 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
12814 function style to match POSIX. Drop ksh vim mode setting.
12815
f3a4632a
MF
12816 * manual/time.texi (Specifying the Time Zone with TZ): Change
12817 Tuesday to Thursday.
12818
5896c8bd
MF
12819 * debug/tst-longjmp_chk2.c: Update header comment.
12820 (stackoverflow_handler): Add comment. Call assert on pass value.
12821
2d63a517
IZ
128222014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
12823
7e54fd04 12824 [BZ #16194]
2d63a517
IZ
12825 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12826 (HAVE_AVX512_ASM_SUPPORT): Likewise.
12827 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12828 (La_x86_64_vector): Add zmm.
12829 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12830 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12831 ($(objpfx)tst-audit10): New target.
12832 ($(objpfx)tst-audit10.out): Likewise.
12833 (tst-audit10-ENV): New.
12834 (AVX512-CFLAGS): Likewise.
12835 (CFLAGS-tst-audit10.c): Likewise.
12836 (CFLAGS-tst-auditmod10a.c): Likewise.
12837 (CFLAGS-tst-auditmod10b.c): Likewise.
12838 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12839 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12840 * sysdeps/x86_64/configure: Regenerated.
12841 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12842 AVX-512 zmm register support.
12843 (_dl_x86_64_save_sse): Likewise.
12844 (_dl_x86_64_restore_sse): Likewise.
12845 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12846 size vector registers.
12847 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12848 (ZMM_SIZE): Likewise.
12849 * sysdeps/x86_64/tst-audit10.c: New file.
12850 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12851 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12852
44c4e5d5
RM
128532014-03-13 Roland McGrath <roland@hack.frob.com>
12854
12855 * configure.ac (HAVE_EHDR_START): New check.
12856 * configure: Regenerated.
12857 * config.h.in (HAVE_EHDR_START): New #undef.
12858 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12859 assuming the lowest-addressed segment maps the start of the file.
12860
acd6e389
JM
128612014-03-13 Joseph Myers <joseph@codesourcery.com>
12862
12863 * INSTALL: Regenerated.
12864
6f918f36
WN
128652014-03-13 Will Newton <will.newton@linaro.org>
12866
12867 * manual/setjmp.texi (System V contexts): Improve
12868 clarity and grammar of documentation.
12869
798212a0
PP
128702014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
12871
12872 [BZ #16381]
798212a0 12873 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 12874 (tests-pie): Add tst-pie2.
798212a0
PP
12875 * elf/tst-pie2.c: New file.
12876 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12877 for ET_EXEC.
12878 * elf/rtld.c (map_doit): Load executable as lt_executable.
12879 (dl_main): Likewise.
12880
abe6d90c
JM
128812014-03-12 Joseph Myers <joseph@codesourcery.com>
12882
12883 [BZ #16642]
12884 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12885 (__ASSUME_PSELECT): Undefine.
12886
dd3946c6
AZ
128872014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12888
12889 [BZ #16689]
12890 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12891 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12892 static build.
12893 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12894 selector for static builds.
12895
c44496df
SP
128962014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
12897
12898 [BZ #16695]
12899 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12900 key in the buffer.
12901
27c7220a
AZ
129022014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12903
57f41c40
AS
12904 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12905 IFUNC selector for static builds.
27c7220a 12906
600fa361
JM
129072014-03-11 Joseph Myers <joseph@codesourcery.com>
12908
76c96cf7
JM
12909 * sysdeps/mips/math_private.h [__mips_hard_float]
12910 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12911 libc_feresetround_mips_ctx.
12912 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12913 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12914 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12915
600fa361
JM
12916 [BZ #16677]
12917 * math/s_nextafter.c (__nextafter): Do not return value from
12918 overflowing computation.
12919 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12920 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12921 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12922 Likewise.
12923 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12924 Likewise.
12925 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12926 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12927
d7706c32
RM
129282014-03-11 Roland McGrath <roland@hack.frob.com>
12929
12930 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12931 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12932 Move sfi_sp use from the load-multiple (that no longer sets sp) to
12933 the new mov targetting sp.
12934
4facea47
AZ
129352014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12936
12937 [BZ #16683]
12938 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12939 Define it for static builds as well.
12940 (NO_BZERO_IMPL): Likewise.
12941
e65caf1f
VR
129422014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12943
12944 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12945 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12946 multiarch strspn for PPC64.
12947 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12948 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12949 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12950 (__libc_ifunc_impl_list): Likewise.
12951 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12952 multiarch optimizations
12953 * string/strspn.c (strspn): Using macro to redefine symbol name.
12954
ba9cc071
AZ
129552014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12956 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12957
12958 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12959 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12960 multiarch strncat for PPC64.
12961 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12962 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12963 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12964 (__libc_ifunc_impl_list): Likewise.
12965 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12966 multiarch optimizations
12967
8b4ff974
SP
129682014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12969
12970 [BZ #16639]
12971 * nscd/nscd.service: Make service type forking.
12972
54b46a4b
AZ
129732014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12974
12975 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12976 sign in non default rounding modes.
12977 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12978
e9996ef7
JM
129792014-03-08 Joseph Myers <joseph@codesourcery.com>
12980
12981 * math/libm-test.inc (ALL_RM_TEST): New macro.
12982 (ceil_test): Use ALL_RM_TEST.
12983 (cimag_test): Likewise.
12984 (conj_test): Likewise.
12985 (copysign_test): Likewise.
12986 (cproj_test): Likewise.
12987 (creal_test): Likewise.
12988 (fabs_test): Likewise.
12989 (floor_test): Likewise.
12990 (fmax_test): Likewise.
12991 (fmin_test): Likewise.
12992 (fmod_test): Likewise.
12993 (fpclassify_test): Likewise.
12994 (frexp_test): Likewise.
12995 (ilogb_test): Likewise.
12996 (isfinite_test): Likewise.
12997 (finite_test): Likewise.
12998 (isgreater_test): Likewise.
12999 (isgreaterequal_test): Likewise.
13000 (isinf_test): Likewise.
13001 (isless_test): Likewise.
13002 (islessequal_test): Likewise.
13003 (islessgreater_test): Likewise.
13004 (isnan_test): Likewise.
13005 (isnormal_test): Likewise.
13006 (issignaling_test): Likewise.
13007 (isunordered_test): Likewise.
13008 (logb_test): Likewise.
13009 (logb_downward_test_data): Remove.
13010 (logb_test_downward): Likewise.
13011 (lround_test): Use ALL_RM_TEST.
13012 (llround_test): Likewise.
13013 (modf_test): Likewise.
13014 (nexttoward_test): Likewise.
13015 (remainder_test): Likewise.
13016 (drem_test): Likewise.
13017 (remainder_tonearest_test_data): Likewise.
13018 (remainder_test_tonearest): Likewise.
13019 (drem_test_tonearest): Likewise.
13020 (remainder_towardzero_test_data): Likewise.
13021 (remainder_test_towardzero): Likewise.
13022 (drem_test_towardzero): Likewise.
13023 (remainder_downward_test_data): Likewise.
13024 (remainder_test_downward): Likewise.
13025 (drem_test_downward): Likewise.
13026 (remainder_upward_test_data): Likewise.
13027 (remainder_test_upward): Likewise.
13028 (drem_test_upward): Likewise.
13029 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
13030 (round_test): Use ALL_RM_TEST.
13031 (signbit_test): Likewise.
13032 (trunc_test): Likewise.
13033 (significand_test): Likewise.
13034 (main): Don't call removed functions.
13035
bc61d27c
JM
130362014-03-07 Joseph Myers <joseph@codesourcery.com>
13037
5c780849
JM
13038 [BZ #16674]
13039 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13040 || __USE_XOPEN2K8].
13041 (ILL_ILLOPN): Likewise.
13042 (ILL_ILLADR): Likewise.
13043 (ILL_ILLTRP): Likewise.
13044 (ILL_PRVOPC): Likewise.
13045 (ILL_PRVREG): Likewise.
13046 (ILL_COPROC): Likewise.
13047 (ILL_BADSTK): Likewise.
13048 (FPE_INTDIV): Likewise.
13049 (FPE_INTOVF): Likewise.
13050 (FPE_FLTDIV): Likewise.
13051 (FPE_FLTOVF): Likewise.
13052 (FPE_FLTUND): Likewise.
13053 (FPE_FLTRES): Likewise.
13054 (FPE_FLTINV): Likewise.
13055 (FPE_FLTSUB): Likewise.
13056 (SEGV_MAPERR): Likewise.
13057 (SEGV_ACCERR): Likewise.
13058 (BUS_ADRALN): Likewise.
13059 (BUS_ADRERR): Likewise.
13060 (BUS_OBJERR): Likewise.
13061 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13062 (TRAP_TRACE): Likewise.
13063 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13064 __USE_XOPEN2K8].
13065 (CLD_KILLED): Likewise.
13066 (CLD_DUMPED): Likewise.
13067 (CLD_TRAPPED): Likewise.
13068 (CLD_STOPPED): Likewise.
13069 (CLD_CONTINUED): Likewise.
13070 (POLL_IN): Likewise.
13071 (POLL_OUT): Likewise.
13072 (POLL_MSG): Likewise.
13073 (POLL_ERR): Likewise.
13074 (POLL_PRI): Likewise.
13075 (POLL_HUP): Likewise.
13076 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13077 Likewise.
13078 (ILL_ILLOPN): Likewise.
13079 (ILL_ILLADR): Likewise.
13080 (ILL_ILLTRP): Likewise.
13081 (ILL_PRVOPC): Likewise.
13082 (ILL_PRVREG): Likewise.
13083 (ILL_COPROC): Likewise.
13084 (ILL_BADSTK): Likewise.
13085 (FPE_INTDIV): Likewise.
13086 (FPE_INTOVF): Likewise.
13087 (FPE_FLTDIV): Likewise.
13088 (FPE_FLTOVF): Likewise.
13089 (FPE_FLTUND): Likewise.
13090 (FPE_FLTRES): Likewise.
13091 (FPE_FLTINV): Likewise.
13092 (FPE_FLTSUB): Likewise.
13093 (SEGV_MAPERR): Likewise.
13094 (SEGV_ACCERR): Likewise.
13095 (BUS_ADRALN): Likewise.
13096 (BUS_ADRERR): Likewise.
13097 (BUS_OBJERR): Likewise.
13098 (BUS_MCEERR_AR): Likewise.
13099 (BUS_MCEERR_AO): Likewise.
13100 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13101 (TRAP_TRACE): Likewise.
13102 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13103 __USE_XOPEN2K8].
13104 (CLD_KILLED): Likewise.
13105 (CLD_DUMPED): Likewise.
13106 (CLD_TRAPPED): Likewise.
13107 (CLD_STOPPED): Likewise.
13108 (CLD_CONTINUED): Likewise.
13109 (POLL_IN): Likewise.
13110 (POLL_OUT): Likewise.
13111 (POLL_MSG): Likewise.
13112 (POLL_ERR): Likewise.
13113 (POLL_PRI): Likewise.
13114 (POLL_HUP): Likewise.
13115 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13116 (ILL_ILLOPN): Likewise.
13117 (ILL_ILLADR): Likewise.
13118 (ILL_ILLTRP): Likewise.
13119 (ILL_PRVOPC): Likewise.
13120 (ILL_PRVREG): Likewise.
13121 (ILL_COPROC): Likewise.
13122 (ILL_BADSTK): Likewise.
13123 (FPE_INTDIV): Likewise.
13124 (FPE_INTOVF): Likewise.
13125 (FPE_FLTDIV): Likewise.
13126 (FPE_FLTOVF): Likewise.
13127 (FPE_FLTUND): Likewise.
13128 (FPE_FLTRES): Likewise.
13129 (FPE_FLTINV): Likewise.
13130 (FPE_FLTSUB): Likewise.
13131 (SEGV_MAPERR): Likewise.
13132 (SEGV_ACCERR): Likewise.
13133 (BUS_ADRALN): Likewise.
13134 (BUS_ADRERR): Likewise.
13135 (BUS_OBJERR): Likewise.
13136 (BUS_MCEERR_AR): Likewise.
13137 (BUS_MCEERR_AO): Likewise.
13138 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13139 (TRAP_TRACE): Likewise.
13140 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13141 __USE_XOPEN2K8].
13142 (CLD_KILLED): Likewise.
13143 (CLD_DUMPED): Likewise.
13144 (CLD_TRAPPED): Likewise.
13145 (CLD_STOPPED): Likewise.
13146 (CLD_CONTINUED): Likewise.
13147 (POLL_IN): Likewise.
13148 (POLL_OUT): Likewise.
13149 (POLL_MSG): Likewise.
13150 (POLL_ERR): Likewise.
13151 (POLL_PRI): Likewise.
13152 (POLL_HUP): Likewise.
13153 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13154 Likewise.
13155 (ILL_ILLOPN): Likewise.
13156 (ILL_ILLADR): Likewise.
13157 (ILL_ILLTRP): Likewise.
13158 (ILL_PRVOPC): Likewise.
13159 (ILL_PRVREG): Likewise.
13160 (ILL_COPROC): Likewise.
13161 (ILL_BADSTK): Likewise.
13162 (ILL_BADIADDR): Likewise.
13163 (ILL_BREAK): Likewise.
13164 (FPE_INTDIV): Likewise.
13165 (FPE_INTOVF): Likewise.
13166 (FPE_FLTDIV): Likewise.
13167 (FPE_FLTOVF): Likewise.
13168 (FPE_FLTUND): Likewise.
13169 (FPE_FLTRES): Likewise.
13170 (FPE_FLTINV): Likewise.
13171 (FPE_FLTSUB): Likewise.
13172 (FPE_DECOVF): Likewise.
13173 (FPE_DECDIV): Likewise.
13174 (FPE_DECERR): Likewise.
13175 (FPE_INVASC): Likewise.
13176 (FPE_INVDEC): Likewise.
13177 (SEGV_MAPERR): Likewise.
13178 (SEGV_ACCERR): Likewise.
13179 (SEGV_PSTKOVF): Likewise.
13180 (BUS_ADRALN): Likewise.
13181 (BUS_ADRERR): Likewise.
13182 (BUS_OBJERR): Likewise.
13183 (BUS_MCEERR_AR): Likewise.
13184 (BUS_MCEERR_AO): Likewise.
13185 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13186 (TRAP_TRACE): Likewise.
13187 (TRAP_BRANCH): Likewise.
13188 (TRAP_HWBKPT): Likewise.
13189 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13190 __USE_XOPEN2K8].
13191 (CLD_KILLED): Likewise.
13192 (CLD_DUMPED): Likewise.
13193 (CLD_TRAPPED): Likewise.
13194 (CLD_STOPPED): Likewise.
13195 (CLD_CONTINUED): Likewise.
13196 (POLL_IN): Likewise.
13197 (POLL_OUT): Likewise.
13198 (POLL_MSG): Likewise.
13199 (POLL_ERR): Likewise.
13200 (POLL_PRI): Likewise.
13201 (POLL_HUP): Likewise.
13202 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13203 (ILL_ILLOPN): Likewise.
13204 (ILL_ILLADR): Likewise.
13205 (ILL_ILLTRP): Likewise.
13206 (ILL_PRVOPC): Likewise.
13207 (ILL_PRVREG): Likewise.
13208 (ILL_COPROC): Likewise.
13209 (ILL_BADSTK): Likewise.
13210 (FPE_INTDIV): Likewise.
13211 (FPE_INTOVF): Likewise.
13212 (FPE_FLTDIV): Likewise.
13213 (FPE_FLTOVF): Likewise.
13214 (FPE_FLTUND): Likewise.
13215 (FPE_FLTRES): Likewise.
13216 (FPE_FLTINV): Likewise.
13217 (FPE_FLTSUB): Likewise.
13218 (SEGV_MAPERR): Likewise.
13219 (SEGV_ACCERR): Likewise.
13220 (BUS_ADRALN): Likewise.
13221 (BUS_ADRERR): Likewise.
13222 (BUS_OBJERR): Likewise.
13223 (BUS_MCEERR_AR): Likewise.
13224 (BUS_MCEERR_AO): Likewise.
13225 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13226 (TRAP_TRACE): Likewise.
13227 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13228 __USE_XOPEN2K8].
13229 (CLD_KILLED): Likewise.
13230 (CLD_DUMPED): Likewise.
13231 (CLD_TRAPPED): Likewise.
13232 (CLD_STOPPED): Likewise.
13233 (CLD_CONTINUED): Likewise.
13234 (POLL_IN): Likewise.
13235 (POLL_OUT): Likewise.
13236 (POLL_MSG): Likewise.
13237 (POLL_ERR): Likewise.
13238 (POLL_PRI): Likewise.
13239 (POLL_HUP): Likewise.
13240 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13241 (ILL_ILLOPN): Likewise.
13242 (ILL_ILLADR): Likewise.
13243 (ILL_ILLTRP): Likewise.
13244 (ILL_PRVOPC): Likewise.
13245 (ILL_PRVREG): Likewise.
13246 (ILL_COPROC): Likewise.
13247 (ILL_BADSTK): Likewise.
13248 (FPE_INTDIV): Likewise.
13249 (FPE_INTOVF): Likewise.
13250 (FPE_FLTDIV): Likewise.
13251 (FPE_FLTOVF): Likewise.
13252 (FPE_FLTUND): Likewise.
13253 (FPE_FLTRES): Likewise.
13254 (FPE_FLTINV): Likewise.
13255 (FPE_FLTSUB): Likewise.
13256 (SEGV_MAPERR): Likewise.
13257 (SEGV_ACCERR): Likewise.
13258 (BUS_ADRALN): Likewise.
13259 (BUS_ADRERR): Likewise.
13260 (BUS_OBJERR): Likewise.
13261 (BUS_MCEERR_AR): Likewise.
13262 (BUS_MCEERR_AO): Likewise.
13263 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13264 (TRAP_TRACE): Likewise.
13265 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13266 __USE_XOPEN2K8].
13267 (CLD_KILLED): Likewise.
13268 (CLD_DUMPED): Likewise.
13269 (CLD_TRAPPED): Likewise.
13270 (CLD_STOPPED): Likewise.
13271 (CLD_CONTINUED): Likewise.
13272 (POLL_IN): Likewise.
13273 (POLL_OUT): Likewise.
13274 (POLL_MSG): Likewise.
13275 (POLL_ERR): Likewise.
13276 (POLL_PRI): Likewise.
13277 (POLL_HUP): Likewise.
13278 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13279 (ILL_ILLOPN): Likewise.
13280 (ILL_ILLADR): Likewise.
13281 (ILL_ILLTRP): Likewise.
13282 (ILL_PRVOPC): Likewise.
13283 (ILL_PRVREG): Likewise.
13284 (ILL_COPROC): Likewise.
13285 (ILL_BADSTK): Likewise.
13286 (FPE_INTDIV): Likewise.
13287 (FPE_INTOVF): Likewise.
13288 (FPE_FLTDIV): Likewise.
13289 (FPE_FLTOVF): Likewise.
13290 (FPE_FLTUND): Likewise.
13291 (FPE_FLTRES): Likewise.
13292 (FPE_FLTINV): Likewise.
13293 (FPE_FLTSUB): Likewise.
13294 (SEGV_MAPERR): Likewise.
13295 (SEGV_ACCERR): Likewise.
13296 (BUS_ADRALN): Likewise.
13297 (BUS_ADRERR): Likewise.
13298 (BUS_OBJERR): Likewise.
13299 (BUS_MCEERR_AR): Likewise.
13300 (BUS_MCEERR_AO): Likewise.
13301 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13302 (TRAP_TRACE): Likewise.
13303 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13304 __USE_XOPEN2K8].
13305 (CLD_KILLED): Likewise.
13306 (CLD_DUMPED): Likewise.
13307 (CLD_TRAPPED): Likewise.
13308 (CLD_STOPPED): Likewise.
13309 (CLD_CONTINUED): Likewise.
13310 (POLL_IN): Likewise.
13311 (POLL_OUT): Likewise.
13312 (POLL_MSG): Likewise.
13313 (POLL_ERR): Likewise.
13314 (POLL_PRI): Likewise.
13315 (POLL_HUP): Likewise.
13316 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13317 (ILL_ILLOPN): Likewise.
13318 (ILL_ILLADR): Likewise.
13319 (ILL_ILLTRP): Likewise.
13320 (ILL_PRVOPC): Likewise.
13321 (ILL_PRVREG): Likewise.
13322 (ILL_COPROC): Likewise.
13323 (ILL_BADSTK): Likewise.
13324 (ILL_DBLFLT): Likewise.
13325 (ILL_HARDWALL): Likewise.
13326 (FPE_INTDIV): Likewise.
13327 (FPE_INTOVF): Likewise.
13328 (FPE_FLTDIV): Likewise.
13329 (FPE_FLTOVF): Likewise.
13330 (FPE_FLTUND): Likewise.
13331 (FPE_FLTRES): Likewise.
13332 (FPE_FLTINV): Likewise.
13333 (FPE_FLTSUB): Likewise.
13334 (SEGV_MAPERR): Likewise.
13335 (SEGV_ACCERR): Likewise.
13336 (BUS_ADRALN): Likewise.
13337 (BUS_ADRERR): Likewise.
13338 (BUS_OBJERR): Likewise.
13339 (BUS_MCEERR_AR): Likewise.
13340 (BUS_MCEERR_AO): Likewise.
13341 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13342 (TRAP_TRACE): Likewise.
13343 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13344 __USE_XOPEN2K8].
13345 (CLD_KILLED): Likewise.
13346 (CLD_DUMPED): Likewise.
13347 (CLD_TRAPPED): Likewise.
13348 (CLD_STOPPED): Likewise.
13349 (CLD_CONTINUED): Likewise.
13350 (POLL_IN): Likewise.
13351 (POLL_OUT): Likewise.
13352 (POLL_MSG): Likewise.
13353 (POLL_ERR): Likewise.
13354 (POLL_PRI): Likewise.
13355 (POLL_HUP): Likewise.
13356 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13357 (ILL_ILLOPN): Likewise.
13358 (ILL_ILLADR): Likewise.
13359 (ILL_ILLTRP): Likewise.
13360 (ILL_PRVOPC): Likewise.
13361 (ILL_PRVREG): Likewise.
13362 (ILL_COPROC): Likewise.
13363 (ILL_BADSTK): Likewise.
13364 (FPE_INTDIV): Likewise.
13365 (FPE_INTOVF): Likewise.
13366 (FPE_FLTDIV): Likewise.
13367 (FPE_FLTOVF): Likewise.
13368 (FPE_FLTUND): Likewise.
13369 (FPE_FLTRES): Likewise.
13370 (FPE_FLTINV): Likewise.
13371 (FPE_FLTSUB): Likewise.
13372 (SEGV_MAPERR): Likewise.
13373 (SEGV_ACCERR): Likewise.
13374 (BUS_ADRALN): Likewise.
13375 (BUS_ADRERR): Likewise.
13376 (BUS_OBJERR): Likewise.
13377 (BUS_MCEERR_AR): Likewise.
13378 (BUS_MCEERR_AO): Likewise.
13379 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13380 (TRAP_TRACE): Likewise.
13381 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13382 __USE_XOPEN2K8].
13383 (CLD_KILLED): Likewise.
13384 (CLD_DUMPED): Likewise.
13385 (CLD_TRAPPED): Likewise.
13386 (CLD_STOPPED): Likewise.
13387 (CLD_CONTINUED): Likewise.
13388 (POLL_IN): Likewise.
13389 (POLL_OUT): Likewise.
13390 (POLL_MSG): Likewise.
13391 (POLL_ERR): Likewise.
13392 (POLL_PRI): Likewise.
13393 (POLL_HUP): Likewise.
13394 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13395 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13396
bc61d27c
JM
13397 [BZ #16670]
13398 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13399 before #include of <time.h>.
13400 [!__USE_XOPEN2K] (__need_timespec): Likewise.
13401 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13402 (test-xfail-UNIX98/sched.h/conform): Likewise.
13403
302949e2
MS
134042014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
13405
13406 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13407 error absence of trapping exception support.
13408 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13409
a00f522a
JM
134102014-03-07 Joseph Myers <joseph@codesourcery.com>
13411
6f99f280
JM
13412 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13413 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13414 * timezone/Makefile (testdata): Move definition above include of
13415 Rules.
13416 (test-zones): New variable.
13417 (tests-special): Add zone files.
13418 (build-testdata): Use $(evaluate-test).
13419
0b20a9e8
JM
13420 * elf/Makefile (tests-special): Rename tests to end with .out.
13421 ($(objpfx)noload-mem): Likewise.
13422 ($(objpfx)tst-leaks1-mem): Likewise.
13423 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13424 * iconv/Makefile (xtests-special): Change test-iconvconfig to
13425 $(objpfx)test-iconvconfig.out.
13426 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
13427 set -e inside subshell and redirect output to file.
13428 * iconvdata/Makefile (generated): Rename tests to end with .out.
13429 Correct type.
13430 (tests-special): Rename tests to end with .out.
13431 ($(objpfx)mtrace-tst-loading): Likewise.
13432 * intl/Makefile (generated): Likewise.
13433 (tests-special): Likewise.
13434 ($(objpfx)mtrace-tst-gettext): Likewise.
13435 * misc/Makefile (generated): Likewise.
13436 (tests-special): Likewise.
13437 ($(objpfx)tst-error1-mem): Likewise.
13438 * nptl/Makefile (tests-special): Likewise.
13439 ($(objpfx)tst-stack3-mem): Likewise.
13440 (generated): Likewise.
13441 * posix/Makefile (generated): Likewise.
13442 (tests-special): Likewise.
13443 (xtests-special): Likewise.
13444 ($(objpfx)tst-fnmatch-mem): Likewise.
13445 ($(objpfx)bug-regex2-mem): Likewise.
13446 ($(objpfx)bug-regex14-mem): Likewise.
13447 ($(objpfx)bug-regex21-mem): Likewise.
13448 ($(objpfx)bug-regex31-mem): Likewise.
13449 ($(objpfx)tst-vfork3-mem): Likewise.
13450 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13451 ($(objpfx)tst-pcre-mem): Likewise.
13452 ($(objpfx)tst-boost-mem): Likewise.
13453 ($(objpfx)bug-ga2-mem): Likewise.
13454 ($(objpfx)bug-glob2-mem): Likewise.
13455 * resolv/Makefile (generate): Likewise.
13456 (tests-special): Likewise.
13457 (xtests-special): Likewise.
13458 (generated): Likewise.
13459 ($(objpfx)mtrace-tst-leaks): Likewise.
13460 ($(objpfx)mtrace-tst-leaks2): Likewise.
13461
265d52ab
JM
13462 * scripts/merge-test-results.sh: New file.
13463 * Makefile (tests-special-notdir): New variable.
13464 (tests): Run merge-test-results.sh.
13465 (xtests): Likewise.
13466 * Rules (tests-special-notdir): New variable.
13467 (xtests-special-notdir): Likewise.
13468 (tests): Run merge-test-results.sh
13469 (xtests): Likewise.
13470
54ee292d
JM
13471 * Makeconfig (test-xfail-name): New variable.
13472 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13473 compute variable name for expected failures.
13474 * conform/Makefile (conformtest-headers-data): New variable.
13475 (conformtest-standards): Likewise.
13476 (conformtest-headers-ISO): Likewise.
13477 (conformtest-headers-ISO99): Likewise.
13478 (conformtest-headers-ISO11): Likewise.
13479 (conformtest-headers-POSIX): Likewise.
13480 (conformtest-headers-XPG3): Likewise.
13481 (conformtest-headers-XPG4): Likewise.
13482 (conformtest-headers-UNIX98): Likewise.
13483 (conformtest-headers-XOPEN2K): Likewise.
13484 (conformtest-headers-POSIX2008): Likewise.
13485 (conformtest-headers-XOPEN2K8): Likewise.
13486 (conformtest-header-list-base): Likewise.
13487 (conformtest-header-list-tests): Likewise.
13488 (conformtest-header-base): Likewise.
13489 (conformtest-header-tests): Likewise.
13490 (tests-special): Add $(conformtest-header-list-tests). If
13491 [$(fast-check) && !$(cross-compiling)], add
13492 $(conformtest-header-tests) instead of
13493 $(objpfx)run-conformtest.out.
13494 (generated): Add $(conformtest-header-list-base). If
13495 [$(fast-check) && !$(cross-compiling)], add
13496 $(conformtest-header-base). Remove previous setting.
13497 ($(conformtest-header-list-tests)): New target.
13498 (test-xfail-run-conformtest): Remove variable.
13499 ($(objpfx)run-conformtest.out): Remove target.
13500 (test-xfail-ISO11/complex.h/conform): New variable.
13501 (test-xfail-ISO11/stdalign.h/conform): Likewise.
13502 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13503 (test-xfail-XPG3/varargs.h/conform): Likewise.
13504 (test-xfail-XPG4/varargs.h/conform): Likewise.
13505 (test-xfail-UNIX98/varargs.h/conform): Likewise.
13506 (test-xfail-XPG4/ndbm.h/conform): Likewise.
13507 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13508 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13509 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13510 (test-xfail-XPG3/fcntl.h/conform): Likewise.
13511 (test-xfail-XPG3/ftw.h/conform): Likewise.
13512 (test-xfail-XPG3/grp.h/conform): Likewise.
13513 (test-xfail-XPG3/langinfo.h/conform): Likewise.
13514 (test-xfail-XPG3/limits.h/conform): Likewise.
13515 (test-xfail-XPG3/pwd.h/conform): Likewise.
13516 (test-xfail-XPG3/search.h/conform): Likewise.
13517 (test-xfail-XPG3/signal.h/conform): Likewise.
13518 (test-xfail-XPG3/stdio.h/conform): Likewise.
13519 (test-xfail-XPG3/stdlib.h/conform): Likewise.
13520 (test-xfail-XPG3/string.h/conform): Likewise.
13521 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13522 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13523 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13524 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13525 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13526 (test-xfail-XPG3/sys/types.h/conform): Likewise.
13527 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13528 (test-xfail-XPG3/termios.h/conform): Likewise.
13529 (test-xfail-XPG3/time.h/conform): Likewise.
13530 (test-xfail-XPG3/unistd.h/conform): Likewise.
13531 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13532 (test-xfail-XPG4/fcntl.h/conform): Likewise.
13533 (test-xfail-XPG4/langinfo.h/conform): Likewise.
13534 (test-xfail-XPG4/netdb.h/conform): Likewise.
13535 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13536 (test-xfail-XPG4/signal.h/conform): Likewise.
13537 (test-xfail-XPG4/stdio.h/conform): Likewise.
13538 (test-xfail-XPG4/stdlib.h/conform): Likewise.
13539 (test-xfail-XPG4/stropts.h/conform): Likewise.
13540 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13541 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13542 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13543 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13544 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13545 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13546 (test-xfail-XPG4/sys/time.h/conform): Likewise.
13547 (test-xfail-XPG4/sys/types.h/conform): Likewise.
13548 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13549 (test-xfail-XPG4/termios.h/conform): Likewise.
13550 (test-xfail-XPG4/ucontext.h/conform): Likewise.
13551 (test-xfail-XPG4/unistd.h/conform): Likewise.
13552 (test-xfail-XPG4/utmpx.h/conform): Likewise.
13553 (test-xfail-POSIX/sched.h/conform): Likewise.
13554 (test-xfail-POSIX/signal.h/conform): Likewise.
13555 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13556 (test-xfail-POSIX/tar.h/conform): Likewise.
13557 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13558 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13559 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13560 (test-xfail-UNIX98/netdb.h/conform): Likewise.
13561 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13562 (test-xfail-UNIX98/sched.h/conform): Likewise.
13563 (test-xfail-UNIX98/signal.h/conform): Likewise.
13564 (test-xfail-UNIX98/stdio.h/conform): Likewise.
13565 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13566 (test-xfail-UNIX98/stropts.h/conform): Likewise.
13567 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13568 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13569 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13570 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13571 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13572 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13573 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13574 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13575 (test-xfail-UNIX98/unistd.h/conform): Likewise.
13576 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13577 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13578 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13579 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13580 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13581 (test-xfail-XOPEN2K/math.h/conform): Likewise.
13582 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13583 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13584 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13585 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13586 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13587 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13588 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13589 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13590 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13591 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13592 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13593 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13594 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13595 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13596 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13597 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13598 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13599 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13600 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13601 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13602 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13603 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13604 (test-xfail-POSIX2008/signal.h/conform): Likewise.
13605 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13606 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13607 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13608 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13609 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13610 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13611 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13612 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13613 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13614 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13615 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13616 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13617 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13618 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13619 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13620 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13621 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13622 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13623 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13624 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13625 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13626 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13627 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13628 (conformtest-cc-flags): Likewise.
13629 ($(conformtest-header-tests): New target.
13630 * conform/check-header-lists.sh: New file.
13631 * conform/run-conformtest.sh: Remove.
13632
a00f522a
JM
13633 * conform/conformtest.pl: Allow ' and \ in values given for
13634 constants.
13635 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13636 inclusion.
13637 [POSIX] (sys/types.h): Likewise.
13638 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13639 inclusion.
13640 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13641 inclusion.
13642 * conform/data/signal.h-data (SIGIO): Remove expectation.
13643 [XPG3] (SIGBUS): Do not expect.
13644 [POSIX || XPG3] (SIGPOLL): Likewise.
13645 [POSIX || XPG3] (SIGPROF): Likewise.
13646 [POSIX || XPG3] (SIGSYS): Likewise.
13647 [XPG3] (SIGTRAP): Likewise.
13648 [POSIX || XPG3] (SIGURG): Likewise.
13649 [POSIX || XPG3] (SIGVTALRM): Likewise.
13650 [POSIX || XPG3] (SIGXCPU): Likewise.
13651 [POSIX || XPG3] (SIGXFSZ): Likewise.
13652 [POSIX] (SA_SIGINFO): Expect.
13653 [XPG3] (siginfo_t): Do not expect type or contents.
13654 [POSIX] (si_pid): Do not expect element.
13655 [POSIX] (si_uid): Likewise.
13656 [POSIX] (si_addr): Likewise.
13657 [POSIX] (si_status): Likewise.
13658 [POSIX] (si_band): Likewise.
13659 [XPG4] (si_value): Likewise.
13660 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13661 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13662 [POSIX || XPG3] (ILL_ILLADR): Likewise.
13663 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13664 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13665 [POSIX || XPG3] (ILL_PRVREG): Likewise.
13666 [POSIX || XPG3] (ILL_COPROC): Likewise.
13667 [POSIX || XPG3] (ILL_BADSTK): Likewise.
13668 [POSIX || XPG3] (FPE_INTDIV): Likewise.
13669 [POSIX || XPG3] (FPE_INTOVF): Likewise.
13670 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13671 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13672 [POSIX || XPG3] (FPE_FLTUND): Likewise.
13673 [POSIX || XPG3] (FPE_FLTRES): Likewise.
13674 [POSIX || XPG3] (FPE_FLTINV): Likewise.
13675 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13676 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13677 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13678 [POSIX || XPG3] (BUS_ADRALN): Likewise.
13679 [POSIX || XPG3] (BUS_ADRERR): Likewise.
13680 [POSIX || XPG3] (BUS_OBJERR): Likewise.
13681 [POSIX || XPG3] (CLD_EXITED): Likewise.
13682 [POSIX || XPG3] (CLD_KILLED): Likewise.
13683 [POSIX || XPG3] (CLD_DUMPED): Likewise.
13684 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13685 [POSIX || XPG3] (CLD_STOPPED): Likewise.
13686 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13687 [POSIX || XPG3] (POLL_IN): Likewise.
13688 [POSIX || XPG3] (POLL_OUT): Likewise.
13689 [POSIX || XPG3] (POLL_MSG): Likewise.
13690 [POSIX || XPG3] (POLL_ERR): Likewise.
13691 [POSIX || XPG3] (POLL_PRI): Likewise.
13692 [POSIX || XPG3] (POLL_HUP): Likewise.
13693 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13694 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13695 (SIG*): Do not allow.
13696 [XPG3] (si_*): Likewise.
13697 [XPG3] (SI_*): Likewise.
13698 [XPG3 || XPG4] (sigev_*): Likewise.
13699 [XPG3 || XPG4] (SIGEV_*): Likewise.
13700 [XPG3 || XPG4] (sival_*): Likewise.
13701 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13702 [POSIX || XPG3] (BUS_*): Likewise.
13703 [POSIX || XPG3] (CLD_*): Likewise.
13704 [POSIX || XPG3] (FPE_*): Likewise.
13705 [POSIX || XPG3] (ILL_*): Likewise.
13706 [POSIX || XPG3] (POLL_*): Likewise.
13707 [POSIX || XPG3] (SEGV_*): Likewise.
13708 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13709 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13710 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13711 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13712 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13713 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13714 Specify type and value.
13715 (TVERSLEN): Likewise.
13716 (REGTYPE): Likewise.
13717 (AREGTYPE): Likewise.
13718 (LNKTYPE): Likewise.
13719 (SYMTYPE): Likewise.
13720 (CHRTYPE): Likewise.
13721 (BLKTYPE): Likewise.
13722 (DIRTYPE): Likewise.
13723 (FIFOTYPE): Likewise.
13724 (CONTTYPE): Likewise.
13725 (TSUID): Likewise.
13726 (TSGID): Likewise.
13727 (TSVTX): Likewise.
13728 (TUREAD): Likewise.
13729 (TUWRITE): Likewise.
13730 (TUEXEC): Likewise.
13731 (TGREAD): Likewise.
13732 (TGWRITE): Likewise.
13733 (TGEXEC): Likewise.
13734 (TOREAD): Likewise.
13735 (TOWRITE): Likewise.
13736 (TOEXEC): Likewise.
13737 [POSIX] (TSVTX): Expect constant.
13738
aa97dee1
JM
137392014-03-06 Joseph Myers <joseph@codesourcery.com>
13740
f214606a
JM
13741 * Makefile (tests): Change dependencies to ....
13742 (tests-special): ... additions to this variable.
13743 (tests): Depend on $(tests-special).
13744 * Makerules (check-abi-list): New variable.
13745 (check-abi): Depend on $(check-abi-list).
13746 [$(subdir) = elf] (tests-special): Add
13747 $(objpfx)check-abi-libc.out.
13748 [$(build-shared) = yes && subdir] (tests-special): Add
13749 $(check-abi-list).
13750 [$(build-shared) = yes && subdir] (tests): Do not depend on
13751 check-abi.
13752 * Rules (tests): Depend on $(tests-special).
13753 (xtests): Depend on $(xtests-special).
13754 * catgets/Makefile (tests): Change dependencies to ....
13755 (tests-special): ... additions to this variable.
13756 * conform/Makefile (tests): Change dependencies to ....
13757 (tests-special): ... additions to this variable.
13758 * elf/Makefile (tests): Change dependencies to ....
13759 (tests-special): ... additions to this variable.
13760 * grp/Makefile (tests): Change dependencies to ....
13761 (tests-special): ... additions to this variable.
13762 * iconv/Makefile (xtests): Change dependencies to ....
13763 (xtests-special): ... additions to this variable.
13764 * iconvdata/Makefile (tests): Change dependencies to ....
13765 (tests-special): ... additions to this variable.
13766 * intl/Makefile (tests): Change dependencies to ....
13767 (tests-special): ... additions to this variable. Also add
13768 $(objpfx)tst-gettext.out.
13769 * io/Makefile (tests): Change dependencies to ....
13770 (tests-special): ... additions to this variable.
13771 * libio/Makefile (tests): Change dependencies to ....
13772 (tests-special): ... additions to this variable.
13773 * malloc/Makefile (tests): Change dependencies to ....
13774 (tests-special): ... additions to this variable.
13775 * misc/Makefile (tests): Change dependencies to ....
13776 (tests-special): ... additions to this variable.
13777 * nptl/Makefile (tests): Change dependencies to ....
13778 (tests-special): ... additions to this variable.
13779 * nptl_db/Makefile (tests): Change dependencies to ....
13780 (tests-special): ... additions to this variable.
13781 * posix/Makefile (tests): Change dependencies to ....
13782 (tests-special): ... additions to this variable.
13783 (xtests): Change dependencies to ....
13784 (xtests-special): ... additions to this variable.
13785 * resolv/Makefile (tests): Change dependencies to ....
13786 (tests-special): ... additions to this variable.
13787 (xtests): Change dependencies to ....
13788 (xtests-special): ... additions to this variable.
13789 * stdio-common/Makefile (tests): Change dependencies to ....
13790 (tests-special): ... additions to this variable.
13791 (do-tst-unbputc): Remove target.
13792 (do-tst-printf): Likewise.
13793 * stdlib/Makefile (tests): Change dependencies to ....
13794 (tests-special): ... additions to this variable.
13795 * string/Makefile (tests): Change dependencies to ....
13796 (tests-special): ... additions to this variable.
13797 * sysdeps/x86/Makefile (tests): Change dependencies to ....
13798 (tests-special): ... additions to this variable.
13799
81700b53
JM
13800 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13801 whole file.
13802 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13803 whole file.
13804 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13805 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13806
2ea18461
JM
13807 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13808 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13809 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13810 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13811 * conform/data/libgen.h-data [XPG3]: Likewise.
13812 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13813 * conform/data/ndbm.h-data [XPG3]: Likewise.
13814 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13815 * conform/data/netdb.h-data [XPG3]: Likewise.
13816 * conform/data/netinet/in.h-data [XPG3]: Likewise.
13817 * conform/data/poll.h-data [XPG3]: Likewise.
13818 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13819 * conform/data/strings.h-data [XPG3]: Likewise.
13820 * conform/data/stropts.h-data [XPG3]: Likewise.
13821 * conform/data/sys/mman.h-data [XPG3]: Likewise.
13822 * conform/data/sys/resource.h-data [XPG3]: Likewise.
13823 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13824 Likewise.
13825 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13826 * conform/data/sys/time.h-data [XPG3]: Likewise.
13827 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13828 * conform/data/sys/uio.h-data [XPG3]: Likewise.
13829 * conform/data/sys/un.h-data [XPG3]: Likewise.
13830 * conform/data/syslog.h-data [XPG3]: Likewise.
13831 * conform/data/ucontext.h-data [XPG3]: Likewise.
13832 * conform/data/utmpx.h-data [XPG3]: Likewise.
13833 * conform/data/varargs.h-data [UNIX98]: Enable file.
13834
355bc986
JM
13835 * manual/Makefile (INSTALL_INFO): Remove variable setting.
13836
215db402
JM
13837 * math/libm-test.inc (struct test_f_f_data): Move expected results
13838 into structure for each rounding mode.
13839 (struct test_ff_f_data): Likewise.
13840 (struct test_ff_f_data_nexttoward): Likewise.
13841 (struct test_fi_f_data): Likewise.
13842 (struct test_fl_f_data): Likewise.
13843 (struct test_if_f_data): Likewise.
13844 (struct test_fff_f_data): Likewise.
13845 (struct test_c_f_data): Likewise.
13846 (struct test_f_f1_data): Likewise.
13847 (struct test_fF_f1_data): Likewise.
13848 (struct test_ffI_f1_data): Likewise.
13849 (struct test_c_c_data): Likewise.
13850 (struct test_cc_c_data): Likewise.
13851 (struct test_f_i_data): Likewise.
13852 (struct test_ff_i_data): Likewise.
13853 (struct test_f_l_data): Likewise.
13854 (struct test_f_L_data): Likewise.
13855 (struct test_fFF_11_data): Likewise.
13856 (RM_): New macro.
13857 (RM_FE_DOWNWARD): Likewise.
13858 (RM_FE_TONEAREST): Likewise.
13859 (RM_FE_TOWARDZERO): Likewise.
13860 (RM_FE_UPWARD): Likewise.
13861 (RUN_TEST_LOOP_f_f): Update references to expected results.
13862 (RUN_TEST_LOOP_2_f): Likewise.
13863 (RUN_TEST_LOOP_fff_f): Likewise.
13864 (RUN_TEST_LOOP_c_f): Likewise.
13865 (RUN_TEST_LOOP_f_f1): Likewise.
13866 (RUN_TEST_LOOP_fF_f1): Likewise.
13867 (RUN_TEST_LOOP_fI_f1): Likewise.
13868 (RUN_TEST_LOOP_ffI_f1): Likewise.
13869 (RUN_TEST_LOOP_c_c): Likewise.
13870 (RUN_TEST_LOOP_cc_c): Likewise.
13871 (RUN_TEST_LOOP_f_i): Likewise.
13872 (RUN_TEST_LOOP_f_i_tg): Likewise.
13873 (RUN_TEST_LOOP_ff_i_tg): Likewise.
13874 (RUN_TEST_LOOP_f_b): Likewise.
13875 (RUN_TEST_LOOP_f_b_tg): Likewise.
13876 (RUN_TEST_LOOP_f_l): Likewise.
13877 (RUN_TEST_LOOP_f_L): Likewise.
13878 (RUN_TEST_LOOP_fFF_11): Likewise.
13879 * math/gen-libm-test.pl (parse_args): Output four copies of
13880 expected results for each test.
13881
67737b8f
JM
13882 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13883 (__ASSUME_UTIMES): Remove.
13884 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13885 (__ASSUME_UTIMES): Likewise.
13886
aa97dee1
JM
13887 * math/gen-auto-libm-tests.c: Update comment on output format.
13888 (output_for_one_input_case): Generate before-rounding and
13889 after-rounding information as conditions on output flags not
13890 floating-point format.
13891 * math/auto-libm-test-out: Regenerated.
13892 * math/gen-libm-test.pl (cond_value): New function.
13893 (or_cond_value): Use cond_value.
13894 (generate_testfile): Handle conditional exceptions.
13895
e6b6a857
JM
138962014-03-05 Joseph Myers <joseph@codesourcery.com>
13897
2f0a0f44
JM
13898 * math/libm-test.inc (max_valid_error): New variable.
13899 (init_max_error): Take new argument specifying whether function
13900 results are exactly determined. Set max_valid_error and bound
13901 other variables for errors based on this argument.
13902 (set_max_error): Do not record results above max_valid_error.
13903 (check_float_internal): Only accept errors of up to 0.5ulps if
13904 also at most max_valid_error.
13905 (START): Take new argument EXACT and pass it to init_max_error.
13906 (acos_test): Update call to START.
13907 (acos_test_tonearest): Likewise.
13908 (acos_test_towardzero): Likewise.
13909 (acos_test_downward): Likewise.
13910 (acos_test_upward): Likewise.
13911 (acosh_test): Likewise.
13912 (asin_test): Likewise.
13913 (asin_test_tonearest): Likewise.
13914 (asin_test_towardzero): Likewise.
13915 (asin_test_downward): Likewise.
13916 (asin_test_upward): Likewise.
13917 (asinh_test): Likewise.
13918 (atan_test): Likewise.
13919 (atanh_test): Likewise.
13920 (atan2_test): Likewise.
13921 (cabs_test): Likewise.
13922 (cacos_test): Likewise.
13923 (cacosh_test): Likewise.
13924 (carg_test): Likewise.
13925 (casin_test): Likewise.
13926 (casinh_test): Likewise.
13927 (catan_test): Likewise.
13928 (catanh_test): Likewise.
13929 (cbrt_test): Likewise.
13930 (ccos_test): Likewise.
13931 (ccosh_test): Likewise.
13932 (ceil_test): Likewise.
13933 (cexp_test): Likewise.
13934 (cimag_test): Likewise.
13935 (clog_test): Likewise.
13936 (clog10_test): Likewise.
13937 (conj_test): Likewise.
13938 (copysign_test): Likewise.
13939 (cos_test): Likewise.
13940 (cos_test_tonearest): Likewise.
13941 (cos_test_towardzero): Likewise.
13942 (cos_test_downward): Likewise.
13943 (cos_test_upward): Likewise.
13944 (cosh_test): Likewise.
13945 (cosh_test_tonearest): Likewise.
13946 (cosh_test_towardzero): Likewise.
13947 (cosh_test_downward): Likewise.
13948 (cosh_test_upward): Likewise.
13949 (cpow_test): Likewise.
13950 (cproj_test): Likewise.
13951 (creal_test): Likewise.
13952 (csin_test): Likewise.
13953 (csinh_test): Likewise.
13954 (csqrt_test): Likewise.
13955 (ctan_test): Likewise.
13956 (ctan_test_tonearest): Likewise.
13957 (ctan_test_towardzero): Likewise.
13958 (ctan_test_downward): Likewise.
13959 (ctan_test_upward): Likewise.
13960 (ctanh_test): Likewise.
13961 (ctanh_test_tonearest): Likewise.
13962 (ctanh_test_towardzero): Likewise.
13963 (ctanh_test_downward): Likewise.
13964 (ctanh_test_upward): Likewise.
13965 (erf_test): Likewise.
13966 (erfc_test): Likewise.
13967 (exp_test): Likewise.
13968 (exp_test_tonearest): Likewise.
13969 (exp_test_towardzero): Likewise.
13970 (exp_test_downward): Likewise.
13971 (exp_test_upward): Likewise.
13972 (exp10_test): Likewise.
13973 (exp10_test_tonearest): Likewise.
13974 (exp10_test_towardzero): Likewise.
13975 (exp10_test_downward): Likewise.
13976 (exp10_test_upward): Likewise.
13977 (pow10_test): Likewise.
13978 (exp2_test): Likewise.
13979 (expm1_test): Likewise.
13980 (expm1_test_tonearest): Likewise.
13981 (expm1_test_towardzero): Likewise.
13982 (expm1_test_downward): Likewise.
13983 (expm1_test_upward): Likewise.
13984 (fabs_test): Likewise.
13985 (fdim_test): Likewise.
13986 (floor_test): Likewise.
13987 (fma_test): Likewise.
13988 (fma_test_towardzero): Likewise.
13989 (fma_test_downward): Likewise.
13990 (fma_test_upward): Likewise.
13991 (fmax_test): Likewise.
13992 (fmin_test): Likewise.
13993 (fmod_test): Likewise.
13994 (fpclassify_test): Likewise.
13995 (frexp_test): Likewise.
13996 (hypot_test): Likewise.
13997 (ilogb_test): Likewise.
13998 (isfinite_test): Likewise.
13999 (finite_test): Likewise.
14000 (isgreater_test): Likewise.
14001 (isgreaterequal_test): Likewise.
14002 (isinf_test): Likewise.
14003 (isless_test): Likewise.
14004 (islessequal_test): Likewise.
14005 (islessgreater_test): Likewise.
14006 (isnan_test): Likewise.
14007 (isnormal_test): Likewise.
14008 (issignaling_test): Likewise.
14009 (isunordered_test): Likewise.
14010 (j0_test): Likewise.
14011 (j1_test): Likewise.
14012 (jn_test): Likewise.
14013 (ldexp_test): Likewise.
14014 (lgamma_test): Likewise.
14015 (gamma_test): Likewise.
14016 (lrint_test): Likewise.
14017 (lrint_test_tonearest): Likewise.
14018 (lrint_test_towardzero): Likewise.
14019 (lrint_test_downward): Likewise.
14020 (lrint_test_upward): Likewise.
14021 (llrint_test): Likewise.
14022 (llrint_test_tonearest): Likewise.
14023 (llrint_test_towardzero): Likewise.
14024 (llrint_test_downward): Likewise.
14025 (llrint_test_upward): Likewise.
14026 (log_test): Likewise.
14027 (log10_test): Likewise.
14028 (log1p_test): Likewise.
14029 (log2_test): Likewise.
14030 (logb_test): Likewise.
14031 (logb_test_downward): Likewise.
14032 (lround_test): Likewise.
14033 (llround_test): Likewise.
14034 (modf_test): Likewise.
14035 (nearbyint_test): Likewise.
14036 (nextafter_test): Likewise.
14037 (nexttoward_test): Likewise.
14038 (pow_test): Likewise.
14039 (pow_test_tonearest): Likewise.
14040 (pow_test_towardzero): Likewise.
14041 (pow_test_downward): Likewise.
14042 (pow_test_upward): Likewise.
14043 (remainder_test): Likewise.
14044 (drem_test): Likewise.
14045 (remainder_test_tonearest): Likewise.
14046 (drem_test_tonearest): Likewise.
14047 (remainder_test_towardzero): Likewise.
14048 (drem_test_towardzero): Likewise.
14049 (remainder_test_downward): Likewise.
14050 (drem_test_downward): Likewise.
14051 (remainder_test_upward): Likewise.
14052 (drem_test_upward): Likewise.
14053 (remquo_test): Likewise.
14054 (rint_test): Likewise.
14055 (rint_test_tonearest): Likewise.
14056 (rint_test_towardzero): Likewise.
14057 (rint_test_downward): Likewise.
14058 (rint_test_upward): Likewise.
14059 (round_test): Likewise.
14060 (scalb_test): Likewise.
14061 (scalbn_test): Likewise.
14062 (scalbln_test): Likewise.
14063 (signbit_test): Likewise.
14064 (sin_test): Likewise.
14065 (sin_test_tonearest): Likewise.
14066 (sin_test_towardzero): Likewise.
14067 (sin_test_downward): Likewise.
14068 (sin_test_upward): Likewise.
14069 (sincos_test): Likewise.
14070 (sinh_test): Likewise.
14071 (sinh_test_tonearest): Likewise.
14072 (sinh_test_towardzero): Likewise.
14073 (sinh_test_downward): Likewise.
14074 (sinh_test_upward): Likewise.
14075 (sqrt_test): Likewise.
14076 (sqrt_test_tonearest): Likewise.
14077 (sqrt_test_towardzero): Likewise.
14078 (sqrt_test_downward): Likewise.
14079 (sqrt_test_upward): Likewise.
14080 (tan_test): Likewise.
14081 (tan_test_tonearest): Likewise.
14082 (tan_test_towardzero): Likewise.
14083 (tan_test_downward): Likewise.
14084 (tan_test_upward): Likewise.
14085 (tanh_test): Likewise.
14086 (tgamma_test): Likewise.
14087 (trunc_test): Likewise.
14088 (y0_test): Likewise.
14089 (y1_test): Likewise.
14090 (yn_test): Likewise.
14091 (significand_test): Likewise.
14092
e6b6a857
JM
14093 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14094 individual tests in comment.
14095 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14096 (prev_max_error): New variable.
14097 (prev_real_max_error): Likewise.
14098 (prev_imag_max_error): Likewise.
14099 (compare_ulp_data): Don't refer to test names in comment.
14100 (find_test_ulps): Remove function.
14101 (find_function_ulps): Likewise.
14102 (find_complex_function_ulps): Likewise.
14103 (init_max_error): Take function name as argument. Look up ulps
14104 for that function.
14105 (print_ulps): Remove function.
14106 (print_max_error): Use prev_max_error instead of calling
14107 find_function_ulps.
14108 (print_complex_max_error): Use prev_real_max_error and
14109 prev_imag_max_error instead of calling find_complex_function_ulps.
14110 (check_float_internal): Take max_ulp parameter instead of calling
14111 find_test_ulps. Don't call print_ulps.
14112 (check_float): Update call to check_float_internal.
14113 (check_complex): Update calls to check_float_internal.
14114 (START): Pass argument to init_max_error.
14115 * math/gen-libm-test.pl (%results): Don't include "kind"
14116 information.
14117 (parse_ulps): Don't handle ulps of individual tests.
14118 (print_ulps_file): Likewise.
14119 (output_ulps): Likewise.
14120 * math/README.libm-test: Update.
14121 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14122 individual tests.
14123 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14124 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14125 * sysdeps/arm/libm-test-ulps: Likewise.
14126 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14127 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14128 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14129 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14130 * sysdeps/microblaze/libm-test-ulps: Likewise.
14131 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14132 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14133 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14134 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14135 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14136 * sysdeps/sh/libm-test-ulps: Likewise.
14137 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14138 * sysdeps/tile/libm-test-ulps: Likewise.
14139 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14140
45adef3c
JM
141412014-03-04 Joseph Myers <joseph@codesourcery.com>
14142
14143 * math/libm-test.inc (print_complex_max_error): Check separately
14144 whether real and imaginary errors are within allowed range and
14145 pass 0 to print_complex_function_ulps instead of value within
14146 allowed range.
14147
000232b9
SP
141482014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
14149
d4b17258
SP
14150 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14151 formatting.
14152 (get_handles_fopen): Likewise.
14153 (do_write_test): Likewise.
14154
091eff71
SP
14155 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14156
fa3cd248
SP
14157 * libio/fileops.c (do_ftell): Use cached offset when
14158 available.
14159 * libio/iofwide.c (do_ftell_wide): Likewise.
14160 * libio/iofdopen.c (_IO_new_fdopen): Don't use
14161 _IO_file_attach.
14162 * libio/wfileops.c (_IO_fwide): Don't cache offset.
14163
000232b9
SP
14164 [BZ #16532]
14165 * libio/libioP.h (get_file_offset): New function.
14166 * libio/fileops.c (get_file_offset): Likewise.
14167 (do_ftell): Likewise.
14168 (_IO_new_file_seekoff): Split out ftell logic.
14169 * libio/wfileops.c (do_ftell_wide): Likewise.
14170 (_IO_wfile_seekoff): Split out ftell logic.
14171 * libio/tst-ftell-active-handler.c: New test case.
14172 * libio/Makefile (tests): Add it.
14173
116f4d1a
RM
141742014-03-03 Roland McGrath <roland@hack.frob.com>
14175
14176 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14177 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14178
532a6035
SP
141792014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
14180
14181 [BZ #16639]
14182 * nscd/connections.c (nscd_init): Call do_exit.
14183 (start_threads): Call do_exit and notify_parent.
14184 (begin_drop_privileges): Call do_exit.
14185 (finish_drop_privileges): Likewise.
14186 * nscd/selinux.c (preserve_capabilities): Likewise.
14187 (install_real_capabilities): Likewise.
14188 (nscd_selinux_enabled): Likewise.
14189 (avc_create_thread): Likewise.
14190 (avc_alloc_lock): Likewise.
14191 (nscd_avc_init): Likewise.
14192 * nscd/nscd.c (parent_fd): New static variable.
14193 (main): Create a pipe between parent and child processes.
14194 Skip closing parent_fd.
14195 (monitor_child): New function.
14196 (do_exit): Likewise.
14197 (notify_parent): Likewise.
14198 * nscd/nscd.h (notify_parent): Likewise.
14199 (do_exit): Likewise.
14200
d6285c9f
CD
142012014-03-03 Carlos O'Donell <carlos@redhat.com>
14202
14203 * malloc/malloc.c (__libc_calloc): Revert last change.
14204
2b85d2a0
AZ
142052014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14206
14207 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14208
c7debbdf
RS
142092014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14210
14211 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14212 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14213 implementation.
14214 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14215 (__libc_ifunc_impl_list): Likewise.
14216 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14217 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14218 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14219 * string/strrchr.c: Define STRRCHR.
14220
235eed86
OB
142212014-02-28 Ondřej Bílka <neleai@seznam.cz>
14222
14223 * benchtest/bench-strtok.c (simple_strtok): Delete.
14224 (strtok_string): Use as benchmark.
14225 * string/strtok (STRTOK): New macro.
14226
8e25d1e7
CD
142272014-02-28 Carlos O'Donell <carlos@redhat.com>
14228
ef563f92
CD
14229 * manual/threads.texi: Add header and standard comments to all
14230 functions.
14231
8e25d1e7
CD
14232 * elf/dl-lookup.c (check_match): New function.
14233 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14234 (do_lookup_x): Remove nested function check_match. Use non-nested
14235 function check_match.
14236
ff71cc37
RM
142372014-02-28 Roland McGrath <roland@hack.frob.com>
14238
f08e9a26
RM
14239 * csu/Makefile (generated, before-compile): Use += rather than =.
14240 * catgets/Makefile (generated, generated-dirs): Likewise.
14241 * debug/Makefile (generated): Likewise.
14242 * dlfcn/Makefile (generated): Likewise.
14243 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14244 * iconvdata/Makefile (before-compile, generated): Likewise.
14245 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14246 * libio/Makefile (generated): Likewise.
14247 * malloc/Makefile (generated): Likewise.
14248 * manual/Makefile (generated, generated-dirs): Likewise.
14249 * misc/Makefile (generated): Likewise.
14250 * posix/Makefile (generated): Likewise.
14251 * resolv/Makefile (generated): Likewise.
14252 * sunrpc/Makefile (generated, generated-dirs): Likewise.
14253 * timezone/Makefile (generated, generated-dirs): Likewise.
14254
ff71cc37
RM
14255 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14256
fe13a20c
AZ
142572014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14258
57f41c40
AS
14259 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14260 power8 implementation.
14261 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14262 file: POWER8 llround ifunc implementation.
14263 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14264 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
14265 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14266 POWER8 llround implementation.
14267
57f41c40
AS
14268 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14269 power8 implementation.
14270 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14271 file: POWER8 llrint ifunc implementation.
14272 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14273 Add POWER8 implementation.
1ad8950a
AZ
14274 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14275 POWER8 llrint implementation.
14276
57f41c40
AS
14277 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14278 power8 implementation.
14279 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14280 file: POWER8 finite ifunc implementation.
14281 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14282 Add POWER8 implementation.
cac626d6
AZ
14283 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14284 Likewise.
14285 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14286 POWER8 finite implementation.
14287 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14288
57f41c40
AS
14289 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14290 power8 implementation.
14291 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14292 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
14293 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14294 POWER8 implementation.
14295 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14296 Likewise.
57f41c40
AS
14297 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14298 isinf implementation.
4393fc11
AZ
14299 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14300
57f41c40
AS
14301 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14302 (INIT_ARCH): Add hwcap2 initialization.
14303 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14304 power8 implementation.
14305 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14306 file: POWER8 isnan ifunc implementation.
487972ae
AZ
14307 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14308 POWER8 implementation.
14309 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14310 Likewise.
57f41c40
AS
14311 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14312 isnan implementation.
487972ae
AZ
14313 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14314
7d92b787
JY
143152014-02-27 Joey Ye <joey.ye@arm.com>
14316
14317 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14318 (_FP_NANFRAC_Q): Set to zero.
14319
1cadc858
SP
143202014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14321
14322 [BZ #16623]
14323 * math/auto-libm-test-in: New test inputs.
14324 * math/auto-libm-test-out: Regenerate.
14325 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14326 and DA.
14327 (__cos): Likewise.
14328 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14329
f8c17e79
JM
143302014-02-27 Joseph Myers <joseph@codesourcery.com>
14331
14332 * scripts/evaluate-test.sh: Take new argument indicating whether
14333 failure is expected.
14334 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14335 indicating whether failure is expected.
14336 * conform/Makefile (test-xfail-run-conformtest): New variable.
14337 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14338 level.
14339 * posix/Makefile (test-xfail-annexc): New variable.
14340 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14341
a5f891ac
JM
143422014-02-26 Joseph Myers <joseph@codesourcery.com>
14343
14344 * argp/Makefile: Include Makeconfig immediately after defining
14345 subdir.
14346 * assert/Makefile: Likewise.
14347 * benchtests/Makefile: Likewise.
14348 * catgets/Makefile: Likewise.
14349 * conform/Makefile: Likewise.
14350 * crypt/Makefile: Likewise.
14351 * csu/Makefile: Likewise.
14352 (all): Remove target.
14353 * ctype/Makefile: Include Makeconfig immediately after defining
14354 subdir.
14355 * debug/Makefile: Likewise.
14356 * dirent/Makefile: Likewise.
14357 * dlfcn/Makefile: Likewise.
14358 * gmon/Makefile: Likewise.
14359 * gnulib/Makefile: Likewise.
14360 * grp/Makefile: Likewise.
14361 * gshadow/Makefile: Likewise.
14362 * hesiod/Makefile: Likewise.
14363 * hurd/Makefile: Likewise.
14364 (all): Remove target.
14365 * iconvdata/Makefile: Include Makeconfig immediately after
14366 defining subdir.
14367 * inet/Makefile: Likewise.
14368 * intl/Makefile: Likewise.
14369 * io/Makefile: Likewise.
14370 * libio/Makefile: Likewise.
14371 (all): Remove target.
14372 * locale/Makefile: Include Makeconfig immediately after defining
14373 subdir.
14374 * login/Makefile: Likewise.
14375 * mach/Makefile: Likewise.
14376 (all): Remove target.
14377 * malloc/Makefile: Include Makeconfig immediately after defining
14378 subdir.
14379 (all): Remove target.
14380 * manual/Makefile: Include Makeconfig immediately after defining
14381 subdir.
14382 * math/Makefile: Likewise.
14383 * misc/Makefile: Likewise.
14384 * nis/Makefile: Likewise.
14385 * nss/Makefile: Likewise.
14386 * po/Makefile: Likewise.
14387 (all): Remove target.
14388 * posix/Makefile: Include Makeconfig immediately after defining
14389 subdir.
14390 * pwd/Makefile: Likewise.
14391 * resolv/Makefile: Likewise.
14392 * resource/Makefile: Likewise.
14393 * rt/Makefile: Likewise.
14394 * setjmp/Makefile: Likewise.
14395 * shadow/Makefile: Likewise.
14396 * signal/Makefile: Likewise.
14397 * socket/Makefile: Likewise.
14398 * soft-fp/Makefile: Likewise.
14399 * stdio-common/Makefile: Likewise.
14400 * stdlib/Makefile: Likewise.
14401 * streams/Makefile: Likewise.
14402 * string/Makefile: Likewise.
14403 * sunrpc/Makefile: Likewise.
14404 (all): Remove target.
14405 * sysvipc/Makefile: Include Makeconfig immediately after defining
14406 subdir.
14407 * termios/Makefile: Likewise.
14408 * time/Makefile: Likewise.
14409 * timezone/Makefile: Likewise.
14410 (all): Remove target.
14411 * wcsmbs/Makefile: Include Makeconfig immediately after defining
14412 subdir.
14413 * wctype/Makefile: Likewise.
14414
5b456e9d
SE
144152014-02-26 Steve Ellcey <sellcey@mips.com>
14416
14417 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14418 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14419 (libc_feholdexcept_setround_mips): Ditto.
14420 (libc_feholdsetround): New.
14421 (libc_feholdsetroundf): New.
14422 (libc_feholdsetroundl): New.
14423 (libc_feupdateenv_test_mips): New.
14424 (libc_feupdateenv_test): New.
14425 (libc_feupdateenv_testf): New.
14426 (libc_feupdateenv_testl): New.
14427 (libc_feresetround): New.
14428 (libc_feresetroundf): New.
14429 (libc_feresetroundl): New.
14430 (libc_fetestexcept_mips): New.
14431 (libc_fetestexcept): New.
14432 (libc_fetestexceptf): New.
14433 (libc_fetestexceptl): New.
14434 (HAVE_RM_CTX): New.
14435 (libc_feholdexcept_setround_mips_ctx): New.
14436 (libc_feholdexcept_setround_ctx): New.
14437 (libc_feholdexcept_setroundf_ctx): New.
14438 (libc_feholdexcept_setroundl_ctx): New.
14439 (libc_fesetenv_mips_ctx): New.
14440 (libc_fesetenv_ctx): New.
14441 (libc_fesetenv_ctxf): New.
14442 (libc_fesetenv_ctxl): New.
14443 (libc_feupdateenv_mips_ctx): New.
14444 (libc_feupdateenv_ctx): New.
14445 (libc_feupdateenvf_ctx): New.
14446 (libc_feupdateenvl_ctx): New.
14447 (libc_feholdsetround_mips_ctx): New.
14448 (libc_feholdsetround_ctx): New.
14449 (libc_feholdsetroundf_ctx): New.
14450 (libc_feholdsetroundl_ctx): New.
14451 (libc_feresetround_mips_ctx): New.
14452 (libc_feresetround_ctx): New.
14453 (libc_feresetroundf_ctx): New.
14454 (libc_feresetroundl_ctx): New.
14455
085d0e35
CD
144562014-02-26 Carlos O'Donell <carlos@redhat.com>
14457
f067bf1f
CD
14458 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14459
085d0e35
CD
14460 * manual/ipc.texi: New file.
14461 * manual/Makefile (chapters): Add ipc.
14462 * manual/job.texi: Add "Inter-Process Communication" to next.
14463 * manual/process.texi: Add "Inter-Process Communication" to prev.
14464
86e58c08
AZ
144652014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14466
14467 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14468
4248f0da
OB
144692014-02-26 Ondřej Bílka <neleai@seznam.cz>
14470
14471 * malloc/malloc.c (__libc_calloc): Simplify implementation.
14472
cf822e3c
OB
14473 * manual/arith.texi: Fix spaces after sentences.
14474 * manual/charset.texi: Likewise.
14475 * manual/errno.texi: Likewise.
14476 * manual/install.texi: Likewise.
14477 * manual/llio.texi: Likewise.
14478 * manual/locale.texi: Likewise.
14479 * manual/maint.texi: Likewise.
14480 * manual/math.texi: Likewise.
14481 * manual/memory.texi: Likewise.
14482 * manual/message.texi: Likewise.
14483 * manual/probes.texi: Likewise.
14484 * manual/resource.texi: Likewise.
14485 * manual/signal.texi: Likewise.
14486 * manual/socket.texi: Likewise.
14487 * manual/stdio.texi: Likewise.
14488 * manual/string.texi: Likewise.
14489 * manual/time.texi: Likewise.
14490 * manual/users.texi: Likewise.
14491
ade40b10
CD
144922014-02-25 Carlos O'Donell <carlos@redhat.com>
14493
14494 [BZ #16632]
14495 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14496 _DEFAULT_SOURCE is defined.
14497
d0503676
CD
144982014-02-25 Ulrich Drepper <drepper@gmail.com>
14499 Carlos O'Donell <carlos@redhat.com>
14500
14501 [BZ #16613]
14502 * elf/dl-tls.c (_dl_count_modids): New function.
14503 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14504 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14505 audit library and increment generation counter.
14506 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14507 * elf/tst-audit9.c: New file.
14508 * elf/tst-auditmod9a.c: New file.
14509 * elf/tst-auditmod9b.c: New file.
14510 * elf/Makefile: Add rules to build and run tst-audit9.
14511
4cbf380c
FW
145122014-02-25 Florian Weimer <fweimer@redhat.com>
14513
14514 [BZ #15347]
14515 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14516
80a56cc3
WN
145172014-02-25 Will Newton <will.newton@linaro.org>
14518
14519 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14520 (__longjmp): Restore sp and lr before restoring callee
14521 saved registers. Add longjmp and longjmp_target
14522 SystemTap probe point.
14523 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14524 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14525 Define to zero to match jmpbuf layout.
14526 * sysdeps/arm/setjmp.S: Include stap-probe.h.
14527 (__sigsetjmp): Save sp and lr before saving callee
14528 saved registers. Add setjmp SystemTap probe point.
14529
3ea0f74e
SL
145302014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
14531
14532 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14533
b04acb26
AS
145342014-02-24 Andreas Schwab <schwab@suse.de>
14535
14536 [BZ #15804]
14537 * elf/pldd.c (wait_for_ptrace_stop): New function.
14538 (main): Call it after attaching.
14539
098ad55c
RM
145402014-02-22 Roland McGrath <roland@hack.frob.com>
14541
d4ec6ae1
RM
14542 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14543 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14544 Versions files is now verboten.
14545 * hurd/Versions (libc: GLIBC_2.0):
14546 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14547 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14548 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14549 * mach/Versions: Likewise.
14550
098ad55c
RM
14551 * csu/Versions: Remove unused %include.
14552 * resolv/Versions: Likewise.
14553
acd7f096
JM
145542014-02-21 Joseph Myers <joseph@codesourcery.com>
14555
f0881698
JM
14556 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14557 ($(objpfx)check-local-headers.out): Likewise.
14558 ($(objpfx)begin-end-check.out): Likewise.
14559 * Makerules (check-abi-%.out): Likewise.
14560 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14561 ($(objpfx)test2.cat): Likewise.
14562 ($(objpfx)de/libc.cat): Likewise.
14563 ($(objpfx)test-gencat.out): Likewise.
14564 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14565 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14566 ($(objpfx)noload-mem): Likewise.
14567 ($(objpfx)tst-pathopt.out): Likewise.
14568 ($(objpfx)tst-rtld-load-self.out): Likewise.
14569 ($(objpfx)tst-array1-cmp.out): Likewise.
14570 ($(objpfx)tst-array1-static-cmp.out): Likewise.
14571 ($(objpfx)tst-array2-cmp.out): Likewise.
14572 ($(objpfx)tst-array3-cmp.out): Likewise.
14573 ($(objpfx)tst-array4-cmp.out): Likewise.
14574 ($(objpfx)tst-array5-cmp.out): Likewise.
14575 ($(objpfx)tst-array5-static-cmp.out): Likewise.
14576 ($(objpfx)check-textrel.out): Likewise.
14577 ($(objpfx)check-execstack.out): Likewise.
14578 ($(objpfx)check-localplt.out): Likewise.
14579 ($(objpfx)order2-cmp.out): Likewise.
14580 ($(objpfx)tst-leaks1-mem): Likewise.
14581 ($(objpfx)tst-leaks1-static-mem): Likewise.
14582 ($(objpfx)tst-initorder-cmp.out): Likewise.
14583 ($(objpfx)tst-initorder2-cmp.out): Likewise.
14584 ($(objpfx)tst-unused-dep.out): Likewise.
14585 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14586 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14587 * iconv/Makefile (test-iconvconfig): Likewise.
14588 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14589 ($(objpfx)iconv-test.out): Likewise.
14590 ($(objpfx)tst-tables.out): Likewise.
14591 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14592 ($(objpfx)tst-gettext.out): Likewise.
14593 ($(objpfx)tst-translit.out): Likewise.
14594 ($(objpfx)tst-gettext2.out): Likewise.
14595 ($(objpfx)tst-gettext4.out): Likewise.
14596 ($(objpfx)tst-gettext6.out): Likewise.
14597 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14598 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14599 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14600 ($(objpfx)tst-fopenloc-mem.out): Likewise.
14601 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14602 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14603 * posix/Makefile ($(objpfx)globtest.out): Likewise.
14604 ($(objpfx)wordexp-tst.out): Likewise.
14605 ($(objpfx)annexc.out): Likewise.
14606 ($(objpfx)tst-fnmatch-mem): Likewise.
14607 ($(objpfx)bug-regex2-mem): Likewise.
14608 ($(objpfx)bug-regex14-mem): Likewise.
14609 ($(objpfx)bug-regex21-mem): Likewise.
14610 ($(objpfx)bug-regex31-mem): Likewise.
14611 ($(objpfx)tst-vfork3-mem): Likewise.
14612 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14613 ($(objpfx)tst-pcre-mem): Likewise.
14614 ($(objpfx)tst-boost-mem): Likewise.
14615 ($(objpfx)tst-getconf.out): Likewise.
14616 ($(objpfx)bug-ga2-mem): Likewise.
14617 ($(objpfx)bug-glob2-mem): Likewise.
14618 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14619 ($(objpfx)mtrace-tst-leaks2): Likewise.
14620 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14621 ($(objpfx)tst-printf.out): Likewise.
14622 ($(objpfx)tst-setvbuf1.out): Likewise.
14623 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14624 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14625 ($(objpfx)tst-fmtmsg.out): Likewise.
14626 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14627 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14628
acd7f096
JM
14629 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14630 * bits/sigaction.h [__USE_MISC]: Likewise.
14631 * bits/waitstatus.h: Update #endif comments.
14632 * ctype/ctype.h: Likewise.
14633 * dirent/dirent.h: Likewise.
14634 [__USE_MISC]: Remove redundant conditionals.
14635 * grp/grp.h: Update #endif comments.
14636 [__USE_GNU]: Remove redundant conditionals.
14637 [__USE_MISC]: Likewise.
14638 * inet/netinet/in.h [__USE_GNU]: Likewise.
14639 * io/sys/stat.h [__USE_MISC]: Likewise.
14640 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14641 * libio/bits/stdio.h: Update #endif comments.
14642 [__USE_MISC]: Remove redundant conditionals.
14643 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14644 * libio/stdio.h: Update #endif comments.
14645 [__USE_MISC]: Remove redundant conditionals.
14646 * math/bits/math-finite.h [__USE_MISC]: Likewise.
14647 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14648 * math/math.h: Update #else and #endif comments.
14649 [__USE_MISC]: Remove redundant conditionals.
14650 * misc/sys/uio.h: Update #endif comments.
14651 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14652 * posix/glob.h [__USE_MISC]: Likewise.
14653 * posix/sys/types.h: Update #endif comments.
14654 [__USE_MISC]: Remove redundant conditionals.
14655 * posix/sys/wait.h: Update #endif comments.
14656 [__USE_MISC]: Remove redundant conditionals.
14657 * posix/unistd.h: Update #endif comments.
14658 [__USE_MISC]: Remove redundant conditionals.
14659 * pwd/pwd.h [__USE_GNU]: Likewise.
14660 [__USE_MISC]: Likewise.
14661 * resolv/netdb.h [__USE_GNU]: Likewise.
14662 * signal/signal.h: Update #endif comments.
14663 [__USE_MISC]: Remove redundant conditionals.
14664 * stdlib/stdlib.h: Update #else and #endif comments.
14665 [__USE_MISC]: Remove redundant conditionals.
14666 [__USE_GNU]: Likewise.
14667 * string/bits/string2.h [__USE_MISC]: Likewise.
14668 * string/string.h: Update #endif comments.
14669 [__USE_MISC]: Remove redundant conditionals.
14670 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14671 Likewise.
14672 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14673 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14674 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14675 Likewise.
14676 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14677 Likewise.
14678 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14679 comments.
14680 [__USE_MISC]: Remove redundant conditionals.
14681 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14682 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14683 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14684 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14685 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14686 Likewise.
14687 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14688 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14689 Likewise.
14690 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14691 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14692 Likewise.
14693 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14694 Likewise.
14695 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14696 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14697 Likewise.
14698 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14699 Likewise.
14700 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14701 * sysdeps/x86/bits/string.h: Update #endif comments.
14702 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14703 conditionals.
14704 * time/sys/time.h: Update #endif comments.
14705 * time/time.h: Likewise.
14706 [__USE_MISC]: Remove redundant conditionals.
14707
a5d82e4e
YG
147082014-02-21 Yury Gribov <y.gribov@samsung.com>
14709
14710 [BZ #16600]
14711 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14712
9a80491d
AS
147132014-02-21 Andreas Schwab <schwab@linux-m68k.org>
14714
14715 * Versions.def (librt): Add GLIBC_2.17.
14716
105fa381
AC
147172014-02-21 Adam Conrad <adconrad@0c3.net>
14718
14719 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14720 synonym for _SYS_AUXV_H to allow direct inclusion.
14721 * sysdeps/sparc/bits/hwcap.h: Likewise.
14722 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14723 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14724 * sysdeps/sparc/sysdep.h: Likewise.
14725
b8cd1c4e
SP
147262014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
14727
14728 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14729
bd939d23
RS
147302014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14731
14732 * benchtests/bench-strrchr.c: Print length instead of position.
14733
5d7b57ca
JM
147342014-02-20 Joseph Myers <joseph@codesourcery.com>
14735
bc688c10
JM
14736 [BZ #16611]
14737 * sysdeps/unix/sysv/linux/kernel-features.h
14738 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14739 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14740 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14741 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14742 Likewise.
14743 [__i386__ || __powerpc__ || __sh__ || __sparc__]
14744 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14745 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14746 (__ASSUME_SENDMMSG): Define instead of using previous
14747 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14748 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14749 (__ASSUME_SENDMMSG_SYSCALL): Define.
14750 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14751 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14752 Likewise.
14753 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14754 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14755 Likewise.
14756 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14757 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14758 Likewise.
14759 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14760 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14761 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14762 [__ASSUME_SENDMMSG]: Change conditionals to
14763 [__ASSUME_SENDMMSG_SOCKETCALL].
14764 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14765 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14766 Define.
14767 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14768 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14769 Likewise.
14770 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14771 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14772 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14773 [!__ASSUME_SENDMMSG]: Change conditional to
14774 [!__ASSUME_SENDMMSG_SOCKETCALL].
14775 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14776 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14777 Define.
14778
0e31b18c
JM
14779 [BZ #16610]
14780 * sysdeps/unix/sysv/linux/kernel-features.h
14781 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14782 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14783 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14784 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14785 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14786 [__i386__ || __sparc__]
14787 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14788 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14789 (__ASSUME_RECVMMSG): Define instead of using previous
14790 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14791 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14792 (__ASSUME_RECVMMSG_SYSCALL): Define.
14793 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14794 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14795 Likewise.
14796 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14797 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14798 Likewise.
14799 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14800 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14801 Likewise.
14802 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14803 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14804 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14805 [__ASSUME_RECVMMSG]: Change condition to
14806 [__ASSUME_RECVMMSG_SOCKETCALL].
14807 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14808 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14809 Define.
14810 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14811 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14812 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14813 Likewise.
14814 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14815 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14816 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14817 [!__ASSUME_RECVMMSG]: Change condition to
14818 [!__ASSUME_RECVMMSG_SOCKETCALL].
14819 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14820 (__ASSUME_RECVMMSG_SYSCALL): Define.
14821
dd481ccf
JM
14822 [BZ #16609]
14823 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14824 __powerpc__ || __s390__ || __sh__ || __sparc__]
14825 (__ASSUME_SOCKETCALL): Define.
14826 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14827 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14828 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14829 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14830 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14831 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14832 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14833 (__ASSUME_ACCEPT4): Define instead of using previous
14834 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14835 __powerpc__ || __sparc__ || __s390__)] condition.
14836 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14837 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14838 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14839 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14840 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14841 [!__ASSUME_ACCEPT4]: Change condition to
14842 [!__ASSUME_ACCEPT4_SOCKETCALL].
14843 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14844 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
14845 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14846 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14847 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14848 __ASSUME_ACCEPT4_SYSCALL.
14849 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14850 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14851 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14852 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14853 __ASSUME_ACCEPT4_SYSCALL.
14854 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14855 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14856 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14857 [__ASSUME_ACCEPT4]: Change condition to
14858 [__ASSUME_ACCEPT4_SOCKETCALL].
14859 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14860 (__ASSUME_SOCKETCALL): Define.
14861 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14862 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14863 (__ASSUME_SOCKETCALL): Define.
14864 (__ASSUME_ACCEPT4): Remove.
14865 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14866 Define.
14867 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14868 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14869 Likewise.
14870 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14871 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14872
5d7b57ca
JM
14873 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14874 macro.
14875 (HWCAP_ARM_LPAE): Likewise.
14876 (HWCAP_ARM_EVTSTRM): Likewise.
14877 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14878 Add vpfd32, lpae and evtstrm.
14879 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14880 Increase to 22.
14881
63689d61
JM
148822014-02-19 Joseph Myers <joseph@codesourcery.com>
14883
14884 * math/auto-libm-test-in: Add tests of clog10.
14885 * math/auto-libm-test-out: Regenerated.
14886 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14887 * sysdeps/i386/fpu/libm-test-ulps: Update.
14888 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14889
ab09bf61
AS
148902014-02-18 Andreas Schwab <schwab@suse.de>
14891
14892 [BZ #16574]
14893 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14894 Store non-zero if the second buffer was newly allocated.
14895 (send_dg): Likewise.
14896 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14897 to send_vc and send_dg.
14898 (res_nsend): Pass NULL for ansp2_malloced.
14899 * resolv/res_query.c (__libc_res_nquery): Add parameter
14900 answerp2_malloced and pass it down to __libc_res_nsend.
14901 (res_nquery): Pass additional NULL to __libc_res_nquery.
14902 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14903 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
14904 second answer buffer if answerp2_malloced was set.
14905 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14906 (__libc_res_nquerydomain): Add parameter
14907 answerp2_malloced and pass it down to __libc_res_nquery.
14908 (res_nquerydomain): Pass additional NULL to
14909 __libc_res_nquerydomain.
14910 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14911 additional NULL to __libc_res_nsend and __libc_res_nquery.
14912 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14913 additional NULL to __libc_res_nsearch.
14914 (_nss_dns_gethostbyname4_r): Revert last change. Use new
14915 parameter of __libc_res_nsearch to check for separately allocated
14916 second buffer.
14917 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14918 __libc_res_nquery.
14919 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14920 additional NULL to __libc_res_nquery.
14921 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14922 __libc_res_nsearch.
14923 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14924 * include/resolv.h: Update prototypes of __libc_res_nquery,
14925 __libc_res_nsearch, __libc_res_nsend.
14926
a4fb7861
JM
149272014-02-18 Joseph Myers <joseph@codesourcery.com>
14928
c6af2d89
JM
14929 * math/auto-libm-test-in: Add tests of fma.
14930 * math/auto-libm-test-out: Regenerated.
14931 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14932 (fma_towardzero_test_data): Likewise.
14933 (fma_downward_test_data): Likewise.
14934 (fma_upward_test_data): Likewise.
14935 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14936 mpc_mode.
14937 (rounding_modes): Add values for new field.
14938 (func_calc_method): Add value mpfr_fff_f.
14939 (func_calc_desc): Add mpfr_fff_f union field.
14940 (test_function): Add field exact_args.
14941 (FUNC): Add macro argument EXACT_ARGS.
14942 (FUNC_mpfr_f_f): Update call to FUNC.
14943 (FUNC_mpfr_f_f): Likewise.
14944 (FUNC_mpfr_ff_f): Likewise.
14945 (FUNC_mpfr_if_f): Likewise.
14946 (FUNC_mpc_c_f): Likewise.
14947 (FUNC_mpc_c_c): Likewise.
14948 (test_functions): Add fma. Update calls to FUNC.
14949 (handle_input_arg): Add argument exact_args.
14950 (add_test): Update call to handle_input_arg.
14951 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
14952 (output_for_one_input_case): Update call to calc_generic_results.
14953 Recalculate exact zero results in each rounding mode.
14954
a4fb7861
JM
14955 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14956 non-negative before setting low bit.
14957 * math/auto-libm-test-in: Mark one asin test possibly having
14958 spurious underflow.
14959 * math/auto-libm-test-out: Regenerated.
14960 * sysdeps/i386/fpu/libm-test-ulps: Update.
14961 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14962
ef114eaf
DH
149632014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
14964
2b7f4f2c
SP
14965 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14966 * sysdeps/unix/sysv/linux/microblaze: Move directory from
14967 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
14968 * README: Add missing listing for microblaze*-*-linux-gnu.
14969
8125aedc
AM
149702014-02-16 Ondřej Bílka <neleai@seznam.cz>
14971
14972 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14973 duplicate code
14974
c70a4b1d
MF
149752014-02-16 Mike Frysinger <vapier@gentoo.org>
14976
14977 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14978 * sysdeps/unix/sysv/linux/ia64: Move directory from
14979 ports/sysdeps/unix/sysv/linux/ia64.
14980 * README: Update listing for ia64-*-linux-gnu.
14981
591aeaf7
TD
149822014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
14983 Joseph Myers <joseph@codesourcery.com>
14984
14985 * Makeconfig (test-name): New variable.
14986 (evaluate-test): Likewise.
14987 * Makerules (do-test-clean): Remove .test-result files.
14988 (common-mostlyclean): Likewise.
14989 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14990 * scripts/evaluate-test.sh: New file.
14991
6e89caf1
JM
149922014-02-14 Joseph Myers <joseph@codesourcery.com>
14993
7f98f180
JM
14994 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14995 separate $(objpfx)tst-fopenloc-cmp.out and
14996 $(objpfx)tst-fopenloc-mem.out targets.
14997 (tests): Update dependencies.
14998 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14999 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15000 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15001 (tst-rxspencer-no-utf8-ARGS): New variable.
15002 (tst-rxspencer-no-utf8-ENV): Likewise.
15003 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15004 instead of $(objpfx)tst-rxspencer-mem.
15005 ($(objpfx)tst-rxspencer-mem): Change target to
15006 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
15007 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15008 * posix/tst-rxspencer-no-utf8.c: New file.
15009
6e89caf1
JM
15010 * elf/Makefile ($(objpfx)order.out): Remove rule.
15011 [$(run-built-tests) = yes] (tests): Depend on
15012 $(objpfx)order-cmp.out.
15013 ($(objpfx)order-cmp.out): New rule.
15014 [$(run-built-tests) = yes] (tests): Depend on
15015 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15016 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15017 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15018 $(objpfx)tst-array5-static-cmp.out.
15019 ($(objpfx)tst-array1.out): Remove rule.
15020 ($(objpfx)tst-array1-cmp.out): New rule.
15021 ($(objpfx)tst-array1-static.out): Remove rule.
15022 ($(objpfx)tst-array1-static-cmp.out): New rule.
15023 ($(objpfx)tst-array2.out): Remove rule.
15024 ($(objpfx)tst-array2-cmp.out): New rule.
15025 ($(objpfx)tst-array3.out): Remove rule.
15026 ($(objpfx)tst-array3-cmp.out): New rule.
15027 ($(objpfx)tst-array4.out): Remove rule.
15028 ($(objpfx)tst-array4-cmp.out): New rule.
15029 ($(objpfx)tst-array5.out): Remove rule.
15030 ($(objpfx)tst-array5-cmp.out): New rule.
15031 ($(objpfx)tst-array5-static.out): Remove rule.
15032 ($(objpfx)tst-array5-static-cmp.out): New rule.
15033 [$(run-built-tests) = yes] (tests): Depend on
15034 $(objpfx)order2-cmp.out.
15035 ($(objpfx)order2.out): Remove rule.
15036 ($(objpfx)order2-cmp.out): New rule.
15037 ($(objpfx)tst-initorder.out): Remove rule.
15038 [$(run-built-tests) = yes] (tests): Depend on
15039 $(objpfx)tst-initorder-cmp.out.
15040 ($(objpfx)tst-initorder-cmp.out): New rule.
15041 ($(objpfx)tst-initorder2.out): Remove rule.
15042 [$(run-built-tests) = yes] (tests): Depend on
15043 $(objpfx)tst-initorder2-cmp.out.
15044 ($(objpfx)tst-initorder2-cmp.out): New rule.
15045 [$(run-built-tests) = yes] (tests): Depend on
15046 $(objpfx)tst-unused-dep-cmp.out.
15047 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15048 ($(objpfx)tst-unused-dep-cmp.out): New rule.
15049 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15050 on $(objpfx)tst-setvbuf1-cmp.out.
15051 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15052 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15053 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15054 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15055 ($(objpfx)tst-svc.out): Remove rule.
15056 ($(objpfx)tst-svc-cmp.out): New rule.
15057
ed9a38e2
JM
150582014-02-13 Joseph Myers <joseph@codesourcery.com>
15059
15060 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15061 * ctype/ctype.h [__USE_MISC]: Likewise.
15062 * dirent/dirent.h [__USE_MISC]: Likewise.
15063 * grp/grp.h [__USE_MISC]: Likewise.
15064 * io/fcntl.h [__USE_MISC]: Likewise.
15065 * io/sys/stat.h [__USE_MISC]: Likewise.
15066 * libio/stdio.h [__USE_MISC]: Likewise.
15067 * posix/unistd.h [__USE_MISC]: Likewise.
15068 * pwd/pwd.h [__USE_MISC]: Likewise.
15069 * stdlib.h [__USE_MISC]: Likewise.
15070 * string/bits/string2.h [__USE_MISC]: Likewise.
15071 * string/string.h [__USE_MISC]: Likewise.
15072 * time/time.h [__USE_MISC]: Likewise.
15073
d6680619
AS
150742014-02-13 Andreas Schwab <schwab@suse.de>
15075
15076 [BZ #16574]
15077 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15078 second answer buffer if it was separately allocated.
15079
ace614b8
JM
150802014-02-12 Joseph Myers <joseph@codesourcery.com>
15081
743151ae
JM
15082 * sysdeps/mips/math-tests.h: Include <features.h>.
15083 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15084 (ROUNDING_TESTS_long_double): Do not define.
15085 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15086 (EXCEPTION_TESTS_long_double): Likewise.
15087 * sysdeps/mips/mips64/libm-test-ulps: Update.
15088
498afc54
JM
15089 * include/features.h (__USE_BSD): Remove macro definitions.
15090 (__USE_SVID): Likewise.
15091 (_BSD_SOURCE): Likewise.
15092 (_SVID_SOURCE): Likewise.
15093 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15094 from definition of _DEFAULT_SOURCE.
15095 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15096 [_DEFAULT_SOURCE].
15097 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15098 * bits/mman.h [__USE_BSD]: Likewise.
15099 * bits/termios.h [__USE_BSD]: Likewise.
15100 * bits/waitstatus.h [__USE_BSD]: Likewise.
15101 * ctype/ctype.h [__USE_SVID]: Likewise.
15102 * dirent/dirent.h [__USE_BSD]: Likewise.
15103 * grp/grp.h [__USE_SVID]: Likewise.
15104 [__USE_BSD]: Likewise.
15105 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15106 * io/fcntl.h [__USE_BSD]: Likewise.
15107 * io/ftw.h [__USE_BSD]: Likewise.
15108 * io/sys/stat.h [__USE_BSD]: Likewise.
15109 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15110 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15111 * libio/stdio.h [__USE_SVID]: Likewise.
15112 [__USE_BSD]: Likewise.
15113 * math/math.h [__USE_SVID]: Likewise.
15114 [__USE_BSD]: Likewise.
15115 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15116 * misc/bits/syslog.h [__USE_BSD]: Likewise.
15117 * misc/search.h [__USE_SVID]: Likewise.
15118 * misc/sys/mman.h [__USE_BSD]: Likewise.
15119 * misc/sys/syslog.h [__USE_BSD]: Likewise.
15120 * misc/sys/uio.h [__USE_BSD]: Likewise.
15121 * posix/bits/unistd.h [__USE_BSD]: Likewise.
15122 * posix/glob.h [__USE_BSD]: Likewise.
15123 * posix/regex.h [__USE_BSD]: Likewise.
15124 * posix/sys/types.h [__USE_BSD]: Likewise.
15125 [__USE_SVID]: Likewise.
15126 * posix/sys/utsname.h [__USE_SVID]: Likewise.
15127 * posix/sys/wait.h [__USE_BSD]: Likewise.
15128 [__USE_SVID]: Likewise.
15129 * posix/unistd.h [__USE_BSD]: Likewise.
15130 [__USE_SVID]: Likewise.
15131 * pwd/pwd.h [__USE_SVID]: Likewise.
15132 * resolv/netdb.h [__USE_BSD]: Likewise.
15133 * setjmp/setjmp.h [__USE_BSD]: Likewise.
15134 * signal/signal.h [__USE_BSD]: Likewise.
15135 [__USE_SVID]: Likewise.
15136 * socket/sys/socket.h [__USE_BSD]: Likewise.
15137 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15138 * stdlib/stdlib.h [__USE_BSD]: Likewise.
15139 [__USE_SVID]: Likewise.
15140 * string/bits/string2.h [__USE_BSD]: Likewise.
15141 [__USE_SVID]: Likewise.
15142 * string/bits/string3.h [__USE_BSD]: Likewise.
15143 * string/endian.h [__USE_BSD]: Likewise.
15144 * string/string.h [__USE_SVID]: Likewise.
15145 [__USE_BSD]: Likewise.
15146 * string/strings.h [__USE_BSD]: Likewise.
15147 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15148 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15149 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15150 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15151 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15152 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15153 Likewise.
15154 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15155 Likewise.
15156 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15157 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15158 Likewise.
15159 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15160 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15161 Likewise.
15162 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15163 Likewise.
15164 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15165 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15166 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15167 Likewise.
15168 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15169 Likewise.
15170 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15171 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15172 * termios/termios.h [__USE_BSD]: Likewise.
15173 * time/sys/time.h [__USE_BSD]: Likewise.
15174 * time/time.h [__USE_BSD]: Likewise.
15175 [__USE_SVID]: Likewise.
15176
dd7b064c
JM
15177 * Makefile (subdir_targets): Remove subdir_lint.out.
15178
a2c4c199
JM
15179 * stdio-common/Makefile (do-tst-unbputc): Remove target.
15180 (do-tst-printf): Likewise.
15181 (tests): Depend directly on $(objpfx)tst-unbputc.out and
15182 $(objpfx)tst-printf.out.
15183
8756f740
JM
15184 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15185
1b6dd3f1
JM
15186 * Makerules (check-abi-%): Change target to
15187 $(objpfx)check-abi-%.out.
15188 (check-abi target): Update dependencies.
15189 (check-abi-pattern variable): Redirect output of diff to $@.
15190 (check-abi variable): Likewise.
15191 * elf/Makefile (check-abi): Update dependencies.
15192
ace614b8
JM
15193 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15194 unused.
15195 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15196 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15197 subnormal range.
15198 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15199 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15200 value has largest subnormal exponent.
15201 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15202 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15203 * sysdeps/aarch64/soft-fp/sfp-machine.h
15204 (_FP_TININESS_AFTER_ROUNDING): New macro.
15205 * sysdeps/alpha/soft-fp/sfp-machine.h
15206 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15207 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15208 Likewise.
15209 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15210 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15211 * sysdeps/mips/soft-fp/sfp-machine.h
15212 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15213 * sysdeps/powerpc/soft-fp/sfp-machine.h
15214 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15215 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15216 Likewise.
15217 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15218 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15219 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15220 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15221 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15222 Likewise.
15223
fbfdf9cb
DAS
152242014-02-12 Dylan Alex Simon <dylan@dylex.net>
15225
15226 [BZ #16545]
15227 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15228 model 1.
15229
68b7efaa
RH
152302014-02-12 Richard Henderson <rth@redhat.com>
15231
c70a4b1d 15232 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
15233 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15234 * sysdeps/unix/sysv/linux/alpha: Move directory from
15235 ports/sysdeps/unix/sysv/linux/alpha.
15236 * README: Update listing for alpha-*-linux-gnu.
15237
cb4a2928
JM
152382014-02-11 Joseph Myers <joseph@codesourcery.com>
15239
c941736c
JM
15240 * include/features.h: Update comment documenting feature test
15241 macros.
15242 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
15243 _DEFAULT_SOURCE.
15244 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15245 (_SVID_SOURCE): Likewise.
15246 (_DEFAULT_SOURCE): Update description of default features.
15247 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15248 with _GNU_SOURCE.
15249 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15250 (S_ISVTX): Likewise.
15251 * manual/math.texi (Mathematical Constants): Likewise.
15252 * manual/signal.texi (Interrupted Primitives): Likewise.
15253 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15254 * math/test-matherr.c (_SVID_SOURCE): Do not define.
15255 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15256 Don't refer to _SVID_SOURCE in warning text.
15257
e8d8d7ec
JM
15258 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15259
cb4a2928
JM
15260 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15261 already defined.
15262 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15263 * sysdeps/mips/dl-lookup.c: Remove.
15264 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15265
7e6424e3
AK
152662014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
15267
15268 [BZ #16447]
15269 * math/auto-libm-test-in: Add testcase for expl.
15270 * math/auto-libm-test-out: Regenerate.
15271 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15272 calculation of unsafe.
15273 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15274
75eff3fe
MS
152752014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
15276
15277 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15278 * sysdeps/unix/sysv/linux/aarch64: Move directory from
15279 ports/sysdeps/unix/sysv/linux/aarch64.
15280 * README: Update listing for aarch64*-*-linux-gnu.
15281
d35f1e80
WN
152822014-02-11 Will Newton <will.newton@linaro.org>
15283
15284 * manual/probes.texi (Mathematical Function Probes): Use
15285 "triggered" instead of "hit".
15286
7b3436d4
WN
15287 * manual/probes.texi (Internal Probes): Add documentation
15288 of setjmp, longjmp and longjmp_target probes.
15289
b4f12ca3
WN
15290 * include/stap-probe.h: Add comment about probe argument
15291 format.
15292
c13a72b7
WN
15293 * malloc/mtrace.c (attribute_hidden): Remove unused macro
15294 definition. (tr_where, tr_freehook, tr_mallochook,
15295 tr_reallochook, tr_memalignhook): Use ANSI protoype.
15296
195b8165
DM
152972014-02-11 David S. Miller <davem@davemloft.net>
15298
15299 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15300 processing int_tests.
15301
2ad7600b
JM
153022014-02-10 Joseph Myers <joseph@codesourcery.com>
15303
15304 * sysdeps/mips: Move directory from ports/sysdeps/mips.
15305 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15306 * sysdeps/unix/sysv/linux/mips: Move directory from
15307 ports/sysdeps/unix/sysv/linux/mips.
15308 * README: Update listing for mips-*-linux-gnu and
15309 mips64-*-linux-gnu.
15310
73588a72
AS
153112014-02-10 Andreas Schwab <schwab@linux-m68k.org>
15312
15313 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15314 * sysdeps/unix/sysv/linux/m68k: Move directory from
15315 ports/sysdeps/unix/sysv/linux/m68k.
15316 * README: Update listing for m68k-*-linux-gnu.
15317
4372980f
CM
153182014-02-10 Chris Metcalf <cmetcalf@tilera.com>
15319
15320 * sysdeps/tile: Move directory from ports/sysdeps/tile.
15321 * sysdeps/unix/sysv/linux/generic: Move directory from
15322 ports/sysdeps/unix/sysv/linux/generic.
15323 * sysdeps/unix/sysv/linux/tile: Move directory from
15324 ports/sysdeps/unix/sysv/linux/tile.
15325 * README: Update listing for tile*-*-linux-gnu.
15326
a1ffb40e
OB
153272014-02-10 Ondřej Bílka <neleai@seznam.cz>
15328
57f41c40
AS
15329 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15330 __builtin_expect.
a1ffb40e
OB
15331 * benchtests/bench-memmem.c (simple_memmem): Likewise.
15332 * catgets/open_catalog.c (__open_catalog): Likewise.
15333 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15334 * debug/confstr_chk.c: Likewise.
15335 * debug/fread_chk.c (__fread_chk): Likewise.
15336 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15337 * debug/getgroups_chk.c: Likewise.
15338 * debug/mbsnrtowcs_chk.c: Likewise.
15339 * debug/mbsrtowcs_chk.c: Likewise.
15340 * debug/mbstowcs_chk.c: Likewise.
15341 * debug/memcpy_chk.c: Likewise.
15342 * debug/memmove_chk.c: Likewise.
15343 * debug/mempcpy_chk.c: Likewise.
15344 * debug/memset_chk.c: Likewise.
15345 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15346 * debug/strcat_chk.c (__strcat_chk): Likewise.
15347 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15348 * debug/strncat_chk.c (__strncat_chk): Likewise.
15349 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15350 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15351 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15352 * debug/wcpncpy_chk.c: Likewise.
15353 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15354 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15355 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15356 * debug/wcsncpy_chk.c: Likewise.
15357 * debug/wcsnrtombs_chk.c: Likewise.
15358 * debug/wcsrtombs_chk.c: Likewise.
15359 * debug/wcstombs_chk.c: Likewise.
15360 * debug/wmemcpy_chk.c: Likewise.
15361 * debug/wmemmove_chk.c: Likewise.
15362 * debug/wmempcpy_chk.c: Likewise.
15363 * debug/wmemset_chk.c: Likewise.
15364 * dirent/scandirat.c (SCANDIRAT): Likewise.
15365 * dlfcn/dladdr1.c (dladdr1): Likewise.
15366 * dlfcn/dladdr.c (dladdr): Likewise.
15367 * dlfcn/dlclose.c (dlclose_doit): Likewise.
15368 * dlfcn/dlerror.c (__dlerror): Likewise.
15369 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15370 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15371 * dlfcn/dlopen.c (dlopen_doit): Likewise.
15372 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15373 * dlfcn/dlsym.c (dlsym_doit): Likewise.
15374 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15375 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15376 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15377 Likewise.
15378 * elf/dl-conflict.c: Likewise.
15379 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15380 * elf/dl-dst.h: Likewise.
15381 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15382 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15383 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15384 * elf/dl-init.c (call_init, _dl_init): Likewise.
15385 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
15386 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15387 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15388 Likewise.
a1ffb40e
OB
15389 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15390 Likewise.
15391 * elf/dl-minimal.c (__libc_memalign): Likewise.
15392 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15393 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15394 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15395 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
15396 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15397 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
15398 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15399 * elf/dl-writev.h (_dl_writev): Likewise.
15400 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
15401 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15402 (dl_main): Likewise.
a1ffb40e
OB
15403 * elf/setup-vdso.h (setup_vdso): Likewise.
15404 * grp/compat-initgroups.c (compat_call): Likewise.
15405 * grp/fgetgrent.c (fgetgrent): Likewise.
15406 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15407 * grp/putgrent.c (putgrent): Likewise.
15408 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15409 Likewise.
15410 * hurd/hurdinit.c: Likewise.
15411 * iconvdata/8bit-gap.c (struct): Likewise.
15412 * iconvdata/ansi_x3.110.c : Likewise.
15413 * iconvdata/big5.c : Likewise.
15414 * iconvdata/big5hkscs.c : Likewise.
15415 * iconvdata/cp1255.c: Likewise.
15416 * iconvdata/cp1258.c : Likewise.
15417 * iconvdata/cp932.c : Likewise.
15418 * iconvdata/euc-cn.c: Likewise.
15419 * iconvdata/euc-jisx0213.c : Likewise.
15420 * iconvdata/euc-jp.c: Likewise.
15421 * iconvdata/euc-jp-ms.c : Likewise.
15422 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15423 * iconvdata/gb18030.c : Likewise.
15424 * iconvdata/gbbig5.c (const): Likewise.
15425 * iconvdata/gbgbk.c: Likewise.
15426 * iconvdata/gbk.c : Likewise.
15427 * iconvdata/ibm1364.c : Likewise.
15428 * iconvdata/ibm930.c : Likewise.
15429 * iconvdata/ibm932.c: Likewise.
15430 * iconvdata/ibm933.c : Likewise.
15431 * iconvdata/ibm935.c : Likewise.
15432 * iconvdata/ibm937.c : Likewise.
15433 * iconvdata/ibm939.c : Likewise.
15434 * iconvdata/ibm943.c: Likewise.
15435 * iconvdata/iso_11548-1.c: Likewise.
15436 * iconvdata/iso-2022-cn.c : Likewise.
15437 * iconvdata/iso-2022-cn-ext.c : Likewise.
15438 * iconvdata/iso-2022-jp-3.c: Likewise.
15439 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15440 * iconvdata/iso-2022-kr.c : Likewise.
15441 * iconvdata/iso646.c (gconv_end): Likewise.
15442 * iconvdata/iso_6937-2.c : Likewise.
15443 * iconvdata/iso_6937.c : Likewise.
15444 * iconvdata/iso8859-1.c: Likewise.
15445 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15446 * iconvdata/shift_jisx0213.c : Likewise.
15447 * iconvdata/sjis.c : Likewise.
15448 * iconvdata/t.61.c : Likewise.
15449 * iconvdata/tcvn5712-1.c : Likewise.
15450 * iconvdata/tscii.c: Likewise.
15451 * iconvdata/uhc.c : Likewise.
15452 * iconvdata/unicode.c (gconv_end): Likewise.
15453 * iconvdata/utf-16.c (gconv_end): Likewise.
15454 * iconvdata/utf-32.c (gconv_end): Likewise.
15455 * iconvdata/utf-7.c (base64): Likewise.
15456 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15457 * iconv/gconv_close.c (__gconv_close): Likewise.
15458 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
15459 * iconv/gconv_simple.c (internal_ucs4_loop_single)
15460 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15461 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15462 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15463 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
15464 * iconv/iconv.c (iconv): Likewise.
15465 * iconv/iconv_close.c: Likewise.
15466 * iconv/loop.c (SINGLE): Likewise.
15467 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15468 * include/atomic.h: Likewise.
15469 * inet/inet6_option.c (option_alloc): Likewise.
15470 * intl/bindtextdom.c (set_binding_values): Likewise.
15471 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15472 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15473 * intl/localealias.c (read_alias_file): Likewise.
15474 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
15475 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15476 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
15477 * libio/fmemopen.c (fmemopen): Likewise.
15478 * libio/iofgets.c (_IO_fgets): Likewise.
15479 * libio/iofgets_u.c (fgets_unlocked): Likewise.
15480 * libio/iofgetws.c (fgetws): Likewise.
15481 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15482 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
15483 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15484 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
15485 * locale/findlocale.c (_nl_find_locale): Likewise.
15486 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15487 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15488 Likewise.
15489 * locale/setlocale.c (setlocale): Likewise.
15490 * login/programs/pt_chown.c (main): Likewise.
15491 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15492 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
15493 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15494 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
15495 * math/e_exp2l.c: Likewise.
15496 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15497 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15498 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15499 * math/s_catan.c (__catan): Likewise.
15500 * math/s_catanf.c (__catanf): Likewise.
15501 * math/s_catanh.c (__catanh): Likewise.
15502 * math/s_catanhf.c (__catanhf): Likewise.
15503 * math/s_catanhl.c (__catanhl): Likewise.
15504 * math/s_catanl.c (__catanl): Likewise.
15505 * math/s_ccosh.c (__ccosh): Likewise.
15506 * math/s_ccoshf.c (__ccoshf): Likewise.
15507 * math/s_ccoshl.c (__ccoshl): Likewise.
15508 * math/s_cexp.c (__cexp): Likewise.
15509 * math/s_cexpf.c (__cexpf): Likewise.
15510 * math/s_cexpl.c (__cexpl): Likewise.
15511 * math/s_clog10.c (__clog10): Likewise.
15512 * math/s_clog10f.c (__clog10f): Likewise.
15513 * math/s_clog10l.c (__clog10l): Likewise.
15514 * math/s_clog.c (__clog): Likewise.
15515 * math/s_clogf.c (__clogf): Likewise.
15516 * math/s_clogl.c (__clogl): Likewise.
15517 * math/s_csin.c (__csin): Likewise.
15518 * math/s_csinf.c (__csinf): Likewise.
15519 * math/s_csinh.c (__csinh): Likewise.
15520 * math/s_csinhf.c (__csinhf): Likewise.
15521 * math/s_csinhl.c (__csinhl): Likewise.
15522 * math/s_csinl.c (__csinl): Likewise.
15523 * math/s_csqrt.c (__csqrt): Likewise.
15524 * math/s_csqrtf.c (__csqrtf): Likewise.
15525 * math/s_csqrtl.c (__csqrtl): Likewise.
15526 * math/s_ctan.c (__ctan): Likewise.
15527 * math/s_ctanf.c (__ctanf): Likewise.
15528 * math/s_ctanh.c (__ctanh): Likewise.
15529 * math/s_ctanhf.c (__ctanhf): Likewise.
15530 * math/s_ctanhl.c (__ctanhl): Likewise.
15531 * math/s_ctanl.c (__ctanl): Likewise.
15532 * math/w_pow.c: Likewise.
15533 * math/w_powf.c: Likewise.
15534 * math/w_powl.c: Likewise.
15535 * math/w_scalb.c (sysv_scalb): Likewise.
15536 * math/w_scalbf.c (sysv_scalbf): Likewise.
15537 * math/w_scalbl.c (sysv_scalbl): Likewise.
15538 * misc/error.c (error_tail): Likewise.
15539 * misc/pselect.c (__pselect): Likewise.
15540 * nis/nis_callback.c (__nis_create_callback): Likewise.
15541 * nis/nis_call.c (__nisfind_server): Likewise.
15542 * nis/nis_creategroup.c (nis_creategroup): Likewise.
15543 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15544 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15545 * nis/nis_getservlist.c (nis_getservlist): Likewise.
15546 * nis/nis_lookup.c (nis_lookup): Likewise.
15547 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
15548 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15549 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 15550 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
15551 * nis/nss_compat/compat-grp.c (getgrent_next_file)
15552 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15553 * nis/nss_compat/compat-initgroups.c (add_group)
15554 (internal_getgrent_r): Likewise.
15555 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15556 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15557 * nis/nss_compat/compat-spwd.c (getspent_next_file)
15558 (internal_getspnam_r): Likewise.
15559 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15560 (_nss_nis_getaliasbyname_r): Likewise.
15561 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15562 (_nss_nis_getntohost_r): Likewise.
15563 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15564 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15565 (_nss_nis_getgrgid_r): Likewise.
15566 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15567 (internal_nis_gethostent_r, internal_gethostbyname2_r)
15568 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15569 (_nss_nis_gethostbyname4_r): Likewise.
15570 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15571 (initgroups_netid): Likewise.
a1ffb40e 15572 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
15573 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15574 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15575 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15576 (_nss_nis_getprotobynumber_r): Likewise.
15577 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15578 (_nss_nis_getsecretkey): Likewise.
15579 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15580 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15581 (_nss_nis_getpwuid_r): Likewise.
15582 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15583 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15584 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15585 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15586 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15587 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
15588 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15589 Likewise.
57f41c40
AS
15590 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15591 (_nss_nisplus_getntohost_r): Likewise.
15592 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15593 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15594 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15595 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 15596 Likewise.
57f41c40
AS
15597 * nis/nss_nisplus/nisplus-initgroups.c
15598 (_nss_nisplus_initgroups_dyn): Likewise.
15599 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15600 (_nss_nisplus_getnetbyaddr_r): Likewise.
15601 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15602 (_nss_nisplus_getprotobynumber_r): Likewise.
15603 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15604 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
15605 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15606 Likewise.
57f41c40
AS
15607 * nis/nss_nisplus/nisplus-service.c
15608 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15609 (_nss_nisplus_getservbyport_r): Likewise.
15610 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15611 (_nss_nisplus_getspnam_r): Likewise.
15612 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15613 Likewise.
a1ffb40e
OB
15614 * nscd/aicache.c (addhstaiX): Likewise.
15615 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
15616 * nscd/connections.c (register_traced_file, send_ro_fd)
15617 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15618 (main_loop_epoll): Likewise.
a1ffb40e
OB
15619 * nscd/grpcache.c (addgrbyX): Likewise.
15620 * nscd/hstcache.c (addhstbyX): Likewise.
15621 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15622 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
15623 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15624 (addinnetgrX): Likewise.
15625 * nscd/nscd-client.h (__nscd_acquire_maplock)
15626 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
15627 * nscd/nscd_getai.c (__nscd_getai): Likewise.
15628 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15629 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15630 Likewise.
15631 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15632 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
15633 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15634 (__nscd_get_map_ref): Likewise.
a1ffb40e 15635 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
15636 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15637 Likewise.
a1ffb40e
OB
15638 * nscd/pwdcache.c (addpwbyX): Likewise.
15639 * nscd/selinux.c (preserve_capabilities): Likewise.
15640 * nscd/servicescache.c (addservbyX): Likewise.
15641 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15642 * posix/fnmatch.c (fnmatch): Likewise.
15643 * posix/getopt.c (_getopt_internal_r): Likewise.
15644 * posix/glob.c (glob, glob_in_dir): Likewise.
15645 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
15646 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15647 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
15648 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15649 * resolv/res_init.c: Likewise.
15650 * resolv/res_mkquery.c (res_nmkquery): Likewise.
15651 * resolv/res_query.c (__libc_res_nquery): Likewise.
15652 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15653 Likewise.
15654 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15655 * stdio-common/perror.c (perror): Likewise.
15656 * stdio-common/printf_fp.c (___printf_fp): Likewise.
15657 * stdio-common/tmpnam.c (tmpnam): Likewise.
15658 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15659 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
15660 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15661 Likewise.
a1ffb40e
OB
15662 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15663 * stdlib/putenv.c (putenv): Likewise.
15664 * stdlib/setenv.c (__add_to_environ): Likewise.
15665 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15666 * stdlib/strtol_l.c (INTERNAL): Likewise.
15667 * string/memmem.c (memmem): Likewise.
15668 * string/strerror.c (strerror): Likewise.
15669 * string/strnlen.c (__strnlen): Likewise.
15670 * string/test-memmem.c (simple_memmem): Likewise.
15671 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15672 * sunrpc/pm_getport.c (__get_socket): Likewise.
15673 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15674 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
15675 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15676 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
15677 Likewise.
15678 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15679 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15680 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15681 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15682 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
15683 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15684 Likewise.
15685 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15686 Likewise.
a1ffb40e
OB
15687 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15688 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15689 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15690 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15691 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15692 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15693 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15694 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15695 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15696 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15697 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15698 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15699 Likewise.
15700 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15701 Likewise.
15702 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15703 Likewise.
15704 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15705 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15706 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15707 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15708 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15709 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15710 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15711 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15712 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15713 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15714 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15715 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15716 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15717 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15718 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
15719 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15720 Likewise.
a1ffb40e
OB
15721 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15722 Likewise.
15723 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15724 Likewise.
15725 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15726 Likewise.
15727 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15728 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15729 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15730 Likewise.
15731 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15732 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15733 * sysdeps/posix/opendir.c (__opendirat): Likewise.
15734 * sysdeps/posix/sleep.c: Likewise.
15735 * sysdeps/posix/tempname.c: Likewise.
15736 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15737 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15738 Likewise.
57f41c40
AS
15739 * sysdeps/powerpc/powerpc32/dl-machine.h
15740 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
15741 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15742 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15743 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15744 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15745 Likewise.
15746 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15747 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15748 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15749 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15750 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15751 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15752 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15753 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15754 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15755 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15756 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15757 (elf_machine_lazy_rel): Likewise.
a1ffb40e 15758 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15759 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15760 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15761 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15762 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15763 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15764 * sysdeps/unix/grantpt.c (grantpt): Likewise.
15765 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15766 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15767 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15768 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15769 Likewise.
15770 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15771 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15772 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15773 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15774 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15775 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15776 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15777 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15778 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15779 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15780 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15781 Likewise.
15782 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15783 (__posix_fallocate64_l64): Likewise.
15784 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15785 (posix_fallocate): Likewise.
57f41c40
AS
15786 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15787 Likewise.
a1ffb40e 15788 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
15789 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15790 (getifaddrs_internal): Likewise.
a1ffb40e
OB
15791 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15792 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15793 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15794 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15795 * sysdeps/unix/sysv/linux/posix_fallocate64.c
15796 (__posix_fallocate64_l64): Likewise.
15797 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15798 Likewise.
15799 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
15800 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15801 (__get_clockfreq): Likewise.
a1ffb40e
OB
15802 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15803 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15804 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15805 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15806 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15807 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15808 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15809 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15810 Likewise.
15811 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15812 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15813 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15814 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15815 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15816 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15817 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15818 Likewise.
15819 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15820 (posix_fallocate): Likewise.
15821 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15822 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15823 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15824 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15825 (elf_machine_rela, elf_machine_rela_relative)
15826 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15827 * time/asctime.c (asctime_internal): Likewise.
15828 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15829 * time/tzset.c (__tzset_parse_tz): Likewise.
15830 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15831 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15832 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15833 * wcsmbs/wcsmbsload.h: Likewise.
15834
f3d338c9
OB
15835 [BZ #15894]
15836 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15837
57f41c40
AS
15838 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15839 (arena_get2): Remove THREAD_STATS conditionals.
15840 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15841 (__malloc_stats, int): Likewise.
bdfe308a 15842
d674667c
MF
158432014-02-08 Mike Frysinger <vapier@gentoo.org>
15844
15845 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15846 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
15847
6349768c
MF
15848 * manual/setjmp.texi: Fix typos/grammar errors.
15849
0b7c7473
MF
15850 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15851 Only return early when n is <= 0. Delete unused return statement.
15852
ac8cc9e3
MF
15853 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15854 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15855 * debug/tst-longjmp_chk3.c: New file.
15856
c5bb8e23
MF
15857 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15858 (test_main): Replace code with set_fortify_handler call.
15859 * debug/test-strcpy_chk.c: Likewise.
15860 * debug/tst-chk1.c: Likewise.
15861 * debug/tst-longjmp_chk.c: Likewise.
15862 * test-skeleton.c: Include fcntl.h & paths.h
15863 (set_fortify_handler): Define.
15864
10444e42
MF
15865 * debug/tst-longjmp_chk.c: Add header comment and include
15866 ../test-skeleton.c.
15867 (do_test): Mark static.
15868 (TEST_FUNCTION): Define.
15869
1e805e8d
MF
15870 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15871 (IP_PMTUDISC_INTERFACE): Likewise.
15872 (IP_MULTICAST_IF): Likewise.
15873 (IP_MULTICAST_TTL): Likewise.
15874 (IP_MULTICAST_LOOP): Likewise.
15875 (IP_ADD_MEMBERSHIP): Likewise.
15876 (IP_DROP_MEMBERSHIP): Likewise.
15877 (IP_UNBLOCK_SOURCE): Likewise.
15878 (IP_BLOCK_SOURCE): Likewise.
15879 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15880 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15881 (IP_MSFILTER): Likewise.
15882 (MCAST_JOIN_GROUP): Likewise.
15883 (MCAST_BLOCK_SOURCE): Likewise.
15884 (MCAST_UNBLOCK_SOURCE): Likewise.
15885 (MCAST_LEAVE_GROUP): Likewise.
15886 (MCAST_JOIN_SOURCE_GROUP): Likewise.
15887 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15888 (MCAST_MSFILTER): Likewise.
15889 (IP_MULTICAST_ALL): Likewise.
15890 (IP_UNICAST_IF): Likewise.
15891
73f79bb7
MF
15892 * timezone/Makefile: Delete $(have-ksh) check.
15893 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15894 * timezone/tzselect.ksh: Add +x mode bits.
15895
8da79b60
MF
15896 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15897 (ANON_INODE_FS_MAGIC): Likewise.
15898 (BDEVFS_MAGIC): Likewise.
15899 (BINFMTFS_MAGIC): Likewise.
15900 (BTRFS_TEST_MAGIC): Likewise.
15901 (CRAMFS_MAGIC_WEND): Likewise.
15902 (DEBUGFS_MAGIC): Likewise.
15903 (ECRYPTFS_SUPER_MAGIC): Likewise.
15904 (EXT3_SUPER_MAGIC): Likewise.
15905 (EXT4_SUPER_MAGIC): Likewise.
15906 (FUTEXFS_SUPER_MAGIC): Likewise.
15907 (HOSTFS_SUPER_MAGIC): Likewise.
15908 (HUGETLBFS_MAGIC): Likewise.
15909 (MINIX3_SUPER_MAGIC): Likewise.
15910 (MTD_INODE_FS_MAGIC): Likewise.
15911 (NILFS_SUPER_MAGIC): Likewise.
15912 (OPENPROM_SUPER_MAGIC): Likewise.
15913 (PIPEFS_MAGIC): Likewise.
15914 (PSTOREFS_MAGIC): Likewise.
15915 (QNX6_SUPER_MAGIC): Likewise.
15916 (RAMFS_MAGIC): Likewise.
15917 (REISERFS_SUPER_MAGIC_STRING): Likewise.
15918 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15919 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15920 (SECURITYFS_MAGIC): Likewise.
15921 (SELINUX_MAGIC): Likewise.
15922 (SMACK_MAGIC): Likewise.
15923 (SOCKFS_MAGIC): Likewise.
15924 (SQUASHFS_MAGIC): Likewise.
15925 (STACK_END_MAGIC): Likewise.
15926 (TMPFS_MAGIC): Likewise.
15927 (USBDEVICE_SUPER_MAGIC): Likewise.
15928 (V9FS_MAGIC): Likewise.
15929 (XENFS_SUPER_MAGIC): Likewise.
15930 (CRAMFS_MAGIC): Fix typo in comment.
15931 (EXT2_SUPER_MAGIC): Update comment.
15932 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15933
464263cc
JM
159342014-02-08 Joseph Myers <joseph@codesourcery.com>
15935
c6bfe5c4
JM
15936 * sysdeps/arm: Move directory from ports/sysdeps/arm.
15937 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15938 * sysdeps/unix/sysv/linux/arm: Move directory from
15939 ports/sysdeps/unix/sysv/linux/arm.
15940 * README: Update listing for arm-*-linux-gnueabi.
15941
464263cc
JM
15942 * README: Remove mention of am33.
15943
32749f6c
RM
159442014-02-07 Roland McGrath <roland@hack.frob.com>
15945
15946 * bits/sigset.h (__sigemptyset): Use a statement expression rather
15947 than the comma operator, to avoid "rhs of comma has no effect"
15948 compiler warnings.
15949 (__sigfillset, __sigandset, __sigorset): Likewise.
15950 * include/signal.h (__sigemptyset): Likewise.
15951 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15952
d5b396c1
AM
159532014-02-07 Allan McRae <allan@archlinux.org>
15954
15955 * version.h (RELEASE): Set to "development".
15956 (VERSION): Set to "2.19.90"
15957 * NEWS: Add 2.20 section.
15958
3bfff2ed
CD
159592014-02-06 Carlos O'Donell <carlos@redhat.com>
15960
15961 [BZ #16529]
15962 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15963
ee7cc385
SP
159642014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
15965
15966 * manual/contrib.texi: Update entry for Carlos O'Donell,
15967 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15968
f877c4f2
CD
159692014-02-05 Carlos O'Donell <carlos@rehdat.com>
15970
27e839f6
CD
15971 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15972
f877c4f2
CD
15973 * sysdeps/unix/sysv/linux/kernel-features.h
15974 [__LINUX_KERNEL_VERSION >= 0x020621]
15975 (__ASSUME_PROC_PID_TASK_COMM): Define.
15976
68159946
SP
159772014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
15978
ba17cdbd
SP
15979 [BZ #16398]
15980 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15981 conversion when destination buffer does not have enough space.
15982 * libio/tst-ftell-partial-wide.c: New test case.
15983 * libio/Makefile (tests): Add tst-ftell-partial-wide.
15984
68159946
SP
15985 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15986 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
15987 Leonard and Allan McRae.
15988
2b528732
DM
159892014-02-04 David S. Miller <davem@davemloft.net>
15990
15991 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15992 32-bit.
15993
0ff82463
AZ
159942014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15995
57f41c40
AS
15996 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15997 New file
c01603f7
AZ
15998 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15999 New file
57f41c40
AS
16000 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16001 New file.
16002 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16003 New file.
c01603f7
AZ
16004 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16005 New file.
57f41c40
AS
16006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16007 New file.
16008 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16009 New file.
c01603f7
AZ
16010 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16011 New file.
16012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16013 New file.
16014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16015 New file.
16016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16017 New file.
16018 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16019 New file.
16020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16021 New file.
16022
160232014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16024
0ff82463
AZ
16025 * nptl/shlib-versions: Change powerpc*le start to 2.17.
16026 * shlib-versions: Likewise.
16027
1695c773
AZ
160282014-02-04 Roland McGrath <roland@hack.frob.com>
16029 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16030
16031 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16032 (abilist-pattern): New variable, set to %-le.abilist.
16033
16034 * Makerules (abilist-pattern): New variable.
16035 (vpath): Use $(abilist-pattern) in place of %.abilist.
16036 (check-abi-% pattern rule): Likewise.
16037 (check-abi, update-abi): Likewise.
16038
6c0ce4b4
EW
160392014-02-04 Eric Wong <normalperson@yhbt.net>
16040
16041 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16042
481e3524
CD
160432014-02-03 Carlos O'Donell <carlos@redhat.com>
16044
16045 * manual/startup.texi: Add next, previous, and top entries for
16046 the `Program Arguments' and `Environment Variables' nodes.
16047
375592d3
AO
160482014-02-03 Alexandre Oliva <aoliva@redhat.com>
16049
16050 * manual/macros.texi: Add comments before MTASC-safety macros.
16051
f54838ba
AO
16052 * manual/users.texi: Document MTASC-safety properties.
16053
57f41c40
AS
16054 * manual/threads.texi (pthread_key_create, pthread_key_delete)
16055 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
16056 @deftypefun, and add @safety note.
16057 * manual/signal.texi: Move comments that analyze the above
16058 functions to their home place.
16059
fd3daba4
AM
160602014-02-03 Allan McRae <allan@archlinux.org>
16061
16062 * po/sl.po: Update Slovenian translation from translation project.
16063
597636d7
AO
160642014-02-02 Alexandre Oliva <aoliva@redhat.com>
16065
16066 * manual/time.texi (timegm): Add missing blank after @c.
16067 Reported by Joseph Myers <joseph@codesourcery.com>.
16068
ee196e3c
AO
160692014-02-01 Alexandre Oliva <aoliva@redhat.com>
16070
16071 * manual/check-safety.sh: New.
16072 * manual/Makefile ($(objpfx)stamp-summary): Run it.
16073
f8d529d5
AO
16074 * manual/terminal.texi: Document MTASC-safety properties.
16075
de55fdf4
AO
16076 * manual/filesys.texi: Document MTASC-safety properties.
16077
c3299c08
AO
16078 * manual/errno.texi: Document MTASC-safety properties.
16079
06e90b14
AO
16080 * manual/intro.texi: Document safety identifiers and
16081 conditionals.
16082
1acd4371
AO
16083 * manual/string.texi (wcstok): Fix prototype.
16084 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16085
23e5b8cb
AO
16086 * manual/time.texi: Document MTASC-safety properties.
16087
11087373
AO
16088 * manual/string.texi: Document MTASC-safety properties.
16089
5da2c93d
AO
16090 * manual/threads.texi: Document MTASC-safety properties.
16091
171e9210
AO
16092 * manual/stdio.texi: Document MTASC-safety properties.
16093
d9e02532
AO
16094 * manual/syslog.texi: Document MTASC-safety properties.
16095
6af8bab7
AO
16096 * manual/sysinfo.texi: Document MTASC-safety properties.
16097
663b02d7
AO
16098 * manual/startup.texi: Document MTASC-safety properties.
16099
973f180b
AO
16100 * manual/socket.texi: Document MTASC-safety properties.
16101
8f3c25c8
AO
16102 * manual/signal.texi: Document MTASC-safety properties.
16103
542210fb
AO
161042014-01-31 Alexandre Oliva <aoliva@redhat.com>
16105
16106 * manual/setjmp.texi: Document MTASC-safety properties.
16107
433c45a2
AO
16108 * manual/search.texi: Document MTASC-safety properties.
16109
c8ce789c
AO
16110 * manual/resource.texi: Document MTASC-safety properties.
16111
19f5d29c
AO
16112 * manual/process.texi: Document MTASC-safety properties.
16113
e2dfb7f4
AO
16114 * manual/platform.texi: Document MTASC-safety properties.
16115
8c1413f5
AO
16116 * manual/pipe.texi: Document MTASC-safety properties.
16117
03483ada
AO
16118 * manual/pattern.texi: Document MTASC-safety properties.
16119
29e7e2df
AO
16120 * manual/message.texi: Document MTASC-safety properties.
16121
9f529d7c
AO
16122 [BZ #12751]
16123 * manual/memory.texi: Document MTASC-safety properties.
16124
27aaa791
AO
16125 * manual/math.texi: Document MTASC-safety properties.
16126
f2d58726
AO
16127 * manual/locale.texi: Document MTASC-safety properties.
16128
2cc3615c
AO
16129 * manual/llio.texi: Document MTASC-safety properties.
16130
d9f0ec97
AO
16131 * manual/libdl.texi: New.
16132
e7c4409a
AO
16133 * manual/lang.texi: Document MTASC-safety properties.
16134
27bdc63c
AO
16135 * manual/job.texi: Document MTASC-safety properties.
16136
a7b90ea9
AO
16137 * manual/getopt.texi: Document MTASC-safety properties.
16138
c49130e3
AO
16139 * manual/ctype.texi: Document MTASC-safety properties.
16140
0d23a5c1
MR
161412014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
16142
16143 [BZ #16046]
16144 * csu/libc-tls.c (static_map): Remove variable.
16145 (__libc_setup_tls): Use main executable's link map for TLS data.
16146 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16147 casing for LM_ID_BASE and GL(dl_nns).
16148 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16149 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
16150 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16151 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16152 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16153 member.
16154 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16155 l_phnum members.
16156
0037bb60
AO
161572014-01-30 Alexandre Oliva <aoliva@redhat.com>
16158
16159 * manual/debug.texi: Document MTASC-safety properties.
16160
409e00bd
L
161612014-01-29 H.J. Lu <hongjiu.lu@intel.com>
16162
16163 [BZ #16510]
16164 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16165 of __x86_64__ when disabling x87 inline functions.
16166
86e60666
AO
161672014-01-29 Alexandre Oliva <aoliva@redhat.com>
16168
16169 * manual/charset.texi: Document MTASC-safety properties.
16170
76167637
AO
16171 * manual/crypt.texi: Document MTASC-safety properties.
16172
e567f2a0
AO
16173 * manual/conf.texi: Document MTASC-safety properties.
16174
b719dafd
AO
16175 * manual/arith.texi: Document MTASC-safety properties.
16176
4a16c662
AO
16177 * manual/argp.texi: Document MTASC-safety properties.
16178
0a57b83e
AO
16179 * manual/macros.texi: Introduce macros to document multi
16180 thread, asynchronous signal and asynchronous cancellation
16181 safety properties.
16182 * manual/intro.texi: Introduce the properties themselves.
16183
feab2397
KK
161842014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16185
16186 * sysdeps/sh/sh4/Makefile: New file.
16187
1c0d11bc
AS
161882014-01-27 Andreas Schwab <schwab@linux-m68k.org>
16189
16190 * math/gen-libm-test.pl ($srcdir): New variable.
16191 ($auto_input): Use it.
16192
af37a8a3
SP
161932014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16194
d7b00f98
SP
16195 [BZ #16506]
16196 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16197 access beyond array bounds when parsing netgroups file.
16198
af37a8a3
SP
16199 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16200 the old buffer before realloc.
16201
0c00f062
AM
162022014-01-27 Allan McRae <allan@archlinux.org>
16203
16204 * po/fr.po: Update French translation from translation project.
16205
7d69a1b0
KK
162062014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16207
16208 * sysdeps/sh/libm-test-ulps: Regenerate.
16209
6e697ff7
DM
162102014-01-24 David S. Miller <davem@davemloft.net>
16211
16212 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16213
9cadb35c
KK
162142014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16215
16216 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16217 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16218
5d41dadf
SP
162192013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
16220
16221 [BZ #16474]
16222 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16223 string pointers after reallocation.
16224
0bad441c
KK
162252014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16226
16227 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16228 __SH4A__ instead of __SH_FPU_ANY__.
16229
7007c661
KK
162302014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16231
16232 * sysdeps/sh/fpu_control.h: New file.
16233 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16234 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16235 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16236 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16237 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16238 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16239 * sysdeps/sh/sys/ucontext.h: Remove.
16240 * sysdeps/sh/sys: Remove directory.
16241
0f0c35e4
AK
162422014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16243
16244 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16245 s390/sys/ucontext.h.
16246 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16247 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16248
4959e284
L
162492014-01-20 H.J. Lu <hongjiu.lu@intel.com>
16250
16251 [BZ #15605]
16252 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16253
d98720e0
AZ
162542014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16255
16256 [BZ#16431]
16257 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16258 Adjust the vDSO correctly for internal calls.
16259 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16260
91cbd0bc
AM
162612014-01-20 Allan McRae <allan@archlinux.org>
16262
16263 * po/ca.po: Update Catalan translation from translation project.
16264
7a02cfad
MF
162652014-01-16 Mike Frysinger <vapier@gentoo.org>
16266
16267 * sysdeps/s390/sotruss-lib.c: New file.
16268
736c304a
AZ
162692014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16270
16271 [BZ#16430]
6e077ee5 16272 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
16273 (__GI___gettimeofday): Alias for a different internal symbol to avoid
16274 local calls issues by not having a PLT stub required for IFUNC calls.
16275 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16276
94d0cea0
JM
162772014-01-16 Joseph Myers <joseph@codesourcery.com>
16278
16279 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16280 * math/test-fpucw-static.c: Likewise.
16281
980cb518
SP
162822013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
16283
16284 [BZ #16453]
16285 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16286
2393fc01
AZ
162872014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16288
16289 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16290 implementation for powerpc.
16291
d359bcc2
OB
162922014-01-15 Ondřej Bílka <neleai@seznam.cz>
16293
16294 [BZ #14782]
16295 * sysdeps/posix/system.c (__libc_system): Do not enable
16296 asynchronous cancellation.
16297
7beb48cb
AK
162982014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16299
16300 [BZ #16427]
16301 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16302 handling only for numbers special also in the IEEE case.
16303
c20d5bf5
AK
163042014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16305
16306 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16307
e83bd4ee
AM
163082014-01-11 Allan McRae <allan@archlinux.org>
16309
76d0ea69
AM
16310 * po/bg.po: Update Bulgarian translation from translation project.
16311
e83bd4ee
AM
16312 * po/de.po: Update German translation from translation project.
16313
bc2ba20a
RM
163142014-01-10 Roland McGrath <roland@hack.frob.com>
16315
16316 * sysdeps/generic/gcc-compat.h: New file.
16317
649ecea2
SP
163182014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
16319
16320 * benchtests/asin-inputs: Correct slow inputs.
16321 * benchtests/acos-inputs: Likewise.
16322
1b19c006
AM
163232014-01-10 Allan McRae <allan@archlinux.org>
16324
a46dab08
AM
16325 * po:sv.po: Update Swedish translation from translation project.
16326
421df74a
AM
16327 * po/vi.po: Update Vietnamese translation from translation project.
16328
d61c51a7
AM
16329 * po/eo.po: Update Esperanto translation from translation project.
16330
0339a319
AM
16331 * po/cs.po: Update Czech translation from translation project.
16332
94ad3e99
AM
16333 * po/nl.po: Update Dutch translation from translation project.
16334
e349ca71
AM
16335 * po/pl.po: Update Polish translation from translation project.
16336
ddf930c1
AM
16337 * po/ru.po: Update Russian translation from translation project.
16338
1b19c006
AM
16339 * po/uk.po: Update Ukrainian translation from translation project.
16340
9f236c49
BM
163412014-01-08 Brooks Moses <bmoses@google.com>
16342
16343 * elf/dl-load.c: Fix comment typo.
16344
cd6701cf
CD
163452014-01-08 Carlos O'Donell <carlos@redhat.com>
16346
16347 * po/header.pot: Rename to...
16348 * po/pot.header: ... this.
16349 * po/Makefile: Use pot.header.
16350
66671c84
YK
163512014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
16352 Maxim Kuvyrkov <maxim@kugelworks.com>
16353
16354 [BZ #16394]
cd6701cf
CD
16355 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16356 SRC and DEST against LEN.
66671c84 16357
38f34581
AZ
163582014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16359
16360 [BZ #16414]
16361 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16362 implementation.
16363 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16364
163652014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
16366
16367 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16368
4c327f2a
JM
163692014-01-08 Joseph Myers <joseph@codesourcery.com>
16370
16371 [BZ #16408]
16372 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16373 for large positive arguments.
16374
b821f414
JM
163752014-01-07 Joseph Myers <joseph@codesourcery.com>
16376
1f0f2067
JM
16377 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16378
a5a326f6
JM
16379 * math/auto-libm-test-in: Mark various tests with
16380 xfail-rounding:ldbl-128ibm.
16381 * math/auto-libm-test-out: Regenerated.
16382
b821f414
JM
16383 [BZ #16407]
16384 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16385 Increase overflow threshold.
16386
94c8a4bc
OB
163872014-01-07 Ondřej Bílka <neleai@seznam.cz>
16388
16389 [BZ #14286]
16390 * stdio-common/vfprintf.c: Check for integer overflow.
16391
87ded0c3
AK
163922014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16393
16394 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16395 the first argument and return value of __tls_get_addr_internal.
16396
c5eebdd0
AK
163972014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16398
16399 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16400 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16401
05d138ef
AK
164022014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16403
16404 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16405 * sysdeps/s390/rtld-global-offsets.sym: New file.
16406 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16407 GLIBC_2.19 symbol.
16408 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16409 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16410 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16411 ... this.
16412 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16413 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16414 ... this.
16415 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16416 Regenerate.
16417 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16418 Regenerate.
16419 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16420 halfs of GPRs for high_gprs contexts.
16421 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16422 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
16423 field.
16424 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16425 uc_flags field.
16426 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16427 64 bit versions:
16428 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16429 for high GPRs (uc_high_gprs) and for future extensions
16430 (__reserved).
16431 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16432 for future extensions (__reserved).
16433 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16434 64 bit versions:
16435 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16436 SC_HIGHGPRS offset definition.
16437 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16438 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16439
93a45ff1
AK
16440 * Versions.def: Add GLIBC_2.19 for libpthread.
16441 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16442 siglongjmp for libpthread with GLIBC_2.19 symver.
16443 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16444 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16445 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16446 * sysdeps/s390/__longjmp.c: New file.
16447 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16448 * sysdeps/s390/longjmp.c: New file.
16449 * sysdeps/s390/setjmp.S: New file.
16450 * sysdeps/s390/sigjmp.S: New file.
16451 * sysdeps/s390/v1-longjmp.c: New file.
16452 * sysdeps/s390/v1-setjmp.h: New file.
16453 * sysdeps/s390/v1-sigjmp.c: New file.
16454 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16455 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16456 GLIBC_2.19 version.
16457 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16458 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16459 versioned symbols for ____longjmp_chk.
16460 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16461 Likewise.
16462 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16463 Regenerate.
16464 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16465 Regenerate.
16466 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16467 Regenerate.
16468 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16469 Regenerate.
16470 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16471 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16472 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16473 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16474 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16475 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16476 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16477 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16478 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16479 * sysdeps/s390/rtld-__longjmp.c: New file.
16480 * sysdeps/s390/rtld-setjmp.S: New file.
16481
eb3fc44b
JM
164822014-01-06 Joseph Myers <joseph@codesourcery.com>
16483
16484 [BZ #16400]
16485 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16486 Return -__logl (x) for small positive arguments without evaluating
16487 a polynomial.
16488
9341dde4
MF
164892014-01-06 Mike Frysinger <vapier@gentoo.org>
16490
16491 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16492 Rename to ...
16493 (__ptrace_peeksiginfo_args): ... this.
16494 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16495 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16496 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16497
4cff0293
AM
164982014-01-06 Allan McRae <allan@archlinux.org>
16499
16500 * inet/netinet/in.h: Fix typo in comment.
16501
75595dcf
AJ
165022014-01-05 Andreas Jaeger <aj@suse.de>
16503
16504 * sysdeps/i386/fpu/libm-test-ulps: Update.
16505
79c1e109
AM
165062014-01-05 Allan McRae <allan@archlinux.org>
16507
dd804818
AM
16508 * po/libc.pot: Regenerated.
16509
79c1e109
AM
16510 * malloc/memusagestat.c: Fix gettext call formatting.
16511
0c813d1f
SK
165122014-01-04 Sami Kerola <kerolasa@iki.fi>
16513
16514 * nscd/nscd.c: Improve usage() output.
16515
20f4a8d9
MF
165162014-01-04 Mike Frysinger <vapier@gentoo.org>
16517
16518 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16519 * sysdeps/unix/sysv/linux/configure: Regenerated.
16520 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16521 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16522
22562bb2
JM
165232014-01-03 Joseph Myers <joseph@codesourcery.com>
16524
16525 [BZ #16390]
16526 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16527 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16528
d7ad2d9b
AZ
165292014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16530
16531 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16532 extra tokens at end of #undef directive.
16533 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16534 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16535 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16536
7dd009d8
JM
165372014-01-03 Joseph Myers <joseph@codesourcery.com>
16538
24db925a
JM
16539 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16540
7dd009d8
JM
16541 * math/auto-libm-test-in: Mark various tests with
16542 xfail-rounding:ldbl-128ibm.
16543 * math/auto-libm-test-out: Regenerated.
16544
396e3ecf
JM
165452014-01-02 Joseph Myers <joseph@codesourcery.com>
16546
819e5d50
JM
16547 [BZ #16386]
16548 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16549 numbers with subnormal high part when calculating exponent.
16550
90b6a1e5
JM
16551 [BZ #16385]
16552 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16553 fabs.
16554
396e3ecf
JM
16555 [BZ #16384]
16556 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16557 M_LN2l.
16558 (__ieee754_acoshl): Use __log1pl not __log1p.
16559
6c8dbf00
OB
165602013-01-02 Ondřej Bílka <neleai@seznam.cz>
16561
57f41c40
AS
16562 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16563 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16564 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16565 (grow_heap, heap_trim, _int_new_arena, get_free_list)
16566 (reused_arena, arena_get2): Convert to GNU style.
16567 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16568 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16569 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 16570 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
16571 * malloc/malloc.c (__malloc_assert, malloc_init_state)
16572 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16573 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16574 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16575 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16576 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 16577 * malloc/malloc.h: Likewise.
57f41c40
AS
16578 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16579 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 16580 * malloc/mcheck.h: Likewise.
57f41c40
AS
16581 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16582 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
16583 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16584 * malloc/morecore.c (__default_morecore): Likewise.
16585 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
16586 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16587 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16588 (print_and_abort): Likewise.
6c8dbf00
OB
16589 * malloc/obstack.h: Likewise.
16590 * malloc/set-freeres.c (__libc_freeres): Likewise.
16591 * malloc/tst-mallocstate.c (main): Likewise.
16592 * malloc/tst-mtrace.c (main): Likewise.
16593 * malloc/tst-realloc.c (do_test): Likewise.
16594
d4124212
SP
165952013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
16596
9a3c6a6f
SP
16597 [BZ #16366]
16598 * nscd/netgroupcache.c (do_notfound): New function.
16599 (addgetnetgrentX): Use it.
16600
d4124212
SP
16601 [BZ # 16365]
16602 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16603 NSS_STATUS_NOTFOUND.
16604
97b9a009
JM
166052014-01-01 Joseph Myers <joseph@codesourcery.com>
16606
16607 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16608 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16609
d4697bc9
AM
166102014-01-01 Allan McRae <allan@archlinux.org>
16611
ddb3687f
AM
16612 * scripts/update-copyrights: Update configure input file suffix.
16613
88726d48
AM
16614 * NEWS: Update copyright year.
16615 * catgets/gencat.c: Likewise.
16616 * csu/version.c: Likewise.
16617 * debug/catchsegv.sh: Likewise.
16618 * debug/pcprofiledump.c: Likewise.
16619 * debug/xtrace.sh: Likewise.
16620 * elf/ldconfig.c: Likewise.
16621 * elf/ldd.bash.in: Likewise.
16622 * elf/pldd.c: Likewise.
16623 * elf/sotruss.ksh: Likewise.
16624 * elf/sprof.c: Likewise.
16625 * iconv/iconv_prog.c: Likewise.
16626 * iconv/iconvconfig.c: Likewise.
16627 * locale/programs/locale.c: Likewise.
16628 * locale/programs/localedef.c: Likewise.
16629 * login/programs/pt_chown.c: Likewise.
16630 * malloc/memusage.sh: Likewise.
16631 * malloc/memusagestat.c: Likewise.
16632 * malloc/mtrace.pl: Likewise.
16633 * manual/libc.texinfo: Likewise.
16634 * nscd/nscd.c: Likewise.
16635 * nss/getent.c: Likewise.
16636 * nss/makedb.c: Likewise.
16637 * posix/getconf.c: Likewise.
16638 * scripts/test-installation.pl: Likewise.
16639
d4697bc9
AM
16640 * All files with FSF copyright notices: Update copyright dates
16641 using scripts/update-copyrights.
16642 * intl/plural.c: Regenerated.
16643 * locale/programs/charmap-kw.h: Likewise.
16644 * locale/programs/locfile-kw.h: Likewise.
16645
c8590f9d
MF
166462013-12-31 Mike Frysinger <vapier@gentoo.org>
16647
16648 * sysdeps/unix/sysv/linux/configure: Regenerated.
16649 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16650 the linux/fanotify.h header.
16651 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16652 HAVE_LINUX_FANOTIFY_H is defined.
16653
b19221b9
SP
166542013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
16655
dd1d85e5
SP
16656 * benchtests/cos-inputs: New inputs.
16657 * benchtests/sin-inputs: Likewise.
16658
1acbb90f
SP
16659 * benchtests/atan-inputs: New inputs. Fix name of multiple
16660 precision fallback inputs.
16661
4c012ed3
SP
16662 * benchtests/atanh-inputs: New inputs.
16663 * benchtests/tanh-inputs: Likewise.
16664
eff98324
SP
16665 * benchtests/acosh-inputs: New inputs.
16666 * benchtests/asinh-inputs: Likewise.
16667
ce641152
SP
16668 * benchtests/cosh-inputs: New inputs.
16669 * benchtests/sinh-inputs: Likewise.
16670
b19221b9
SP
16671 * benchtests/acos-inputs: Add more inputs.
16672 * benchtests/asin-inputs: Likewise.
16673
030a4976 166742013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 16675
030a4976 16676 [BZ #16375]
9dcc8f11
VS
16677 * manual/arith.texi: Fix spelling.
16678 * manual/charset.texi: Likewise.
16679 * manual/errno.texi: Likewise.
16680 * manual/filesys.texi: Likewise.
16681 * manual/lang.texi: Likewise.
16682 * manual/llio.texi: Likewise.
16683 * manual/locale.texi: Likewise.
16684 * manual/message.texi: Likewise.
16685 * manual/resource.texi: Likewise.
16686 * manual/search.texi: Likewise.
16687 * manual/setjmp.texi: Likewise.
16688 * manual/stdio.texi: Likewise.
16689 * manual/string.texi: Likewise.
16690 * manual/sysinfo.texi: Likewise.
16691 * manual/time.texi: Likewise.
16692
11520a57
CD
166932013-12-27 Carlos O'Donell <carlos@redhat.com>
16694
16695 * po/sl.po: New file.
16696
471103ae
MF
166972013-12-27 Mike Frysinger <vapier@gentoo.org>
16698
16699 * .gitignore: Add core/.gdbinit/.gdb_history.
16700
6c9642ed
AM
167012013-12-27 Allan McRae <allan@archlinux.org>
16702
16703 [BZ #16369]
16704 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16705 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16706
3f637079
BM
167072013-12-24 Brooks Moses <bmoses@google.com>
16708
16709 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16710 all compilers that claim C++98 compliance, not just GCC.
16711 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16712 Likewise.
16713
abc26e99
MK
167142013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16715
16716 * NEWS: Restore accidentally deleted bug-fix entries.
16717
362b47fe
MK
167182013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16719 Ondřej Bílka <neleai@seznam.cz>
16720
16721 [BZ #15073]
16722 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 16723 have_lock.
362b47fe 16724
b9bcbbcb
OB
167252013-12-23 Ondřej Bílka <neleai@seznam.cz>
16726
16727 [BZ #12986]
16728 * manual/stdio.texi (String Input Conversions): Clarify that character
16729 classes are not supported.
16730
fb55fcd2
AZ
167312013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16732
16733 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16734
ef7344f0
JM
167352013-12-22 Joseph Myers <joseph@codesourcery.com>
16736
4f40e4b3
JM
16737 [BZ #16337]
16738 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16739 Calculate results for small negative arguments directly rather
16740 than using reflection formula with special underflow handling.
16741
ef7344f0
JM
16742 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16743 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16744 sysdeps/unix/bsd/bsd4.4/syscalls.list.
16745 (fchflags): Likewise.
16746 (revoke): Likewise.
16747 (setlogin): Likewise.
16748 (sigaltstack): Likewise.
16749 (wait4): Likewise.
16750 (sigblock): Remove.
16751 (sigsetmask): Likewise.
16752 (wait3): Likewise.
16753 (waitpid): Likewise.
16754 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16755 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16756 file.
16757 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16758 * sysdeps/unix/bsd/Makefile: ... here.
16759 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16760 * sysdeps/unix/bsd/Versions: ... here.
16761 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16762 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16763 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16764 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16765 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16766 * sysdeps/unix/bsd/sigblock.c: ... here.
16767 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16768 * sysdeps/unix/bsd/sigsetmask.c: ... here.
16769 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16770 * sysdeps/unix/bsd/sigvec.c: ... here.
16771 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16772 * sysdeps/unix/bsd/tcdrain.c: ... here.
16773 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16774 * sysdeps/unix/bsd/tcgetattr.c: ... here.
16775 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16776 * sysdeps/unix/bsd/tcsetattr.c: ... here.
16777 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16778 * sysdeps/unix/bsd/wait.c: ... here.
16779 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16780 * sysdeps/unix/bsd/wait3.c: ... here.
16781 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16782 * sysdeps/unix/bsd/waitpid.c: ... here.
16783
5b0626b9
JM
167842013-12-21 Joseph Myers <joseph@codesourcery.com>
16785
16786 [BZ #16356]
16787 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16788 round-to-nearest for [!USE_AS_EXPM1L].
16789 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16790 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
16791 more tests of exp and exp10. Expect some exp10 tests to miss
16792 exceptions or fail in directed rounding modes.
16793 * math/auto-libm-test-out: Regenerated.
16794 * math/libm-test.inc (exp10_tonearest_test_data): New array.
16795 (exp10_test_tonearest): New function.
16796 (exp10_towardzero_test_data): New array.
16797 (exp10_test_towardzero): New function.
16798 (exp10_downward_test_data): New array.
16799 (exp10_test_downward): New function.
16800 (exp10_upward_test_data): New array.
16801 (exp10_test_upward): New function.
16802 (main): Call the new functions.
16803 * sysdeps/i386/fpu/libm-test-ulps: Update.
16804 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16805
7fda5682
JM
168062013-12-20 Joseph Myers <joseph@codesourcery.com>
16807
31e3a405
JM
16808 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16809 asinh, atan, atan2, atanh, cbrt, cos and cosh.
16810 * math/auto-libm-test-out: Regenerated.
16811 * math/libm-test.inc (acosh_test_data): Add more tests.
16812 (atanh_test_data): Likewise.
16813 (ceil_test_data): Likewise.
16814 (copysign_test_data): Likewise.
16815 * sysdeps/i386/fpu/libm-test-ulps: Update.
16816 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16817
85bff96a
JM
16818 * timezone/checktab.awk: Update from tzcode 2013i.
16819 * timezone/private.h: Likewise.
16820 * timezone/scheck.c: Likewise.
16821 * timezone/tzfile.h: Likewise.
16822 * timezone/tzselect.ksh: Likewise.
16823 * timezone/zdump.c: Likewise.
16824 * timezone/zic.c: Likewise.
16825
b7867a3b
JM
16826 * math/auto-libm-test-in: Add tests of cpow.
16827 * math/auto-libm-test-out: Regenerated.
16828 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 16829 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
16830 mpc_cc_c.
16831 (func_calc_desc): Add mpc_cc_c union field.
16832 (test_functions): Add cpow.
16833 (special_fill_2pi): New function.
16834 (special_real_inputs): Add 2pi.
16835 (calc_generic_results): Handle mpc_cc_c.
16836 * sysdeps/i386/fpu/libm-test-ulps: Update.
16837 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16838
7fda5682
JM
16839 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16840 csqrt, ctan and ctanh.
16841 * math/auto-libm-test-out: Regenerated.
16842 * math/libm-test.inc (TEST_COND_x86_64): New macro.
16843 (TEST_COND_x86): Likewise.
16844 (ccos_test_data): Use AUTO_TESTS_c_c.
16845 (ccosh_test_data): Likewise.
16846 (cexp_test_data): Likewise.
16847 (clog_test_data): Likewise.
16848 (csqrt_test_data): Likewise.
16849 (ctan_test_data): Likewise.
16850 (ctan_tonearest_test_data): Likewise.
16851 (ctan_towardzero_test_data): Likewise.
16852 (ctan_downward_test_data): Likewise.
16853 (ctan_upward_test_data): Likewise.
16854 (ctanh_test_data): Likewise.
16855 (ctanh_tonearest_test_data): Likewise.
16856 (ctanh_towardzero_test_data): Likewise.
16857 (ctanh_downward_test_data): Likewise.
16858 (ctanh_upward_test_data): Likewise.
16859 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16860 mpc_c_c.
16861 (func_calc_desc): Add mpc_c_c union field.
16862 (FUNC_mpc_c_c): New macro.
16863 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16864 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16865 ctanh.
16866 (special_fill_min_subnorm_p120): New function.
16867 (special_real_inputs): Add min_subnorm_p120.
16868 (calc_generic_results): Handle mpc_c_c.
16869 * sysdeps/i386/fpu/libm-test-ulps: Update.
16870 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16871
5ff8d60e
SP
168722013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16873
57f41c40
AS
16874 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16875 (do_sin_slow): New functions.
16876 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16877 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 16878
84ba214c
SP
16879 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16880 Use M to change sign of result instead of X. Assume X is
16881 positive.
16882 (csloww1): Likewise.
16883 (__sin): Adjust.
16884 (__cos): Adjust.
16885
975195e4
SP
16886 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16887 arguments A and DA.
16888 (__sin): Adjust.
16889 (__cos): Likewise.
16890
5ff8d60e
SP
16891 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16892 (__cos): Likewise.
16893 (sloww1): Don't adjust sign of DX.
16894 (csloww1): Likewise.
16895 (sloww2): Use X directly and don't adjust sign of DX.
16896 (csloww2): Likewise.
16897
eb983568
JM
168982013-12-19 Joseph Myers <joseph@codesourcery.com>
16899
64a17f1a
JM
16900 * math/auto-libm-test-in: Add tests of cabs and carg.
16901 * math/auto-libm-test-out: Regenerated.
16902 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16903 (carg_test_data): Likewise.
16904 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16905 mpc_c_f.
16906 (func_calc_desc): Add mpc_c_f union field.
16907 (test_functions): Add cabs and carg.
16908 (calc_generic_results): Handle mpc_c_f.
16909
eb983568
JM
16910 * sysdeps/powerpc/powerpc32/libgcc-compat.S
16911 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16912 as a macro and a compat symbol.
16913 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16914 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16915 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16916 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16917 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16918 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16919 not use .hidden.
16920 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16921 Likewise.
16922 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16923 Likewise.
16924 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16925 Likewise.
16926 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16927 Likewise.
16928 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16929 Likewise.
16930 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16931 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16932 from GLIBC_2.3.2.
16933
6eeb678a
AZ
169342013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16935
16936 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16937
6f6fc482
JM
169382013-12-19 Joseph Myers <joseph@codesourcery.com>
16939
21fea2e2
JM
16940 * manual/texinfo.tex: Update to version 2013-11-26.10 with
16941 trailing whitespace removed.
16942 * scripts/config.guess: Update to version 2013-11-29.
16943 * scripts/config.sub: Update to version 2013-10-01.
16944
6f6fc482
JM
16945 * math/auto-libm-test-in: Add tests of sincos.
16946 * math/auto-libm-test-out: Regenerated.
16947 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16948 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16949 mpfr_f_11.
16950 (func_calc_desc): Add mpfr_f_11 union field.
16951 (test_functions): Add sincos.
16952 (calc_generic_results): Handle mpfr_f_11.
16953 * sysdeps/i386/fpu/libm-test-ulps: Update.
16954 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16955
83f5c32d
AS
169562013-12-19 Andreas Schwab <schwab@suse.de>
16957
16958 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16959 CALL_MCOUNT.
16960 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16961 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16962 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16963
c688b419
JM
169642013-12-19 Joseph Myers <joseph@codesourcery.com>
16965
335ee092
JM
16966 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16967 * sysdeps/i386/fpu/libm-test-ulps: Update.
16968 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16969
f88acd39
JM
16970 [BZ #16293]
16971 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16972 round-to-nearest mode when using frndint.
16973 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16974 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16975 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16976 Likewise.
16977 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
16978 sinh test to fail.
16979 * math/auto-libm-test-out: Regenerated.
16980 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16981 (TEST_COND_x86): Likewise.
16982 (expm1_tonearest_test_data): New array.
16983 (expm1_test_tonearest): New function.
16984 (expm1_towardzero_test_data): New array.
16985 (expm1_test_towardzero): New function.
16986 (expm1_downward_test_data): New array.
16987 (expm1_test_downward): New function.
16988 (expm1_upward_test_data): New array.
16989 (expm1_test_upward): New function.
16990 (main): Run the new test functions.
16991 * sysdeps/i386/fpu/libm-test-ulps: Update.
16992 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16993
c688b419
JM
16994 * include/features.h: Update comment documenting feature test
16995 macros. Mention _DEFAULT_SOURCE in comment.
16996 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16997 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16998 _BSD_SOURCE and _SVID_SOURCE.
16999 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17000 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17001 !_SVID_SOURCE]: Likewise.
17002 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17003 (__USE_POSIX_IMPLICITLY): Define.
17004 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17005 (_POSIX_SOURCE): Undefine and redefine.
17006 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17007 (_POSIX_C_SOURCE): Likewise.
17008 * manual/creature.texi (_DEFAULT_SOURCE): Document.
17009 (Feature Test Macros): Update documentation of default features.
17010
9f6e964c
RS
170112013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17012
17013 * benchtests/Makefile: Add bench-strtok.
17014 * benchtests/bench-strtok.c: New file: strtok benchtest.
17015
ee0a148a
AM
170162013-12-19 Allan McRae <allan@archlinux.org>
17017
17018 * manual/install.texi: Suppress menu for plain text output.
17019 * INSTALL: Regenerated.
17020
b9ab448f
BM
170212013-12-18 Brooks Moses <bmoses@google.com>
17022
17023 [BZ #15846]
17024 * misc/getauxval.c: Include errno.h.
17025 (__getauxval): Set errno to ENOENT if the requested type is not
17026 found.
17027 * misc/sys/auxv.h (getauxval): Document that it may set errno;
17028 don't declare with __attribute_const__.
17029 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17030 * manual/startup.texi: Document that getauxval sets errno.
17031
23776487
JM
170322013-12-18 Joseph Myers <joseph@codesourcery.com>
17033
f889953b
JM
17034 * math/auto-libm-test-in: Add tests of jn and yn.
17035 * math/auto-libm-test-out: Regenerated.
17036 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17037 (yn_test_data): Likewise.
17038 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17039 mpfr_if_f.
17040 (func_calc_desc): Add mpfr_if_f union field.
17041 (FUNC_mpfr_if_f): New macro.
17042 (test_functions): Add jn and yn.
17043 (calc_generic_results): Assert type of second input for
17044 mpfr_ff_f. Handle mpfr_if_f.
17045 (output_for_one_input_case): Disable all checking for arguments
17046 fitting floating-point types in case of an integer argument.
17047 * sysdeps/i386/fpu/libm-test-ulps: Update.
17048 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17049
23776487
JM
17050 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17051 Don't expect fegetround reference in libm.so.
17052
cb756c6d
MS
170532013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
17054
17055 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17056 $(config-cflags-nofma).
17057
2dec468f
JM
170582013-12-18 Joseph Myers <joseph@codesourcery.com>
17059
5953eb3a
JM
17060 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17061 * math/auto-libm-test-out: Regenerated.
17062
2dec468f
JM
17063 [BZ #16338]
17064 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17065 to determine exponent and adjust argument to have exponent of -1.
17066 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17067 log2.
17068 * math/auto-libm-test-out: Regenerated.
17069 * sysdeps/i386/fpu/libm-test-ulps: Update.
17070 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17071
4d84e6ad
OB
170722013-12-18 Ondřej Bílka <neleai@seznam.cz>
17073
17074 * manual/probes.texi: Remove cases when per-thread arenas are
17075 disabled.
17076
1818483b
AS
170772013-12-18 Andreas Schwab <schwab@suse.de>
17078
17079 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17080 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17081 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17082 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17083 * sysdeps/i386/i686/multiarch/Makefile: Update.
17084 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17085
25de95bf
JM
170862013-12-17 Joseph Myers <joseph@codesourcery.com>
17087
17088 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17089 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17090
674762d9
PE
170912013-12-17 Paul Eggert <eggert@cs.ucla.edu>
17092
ed27ed83 17093 [BZ #15968]
0748546f
PE
17094 Support TZ transition times < 00:00:00.
17095 This is needed for version-3 tz-format files; it supports time
17096 stamps past 2037 for America/Godthab (the only entry in the tz
17097 database for which this change is relevant).
17098 * manual/time.texi (TZ Variable): Document transition times
17099 from -167:59:59 through -00:00:01.
17100 * time/tzset.c (tz_rule): Time of day is now signed.
17101 (__tzset_parse_tz): Parse negative time of day.
17102
4480e934
PE
17103 Document TZ transition times >= 25:00:00.
17104 * manual/time.texi (TZ Variable): Document transition times from
17105 25:00:00 through 167:59:59. These are already supported, and this
17106 support will help with version-3 tz-format files.
17107
69947401
PE
17108 * manual/time.texi (TZ Variable): Modernize North America example
17109 to reflect current (i.e., 2007-and-later) daylight saving rules.
17110
674762d9
PE
17111 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17112
7011c262
JM
171132013-12-17 Joseph Myers <joseph@codesourcery.com>
17114
2fc6557e
JM
17115 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17116 * sysdeps/unix/bsd/bits/stat.h: Likewise.
17117 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17118 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17119 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17120 * sysdeps/unix/bsd/bsdstat.h: Likewise.
17121 * sysdeps/unix/bsd/clock.c: Likewise.
17122 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17123 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17124 * sysdeps/unix/bsd/init-posix.c: Likewise.
17125 * sysdeps/unix/bsd/poll.c: Likewise.
17126 * sysdeps/unix/bsd/ptsname.c: Likewise.
17127 * sysdeps/unix/bsd/seekdir.c: Likewise.
17128 * sysdeps/unix/bsd/setegid.c: Likewise.
17129 * sysdeps/unix/bsd/seteuid.c: Likewise.
17130 * sysdeps/unix/bsd/setgid.c: Likewise.
17131 * sysdeps/unix/bsd/setrgid.c: Likewise.
17132 * sysdeps/unix/bsd/setruid.c: Likewise.
17133 * sysdeps/unix/bsd/setsid.c: Likewise.
17134 * sysdeps/unix/bsd/setuid.c: Likewise.
17135 * sysdeps/unix/bsd/sigaction.c: Likewise.
17136 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17137 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17138 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17139 * sysdeps/unix/bsd/telldir.c: Likewise.
17140 * sysdeps/unix/bsd/times.c: Likewise.
17141 * sysdeps/unix/bsd/usleep.c: Likewise.
17142
029c7b25
JM
17143 * misc/Makefile (install-lib): Remove libbsd-compat.a.
17144 ($(objpfx)libbsd-compat.a): Remove rule.
17145
7011c262
JM
17146 * include/features.h (__FAVOR_BSD): Do not define.
17147 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17148 features conflicting with POSIX.
17149 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17150 (_BSD_SOURCE): Remove description of not being a subset of other
17151 feature test macros.
17152 * manual/job.texi (getpgrp): Do not document BSD version.
17153 (getpgid): Do not document by reference to BSD getpgrp.
17154 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17155 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17156 * signal/signal.h [__FAVOR_BSD]: Likewise.
17157 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17158 instead of making contents conditional on [__FAVOR_BSD].
17159 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17160
affb6f78
AZ
171612013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17162
17163 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17164
c88769dd
JM
171652013-12-17 Joseph Myers <joseph@codesourcery.com>
17166
6432a540
JM
17167 [BZ #16314]
17168 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17169 values below 2**-450, not 2**-500.
17170 * math/auto-libm-test-in: Don't allow spurious underflow from
17171 hypot.
17172 * math/auto-libm-test-out: Regenerated.
17173
c88769dd
JM
17174 [BZ #16316]
17175 [BZ #16330]
17176 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17177 values of ha and hb and sort them after adjusting subnormal
17178 arguments.
17179 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17180 Likewise.
17181 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17182 values of ea and eb and sort them after adjusting subnormal
17183 arguments.
17184 * math/auto-libm-test-in: Do not expect some hypot tests of
17185 subnormals to fail. Add more hypot tests.
17186 * math/auto-libm-test-out: Regenerated.
17187
29618f6b
KK
171882013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17189
17190 [BZ #13304]
17191 * sysdeps/sh/s_fma.c: New file.
17192 * sysdeps/sh/s_fmaf.c: New file.
17193 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
17194 version.
17195 * sysdeps/sh/Implies: Add sh/soft-fp.
17196
eacfdfbf
RM
171972013-12-16 Roland McGrath <roland@hack.frob.com>
17198
17199 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
17200 level of indirection to members `objname', `errstring', `malloced'.
17201 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17202 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
17203 it as the __longjmp argument (just pass 1 instead).
17204 (_dl_catch_error): Initialize C with argument pointers and address of
17205 volatile local ERRCODE rather than copying values out of C at return.
17206
ff362e5b
JM
172072013-12-16 Joseph Myers <joseph@codesourcery.com>
17208
17209 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17210 * math/auto-libm-test-out: Regenerated.
17211 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17212 (hypot_test_data): Likewise.
17213 (pow_test_data): Likewise.
17214 (pow_tonearest_test_data): Likewise.
17215 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17216 mpfr_ff_f.
17217 (func_calc_desc): Add mpfr_ff_f union field.
17218 (FUNC_mpfr_ff_f): New macro.
17219 (test_functions): Add atan2, hypot and pow.
17220 (special_fill_min): New function.
17221 (special_fill_minus_min): Likewise.
17222 (special_fill_min_subnorm): Likewise.
17223 (special_fill_minus_min_subnorm): Likewise.
17224 (special_real_inputs): Add min, -min, min_subnorm and
17225 -min_subnorm.
17226 (calc_generic_results): Handle mpfr_ff_f.
17227 * sysdeps/i386/fpu/libm-test-ulps: Update.
17228 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17229
5764c27f
WN
172302013-12-16 Will Newton <will.newton@linaro.org>
17231
17232 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17233 (Aligned Memory Blocks): Add documentation for aligned_alloc
17234 and suggest it as an alternative to posix_memalign.
17235 (Hooks for Malloc): Document __memalign_hook is also called
17236 for aligned_alloc. (Summary of Malloc): Add summary for
17237 aligned alloc. Document __memalign_hook is also called
17238 for aligned_alloc.
17239
0a096e44
WN
172402013-12-16 Will Newton <will.newton@linaro.org>
17241
17242 * manual/memory.texi (Malloc Examples): Clarify default
17243 alignment documentation. Suggest posix_memalign rather
17244 than memalign or valloc.
17245 (Aligned Memory Blocks): Remove suggestion to use memalign
17246 or valloc. Remove obsolete comment about BSD.
17247 Document memalign errno values and mark the function obsolete.
17248 Document posix_memalign returned error codes. Mark valloc
17249 as obsolete. (Hooks for Malloc): __memalign_hook is also
17250 called for posix_memalign and valloc.
17251 (Summary of Malloc): Add posix_memalign to function summary.
17252 __memalign_hook is also called for posix_memalign and valloc.
17253
8d561986
SP
172542013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
17255
17256 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17257 TAYLOR_SIN.
17258 (__sin): Adjust.
17259 (__cos): Likewise.
17260 (sloww): Use mynumber union. Expand ternary operator into
17261 if-else statements.
17262 (cslow): use mynumber union.
17263
73616a74
AM
172642013-12-16 Allan McRae <allan@archlinux.org>
17265
9e8ac24b
AM
17266 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17267 * configure: Regenerated.
17268
6f8e37eb
AM
17269 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17270
8894bad3
AM
17271 [BZ #14120]
17272 * configure.ac: Added --enable-maintainer-mode. Check for
17273 autoconf when enabled.
17274 * configure: Regenerated.
17275
73616a74
AM
17276 * nscd/nscd.service: New file.
17277 * nscd/nscd.tmpfiles: New file.
17278
584b18eb
OB
172792013-12-14 Ondřej Bílka <neleai@seznam.cz>
17280
17281 [BZ #12100]
17282 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17283 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17284 * sysdeps/x86_64/multiarch/strstr.c: ... here.
17285 (strstr): Add __strstr_sse2_unaligned ifunc.
17286 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17287 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17288 (strcasestr): Remove __strcasestr_sse42 ifunc.
17289 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17290 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17291 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17292
8a5c7897
KK
172932013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17294
17295 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17296 * sysdeps/sh/bits/fenv.h: ... here.
17297 * sysdeps/sh/sh4/fpu/bits: Remove directory.
17298
fd712ef3
AZ
172992013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17300
17301 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17302
42fcb46c
AZ
17303 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17304 hypotf multiarch implementations.
17305 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17306 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17307 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17308 multiarch hypot for PPC64.
17309 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17310 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17311 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17312 multiarch hypotf for PPC64.
17313
83efded4
AZ
17314 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17315 modff multiarch implementations.
17316 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17317 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17318 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17319 multiarch modf for PPC64.
17320 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17321 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17322 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17323 multiarch modff for PPC64.
17324
43e246d2
AZ
17325 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17326 and logl multiarch implementations.
17327 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17328 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17329 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17330 multiarch logb for PPC64.
17331 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17332 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17333 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17334 multiarch logb for PPC64.
17335 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17336 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17337 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17338 multiarch logb for PPC64.
17339
8fdad123
AZ
17340 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17341 isinff multiarch implementation.
17342 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17343 file.
17344 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17345 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17346 multiarch isinf for PPC64.
17347 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17348 file.
17349 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17350 multiarch isinff for PPC64.
17351
1481d706
AZ
17352 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17353 finitef multiarch implementation.
17354 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17355 file.
17356 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17357 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17358 multiarch finite for PPC64.
17359 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17360 file.
17361 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17362 multiarch finitef for PPC64.
17363
5ccd5fc8
AZ
17364 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17365 lrint multiarch implementation.
17366 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17367 file.
17368 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17369 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17370 multiarch llrint for PPC64.
17371 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17372 multiarch lrint for PPC64.
17373
2568f3fa
AZ
17374 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17375 copysignf multiarch implementation.
17376 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17377 file.
17378 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17379 file.
17380 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17381 multiarch copysign for PPC64.
17382 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17383 multiarch copysignf for PPC64.
17384
1cb341fd
AZ
17385 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17386 multiarch implementation.
17387 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17388 file.
17389 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17390 file.
17391 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17392 file.
17393 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17394 file.
17395 multiarch llround for PPC64.
17396 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17397 multiarch trunc for PPC64.
17398 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17399 multiarch truncf for PPC64.
17400
59a3e194
AZ
17401 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17402 multiarch implementation.
17403 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17404 file.
17405 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17406 file.
17407 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17408 file.
17409 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17410 file.
17411 multiarch llround for PPC64.
17412 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17413 multiarch round for PPC64.
17414 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17415 multiarch roundf for PPC64.
17416
357fd3b4
AZ
17417 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17418 multiarch implementation.
17419 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17420 file.
17421 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17422 file.
17423 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17424 file.
17425 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17426 file.
17427 multiarch llround for PPC64.
17428 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17429 multiarch floor for PPC64.
17430 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17431 multiarch floorf for PPC64.
17432
96770f12
AZ
17433 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17434 multiarch implementation.
17435 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17436 file.
17437 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17438 file.
17439 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17440 file.
17441 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17442 file.
17443 multiarch llround for PPC64.
17444 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17445 multiarch ceil for PPC64.
17446 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17447 multiarch ceilf for PPC64.
17448
c3627f6e
AZ
17449 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17450 multiarch implementation.
17451 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17452 file.
17453 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17454 file.
17455 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17456 file.
17457 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17458 multiarch llround for PPC64.
17459 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17460 multiarch lround for PPC64.
17461
b2284ad7
AZ
17462 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17463 multiarch implementation.
17464 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17465 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17466 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17467 file.
17468 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17469 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17470 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17471 multiarch isnan for PPC64.
17472 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17473 multiarch isnanf for PPC64.
17474
69bbc63d
AZ
17475 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17476 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17477 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17478 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17479 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17481
c24517c9
AZ
17482 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17483 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17484 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17485 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17486
a52374e8
AZ
17487 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17488 multiarch implementations.
17489 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17490 (__libc_ifunc_impl_list): Likewise.
17491 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17492 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17493 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17494 multiarch stpcpy for PPC64.
17495
7f5ec113
AZ
17496 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17497 multiarch implementations.
17498 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17499 (__libc_ifunc_impl_list): Likewise.
17500 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17501 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17502 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17503 multiarch strcpy for PPC64.
17504
e28bcd42
AZ
17505 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17506 redefine function name.
17507 (_wordcopy_fwd_dest_aligned): Likewise.
17508 (_wordcopy_bwd_aligned): Likewise.
17509 (_wordcopy_bwd_dest_aligned): Likewise.
17510 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17511 multiarch implementations.
17512 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17513 (__libc_ifunc_impl_list): Likewise.
17514 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17515 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17516 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17517 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17518 multiarch wcscpy for PPC64.
17519
92cacfce
AZ
17520 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17521 multiarch implementations.
17522 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17523 (__libc_ifunc_impl_list): Likewise.
17524 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17525 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17526 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17527 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17528 multiarch wcscpy for PPC64.
17529
7b714620
AZ
17530 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17531 multiarch implementations.
17532 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17533 (__libc_ifunc_impl_list): Likewise.
17534 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17535 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17536 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17537 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17538 multiarch wcsrchr for PPC64.
17539
16fd2ae3
AZ
17540 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17541 multiarch implementations.
17542 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17543 (__libc_ifunc_impl_list): Likewise.
17544 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17545 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17546 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17547 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17548 multiarch wcschr for PPC64.
17549
9ee2969b
AZ
17550 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17551 multiarch implementations.
17552 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17553 (__libc_ifunc_impl_list): Likewise.
17554 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17555 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17556 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17557 multiarch strchrnul for PPC64.
17558
372dc060
AZ
17559 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17560 implementations.
17561 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17562 (__libc_ifunc_impl_list): Likewise.
17563 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17564 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17565 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17566 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17567 strchr for PPC64.
17568
24c2c3b9
AZ
17569 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17570 implementations.
17571 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17572 (__libc_ifunc_impl_list): Likewise.
17573 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17574 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17575 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17576 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17577 strncmp for PPC64.
17578
1c92d9a0
AZ
17579 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17580 multiarch implementations.
17581 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17582 (__libc_ifunc_impl_list): Likewise.
17583 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17584 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17585 strncasecmp for PPC64.
17586 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17587 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17588 multiarch strncasecmp_l for PPC64.
17589
17de3ee3
AZ
17590 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17591 multiarch implementations.
17592 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17593 (__libc_ifunc_impl_list): Likewise.
17594 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17595 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17596 multiarch strcasecmp for PPC64.
17597 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17598 file.
17599 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17600 multiarch strcasecmp_l for PPC64.
17601
62982bf9
AZ
17602 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17603 implementations.
17604 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17605 (__libc_ifunc_impl_list): Likewise.
17606 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17607 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17608 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17609 strnlen for PPC64.
17610
a65f4904
AZ
17611 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17612 implementations.
17613 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17614 (__libc_ifunc_impl_list): Likewise.
17615 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17616 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17617 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17618 strlen for PPC64.
17619
1fd005ad
AZ
17620 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17621 implementations.
17622 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17623 (__libc_ifunc_impl_list): Likewise.
17624 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17625 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17626 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17627 rawmemrchr for PPC64.
17628
cd05ba91
AZ
17629 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17630 implementation.
17631 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17632 (__libc_ifunc_impl_list): Likewise.
17633 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17634 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17635 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17636 memrchr for PPC64.
17637
870f8676
AZ
17638 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17639 implementation.
17640 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17641 (__libc_ifunc_impl_list): Likewise.
17642 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17643 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17644 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17645 memchr for PPC64.
17646
f00be62b
AZ
17647 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17648 implementation.
17649 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17650 (__libc_ifunc_impl_list): Likewise.
17651 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17652 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17653 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17654 mempcpy for PPC64.
17655
8a29a3d0
AZ
17656 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17657 avoid cretion of __bzero symbol.
17658 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17659 Likewise.
17660 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17661 Likewise.
17662 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17663 Likewise.
17664 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17665 multiarch implementations.
17666 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17667 (__libc_ifunc_impl_list): Likewise.
17668 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17669 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17670 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17671 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17672 bzero for PPC32.
17673 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17674 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17675 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17676 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17677 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17678 memset for PPC64.
17679 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17680
07253fcf
AZ
17681 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17682 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17683 implementations.
17684 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17685 (__libc_ifunc_impl_list): Likewise.
17686 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17687 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17688 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17689 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17690 memcmp for PPC64.
17691
b5beafbc
AZ
17692 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17693 multiarch for POWER/PPC64.
17694 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17695 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17696 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17697 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17698 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17699 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17700 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17701 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17702 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17703 memcpy for PPC64.
17704
5e6a4d4b
AZ
17705 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17706 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17707 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17708 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17709 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17710 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17711 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17712 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17713 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17714 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17715 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17716 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17717 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17718 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17719 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17721 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17724 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17725 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17727
ddfab6dc
KK
177282013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17729
17730 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17731
19b5525e
SP
177322013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
17733
17734 * benchtests/Makefile (bench): Add exp2 and log2.
17735 (LDLIBS-bench-exp2): Add -lm.
17736 (LDLIBS-bench-log2): Likewise.
17737 * benchtests/exp2-inputs: New inputs file.
17738 * benchtests/log2-inputs: New inputs file.
17739 * benchtests/log-inputs: Add new inputs.
17740 * benchtests/tan-inputs: Likewise.
17741
196f7f5d
SP
177422013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
17743
7a74607f
SP
17744 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17745 definition...
57f41c40
AS
17746 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17747 (csloww2): ... from here.
7a74607f 17748
196f7f5d
SP
17749 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17750 instead of structures.
17751 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17752 (POLYNOMIAL): Likewise.
17753 (TAYLOR_SLOW): Likewise.
17754 (__sin): Likewise.
17755 (__cos): Likewise.
17756 (slow1): Likewise.
17757 (slow2): Likewise.
17758 (sloww): Likewise.
17759 (sloww1); Likewise.
17760 (sloww2): Likewise.
17761 (bsloww1): Likewise.
17762 (bsloww2): Likewise.
17763 (cslow2): Likewise.
17764 (csloww): Likewise.
17765 (csloww1): Likewise.
17766 (csloww2): Likewise.
17767
0dfa665c
OB
177682013-12-10 Ondřej Bílka <neleai@seznam.cz>
17769
17770 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
17771 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17772 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
17773 * malloc/hooks.c (realloc_check): Likewise.
17774
5782a80f
OB
17775 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17776 * malloc/arena.c: Remove PER_THREAD conditional.
17777 [!PER_THREAD]: Remove code.
17778 (ptmalloc_unlock_all2): Likewise.
17779 (ptmalloc_init): Likewise.
17780 (_int_new_arena): Likewise.
17781 (arena_get2): Likewise.
17782 * malloc/hooks.c (__malloc_get_state): Likewise.
17783 (__malloc_set_state): Likewise.
17784 * malloc/malloc.c: Likewise.
17785 (struct malloc_state): Likewise.
17786 (struct malloc_par): Likewise.
17787 (__libc_realloc): Likewise.
17788 (__libc_mallopt): Likewise.
17789
aeb95445
AZ
177902013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17791
17792 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17793
e8349efd
OB
177942013-12-09 Ondřej Bílka <neleai@seznam.cz>
17795
17796 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17797 macro to a function. Check for zero perturb_byte.
17798 (_int_malloc, _int_free): Remove zero perturb_byte checks.
17799
f3eeb3fc 17800 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
17801 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17802 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
17803 force_reg by atomic_forced_read.
17804 * malloc/arena.c (ptmalloc_init): Likewise.
17805 * malloc/hooks.c (top_check): Likewise.
17806
be2f9009
AZ
178072013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17808
17809 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17810
e7b914bd
MT
178112013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
17812
17813 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17814
9f0be4f8
JM
178152013-12-08 Joseph Myers <joseph@codesourcery.com>
17816
17817 * math/auto-libm-test-in: Add tests of lgamma.
17818 * math/auto-libm-test-out: Regenerated.
17819 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17820 (M_LOG_2_SQRT_PIl): Likewise.
17821 (lgamma_test_data): Use AUTO_TESTS_f_f1.
17822 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17823 mpfr_f_f1.
17824 (func_calc_desc): Add mpfr_f_f1 union field.
17825 (ARGS1): New macro.
17826 (ARGS2): Likewise.
17827 (ARGS3): Likewise.
17828 (ARGS4): Likewise.
17829 (RET1): Likewise.
17830 (RET2): Likewise.
17831 (CALC): Likewise.
17832 (FUNC): Likewise.
17833 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17834 (test_functions): Add lgamma.
17835 (calc_generic_results): Handle mpfr_f_f1.
17836 * sysdeps/i386/fpu/libm-test-ulps: Update.
17837 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17838
24eeafdb
AZ
178392013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17840
17841 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17842 __mpn_add_n for PowerPC64/POWER7.
17843 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17844 __mpn_sub_n for PowerPC64/POWER7.
17845
4a2c0fd4
AZ
17846 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17847 __mpn_addmul_1 for PowerPC64.
17848 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17849 __mpn_submul_1 for PowerPC64.
17850 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17851 for PowerPC64.
17852 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17853 for PowerPC64.
17854
4b5b548c
FS
178552013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
17856
17857 [BZ #15089]
17858 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17859
0a3ac0aa
AZ
178602013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17861
17862 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17863
ccdc8438
AZ
17864 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17865 add multiarch folders.
17866 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17867 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17868 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17869 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17870 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17871 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17872 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17873 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17874 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17875 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17876 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17877 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17878 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17879 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17880 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17882 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17883
2e973d99
AZ
17884 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17885 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17886 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17887 New file.
17888 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17889 New file.
17890 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17891 multiarch __ieee754_hypot for PowerPC32.
17892 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17893 New file.
17894 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17895 New file.
17896 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17897 multiarch __ieee754_hypotf for PowerPC32.
17898
2d9470b2
AZ
17899 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17900 long_double_symbol only if __logbl is defined.
17901 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17902 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17903 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17904 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17905 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17906 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17907 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17908 path for implementation.
17909 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17910 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17911 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17912 logb, and logbl multiarch implementations for PowerPC32.
17913 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17914 file.
17915 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17916 file.
17917 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17918 multiarch logb for PowerPC32.
17919 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17920 file.
17921 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17922 file.
17923 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17924 multiarch logbf for PowerPC32.
17925 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17926 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17927 file.
17928 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17929 multiarch logbl implementation for PowerPC32.
17930
5212ffce
AZ
17931 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17932 and modff multiarch implementations.
17933 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17934 New file.
17935 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17936 New file.
17937 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17938 multiarch modf for PowerPC32.
17939 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17940 New file.
17941 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17942 New file.
17943 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17944 multiarch modff for PowerPC32.
17945
79dccf31
AZ
17946 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17947 and lrintf multiarch implementations.
17948 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17949 New file.
17950 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17951 New file.
17952 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17953 multiarch lrint for PowerPC32.
17954 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17955 file: multiarch lrintf for PowerPC32.
17956
deb66480
AZ
17957 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17958 and lroundf multiarch implementations.
17959 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17960 New file.
17961 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17962 New file.
17963 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17964 New file.
17965 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17966 multiarch lround for PowerPC32.
17967 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17968 file: multiarch lroundf for PowerPC32.
17969
264b036b
AZ
17970 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17971 copysign and copysignf multiarch implementations.
17972 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17973 New file.
17974 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17975 New file.
17976 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17977 file: multiarch copysign for PowerPC32.
17978 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17979 file: multiarch copysignf for PowerPC32.
17980
d47db6c9
AZ
17981 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17982 and truncf multiarch implementations.
17983 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17984 New file.
17985 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17986 file.
17987 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17988 multiarch trunc for PowerPC32.
17989 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17990 New file.
17991 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17992 New file.
17993 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17994 multiarch truncf for PowerPC32.
17995
ddb60b5a
AZ
17996 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17997 and roundf multiarch implementations.
17998 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17999 New file.
18000 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18001 file.
18002 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18003 multiarch round for PowerPC32.
18004 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18005 New file.
18006 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18007 New file.
18008 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18009 multiarch roundf for PowerPC32.
18010
bedcf49b
AZ
18011 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18012 and floorf multiarch implementations.
18013 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18014 New file.
18015 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18016 file.
18017 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18018 multiarch floor for PowerPC32.
18019 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18020 New file.
18021 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18022 New file.
18023 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18024 multiarch floorf for PowerPC32.
18025
35ae5b40
AZ
18026 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18027 and ceilf multiarch implementations.
18028 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18029 New file.
18030 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18031 file.
18032 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18033 multiarch ceil for PowerPC32.
18034 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18035 New file.
18036 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18037 file.
18038 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18039 multiarch ceilf for PowerPC32.
18040
ae1a4cd9
AZ
18041 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18042 is defined.
18043 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18044 FINITEF is defined.
18045 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18046 and finitef multiarch implementations.
18047 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18048 New file.
18049 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18050 file.
18051 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18052 multiarch finite for PowerPC32.
18053 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18054 New file.
18055 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18056 file: multiarch finitef for PowerPC32.
18057
64fffd65
AZ
18058 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18059 and isinff multiarch implementations.
18060 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18061 file.
18062 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18063 file.
18064 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18065 multiarch isinf for PowerPC32.
18066 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18067 New file.
18068 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18069 multiarch isinff for PowerPC32.
18070
8e4e7ba2
AZ
18071 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18072 alias when __isnan is defined.
18073 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18074 and isnanf multiarch implementations.
18075 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18076 file.
18077 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18078 file.
18079 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18080 file.
18081 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18082 file.
18083 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18084 multiarch isnan for PowerPC32.
18085 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18086 New file.
18087 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18088 New file.
18089 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18090 multiarch isnanf for PowerPC32.
18091
ddba588e
AZ
18092 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18093 and sqrtf multiarch implementations.
18094 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18095 file.
18096 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18097 file.
18098 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18099 multiarch sqrt for PowerPC32.
18100 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18101 file.
18102 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18103 file.
18104 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18105 multiarch sqrtf for PowerPC32.
18106
0f96a2f0
AZ
18107 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18108 and llroundf multiarch implementations.
18109 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18110 New file.
18111 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18112 New file.
18113 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18114 New file.
18115 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18116 file: multiarch llround for PowerPC32.
18117 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18118 file: multiarch llroundf for PowerPC32.
18119
c9b5d79e
AZ
18120 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18121 multiarch PowerPC32 fpu implementations.
18122 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18123 New file.
18124 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18125 New file.
18126 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18127 multiarch llrint for PowerPC32.
18128 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18129 New file.
18130 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18131 New file.
18132 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18133 file.
18134
9cbb3aab
AZ
18135 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18136
ea5a72f8
AZ
18137 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18138 file.
18139 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18140 file.
18141 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18142 file.
18143 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18144 multiarch wordcopy for PPC32.
18145 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18146 wordcopy objects.
18147 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18148 (__libc_ifunc_impl_list): Likewise.
18149 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18150 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18151 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18152 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18153 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18154 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18155
93be09e7
AZ
18156 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18157 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18158 file.
18159 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18160 file.
18161 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18162 file.
18163 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18164 multiarch wcscpy for PPC32.
18165 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18166 multiarch objects.
18167 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18168 (__libc_ifunc_impl_list): Likewise.
18169 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18170 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18171 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18172 sysdeps/powerpc/power6/wcscpy.c.
18173
bb04e529
AZ
18174 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18175 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18176 file.
18177 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18178 file.
18179 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18180 file.
18181 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18182 multiarch wcsrchr for PPC32.
18183 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18184 multiarch objects.
18185 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18186 (__libc_ifunc_impl_list): Likewise.
18187 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18188 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18189 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18190 sysdeps/powerpc/power6/wcsrchr.c.
18191
05b5cd1c
AZ
18192 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18193 file.
18194 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18195 file.
18196 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18197 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18198 multiarch wcschr for PPc32.
18199 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18200 multiarch objects.
18201 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18202 (__libc_ifunc_impl_list): Likewise.
18203 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18204 * sysdeps/powerpc/power6/wcschr.c: ... to here.
18205 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18206 sysdeps/powerpc/power6/wcschr.c.
18207
ba964147
AZ
18208 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18209 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18210 file.
18211 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18212 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18213 file: multiarch strchr for PPC32.
18214 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18215 multiarch objects.
18216 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18217 (__libc_ifunc_impl_list): Likewise.
18218
31c81aaa
AZ
18219 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18220 name.
18221 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18222 file.
18223 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18224 file.
18225 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18226 multiarch strchrnul for PPC32.
18227 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18228 multiarch objects.
18229 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18230 (__libc_ifunc_impl_list): Likewise.
18231
0d0607d9
AZ
18232 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18233 file.
18234 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18235 multiarch strncasecmp for PPC32.
18236 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18237 file.
18238 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18239 multiarch strncasecmp_l for PPC32.
18240 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18241 strncasecmp multiarch objects.
18242 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18243 (__libc_ifunc_impl_list): Likewise.
18244
4dfd5c86
AZ
18245 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18246 file.
18247 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18248 multiarch strncasecmp for PPC32.
18249 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18250 New file.
18251 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18252 multiarch strcasecmp_l for PPC32.
18253 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18254 multiarch objects.
18255 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18256 (__libc_ifunc_impl_list): Likewise.
18257
a19e01a3
AZ
18258 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18259 file.
18260 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18261 file.
18262 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18263 multiarch strncmp for PPC32.
18264 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18265 multiarch objects.
18266 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18267 (__libc_ifunc_impl_list): Likewise.
18268
ae9cf7a2
AZ
18269 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18270 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18271 file.
18272 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18273 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18274 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18275 multiarch objects.
18276 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18277 (__libc_ifunc_impl_list): Likewise.
18278
3148bb7d
AZ
18279 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18280 file.
18281 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18282 file.
18283 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18284 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18285 multiarch objects.
18286 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18287 (__libc_ifunc_impl_list): Likewise.
18288
7af8b946
AZ
18289 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18290 file.
18291 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18292 file.
18293 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18294 multiarch rawmemchr for PPC32.
18295 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18296 multiarch objects.
18297 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18298 (__libc_ifunc_impl_list): Likewise.
18299
03a6aa6a
AZ
18300 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18301 file.
18302 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18303 file.
18304 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18305 file: memrchr multiarch for PPC32.
18306 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18307 multiarch objects.
18308 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18309 (__libc_ifunc_impl_list): Likewise.
18310
1c62e6d9
AZ
18311 * string/memchr.c (__memchr): Using macro to redefine symbol name.
18312 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18313 file.
18314 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18315 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18316 multiarch memchr for PPC32.
18317 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18318 multiarch objects.
18319 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18320 (__libc_ifunc_impl_list): Likewise.
18321
87da8bdb
AZ
18322 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18323 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18324 file.
18325 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18326 file.
18327 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18328 file: multiarch mempcpy for PPC32.
18329 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18330 multiarch objects.
18331 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18332 (__libc_ifunc_impl_list): Likewise.
18333
20ed4714
AZ
18334 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18335 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18336 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18337 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18338 multiarch bzero for PPC32.
18339 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18340 file.
18341 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18342 file.
18343 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18344 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18345 file: multiarch memset for PPC32.
18346 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18347 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18348 memset multiarch objects.
18349 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18350 (__libc_ifunc_impl_list): Likewise.
18351
ab3e3a46
AZ
18352 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18353 file.
18354 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18355 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18356 memcmp for PPC32.
18357 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18358 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18359 multiarch objects.
18360 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18361 (__libc_ifunc_impl_list): Likewise.
18362
930de6f0
AZ
18363 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18364 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18365 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18366 file.
18367 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18368 file.
18369 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18370 file.
18371 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18372 multiarch memcpy for PPC32.
18373 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18374 multiarch objects.
18375 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18376 (__libc_ifunc_impl_list): Likewise.
18377
4c628e00
AZ
18378 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18379 support multiarch for POWER/PPC32.
18380 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18381 Likewise.
18382 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18383 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18384 Implies file to make multiarch folder appers before the fpu and
18385 default folder for power4 configuration.
18386
f4479220
SP
183872013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
18388
18389 * scripts/bench.pl: Append volatile keyword to type.
18390
8517800f
KK
183912013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18392
18393 * sysdeps/sh/sotruss-lib.c: New file.
18394 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18395
180138f1
AZ
183962013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18397
18398 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18399
bbf37bdc
JM
184002013-12-05 Joseph Myers <joseph@codesourcery.com>
18401
e47cc4e0
JM
18402 [BZ #6810]
18403 * math/w_tgamma.c: Include <errno.h>.
18404 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
18405 * math/w_tgammaf.c: Include <errno.h>.
18406 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
18407 * math/w_tgammal.c: Include <errno.h>.
18408 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
18409 * math/auto-libm-test-in: Do not allow missing errno on tgamma
18410 underflow. Add more tgamma tests.
18411 * math/auto-libm-test-out: Regenerated.
18412 * sysdeps/i386/fpu/libm-test-ulps: Update.
18413 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18414
bbf37bdc
JM
18415 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18416 sin, sinh, tan, tanh, tgamma, y0 and y1.
18417 * math/auto-libm-test-out: Regenerated.
18418 * math/libm-test.inc (TEST_COND_x86_64): New macro.
18419 (TEST_COND_x86): Likewise.
18420 (M_E2l): Remove macro.
18421 (M_E3l): Likewise.
18422 (M_2_SQRT_PIl): Likewise.
18423 (M_SQRT_PIl): Likewise.
18424 (M_1_DIV_El): Likewise.
18425 (log_test_data): Use AUTO_TESTS_f_f.
18426 (log10_test_data): Likewise.
18427 (log1p_test_data): Likewise.
18428 (log2_test_data): Likewise.
18429 (sin_test_data): Likewise.
18430 (sin_tonearest_test_data): Likewise.
18431 (sin_towardzero_test_data): Likewise.
18432 (sin_downward_test_data): Likewise.
18433 (sin_upward_test_data): Likewise.
18434 (sinh_test_data): Likewise.
18435 (sinh_tonearest_test_data): Likewise.
18436 (sinh_towardzero_test_data): Likewise.
18437 (sinh_downward_test_data): Likewise.
18438 (sinh_upward_test_data): Likewise.
18439 (tan_test_data): Likewise.
18440 (tan_tonearest_test_data): Likewise.
18441 (tan_towardzero_test_data): Likewise.
18442 (tan_downward_test_data): Likewise.
18443 (tan_upward_test_data): Likewise.
18444 (tanh_test_data): Likewise.
18445 (tgamma_test_data): Likewise.
18446 (y0_test_data): Likewise.
18447 (y1_test_data): Likewise.
18448 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18449 (special_real_inputs): Add pi/4.
18450 * sysdeps/i386/fpu/libm-test-ulps: Update.
18451 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18452
eb5ad6b9
AZ
184532013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18454
18455 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18456 "longjmp_target" static probes.
18457 (__longjmp): Rename to __longjmp_symbol.
18458 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18459 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18460 on which longjmp to generate.
18461 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18462 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18463 probe.
18464 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18465 (__sigjmp_save): Rename to __sigjmp_save_symbol.
18466 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18467 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18468 and __sigjmp_save_symbol based on which sigsetjmp to generated.
18469 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18470 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18471 __longjmp_symbol based on which __longjmp to generate.
18472 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18473 probe.
18474 (setjmp): Rename to setjmp_symbol.
18475 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18476 (_setjmp): Rename to _setjmp_symbol.
18477 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18478 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18479 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18480 which setjmp to generate.
18481 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18482 "longjmp_target" static probes.
18483
d136c6dc
SP
184842013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
18485
9298ecba
SP
18486 * benchtests/README: Add note about output arguments.
18487 * benchtests/bench-sincos.c: Remove file.
18488 * benchtests/sincos-inputs: New file.
18489 * scripts/bench.pl: Identify output arguments and define
18490 static variables for them.
18491
232983e9
SP
18492 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18493
d136c6dc
SP
18494 [BZ #15941]
18495 * Makefile (INSTALL): Add install-plain.texi as the primary
18496 dependency.
18497 * manual/install-plain.texi: New file.
18498 * manual/install.texi: Include node directive only for
18499 non-plaintext output.
18500
699ff837
JM
185012013-12-04 Joseph Myers <joseph@codesourcery.com>
18502
ab07cea8
JM
18503 * stdlib/longlong.h: Update from GCC.
18504
699ff837
JM
18505 [BZ #6807]
18506 [BZ #15901]
18507 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18508 * math/w_j0f.c (y0f): Likewise.
18509 * math/w_j0l.c (__y0l): Likewise.
18510 * math/w_j1.c (y1): Likewise.
18511 * math/w_j1f.c (y1f): Likewise.
18512 * math/w_j1l.c (__y1l): Likewise
18513 * math/w_jn.c (yn): Likewise.
18514 * math/w_jnf.c (ynf): Likewise.
18515 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18516 Bessel function pole errors in _POSIX_ mode. Use NAN as return
18517 value for Bessel function domain errors outside _SVID_ mode.
18518 Adjust sign of return value for yn (negative integer, 0).
18519 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18520 by zero in return for negative x and set sign appropriately for
18521 negative n.
18522 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18523 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18524 * math/libm-test.inc (y0_test_data): Add more tests and adjust
18525 expectations in error cases.
18526 (y1_test_data): Likewise.
18527 (yn_test_data): Likewise.
18528 * sysdeps/i386/fpu/libm-test-ulps: Update.
18529 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18530
5b118558
UW
185312013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18532
18533 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18534 "64" to "64-v1". Add "64-v2".
18535 (abi-64-options): Rename to ...
18536 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
18537 (abi-64-condition): Rename to ...
18538 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
18539 (abi-64-ld-soname): Rename to ...
18540 (abi-64-v1-ld-soname): ... this.
18541 (abi-64-v2-options): Define.
18542 (abi-64-v2-condition): Likewise.
18543 (abi-64-v2-ld-soname): Likewise.
18544 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18545 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18549
61cd8fe4
UW
185502013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18551 Alan Modra <amodra@gmail.com>
18552
18553 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18554 New versions for use with the ELFv2 ABI.
18555 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18556 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18557 declaration.
18558 (struct La_ppc64v2_retval): Likewise.
18559 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18560 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18561 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18562 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18563 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18564 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18565 Do not save or restore CR.
18566 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18567 (_dl_profile_resolve): Do no save or restore CR. Support extended
18568 return values for ELFv2 ABI. Fix location of FPR return registers.
18569 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18570 updated values for _CALL_ELF == 2.
18571 (La_regs, La_retval, int_retval): Likewise.
18572
8b8a692c
UW
185732013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18574
18575 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18576 (FRAME_MIN_SIZE_PARM): Likewise.
18577 (FRAME_BACKCHAIN): Likewise.
18578 (FRAME_CR_SAVE): Likewise.
18579 (FRAME_LR_SAVE): Likewise.
18580 (FRAME_TOC_SAVE): Likewise.
18581 (FRAME_PARM_SAVE): Likewise.
18582 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18583 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18584 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18585 (call_mcount_parm_offset): New macro.
18586 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18587 (PROF): Use symbolic stack frame offsets.
18588 (TAIL_CALL_SYSCALL_ERROR): Likewise.
18589 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18590 Redefine in terms of FRAME_MIN_SIZE.
18591 (_dl_runtime_resolve): Use symbolic stack frame offsets.
18592 (_dl_profile_resolve): Likewise. Update comment.
18593 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18594 symbols stack frame offsets.
18595 (__sigsetjmp): Likewise.
18596 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18597 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18598 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18599 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18600
18601 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18602 (FRAME_BACKCHAIN): Remove.
18603 (FRAME_CR_SAVE): Likewise.
18604 (FRAME_LR_SAVE): Likewise.
18605 (FRAME_COMPILER_DW): Likewise.
18606 (FRAME_LINKER_DW): Likewise.
18607 (FRAME_TOC_SAVE): Likewise.
18608 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
18609 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18610 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18611 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
18612 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18613 (CHECK_SP): Use symbolic stack frame offsets.
18614 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18615 zone" instead of caller's parameter save area for temp storage.
18616 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18617 Likewise. Also, use symbolic stack frame offsets.
18618 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18619 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18620 our own stack frame instead of the caller's.
18621 (__socket): Use symbolic stack frame offsets.
18622
122b66de
UW
186232013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18624 Alan Modra <amodra@gmail.com>
18625
18626 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18627 Define.
57f41c40
AS
18628 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18629 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
18630 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18631 New function.
18632 (elf_machine_fixup_plt): Call it.
18633 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
18634 reloc arguments.
18635 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
18636 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18637 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
18638 r2 before calling target.
18639
696caf1d
UW
186402013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18641 Alan Modra <amodra@gmail.com>
18642
18643 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18644 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18645 versions of macros to support ELFv2 ABI.
18646 (LOCALENTRY): New macro.
18647 (ENTRY, EALIGN): Use it.
18648 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18649 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18650 fall through into ENTRY entry point.
18651 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18652 Only define if _CALL_ELF != 2.
18653
18654 (elf_machine_matches_host): Verify ABI version matches.
18655 (RTLD_START): Use LOCALENTRY.
18656 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18657 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18658 (PLT_ENTRY_WORDS): New macro.
18659 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18660 (elf_machine_runtime_setup): Support ELFv2 ABI.
18661 (elf_machine_fixup_plt): Likewise.
18662 (elf_machine_plt_conflict): Likewise.
18663 (resolve_ifunc): Likewise.
18664 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18665 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18666 Likewise.
18667 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18668 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18669 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18670 (makecontext): Support ELFv2 ABI.
18671 * elf/elf.h (EF_PPC64_ABI): Define.
18672
d31beafa
UW
186732013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18674
57f41c40
AS
18675 * sysdeps/powerpc/powerpc64/sysdep.h
18676 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18677 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18678 (ENTRY) [ASSEMBLER]: ... but instead here ...
18679 (EALIGN) [ASSEMBLER]: ... and here.
18680 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18681 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18682 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
18683 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18684 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
18685 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18686 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
18687 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18688 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18689 Use PPC64_LOAD_FUNCPTR.
18690
b525166b
UW
18691 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18692
7ec07d9a
AM
186932013-12-04 Alan Modra <amodra@gmail.com>
18694
18695 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18696 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18697 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18698 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18699
18700 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18701 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18702 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18703 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18704 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18705 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18706
5162e7dd
UW
187072013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18708
18709 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18710 (__makecontext): Fix incorrect CFI when backtracing out of
18711 context created via makecontext.
18712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18713 (__setcontext): Fix incorrect CFI during switch to new context.
18714 (__novec_setcontext): Likewise.
18715
19e3372b
OB
187162013-12-04 Ondřej Bílka <neleai@seznam.cz>
18717
18718 [BZ #4772]
18719 * time/strptime_l.c (__strptime_internal): Allow modifiers
18720 in strptime.
18721 * time/tst-strptime.c (day_tests): Add testcase.
18722
ecaf142d
SP
187232013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18724
18725 * scripts/bench.pl: Skip over blank lines.
18726
fbf964ae
PE
187272013-12-04 Paul Eggert <eggert@cs.ucla.edu>
18728
18729 [BZ #926]
18730 * manual/time.texi (Calendar Time): Clarify what timezone functions
18731 use.
18732
fa60a674
AZ
187332013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18734
18735 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18736
d674f0ef
OB
187372013-12-04 Ondřej Bílka <neleai@seznam.cz>
18738
18739 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18740 implementation.
18741 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18742 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18743 * debug/memset_chk.c (__memset_chk): Likewise.
18744 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18745 * debug/strncpy_chk.c: Likewise.
18746
17dea188
JM
187472013-12-03 Joseph Myers <joseph@codesourcery.com>
18748
749008ff
JM
18749 [BZ #15268]
18750 [BZ #15425]
18751 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18752 (__ieee754_exp): For possibly underflowing results, check size of
18753 result and force underflow exception if required.
18754 * math/auto-libm-test-in: Add more tests of exp.
18755 * math/auto-libm-test-out: Regenerated.
18756 * sysdeps/i386/fpu/libm-test-ulps: Update.
18757 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18758
17dea188
JM
18759 [BZ #16283]
18760 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18761 * math/w_exp2f.c (__exp2f): Likewise.
18762 * math/w_exp2l.c (__exp2l): Likewise.
18763 * math/auto-libm-test-in: Do not allow missing errno on exp2
18764 underflow.
18765 * math/auto-libm-test-out: Regenerated.
18766
b20de2c3
OB
187672013-12-03 Ondřej Bílka <neleai@seznam.cz>
18768
18769 [BZ #16274]
18770 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18771 handle filename validation.
18772 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18773 (do_open): Delete.
18774
d8e2dbe3
JM
187752013-12-03 Joseph Myers <joseph@codesourcery.com>
18776
34e16df5
JM
18777 [BZ #6786]
18778 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18779 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18780 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18781 <float.h>.
18782 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18783 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18784 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18785 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18786 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18787 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18788 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18789 * math/auto-libm-test-in: Don't allow missing errno from erfc.
18790 Add more erfc tests.
18791 * math/auto-libm-test-out: Regenerated.
18792 * sysdeps/i386/fpu/libm-test-ulps: Update.
18793 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18794
d8e2dbe3
JM
18795 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18796 exp2, expm1, j0 and j1.
18797 * math/auto-libm-test-out: Regenerated.
18798 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18799 (erfc_test_data): Likewise.
18800 (exp_test_data): Likewise.
18801 (exp_tonearest_test_data): Likewise.
18802 (exp_towardzero_test_data): Likewise.
18803 (exp_downward_test_data): Likewise.
18804 (exp_upward_test_data): Likewise.
18805 (exp10_test_data): Likewise.
18806 (exp2_test_data): Likewise.
18807 (expm1_test_data): Likewise.
18808 (j0_test_data): Likewise.
18809 (j1_test_data): Likewise.
18810 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18811 (input_flag_type): Add flag_xfail_rounding.
18812 (input_flags): Add xfail-rounding.
18813 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18814 (output_for_one_input_case): Handle flag_xfail_rounding.
18815 * sysdeps/i386/fpu/libm-test-ulps: Update.
18816 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18817
18d14251
AJ
188182013-12-03 Aurelien Jarno <aurelien@aurel32.net>
18819
3d2e6075 18820 [BZ #16289]
18d14251
AJ
18821 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18822 division by 0.
18823
520d437b
SP
188242013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
18825
18826 [BZ #16195]
18827 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18828 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18829 (STAP_PROBE0): New macro.
18830 (STAP_PROBE1): Likewise.
18831 (STAP_PROBE2): Likewise.
18832 (STAP_PROBE3): Likewise.
18833 (STAP_PROBE4): Likewise.
18834
416e0145
OB
188352013-12-02 Ondřej Bílka <neleai@seznam.cz>
18836
18837 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18838
9d17796a
SE
188392013-12-02 Steve Ellcey <sellcey@mips.com>
18840
18841 * benchtests/Makefile (bench): Add sqrt.
18842 (LDLIBS-bench-sqrt): New.
18843 * benchtests/sqrt-input: New.
18844
f524d6a8
PS
188452013-12-02 Pavel Simerda <psimerda@redhat.com>
18846
639a0ef8
PS
18847 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18848 (GAIH_EAI): Likewise.
18849 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18850 (gaih_inet): Likewise.
18851 (getaddrinfo): Don't use GAIH_EAI.
18852
f524d6a8
PS
18853 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18854 (struct gaih): Remove definition.
18855
df3aedaf
SP
188562013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
18857
18858 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18859 Use HERRNOP directly.
18860
1ab19dec
AZ
188612013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18862
b42ad38d 18863 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 18864
176b0c79
JM
188652013-11-30 Joseph Myers <joseph@codesourcery.com>
18866
18867 * math/gen-auto-libm-tests.c (test_functions): Add more
18868 single-argument functions.
18869 (special_fill_pi_2): New function.
18870 (special_fill_minus_pi_2): Likewise.
18871 (special_fill_pi_6): Likewise.
18872 (special_fill_minus_pi_6): Likewise.
18873 (special_fill_pi_3): Likewise.
18874 (special_fill_2pi_3): Likewise.
18875 (special_fill_e): Likewise.
18876 (special_fill_1_e): Likewise.
18877 (special_fill_e_minus_1): Likewise.
18878 (special_real_inputs): Add more special inputs.
18879 (output_for_one_input_case): Do not require ERANGE on underflow to
18880 zero if round-to-nearest result does not underflow to zero, unless
18881 exact results required.
18882 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18883 atan, atanh, cbrt, cos and cosh.
18884 * math/auto-libm-test-out: Regenerated.
18885 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18886 (acos_tonearest_test_data): Likewise.
18887 (acos_towardzero_test_data): Likewise.
18888 (acos_downward_test_data): Likewise.
18889 (acos_upward_test_data): Likewise.
18890 (acosh_test_data): Likewise.
18891 (asin_test_data): Likewise.
18892 (asin_tonearest_test_data): Likewise.
18893 (asin_towardzero_test_data): Likewise.
18894 (asin_upward_test_data): Likewise.
18895 (asinh_test_data): Likewise.
18896 (atan_test_data): Likewise.
18897 (atanh_test_data): Likewise.
18898 (cbrt_test_data): Likewise.
18899 (cos_test_data): Likewise.
18900 (cos_tonearest_test_data): Likewise.
18901 (cos_towardzero_test_data): Likewise.
18902 (cos_downward_test_data): Likewise.
18903 (cos_upward_test_data): Likewise.
18904 (cosh_test_data): Likewise.
18905 (cosh_tonearest_test_data): Likewise.
18906 (cosh_towardzero_test_data): Likewise.
18907 (cosh_downward_test_data): Likewise.
18908 (cosh_upward_test_data): Likewise.
18909 * sysdeps/i386/fpu/libm-test-ulps: Update.
18910 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18911
ffb536d0
JM
189122013-11-29 Joseph Myers <joseph@codesourcery.com>
18913
2a77a467
JM
18914 [BZ #6787]
18915 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18916 * math/w_exp10f.c (__exp10f): Likewise.
18917 * math/w_exp10l.c (__exp10l): Likewise.
18918 * math/libm-test.inc (exp10_test_data): Add more tests and expect
18919 errno settings in existing tests.
18920
ea3bc4e8
JM
18921 [BZ #14032]
18922 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18923 precision control set to double precision.
18924 * sysdeps/i386/fpu/w_sqrt.c: New file.
18925 * math/auto-libm-test-in: Add more tests.
18926 * math/auto-libm-test-out: Update.
18927
0712c9d8
JM
18928 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18929 (sqrt_test_tonearest): New function.
18930 (sqrt_towardzero_test_data): New variable.
18931 (sqrt_test_towardzero): New function.
18932 (sqrt_downward_test_data): New variable.
18933 (sqrt_test_downward): New function.
18934 (sqrt_upward_test_data): New variable.
18935 (sqrt_test_upward): New function.
18936 (main): Call the new functions.
18937
ffb536d0
JM
18938 * math/gen-auto-libm-tests.c: New file.
18939 * math/auto-libm-test-in: Likewise.
18940 * math/auto-libm-test-out: New generated file.
18941 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18942 variables.
18943 (%beautify): Add generated representations of zero.
18944 (top level): Set $auto_input and call parse_auto_input.
18945 (beautify): Remove trailing "f" from hex float constants.
18946 (parse_args): Handle XFAIL_TEST.
18947 (convert_condition): New function.
18948 (or_value): Likewise.
18949 (or_cond_value): Likewise.
18950 (generate_testfile): Handle AUTO_TESTS_* lines.
18951 (parse_auto_input): New function.
18952 * math/libm-test.inc (XFAIL_TEST): New macro.
18953 (ERRNO_UNCHANGED): Update value.
18954 (ERRNO_EDOM): Likewise.
18955 (ERRNO_ERANGE): Likewise.
18956 (IGNORE_RESULT): Likewise.
18957 (TEST_COND_flt_32): New macro.
18958 (TEST_COND_dbl_64): Likewise.
18959 (TEST_COND_ldbl_96_intel): Likewise.
18960 (TEST_COND_ldbl_96_m68k): Likewise.
18961 (TEST_COND_ldbl_128): Likewise.
18962 (TEST_COND_ldbl_128ibm): Likewise.
18963 (TEST_COND_long32): Likewise.
18964 (TEST_COND_long64): Likewise.
18965 (TEST_COND_before_rounding): Likewise.
18966 (TEST_COND_after_rounding): Likewise.
18967 (enable_test): Handle XFAIL_TEST flag.
18968 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18969 with finite results.
18970 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18971 auto-libm-test-out.
18972
acd98a8e
AK
189732013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
18974 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18975
18976 [BZ #16214]
18977 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18978 __tls_get_addr_internal instead of __tls_get_offset in order to
18979 avoid GOT pointer dependency. Make rtld export
18980 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18981 __tls_get_addr since we are a __tls_get_offset platform.
18982 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18983 GOT pointer being set up before.
18984 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18985
3c1c46a6
JM
189862013-11-28 Joseph Myers <joseph@codesourcery.com>
18987
7475aef5
JM
18988 * manual/math.texi (Errors in Math Functions): Document accuracy
18989 goals.
18990
8bca7cd8
JM
18991 [BZ #15004]
18992 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18993 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18994 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18995 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18996 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18997 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18998 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18999 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19000 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19001 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19002 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19003 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19004 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19005 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19006 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19007 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19008
91a1f3fe
JM
19009 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19010 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19011 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19012 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19013 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19014 Likewise.
19015 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19016 Likewise.
19017 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19018 Likewise.
19019 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19020 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19021 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19022 atomic-feupdateenv and flt-rounds.
19023 * sysdeps/powerpc/nofpu/Versions (libc): Add
19024 __atomic_feholdexcept, __atomic_feclearexcept,
19025 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19026 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19027 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19028 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19029 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19030 here.
19031 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19032 Update.
19033
c5df7609
JM
19034 * manual/arith.texi (FP Exceptions): Document that exceptions may
19035 not be raised when matherr is used.
19036 (Math Error Reporting): Document overflow in directed rounding
19037 modes. Document that errno may not be set when finite values are
19038 returned on overflow. Document intent to set errno on underflow
19039 only for underflow to zero.
19040
3c1c46a6
JM
19041 [BZ #16271]
19042 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19043 round-to-nearest then adjust result for other rounding modes.
19044 * include/fenv.h (fegetround): Use libm_hidden_proto.
19045 * math/fegetround.c (fegetround): Use libm_hidden_def.
19046 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19047 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19048 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19049 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19050 Likewise.
19051 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19052 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19053 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19054 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19055
5a4c6d53
SP
190562013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19057
19058 [BZ #16077]
19059 * nss/Versions (libnss_files): Add
19060 _nss_files_gethostbyname3_r.
19061 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19062 New function.
19063 (HOST_DB_LOOKUP): Remove macro.
19064 (_nss_files_gethostbyname_r): Implement function without the
19065 HOST_DB_LOOKUP macro.
19066 (_nss_files_gethostbyname2_r): Likewise.
19067
897b98ba
OB
190682013-11-28 Ondřej Bílka <neleai@seznam.cz>
19069
19070 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19071
6f476861
UB
190722013-11-26 Uros Bizjak <ubizjak@gmail.com>
19073
19074 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19075 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19076 warning.
19077
bd12ab55
AZ
190782013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19079
19080 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19081 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19082 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19083 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19084 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19085 __fe_nomask_env_priv and attribute_hidden.
19086 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19087 (libc_feupdateenv_test_ppc): Likewise.
19088 (libc_feresetround_ppc): Likewise.
19089 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19090 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19091 compat_symbol macro.
19092 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19093 (__fe_nomask_env): Likewise.
19094 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19095
52bb6543
OB
190962013-11-26 Ondřej Bílka <neleai@seznam.cz>
19097
19098 * string/Makefile: Remove ifunc tests.
19099 * string/test-string.h: Define TEST_IFUNC.
19100 * string/test-bcopy-ifunc.c: Remove.
19101 * string/test-bzero-ifunc.c: Likewise.
19102 * string/test-memccpy-ifunc.c: Likewise.
19103 * string/test-memchr-ifunc.c: Likewise.
19104 * string/test-memcmp-ifunc.c: Likewise.
19105 * string/test-memcpy-ifunc.c: Likewise.
19106 * string/test-memmem-ifunc.c: Likewise.
19107 * string/test-memmove-ifunc.c: Likewise.
19108 * string/test-mempcpy-ifunc.c: Likewise.
19109 * string/test-memrchr-ifunc.c: Likewise.
19110 * string/test-memset-ifunc.c: Likewise.
19111 * string/test-rawmemchr-ifunc.c: Likewise.
19112 * string/test-stpcpy-ifunc.c: Likewise.
19113 * string/test-stpncpy-ifunc.c: Likewise.
19114 * string/test-strcasecmp-ifunc.c: Likewise.
19115 * string/test-strcasestr-ifunc.c: Likewise.
19116 * string/test-strcat-ifunc.c: Likewise.
19117 * string/test-strchr-ifunc.c: Likewise.
19118 * string/test-strchrnul-ifunc.c: Likewise.
19119 * string/test-strcmp-ifunc.c: Likewise.
19120 * string/test-strcpy-ifunc.c: Likewise.
19121 * string/test-strcspn-ifunc.c: Likewise.
19122 * string/test-strlen-ifunc.c: Likewise.
19123 * string/test-strncasecmp-ifunc.c: Likewise.
19124 * string/test-strncat-ifunc.c: Likewise.
19125 * string/test-strncmp-ifunc.c: Likewise.
19126 * string/test-strncpy-ifunc.c: Likewise.
19127 * string/test-strnlen-ifunc.c: Likewise.
19128 * string/test-strpbrk-ifunc.c: Likewise.
19129 * string/test-strrchr-ifunc.c: Likewise.
19130 * string/test-strspn-ifunc.c: Likewise.
19131 * string/test-strstr-ifunc.c: Likewise.
19132
ab260039 191332013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
19134
19135 * benchtests/Makefile: Remove ifunc tests.
19136 * benchtests/bench-string.h: Define TEST_IFUNC.
19137 * benchtests/bench-bcopy-ifunc.c: Remove.
19138 * benchtests/bench-bzero-ifunc.c: Likewise.
19139 * benchtests/bench-memccpy-ifunc.c: Likewise.
19140 * benchtests/bench-memchr-ifunc.c: Likewise.
19141 * benchtests/bench-memcmp-ifunc.c: Likewise.
19142 * benchtests/bench-memcpy-ifunc.c: Likewise.
19143 * benchtests/bench-memmem-ifunc.c: Likewise.
19144 * benchtests/bench-memmove-ifunc.c: Likewise.
19145 * benchtests/bench-mempcpy-ifunc.c: Likewise.
19146 * benchtests/bench-memrchr-ifunc.c: Likewise.
19147 * benchtests/bench-memset-ifunc.c: Likewise.
19148 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19149 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19150 * benchtests/bench-stpcpy-ifunc.c: Likewise.
19151 * benchtests/bench-stpncpy-ifunc.c: Likewise.
19152 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19153 * benchtests/bench-strcasestr-ifunc.c: Likewise.
19154 * benchtests/bench-strcat-ifunc.c: Likewise.
19155 * benchtests/bench-strchr-ifunc.c: Likewise.
19156 * benchtests/bench-strchrnul-ifunc.c: Likewise.
19157 * benchtests/bench-strcmp-ifunc.c: Likewise.
19158 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19159 * benchtests/bench-strcpy-ifunc.c: Likewise.
19160 * benchtests/bench-strcspn-ifunc.c: Likewise.
19161 * benchtests/bench-strlen-ifunc.c: Likewise.
19162 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19163 * benchtests/bench-strncat-ifunc.c: Likewise.
19164 * benchtests/bench-strncmp-ifunc.c: Likewise.
19165 * benchtests/bench-strncpy-ifunc.c: Likewise.
19166 * benchtests/bench-strnlen-ifunc.c: Likewise.
19167 * benchtests/bench-strpbrk-ifunc.c: Likewise.
19168 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 19169 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
19170 * benchtests/bench-strspn-ifunc.c: Likewise.
19171 * benchtests/bench-strstr-ifunc.c: Likewise.
19172
191732013-11-26 Ondřej Bílka <neleai@seznam.cz>
19174
ab260039
OB
19175 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19176
d1d9eaf4 191772013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 19178
d1d9eaf4
OB
19179 * resolv/netdb.h: Use __glibc_reserved instead __unused.
19180 * rt/aio.h: Likewise.
19181 * sysdeps/gnu/bits/utmp.h: Likewise.
19182 * sysdeps/gnu/bits/utmpx.h: Likewise.
19183 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19184 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19185 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19186 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19187 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19188 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19189 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19190 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19191 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19192 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19193 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19194 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19195 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19197 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19198 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19199 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19200 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19201 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19202 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19203 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19204 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19205 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19206 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19207 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19208 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19209 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19210 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19211 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19212 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19213 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19214 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19215 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19216 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19217 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19218 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19219 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19220 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19221 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19222 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19223 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19224 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19225
a7624ed9
CD
192262013-11-25 Carlos O'Donell <carlos@redhat.com>
19227
19228 [BZ #16245]
19229 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19230 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19231
63cfe52b
JM
192322013-11-25 Joseph Myers <joseph@codesourcery.com>
19233
19234 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19235 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19236 Likewise.
19237
41e8926a
AZ
192382013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19239
19240 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19241 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19242 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19243 (__fesetround): Remove define.
19244 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19245 rounding and exceptions handling.
19246 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19247 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19248 (__fe_nomask_env): Likewise.
19249 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19250 __fegetround instead of fegetround.
19251 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19252 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19253
6851bd4d
RM
192542013-11-21 Roland McGrath <roland@hack.frob.com>
19255
070906ff
RM
19256 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19257 it's there.
19258
6851bd4d
RM
19259 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19260
84ae135d
MI
192612013-11-21 Meador Inge <meadori@codesourcery.com>
19262
19263 [BZ #11157]
19264 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19265 (encrypt_r): Likewise.
19266 * malloc/obstack.h (obstack_free): Likewise.
19267 * posix/unistd.h (encrypt): Likewise.
19268
daf75146
GM
192692013-11-21 Guy Martin <gmsoft@tuxicoman.be>
19270
19271 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19272 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19273 DL_CALL_DT_FINI() that call the functions directly.
19274 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19275 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19276 * elf/dl-fini.c: Likewise.
19277
10ad46bc
OB
192782013-11-20 Ondřej Bílka <neleai@seznam.cz>
19279
19280 * malloc/hooks.c (memalign_check): Add alignment rounding.
19281 * malloc/malloc.c (_mid_memalign): New function.
19282 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19283 Implement by calling _mid_memalign.
19284 * manual/probes.texi (Memory Allocation Probes): Remove
19285 memory_valloc_retry and memory_pvalloc_retry.
19286
f3fd2628
SP
192872013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19288
4712799f
SP
19289 * locale/programs/locarchive.c (open_archive): Add const
19290 qualifier to ARCHIVEFNAME and copy default fname to
19291 DEFAULT_FNAME.
19292
0417b20f
SP
19293 [BZ #15601]
19294 * libio/tst-widetext.input: Rename Oriya to Odia.
19295 * locale/iso-639.def: Likewise.
19296
f3fd2628
SP
19297 * manual/probes.texi (Mathematical Function Probes): Add
19298 documentation for sin, cos, asin and acos probes.
19299 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19300 (__sin32): Add slowasin probe.
19301 (__cos32): Add slowacos probe.
19302 (__mpsin): Add slowsin probe.
19303 (__mpcos): Add slowcos probe.
19304
73c1ce4f
JM
193052013-11-19 Joseph Myers <joseph@codesourcery.com>
19306
19307 [BZ #15483]
19308 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19309 thread-local __sim_exceptions_thread and global
19310 __sim_exceptions_global.
19311 (__sim_disabled_exceptions): Change to thread-local
19312 __sim_disabled_exceptions_thread and global
19313 __sim_disabled_exceptions_global.
19314 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19315 and global __sim_round_mode_global.
19316 (__simulate_exceptions): Use thread-local floating-point state and
19317 set global state from it as needed.
19318 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19319 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19320 __sim_round_mode_thread.
19321 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19322 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19323 and global __sim_exceptions_global.
19324 (__sim_disabled_exceptions): Change to thread-local
19325 __sim_disabled_exceptions_thread and global
19326 __sim_disabled_exceptions_global.
19327 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19328 and global __sim_round_mode_global.
19329 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19330 (SIM_SET_GLOBAL): Likewise.
19331 * sysdeps/powerpc/soft-fp/sfp-machine.h
19332 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19333 __sim_round_mode_thread.
19334 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19335 __sim_disabled_exceptions_thread.
19336 (__sim_exceptions): Change to __sim_exceptions_thread.
19337 (__sim_disabled_exceptions): Change to
19338 __sim_disabled_exceptions_thread.
19339 (__sim_round_mode): Change to __sim_round_mode_thread.
19340 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19341 thread-local floating-point state and set global state from it as
19342 needed.
19343 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19344 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19345 (__sim_disabled_exceptions): Remove extern declaration.
19346 (feenableexcept): Use thread-local floating-point state and set
19347 global state from it as needed.
19348 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19349 extern declaration.
19350 (__sim_disabled_exceptions): Likewise.
19351 (__sim_round_mode): Likewise.
19352 (__fegetenv): Use thread-local floating-point state.
19353 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19354 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19355 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19356 floating-point state and set global state from it as needed.
19357 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19358 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19359 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19360 Likewise.
19361 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19362 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19363 Likewise.
19364 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19365 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19366 Use __sim_round_mode_thread.
19367 * math/test-fenv-tls.c: New file.
19368 * math/Makefile (tests): Add test-fenv-tls.
19369 ($(objpfx)test-fenv-tls): Depend on
19370 $(common-objpfx)nptl/libpthread.so.
19371
b5449b12
AS
193722013-11-19 Andreas Schwab <schwab@suse.de>
19373
19374 * locale/programs/locale.c (show_info): Decode wordarray elements.
19375 * locale/categories.def (LC_MONETARY): Add element for
19376 _NL_MONETARY_CRNCYSTR.
19377 * locale/C-monetary.c (conversion_rate): New variable.
19378 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19379 element.
19380
e186536b
CM
193812013-11-18 Chris Metcalf <cmetcalf@tilera.com>
19382
19383 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19384 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19385
5c349950
PP
193862013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
19387
19388 * elf/Makefile (tst-auxv): New test.
19389 * elf/tst-auxv.c: New
19390 * elf/rtld.c (dl_main): Adjust AT_EXECFN
19391
699df45b
JM
193922013-11-18 Joseph Myers <joseph@codesourcery.com>
19393
19394 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19395 (hidden_proto): Caller changed.
19396 (hidden_tls_proto): New macro.
19397 (libc_hidden_tls_proto): Likewise.
19398 (rtld_hidden_tls_proto): Likewise.
19399 (libm_hidden_tls_proto): Likewise.
19400 (libresolv_hidden_tls_proto): Likewise.
19401 (librt_hidden_tls_proto): Likewise.
19402 (libdl_hidden_tls_proto): Likewise.
19403 (libnss_files_hidden_tls_proto): Likewise.
19404 (libnsl_hidden_tls_proto): Likewise.
19405 (libnss_nisplus_hidden_tls_proto): Likewise.
19406 (libutil_hidden_tls_proto): Likewise.
19407
b7589107
OB
194082013-11-18 Ondřej Bílka <neleai@seznam.cz>
19409
19410 [BZ #10253]
19411 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19412 (decompose_rpath): Defer expansion to fillin_rpath.
19413 (_dl_init_paths): Pass linkmap to fillin_rpath.
19414
250c23bd
RS
194152013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19416
19417 * benchtests/Makefile: Add strsep.
19418 * benchtests/bench-strsep.c: New file: strsep benchtest.
19419 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19420
a7931fcf
AS
194212013-11-18 Andreas Schwab <schwab@suse.de>
19422
19423 * locale/programs/locale.c (show_info) [case byte]: Check for
19424 '\377' instead of '\177'.
19425 * locale/C-monetary.c (not_available): Always use "\377".
19426 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19427 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
19428 detect unavailable sign_posn locale elements.
19429 * locale/localeconv.c (__localeconv): For grouping and
19430 mon_grouping handle "\177" and "\377" like no grouping.
19431 (INT_ELEM): New macro. Use it to set all numeric members.
19432 * locale/programs/ld-monetary.c (monetary_read)
19433 <tok_mon_grouping>: Normalize single -1 to the empty string.
19434 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19435 Likewise.
19436
728dab0e
OB
194372013-11-07 Ondřej Bílka <neleai@seznam.cz>
19438
19439 [BZ #16055]
19440 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19441 when we match (nil).
19442 * stdio-common/tst-sscanf.c (struct test): Add testcase.
19443
66294491
JM
194442013-11-16 Joseph Myers <joseph@codesourcery.com>
19445
ce665817
JM
19446 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19447 (NO_TEST_INLINE): Update value.
19448 (ERRNO_UNCHANGED): Likewise.
19449 (ERRNO_EDOM): Likewise.
19450 (ERRNO_ERANGE): Likewise.
19451 (IGNORE_RESULT): Likewise.
19452 (check_float_internal): Check signs of NaN results if
19453 TEST_NAN_SIGN used.
19454 (check_complex): Pass TEST_NAN_SIGN flag through to second
19455 check_float_internal call.
19456 (copysign_test_data): Add tests with quiet NaNs as second
19457 argument. Use TEST_NAN_SIGN.
19458 (fabs_test_data): Add test of negative quiet NaN argument. Use
19459 TEST_NAN_SIGN.
19460 (signbit_test_data): Add tests of quiet NaN argument.
19461 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19462
ee1466a9
JM
19463 * math/gen-libm-test.pl (show_exceptions): Take extra argument
19464 $ignore_result.
19465 (parse_args): Handle function results specified as IGNORE.
19466 * math/libm-test.inc (IGNORE_RESULT): New macro.
19467 (check_float_internal): Do not check numerical result if flag
19468 IGNORE_RESULT set.
19469 (check_complex): Pass through IGNORE_RESULT to second
19470 check_float_internal call.
19471 (check_int): Do not check numerical result if flag IGNORE_RESULT
19472 set.
19473 (check_long): Likewise.
19474 (check_bool): Likewise.
19475 (check_longlong): Likewise.
19476 (lrint_test_data): Add tests of infinite and NaN arguments.
19477 (lrint_tonearest_test_data): Likewise.
19478 (lrint_towardzero_test_data): Likewise.
19479 (lrint_downward_test_data): Likewise.
19480 (lrint_upward_test_data): Likewise.
19481 (llrint_test_data): Likewise.
19482 (llrint_tonearest_test_data): Likewise.
19483 (llrint_towardzero_test_data): Likewise.
19484 (llrint_downward_test_data): Likewise.
19485 (llrint_upward_test_data): Likewise.
19486 (lround_test_data): Likewise.
19487 (llround_test_data): Likewise.
19488
14407b7e
JM
19489 * math/libm-test.inc (NO_TEST_INLINE): New macro.
19490 (ERRNO_UNCHANGED): Update value.
19491 (ERRNO_EDOM): Likewise.
19492 (ERRNO_ERANGE): Likewise.
19493 (NO_TEST_INLINE_FLOAT): New macro.
19494 (NO_TEST_INLINE_DOUBLE): Likewise.
19495 (enable_test): New function.
19496 (RUN_TEST_f_f): Check enable_test before running test.
19497 (RUN_TEST_2_f): Likewise.
19498 (RUN_TEST_fff_f): Likewise.
19499 (RUN_TEST_c_f): Likewise.
19500 (RUN_TEST_f_f1): Likewise.
19501 (RUN_TEST_fF_f1): Likewise.
19502 (RUN_TEST_fI_f1): Likewise.
19503 (RUN_TEST_ffI_f1): Likewise.
19504 (RUN_TEST_c_c): Likewise.
19505 (RUN_TEST_cc_c): Likewise.
19506 (RUN_TEST_f_i): Likewise.
19507 (RUN_TEST_f_i_tg): Likewise.
19508 (RUN_TEST_ff_i_tg): Likewise.
19509 (RUN_TEST_f_b): Likewise.
19510 (RUN_TEST_f_b_tg): Likewise.
19511 (RUN_TEST_f_l): Likewise.
19512 (RUN_TEST_f_L): Likewise.
19513 (RUN_TEST_fFF_11): Likewise.
19514 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19515 conditionals.
19516 (cosh_test_data): Likewise.
19517 (exp_test_data): Likewise.
19518 (expm1_test_data): Likewise.
19519 (hypot_test_data): Likewise.
19520 (pow_test_data): Likewise.
19521 (sinh_test_data): Likewise.
19522 (tanh_test_data): Likewise.
19523 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19524 flags argument.
19525
ca07f197
JM
19526 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19527 tests with quiet NaN input and output.
19528 (acosh_test_data): Likewise.
19529 (asin_test_data): Likewise.
19530 (asinh_test_data): Likewise.
19531 (atan_test_data): Likewise.
19532 (atanh_test_data): Likewise.
19533 (atan2_test_data): Likewise.
19534 (cbrt_test_data): Likewise.
19535 (cos_test_data): Likewise.
19536 (cosh_test_data): Likewise.
19537 (erf_test_data): Likewise.
19538 (erfc_test_data): Likewise.
19539 (exp_test_data): Likewise.
19540 (exp10_test_data): Likewise.
19541 (exp2_test_data): Likewise.
19542 (expm1_test_data): Likewise.
19543 (hypot_test_data): Likewise.
19544 (j0_test_data): Likewise.
19545 (j1_test_data): Likewise.
19546 (jn_test_data): Likewise.
19547 (lgamma_test_data): Likewise.
19548 (log_test_data): Likewise.
19549 (log10_test_data): Likewise.
19550 (log1p_test_data): Likewise.
19551 (log2_test_data): Likewise.
19552 (pow_test_data): Likewise.
19553 (scalb_test_data): Likewise.
19554 (sin_test_data): Likewise.
19555 (sincos_test_data): Likewise.
19556 (sinh_test_data): Likewise.
19557 (tan_test_data): Likewise.
19558 (tanh_test_data): Likewise.
19559 (tgamma_test_data): Likewise.
19560 (y0_test_data): Likewise.
19561 (y1_test_data): Likewise.
19562 (yn_test_data): Likewise.
19563
66294491
JM
19564 [BZ #16167]
19565 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19566 argument being NaN and avoid computations with second argument in
19567 that case.
19568 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19569 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19570 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19571
1820b143
CL
195722013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
19573
19574 * locale/iso-639.def: Add Chitwani Tharu (the).
19575
714bd261
AS
195762013-11-14 Andreas Schwab <schwab@suse.de>
19577
19578 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19579 word instead of empty string.
19580
7ab44563
AZ
195812013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19582
19583 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19584 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19585 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19586 (__fe_nomask_env): Likewise.
19587
e8470ea2
SE
195882013-11-13 Steve Ellcey <sellcey@mips.com>
19589
19590 * benchtests/bench-timing.h: Include time.h.
19591
17c1d9f0
L
195922013-11-13 H.J. Lu <hongjiu.lu@intel.com>
19593
19594 [BZ #15997]
19595 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19596 to 3.4.0 for x32.
19597 * sysdeps/unix/sysv/linux/configure: Regenerated.
19598
9310c284
JM
195992013-11-13 Joseph Myers <joseph@codesourcery.com>
19600
19601 [BZ #16151]
19602 * stdlib/strtod_l.c (round_and_return): Do not consider
19603 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19604 exponent one less than half the least subnormal exponent.
19605 * stdlib/test-strtod-round-data: Add more tests.
19606 * stdlib/tst-strtod-round.c (tests): Regenerated.
19607
7a2ad8cf
AZ
196082013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19609
19610 [BZ #14143]
19611 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19612 (__fe_mask_env): Likewise.
19613 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19614 libm_hidden_proto and add function prototype.
19615 (__fe_mask_env): Add function prototype.
19616 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19617 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19618 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19619 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19620 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19621 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19622
50727aa7
MS
196232013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19624
b2f386c1 19625 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
19626 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19627
a615be46
MS
196282013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19629
19630 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19631 of htab_find_slot().
19632
7ddace62
DM
196332013-11-11 David S. Miller <davem@davemloft.net>
19634
19635 [BZ #16150]
19636 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19637 symbol in the non-vis3 case in static builds.
19638 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19639 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19640 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19641 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19642
9182aa67
JK
196432013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19644
19645 [BZ #387]
19646 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19647 it is empty.
19648
450a2e2d
AZ
196492013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19650
b2f386c1
SP
19651 * benchtests/Makefile: Add bench-strtod.
19652 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 19653
8ec3f656
AS
196542013-11-11 Andreas Schwab <schwab@suse.de>
19655
19656 [BZ #16153]
19657 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19658 terminating NUL in key length.
19659
76a9b998
AZ
196602013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19661
19662 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19663 Add artificial ODP entry for vDSO symbol for PPC64.
19664 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19665 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19666
e4368156
OB
196672013-11-07 Ondřej Bílka <neleai@seznam.cz>
19668
19669 [BZ #15374]
19670 * nss/getent.c (services_keys): Recognize services starting with digit.
19671
8d6bb57c
DM
196722013-11-06 David S. Miller <davem@davemloft.net>
19673
19674 [BZ #15985]
19675 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19676 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19677
e256c421
WN
196782013-11-06 Will Newton <will.newton@linaro.org>
19679
19680 * manual/memory.texi (Malloc Examples): Remove register
19681 keyword from examples.
19682
f6e12daa 196832013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 19684
f6e12daa 19685 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 19686
9d880655
AS
196872013-11-04 Joseph Myers <joseph@codesourcery.com>
19688
fd2f9486 19689 [BZ #6981]
9d880655
AS
19690 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19691 depending on [__GCC_IEC_559 > 0].
19692 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19693 depending on [__GCC_IEC_559_COMPLEX > 0].
19694
ae129d3c
CL
196952013-11-03 Chris Leonard <cjl@sugarlabs.org>
19696
19697 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19698 to iso-639.def.
19699
4a15c2a4 197002013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
19701
19702 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19703
8b35e35d
OB
197042013-11-01 Ondřej Bílka <neleai@seznam.cz>
19705
19706 [BZ #16112]
19707 * malloc/malloc (malloc_info): Do not handle first bin as
19708 special case.
19709
1d70fd6c
CL
197102013-11-01 Chris Leonard <cjl@sugarlabs.org>
19711
19712 * locale/iso-639.def: Add Central Nahuatl (nhn).
19713
8c5c2600
BH
197142013-11-01 Bruno Haible <bruno@clisp.org>
19715
19716 [BZ #7003]
19717 * manual/math.texi (BSD Random): Specify range upper bound as
19718 in POSIX.
19719
da5579c2
CL
197202013-10-31 Chris Leonard <cjl@sugarlabs.org>
19721
19722 * locale/iso-639.def: Add Meadow Mari (mhr).
19723
5d30d853
OB
197242013-10-31 Ondřej Bílka <neleai@seznam.cz>
19725
19726 [BZ #14752], [BZ #15763]
19727 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19728 Validate name.
19729 * rt/tst_shm.c: Add test for escaping directory.
19730
a4966c61
AS
197312013-10-31 Andreas Schwab <schwab@suse.de>
19732
8a43e768 19733 [BZ #15917]
a4966c61
AS
19734 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19735 followed by 'x' as part of digit sequence.
19736 * stdio-common/tst-sscanf.c (double_tests2): New tests.
19737
28d708c4
MAP
197382013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19739
19740 [BZ #16037]
19741 * configure.ac: allow GNU Make 4.0 and greater.
19742 * configure: Regenerated.
19743
a56ee40b
WN
197442013-10-30 Will Newton <will.newton@linaro.org>
19745
19746 [BZ #16038]
19747 * malloc/hooks.c (memalign_check): Limit alignment to the
19748 maximum representable power of two.
19749 * malloc/malloc.c (__libc_memalign): Likewise.
19750 * malloc/tst-memalign.c (do_test): Add test for very
19751 large alignment values.
19752 * malloc/tst-posix_memalign.c (do_test): Likewise.
19753
c6e4925d
OB
197542013-10-30 Ondřej Bílka <neleai@seznam.cz>
19755
19756 [BZ #11087]
19757 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19758 (munmap_chunk): Likewise.
19759 (mremap_chunk): Likewise.
19760
197612013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 19762
8a43e768 19763 [BZ #15799]
bbea82f7
OB
19764 * stdlib/div.c (div): Remove obsolete code.
19765 * stdlib/ldiv.c (ldiv): Likewise.
19766 * stdlib/lldiv.c (lldiv): Likewise.
19767
977f4b31
SP
197682013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
19769
19770 [BZ #16071]
19771 * nss/nss_files/files-XXX.c (get_contents_ret): New
19772 enumerator.
19773 (get_contents): New function.
19774 (internal_getent): Use it. Expand size of LINEBUFLEN.
19775
cb8a6dbd
MF
197762013-10-30 Mike Frysinger <vapier@gentoo.org>
19777
19778 * configure.in: Moved to ...
19779 * configure.ac: ... here. Change reference to configure.in
19780 to configure.ac.
19781 * sysdeps/arm/preconfigure.ac: ... here.
19782 configure.in to configure.ac.
19783 * sysdeps/gnu/configure.in: Moved to ...
19784 * sysdeps/gnu/configure.ac: ... here.
19785 * sysdeps/i386/configure.in: Moved to ...
19786 * sysdeps/i386/configure.ac: ... here.
19787 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19788 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19789 * sysdeps/mach/configure.in: Moved to ...
19790 * sysdeps/mach/configure.ac: ... here.
19791 * sysdeps/mach/hurd/configure.in: Moved to ...
19792 * sysdeps/mach/hurd/configure.ac: ... here.
19793 * sysdeps/powerpc/configure.in: Moved to ...
19794 * sysdeps/powerpc/configure.ac: ... here.
19795 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19796 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19797 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19798 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19799 * sysdeps/s390/s390-32/configure.in: Moved to ...
19800 * sysdeps/s390/s390-32/configure.ac: ... here.
19801 * sysdeps/s390/s390-64/configure.in: Moved to ...
19802 * sysdeps/s390/s390-64/configure.ac: ... here.
19803 * sysdeps/sh/configure.in: Moved to ...
19804 * sysdeps/sh/configure.ac: ... here.
19805 * sysdeps/sparc/configure.in: Moved to ...
19806 * sysdeps/sparc/configure.ac: ... here.
19807 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19808 * sysdeps/unix/sysv/linux/configure.ac: ... here.
19809 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19810 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19811 * sysdeps/x86_64/configure.in: Moved to ...
19812 * sysdeps/x86_64/configure.ac: ... here.
19813 * sysdeps/x86_64/preconfigure.in: Moved to ...
19814 * sysdeps/x86_64/preconfigure.ac: ... here.
19815 * aclocal.m4: Change reference to configure.in to configure.ac.
19816 * config.h.in: Likewise.
19817 * manual/install.texi: Likewise.
19818 * manual/maint.texi: Likewise.
19819 * Makefile: Likewise.
19820 * malloc/Makefile: Likewise.
19821 * nscd/Makefile: Likewise.
19822 * Makeconfig: Change reference to configure.in and
19823 preconfigure.in to configure.ac and preconfigure.ac
19824 respectively.
19825 * INSTALL: Regenerated.
19826 * configure: Likewise.
19827 * sysdeps/gnu/configure: Likewise.
19828 * sysdeps/i386/configure: Likewise.
19829 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19830 * sysdeps/mach/configure: Likewise.
19831 * sysdeps/mach/hurd/configure: Likewise.
19832 * sysdeps/powerpc/configure: Likewise.
19833 * sysdeps/powerpc/powerpc32/configure: Likewise.
19834 * sysdeps/powerpc/powerpc64/configure: Likewise.
19835 * sysdeps/s390/s390-32/configure: Likewise.
19836 * sysdeps/s390/s390-64/configure: Likewise.
19837 * sysdeps/sh/configure: Likewise.
19838 * sysdeps/sparc/configure: Likewise.
19839 * sysdeps/unix/sysv/linux/configure: Likewise.
19840 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19841 * sysdeps/x86_64/configure: Likewise.
19842 * sysdeps/x86_64/preconfigure: Likewise.
19843
36a4953a
AS
198442013-10-29 Andreas Schwab <schwab@suse.de>
19845
19846 * stdio-common/Makefile (tst-swscanf-ENV): Define.
19847
c79a1204
SP
198482013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19849
dfa1b402
SP
19850 * benchtests/pow-inputs: Add new inputs.
19851
54f73d9c
SP
19852 * benchtests/exp-inputs: Add new inputs.
19853
c79a1204
SP
19854 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19855 conditional check for return value.
19856 (__cos32): Likewise.
19857
67beb545 198582013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
19859
19860 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19861 to provide a boost for large inputs with word alignment.
19862 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19863 implementation based on optimized PPC64 strcpy.
19864 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19865 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19866 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19867 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19868
151659f6
OB
198692013-10-25 Ondřej Bílka <neleai@seznam.cz>
19870
482a077e 19871 [BZ #2801]
151659f6
OB
19872 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19873
10b0f26b
OB
198742013-10-25 Ondřej Bílka <neleai@seznam.cz>
19875
19876 [BZ #14876]
19877 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19878 * time/tst-strptime.c (day_tests): Add testcase.
19879
ca42d35e
OB
198802013-10-25 Ondřej Bílka <neleai@seznam.cz>
19881
482a077e 19882 [BZ #14029]
ca42d35e
OB
19883 * manual/pattern.texi: Acknowledge that fnmatch can fail.
19884
52e6d801
FB
198852013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
19886
19887 [BZ #16074]
19888 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19889 MAP_FAILED on error.
19890
7cbcdb36
SP
198912013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
19892
19893 [BZ #16072]
19894 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19895 heap for large requests.
19896
894f3f10
AM
198972013-10-25 Aurelien Jarno <aurelien@aurel32.net>
19898
19899 [BZ #9954]
19900 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19901 result if the result has no associated interface.
19902 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19903 interface for all 127.X.Y.Z addresses.
19904
b85545a6
CL
199052013-10-24 Chris Leonard <cjl@sugarlabs.org>
19906
19907 * locale/iso-639.def: Add Ligurian (lij)
19908
d1f23d46
OB
199092013-10-21 Ondřej Bílka <neleai@seznam.cz>
19910
19911 [BZ #15825]
19912 * sunrpc/rpc_main.c: Document rpcgen -5.
19913
4db5b08f
MS
199142013-10-19 Michael Stahl <mstahl@redhat.com>
19915
19916 * elf/rtld.c (do_preload): Print the reason why preloading failed.
19917
a471e96a
OB
199182013-10-19 Ondřej Bílka <neleai@seznam.cz>
19919
d1f23d46 19920 [BZ #10278]
a471e96a
OB
19921 * posix/glob.c: Match only directories when trailing slash is present.
19922 * posix/tst-gnuglob.c (my_opendir): Do not open files.
19923 (main): Add testcase.
19924
45c30c61
OB
199252013-10-19 Ondřej Bílka <neleai@seznam.cz>
19926
19927 [BZ #15670]
19928 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19929
484c12fb
CD
199302013-10-18 Carlos O'Donell <carlos@redhat.com>
19931
3d7dc513
CD
19932 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19933 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19934 AUTH_DES and cindex for FIPS 140-2.
19935 (DES Encryption): Add cindex FIPS 46-3.
19936
484c12fb
CD
19937 * locale/locarchive.h (struct locarhandle): Add fname.
19938 * locale/programs/localedef.c (main): Pass ARGV[remaining]
19939 if an optional argument was specified to --list-archive,
19940 otherwise NULL.
19941 * locale/programs/locarchive.c (show_archive_content): Take new
19942 argument fname and pass it via ah.fname to open_archive.
19943 * locale/programs/localedef.h: Update decl.
19944 (open_archive): If AH->fname is non-null, open that file
19945 rather than the default file name, and don't ignore ENOENT.
19946 (create_archive): Set AH.fname to NULL.
19947 (delete_locales_from_archive): Likewise.
19948 (add_locales_to_archive): Likewise.
19949 * locale/programs/locfile.c (write_all_categories): Likewise.
19950
3c8325fb
JM
199512013-10-18 Joseph Myers <joseph@codesourcery.com>
19952 Aldy Hernandez <aldyh@redhat.com>
19953
19954 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19955 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19956 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19957 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19958 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19959 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19960 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19961 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19962 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19963 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19964 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19965 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19966 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19967 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19968 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19969 Likewise.
19970 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19971 Likewise.
19972 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19973 Likewise.
19974 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19975 Likewise.
19976 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19977 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19978 Likewise.
19979 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19980 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19981 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19982 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19983 Likewise.
19984 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19985 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19986 * sysdeps/powerpc/preconfigure: Likewise.
19987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19988 Likewise.
19989 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19990 Replace contents of file by #include of <fenv_libc.h>.
19991 * sysdeps/powerpc/soft-fp/sfp-machine.h
19992 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19993 and <sys/prctl.h>.
19994 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19995 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19996 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19997 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19998 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19999 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20000 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20001 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20002 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20003 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20004 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20005 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20007 Allow copysignl PLT reference to be missing.
20008
5abe0682
RS
200092013-10-18 Richard Sandiford <richard@codesourcery.com>
20010 Joseph Myers <joseph@codesourcery.com
20011
20012 [BZ #15948]
20013 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20014 single character.
20015 (add_to_tablewc): Assert sequence of wide characters is nonempty.
20016
c7738d08
SP
200172013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
20018
20019 * elf/tst-tls-dlinfo.c: Don't include tls.h.
20020 * elf/tst-tls1.c: Likewise.
20021 * elf/tst-tls10.h: Likewise.
20022 * elf/tst-tls14.c: Likewise.
20023 * elf/tst-tls2.c: Likewise.
20024 * elf/tst-tls3.c: Likewise.
20025 * elf/tst-tls4.c: Likewise.
20026 * elf/tst-tls5.c: Likewise.
20027 * elf/tst-tls6.c: Likewise.
20028 * elf/tst-tls7.c: Likewise.
20029 * elf/tst-tls8.c: Likewise.
20030 * elf/tst-tls9.c: Likewise.
20031 * elf/tst-tlsmod1.c: Likewise.
20032 * elf/tst-tlsmod13.c: Likewise.
20033 * elf/tst-tlsmod13a.c: Likewise.
20034 * elf/tst-tlsmod14a.c: Likewise.
20035 * elf/tst-tlsmod16a.c: Likewise.
20036 * elf/tst-tlsmod16b.c: Likewise.
20037 * elf/tst-tlsmod2.c: Likewise.
20038 * elf/tst-tlsmod3.c: Likewise.
20039 * elf/tst-tlsmod4.c: Likewise.
20040 * elf/tst-tlsmod5.c: Likewise.
20041 * elf/tst-tlsmod6.c: Likewise.
20042
0bfcf2c7
OB
200432013-10-18 Ondřej Bílka <neleai@seznam.cz>
20044
20045 [BZ #12486]
20046 * malloc/malloc.c: remove checks for statistics.
20047
264aad1e
OB
200482013-10-17 Ondřej Bílka <neleai@seznam.cz>
20049
20050 [BZ #15277]
20051 * inet/inet_net.c (inet_network): Detect additional invalid strings.
20052 * inet/tst-network.c: Add testcase.
20053
b957ced8
AS
200542013-10-17 Andreas Schwab <schwab@suse.de>
20055
20056 [BZ #15218]
20057 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20058 to determine canonical name.
20059
c5d5d574
OB
200602013-10-17 Ondřej Bílka <neleai@seznam.cz>
20061
20062 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20063 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20064 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20065 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20066 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20067 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20068 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20069 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20070 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20071 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20072 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20073 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20074 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20075 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20076 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20077 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20078 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20079 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20080 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20081 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20082 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20083 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20084 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20085 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20086 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20087 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20088 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20089 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20090 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20091 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20092 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20093 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20094 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20095 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20096 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20097 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20098 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20099 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20100 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20101 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20102 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20103 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20104 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20105 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20106 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20107 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20108 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20109 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20110 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20111 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20112 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20113 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20114 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20115 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20116 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20117 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20118 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20119 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20120
e5c2c2d0
JM
201212013-10-17 Joseph Myers <joseph@codesourcery.com>
20122
20123 [BZ #16041]
20124 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20125 make result into a quiet NaN.
20126
51ca9e29
JM
201272013-10-16 Joseph Myers <joseph@codesourcery.com>
20128
20129 * soft-fp/adddf3.c: Fix horizontal whitespace.
20130 * soft-fp/addsf3.c: Likewise.
20131 * soft-fp/addtf3.c: Likewise.
20132 * soft-fp/divdf3.c: Likewise.
20133 * soft-fp/divsf3.c: Likewise.
20134 * soft-fp/divtf3.c: Likewise.
20135 * soft-fp/double.h: Likewise.
20136 * soft-fp/eqdf2.c: Likewise.
20137 * soft-fp/eqsf2.c: Likewise.
20138 * soft-fp/eqtf2.c: Likewise.
20139 * soft-fp/extenddftf2.c: Likewise.
20140 * soft-fp/extended.h: Likewise.
20141 * soft-fp/extendsfdf2.c: Likewise.
20142 * soft-fp/extendsftf2.c: Likewise.
20143 * soft-fp/extendxftf2.c: Likewise.
20144 * soft-fp/fixdfdi.c: Likewise.
20145 * soft-fp/fixdfsi.c: Likewise.
20146 * soft-fp/fixdfti.c: Likewise.
20147 * soft-fp/fixsfdi.c: Likewise.
20148 * soft-fp/fixsfsi.c: Likewise.
20149 * soft-fp/fixsfti.c: Likewise.
20150 * soft-fp/fixtfdi.c: Likewise.
20151 * soft-fp/fixtfsi.c: Likewise.
20152 * soft-fp/fixtfti.c: Likewise.
20153 * soft-fp/fixunsdfdi.c: Likewise.
20154 * soft-fp/fixunsdfsi.c: Likewise.
20155 * soft-fp/fixunsdfti.c: Likewise.
20156 * soft-fp/fixunssfdi.c: Likewise.
20157 * soft-fp/fixunssfsi.c: Likewise.
20158 * soft-fp/fixunssfti.c: Likewise.
20159 * soft-fp/fixunstfdi.c: Likewise.
20160 * soft-fp/fixunstfsi.c: Likewise.
20161 * soft-fp/fixunstfti.c: Likewise.
20162 * soft-fp/floatdidf.c: Likewise.
20163 * soft-fp/floatdisf.c: Likewise.
20164 * soft-fp/floatditf.c: Likewise.
20165 * soft-fp/floatsidf.c: Likewise.
20166 * soft-fp/floatsisf.c: Likewise.
20167 * soft-fp/floatsitf.c: Likewise.
20168 * soft-fp/floattidf.c: Likewise.
20169 * soft-fp/floattisf.c: Likewise.
20170 * soft-fp/floattitf.c: Likewise.
20171 * soft-fp/floatundidf.c: Likewise.
20172 * soft-fp/floatundisf.c: Likewise.
20173 * soft-fp/floatunditf.c: Likewise.
20174 * soft-fp/floatunsidf.c: Likewise.
20175 * soft-fp/floatunsisf.c: Likewise.
20176 * soft-fp/floatunsitf.c: Likewise.
20177 * soft-fp/floatuntidf.c: Likewise.
20178 * soft-fp/floatuntisf.c: Likewise.
20179 * soft-fp/floatuntitf.c: Likewise.
20180 * soft-fp/fmadf4.c: Likewise.
20181 * soft-fp/fmasf4.c: Likewise.
20182 * soft-fp/fmatf4.c: Likewise.
20183 * soft-fp/gedf2.c: Likewise.
20184 * soft-fp/gesf2.c: Likewise.
20185 * soft-fp/getf2.c: Likewise.
20186 * soft-fp/ledf2.c: Likewise.
20187 * soft-fp/lesf2.c: Likewise.
20188 * soft-fp/letf2.c: Likewise.
20189 * soft-fp/muldf3.c: Likewise.
20190 * soft-fp/mulsf3.c: Likewise.
20191 * soft-fp/multf3.c: Likewise.
20192 * soft-fp/negdf2.c: Likewise.
20193 * soft-fp/negsf2.c: Likewise.
20194 * soft-fp/negtf2.c: Likewise.
20195 * soft-fp/op-1.h: Likewise.
20196 * soft-fp/op-2.h: Likewise.
20197 * soft-fp/op-4.h: Likewise.
20198 * soft-fp/op-8.h: Likewise.
20199 * soft-fp/op-common.h: Likewise.
20200 * soft-fp/quad.h: Likewise.
20201 * soft-fp/single.h: Likewise.
20202 * soft-fp/soft-fp.h: Likewise.
20203 * soft-fp/sqrtdf2.c: Likewise.
20204 * soft-fp/sqrtsf2.c: Likewise.
20205 * soft-fp/sqrttf2.c: Likewise.
20206 * soft-fp/subdf3.c: Likewise.
20207 * soft-fp/subsf3.c: Likewise.
20208 * soft-fp/subtf3.c: Likewise.
20209 * soft-fp/truncdfsf2.c: Likewise.
20210 * soft-fp/trunctfdf2.c: Likewise.
20211 * soft-fp/trunctfsf2.c: Likewise.
20212 * soft-fp/trunctfxf2.c: Likewise.
20213 * soft-fp/unorddf2.c: Likewise.
20214 * soft-fp/unordsf2.c: Likewise.
20215 * soft-fp/unordtf2.c: Likewise.
20216
9ebb0332
JM
202172013-10-15 Joseph Myers <joseph@codesourcery.com>
20218
20219 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20220 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20221
4b1a6d8b
OB
202222013-10-15 Ondřej Bílka <neleai@seznam.cz>
20223
20224 * elf/dl-libc.c: Clear initfini list after freeing.
20225
1e145589
JM
202262013-10-14 Joseph Myers <joseph@codesourcery.com>
20227
20228 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20229 * soft-fp/addsf3.c: Likewise.
20230 * soft-fp/addtf3.c: Likewise.
20231 * soft-fp/divdf3.c: Likewise.
20232 * soft-fp/divsf3.c: Likewise.
20233 * soft-fp/divtf3.c: Likewise.
20234 * soft-fp/double.h: Likewise.
20235 * soft-fp/eqdf2.c: Likewise.
20236 * soft-fp/eqsf2.c: Likewise.
20237 * soft-fp/eqtf2.c: Likewise.
20238 * soft-fp/extenddftf2.c: Likewise.
20239 * soft-fp/extended.h: Likewise.
20240 * soft-fp/extendsfdf2.c: Likewise.
20241 * soft-fp/extendsftf2.c: Likewise.
20242 * soft-fp/extendxftf2.c: Likewise.
20243 * soft-fp/fixdfdi.c: Likewise.
20244 * soft-fp/fixdfsi.c: Likewise.
20245 * soft-fp/fixdfti.c: Likewise.
20246 * soft-fp/fixsfdi.c: Likewise.
20247 * soft-fp/fixsfsi.c: Likewise.
20248 * soft-fp/fixsfti.c: Likewise.
20249 * soft-fp/fixtfdi.c: Likewise.
20250 * soft-fp/fixtfsi.c: Likewise.
20251 * soft-fp/fixtfti.c: Likewise.
20252 * soft-fp/fixunsdfdi.c: Likewise.
20253 * soft-fp/fixunsdfsi.c: Likewise.
20254 * soft-fp/fixunsdfti.c: Likewise.
20255 * soft-fp/fixunssfdi.c: Likewise.
20256 * soft-fp/fixunssfsi.c: Likewise.
20257 * soft-fp/fixunssfti.c: Likewise.
20258 * soft-fp/fixunstfdi.c: Likewise.
20259 * soft-fp/fixunstfsi.c: Likewise.
20260 * soft-fp/fixunstfti.c: Likewise.
20261 * soft-fp/floatdidf.c: Likewise.
20262 * soft-fp/floatdisf.c: Likewise.
20263 * soft-fp/floatditf.c: Likewise.
20264 * soft-fp/floatsidf.c: Likewise.
20265 * soft-fp/floatsisf.c: Likewise.
20266 * soft-fp/floatsitf.c: Likewise.
20267 * soft-fp/floattidf.c: Likewise.
20268 * soft-fp/floattisf.c: Likewise.
20269 * soft-fp/floattitf.c: Likewise.
20270 * soft-fp/floatundidf.c: Likewise.
20271 * soft-fp/floatundisf.c: Likewise.
20272 * soft-fp/floatunsidf.c: Likewise.
20273 * soft-fp/floatunsisf.c: Likewise.
20274 * soft-fp/floatuntidf.c: Likewise.
20275 * soft-fp/floatuntisf.c: Likewise.
20276 * soft-fp/floatuntitf.c: Likewise.
20277 * soft-fp/fmadf4.c: Likewise.
20278 * soft-fp/fmasf4.c: Likewise.
20279 * soft-fp/fmatf4.c: Likewise.
20280 * soft-fp/gedf2.c: Likewise.
20281 * soft-fp/gesf2.c: Likewise.
20282 * soft-fp/getf2.c: Likewise.
20283 * soft-fp/ledf2.c: Likewise.
20284 * soft-fp/lesf2.c: Likewise.
20285 * soft-fp/letf2.c: Likewise.
20286 * soft-fp/muldf3.c: Likewise.
20287 * soft-fp/mulsf3.c: Likewise.
20288 * soft-fp/multf3.c: Likewise.
20289 * soft-fp/negdf2.c: Likewise.
20290 * soft-fp/negsf2.c: Likewise.
20291 * soft-fp/negtf2.c: Likewise.
20292 * soft-fp/op-1.h: Likewise.
20293 * soft-fp/op-2.h: Likewise.
20294 * soft-fp/op-4.h: Likewise.
20295 * soft-fp/op-8.h: Likewise.
20296 * soft-fp/op-common.h: Likewise.
20297 * soft-fp/quad.h: Likewise.
20298 * soft-fp/single.h: Likewise.
20299 * soft-fp/soft-fp.h: Likewise.
20300 * soft-fp/sqrtdf2.c: Likewise.
20301 * soft-fp/sqrtsf2.c: Likewise.
20302 * soft-fp/sqrttf2.c: Likewise.
20303 * soft-fp/subdf3.c: Likewise.
20304 * soft-fp/subsf3.c: Likewise.
20305 * soft-fp/subtf3.c: Likewise.
20306 * soft-fp/truncdfsf2.c: Likewise.
20307 * soft-fp/trunctfdf2.c: Likewise.
20308 * soft-fp/trunctfsf2.c: Likewise.
20309 * soft-fp/trunctfxf2.c: Likewise.
20310 * soft-fp/unorddf2.c: Likewise.
20311 * soft-fp/unordsf2.c: Likewise.
20312 * soft-fp/unordtf2.c: Likewise.
20313
17c48a60
OB
203142013-10-14 Ondřej Bílka <neleai@seznam.cz>
20315
20316 [BZ #15672]
20317 * misc/error.c (error_tail): Fix possible buffer overflow.
20318
cabba934
OB
203192013-10-14 Aurelien Jarno <aurelien@aurel32.net>
20320
20321 [BZ #13028]
20322 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20323 address.
20324
94bf958a
PM
203252013-10-14 P. J. McDermott <pj@pehjota.net>
20326
20327 [BZ #832]
20328 * elf/ldd.bash.in (try_trace): New function. Delete previous code
20329 testing pipefail option.
20330
71b4dea7
JM
203312013-10-12 Joseph Myers <joseph@codesourcery.com>
20332
20333 * soft-fp/double.h: Indent preprocessor directives inside #if.
20334 * soft-fp/extended.h: Likewise.
20335 * soft-fp/op-2.h: Likewise.
20336 * soft-fp/op-4.h: Likewise.
20337 * soft-fp/op-common.h: Likewise.
20338 * soft-fp/quad.h: Likewise.
20339 * soft-fp/single.h: Likewise.
20340 * soft-fp/soft-fp.h: Likewise.
20341
55602758
YC
203422013-10-12 Yuri Chornoivan <yurchor@ukr.net>
20343
20344 * iconv/iconv_prog.c: Fix typos.
20345 * stdio-common/psiginfo-data.h: Likewise.
20346
9cd83302
RT
203472013-10-12 Reuben Thomas <rrt@sc3d.org>
20348
20349 [BZ #15764]
20350 * locale/setlocale.c: Fix typo.
20351
99fd9f47
JM
203522013-10-12 Joseph Myers <joseph@codesourcery.com>
20353
b7ea74f0
JM
20354 [BZ #16036]
20355 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20356 signaling NaN arguments.
20357 * soft-fp/unordsf2.c (__unordsf2): Likewise.
20358 * soft-fp/unordtf2.c (__unordtf2): Likewise.
20359
8a509447
JM
20360 [BZ #14910]
20361 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20362 unordered operands.
20363 * soft-fp/gesf2.c (__gesf2): Likewise.
20364 * soft-fp/getf2.c (__getf2): Likewise.
20365 * soft-fp/ledf2.c (__ledf2): Likewise.
20366 * soft-fp/lesf2.c (__lesf2): Likewise.
20367 * soft-fp/letf2.c (__letf2): Likewise.
20368
98998e9f
JM
20369 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20370 * soft-fp/eqsf2.c (__eqsf2): Likewise.
20371 * soft-fp/eqtf2.c (__eqtf2): Likewise.
20372 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20373 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20374 * soft-fp/fixdfti.c (__fixdfti): Likewise.
20375 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20376 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20377 * soft-fp/fixsfti.c (__fixsfti): Likewise.
20378 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20379 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20380 * soft-fp/fixtfti.c (__fixtfti): Likewise.
20381 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20382 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20383 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20384 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20385 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20386 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20387 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20388 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20389 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20390 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20391 * soft-fp/floatdisf.c (__floatdisf): Likewise.
20392 * soft-fp/floatsisf.c (__floatsisf): Likewise.
20393 * soft-fp/floattidf.c (__floattidf): Likewise.
20394 * soft-fp/floattisf.c (__floattisf): Likewise.
20395 * soft-fp/floattitf.c (__floattitf): Likewise.
20396 * soft-fp/floatundidf.c (__floatundidf): Likewise.
20397 * soft-fp/floatundisf.c (__floatundisf): Likewise.
20398 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20399 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20400 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20401 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20402 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20403 * soft-fp/gesf2.c (__gesf2): Likewise.
20404 * soft-fp/getf2.c (__getf2): Likewise.
20405 * soft-fp/ledf2.c (__ledf2): Likewise.
20406 * soft-fp/lesf2.c (__lesf2): Likewise.
20407 * soft-fp/letf2.c (__letf2): Likewise.
20408
8edc4a11
JM
20409 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20410 Undefine and redefine.
20411 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20412 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20413 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20414 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20415 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20416 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20417 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20418 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20419 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20420 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20421 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20422 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20423 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20424 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20425 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20426
8399acaf
JM
20427 [BZ #16032]
20428 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20429 without decrementing exponent if mantissa >= that for the
20430 denominator, not >.
20431 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20432 denominator, not >. Decrement exponent in < case instead of
20433 incrementing in >= case.
20434 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20435 without decrementing exponent if mantissa >= that for the
20436 denominator, not >.
20437
99fd9f47
JM
20438 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20439 computing saturated result for unsigned overflow.
20440
10e1cf6b
SP
204412013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20442 Jeff Law <law@redhat.com>
20443
20444 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20445 (atan2Mp): Add systemtap probe marker.
20446 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20447 (__ieee754_log): Add systemtap probe marker.
20448 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20449 (atanMp): Add systemtap probe marker.
20450 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20451 (tanMp): Add systemtap probe marker.
20452 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20453 (__slowexp): Add systemtap probe marker.
20454 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20455 (__slowpow): Add systemtap probe marker.
20456 * manual/probes.texi: Document probes.
20457
3d110c7c
EB
204582013-10-11 Eric Biggers <ebiggers3@gmail.com>
20459
20460 [BZ #15362]
20461 * libio/fileops.c (_IO_new_file_write): Return count of bytes
20462 written.
20463 (_IO_new_file_xsputn): Don't return EOF if nothing has been
20464 written.
20465 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20466 written to buffer but not flushed.
20467 * libio/iofwrite_u.c: Likewise.
20468 * libio/iopadn.c: Return bytes returned even if EOF was
20469 encountered.
20470 * libio/iowpadn.c: Likewise.
20471 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20472 if _IO_padn does not write the whole buffer.
20473 [!COMPILE_WPRINTF] (PAD): Likewise.
20474
75b4202a
DM
204752013-10-10 David S. Miller <davem@davemloft.net>
20476
20477 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20478 directory block.
20479
6c6352e6
JM
204802013-10-10 Joseph Myers <joseph@codesourcery.com>
20481
33b853c3
JM
20482 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
20483 instead of FSF address.
20484 * soft-fp/fixdfti.c: Likewise.
20485 * soft-fp/fixsfti.c: Likewise.
20486 * soft-fp/fixtfti.c: Likewise.
20487 * soft-fp/fixunsdfti.c: Likewise.
20488 * soft-fp/fixunssfti.c: Likewise.
20489 * soft-fp/fixunstfti.c: Likewise.
20490 * soft-fp/floattidf.c: Likewise.
20491 * soft-fp/floattisf.c: Likewise.
20492 * soft-fp/floattitf.c: Likewise.
20493 * soft-fp/floatuntidf.c: Likewise.
20494 * soft-fp/floatuntisf.c: Likewise.
20495 * soft-fp/floatuntitf.c: Likewise.
20496 * soft-fp/trunctfxf2.c: Likewise.
20497
6c6352e6
JM
20498 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
20499 * soft-fp/fixdfti.c: Likewise.
20500 * soft-fp/fixsfti.c: Likewise.
20501 * soft-fp/fixtfti.c: Likewise.
20502 * soft-fp/fixunsdfti.c: Likewise.
20503 * soft-fp/fixunssfti.c: Likewise.
20504 * soft-fp/fixunstfti.c: Likewise.
20505 * soft-fp/floattidf.c: Likewise.
20506 * soft-fp/floattisf.c: Likewise.
20507 * soft-fp/floattitf.c: Likewise.
20508 * soft-fp/floatuntidf.c: Likewise.
20509 * soft-fp/floatuntisf.c: Likewise.
20510 * soft-fp/floatuntitf.c: Likewise.
20511 * soft-fp/trunctfxf2.c: Likewise.
20512
3bf78b71
DM
205132013-10-10 David S. Miller <davem@davemloft.net>
20514
20515 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20516
6f10289e
JM
205172013-10-10 Joseph Myers <joseph@codsourcery.com>
20518
bd878fc0
JM
20519 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20520 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20521 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20522 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20523 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20524 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20525 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20526
6f10289e
JM
20527 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20528 for NaNs before doing comparisons on argument.
20529 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20530 Likewise.
20531
321e2684
WN
205322013-10-10 Will Newton <will.newton@linaro.org>
20533
20534 * malloc/hooks.c (memalign_check): Ensure the value of bytes
20535 passed to _int_memalign does not overflow.
20536
40fefba1
TR
205372013-10-10 Torvald Riegel <triegel@redhat.com>
20538
20539 * scripts/bench.pl: Add include-sources directive.
20540 * benchtests/README: Update documentation.
20541
2ae21ed2
JM
205422013-10-10 Joseph Myers <joseph@codesourcery.com>
20543
dcc2dd3f
JM
20544 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20545 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20546 instead of FP_INIT_ROUNDMODE.
20547 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20548 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20549
2ae21ed2
JM
20550 [BZ #16034]
20551 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
20552 copy class of input value.
20553 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
20554 not handle exceptions.
20555 * soft-fp/negsf2.c (__negsf2): Likewise.
20556 * soft-fp/negtf2.c (__negtf2): Likewise.
20557 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20558
cb8f9562
JM
205592013-10-09 Joseph Myers <joseph@codesourcery.com>
20560
20561 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20562 semicolon. From Linux kernel.
20563
5b60c59d
AB
205642013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
20565
20566 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20567
b86835ca
YC
205682013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
20569
20570 [BZ #156]
20571 * manual/socket.texi: Added statement about buffer
20572 for gethostbyname2_r.
20573
e7044ea7
OB
205742013-10-08 Ondřej Bílka <neleai@seznam.cz>
20575
20576 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20577 Use .p2align directive instead, throughout.
20578 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20579 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20580 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20581 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20582 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20583 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20584 * sysdeps/x86_64/strchr.S: Likewise.
20585 * sysdeps/x86_64/strrchr.S: Likewise.
20586
09544cbc
SP
205872013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
20588
88576635
SP
20589 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20590
e7b2d1dd
SP
20591 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20592
09544cbc
SP
20593 * sysdeps/generic/math_private.h (__mpsin1): Remove
20594 declaration.
20595 (__mpcos1): Likewise.
20596 (__mpsin): New argument __range_reduce.
20597 (__mpcos): Likewise.
20598 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20599 (slow): Use __mpsin and __mpcos.
20600 (slow1): Likewise.
20601 (slow2): Likewise.
20602 (sloww): Likewise.
20603 (sloww1): Likewise.
20604 (sloww2): Likewise.
20605 (bsloww): Likewise.
20606 (bsloww1): Likewise.
20607 (bsloww2): Likewise.
20608 (cslow2): Likewise.
20609 (csloww): Likewise.
20610 (csloww1): Likewise.
20611 (csloww2): Likewise.
20612 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20613 range_reduce. Merge in __mpsin1.
20614 (__mpcos): Likewise.
20615 (__mpsin1): Remove.
20616 (__mpcos1): Likewise.
20617
7602d070
JM
206182013-10-07 Joseph Myers <joseph@codesourcery.com>
20619
20620 * locale/loadlocale.c (_nl_intern_locale_data): Use
20621 LOCFILE_ALIGNED_P.
20622 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20623 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20624 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20625 obstack data is appropriately aligned.
20626 (obstack_int32_grow_fast): Likewise.
20627 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20628 * locale/programs/locfile.c (add_locale_uint32): Likewise.
20629 (add_locale_uint32_array): Likewise.
20630
a357259b
SP
206312013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
20632
20633 * benchtests/Makefile: Remove ARGLIST and RET variables.
20634 ($(objpfx)bench-%.c): Pass only function name to the script.
20635 * benchtests/README: Update documentation.
20636 * benchtests/acos-inputs: Add new directives.
20637 * benchtests/acosh-inputs: Likewise.
20638 * benchtests/asin-inputs: Likewise.
20639 * benchtests/asinh-inputs: Likewise.
20640 * benchtests/atan-inputs: Likewise.
20641 * benchtests/atanh-inputs: Likewise.
20642 * benchtests/cos-inputs: Likewise.
20643 * benchtests/cosh-inputs: Likewise.
20644 * benchtests/exp-inputs: Likewise.
20645 * benchtests/log-inputs: Likewise.
20646 * benchtests/pow-inputs: Likewise.
20647 * benchtests/rint-inputs: Likewise.
20648 * benchtests/sin-inputs: Likewise.
20649 * benchtests/sinh-inputs: Likewise.
20650 * benchtests/tan-inputs: Likewise.
20651 * benchtests/tanh-inputs: Likewise.
20652 * scripts/bench.pl: Add support for new directives.
20653
9ec1b13d
AM
206542013-10-07 Alan Modra <amodra@gmail.com>
20655
20656 * README: Fix careless merge.
20657
8b7d57cd
AM
206582013-10-05 Alan Modra <amodra@gmail.com>
20659
20660 * NEWS: Mention powerpc64le support and bugs fixed.
20661 * README: Both big-endian and little-endian powerpc64 supported.
20662
7b7bab13
ST
206632013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
20664
57f41c40
AS
20665 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20666 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
20667 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20668 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20669
d39baad1
RA
206702013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
20671
20672 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20673 match prototype.
20674
cd78f7e7
JM
206752013-10-04 Joseph Myers <joseph@codesourcery.com>
20676
29d73d86
JM
20677 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20678 Move -mhard-float appending from
20679 ports/sysdeps/powerpc/powerpc32/Makefile.
20680 [$(with-fp) = yes] (ASFLAGS): Likewise.
20681 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20682 * sysdeps/powerpc/nofpu: Move directory from
20683 ports/sysdeps/powerpc/nofpu.
20684 * sysdeps/powerpc/soft-fp: Move directory from
20685 ports/sysdeps/powerpc/soft-fp.
20686 * sysdeps/powerpc/powerpc32/405: Move directory from
20687 ports/sysdeps/powerpc/powerpc32/405.
20688 * sysdeps/powerpc/powerpc32/440: Move directory from
20689 ports/sysdeps/powerpc/powerpc32/440.
20690 * sysdeps/powerpc/powerpc32/464: Move directory from
20691 ports/sysdeps/powerpc/powerpc32/464.
20692 * sysdeps/powerpc/powerpc32/476: Move directory from
20693 ports/sysdeps/powerpc/powerpc32/476.
20694 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20695 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20696 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20697 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20698 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20699 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20700 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20701 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20702 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20703 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20704 * README: Update for powerpc-*-linux-gnu software floating point
20705 support in libc.
20706
e246b347
JM
20707 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20708 case to powerpc/powerpc32*.
20709 * sysdeps/unix/sysv/linux/configure: Regenerated.
20710
89c2003e
JM
20711 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20712 (_FPU_MASK_OM): Define as 0x04.
20713 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20714 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20715 0x00c10080.
20716 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20717 0x0000003c.
20718 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20719
cd78f7e7
JM
20720 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20721 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20722 getcontext_e500.
20723 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20724 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20725 setcontext_e500.
20726 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20727 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20728 and setcontext_e500.
20729
c755294d
CL
207302013-10-04 Chris Leonard <cjl@sugarlabs,.org>
20731
20732 * locale/iso-3166.def: Update iso-1366.def and related occurrences
20733
e16d221c
SP
207342013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20735
20736 * manual/threads.texi (Default Thread Attributes): Fix typo.
20737
215c7d43
WN
207382013-10-04 Will Newton <will.newton@linaro.org>
20739
20740 * malloc/Makefile: Add tst-memalign.
20741 * malloc/tst-memalign.c: New file.
20742
27d0461b
WN
20743 * malloc/tst-posix_memalign.c: Add comments.
20744 (do_test): Add comments and call free on all potentially
20745 allocated pointers. Add space after cast.
20746
1bc92709
WN
20747 * malloc/tst-pvalloc.c: Add comments.
20748 (do_test): Add comments and call free on all potentially
20749 allocated pointers. Remove duplicate check for NULL pointer.
20750 Add space after cast.
20751
66a9be9d
WN
20752 * malloc/tst-valloc.c: Add comments.
20753 (do_test): Add comments and call free on all potentially
20754 allocated pointers. Remove duplicate check for NULL pointer.
20755 Add space after cast.
20756
4cb81307
AM
207572013-10-04 Alan Modra <amodra@gmail.com>
20758
20759 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20760 Use stdint types in rather than __attribute__((mode())).
20761 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20762
f8e3e9f3
AM
207632013-10-04 Alan Modra <amodra@gmail.com>
20764
20765 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20766 Correct handling of unaligned relocs for little-endian.
20767 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20768
8f9ebb08
AM
207692013-10-04 Alan Modra <amodra@gmail.com>
20770
20771 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20772 * configure: Regenerate.
20773 * nptl/shlib-versions: Powerpc*le starts at 2.18.
20774 * shlib-versions: Likewise.
20775
0edf96c2
AM
207762013-10-04 Alan Modra <amodra@gmail.com>
20777
20778 * string/tester.c (test_memrchr): Increment reported test cycle.
20779
e0f7a380
AM
207802013-10-04 Alan Modra <amodra@gmail.com>
20781
20782 * string/test-memcpy.c (do_one_test): When reporting errors, print
20783 string address and don't overrun end of string.
20784
466b0393
AM
207852013-10-04 Alan Modra <amodra@gmail.com>
20786
20787 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20788 insrdi. Make better use of reg selection to speed exit slightly.
20789 Schedule entry path a little better. Remove useless "are we done"
20790 checks on entry to main loop. Handle wrapping around zero address.
20791 Correct main loop count. Handle single left-over word from main
20792 loop inline rather than by using loop_small. Remove extra word
20793 case in loop_small caused by wrong loop count. Add little-endian
20794 support.
20795 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20796 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
20797 cache hint.
20798 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20799 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20800 support. Avoid rlwimi.
20801 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20802
3be87c77
AM
208032013-10-04 Alan Modra <amodra@gmail.com>
20804
20805 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 20806 insrdi. Formatting.
3be87c77
AM
20807 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20808 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20809 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20810 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20811 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20812 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20813
759cfef3
AM
208142013-10-04 Alan Modra <amodra@gmail.com>
20815
20816 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20817 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20818 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20819 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20820 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20821 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20822 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20823 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20824 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
20825 use of regs. Use power7 mtocrf. Tidy function tails.
20826
fe6e95d7
AM
208272013-10-04 Alan Modra <amodra@gmail.com>
20828
20829 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20830 Formatting. Consistently use rXXX register defines or rN defines.
20831 Use early exit labels that avoid restoring unused non-volatile regs.
20832 Make cr field use more consistent with rWORDn compares. Rename
20833 regs used as shift registers for unaligned loop, using rN defines
20834 for short lifetime/multiple use regs.
20835 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20836 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
20837 addi 1,1,64 to pop stack frame. Simplify return value code.
20838 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20839
664318c3
AM
208402013-10-04 Alan Modra <amodra@gmail.com>
20841
20842 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20843 support. Correct typos, formatting. Optimize tail. Use insrdi
20844 rather than rlwimi.
20845 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20846 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20847 little-endian support. Correct typos.
20848 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
20849 rather than rlwimi.
20850 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
20851 in loop and entry code to keep "and." results.
20852 (strchr): Add little-endian support. Comment. Move cntlzd
20853 earlier in tail.
20854 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20855
43b84013
AM
208562013-10-04 Alan Modra <amodra@gmail.com>
20857
20858 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20859 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20860 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20861 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20862
8a7413f9
AM
208632013-10-04 Alan Modra <amodra@gmail.com>
20864
20865 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20866 (rTMP): Define as r11.
20867 (strcmp): Add little-endian support. Optimise tail.
20868 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20869 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20870 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20871 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20872 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20873 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20874 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20875
33ee81de
AM
208762013-10-04 Alan Modra <amodra@gmail.com>
20877
20878 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20879 little-endian support. Remove unnecessary "are we done" tests.
20880 Handle "s" wrapping around zero and extremely large "size".
20881 Correct main loop count. Handle single left-over word from main
20882 loop inline rather than by using small_loop. Correct comments.
20883 Delete "zero" tail, use "end_max" instead.
20884 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20885
db9b4570
AM
208862013-10-04 Alan Modra <amodra@gmail.com>
20887
20888 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20889 support. Don't branch over align.
20890 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20891 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20892 support. Rearrange tmp reg use to suit. Comment.
20893 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20894
f7c399cf
AM
208952013-10-04 Alan Modra <amodra@gmail.com>
20896
20897 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20898
0b2c2ace
AM
208992013-10-04 Alan Modra <amodra@gmail.com>
20900
20901 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20902 conditional form of branch and link when obtaining pc.
20903 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20904
02f04a6c
AM
209052013-10-04 Alan Modra <amodra@gmail.com>
20906
20907 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20908 HIWORD/LOWORD.
20909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20910 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20911
9b874b2f
AM
209122013-10-04 Alan Modra <amodra@gmail.com>
20913
20914 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20915 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20916 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20917 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20918 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20919 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20920 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20921 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20922 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20923 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20924
be1e5d31
AB
209252013-10-04 Anton Blanchard <anton@au1.ibm.com>
20926 Alistair Popple <alistair@ozlabs.au.ibm.com>
20927 Alan Modra <amodra@gmail.com>
20928
20929 [BZ #15723]
20930 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20931 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20932 _dl_hwcap access for little-endian.
20933 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
20934 destroy vmx regs when saving unaligned.
20935 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20936 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
20937 destroy vmx regs when saving unaligned.
20938
fef13a78
AM
209392013-10-04 Alan Modra <amodra@gmail.com>
20940
20941 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20942 Don't use a union to pack hi/low value.
20943
76a66d51
AB
209442013-10-04 Anton Blanchard <anton@au1.ibm.com>
20945
20946 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20947 for little-endian.
20948 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20949 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20950 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20951 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20952 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20953
6a31fe7f
AM
209542013-10-04 Alan Modra <amodra@gmail.com>
20955
20956 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20957 constants to usual value for .cst8 section, and remove redundant
20958 high address load.
20959 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20960 constant for 0x1p52. Load little-endian words of double from
20961 correct stack offsets.
20962
7b88401f
AM
209632013-10-04 Alan Modra <amodra@gmail.com>
20964
20965 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20966 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20967 words of double from correct stack offsets.
20968 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20969 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20970 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20971 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20972 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20973 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20974 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20975 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20976 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20977 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20978 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20979 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20980 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20981 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20982 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20983 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20984 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20985
9c008155
AM
209862013-10-04 Alan Modra <amodra@gmail.com>
20987
20988 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20989 64-bit int/double union.
20990 (_FPU_SETCW): Likewise.
20991 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20992 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20993
da13146d
AM
209942013-10-04 Alan Modra <amodra@gmail.com>
20995
20996 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20997 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20998
603e8410
AM
209992013-10-04 Alan Modra <amodra@gmail.com>
21000
21001 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21002 use vector int constants.
21003 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21004
4a28b3ca
AB
210052013-10-04 Anton Blanchard <anton@au1.ibm.com>
21006
21007 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21008 array with long long.
21009 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21010 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21011 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21012 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21013 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21014 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21015 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21016 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21017 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21018 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21019 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21020 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21021 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21022
2ca85d2b
AB
210232013-10-04 Anton Blanchard <anton@au1.ibm.com>
21024
21025 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21026 (__signbit): Likewise. Correct for little-endian.
21027 (__signbitl): Call __signbit.
21028 (lrint): Correct for little-endian.
21029 (lrintf): Call lrint.
21030
62a728ae
AM
210312013-10-04 Alan Modra <amodra@gmail.com>
21032
21033 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21034 union 32-bit int array member with 64-bit int array.
21035 (t515, tm256): Double rather than long double.
21036 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21037
32c301df
AM
210382013-10-04 Alan Modra <amodra@gmail.com>
21039
21040 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21041 Delete.
21042 (IEEE854_LONG_DOUBLE_BIAS): Delete.
21043 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21044 version of math_ldbl.h.
21045
650ef4bd
AM
210462013-10-04 Alan Modra <amodra@gmail.com>
21047
21048 [BZ #15734], [BZ #15735]
21049 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21050 all uses of ieee875 long double macros and unions. Simplify test
21051 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
21052 ldbl_extract_mantissa value for ix,iy exponents. Properly
21053 normalize after ldbl_extract_mantissa, and don't add hidden bit
21054 already handled. Don't treat low word of ieee854 mantissa like
21055 low word of IBM long double and mask off bit when testing for
21056 zero.
21057 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21058 all uses of ieee875 long double macros and unions. Simplify tests
21059 for 0.0L and inf. Correct double adjustment of k. Delete dead code
21060 adjusting ha,hb. Simplify code setting kld. Delete two600 and
21061 two1022, instead use their values. Recognise that tests for large
21062 "a" and small "b" are mutually exclusive. Rename vars. Comment.
21063 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21064 Rewrite all uses of ieee875 long double macros and unions. Simplify
21065 test for 0.0L and nan. Correct negation.
21066 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21067 ieee875 long double macros and unions. Correct output for large
21068 magnitude x. Correct absolute value calculation.
21069 (__erfcl): Likewise.
21070 * math/libm-test.inc: Add tests for errors discovered in IBM long
21071 double versions of fmodl, remainderl, erfl and erfcl.
21072
765714ca
AM
210732013-10-04 Alan Modra <amodra@gmail.com>
21074
21075 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21076 all uses of ieee854 long double macros and unions. Simplify tests
21077 for long doubles that are fully specified by the high double.
21078 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21079 Likewise.
21080 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21081 Remove dead code too.
21082 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21083 (__ieee754_ynl): Likewise.
21084 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21085 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21086 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21087 Remove dead code too.
21088 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21089 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21090 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21091 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21092 Simplify.
21093 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21094 Simplify.
21095 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21096 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21097 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21098 Comment on variable precision.
21099 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21100 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21101 Likewise.
21102 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21103 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21104 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21105 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21106 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21107
4ebd120c
AM
211082013-10-04 Alan Modra <amodra@gmail.com>
21109
21110 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21111 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21112 all uses of ieee854 long double macros and unions.
21113 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21114 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21115 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21116 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21117 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21118 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21119 Likewise.
21120 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21121 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21122 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21123 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21124 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21125 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21126 Simplify sign and nan test too.
21127 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21128 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21129 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21130 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21131 Likewise.
21132 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21133 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21134 Likewise.
21135 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21136 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21137 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21138 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21139 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21140 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21141
1b6adf88
AM
211422013-10-04 Alan Modra <amodra@gmail.com>
21143
21144 * stdio-common/printf_size.c (__printf_size): Don't use
21145 union ieee854_long_double in fpnum union.
21146 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
21147 signbit macro to retrieve sign from long double.
21148 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21149 retrieve sign from long double.
21150 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21151 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21152 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21153 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21154 * math/test-misc.c (main): Don't use union ieee854_long_double.
21155
4cf69995
AM
211562013-10-04 Alan Modra <amodra@gmail.com>
21157
21158 [BZ #15680]
21159 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21160 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21161 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21162 calculation. Remove unnecessary test for denormal exponent.
21163 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21164 Correct handling of denormals. Avoid undefined shift behaviour.
21165 Correct normalisation of low mantissa when low double is denormal.
21166 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21167 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
21168 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21169 Correct normalisation of low mantissa. Test for overflow of high
21170 mantissa and normalise.
21171 (ldbl_nearbyint): Use more readable constant for two52.
21172 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21173 (__mpn_construct_long_double): Fix test for overflow of high
21174 mantissa and correct normalisation. Avoid undefined shift.
21175
9605ca6c
AM
211762013-10-04 Alan Modra <amodra@gmail.com>
21177
21178 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21179 (union ibm_extended_long_double): Define as an array of ieee754_double.
21180 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21181 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21182 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21183 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21184 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21185 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21186 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21187 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21188 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21189 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21190 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21191
975569d0
JM
211922013-10-03 Joseph Myers <joseph@codesourcery.com>
21193
d3d23756
JM
21194 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21195 page size instead of calling getpagesize.
21196
975569d0
JM
21197 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21198 (LOCFILE_ALIGN_MASK): Likewise.
21199 (LOCFILE_ALIGN_UP): Likewise.
21200 (LOCFILE_ALIGNED_P): Likewise.
21201 * locale/programs/ld-collate.c (collate_output): Use the new
21202 macros instead of __alignof__ (int32_t).
21203 * locale/weight.h (findidx): Likewise.
21204
b1fe1f2b
OB
212052013-10-03 Ondřej Bílka <neleai@seznam.cz>
21206
21207 [BZ #431]
21208 * manual/string.texi: Fix strncat and wcsncat.
21209
5f855e35
BM
212102013-10-03 Brooks Moses <bmoses@google.com>
21211
21212 [BZ #15915]
21213 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21214 * Makerules: ...here, and adjust associated comments.
21215
3cef6009
WN
212162013-10-02 Will Newton <will.newton@linaro.org>
21217
21218 * malloc/Makefile: Add tst-pvalloc.
21219 * malloc/tst-pvalloc.c: New file.
21220
7815420b
WN
212212013-10-02 Will Newton <will.newton@linaro.org>
21222
21223 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21224 improve test coverage.
21225
4868b204
WN
212262013-10-02 Will Newton <will.newton@linaro.org>
21227
21228 * malloc/Makefile: Add tst-posix_memalign.
21229 * malloc/tst-posix_memalign.c: New file.
21230
29c793b3
EB
212312013-10-01 Eric Blake <eblake@redhat.com>
21232
21233 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21234 Use __THROWNL rather than __THROW on static functions.
21235
fd967522
PM
212362013-09-30 Petr Machata <pmachata@redhat.com>
21237
21238 * elf/elf.h (R_AARCH64_ABS16): New macro.
21239 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21240 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21241 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21242 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21243 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21244 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21245 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21246 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21247 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21248 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21249 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21250 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21251 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21252 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21253 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21254 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21255 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21256 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21257 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21258 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21259 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21260 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21261 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21262 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21263 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21264 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21265 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21266 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21267 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21268 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21269 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21270 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21271 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21272 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21273 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21274 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21275 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21276 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21277 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21278 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21279 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21280 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21281 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21282 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21283 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21284 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21285 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21286 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21287 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21288 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21289 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21290 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21291 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21292 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21293 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21294 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21295 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21296 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21297 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21298 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21299 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21300 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21301 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21302 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21303 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21304 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21305 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21306 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21307 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21308 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21309 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21310 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21311 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21312 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21313 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21314 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21315 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21316 (R_AARCH64_TLSDESC_LDR): Likewise.
21317 (R_AARCH64_TLSDESC_ADD): Likewise.
21318 (R_AARCH64_TLSDESC_CALL): Likewise.
21319
b2179107
AS
213202013-09-30 Andreas Schwab <schwab@suse.de>
21321
21322 [BZ #15048]
21323 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21324 the nss database lookup.
21325 * nscd/initgrcache.c (addinitgroupsX): Likewise.
21326 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21327
47f28d0a
MF
213282013-09-28 Mike Frysinger <vapier@gentoo.org>
21329
21330 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21331
213322013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
21333
21334 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21335 ${Bash-specific parameter/pattern/string} parameter expansion.
21336 * sysdeps/unix/make-syscalls.sh: Likewise.
21337
f4518a17
KK
213382013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21339
21340 * sysdeps/sh/stackguard-macros.h: New file.
21341
dc1a95c7
OB
213422013-09-26 Ondřej Bílka <neleai@seznam.cz>
21343
21344 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21345 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21346 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21347 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21348 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21349 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21350
5ebbff8f
AZ
213512013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21352
21353 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21354 Fix thread ID register.
21355
4fd2cf9f
JM
213562013-09-25 Joseph Myers <joseph@codesourcery.com>
21357
21358 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21359 [POSIX || UNIX98]: Require rather than permitting all symbols from
21360 <time.h>.
21361 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21362 element of struct sched_param.
21363 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21364 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21365 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21366 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21367 constant.
21368
12c22bc4
OL
213692013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
21370
21371 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21372 argument calculation.
21373
a03d8ea7
JM
213742013-09-24 Joseph Myers <joseph@codesourcery.com>
21375
21376 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21377 Expect macro.
21378 [POSIX] (pthread_attr_t): Do not require type.
21379 [POSIX] (pthread_cond_t): Likewise.
21380 [POSIX] (pthread_condattr_t): Likewise.
21381 [POSIX] (pthread_key_t): Likewise.
21382 [POSIX] (pthread_mutex_t): Likewise.
21383 [POSIX] (pthread_mutexattr_t): Likewise.
21384 [POSIX] (pthread_once_t): Likewise.
21385 [POSIX] (pthread_t): Likewise.
21386 [POSIX-based standards] (pthread_atfork): Expect function.
21387
6055173a
JM
213882013-09-24 Joseph Myers <joseph@codesourcery.com>
21389 Richard Sandiford <richard@codesourcery.com>
21390
21391 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21392 (swap_endianness_p): New extern variable.
21393 (set_big_endian): New inline function.
21394 (maybe_swap_uint32): Likewise.
21395 (maybe_swap_uint32_array): Likewise.
21396 (maybe_swap_uint32_obstack): Likewise.
21397 * locale/programs/locfile.c: Include <stdbool.h>.
21398 (swap_endianness_p): New variable.
21399 (add_locale_uint32): Call maybe_swap_uint32.
21400 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21401 (write_locale_data): Call maybe_swap_uint32_array.
21402 * locale/programs/ld-collate.c (obstack_int32_grow): Call
21403 maybe_swap_uint32.
21404 (obstack_int32_grow_fast): Likewise.
21405 (output_weightwc): Call maybe_swap_uint32_obstack.
21406 (collate_output): Likewise.
21407 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21408 (OPT_LITTLE_ENDIAN): Likewise.
21409 (options): Add --little-endian and --big-endian options.
21410 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21411 * locale/programs/locarchive.c: Include "locfile.h".
21412 (GET): New macro.
21413 (SET): Likewise.
21414 (INC): Likewise.
21415 (create_archive): Use the new macros to access fields of
21416 structures directly mapped from or written to locale archives.
21417 (oldlocrecentcmp): Likewise.
21418 (enlarge_archive): Likewise.
21419 (insert_name): Likewise.
21420 (add_alias): Likewise.
21421 (add_locale): Likewise.
21422 (delete_locales_from_archive): Likewise.
21423 (show_archive_content): Likewise.
21424 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
21425 locale data.
21426
39bf0bb4
RM
214272013-09-24 Roland McGrath <roland@hack.frob.com>
21428
21429 * manual/freemanuals.texi: Updated from (newly) canonical copy at
21430 http://www.gnu.org/doc/freemanuals.texi.
21431 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21432
f02eed10
WN
214332013-09-24 Will Newton <will.newton@linaro.org>
21434
21435 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21436 macro.
21437
a3a6c312
JM
214382013-09-23 Joseph Myers <joseph@codesourcery.com>
21439
21440 * locale/hashval.h (compute_hashval): Interpret bytes of key as
21441 unsigned char.
21442
107375ac
MR
214432013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
21444
21445 * manual/threads.texi (POSIX Threads): Fix a typo.
21446
141f3a77
SP
214472013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
21448
303e567a
SP
21449 [BZ #14547]
21450 * string/tst-strcoll-overflow.c: New test case.
21451 * string/Makefile (xtests): Add tst-strcoll-overflow.
21452 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21453 cache if string sizes may cause integer overflow.
21454
141f3a77
SP
21455 [BZ #14547]
21456 * string/strcoll_l.c (coll_seq): New members rule, idx,
21457 save_idx and back_us.
21458 (get_next_seq_nocache): New function.
21459 (do_compare_nocache): New function.
21460 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21461 when malloc fails.
21462
c61b4d41
CD
214632013-09-23 Carlos O'Donell <carlos@redhat.com>
21464
0b1f8e35
CD
21465 [BZ #15754]
21466 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21467 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21468 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21469
c61b4d41
CD
21470 [BZ #15754]
21471 * elf/Makefile (tests): Add tst-ptrguard1.
21472 (tests-static): Add tst-ptrguard1-static.
21473 (tst-ptrguard1-ARGS): Define.
21474 (tst-ptrguard1-static-ARGS): Define.
21475 * elf/tst-ptrguard1.c: New file.
21476 * elf/tst-ptrguard1-static.c: New file.
21477 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21478 * sysdeps/i386/stackguard-macros.h: Likewise.
21479 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21480 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21481 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21482 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21483 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21484 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21485
214862013-09-23 Hector Marco <hecmargi@upv.es>
21487 Ismael Ripoll <iripoll@disca.upv.es>
21488 Carlos O'Donell <carlos@redhat.com>
21489
21490 [BZ #15754]
21491 * sysdeps/generic/stackguard-macros.h: Define
21492 __pointer_chk_guard_local and POINTER_CHK_GUARD.
21493 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21494 Define __pointer_chk_guard_local.
21495 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21496 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21497
f5f4e7b4
VV
214982013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
21499
21500 [BZ #15859]
21501 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21502
5bb43a43
AS
215032013-09-20 Andreas Schwab <schwab@linux-m68k.org>
21504
21505 * include/string.h (__ffs): Declare as hidden.
21506 * string/ffs.c (__ffs): Define as hidden.
21507 * sysdeps/i386/ffs.c (__ffs): Likewise.
21508 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21509 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21510 * sysdeps/s390/ffs.c (__ffs): Likewise.
21511 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21512
3ea5be54
AO
215132013-09-20 Alexandre Oliva <aoliva@redhat.com>
21514
ffb89e53
AO
21515 * NEWS: Mention malloc probes.
21516
322dea08
AO
21517 * malloc/arena.c (new_heap): New memory_heap_new probe.
21518 (grow_heap): New memory_heap_more probe.
21519 (shrink_heap): New memory_heap_less probe.
21520 (heap_trim): New memory_heap_free probe.
21521 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21522 (systrim): New memory_sbrk_less probe.
21523 * manual/probes.texi: Document them.
21524
655673f3
AO
21525 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21526 * manual/probes.texi: Document it.
21527
35fed6f1
AO
21528 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21529 (__libc_realloc): Add memory_realloc_retry probe.
21530 (__libc_memalign): Add memory_memalign_retry probe.
21531 (__libc_valloc): Add memory_valloc_retry probe.
21532 (__libc_pvalloc): Add memory_pvalloc_retry probe.
21533 (__libc_calloc): Add memory_calloc_retry probe.
21534 * manual/probes.texi: Document them.
21535
6999d38c
AO
21536 * malloc/arena.c (get_free_list): Add probe
21537 memory_arena_reuse_free_list.
21538 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21539 and memory_arena_reuse.
21540 (arena_get2) [!PER_THREAD]: Likewise.
21541 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21542 memory_arena_reuse_realloc.
21543 * manual/probes.texi: Document them.
21544
0653427f
AO
21545 * malloc/malloc.c (__libc_free): Add
21546 memory_mallopt_free_dyn_thresholds probe.
21547 (__libc_mallopt): Add multiple memory_mallopt probes.
21548 * manual/probes.texi: Document them.
21549
3ea5be54
AO
21550 * malloc/malloc.c: Include stap-probe.h.
21551 (__libc_mallopt): Add memory_mallopt probe.
21552 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21553 * manual/probes.texi: New.
21554 * manual/Makefile (chapters): Add probes.
21555 * manual/threads.texi: Set next node.
21556
e35696c3 215572013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 21558
e35696c3
CL
21559 [BZ #15963, #13985]
21560 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21561 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21562 Add `Chinese' to `nan' entry name.
21563
4aafb73c
SP
215642013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21565
21566 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21567 (POLYNOMIAL): Likewise.
21568 (TAYLOR_SINCOS): Likewise.
21569 (TAYLOR_SLOW): Likewise.
21570 (__sin): Use TAYLOR_SINCOS.
21571 (__cos): Likewise.
21572 (slow): Use TAYLOR_SLOW.
21573 (sloww): Likewise.
21574 (bsloww): Likewise.
21575 (csloww): Likewise.
21576
d84f25c7
LD
215772013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21578
21579 * stdlib/strtod_l.c: Fix buffer overrun.
21580
5eea0404
SP
215812013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21582
7849ff93
SP
21583 * benchtests/Makefile (bench): Add sincos.
21584 * benchtests/bench-sincos.c: New file.
21585
cfa3c886
SP
21586 * math/libm-test.inc (cos_test_data): New test inputs.
21587 (sin_test_data): Likewise.
21588
b348e1e3
SP
21589 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21590 macro.
21591 (__sin): Use it.
21592 (__cos): Likewise.
21593 (slow1): Likewise.
21594 (slow2): Likewise.
21595 (sloww1): Likewise.
21596 (sloww2): Likewise.
21597 (bsloww1): Likewise.
21598 (bsloww2): Likewise.
21599 (cslow2): Likewise.
21600 (csloww1): Likewise.
21601 (csloww2): Likewise.
21602
6cce25f8
SP
21603 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21604 function.
21605 (__sin): Use it.
21606 (__cos): Likewise.
21607
5eea0404
SP
21608 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21609 gotos.
21610 (__cos): Likewise.
21611
9c21573c
MR
216122013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
21613
21614 * config.h.in (HAVE_MIPS_NAN2008): New macro.
21615 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21616 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21617 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21618 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21619 * elf/cache.c (print_entry): Handle the new cache flags.
21620
24d22e65
JM
216212013-09-18 Joseph Myers <joseph@codesourcery.com>
21622 Aldy Hernandez <aldyh@redhat.com>
21623
21624 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21625 Change condition to [_SOFT_FLOAT].
21626 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21627 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21628 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21629 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21630 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21631 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21632 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21633 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21634 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21635 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21636 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21637 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21638 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21639 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21640 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21641 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21642 declaration.
21643
d13ef066
JM
216442013-09-18 Joseph Myers <joseph@codesourcery.com>
21645
2e071de0
JM
21646 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21647 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21648 (__longjmp): Use LOAD_GP to load saved GPRs.
21649 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21650 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21651 (__sigsetjmp): Use SAVE_GP to save GPRs.
21652
d13ef066
JM
21653 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21654 Do not append -msoft-float.
21655 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21656
97a0650b
SP
216572013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
21658
21659 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21660
11ca09e9
JM
216612013-09-17 Joseph Myers <joseph@codesourcery.com>
21662
21663 [BZ #15966]
21664 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21665 (_FPU_GETCW): Use initial "__" on variable and field names but not
21666 on macro parameter name.
21667 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
21668 parentheses around reference to macro parameter.
21669
08ffcf34
RS
216702013-09-13 Richard Sandiford <richard@codesourcery.com>
21671
21672 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21673 prototype.
21674 (ctype_startup): Use uint32_t in cast and sizeof for
21675 ctype->charnames.
21676
ae7080d3
JL
216772013-09-11 Jia Liu <proljc@gmail.com>
21678
21679 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21680 __daddr_t_defined.
21681 [__FreeBSD__]: Likewise.
21682
5905e7b3
OB
216832013-09-11 Ondřej Bílka <neleai@seznam.cz>
21684
21685 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21686 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21687 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21688 (strchr): Remove __strchr_sse42 ifunc selection.
21689 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21690 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21691
b987c776
WN
216922013-09-11 Will Newton <will.newton@linaro.org>
21693
21694 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21695 parameter to RES. Remove hardcoded 1000 value.
21696 * benchtests/bench-skeleton.c (main): Pass RES parameter
21697 to TIMING_INIT and multiply result by 1000.
21698
ddf985af
AZ
216992013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21700
21701 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21702
ffdd3181
AS
217032013-09-11 Andreas Schwab <schwab@suse.de>
21704
21705 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21706 if not defined.
21707 (O_TMPFILE) [__USE_GNU]: Define.
21708 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21709 Define.
21710
b73ed247
WN
217112013-09-11 Will Newton <will.newton@linaro.org>
21712
21713 [BZ #15857]
21714 * malloc/malloc.c (__libc_memalign): Check the value of bytes
21715 does not overflow.
21716
55e17aad
WN
217172013-09-11 Will Newton <will.newton@linaro.org>
21718
21719 [BZ #15856]
21720 * malloc/malloc.c (__libc_valloc): Check the value of bytes
21721 does not overflow.
21722
1159a193
WN
217232013-09-11 Will Newton <will.newton@linaro.org>
21724
21725 [BZ #15855]
21726 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21727 does not overflow.
21728
5905e7b3 217292013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
21730
21731 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21732 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21733 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21734 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21735 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21736
cdfc721b
AM
217372013-09-10 Allan McRae <allan@archlinux.org>
21738
aa04af00
AM
21739 [BZ #15748]
21740 * manual/arith.texi (Parsing of Floats): Clarify
21741 cross-reference.
21742
cdfc721b
AM
21743 [BZ #15849]
21744 * manual/install.texi (Running make install): Mention
21745 --enable-pt-chown.
21746 * INSTALL: Regenerated.
21747
95e7cf29
MR
217482013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21749
21750 * csu/init-first.c (_init): Remove the !SHARED condition around
21751 FPU control word initialization.
21752 * elf/dl-support.c (_dl_fpu_control): New variable.
21753 (_dl_aux_init) <AT_FPUCW>: Initialize it.
21754 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21755 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21756 * math/test-fpucw-static.c: New file.
21757 * math/test-fpucw-ieee.c: New file.
21758 * math/test-fpucw-ieee-static.c: New file.
21759 * math/Makefile (tests): Add `test-fpucw-ieee' and
21760 `$(tests-static)'.
21761 (tests-static): New variable.
21762 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21763 dependency to...
21764 [($(build-shared),yes)]
21765 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21766 ... this.
21767 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21768 New dependency.
21769
83e43bf0
AM
217702013-09-09 Allan McRae <allan@archlinux.org>
21771
a9f5ce09
AM
21772 [BZ #15939]
21773 * manual/string.texi (Collation Functions): Fix typo in
21774 strcoll example.
21775 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21776
34829bc2
AM
21777 [BZ #15893]
21778 * stdlib/isomac.c (get_null_defines): Fix memory leak.
21779
3932737d
AM
21780 [BZ #15892]
21781 * libio/memstream.c (open_memstream): Fix memory leak.
21782 * libio/wmemstream.c (open_wmemstream): Likewise.
21783
83e43bf0
AM
21784 [BZ #15895]
21785 * nscd/netgroupcache.c: Fix nesting of ifdefs.
21786
0c66b8e9
WN
217872013-09-09 Will Newton <will.newton@linaro.org>
21788
21789 * malloc/Makefile: Add tst-realloc to tests.
21790 * malloc/tst-realloc.c: New file.
21791
f6b00fd1
AM
217922013-09-09 Allan McRae <allan@archlinux.org>
21793
21794 [BZ #15844]
21795 * COPYING: Update from GNU website to fix FSF address.
21796 * COPYING.LIB: Likewise.
21797
eec55e16
DM
217982013-09-06 David S. Miller <davem@davemloft.net>
21799
21800 * po/zh_TW.po: Update Chinese (traditional) translation from
21801 translation project.
21802
1ecbb381
RS
218032013-09-06 Richard Sandiford <richard@codesourcery.com>
21804 Joseph Myers <joseph@codesourcery.com>
21805
21806 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21807 "localeinfo.h".
21808 (obstack_chunk_alloc): New macro.
21809 (obstack_chunk_free): Likewise.
21810 (record_offset): New function.
21811 (init_locale_data): Likewise.
21812 (align_locale_data): Likewise.
21813 (add_locale_empty): Likewise.
21814 (add_locale_raw_data): Likewise.
21815 (add_locale_raw_obstack): Likewise.
21816 (add_locale_string): Likewise.
21817 (add_locale_wstring): Likewise.
21818 (add_locale_uint32): Likewise.
21819 (add_locale_uint32_array): Likewise.
21820 (add_locale_char): Likewise.
21821 (start_locale_structure): Likewise.
21822 (end_locale_structure): Likewise.
21823 (start_locale_prelude): Likewise.
21824 (end_locale_prelude): Likewise.
21825 (write_locale_data): Take locale_file structure rather than an
21826 iovec.
21827 * locale/programs/locfile.h: Include "obstack.h".
21828 (struct locale_file): Change to store locale file contents instead
21829 of header.
21830 (init_locale_data): New prototype.
21831 (align_locale_data): Likewise.
21832 (add_locale_empty): Likewise.
21833 (add_locale_raw_data): Likewise.
21834 (add_locale_raw_obstack): Likewise.
21835 (add_locale_string): Likewise.
21836 (add_locale_wstring): Likewise.
21837 (add_locale_uint32): Likewise.
21838 (add_locale_uint32_array): Likewise.
21839 (add_locale_char): Likewise.
21840 (start_locale_structure): Likewise.
21841 (end_locale_structure): Likewise.
21842 (start_locale_prelude): Likewise.
21843 (end_locale_prelude): Likewise.
21844 (write_locale_data): Update prototype.
21845 * locale/programs/3level.h (struct TABLE): Remove result field.
21846 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21847 Use new locale_file interface.
21848 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21849 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21850 * locale/programs/ld-address.c (address_output): Use new
21851 locale_file interface.
21852 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21853 NO_ADD_LOCALE.
21854 (collate_finish): Don't call collseq_table_finalize.
21855 (collate_output): Use new locale_file interface.
21856 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21857 in file.
21858 (NO_FINALIZE): Change to NO_ADD_LOCALE.
21859 (TABLE): Move defines earlier in file.
21860 (ELEMENT): Likewise.
21861 (DEFAULT): Likewise.
21862 (wctrans_table_add): Move macro and inline function earlier in
21863 file.
21864 (struct wctype_table): Move type earlier in file.
21865 (add_locale_wctype_table): New static prototype.
21866 (struct locale_ctype_t): Use logical types instead of struct iovec
21867 pointers for members.
21868 (ctype_output): Use new locale_file interface.
21869 (wctype_table_finalize): Change to add_locale_wctype_table. Use
21870 new locale_file interface.
21871 (allocate_arrays): Update for use of new locale_file interface.
21872 * locale/programs/ld-identification.c (identification_output): Use
21873 new locale_file interface.
21874 * locale/programs/ld-measurement.c (measurement_output): Likewise.
21875 * locale/programs/ld-messages.c (messages_output): Likewise.
21876 * locale/programs/ld-monetary.c (monetary_output): Likewise.
21877 * locale/programs/ld-name.c (name_output): Likewise.
21878 * locale/programs/ld-numeric.c (numeric_output): Likewise.
21879 * locale/programs/ld-paper.c (paper_output): Likewise.
21880 * locale/programs/ld-telephone.c (telephone_output): Likewise.
21881 * locale/programs/ld-time.c (time_output): Likewise.
21882
e029e2e5
AZ
218832013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21884
21885 * benchtests/Makefile: Add memrchr benchmark.
21886 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21887 benchmark as memrchr.
21888 * benchtests/bench-memrchr-ifunc.c: New file.
21889 * benchtests/bench-memrchr.c: New file.
21890
bbf6e8e4
WN
218912013-09-06 Will Newton <will.newton@linaro.org>
21892
21893 * benchtests/Makefile (string-bench): Add memcpy.
21894
6c82a2f8
CD
218952013-09-05 Carlos O'Donell <carlos@redhat.com>
21896 Cong Wang <amwang@redhat.com>
21897
e732c5f0 21898 [BZ #15850]
6c82a2f8
CD
21899 * sysdeps/unix/sysv/linux/bits/in.h
21900 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21901 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21902 before __USE_KERNEL_IPV6_DEFS uses.
21903 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21904 IPPROTO_BEETPH.
21905 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21906 sockaddr_in6, or ipv6_mreq.
21907
5430fc65
AZ
219082013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21909
21910 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21911 memory access for final bytes in some large inputs.
21912 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21913
4660856c
AZ
219142013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21915
21916 * string/test-memrchr.c: New file.
21917 * string/test-memrchr-ifunc.c: New file.
21918 * string/Makefile: Add new memrchr testcase.
21919
bb8ea713
MF
219202013-09-05 Mike Frysinger <vapier@gentoo.org>
21921
21922 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21923 fanotify_init returns EPERM.
21924
b92a20b5
JM
219252013-09-04 Joseph Myers <joseph@codesourcery.com>
21926
21927 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21928 errors.
21929 (top level): Treat second token from macro or constant entries for
21930 allowed headers as allowed.
21931 * include/complex.h: Condition internal declarations on
21932 [!_ISOMAC].
21933 * include/fenv.h: Condition include of <stdbool.h> and internal
21934 declarations on [!_ISOMAC].
7447ccd9
CL
21935
219362013-09-04 Chris Leonard <cjl@sugarlabs,.org>
21937
3e181dda 21938 [BZ #15923]
7447ccd9
CL
21939 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21940
3f2e46a4
JM
219412013-09-04 Joseph Myers <joseph@codesourcery.com>
21942
21943 * configure.in (--enable-versioning): Remove configure option.
21944 (libc_cv_asm_symver_directive): Remove configure test.
21945 (libc_cv_ld_version_script_option): Likewise.
21946 (VERSIONING): Remove variable and AC_SUBST.
21947 (DO_VERSIONING): Remove AC_DEFINE.
21948 * configure: Regenerated.
21949 * config.h.in (DO_VERSIONING): Remove macro.
21950 * Makerules [$(versioning) = yes]: Change conditionals to
21951 [$(build-shared) = yes].
21952 * config.make.in (versioning): Remove variable.
21953 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21954 [$(build-shared) = yes].
21955 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21956 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21957 * elf/Makefile [$(versioning) = yes]: Change conditionals to
21958 [$(build-shared) = yes].
21959 * extra-lib.mk [$(versioning) = yes]: Likewise.
21960 * hurd/Makefile [$(versioning) = yes]: Likewise.
21961 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21962 [SHARED].
21963 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21964 [SHARED].
21965 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21966 [SHARED && !NO_HIDDEN].
21967 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21968 [SHARED].
21969 [SHARED && DO_VERSIONING]: Likewise..
21970 * libio/Makefile [$(versioning) = yes]: Change conditionals to
21971 [$(build-shared) = yes].
21972 * manual/install.texi (--disable-versioning): Remove
21973 documentation.
21974 * INSTALL: Regenerated.
21975 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21976 to [SHARED].
21977 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21978 [$(build-shared) = yes].
21979 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21980 * sysdeps/i386/i686/multiarch/strstr-c.c
21981 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21982 [SHARED && !NO_HIDDEN].
21983 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21984 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21985 * sysdeps/powerpc/powerpc32/dl-machine.c
21986 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21987 * sysdeps/powerpc/powerpc32/sysdep.h
21988 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21989 to [SHARED && PIC && !NO_HIDDEN].
21990 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21991 conditional to [SHARED].
21992
44558701
WN
219932013-09-04 Will Newton <will.newton@linaro.org>
21994
21995 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21996 * benchtests/bench-string.h: Include bench-timing.h instead
21997 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21998 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21999 call to HP_TIMING_DIFF_INIT.
22000 * benchtests/bench-memccpy.c: Use bench-timing.h macros
22001 instead of hp-timing.h macros.
22002 * benchtests/bench-memchr.c: Likewise.
22003 * benchtests/bench-memcmp.c: Likewise.
22004 * benchtests/bench-memcpy.c: Likewise.
22005 * benchtests/bench-memmem.c: Likewise.
22006 * benchtests/bench-memmove.c: Likewise.
22007 * benchtests/bench-memset.c: Likewise.
22008 * benchtests/bench-rawmemchr.c: Likewise.
22009 * benchtests/bench-strcasecmp.c: Likewise.
22010 * benchtests/bench-strcasestr.c: Likewise.
22011 * benchtests/bench-strcat.c: Likewise.
22012 * benchtests/bench-strchr.c: Likewise.
22013 * benchtests/bench-strcmp.c: Likewise.
22014 * benchtests/bench-strcpy.c: Likewise.
22015 * benchtests/bench-strcpy_chk.c: Likewise.
22016 * benchtests/bench-strlen.c: Likewise.
22017 * benchtests/bench-strncasecmp.c: Likewise.
22018 * benchtests/bench-strncat.c: Likewise.
22019 * benchtests/bench-strncmp.c: Likewise.
22020 * benchtests/bench-strncpy.c: Likewise.
22021 * benchtests/bench-strnlen.c: Likewise.
22022 * benchtests/bench-strpbrk.c: Likewise.
22023 * benchtests/bench-strrchr.c: Likewise.
22024 * benchtests/bench-strspn.c: Likewise.
22025 * benchtests/bench-strstr.c: Likewise.
22026
cae16d66
WN
220272013-09-04 Will Newton <will.newton@linaro.org>
22028
22029 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22030
ffa3cd7f
JM
220312013-09-03 Joseph Myers <joseph@codesourcery.com>
22032
22033 [BZ #15427]
22034 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22035 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22036 * math/libm-test.inc (lgamma_test_data): Add more tests.
22037 * sysdeps/i386/fpu/libm-test-ulps: Update.
22038 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22039
8f02859f
OB
220402013-09-03 Ondřej Bílka <neleai@seznam.cz>
22041
22042 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22043 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22044 Add ifunc.
22045 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22046 Add strcmp-sse2-unaligned
22047 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22048
18d43716
MF
220492013-09-02 Mike Frysinger <vapier@gentoo.org>
22050
22051 * Versions.def (libc): Add GLIBC_2.19.
22052
ac444012
MF
220532013-09-02 Mike Frysinger <vapier@gentoo.org>
22054
22055 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22056 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22057
b7835e32
JM
220582013-09-02 Joseph Myers <joseph@codesourcery.com>
22059
22060 [BZ #14155]
22061 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22062 intermediate calculations in recurrence.
22063 (__ieee754_ynf): Likewise.
22064 * math/libm-test.inc (jn_test_data): Do not allow spurious
22065 underflow exception. Add more tests.
22066 (yn_test_data): Add more tests.
22067 * sysdeps/i386/fpu/libm-test-ulps: Update.
22068 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22069
8220f4f0
OB
220702013-09-02 Ondřej Bílka <neleai@seznam.cz>
22071
22072 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22073
f24a6d08
OB
220742013-08-30 Ondřej Bílka <neleai@seznam.cz>
22075
22076 * csu/init-first.c: Fix then/than typos.
22077 * locale/programs/ld-collate.c: Likewise.
22078 * locale/programs/linereader.h: Likewise.
22079 * manual/charset.texi: Likewise.
22080 * manual/filesys.texi: Likewise.
22081 * manual/stdio.texi: Likewise.
22082 * manual/string.texi: Likewise.
22083 * stdlib/fmtmsg.c: Likewise.
22084 * sysdeps/i386/stpncpy.S: Likewise.
22085 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22086 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22087 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22088 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22089
382466e0
OB
220902013-08-30 Ondřej Bílka <neleai@seznam.cz>
22091
22092 * elf/dl-open.c: Fix typos.
22093 * iconvdata/gbbig5.c: Likewise.
22094 * iconvdata/iso-2022-jp.c: Likewise.
22095 * iconv/gconv_int.h: Likewise.
22096 * iconv/loop.c: Likewise.
22097 * nis/rpcsvc/nis.h: Likewise.
22098 * resolv/ns_name.c: Likewise.
22099 * stdio-common/vfscanf.c: Likewise.
22100 * streams/stropts.h: Likewise.
22101 * sunrpc/rpc_thread.c: Likewise.
22102 * sysdeps/i386/strpbrk.S: Likewise.
22103 * sysdeps/ieee754/k_standard.c: Likewise.
22104 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22105 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22106 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22107 * sysdeps/mach/hurd/profil.c: Likewise.
22108 * sysdeps/s390/dl-procinfo.h: Likewise.
22109 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22110 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22111 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22112 * sysdeps/x86_64/dl-trampoline.S: Likewise.
22113 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22114
0186c6e9
OB
221152013-08-30 Ondřej Bílka <neleai@seznam.cz>
22116
22117 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22118 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22119
d4e16af1
OB
221202013-08-29 Ondřej Bílka <neleai@seznam.cz>
22121
22122 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22123 aix specific files.
22124 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22125 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22126 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22127 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22128 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22129 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22130 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22131 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22132
88335980
TS
221332013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22134 Roland McGrath <roland@hack.frob.com>
22135
22136 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22137 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22138
ed479b02
ST
221392013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
22140
22141 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22142 __executable_start symbol instead of _start.
22143
f1cc4c86
TS
221442013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22145
d821f07c
TS
22146 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22147 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22148 Move macros to...
22149 * sysdeps/gnu/ldsodefs.h: ... this new file.
22150
c54290cf
TS
22151 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22152 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22153 instead of ELFOSABI_LINUX.
22154
0007fc9b 22155 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
22156 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22157 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22158 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22159 Likewise.
22160 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22161 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22162 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22163 Likewise.
22164 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22165 (ibm_extended_long_double): Add ieee_nan member.
22166 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22167 (do_test): New function.
22168
f1cc4c86
TS
22169 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22170 TEST_TRUNC.
22171 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22172 functions, renamed from truncdfsf_test, trunctfsf_test,
22173 trunctfdf_test.
22174 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22175 functions.
22176 (do_test): Run all these.
22177
6f65e668
OB
221782013-08-29 Ondřej Bílka <neleai@seznam.cz>
22179
22180 * argp/argp-help.c: Fix typos.
22181 * argp/argp-parse.c: Likewise.
22182 * debug/backtracesyms.c: Likewise.
22183 * elf/elf.h: Likewise.
22184 * malloc/malloc.c: Likewise.
22185 * nis/nis_print.c: Likewise.
22186 * resolv/res_comp.c: Likewise.
22187 * stdlib/stdlib.h: Likewise.
22188 * sunrpc/clnt_tcp.c: Likewise.
22189 * sunrpc/clnt_udp.c: Likewise.
22190 * sunrpc/clnt_unix.c: Likewise.
22191 * sysdeps/unix/bsd/ptsname.c: Likewise.
22192 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22193 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
22194 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22195 Likewise.
22196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22197 Likewise.
22198 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22199 Likewise.
6f65e668
OB
22200 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22201
3a309239
SP
222022013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22203
22204 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22205 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22206
3b813b29
MF
222072013-08-27 Mike Frysinger <vapier@gentoo.org>
22208
22209 [BZ #15897]
22210 * dlfcn/Makefile (tests): Add bug-dl-leaf.
22211 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22212 ($(objpfx)bug-dl-leaf): New rule.
22213 ($(objpfx)bug-dl-leaf.so): Likewise.
22214 ($(objpfx)bug-dl-leaf.out): Likewise.
22215 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22216 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22217 * dlfcn/bug-dl-leaf.c: New test.
22218 * dlfcn/bug-dl-leaf-lib.c: Likewise.
22219 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22220 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22221 (dlclose): Likewise.
22222 (dlmopen): Likewise.
22223
8cc3269f
RM
222242013-08-27 Roland McGrath <roland@hack.frob.com>
22225
7f9d0034
RM
22226 * include/netdb.h [!_ISOMAC]:
22227 Don't include <tls.h>.
22228 (h_errno, __libc_h_errno): Move declaration and macros out of
22229 [_LIBC_REENTRANT].
22230
fb431262
RM
22231 * include/resolv.h [_RESOLV_H_]:
22232 Don't include <tls.h>.
22233 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22234 * resolv/res_libc.c: Don't include <tls.h>.
22235 (_res): Use __attribute__ ((nocommon)) in place of
22236 __attribute__ ((section (".bss"))).
22237
bd81123a
RM
22238 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22239 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22240
c4e42566
RM
22241 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22242
f890a59b
RM
22243 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22244 only under [SIOCGIFCONF && SIOCGIFNETMASK].
22245
22246 * resolv/res_mkquery.c: Include <sys/time.h>.
22247
5d1f0a09
RM
22248 * inet/ifreq.c: Moved to ...
22249 * sysdeps/unix/ifreq.c: ... here.
22250 * inet/ifreq.c: New file, true stub version.
22251
6fcf28b3
RM
22252 * socket/sa_len.c: New file.
22253 * socket/Makefile (aux): Add it.
22254 * sysdeps/unix/sysv/linux/Makefile
22255 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22256 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22257 and #include <socket/sa_len.c>.
22258 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22259 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22260
e041fb8b
RM
22261 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22262 * bits/socket.h: ... here.
22263
8cc3269f
RM
22264 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22265 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22266 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22267
5d228a43
AS
222682013-08-27 Andreas Schwab <schwab@suse.de>
22269
45b8accc
AS
22270 [BZ #15736]
22271 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22272 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22273 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22274 * string/test-strcasecmp.c (test_main): Run tests in several
22275 locales.
22276 * string/test-strncasecmp.c (test_main): Likewise.
22277
5d228a43
AS
22278 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22279 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22280 to __strcasecmp_nonascii and __strncasecmp_nonascii.
22281 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22282 (__strncasecmp_ssse3) [PIC]: Likewise.
22283
59d112a4
RM
222842013-08-26 Roland McGrath <roland@hack.frob.com>
22285
53234cc3
RM
22286 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22287
59d112a4
RM
22288 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22289 instead of explicitly declaring xdecrypt.
22290 * nis/nss_nis/nis-publickey.c: Likewise.
22291
595aba70
SP
222922013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22293
22294 [BZ #15890]
22295 * nscd/aicache.c: Include res_hconf.h.
22296 (addhstaiX): Initialize res_hconf.
22297
ffabd393
AS
222982013-08-26 Andreas Schwab <schwab@suse.de>
22299
22300 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22301 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22302
e0a69f5c
SP
223032013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22304
22305 * nscd/aicache.c (addhstaiX): Fix indentation.
22306
8c12f01d
MF
223072013-08-25 Mike Frysinger <vapier@gentoo.org>
22308
22309 * configure.ac: Quote $build_pt_chown test.
22310 * configure: Regenerated.
22311
8fe89494
JM
223122013-08-23 Joseph Myers <joseph@codesourcery.com>
22313
22314 [BZ #15532]
22315 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22316 * math/s_cexpf.c (__cexpf): Likewise.
22317 * math/s_cexpl.c (__cexpl): Likewise.
22318 * math/libm-test.inc (cexp_test_data): Correct expected return
22319 value for NaN + i0. Add another test.
22320
75b181d6
DM
223212013-08-22 David S. Miller <davem@davemloft.net>
22322
22323 * po/ca.po: Update Catalan translation from translation project.
936241e4 22324 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 22325
acd06bb1
JM
223262013-08-21 Joseph Myers <joseph@codesourcery.com>
22327
22328 [BZ #15797]
22329 * math/s_fdim.c (__fdim): Check for infinite arguments if result
22330 is infinite, not alongside NaN test.
22331 * math/s_fdimf.c (__fdimf): Likewise.
22332 * math/s_fdiml.c (__fdiml): Likewise.
22333 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
22334 errno is unchanged.
22335
c0c3f78a
OB
223362013-08-21 Ondřej Bílka <neleai@seznam.cz>
22337
22338 * argp/argp-help.c: Fix typos.
22339 * crypt/speeds.c: Likewise.
22340 * csu/check_fds.c: Likewise.
22341 * elf/dl-load.c: Likewise.
22342 * elf/dl-open.c: Likewise.
22343 * elf/reldep3.c: Likewise.
22344 * elf/reldep.c: Likewise.
22345 * elf/sprof.c: Likewise.
22346 * iconv/iconv_charmap.c: Likewise.
22347 * iconv/skeleton.c: Likewise.
22348 * iconv/strtab.c: Likewise.
22349 * io/lockf64.c: Likewise.
22350 * libio/libioP.h: Likewise.
22351 * resolv/gai_notify.c: Likewise.
22352 * resolv/ns_name.c: Likewise.
22353 * resolv/ns_samedomain.c: Likewise.
22354 * resolv/res_send.c: Likewise.
22355 * stdlib/random.c: Likewise.
22356 * sunrpc/rpc/xdr.h: Likewise.
22357 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22358 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22359 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22360 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22361 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22362 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22363 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22364 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22365 * sysdeps/mach/hurd/check_fds.c: Likewise.
22366 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22367 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22368 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22369 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22370 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22371 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22372 * sysdeps/pthread/aio_notify.c: Likewise.
22373 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22374 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22375 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22376 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22377 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22378
46ed1038
LD
223792013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22380
22381 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22382 version if bit_Slow_SSE4_2 is set.
22383 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22384 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22385
d400dcac
AZ
223862013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22387
22388 [BZ #15867]
22389 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22390 trampoline stack frame information.
22391 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22392 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22393 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22394 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22395 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22396 * sysdeps/unix/sysv/linux/powerpc/init-first.c
22397 (_libc_vdso_platform_setup): Initialize the signal trampolines.
22398 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22399 sa_flags value.
22400 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22401 interrupting a syscall and set with option SA_SIGINFO.
22402
42c8fdd8
JM
224032013-08-20 Joseph Myers <joseph@codesourcery.com>
22404
c980f2f4
JM
22405 [BZ #15531]
22406 * math/s_cproj.c (__cproj): Only return an infinity if one part of
22407 argument is infinite.
22408 * math/s_cprojf.c (__cprojf): Likewise.
22409 * math/s_cprojl.c (__cprojl): Likewise.
22410 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22411 * math/libm-test.inc (cproj_test_data): Add more tests.
22412
0716c4fc
JM
22413 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22414
42c8fdd8
JM
22415 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22416 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22417 size. Use __ffs to determine corresponding shift.
22418
b31469d0
JM
224192013-08-20 Joseph Myers <joseph@codesourcery.com>
22420 Roland McGrath <roland@hack.frob.com>
22421
22422 * Makefile (INSTALL): Remove trailing blank lines from output of
22423 makeinfo.
22424
4e39af6e
AK
224252013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22426
22427 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22428 Align 32 bit compat elf_greg to 8 bytes.
22429
f315524e
AA
224302013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
22431
22432 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22433
1326ba1a
SP
224342013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
22435
22436 * string/strcoll_l.c (coll_seq): New structure.
22437 (get_next_seq_cached): New function.
22438 (get_next_seq): New function.
22439 (do_compare): New function.
22440 (STRCOLL): Use GNU style definition. Simplify implementation
22441 by using get_next_seq, get_next_seq_cached and do_compare.
22442
91ce4085
FW
224432013-08-16 Florian Weimer <fweimer@redhat.com>
22444
22445 [BZ #14699]
22446 CVE-2013-4237
22447 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22448 member.
22449 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22450 member.
22451 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22452 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22453 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
22454 conditional.
22455 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22456 GETDENTS_64BIT_ALIGNED.
22457 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22458 * manual/filesys.texi (Reading/Closing Directory): Document
22459 ENAMETOOLONG return value of readdir_r. Recommend readdir more
22460 strongly.
22461 * manual/conf.texi (Limits for Files): Add portability note to
22462 NAME_MAX, PATH_MAX.
22463 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22464
ca0a6bc4
AS
224652013-08-13 Andreas Schwab <schwab@suse.de>
22466
22467 [BZ #15749]
22468 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22469 of fabs.
22470 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22471 LDBL_MAX_EXP >= 16384]: Add tests for it.
22472
6c1fd795
DM
224732013-08-12 David S. Miller <davem@davemloft.net>
22474
22475 * version.h (RELEASE): Set to "development".
22476 (VERSION): Set to "2.18.90".
22477 * NEWS: Add 2.19 section.
22478
31ad488d
DM
224792013-08-03 David S. Miller <davem@davemloft.net>
22480
22481 * po/ko.po: Update Korean translation from translation project.
22482
db24e684
DM
224832013-08-01 David S. Miller <davem@davemloft.net>
22484
22485 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
22486 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22487 Bilka.
22488
f723285b
DM
224892013-07-30 David S. Miller <davem@davemloft.net>
22490
22491 * po/fr.po: Update French translation from translation project.
22492
3cbc52db
DM
224932013-07-28 David S. Miller <davem@davemloft.net>
22494
30bbc0cc
DM
22495 * po/cs.po: Update Czech translation from translation project.
22496
3cbc52db
DM
22497 * po/sv.po: Update Swedish translation from translation project.
22498
d492e6d0
DM
224992013-07-27 David S. Miller <davem@davemloft.net>
22500
f1a7f492
DM
22501 * po/eo.po: Update Esperanto translation from translation project.
22502
90e62a4a
DM
22503 * po/vi.po: Update Vietnamese translation from translation project.
22504
d492e6d0
DM
22505 * po/de.po: Update German translation from translation project.
22506
d4baa62d
DM
225072013-07-26 David S. Miller <davem@davemloft.net>
22508
641aa7b4
DM
22509 * po/bg.po: Update Bulgarian translation from translation project.
22510
d4baa62d
DM
22511 * po/nl.po: Update Dutch translation from translation project.
22512 * po/pl.po: Update Polish translation from translation project.
22513 * po/ru.po: Update Russian translation from translation project.
22514
61a9dcb9
DM
225152013-07-24 David S. Miller <davem@davemloft.net>
22516
22517 * po/libc.pot: Update.
22518
7b1f8b58
AZ
225192013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22520
22521 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22522 variable page size.
22523 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22524 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22525 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22526
a8fc7a03
AK
225272013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22528
22529 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22530
e4608715
CD
225312013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
22532 Andreas Schwab <schwab@suse.de>
22533 Roland McGrath <roland@hack.frob.com>
22534 Joseph Myers <joseph@codesourcery.com>
22535 Carlos O'Donell <carlos@redhat.com>
22536
22537 [BZ #15755]
22538 * config.h.in: Define HAVE_PT_CHOWN.
22539 * config.make.in (build-pt-chown): New variable.
22540 * configure.in (--enable-pt_chown): New configure option.
22541 * configure: Regenerate.
22542 * login/Makefile: Include Makeconfig. Build pt_chown only if
22543 build-pt-chown is enabled.
22544 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22545 pt_chown to fix pty ownership.
22546 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22547 CLOSE_ALL_FDS.
22548 * manual/install.texi (Configuring and compiling): Mention
22549 --enable-pt_chown. Add @findex for grantpt.
22550 * INSTALL: Regenerate.
22551
da2d62df
DM
225522013-07-20 David S. Miller <davem@davemloft.net>
22553
22554 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22555 difference between 32-bit and 64-bit.
22556
d7e06450
CD
225572013-07-15 Carlos O'Donell <carlos@redhat.com>
22558
22559 [BZ #15711]
22560 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22561 Avoid system header dependency with -ffreestanding.
22562 ($(objpfx)bits/syscall%d): Likewise.
22563
f959cfd7
DM
225642013-07-13 David S. Miller <davem@davemloft.net>
22565
22566 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22567 underflows from atanl/atan2l due to bug 15319.
22568 (casinh_test_data): Likewise.
22569
c61f8513
DM
225702013-07-07 David S. Miller <davem@davemloft.net>
22571
22572 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22573
72c90ed0
JA
225742013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
22575
22576 * sysdeps/i386/fpu/libm-test-ulps: Update.
22577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22578
52dfbe13
SP
225792013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22580
22581 * configure.in (--enable-lock-elision): Fix message text.
22582 * INSTALL: Regenerate.
22583 * configure: Regenerate.
22584
3f169543
AZ
225852013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22586
22587 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22588
521c6785
AJ
225892013-07-03 Andreas Jaeger <aj@suse.de>
22590
22591 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22592 define.
22593 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22594 (ptrace_peeksiginfo_args): Add.
22595 (__ptrace_peeksiginfo_flags): Add.
22596 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22597 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22598 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22599
d2cc15cb
AM
226002013-07-03 Allan McRae <allan@archlinux.org>
22601
22602 * sysdeps/i386/fpu/libm-test-ulps: Update.
22603
3aaeeca7
DM
226042013-07-02 David S. Miller <davem@davemloft.net>
22605
22606 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22607
5314ed1a
MT
226082013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
22609
22610 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22611
67338156
JM
226122013-07-02 Joseph Myers <joseph@codesourcery.com>
22613
22614 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22615 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22616
1717da59
AK
226172013-07-02 Andi Kleen <ak@linux.intel.com>
22618
22619 * config.h.in (ENABLE_LOCK_ELISION): Add.
22620 * configure.in (--enable-lock-elision): Add option.
22621 * manual/install.texi: Document --enable lock elision.
22622 * configure: Regenerate
22623 * INSTALL: Regenerate.
22624
1c81621c
L
226252013-07-02 H.J. Lu <hongjiu.lu@intel.com>
22626
22627 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22628 SSE4.2 strcasecmp for libc.a.
22629 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22630
77f01ab5
JM
226312013-07-02 Joseph Myers <joseph@codesourcery.com>
22632
22633 [BZ #13304]
22634 * soft-fp/op-common.h (_FP_FMA): New macro.
22635 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22636 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
22637 (_FP_MUL_MEAT_1_imm): ... here.
22638 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
22639 (_FP_MUL_MEAT_1_wide): ... here.
22640 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
22641 (_FP_MUL_MEAT_1_hard): ... here.
22642 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22643 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
22644 (_FP_MUL_MEAT_2_wide): ... here.
22645 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
22646 (_FP_MUL_MEAT_2_wide_3mul): ... here.
22647 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
22648 (_FP_MUL_MEAT_2_gmp): ... here.
22649 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22650 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
22651 (_FP_MUL_MEAT_4_wide): ... here.
22652 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
22653 (_FP_MUL_MEAT_4_gmp): ... here.
22654 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22655 (_FP_WFRACBITS_DW_S): Likewise.
22656 (_FP_WFRACXBITS_DW_S): Likewise.
22657 (_FP_HIGHBIT_DW_S): Likewise.
22658 (FP_FMA_S): Likewise.
22659 (_FP_FRAC_HIGH_DW_S): Likewise.
22660 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22661 (_FP_WFRACBITS_DW_D): Likewise.
22662 (_FP_WFRACXBITS_DW_D): Likewise.
22663 (_FP_HIGHBIT_DW_D): Likewise.
22664 (FP_FMA_D): Likewise.
22665 (_FP_FRAC_HIGH_DW_D): Likewise.
22666 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22667 (_FP_WFRACBITS_DW_E): Likewise.
22668 (_FP_WFRACXBITS_DW_E): Likewise.
22669 (_FP_HIGHBIT_DW_E): Likewise.
22670 (FP_FMA_E): Likewise.
22671 (_FP_FRAC_HIGH_DW_E): Likewise.
22672 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22673 (_FP_WFRACBITS_DW_Q): Likewise.
22674 (_FP_WFRACXBITS_DW_Q): Likewise.
22675 (_FP_HIGHBIT_DW_Q): Likewise.
22676 (FP_FMA_Q): Likewise.
22677 (_FP_FRAC_HIGH_DW_Q): Likewise.
22678 * soft-fp/fmasf4.c: New file.
22679 * soft-fp/fmadf4.c: Likewise.
22680 * soft-fp/fmatf4.c: Likewise.
22681
6308fd9a
LD
226822013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22683
22684 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22685 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22686 Silvermont.
22687 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22688 macro.
22689 (index_Slow_SSE4_2): Likewise.
22690 (index_Prefer_PMINUB_for_stringop): Likewise.
22691 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22692 bit_Slow_SSE4_2 is set.
22693 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22694 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22695
89cd9569
RA
226962013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22697
22698 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22699 rtld_global._dl_hwcap2.
22700 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22701 POWER8.
22702 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22703 POWER8 feature descriptions defined in _dl_hwcap2.
22704 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22705 string handling for POWER8 feature bits.
22706 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22707 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22708 _dl_powerpc_cap_flags.
22709 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22710 * sysdeps/powerpc/rtld-global-offsets.sym
22711 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22712 _dl_hwcap2 in the rtld_global_ro structure.
22713
1ae8bfe0
RA
227142013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22715
22716 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22717 hardware capabilities in support of AT_HWCAP2.
22718 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22719 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22720 GLRO(dl_hwcap2).
22721 (_dl_show_auxv): Add support for calling _dl_procinfo to display
22722 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
22723 explicitly the unknown a_type display mechanism is used.
22724 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22725 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22726 struct member.
22727 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22728 to macro prototype for AT_HWCAP2 support.
22729 * sysdeps/i386/dl-procinfo.h: Likewise.
22730 * sysdeps/s390/dl-procinfo.h: Likewise.
22731 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22732 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
22733 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
22734 return -1 for unknown a_type display fallback.
22735 * sysdeps/sparc/dl-procinfo.h: Likewise.
22736 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22737 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22738
8fbec010
JM
227392013-06-28 Joseph Myers <joseph@codesourcery.com>
22740
22741 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22742 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22743
0432680e
PY
227442013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
22745
22746 [BZ #12492]
22747 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22748 mprotect making __stack_prot writable.
22749
ce61a2ad
NF
227502013-06-28 Nathan Froyd <froydnj@codesourcery.com>
22751 Joseph Myers <joseph@codesourcery.com>
22752
22753 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22754 as being properly aligned.
22755
f91f1c0f
MR
227562013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
22757
3d0f5d0c
MR
22758 * dlfcn/modstatic5.c: New file.
22759 * dlfcn/tststatic5.c: New file.
22760 * dlfcn/Makefile (tests): Add tststatic5.
22761 (tests-static): Likewise.
22762 (modules-names): Add modstatic5.
22763 (tststatic5-ENV): New variable.
22764 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22765
f91f1c0f
MR
22766 [BZ #15022]
22767 * elf/dl-support.c (_dl_main_map): New variable.
22768 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22769 (_dl_nns, _dl_load_adds): Set to 1.
22770 (_dl_initial_searchlist): Refer to _dl_main_map.
22771 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22772 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22773 call to _dl_get_origin.
22774 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22775 around call_map.
22776 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22777 * dlfcn/modstatic3.c: New file.
22778 * dlfcn/tststatic3.c: New file.
22779 * dlfcn/tststatic4.c: New file.
22780 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22781 (tests-static): Likewise.
22782 (modules-names): Add modstatic3.
22783 (tststatic3-ENV, tststatic4-ENV): New variables.
22784 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22785 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22786
cbe7d24b
JM
227872013-06-26 Joseph Myers <joseph@codesourcery.com>
22788
22789 * configure.in (CC): Require GCC version 4.4 or later.
22790 * configure: Regenerated.
22791 * manual/install.texi (Tools for Compilation): Update GCC version
22792 requirement.
22793 * INSTALL: Regenerated.
22794
11b8a0e1
LD
227952013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22796
22797 [BZ #15674]
bb5bb87c
L
22798 * string/test-memcmp.c (check2): New.
22799 (main): Call check2.
22800
11b8a0e1
LD
22801 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22802
b0037103
MR
228032013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
22804
22805 [BZ #15022]
22806 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22807 over to...
22808 (dl_open_worker) [!SHARED]: ... here.
22809
c18c701d
RA
228102013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22811
22812 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22813
1d17fa5f
RH
228142013-06-25 Richard Henderson <rth@redhat.com>
22815
22816 * locale/programs/locarchive.c: Include <libc-internal.h>
22817
8fcb833a
JM
228182013-06-25 Joseph Myers <joseph@codesourcery.com>
22819
22820 * manual/texinfo.tex: Update to version 2013-06-21.17, with
22821 trailing whitespace removed.
22822
17db6e8d
MF
228232013-06-24 Mike Frysinger <vapier@gentoo.org>
22824
22825 [BZ #10283]
17db6e8d
MF
22826 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22827 * locale/programs/locarchive.c: Include libc-mmap.h.
22828 (prepare_address_space): Take two new outputs (the mmap base and len).
22829 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
22830 values.
22831 (create_archive): Declare new mmap base and len values for
22832 prepare_address_space, and store the result in ah.
22833 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22834 (enlarge_archive): If ah->mmap_base is not NULL, use that and
22835 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22836 Declare new mmap base and len values for
22837 prepare_address_space, and store the result in new_ah.
22838 (open_archive): Declare new mmap base and len values for
22839 prepare_address_space, and store the result in ah.
22840 (close_archive): If ah->mmap_base is not NULL, use that and
22841 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22842 * sysdeps/generic/libc-mmap.h: New file.
22843
d605071e
MF
228442013-06-24 Mike Frysinger <vapier@gentoo.org>
22845
22846 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22847 (ALIGN_UP): Likewise.
22848 (PTR_ALIGN_DOWN): Likewise.
22849 (PTR_ALIGN_UP): Likewise.
22850
2f063a6e
RA
228512013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22852
22853 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22854 entry mapped to PPC_PLATFORM_POWER8.
22855 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22856 POWER8.
22857 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22858 (_dl_string_platform): Add case for exporting platform position for
22859 POWER8.
22860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22861 search path to sysdeps/powerpc/powerpc32/power8 directory.
22862 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22863 search path to sysdeps/powerpc/powerpc64/power8 directory.
22864 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22865 power7 directories.
22866 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22867 power7 directories.
22868
a31ee4b3
SP
228692013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
22870
a74ca98f
SP
22871 * INSTALL: Regenerate.
22872
a31ee4b3
SP
22873 * nscd/connections.c (nscd_init): Fix comment.
22874
695c378f
JM
228752013-06-22 Joseph Myers <joseph@codesourcery.com>
22876
d8412221
JM
22877 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22878
695c378f
JM
22879 [BZ #15667]
22880 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22881 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22882
d1d54715
MR
228832013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22884
22885 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22886 DL_DST_REQ_STATIC.
22887 (DL_DST_REQ_STATIC): Remove macro.
22888
8fdda7af
JM
228892013-06-21 Joseph Myers <joseph@codesourcery.com>
22890
22891 [BZ #7006]
22892 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22893 with a shift of 0 bits.
22894
f3bc5e5a
MR
228952013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22896
22897 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22898 $(tststatic-ENV).
22899
be09e8c9
KK
229002013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
22901
22902 [BZ #15655]
22903 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22904
85c2e611
AZ
229052013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22906
22907 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22908 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22909 accepts -fno-tree-loop-distribute-patterns.
22910 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22911 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22912 recursive call.
22913 * string/memset.c (memset): Likewise.
22914 * string/test-memmove.c (simple_memmove): Disable loop transformation
22915 to library calls.
22916 * string/test-memset.c (simple_memset): Likewise.
22917 * benchtests/bench-memmove.c (simple_memmove): Likewise.
22918 * benchtests/bench-memset.c (simple_memset): Likewise.
22919 * configure: Regenerated.
22920
c91e0825
JM
229212013-06-20 Joseph Myers <joseph@codesourcery.com>
22922
b8c792af
JM
22923 * math/test-misc.c (main): Ignore fesetround failure when failures
22924 of subsequent rounding tests would be ignored.
22925
c91e0825
JM
22926 [BZ #15654]
22927 * math/fedisblxcpt.c (fedisableexcept): Return 0.
22928 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22929 * math/fegetenv.c (__fegetenv): Return 0.
22930 * math/fegetexcept.c (fegetexcept): Return 0.
22931 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22932 FE_TONEAREST.
22933 * math/feholdexcpt.c (feholdexcept): Return 0.
22934 * math/fesetenv.c (__fesetenv): Return 0.
22935 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22936 argument FE_TONEAREST.
22937 * math/feupdateenv.c (__feupdateenv): Return 0.
22938 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22939
bfcacbde
RM
229402013-06-18 Roland McGrath <roland@hack.frob.com>
22941
22942 * elf/rtld-Rules (rtld-compile-command.S): New variable.
22943 (rtld-compile-command.s, rtld-compile-command.c): New variables.
22944 ($(objpfx)rtld-%.os rules): Use them.
22945
e55a9b25
AZ
229462013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22947
22948 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22949 fields.
22950
346d65b3
RM
229512013-06-17 Roland McGrath <roland@hack.frob.com>
22952
12086fb4
RM
22953 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22954 length of target pattern, then descending length of dependency pattern.
22955 * configure.in (AWK): Require gawk 3.1.2 or newer.
22956 * manual/install.texi (Tools for Compilation): Say that we do.
22957 * configure: Regenerated.
22958
346d65b3
RM
22959 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22960 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22961 * scripts/sysd-rules.awk: ... this new script.
22962 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22963 than a glob-style pattern.
22964
1a846317
JM
229652013-06-17 Joseph Myers <joseph@codesourcery.com>
22966
22967 * math/test-misc.c (main): Do not treat incorrectly rounded
22968 conversions as failure unless ROUNDING_TESTS passes.
22969
8fc75e6f
JM
229702013-06-15 Joseph Myers <joseph@codesourcery.com>
22971
3711a167
JM
22972 [BZ #15631]
22973 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22974 restore exception state around main square root computation, then
22975 check for inexactness explicitly.
22976
8fc75e6f
JM
22977 * math/libm-test.inc (fma_test_data): Add another test.
22978
61dd6208
SP
229792013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
22980
adf23d2c
SP
22981 * manual/threads.texi (Non-POSIX Extensions): New document
22982 node. Document pthread_getattr_default_np and
22983 pthread_setattr_default_np.
22984
61dd6208
SP
22985 * Versions.def (libpthread): Add GLIBC_2.18.
22986 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22988 Likewise.
22989 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22990 Likewise.
22991 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22992 Likewise.
22993 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22994 Likewise.
22995 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22996 Likewise.
22997 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22998 Likewise.
22999 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23000 Likewise.
23001 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23002 Likewise.
23003 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23004 Likewise.
23005
d086fc7b
LD
230062013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
23007
23008 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23009 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23010
747ef469
SP
230112013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
23012 H.J. Lu <hjl.tools@gmail.com>
23013
23014 [BZ #15627]
23015 * sysdeps/x86_64/rtld-memset.c: Remove file.
23016 * sysdeps/x86_64/rtld-memset.S: New file.
23017
1b2feed2
JM
230182013-06-14 Joseph Myers <joseph@codesourcery.com>
23019
23020 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23021 (test_in_one_mode): Take arguments for whether the rounding mode
23022 is supported for each floating-point type.
23023 (do_test): Pass new arguments to test_in_one_mode using
23024 ROUNDING_TESTS.
23025
a58ad3f8
RM
230262013-06-13 Roland McGrath <roland@hack.frob.com>
23027
23028 * posix/tst-waitid.c (do_test): Distinguish different instances of
23029 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
23030 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23031 before entering the kernel for waitpid.
23032
c204ab28
SP
230332013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
23034
23035 * NEWS: Fix note on clock function precision. Text by Roland
23036 McGrath.
23037
f4a29fba
RM
230382013-06-13 Roland McGrath <roland@hack.frob.com>
23039
23040 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23041 it into place only when and if the sanity check passes.
23042
1f24b9ad
JM
230432013-06-13 Joseph Myers <joseph@codesourcery.com>
23044
23045 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23046 output for whether conversion result is exact. Take argument
23047 indicating whether type is IBM long double.
23048 (round_for_all): Change need_exact field to ibm_ld.
23049 * stdlib/tst-strtod-round.c (struct exactness): New type.
23050 (struct test): Change bool ld_ok field to struct exactness exact.
23051 (TEST): Update all definitions for change to field.
23052 (tests): Regenerate array contents.
23053 (test_in_one_mode): Take pointer to new field instead of old ld_ok
23054 field value. Check for IBM long double here.
23055 (do_test): Update calls to test_in_one_mode.
23056
58206c68
SP
230572013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
23058
23059 [BZ #12515]
23060 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23061 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23062
2d6f4c5b 230632013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
23064
23065 [BZ #15605]
23066 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23067 generated by the compiler on loop optimizations.
23068 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23069 general definitions.
23070
94f2c076
JM
230712013-06-12 Joseph Myers <joseph@codesourcery.com>
23072
23073 * math/bug-nextafter.c: Include <math-tests.h>.
23074 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23075 the relevant type.
23076 * math/bug-nexttoward.c: Include <math-tests.h>.
23077 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23078 the relevant type.
23079 * math/test-misc.c: Include <math-tests.h>.
23080 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23081 the relevant type.
23082
e0e50a0a
AJ
230832013-06-12 Andreas Jaeger <aj@suse.de>
23084
23085 * po/ia.po: Update Interlingua translation from translation
23086 project.
23087
25061094
SP
230882013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23089
23090 * include/fenv.h: Include stdbool.h.
23091 (struct rm_ctx): New structure.
23092 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23093 Define macro.
23094 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23095 (SET_RESTORE_ROUNDF): Likewise.
23096 (SET_RESTORE_ROUNDL): Likewise.
23097 (SET_RESTORE_ROUND_NOEX): Likewise.
23098 (SET_RESTORE_ROUND_NOEXF): Likewise.
23099 (SET_RESTORE_ROUND_NOEXL): Likewise.
23100 (SET_RESTORE_ROUND_53BIT): Likewise.
23101 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23102 (libc_feresetround_noexf_ctx): Likewise.
23103 (libc_feresetround_noexl_ctx): Likewise.
23104 (libc_feholdsetround_53bit_ctx): Likewise.
23105 (libc_feresetround_53bit_ctx): Likewise.
23106 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23107 (libc_feholdexcept_setround_sse_ctx): New function.
23108 (libc_fesetenv_sse_ctx): Likewise.
23109 (libc_feupdateenv_sse_ctx): Likewise.
23110 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23111 (libc_feholdexcept_setround_387_ctx): Likewise.
23112 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23113 (libc_feholdsetround_387_prec_ctx): Likewise.
23114 (libc_feholdsetround_387_ctx): Likewise.
23115 (libc_feholdsetround_387_53bit_ctx): Likewise.
23116 (libc_feholdsetround_sse_ctx): Likewise.
23117 (libc_feresetround_sse_ctx): Likewise.
23118 (libc_feresetround_387_ctx): Likewise.
23119 (libc_feupdateenv_387_ctx): Likewise.
23120 (libc_feholdexcept_setroundf_ctx): Define macro.
23121 (libc_fesetenvf_ctx): Likewise.
23122 (libc_feupdateenvf_ctx): Likewise.
23123 (libc_feholdsetroundf_ctx): Likewise.
23124 (libc_feresetroundf_ctx): Likewise.
23125 (libc_feholdexcept_setround_ctx): Likewise.
23126 (libc_fesetenv_ctx): Likewise.
23127 (libc_feupdateenv_ctx): Likewise.
23128 (libc_feholdsetround_ctx): Likewise.
23129 (libc_feresetround_ctx): Likewise.
23130 (libc_feholdexcept_setroundl_ctx): Likewise.
23131 (libc_feupdateenvl_ctx): Likewise.
23132 (libc_feholdsetroundl_ctx): Likewise.
23133 (libc_feresetroundl_ctx): Likewise.
23134 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23135 (libc_feresetround_53bit_ctx): Likewise.
23136
59b30555
SP
231372013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23138
23139 * locale/iso-639.def: Convert to UTF-8.
23140
f1d73d30
JM
231412013-06-11 Joseph Myers <joseph@codesourcery.com>
23142
23143 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23144 (EXCEPTION_TESTS_double): Likewise.
23145 (EXCEPTION_TESTS_long_double): Likewise.
23146 (EXCEPTION_TESTS): Likewise.
23147 * math/libm-test.inc (test_exceptions): Only test exceptions if
23148 EXCEPTION_TESTS (FLOAT).
23149
94aca5e7
SP
231502013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23151
23152 * benchtests/Makefile (string-bench): Add strcpy_chk and
23153 stpcpy_chk.
23154 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23155 * benchtests/bench-stpcpy_chk.c: New file.
23156 * benchtests/bench-strcpy_chk-ifunc.c: New file.
23157 * benchtests/bench-strcpy_chk.c: New file.
23158 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23159 code.
23160 (do_test): Likewise.
23161
fac0c5f2
RA
231622013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23163
23164 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23165 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23166 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23167 with tabs where appropriate.
23168 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23169 dl-procinfo.h.
23170 [PPC_PLATFORM_PPC440]: Likewise.
23171 [PPC_PLATFORM_PPC464]: Likewise.
23172 [PPC_PLATFORM_PPC476]: Likewise.
23173 (_dl_string_platform): Add support for detecting ppc405, ppc440,
23174 ppc464, and ppc476 platform strings merging from ports/
23175 dl-procinfo.h.
23176
f22bc486
AS
231772013-06-11 Andreas Schwab <schwab@suse.de>
23178
23179 [BZ #14991]
23180 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23181 (from_ucs4_idx): Regenerate.
23182 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23183 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23184 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23185 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23186 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23187 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23188 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23189 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23190 from FROM_LOOP and TO_LOOP specific macros.
23191 (BODY): Handle combining characters.
23192 * iconvdata/BIG5HKSCS.irreversible: Update.
23193 * iconvdata/BIG5HKSCS.precomposed: New file.
23194 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23195 characters.
23196 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23197
c1f75dc3
SP
231982013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23199
4eacded2
SP
23200 * include/sys/time.h: Fix indentation and add copyright header.
23201
fec799f8
SP
23202 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23203 (do_test): Likewise.
23204 * string/test-memchr.c (do_one_test): Likewise.
23205 (do_test): Likewise.
23206 * string/test-memcmp.c (do_one_test): Likewise.
23207 (do_test): Likewise.
23208 * string/test-memcpy.c (do_one_test): Likewise.
23209 (do_test): Likewise.
23210 * string/test-memmem.c (do_one_test): Likewise.
23211 (do_test): Likewise.
23212 (do_random_tests): Likewise.
23213 * string/test-memmove.c (do_one_test): Likewise.
23214 (do_test): Likewise.
23215 * string/test-memset.c (do_one_test): Likewise.
23216 (do_test): Likewise.
23217 * string/test-rawmemchr.c (do_one_test): Likewise.
23218 (do_test): Likewise.
23219 * string/test-strcasecmp.c (do_one_test): Likewise.
23220 (do_test): Likewise.
23221 * string/test-strcasestr.c (do_one_test): Likewise.
23222 (do_test): Likewise.
23223 * string/test-strcat.c (do_one_test): Likewise.
23224 (do_test): Likewise.
23225 * string/test-strchr.c (do_one_test): Likewise.
23226 (do_test): Likewise.
23227 * string/test-strcmp.c (do_one_test): Likewise.
23228 (do_test): Likewise.
23229 * string/test-strcpy.c (do_one_test): Likewise.
23230 (do_test): Likewise.
23231 * string/test-string.h: Likewise.
23232 (test_init): Likewise.
23233 * string/test-strlen.c (do_one_test): Likewise.
23234 (do_test): Likewise.
23235 * string/test-strncasecmp.c (do_one_test): Likewise.
23236 (do_test): Likewise.
23237 * string/test-strncat.c (do_one_test): Likewise.
23238 (do_test): Likewise.
23239 * string/test-strncmp.c (do_one_test): Likewise.
23240 (do_test_limit): Likewise.
23241 (do_test): Likewise.
23242 * string/test-strncpy.c (do_one_test): Likewise.
23243 (do_test): Likewise.
23244 * string/test-strnlen.c (do_one_test): Likewise.
23245 (do_test): Likewise.
23246 * string/test-strpbrk.c (do_one_test): Likewise.
23247 (do_test): Likewise.
23248 * string/test-strrchr.c (do_one_test): Likewise.
23249 (do_test): Likewise.
23250 * string/test-strspn.c (do_one_test): Likewise.
23251 (do_test): Likewise.
23252 * string/test-strstr.c (do_one_test): Likewise.
23253 (do_test): Likewise.
23254
97020474
SP
23255 * benchtests/Makefile (string-bench): Add string benchmarks.
23256 * benchtests/bench-bcopy-ifunc.c: New file.
23257 * benchtests/bench-bcopy.c: New file.
23258 * benchtests/bench-bzero-ifunc.c: New file.
23259 * benchtests/bench-bzero.c: New file.
23260 * benchtests/bench-memccpy-ifunc.c: New file.
23261 * benchtests/bench-memccpy.c: New file.
23262 * benchtests/bench-memchr-ifunc.c: New file.
23263 * benchtests/bench-memchr.c: New file.
23264 * benchtests/bench-memcmp-ifunc.c: New file.
23265 * benchtests/bench-memcmp.c: New file.
23266 * benchtests/bench-memmem-ifunc.c: New file.
23267 * benchtests/bench-memmem.c: New file.
23268 * benchtests/bench-memmove-ifunc.c: New file.
23269 * benchtests/bench-memmove.c: New file.
23270 * benchtests/bench-mempcpy-ifunc.c: New file.
23271 * benchtests/bench-mempcpy.c: New file.
23272 * benchtests/bench-memset-ifunc.c: New file.
23273 * benchtests/bench-memset.c: New file.
23274 * benchtests/bench-rawmemchr-ifunc.c: New file.
23275 * benchtests/bench-rawmemchr.c: New file.
23276 * benchtests/bench-stpcpy-ifunc.c: New file.
23277 * benchtests/bench-stpcpy.c: New file.
23278 * benchtests/bench-stpncpy-ifunc.c: New file.
23279 * benchtests/bench-stpncpy.c: New file.
23280 * benchtests/bench-strcasecmp-ifunc.c: New file.
23281 * benchtests/bench-strcasecmp.c: New file.
23282 * benchtests/bench-strcasestr-ifunc.c: New file.
23283 * benchtests/bench-strcasestr.c: New file.
23284 * benchtests/bench-strcat-ifunc.c: New file.
23285 * benchtests/bench-strcat.c: New file.
23286 * benchtests/bench-strchr-ifunc.c: New file.
23287 * benchtests/bench-strchr.c: New file.
23288 * benchtests/bench-strchrnul-ifunc.c: New file.
23289 * benchtests/bench-strchrnul.c: New file.
23290 * benchtests/bench-strcmp-ifunc.c: New file.
23291 * benchtests/bench-strcmp.c: New file.
23292 * benchtests/bench-strcpy-ifunc.c: New file.
23293 * benchtests/bench-strcpy.c: New file.
23294 * benchtests/bench-strcspn-ifunc.c: New file.
23295 * benchtests/bench-strcspn.c: New file.
23296 * benchtests/bench-strlen-ifunc.c: New file.
23297 * benchtests/bench-strlen.c: New file.
23298 * benchtests/bench-strncasecmp-ifunc.c: New file.
23299 * benchtests/bench-strncasecmp.c: New file.
23300 * benchtests/bench-strncat-ifunc.c: New file.
23301 * benchtests/bench-strncat.c: New file.
23302 * benchtests/bench-strncmp-ifunc.c: New file.
23303 * benchtests/bench-strncmp.c: New file.
23304 * benchtests/bench-strncpy-ifunc.c: New file.
23305 * benchtests/bench-strncpy.c: New file.
23306 * benchtests/bench-strnlen-ifunc.c: New file.
23307 * benchtests/bench-strnlen.c: New file.
23308 * benchtests/bench-strpbrk-ifunc.c: New file.
23309 * benchtests/bench-strpbrk.c: New file.
23310 * benchtests/bench-strrchr-ifunc.c: New file.
23311 * benchtests/bench-strrchr.c: New file.
23312 * benchtests/bench-strspn-ifunc.c: New file.
23313 * benchtests/bench-strspn.c: New file.
23314 * benchtests/bench-strstr-ifunc.c: New file.
23315 * benchtests/bench-strstr.c: New file.
23316
c1f75dc3
SP
23317 * benchtests/Makefile: Disable parallel execution of targets.
23318 (string-bench): Add memcpy.
23319 (benchset): New variable to store a list of benchmark sets.
23320 (bench-func): Renamed from bench.
23321 (bench-set): New target.
23322 (bench): Depend on bench-func and bench-set.
23323 * benchtests/README: Add section on benchmark sets.
23324 * benchtests/bench-memcpy-ifunc.c: New file.
23325 * benchtests/bench-memcpy.c: New file.
23326 * benchtests/bench-string.h: New file.
23327
50fd745b
AS
233282013-06-11 Andreas Schwab <schwab@suse.de>
23329
23330 [BZ #15577]
23331 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23332 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23333 values in the triple.
23334 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23335 terminator in the group key.
23336
3ee7e9fe
AJ
233372013-06-11 Andreas Jaeger <aj@suse.de>
23338
23339 * po/zh_TW.po: Update Chinese (traditional) translation from
23340 translation project.
23341
89fb6835
SP
233422013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23343
23344 * include/time.h (__clock_gettime): Add libc_hidden_proto.
23345 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23346 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
23347 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23348 (clock_getcpuclockid): Likewise.
23349 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23350 Add weak_alias and libc_hidden_def.
23351 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23352 * rt/clock_gettime.c (clock_gettime): Rename to
23353 __clock_gettime. Add weak_alias and libc_hidden_def.
23354 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23355 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23356 __clock_nanosleep. Add weak_alias and libc_hidden_def.
23357 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23358 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23359 Likewise.
23360 * rt/clock_settime.c (clock_settime): Rename to
23361 __clock_settime. Add weak_alias and libc_hidden_def.
23362 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23363
0efa6f8b
JM
233642013-06-10 Joseph Myers <joseph@codesourcery.com>
23365
b8c61b4b
JM
23366 * mach/err_boot.sub: Remove trailing whitespace.
23367 * mach/err_ipc.sub: Likewise.
23368 * mach/err_mach.sub: Likewise.
23369
0efa6f8b
JM
23370 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23371 (ROUNDING_TESTS_double): Likewise.
23372 (ROUNDING_TESTS_long_double): Likewise.
23373 (ROUNDING_TESTS): Likewise.
23374 * math/libm-test.inc: Include <math-tests.h>.
23375 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23376 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23377 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23378 (IF_ROUND_INIT_FE_UPWARD): Likewise.
23379
50b818bf
SP
233802013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23381
23382 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23383 of assigning.
23384
60d2f8f3
JM
233852013-06-08 Joseph Myers <joseph@codesourcery.com>
23386
4902d2c3
JM
23387 * sysdeps/gnu/errlist.awk: Do not generate space at end of
23388 otherwise empty TRANS lines.
23389 * sysdeps/gnu/errlist.c: Regenerated.
23390
60d2f8f3
JM
23391 * catgets/gencat.c (error_print): Use (void) in function
23392 definition.
23393 * crypt/crypt_util.c (__init_des): Likewise.
23394 * crypt/speeds.c (Stop): Likewise.
23395 (main): Likewise.
23396 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23397 * inet/ruserpass.c (token): Likewise.
23398 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23399 * intl/localealias.c (extend_alias_table): Likewise.
23400 * intl/plural-exp.c (init_germanic_plural): Likewise.
23401 * libio/fcloseall.c (__fcloseall): Likewise.
23402 * libio/genops.c (_IO_flush_all): Likewise.
23403 (_IO_flush_all_linebuffered): Likewise.
23404 (_IO_cleanup): Likewise.
23405 (_IO_iter_begin): Likewise.
23406 (_IO_iter_end): Likewise.
23407 (_IO_list_lock): Likewise.
23408 (_IO_list_unlock): Likewise.
23409 (_IO_list_resetlock): Likewise.
23410 * libio/getchar.c (getchar): Likewise.
23411 * libio/getchar_u.c (getchar_unlocked): Likewise.
23412 * libio/getwchar.c (getwchar): Likewise.
23413 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23414 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23415 * login/getpt.c (__getpt): Likewise.
23416 * login/tst-utmp.c (main): Likewise.
23417 * malloc/hooks.c (__malloc_check_init): Likewise.
23418 * malloc/malloc.c (__malloc_stats): Likewise.
23419 * malloc/mtrace.c (tr_break): Likewise.
23420 (mtrace): Likewise.
23421 (muntrace): Likewise.
23422 * misc/fstab.c (endfsent): Likewise.
23423 * misc/getclktck.c (__getclktck): Likewise.
23424 * misc/getdtsz.c (__getdtablesize): Likewise.
23425 * misc/gethostid.c (gethostid): Likewise.
23426 * misc/getpagesize.c (__getpagesize): Likewise.
23427 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23428 (__get_nprocs): Likewise.
23429 (__get_phys_pages): Likewise.
23430 (__get_avphys_pages): Likewise.
23431 * misc/getttyent.c (getttyent): Likewise.
23432 (setttyent): Likewise.
23433 (endttyent): Likewise.
23434 * misc/getusershell.c (getusershell): Likewise.
23435 (endusershell): Likewise.
23436 (setusershell): Likewise.
23437 (initshells): Likewise.
23438 * misc/hsearch.c (__hdestroy): Likewise.
23439 * misc/sync.c (sync): Likewise.
23440 * misc/syslog.c (closelog_internal): Likewise.
23441 (closelog): Likewise.
23442 * misc/ttyslot.c (ttyslot): Likewise.
23443 * misc/vhangup.c (vhangup): Likewise.
23444 * posix/fork.c (__fork): Likewise.
23445 * posix/getegid.c (__getegid): Likewise.
23446 * posix/geteuid.c (__geteuid): Likewise.
23447 * posix/getgid.c (__getgid): Likewise.
23448 * posix/getpid.c (__getpid): Likewise.
23449 * posix/getppid.c (__getppid): Likewise.
23450 * posix/getuid.c (__getuid): Likewise.
23451 * posix/pause.c (pause): Likewise.
23452 * posix/setpgrp.c (setpgrp): Likewise.
23453 * posix/setsid.c (__setsid): Likewise.
23454 * posix/test-vfork.c (noop): Likewise.
23455 * resolv/gethnamaddr.c (_endhtent): Likewise.
23456 (_gethtent): Likewise.
23457 (ht_endhostent): Likewise.
23458 (gethostent): Likewise.
23459 (dns_service): Likewise.
23460 * stdlib/drand48.c (drand48): Likewise.
23461 * stdlib/lrand48.c (lrand48): Likewise.
23462 * stdlib/mrand48.c (mrand48): Likewise.
23463 * stdlib/rand.c (rand): Likewise.
23464 * stdlib/random.c (__random): Likewise.
23465 * stdlib/setenv.c (clearenv): Likewise.
23466 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23467 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23468 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23469 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23470 (__get_nprocs): Likewise.
23471 (__get_phys_pages): Likewise.
23472 (__get_avphys_pages): Likewise.
23473 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23474 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23475 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23476 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23477 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23478 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23479 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23480 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23481 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23482 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23483 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23484 * sysdeps/mach/hurd/sync.c (sync): Likewise.
23485 * sysdeps/posix/clock.c (clock): Likewise.
23486 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23487 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23488 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23489 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23490 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23491 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23492 (__get_nprocs_conf): Likewise.
23493 (__get_phys_pages): Likewise.
23494 (__get_avphys_pages): Likewise.
23495 * time/clock.c (clock): Likewise.
23496 * time/tzset.c (__tzname_max): Likewise.
23497
2e09a79a
JM
234982013-06-07 Joseph Myers <joseph@codesourcery.com>
23499
23500 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23501 (__bswap_32): Do not use "register".
23502 * crypt/crypt.c (_ufc_doit_r): Likewise.
23503 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23504 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23505 * gmon/gmon.c (__monstartup): Likewise.
23506 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23507 * hurd/hurdmalloc.c (more_memory): Likewise.
23508 (malloc): Likewise.
23509 (free): Likewise.
23510 (realloc): Likewise.
23511 (malloc_fork_prepare): Likewise.
23512 (malloc_fork_parent): Likewise.
23513 (malloc_fork_child): Likewise.
23514 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23515 (_svcauth_des): Likewise.
23516 * inet/inet_lnaof.c (inet_lnaof): Likewise.
23517 * inet/inet_net.c (inet_network): Likewise.
23518 * inet/inet_netof.c (inet_netof): Likewise.
23519 * inet/rcmd.c (__validuser2_sa): Likewise.
23520 * io/fts.c (fts_open): Likewise.
23521 (fts_load): Likewise.
23522 (fts_close): Likewise.
23523 (fts_read): Likewise.
23524 (fts_children): Likewise.
23525 (fts_build): Likewise.
23526 (fts_stat): Likewise.
23527 (fts_sort): Likewise.
23528 (fts_alloc): Likewise.
23529 (fts_lfree): Likewise.
23530 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23531 (_IO_file_xsgetn): Likewise.
23532 (_IO_file_xsgetn_mmap): Likewise.
23533 * libio/iofopncook.c (_IO_cookie_read): Likewise.
23534 (_IO_cookie_write): Likewise.
23535 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23536 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23537 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23538 * malloc/obstack.c (_obstack_begin): Likewise.
23539 (_obstack_begin_1): Likewise.
23540 (_obstack_newchunk): Likewise.
23541 (_obstack_allocated_p): Likewise.
23542 (obstack_free): Likewise.
23543 (_obstack_memory_used): Likewise.
23544 * misc/getttyent.c (getttynam): Likewise.
23545 (getttyent): Likewise.
23546 (skip): Likewise.
23547 (value): Likewise.
23548 * misc/getusershell.c (initshells): Likewise.
23549 * misc/syslog.c (__vsyslog_chk): Likewise.
23550 * misc/ttyslot.c (ttyslot): Likewise.
23551 * nis/nis_hash.c (__nis_hash): Likewise.
23552 * posix/fnmatch_loop.c (FCT): Likewise.
23553 * posix/getconf.c (print_all): Likewise.
23554 (main): Likewise.
23555 * posix/getopt.c (exchange): Likewise.
23556 * posix/glob.c (globfree): Likewise.
23557 (prefix_array): Likewise.
23558 (__glob_pattern_type): Likewise.
23559 * resolv/arpa/nameser.h (NS_GET16): Likewise.
23560 (NS_GET32): Likewise.
23561 (NS_PUT16): Likewise.
23562 (NS_PUT32): Likewise.
23563 * resolv/gethnamaddr.c (getanswer): Likewise.
23564 (gethostbyname2): Likewise.
23565 (gethostbyaddr): Likewise.
23566 (_gethtent): Likewise.
23567 (_gethtbyname2): Likewise.
23568 (_gethtbyaddr): Likewise.
23569 * resolv/ns_print.c (dst_s_get_int16): Likewise.
23570 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23571 * resolv/res_init.c (__res_vinit): Likewise.
23572 (net_mask): Likewise.
23573 * resolv/res_mkquery.c (outchar): Likewise.
23574 (PRINT): Likewise.
23575 * stdio-common/printf_fp.c (outchar): Likewise.
23576 (PRINT): Likewise.
23577 * stdio-common/printf_fphex.c (outchar): Likewise.
23578 (PRINT): Likewise.
23579 * stdio-common/printf_size.c (outchar): Likewise.
23580 (PRINT): Likewise.
23581 * stdio-common/test_rdwr.c (main): Likewise.
23582 * stdio-common/tfformat.c (matches): Likewise.
23583 * stdio-common/vfprintf.c (outchar): Likewise.
23584 (printf_unknown): Likewise.
23585 (buffered_vfprintf): Likewise.
23586 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23587 * stdio-common/xbug.c (AppendToBuffer): Likewise.
23588 (ReadFile): Likewise.
23589 * stdlib/qsort.c (SWAP): Likewise.
23590 (_quicksort): Likewise.
23591 * stdlib/setenv.c (__add_to_environ): Likewise.
23592 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23593 * stdlib/strtol_l.c (__strtol_l): Likewise.
23594 * stdlib/tst-strtod.c (main): Likewise.
23595 * stdlib/tst-strtol.c (main): Likewise.
23596 * stdlib/tst-strtoll.c (main): Likewise.
23597 * string/bits/string2.h (__strcmp_cc): Likewise.
23598 (__strcmp_cg): Likewise.
23599 (__strcspn_c1): Likewise.
23600 (__strcspn_c2): Likewise.
23601 (__strcspn_c3): Likewise.
23602 (__strspn_c1): Likewise.
23603 (__strspn_c2): Likewise.
23604 (__strspn_c3): Likewise.
23605 (__strsep_1c): Likewise.
23606 (__strsep_2c): Likewise.
23607 (__strsep_3c): Likewise.
23608 * string/memccpy.c (__memccpy): Likewise.
23609 * string/stpcpy.c (__stpcpy): Likewise.
23610 * string/strcmp.c (strcmp): Likewise.
23611 * string/strrchr.c (strrchr): Likewise.
23612 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23613 Likewise.
23614 * sysdeps/mach/hurd/getcwd.c
23615 (_hurd_canonicalize_directory_name_internal): Likewise.
23616 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23617 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23618 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23619 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23620 Likewise, in both definitions.
23621 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23622 definitions.
23623 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23624 64] (__bswap_64): Likewise.
23625 * time/test_time.c (main): Likewise.
23626 * time/tzfile.c (__tzfile_read): Likewise.
23627 (__tzfile_compute): Likewise.
23628 * time/tzset.c (__tzset_parse_tz): Likewise.
23629 (tzset_internal): Likewise.
23630 (compute_change): Likewise.
23631 * wcsmbs/wcscat.c (__wcscat): Likewise.
23632 * wcsmbs/wcschr.c (wcschr): Likewise.
23633 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23634 * wcsmbs/wcscspn.c (wcscspn): Likewise.
23635 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23636 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23637 * wcsmbs/wcsspn.c (wcsspn): Likewise.
23638 * wcsmbs/wcsstr.c (wcsstr): Likewise.
23639 * wcsmbs/wmemchr.c (wmemchr): Likewise.
23640 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23641 * wcsmbs/wmemset.c (wmemset): Likewise.
23642
9e54314b
JM
236432013-06-06 Joseph Myers <joseph@codesourcery.com>
23644
23645 * scripts/config.guess: Update to version 2013-05-16.
23646 * scripts/config.sub: Update to version 2013-04-24.
23647 * scripts/install-sh: Update to version 2011-11-20.07.
23648 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23649 * scripts/move-if-change: Update to version 2012-01-06 07:23.
23650
350635a5
OB
236512013-06-06 Ondřej Bílka <neleai@seznam.cz>
23652
23653 * debug/fgetws_u_chk.c: Fix leading whitespaces.
23654 * elf/sln.c: Likewise.
23655 * hurd/hurd/ioctl.h: Likewise.
23656 * hurd/hurdmalloc.c: Likewise.
23657 * hurd/xattr.c: Likewise.
23658 * include/shlib-compat.h: Likewise.
23659 * inet/ruserpass.c: Likewise.
23660 * libio/iofgets_u.c: Likewise.
23661 * libio/iofgetws_u.c: Likewise.
23662 * locale/programs/ld-identification.c: Likewise.
23663 * locale/programs/ld-time.c: Likewise.
23664 * mach/msg-destroy.c: Likewise.
23665 * nss/nss_files/files-netgrp.c: Likewise.
23666 * resolv/res_data.c: Likewise.
23667 * soft-fp/op-1.h: Likewise.
23668 * soft-fp/op-2.h: Likewise.
23669 * soft-fp/op-4.h: Likewise.
23670 * soft-fp/op-common.h: Likewise.
23671 * stdio-common/printf_fphex.c: Likewise.
23672 * stdlib/strtod_l.c: Likewise.
23673 * sunrpc/rpc/clnt.h: Likewise.
23674 * sysdeps/generic/framestate.c: Likewise.
23675 * sysdeps/i386/bsd-_setjmp.S: Likewise.
23676 * sysdeps/i386/bsd-setjmp.S: Likewise.
23677 * sysdeps/i386/__longjmp.S: Likewise.
23678 * sysdeps/i386/setjmp.S: Likewise.
23679 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23680 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23681 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23682 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23683 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23684 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23685 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23686 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23687 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23688 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23689 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23690 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23691 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23692 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23693 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23694 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23695 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23696 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23697 * sysdeps/ieee754/support.c: Likewise.
23698 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23699 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23700 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23701 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23702 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23703 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23704 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23705 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23706 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23707 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23708 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23709 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23710 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23711 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23712 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23713 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23714 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23716
44a988af
OB
237172013-06-05 Ondřej Bílka <neleai@seznam.cz>
23718
25506f09 23719 * posix/transbug.c: Remove executable mode.
44a988af 23720
9c84384c
JM
237212013-06-05 Joseph Myers <joseph@codesourcery.com>
23722
23723 * crypt/speeds.c: Remove trailing whitespace.
23724 * dlfcn/default.c: Likewise.
23725 * elf/ifuncdep2.c: Likewise.
23726 * elf/ifuncmain1.c: Likewise.
23727 * elf/ifuncmain1vis.c: Likewise.
23728 * elf/testobj.h: Likewise.
23729 * elf/tst-stackguard1.c: Likewise.
23730 * gmon/sys/gmon.h: Likewise.
23731 * hurd/hurdmsg.c: Likewise.
23732 * hurd/new-fd.c: Likewise.
23733 * hurd/ports-get.c: Likewise.
23734 * iconvdata/ibm1008_420.c: Likewise.
23735 * inet/tst-getni1.c: Likewise.
23736 * inet/tst-getni2.c: Likewise.
23737 * libio/ioungetc.c: Likewise.
23738 * libio/wfiledoalloc.c: Likewise.
23739 * manual/libm-err-tab.pl: Likewise.
23740 * math/w_dremf.c: Likewise.
23741 * misc/ftruncate.c: Likewise.
23742 * posix/bug-glob2.c: Likewise.
23743 * posix/tst-pcre.c: Likewise.
23744 * posix/wait4.c: Likewise.
23745 * resolv/README: Likewise.
23746 * resolv/res_debug.h: Likewise.
23747 * resolv/tst-inet_ntop.c: Likewise.
23748 * setjmp/bug269-setjmp.c: Likewise.
23749 * soft-fp/extended.h: Likewise.
23750 * soft-fp/op-1.h: Likewise.
23751 * soft-fp/op-2.h: Likewise.
23752 * soft-fp/op-4.h: Likewise.
23753 * soft-fp/op-8.h: Likewise.
23754 * soft-fp/testit.c: Likewise.
23755 * stdio-common/bug16.c: Likewise.
23756 * stdlib/random.c: Likewise.
23757 * sunrpc/rpcsvc/rquota.x: Likewise.
23758 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23759 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23760 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23761 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23762 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23763 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23764 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23765 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23766 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23767 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23768 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23769 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23770 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23771 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23772 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23773 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23774 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23775 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23776 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23777 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23778 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23779 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23780 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23781 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23782 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23783 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23784 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23785 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23786 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23787 * sysdeps/ieee754/s_lib_version.c: Likewise.
23788 * sysdeps/mach/hurd/check_fds.c: Likewise.
23789 * sysdeps/mach/hurd/getsockname.c: Likewise.
23790 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23791 * sysdeps/mach/hurd/recvfrom.c: Likewise.
23792 * sysdeps/powerpc/bits/link.h: Likewise.
23793 * sysdeps/powerpc/dl-procinfo.c: Likewise.
23794 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23795 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23796 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23797 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23798 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23799 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23800 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23801 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23802 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23803 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23804 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23805 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23806 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23807 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23808 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23809 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23810 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23811 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23812 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23813 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23814 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23815 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23816 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23817 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23818 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23819 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23820 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23821 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23822 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23823 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23824 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23825 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23826 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23827 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23828 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23829 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23830 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23831 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23832 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23833 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23834 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23835 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23836 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23837 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23838 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23839 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23840 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23841 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23842 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23843 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23844 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23845 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23846 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23847 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23848 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23849 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23850 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23851 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23852 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23853 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23854 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23855 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23856 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23857 * sysdeps/powerpc/sysdep.h: Likewise.
23858 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23859 * sysdeps/s390/s390-64/sub_n.S: Likewise.
23860 * sysdeps/sh/dl-trampoline.S: Likewise.
23861 * sysdeps/sh/memset.S: Likewise.
23862 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23863 * sysdeps/sh/strlen.S: Likewise.
23864 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23865 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23866 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23867 * sysdeps/sparc/sparc32/rem.S: Likewise.
23868 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23869 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23870 * sysdeps/sparc/sparc32/strchr.S: Likewise.
23871 * sysdeps/sparc/sparc32/udiv.S: Likewise.
23872 * sysdeps/sparc/sparc32/urem.S: Likewise.
23873 * sysdeps/sparc/sparc64/add_n.S: Likewise.
23874 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23875 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23876 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23877 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23878 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23879 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23880 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23881 * sysdeps/unix/bsd/times.c: Likewise.
23882 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23883 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23884 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23885 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23886 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23887 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23888 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23889 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23890 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23891 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23892 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23893 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23894 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23895 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23896 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23897 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23898 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23899 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23900 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23901 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23902 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23903 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23904 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23905 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23906 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23907 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23908 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23909 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23910 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23911 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23912 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23913 * sysdeps/x86_64/strcspn.S: Likewise.
23914
869378a5
RA
239152013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23916
23917 * locale/C-translit.h: Revert #include <stdint.h> because this is a
23918 generated file. Regenerate properly from gen-translit.pl.
23919 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
23920 locale/C-translit.h.
23921
840e2943
AS
239222013-06-05 Andreas Schwab <schwab@suse.de>
23923
23924 [BZ #15100]
23925 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23926 week as 6 instead of -1.
23927 * time/tst-strptime.c (day_tests): Add test case.
23928
4c60cb0c
SP
239292013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
23930
23931 * sysdeps/generic/math_private.h
23932 (libc_feholdexcept_setround_53bit): Replace with
23933 libc_feholdsetround_53bit.
23934 (libc_feupdateenv_53bit): Replace with
23935 libc_feresetround_53bit.
23936 (SET_RESTORE_ROUND_53BIT): Adjust.
23937
d180203e
SP
239382013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23939
96df079a
SP
23940 * string/test-strchrnul.c: Add copyright header.
23941
d180203e
SP
23942 * posix/tst-getaddrinfo4.c: Increase test timeout.
23943
8b0ccb2d
CD
239442013-06-03 Carlos O'Donell <carlos@redhat.com>
23945
23946 [BZ #15536]
23947 * math/libm-test.inc (MAX_EXP): Remove
23948 (MIN_EXP): Define.
23949 (ulp): Use MIN_EXP - MANT_DIG.
23950 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23951
3b3c4d40
CD
239522013-05-31 Carlos O'Donell <carlos@redhat.com>
23953
23954 * po/be.po: Revert last change.
23955 * po/zh_CN.po: Likewise.
23956 * po/header.pot: Likewise.
23957
fab7ce3f
JM
239582013-05-31 Joseph Myers <joseph@codesourcery.com>
23959
23960 * Makefile ($(common-objpfx)linkobj/libc.so): Define
23961 link-libc-deps to empty as target-specific variable.
23962 * Makerules (link-libc-args): New variable.
23963 (libc-for-link): Likewise.
23964 (link-libc-deps): Likewise.
23965 (lib%.so): Depend on $(link-libc-deps). Link with
23966 $(link-libc-args).
23967 (build-module): Link with $(link-libc-args).
23968 (build-module-asneeded): Likewise.
23969 (build-module-helper-objlist): Filter out $(link-libc-deps) from
23970 list of objects.
23971 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23972 target-specific variable.
23973 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23974 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23975 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23976 libc.
23977 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23978 libc and ld.so.
23979 ($(objpfx)libpcprofile.so): Likewise.
23980 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23981 libc_nonshared.a.
23982 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23983 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23984 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23985 $(link-libc-deps).
23986 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23987 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23988 * login/Makefile ($(objpfx)libutil.so): Likewise.
23989 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23990 * math/Makefile ($(objpfx)libm.so): Likewise.
23991 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23992 $(objpfx)libnsl.so): Define libc-for-link as target-specific
23993 variable instead of depending directly on libc.
23994 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23995 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23996 $(link-libc-deps).
23997 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23998 libc.
23999 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24000 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24001 ($(objpfx)libanl.so): Likewise.
24002 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24003 ld.so.
24004 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24005 $(link-libc-deps).
24006 * sysdeps/i386/fpu/Makefile: Remove file.
24007 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24008 ($(objpfx)libm.so): Remove dependency on ld.so.
24009
eca5920c
PF
240102013-05-30 Patsy Franklin <pfrankli@redhat.com>
24011
24012 [BZ # 15553]
24013 * nis/yp_xdr.c (XDRMAXNAME): Define.
24014 (XDRMAXRECORD): Define.
24015 (xdr_domainname): Use XDRMAXNAME.
24016 (xdr_mapname): Likewise.
24017 (xdr_peername): Likewise.
24018 (xdr_keydat): Use XDRMAXRECORD.
24019 (xdr_valdat): Likewise.
24020
240212013-05-30 Jeff Law <law@redhat.com>
96945714
JL
24022
24023 [BZ #14256]
24024 * manual/errno.texi (ESTALE): Update to account for more than
24025 just NFS file systems.
24026 * sysdeps/gnu/errlist.c: Regenerated.
24027
b9375348
SP
240282013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
24029
24030 [BZ #15465]
24031 * elf/Makefile (tests): Add tst-null-argv.
24032 (modules-names): Add tst-null-argv-lib.
24033 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24034 (tst-null-argv-ENV): Set environment for tst-null-argv.
24035 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24036 (RTLD_PROGNAME): New macro.
24037 * elf/tst-null-argv.c: New test case.
24038 * elf/tst-null-argv-lib.c: Library for test case.
24039 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24040 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24041 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24042 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24043 * elf/dl-init.c (call_init): Likewise.
24044 (_dl_init): Likewise.
24045 * elf/dl-load.c (print_search_path): Likewise.
24046 (_dl_map_object): Likewise.
24047 * elf/dl-lookup.c (do_lookup_x): Likewise.
24048 (add_dependency): Likewise.
24049 (_dl_lookup_symbol_x): Likewise.
24050 (_dl_debug_bindings): Likewise.
24051 * elf/dl-open.c (_dl_show_scope): Likewise.
24052 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24053 * elf/dl-version.c (match_symbol): Likewise.
24054 (_dl_check_map_versions): Likewise.
24055 * elf/rtld.c (dl_main): Likewise.
24056 (print_unresolved): Use RTLD_PROGNAME.
24057 (print_missing_version): Likewise.
24058 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24059 (elf_machine_rela): Likewise.
24060 * sysdeps/powerpc/powerpc32/dl-machine.c
24061 (__process_machine_rela): Likewise.
24062 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24063 Likewise.
24064 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24065 Likewise.
24066 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24067 Likewise.
24068 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24069 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24070 Likewise.
24071 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24072 Likewise.
24073 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24074
8a9f20c8
CD
240752013-05-28 Carlos O'Donell <carlos@redhat.com>
24076
24077 * po/be.po: Add descriptive title.
24078 * po/zh_CN.po: Likewise.
24079 * po/header.pot: Likewise.
24080
0e60d68e
MF
240812013-05-28 Mike Frysinger <vapier@gentoo.org>
24082
24083 * locale/programs/locarchive.c (create_archive): Inlucde fname in
24084 error message.
24085 (enlarge_archive): Likewise.
24086
56b672e9
BN
240872013-05-28 Ben North <ben@redfrontdoor.org>
24088
24089 * manual/arith.texi (frexp): It is the magnitude of the return
24090 value which lies in [0.5, 1), not the return value itself.
24091
5e056687
AZ
240922013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24093
24094 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24095
2b66ef5d
TS
240962013-05-26 Thomas Schwinge <thomas@codesourcery.com>
24097
528c2405
TS
24098 * stdio-common/bug26.c (main): Correct fscanf template.
24099
07b4c13d
TS
24100 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24101 declare _dl_skip_args.
24102
ec9dd97c
TS
24103 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24104 Don't declare.
24105
2b66ef5d
TS
24106 * manual/platform.texi: Add missing @end deftypefun.
24107
4f8dfe27
JM
241082013-05-24 Joseph Myers <joseph@codesourcery.com>
24109
0323d086
JM
24110 [BZ #15529]
24111 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24112 bit of mantissa of 2^16382.
24113 * math/libm-test.inc (hypot_test_data): Add more tests.
24114
dd4259b9
JM
24115 * math/libm-test.inc: Add drem and pow10 to list of tested
24116 functions.
24117 (pow10_test): New function.
24118 (drem_test): Likewise.
24119 (drem_test_tonearest): Likewise.
24120 (drem_test_towardzero): Likewise.
24121 (drem_test_downward): Likewise.
24122 (drem_test_upward): Likewise.
24123 (main): Call the new functions.
24124
4f8dfe27
JM
24125 * math/libm-test.inc (finite_test_data): Remove.
24126 (finite_test): Run tests from isfinite_test_data.
24127 (gamma_test_data): Remove.
24128 (gamma_test): Run tests from lgamma_test_data.
24129 * sysdeps/i386/fpu/libm-test-ulps: Update.
24130 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24131
d116b7c4
AZ
241322013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24133
24134 * manual/platform.texi: Add PowerPC PPR function set documentation.
24135 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24136 implementation.
24137
e96e3767
CD
241382013-05-24 Carlos O'Donell <carlos@redhat.com>
24139
24140 * math/libm-test.inc (MAX_EXP): Define.
24141 (ULPDIFF): Define.
24142 (ulp): New function.
24143 (check_float_internal): Use ULPDIFF.
24144 (cpow_test): Disable failing test.
24145 (check_ulp): Test ulp() implemetnation.
24146 (main): Call check_ulp before starting tests.
24147
b679a606
JM
241482013-05-24 Joseph Myers <joseph@codesourcery.com>
24149
e8bdba36
JM
24150 * math/gen-libm-test.pl (generate_testfile): Do not handle
24151 START_DATA and END_DATA.
24152 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24153 END_DATA.
24154 (acos_tonearest_test_data): Likewise.
24155 (acos_towardzero_test_data): Likewise.
24156 (acos_downward_test_data): Likewise.
24157 (acos_upward_test_data): Likewise.
24158 (acosh_test_data): Likewise.
24159 (asin_test_data): Likewise.
24160 (asin_tonearest_test_data): Likewise.
24161 (asin_towardzero_test_data): Likewise.
24162 (asin_downward_test_data): Likewise.
24163 (asin_upward_test_data): Likewise.
24164 (asinh_test_data): Likewise.
24165 (atan_test_data): Likewise.
24166 (atanh_test_data): Likewise.
24167 (atan2_test_data): Likewise.
24168 (cabs_test_data): Likewise.
24169 (cacos_test_data): Likewise.
24170 (cacosh_test_data): Likewise.
24171 (carg_test_data): Likewise.
24172 (casin_test_data): Likewise.
24173 (casinh_test_data): Likewise.
24174 (catan_test_data): Likewise.
24175 (catanh_test_data): Likewise.
24176 (cbrt_test_data): Likewise.
24177 (ccos_test_data): Likewise.
24178 (ccosh_test_data): Likewise.
24179 (ceil_test_data): Likewise.
24180 (cexp_test_data): Likewise.
24181 (cimag_test_data): Likewise.
24182 (clog_test_data): Likewise.
24183 (clog10_test_data): Likewise.
24184 (conj_test_data): Likewise.
24185 (copysign_test_data): Likewise.
24186 (cos_test_data): Likewise.
24187 (cos_tonearest_test_data): Likewise.
24188 (cos_towardzero_test_data): Likewise.
24189 (cos_downward_test_data): Likewise.
24190 (cos_upward_test_data): Likewise.
24191 (cosh_test_data): Likewise.
24192 (cosh_tonearest_test_data): Likewise.
24193 (cosh_towardzero_test_data): Likewise.
24194 (cosh_downward_test_data): Likewise.
24195 (cosh_upward_test_data): Likewise.
24196 (cpow_test_data): Likewise.
24197 (cproj_test_data): Likewise.
24198 (creal_test_data): Likewise.
24199 (csin_test_data): Likewise.
24200 (csinh_test_data): Likewise.
24201 (csqrt_test_data): Likewise.
24202 (ctan_test_data): Likewise.
24203 (ctan_tonearest_test_data): Likewise.
24204 (ctan_towardzero_test_data): Likewise.
24205 (ctan_downward_test_data): Likewise.
24206 (ctan_upward_test_data): Likewise.
24207 (ctanh_test_data): Likewise.
24208 (ctanh_tonearest_test_data): Likewise.
24209 (ctanh_towardzero_test_data): Likewise.
24210 (ctanh_downward_test_data): Likewise.
24211 (ctanh_upward_test_data): Likewise.
24212 (erf_test_data): Likewise.
24213 (erfc_test_data): Likewise.
24214 (exp_test_data): Likewise.
24215 (exp_tonearest_test_data): Likewise.
24216 (exp_towardzero_test_data): Likewise.
24217 (exp_downward_test_data): Likewise.
24218 (exp_upward_test_data): Likewise.
24219 (exp10_test_data): Likewise.
24220 (exp2_test_data): Likewise.
24221 (expm1_test_data): Likewise.
24222 (fabs_test_data): Likewise.
24223 (fdim_test_data): Likewise.
24224 (finite_test_data): Likewise.
24225 (floor_test_data): Likewise.
24226 (fma_test_data): Likewise.
24227 (fma_towardzero_test_data): Likewise.
24228 (fma_downward_test_data): Likewise.
24229 (fma_upward_test_data): Likewise.
24230 (fmax_test_data): Likewise.
24231 (fmin_test_data): Likewise.
24232 (fmod_test_data): Likewise.
24233 (fpclassify_test_data): Likewise.
24234 (frexp_test_data): Likewise.
24235 (gamma_test_data): Likewise.
24236 (hypot_test_data): Likewise.
24237 (ilogb_test_data): Likewise.
24238 (isfinite_test_data): Likewise.
24239 (isgreater_test_data): Likewise.
24240 (isgreaterequal_test_data): Likewise.
24241 (isinf_test_data): Likewise.
24242 (isless_test_data): Likewise.
24243 (islessequal_test_data): Likewise.
24244 (islessgreater_test_data): Likewise.
24245 (isnan_test_data): Likewise.
24246 (isnormal_test_data): Likewise.
24247 (issignaling_test_data): Likewise.
24248 (isunordered_test_data): Likewise.
24249 (j0_test_data): Likewise.
24250 (j1_test_data): Likewise.
24251 (jn_test_data): Likewise.
24252 (ldexp_test_data): Likewise.
24253 (lgamma_test_data): Likewise.
24254 (lrint_test_data): Likewise.
24255 (lrint_tonearest_test_data): Likewise.
24256 (lrint_towardzero_test_data): Likewise.
24257 (lrint_downward_test_data): Likewise.
24258 (lrint_upward_test_data): Likewise.
24259 (llrint_test_data): Likewise.
24260 (llrint_tonearest_test_data): Likewise.
24261 (llrint_towardzero_test_data): Likewise.
24262 (llrint_downward_test_data): Likewise.
24263 (llrint_upward_test_data): Likewise.
24264 (log_test_data): Likewise.
24265 (log10_test_data): Likewise.
24266 (log1p_test_data): Likewise.
24267 (log2_test_data): Likewise.
24268 (logb_test_data): Likewise.
24269 (logb_downward_test_data): Likewise.
24270 (lround_test_data): Likewise.
24271 (llround_test_data): Likewise.
24272 (modf_test_data): Likewise.
24273 (nearbyint_test_data): Likewise.
24274 (nextafter_test_data): Likewise.
24275 (nexttoward_test_data): Likewise.
24276 (pow_test_data): Likewise.
24277 (pow_tonearest_test_data): Likewise.
24278 (pow_towardzero_test_data): Likewise.
24279 (pow_downward_test_data): Likewise.
24280 (pow_upward_test_data): Likewise.
24281 (remainder_test_data): Likewise.
24282 (remainder_tonearest_test_data): Likewise.
24283 (remainder_towardzero_test_data): Likewise.
24284 (remainder_downward_test_data): Likewise.
24285 (remainder_upward_test_data): Likewise.
24286 (remquo_test_data): Likewise.
24287 (rint_test_data): Likewise.
24288 (rint_tonearest_test_data): Likewise.
24289 (rint_towardzero_test_data): Likewise.
24290 (rint_downward_test_data): Likewise.
24291 (rint_upward_test_data): Likewise.
24292 (round_test_data): Likewise.
24293 (scalb_test_data): Likewise.
24294 (scalbn_test_data): Likewise.
24295 (scalbln_test_data): Likewise.
24296 (signbit_test_data): Likewise.
24297 (sin_test_data): Likewise.
24298 (sin_tonearest_test_data): Likewise.
24299 (sin_towardzero_test_data): Likewise.
24300 (sin_downward_test_data): Likewise.
24301 (sin_upward_test_data): Likewise.
24302 (sincos_test_data): Likewise.
24303 (sinh_test_data): Likewise.
24304 (sinh_tonearest_test_data): Likewise.
24305 (sinh_towardzero_test_data): Likewise.
24306 (sinh_downward_test_data): Likewise.
24307 (sinh_upward_test_data): Likewise.
24308 (sqrt_test_data): Likewise.
24309 (tan_test_data): Likewise.
24310 (tan_tonearest_test_data): Likewise.
24311 (tan_towardzero_test_data): Likewise.
24312 (tan_downward_test_data): Likewise.
24313 (tan_upward_test_data): Likewise.
24314 (tanh_test_data): Likewise.
24315 (tgamma_test_data): Likewise.
24316 (trunc_test_data): Likewise.
24317 (y0_test_data): Likewise.
24318 (y1_test_data): Likewise.
24319 (yn_test_data): Likewise.
24320 (significand_test_data): Likewise.
24321
b679a606
JM
24322 * math/gen-libm-test.pl (@functions): Remove variable.
24323 (generate_testfile): Don't handle START and END lines.
24324 * math/libm-test.inc (START): New macro.
24325 (END): Likewise.
24326 (END_COMPLEX): Likewise.
24327 (acos_test): Use END macro without arguments.
24328 (acos_test_tonearest): Likewise.
24329 (acos_test_towardzero): Likewise.
24330 (acos_test_downward): Likewise.
24331 (acos_test_upward): Likewise.
24332 (acosh_test): Likewise.
24333 (asin_test): Likewise.
24334 (asin_test_tonearest): Likewise.
24335 (asin_test_towardzero): Likewise.
24336 (asin_test_downward): Likewise.
24337 (asin_test_upward): Likewise.
24338 (asinh_test): Likewise.
24339 (atan_test): Likewise.
24340 (atanh_test): Likewise.
24341 (atan2_test): Likewise.
24342 (cabs_test): Likewise.
24343 (cacos_test): Use END_COMPLEX macro without arguments.
24344 (cacosh_test): Likewise.
24345 (carg_test): Use END macro without arguments.
24346 (casin_test): Use END_COMPLEX macro without arguments.
24347 (casinh_test): Likewise.
24348 (catan_test): Likewise.
24349 (catanh_test): Likewise.
24350 (cbrt_test): Use END macro without arguments.
24351 (ccos_test): Use END_COMPLEX macro without arguments.
24352 (ccosh_test): Likewise.
24353 (ceil_test): Use END macro without arguments.
24354 (cexp_test): Use END_COMPLEX macro without arguments.
24355 (cimag_test): Use END macro without arguments.
24356 (clog_test): Use END_COMPLEX macro without arguments.
24357 (clog10_test): Likewise.
24358 (conj_test): Likewise.
24359 (copysign_test): Use END macro without arguments.
24360 (cos_test): Likewise.
24361 (cos_test_tonearest): Likewise.
24362 (cos_test_towardzero): Likewise.
24363 (cos_test_downward): Likewise.
24364 (cos_test_upward): Likewise.
24365 (cosh_test): Likewise.
24366 (cosh_test_tonearest): Likewise.
24367 (cosh_test_towardzero): Likewise.
24368 (cosh_test_downward): Likewise.
24369 (cosh_test_upward): Likewise.
24370 (cpow_test): Use END_COMPLEX macro without arguments.
24371 (cproj_test): Likewise.
24372 (creal_test): Use END macro without arguments.
24373 (csin_test): Use END_COMPLEX macro without arguments.
24374 (csinh_test): Likewise.
24375 (csqrt_test): Likewise.
24376 (ctan_test): Likewise.
24377 (ctan_test_tonearest): Likewise.
24378 (ctan_test_towardzero): Likewise.
24379 (ctan_test_downward): Likewise.
24380 (ctan_test_upward): Likewise.
24381 (ctanh_test): Likewise.
24382 (ctanh_test_tonearest): Likewise.
24383 (ctanh_test_towardzero): Likewise.
24384 (ctanh_test_downward): Likewise.
24385 (ctanh_test_upward): Likewise.
24386 (erf_test): Use END macro without arguments.
24387 (erfc_test): Likewise.
24388 (exp_test): Likewise.
24389 (exp_test_tonearest): Likewise.
24390 (exp_test_towardzero): Likewise.
24391 (exp_test_downward): Likewise.
24392 (exp_test_upward): Likewise.
24393 (exp10_test): Likewise.
24394 (exp2_test): Likewise.
24395 (expm1_test): Likewise.
24396 (fabs_test): Likewise.
24397 (fdim_test): Likewise.
24398 (finite_test): Likewise.
24399 (floor_test): Likewise.
24400 (fma_test): Likewise.
24401 (fma_test_towardzero): Likewise.
24402 (fma_test_downward): Likewise.
24403 (fma_test_upward): Likewise.
24404 (fmax_test): Likewise.
24405 (fmin_test): Likewise.
24406 (fmod_test): Likewise.
24407 (fpclassify_test): Likewise.
24408 (frexp_test): Likewise.
24409 (gamma_test): Likewise.
24410 (hypot_test): Likewise.
24411 (ilogb_test): Likewise.
24412 (isfinite_test): Likewise.
24413 (isgreater_test): Likewise.
24414 (isgreaterequal_test): Likewise.
24415 (isinf_test): Likewise.
24416 (isless_test): Likewise.
24417 (islessequal_test): Likewise.
24418 (islessgreater_test): Likewise.
24419 (isnan_test): Likewise.
24420 (isnormal_test): Likewise.
24421 (issignaling_test): Likewise.
24422 (isunordered_test): Likewise.
24423 (j0_test): Likewise.
24424 (j1_test): Likewise.
24425 (jn_test): Likewise.
24426 (ldexp_test): Likewise.
24427 (lgamma_test): Likewise.
24428 (lrint_test): Likewise.
24429 (lrint_test_tonearest): Likewise.
24430 (lrint_test_towardzero): Likewise.
24431 (lrint_test_downward): Likewise.
24432 (lrint_test_upward): Likewise.
24433 (llrint_test): Likewise.
24434 (llrint_test_tonearest): Likewise.
24435 (llrint_test_towardzero): Likewise.
24436 (llrint_test_downward): Likewise.
24437 (llrint_test_upward): Likewise.
24438 (log_test): Likewise.
24439 (log10_test): Likewise.
24440 (log1p_test): Likewise.
24441 (log2_test): Likewise.
24442 (logb_test): Likewise.
24443 (logb_test_downward): Likewise.
24444 (lround_test): Likewise.
24445 (llround_test): Likewise.
24446 (modf_test): Likewise.
24447 (nearbyint_test): Likewise.
24448 (nextafter_test): Likewise.
24449 (nexttoward_test): Likewise.
24450 (pow_test): Likewise.
24451 (pow_test_tonearest): Likewise.
24452 (pow_test_towardzero): Likewise.
24453 (pow_test_downward): Likewise.
24454 (pow_test_upward): Likewise.
24455 (remainder_test): Likewise.
24456 (remainder_test_tonearest): Likewise.
24457 (remainder_test_towardzero): Likewise.
24458 (remainder_test_downward): Likewise.
24459 (remainder_test_upward): Likewise.
24460 (remquo_test): Likewise.
24461 (rint_test): Likewise.
24462 (rint_test_tonearest): Likewise.
24463 (rint_test_towardzero): Likewise.
24464 (rint_test_downward): Likewise.
24465 (rint_test_upward): Likewise.
24466 (round_test): Likewise.
24467 (scalb_test): Likewise.
24468 (scalbn_test): Likewise.
24469 (scalbln_test): Likewise.
24470 (signbit_test): Likewise.
24471 (sin_test): Likewise.
24472 (sin_test_tonearest): Likewise.
24473 (sin_test_towardzero): Likewise.
24474 (sin_test_downward): Likewise.
24475 (sin_test_upward): Likewise.
24476 (sincos_test): Likewise.
24477 (sinh_test): Likewise.
24478 (sinh_test_tonearest): Likewise.
24479 (sinh_test_towardzero): Likewise.
24480 (sinh_test_downward): Likewise.
24481 (sinh_test_upward): Likewise.
24482 (sqrt_test): Likewise.
24483 (tan_test): Likewise.
24484 (tan_test_tonearest): Likewise.
24485 (tan_test_towardzero): Likewise.
24486 (tan_test_downward): Likewise.
24487 (tan_test_upward): Likewise.
24488 (tanh_test): Likewise.
24489 (tgamma_test): Likewise.
24490 (trunc_test): Likewise.
24491 (y0_test): Likewise.
24492 (y1_test): Likewise.
24493 (yn_test): Likewise.
24494 (significand_test): Likewise.
24495
bae143d2
OB
244962013-05-24 Ondřej Bílka <neleai@seznam.cz>
24497
24498 [BZ #15381]
24499 * libio/genops.c (_IO_no_init): Initialize wide struct info.
24500
9323d39b
EM
245012013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
24502
d4ea44a0 24503 [BZ #14894]
9323d39b
EM
24504 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24505 __ppc_mdoio and __ppc_mdoom.
24506 * manual/platform.texi: Document new functions __ppc_yield,
24507 __ppc_mdoio and __ppc_mdoom.
24508
13e23af7
CD
245092013-05-22 Carlos O'Donell <carlos@redhat.com>
24510
24511 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24512 (main): Mention "tls" pseudo-hwcap is legacy.
24513 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24514
351fe550
JM
245152013-05-22 Joseph Myers <joseph@codesourcery.com>
24516
24517 * math/gen-libm-test.pl (parse_args): Output only string of
24518 arguments as text for test name, not full call or descriptions of
24519 tests for extra outputs.
24520 (generate_testfile): Do not pass function name to parse_args.
24521 Generate this_func variable from START.
24522 * math/libm-test.inc (struct test_f_f_data): Rename test_name
24523 field to arg_str.
24524 (struct test_ff_f_data): Likewise.
24525 (test_ff_f_data_nexttoward): Likewise.
24526 (struct test_fi_f_data): Likewise.
24527 (struct test_fl_f_data): Likewise.
24528 (struct test_if_f_data): Likewise.
24529 (struct test_fff_f_data): Likewise.
24530 (struct test_c_f_data): Likewise.
24531 (struct test_f_f1_data): Likewise. Remove field extra_name.
24532 (struct test_fF_f1_data): Likewise.
24533 (struct test_ffI_f1_data): Likewise.
24534 (struct test_c_c_data): Rename test_name field to arg_str.
24535 (struct test_cc_c_data): Likewise.
24536 (struct test_f_i_data): Likewise.
24537 (struct test_ff_i_data): Likewise.
24538 (struct test_f_l_data): Likewise.
24539 (struct test_f_L_data): Likewise.
24540 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
24541 and extra2_name.
24542 (COMMON_TEST_SETUP): New macro.
24543 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24544 (COMMON_TEST_CLEANUP): Likewise.
24545 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24546 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
24547 macros.
24548 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24549 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
24550 macros.
24551 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24552 (RUN_TEST_fff_f): Take argument string. Call new setup and
24553 cleanup macros.
24554 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24555 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
24556 macros.
24557 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24558 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
24559 macros.
24560 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24561 (RUN_TEST_fF_f1): Take argument string. Call new setup and
24562 cleanup macros.
24563 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24564 (RUN_TEST_fI_f1): Take argument string. Call new setup and
24565 cleanup macros.
24566 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24567 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
24568 cleanup macros.
24569 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24570 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
24571 macros.
24572 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24573 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
24574 macros.
24575 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24576 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
24577 macros.
24578 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24579 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
24580 cleanup macros.
24581 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24582 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
24583 cleanup macros.
24584 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24585 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
24586 macros.
24587 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24588 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
24589 cleanup macros.
24590 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24591 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
24592 macros.
24593 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24594 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
24595 macros.
24596 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24597 (RUN_TEST_fFF_11): Take argument string. Call new setup and
24598 cleanup macros.
24599 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24600
85118d4d
EBM
246012013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24602
24603 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24604 to _sifields.sigfault.
24605 (si_addr_lsb): Define new macro.
24606 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24607 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24608 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24609
7a44c18f
CD
246102013-05-03 Carlos O'Donell <carlos at redhat.com>
24611
24612 [BZ #15441]
24613 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24614 returns -1.
24615 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24616 null return -1.
24617 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24618 loading the domain.
24619
b50a7181
JM
246202013-05-22 Joseph Myers <joseph@codesourcery.com>
24621
24622 * math/gen-libm-test.pl (parse_args): Do not include expected
24623 result in test name.
24624 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24625 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24626 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24627 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24628 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24630
051063c8
SP
246312013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
24632
3ce9e010
SP
24633 * benchtests/Makefile: Sort function entries.
24634
051063c8
SP
24635 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24636 tanh, asinh, acosh, atanh.
24637 * benchtests/acos-inputs: New file.
24638 * benchtests/acosh-inputs: New file.
24639 * benchtests/asin-inputs: New file.
24640 * benchtests/asinh-inputs: New file.
24641 * benchtests/atanh-inputs: New file.
24642 * benchtests/cosh-inputs: New file.
24643 * benchtests/log-inputs: New file.
24644 * benchtests/sinh-inputs: New file.
24645 * benchtests/tanh-inputs: New file.
24646
47c22455
DL
246472013-05-21 Dmitry V. Levin <ldv@altlinux.org>
24648
24649 [BZ #15339]
24650 * posix/tst-getaddrinfo4.c: New test.
24651 * posix/Makefile (tests): Add it.
24652
3d04f5db
SP
246532013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24654
24655 [BZ #15339]
24656 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24657 when no services were used.
24658 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24659 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24660
d5dd6189
AS
246612013-05-21 Andreas Schwab <schwab@suse.de>
24662
24663 [BZ #15014]
24664 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24665 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24666 successful.
24667 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24668 redundant variable declarations and reallocation of buffer when
24669 parsing as IPv6 address. Always set NSS status when called from
24670 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
24671 buffer too small. Correct computation of needed size.
24672 * nss/Makefile (tests): Add test-digits-dots.
24673 * nss/test-digits-dots.c: New test.
24674
fef94eab
SP
246752013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24676
24677 * benchtests/Makefile: Remove instructions for adding
24678 benchmark tests.
24679 * benchtests/README: New file to explain how to execute and
24680 enhance the benchmark tests.
24681
e39adf43
AS
246822013-05-21 Andreas Schwab <schwab@suse.de>
24683
24684 [BZ #15493]
24685 * setjmp/Makefile (tests): Add tst-sigsetjmp.
24686 * setjmp/tst-sigsetjmp.c: New test.
24687
b2b671b6
OB
246882013-05-20 Ondřej Bílka <neleai@seznam.cz>
24689
24690 * sysdeps/x86_64/memset.S (memset): New implementation.
24691 (__bzero): Likewise.
24692 (__memset_tail): New function.
24693
2d48b41c
OB
246942013-05-20 Ondřej Bílka <neleai@seznam.cz>
24695
24696 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24697 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24698 __memcpy_sse2_unaligned ifunc selection.
24699 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24700 Add memcpy-sse2-unaligned.S.
24701 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24702 Add: __memcpy_sse2_unaligned.
24703
f16cc3eb
JM
247042013-05-19 Joseph Myers <joseph@codesourcery.com>
24705
3e694268
JM
24706 [BZ #15490]
24707 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24708 math_force_eval before restoring floating-point envrionment.
24709 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24710 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24711 Likewise.
24712 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24713 <math_private.h>.
24714 (__nearbyintl): Use math_force_eval before restoring
24715 floating-point environment.
24716 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24717
db62a907
JM
24718 * math/gen-libm-test.pl (special_functions): Remove.
24719 (parse_args): Don't handle TEST_extra. Handle functions with no
24720 return value.
24721 * math/libm-test.inc (struct test_sincos_data): Replace with
24722 struct test_fFF_11_data.
24723 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24724 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24725 (sincos_test_data): Change element type to struct
24726 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
24727 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24728 RUN_TEST_LOOP_sincos.
24729 * math/README.libm-test: Don't mention special handling of
24730 individual functions.
24731 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24732 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24733 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24734 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24735 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24736 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24737
f16cc3eb
JM
24738 * math/gen-libm-test.pl (get_variable): Remove function.
24739 (parse_args): Don't show pointer parameters to call in test
24740 names. Use "extra output N" in test names for extra outputs
24741 rather than naming variables.
24742
3779b5b6
JM
247432013-05-18 Joseph Myers <joseph@codesourcery.com>
24744
2ee094ff
JM
24745 [BZ #15488]
24746 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24747 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24748 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24749 double tests.
24750 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24751 disable.
24752 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24753 check_long_double.
24754
3779b5b6
JM
24755 * math/gen-libm-test.pl (@tests): Remove variable.
24756 ($count): Likewise.
24757 (new_test): Remove function.
24758 (show_exceptions): New function.
24759 (special_functions): Use show_exceptions instead of new_test.
24760 (parse_args): Likewise.
24761 (generate_testfile): Pass only function name in generated call to
24762 print_max_error or print_complex_max_error.
24763 (get_ulps): Do not handle complex tests specially.
24764 (output_test): Rename to ...
24765 (get_all_ulps_for_test): ... this. Return a string rather than
24766 printing to a file. Require ulps to be present.
24767 (output_ulps): Generate arrays rather than #defines.
24768 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24769 (struct ulp_data): New type.
24770 (BUILD_COMPLEX_ULP): Remove macro.
24771 (compare_ulp_data): New function.
24772 (find_ulps): Likewise.
24773 (find_test_ulps): Likewise.
24774 (find_function_ulps): Likewise.
24775 (find_complex_function_ulps): Likewise.
24776 (print_max_error): Determine allowed ulps using
24777 find_function_ulps.
24778 (print_complex_max_error): Determine allowed ulps using
24779 find_complex_function_ulps.
24780 (check_float_internal): Determine max ulps using find_test_ulps.
24781 (check_float): Do not take max_ulp parameter. Update call to
24782 check_float_internal.
24783 (check_complex): Likewise.
24784 (check_int): Do not take max_ulp parameter.
24785 (check_long): Likewise.
24786 (check_bool): Likewise.
24787 (check_longlong): Likewise.
24788 (struct test_f_f_data): Remove max_ulp field.
24789 (struct test_ff_f_data): Likewise.
24790 (struct test_ff_f_data_nexttoward): Likewise.
24791 (struct test_fi_f_data): Likewise.
24792 (struct test_fl_f_data): Likewise.
24793 (struct test_if_f_data): Likewise.
24794 (struct test_fff_f_data): Likewise.
24795 (struct test_c_f_data): Likewise.
24796 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24797 (struct test_fF_f1_data): Likewise.
24798 (struct test_ffI_f1_data): Likewise.
24799 (struct test_c_c_data): Remove max_ulp field.
24800 (struct test_cc_c_data): Likewise.
24801 (struct test_f_i_data): Likewise.
24802 (struct test_ff_i_data): Likewise.
24803 (struct test_f_l_data): Likewise.
24804 (struct test_f_L_data): Likewise.
24805 (struct test_sincos_data): Likewise.
24806 (RUN_TEST_f_f): Do not handle ulps.
24807 (RUN_TEST_LOOP_f_f): Likewise.
24808 (RUN_TEST_2_f): Likewise.
24809 (RUN_TEST_LOOP_2_f): Likewise.
24810 (RUN_TEST_fff_f): Likewise.
24811 (RUN_TEST_LOOP_fff_f): Likewise.
24812 (RUN_TEST_c_f): Likewise.
24813 (RUN_TEST_LOOP_c_f): Likewise.
24814 (RUN_TEST_f_f1): Likewise.
24815 (RUN_TEST_LOOP_f_f1): Likewise.
24816 (RUN_TEST_fF_f1): Likewise.
24817 (RUN_TEST_LOOP_fF_f1): Likewise.
24818 (RUN_TEST_fI_f1): Likewise.
24819 (RUN_TEST_LOOP_fI_f1): Likewise.
24820 (RUN_TEST_ffI_f1): Likewise.
24821 (RUN_TEST_LOOP_ffI_f1): Likewise.
24822 (RUN_TEST_c_c): Likewise.
24823 (RUN_TEST_LOOP_c_c): Likewise.
24824 (RUN_TEST_cc_c): Likewise.
24825 (RUN_TEST_LOOP_cc_c): Likewise.
24826 (RUN_TEST_f_i): Likewise.
24827 (RUN_TEST_LOOP_f_i): Likewise.
24828 (RUN_TEST_f_i_tg): Likewise.
24829 (RUN_TEST_LOOP_f_i_tg): Likewise.
24830 (RUN_TEST_ff_i_tg): Likewise.
24831 (RUN_TEST_LOOP_ff_i_tg): Likewise.
24832 (RUN_TEST_f_b): Likewise.
24833 (RUN_TEST_LOOP_f_b): Likewise.
24834 (RUN_TEST_f_b_tg): Likewise.
24835 (RUN_TEST_LOOP_f_b_tg): Likewise.
24836 (RUN_TEST_f_l): Likewise.
24837 (RUN_TEST_LOOP_f_l): Likewise.
24838 (RUN_TEST_f_L): Likewise.
24839 (RUN_TEST_LOOP_f_L): Likewise.
24840 (RUN_TEST_sincos): Likewise.
24841 (RUN_TEST_LOOP_sincos): Likewise.
24842
8269107f
JM
248432013-05-17 Joseph Myers <joseph@codesourcery.com>
24844
bb38759d
JM
24845 [BZ #15480]
24846 [BZ #15485]
24847 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24848 main case of finite arguments, set rounding mode to FE_TONEAREST
24849 and discard exceptions.
24850 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24851 exceptions.
24852 (remainder_tonearest_test_data): New variable.
24853 (remainder_test_tonearest): New function.
24854 (remainder_towardzero_test_data): New variable.
24855 (remainder_test_towardzero): New function.
24856 (remainder_downward_test_data): New variable.
24857 (remainder_test_downward): New function.
24858 (remainder_upward_test_data): New variable.
24859 (remainder_test_upward): New function.
24860 (main): Call the new test functions.
24861
a00bdcf0
JM
24862 * math/libm-test.inc (struct test_f_f1_data): Remove field
24863 extra_init.
24864 (struct test_fF_f1_data): Likewise.
24865 (struct test_ffI_f1_data): Likewise.
24866 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
24867 based on value of EXTRA_EXPECTED.
24868 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24869 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
24870 EXTRA_VAR based on value of EXTRA_EXPECTED.
24871 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24872 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
24873 EXTRA_VAR based on value of EXTRA_EXPECTED.
24874 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24875 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
24876 EXTRA_VAR based on value of EXTRA_EXPECTED.
24877 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24878 * math/gen-libm-test.pl (parse_args): Don't output initializers
24879 for extra output values.
24880
de407f79
JM
24881 * math/libm-test.inc (check_int): Expect result to be exactly
24882 equal to expected value and do not handle ulps.
24883 (check_long): Likewise.
24884 (check_longlong): Likewise.
24885
8269107f
JM
24886 * math/libm-test.inc (ceil_test_data): Test for "inexact"
24887 exceptions.
24888 (cimag_test_data): Likewise.
24889 (conj_test_data): Likewise.
24890 (copysign_test_data): Likewise.
24891 (cproj_test_data): Likewise.
24892 (creal_test_data): Likewise.
24893 (fabs_test_data): Likewise.
24894 (fdim_test_data): Likewise.
24895 (finite_test_data): Likewise.
24896 (floor_test_data): Likewise.
24897 (fmax_test_data): Likewise.
24898 (fmin_test_data): Likewise.
24899 (fmod_test_data): Likewise.
24900 (fpclassify_test_data): Likewise.
24901 (frexp_test_data): Likewise.
24902 (ilogb_test_data): Likewise.
24903 (isfinite_test_data): Likewise.
24904 (isgreater_test_data): Likewise.
24905 (isgreaterequal_test_data): Likewise.
24906 (isinf_test_data): Likewise.
24907 (isless_test_data): Likewise.
24908 (islessequal_test_data): Likewise.
24909 (islessgreater_test_data): Likewise.
24910 (isnan_test_data): Likewise.
24911 (isnormal_test_data): Likewise.
24912 (issignaling_test_data): Likewise.
24913 (isunordered_test_data): Likewise.
24914 (ldexp_test_data): Likewise.
24915 (lrint_test_data): Likewise.
24916 (lrint_test_data) [TEST_FLOAT]: Disable one test.
24917 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24918 (lrint_tonearest_test_data): Test for "inexact" exceptions.
24919 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24920 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24921 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24922 test input.
24923 (lrint_towardzero_test_data): Test for "inexact" exceptions.
24924 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24925 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24926 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24927 that test input.
24928 (lrint_downward_test_data): Test for "inexact" exceptions.
24929 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24930 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24931 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24932 test input.
24933 (lrint_upward_test_data): Test for "inexact" exceptions.
24934 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24935 test input.
24936 (llrint_test_data): Test for "inexact" exceptions.
24937 (llrint_test_data) [TEST_FLOAT]: Disable one test.
24938 (llrint_tonearest_test_data): Test for "inexact" exceptions.
24939 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24940 (llrint_towardzero_test_data): Test for "inexact" exceptions.
24941 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24942 (llrint_downward_test_data): Test for "inexact" exceptions.
24943 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24944 (llrint_upward_test_data): Test for "inexact" exceptions.
24945 (logb_test_data): Likewise.
24946 (logb_downward_test_data): Likewise.
24947 (nextafter_test_data): Likewise.
24948 (nexttoward_test_data): Likewise.
24949 (remainder_test_data): Likewise.
24950 (remquo_test_data): Likewise.
24951 (scalbn_test_data): Likewise.
24952 (scalbln_test_data): Likewise.
24953 (signbit_test_data): Likewise.
24954 (sqrt_test_data): Likewise.
24955 (significand_test_data): Likewise.
24956
48a18de1
SP
249572013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
24958
24959 [BZ #15424]
24960 * benchtests/bench-modf.c (struct args): Mark arg0 as
24961 volatile.
24962 * scripts/bench.pl: Mark members of struct args as volatile.
24963
13d3b41a
AZ
249642013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24965
68191c1d 24966 [BZ # 15497]
13d3b41a
AZ
24967 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24968 negative infinity on POWER6 or lower.
24969 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24970
2848b105
MR
249712013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
24972
24973 [BZ #15442]
24974 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24975 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24976 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24977 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24978 (_FP_SETQNAN): New macro.
24979 (_FP_SETQNAN_SEMIRAW): Likewise.
24980 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24981 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24982 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24983 (FP_EXTEND): Use _FP_FRAC_SNANP.
24984 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24985 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24986 into account.
24987 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24988 New macro.
24989 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24990 Likewise.
24991
323e5cb7
JM
249922013-05-16 Joseph Myers <joseph@codesourcery.com>
24993
c58b274f
JM
24994 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24995 with DIVIDE_BY_ZERO_EXCEPTION.
24996 (gamma_test_data): Likewise.
24997 (lgamma_test_data): Likewise.
24998 (log_test_data): Likewise.
24999 (log10_test_data): Likewise.
25000 (log2_test_data): Likewise.
25001 (tgamma_test_data): Likewise.
25002
0ab34904
JM
25003 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25004 (acos_test_tonearest): Likewise.
25005 (acos_test_towardzero): Likewise.
25006 (acos_test_downward): Likewise.
25007 (acos_test_upward): Likewise.
25008 (acosh_test): Likewise.
25009 (asin_test): Likewise.
25010 (asin_test_tonearest): Likewise.
25011 (asin_test_towardzero): Likewise.
25012 (asin_test_downward): Likewise.
25013 (asin_test_upward): Likewise.
25014 (asinh_test): Likewise.
25015 (atan_test): Likewise.
25016 (atanh_test): Likewise.
25017 (atan2_test): Likewise.
25018 (cabs_test): Likewise.
25019 (cacos_test): Likewise.
25020 (cacosh_test): Likewise.
25021 (casin_test): Likewise.
25022 (casinh_test): Likewise.
25023 (catan_test): Likewise.
25024 (catanh_test): Likewise.
25025 (cbrt_test): Likewise.
25026 (ccos_test): Likewise.
25027 (ccosh_test): Likewise.
25028 (cexp_test): Likewise.
25029 (clog_test): Likewise.
25030 (clog10_test): Likewise.
25031 (cos_test): Likewise.
25032 (cos_test_tonearest): Likewise.
25033 (cos_test_towardzero): Likewise.
25034 (cos_test_downward): Likewise.
25035 (cos_test_upward): Likewise.
25036 (cosh_test): Likewise.
25037 (cosh_test_tonearest): Likewise.
25038 (cosh_test_towardzero): Likewise.
25039 (cosh_test_downward): Likewise.
25040 (cosh_test_upward): Likewise.
25041 (cpow_test): Likewise.
25042 (csin_test): Likewise.
25043 (csinh_test): Likewise.
25044 (csqrt_test): Likewise.
25045 (ctan_test): Likewise.
25046 (ctan_test_tonearest): Likewise.
25047 (ctan_test_towardzero): Likewise.
25048 (ctan_test_downward): Likewise.
25049 (ctan_test_upward): Likewise.
25050 (ctanh_test): Likewise.
25051 (ctanh_test_tonearest): Likewise.
25052 (ctanh_test_towardzero): Likewise.
25053 (ctanh_test_downward): Likewise.
25054 (ctanh_test_upward): Likewise.
25055 (erf_test): Likewise.
25056 (erfc_test): Likewise.
25057 (exp_test): Likewise.
25058 (exp_test_tonearest): Likewise.
25059 (exp_test_towardzero): Likewise.
25060 (exp_test_downward): Likewise.
25061 (exp_test_upward): Likewise.
25062 (exp10_test): Likewise.
25063 (exp2_test): Likewise.
25064 (expm1_test): Likewise.
25065 (fmod_test): Likewise.
25066 (gamma_test): Likewise.
25067 (hypot_test): Likewise.
25068 (j0_test): Likewise.
25069 (j1_test): Likewise.
25070 (jn_test): Likewise.
25071 (lgamma_test): Likewise.
25072 (log_test): Likewise.
25073 (log10_test): Likewise.
25074 (log1p_test): Likewise.
25075 (log2_test): Likewise.
25076 (logb_test_downward): Likewise.
25077 (pow_test): Likewise.
25078 (pow_test_tonearest): Likewise.
25079 (pow_test_towardzero): Likewise.
25080 (pow_test_downward): Likewise.
25081 (pow_test_upward): Likewise.
25082 (remainder_test): Likewise.
25083 (remquo_test): Likewise.
25084 (sin_test): Likewise.
25085 (sin_test_tonearest): Likewise.
25086 (sin_test_towardzero): Likewise.
25087 (sin_test_downward): Likewise.
25088 (sin_test_upward): Likewise.
25089 (sincos_test): Likewise.
25090 (sinh_test): Likewise.
25091 (sinh_test_tonearest): Likewise.
25092 (sinh_test_towardzero): Likewise.
25093 (sinh_test_downward): Likewise.
25094 (sinh_test_upward): Likewise.
25095 (sqrt_test): Likewise.
25096 (tan_test): Likewise.
25097 (tan_test_tonearest): Likewise.
25098 (tan_test_towardzero): Likewise.
25099 (tan_test_downward): Likewise.
25100 (tan_test_upward): Likewise.
25101 (tanh_test): Likewise.
25102 (tgamma_test): Likewise.
25103 (y0_test): Likewise.
25104 (y1_test): Likewise.
25105 (yn_test): Likewise.
25106
323e5cb7
JM
25107 * math/gen-libm-test.pl (adjust_arg): Remove function.
25108 (special_function): Remove argument $in_func. Only handle
25109 generating output for tables of tests, not inside functions.
25110 (parse_args): Likewise.
25111 (generate_testfile): Remove variable $in_func. Update call to
25112 parse_args.
25113 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25114 (MINUS_ZERO_INIT): Rename macro to minus_zero.
25115 (PLUS_INFTY_INIT): Rename macro to plus_infty.
25116 (MINUS_INFTY_INIT): Rename macro to minus_infty.
25117 (QNAN_VALUE_INIT): Rename macro to qnan_value.
25118 (MAX_VALUE_INIT): Rename macro to max_value.
25119 (MIN_VALUE_INIT): Rename macro to min_value.
25120 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25121 (plus_zero): Remove variable.
25122 (minus_zero): Likewise.
25123 (plus_infty): Likewise.
25124 (minus_infty): Likewise.
25125 (qnan_value): Likewise.
25126 (max_value): Likewise.
25127 (min_value): Likewise.
25128 (min_subnorm_value): Likewise.
25129
e054f494
RA
251302013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25131
25132 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25133 uint64_t or uint32_t usage.
25134 * crypt/sha256-block.c: Likewise.
25135 * crypt/sha256-crypt.c: Likewise.
25136 * crypt/sha256.c: Likewise.
25137 * crypt/sha512-block.c: Likewise.
25138 * crypt/sha512-crypt.c: Likewise.
25139 * crypt/sha512.c: Likewise.
25140 * debug/backtrace-tst.c: Likewise.
25141 * debug/pcprofiledump.c: Likewise.
25142 * elf/cache.c: Likewise.
25143 * elf/dl-cache.c: Likewise.
25144 * elf/dl-misc.c: Likewise.
25145 * elf/dl-profile.c: Likewise.
25146 * elf/dl-support.c: Likewise.
25147 * elf/ldconfig.c: Likewise.
25148 * elf/sprof.c: Likewise.
25149 * iconv/dummy-repertoire.c: Likewise.
25150 * iconv/iconv_charmap.c: Likewise.
25151 * iconv/skeleton.c: Likewise.
25152 * iconvdata/8bit-generic.c: Likewise.
25153 * iconvdata/cp737.h: Likewise.
25154 * iconvdata/cp775.h: Likewise.
25155 * iconvdata/ibm1008.h: Likewise.
25156 * iconvdata/ibm1025.h: Likewise.
25157 * iconvdata/ibm1046.h: Likewise.
25158 * iconvdata/ibm1097.h: Likewise.
25159 * iconvdata/ibm1112.h: Likewise.
25160 * iconvdata/ibm1122.h: Likewise.
25161 * iconvdata/ibm1123.h: Likewise.
25162 * iconvdata/ibm1124.h: Likewise.
25163 * iconvdata/ibm1129.h: Likewise.
25164 * iconvdata/ibm1130.h: Likewise.
25165 * iconvdata/ibm1132.h: Likewise.
25166 * iconvdata/ibm1133.h: Likewise.
25167 * iconvdata/ibm1137.h: Likewise.
25168 * iconvdata/ibm1140.h: Likewise.
25169 * iconvdata/ibm1141.h: Likewise.
25170 * iconvdata/ibm1142.h: Likewise.
25171 * iconvdata/ibm1143.h: Likewise.
25172 * iconvdata/ibm1144.h: Likewise.
25173 * iconvdata/ibm1145.h: Likewise.
25174 * iconvdata/ibm1146.h: Likewise.
25175 * iconvdata/ibm1147.h: Likewise.
25176 * iconvdata/ibm1148.h: Likewise.
25177 * iconvdata/ibm1149.h: Likewise.
25178 * iconvdata/ibm1153.h: Likewise.
25179 * iconvdata/ibm1154.h: Likewise.
25180 * iconvdata/ibm1155.h: Likewise.
25181 * iconvdata/ibm1156.h: Likewise.
25182 * iconvdata/ibm1157.h: Likewise.
25183 * iconvdata/ibm1158.h: Likewise.
25184 * iconvdata/ibm1160.h: Likewise.
25185 * iconvdata/ibm1161.h: Likewise.
25186 * iconvdata/ibm1162.h: Likewise.
25187 * iconvdata/ibm1163.h: Likewise.
25188 * iconvdata/ibm1164.h: Likewise.
25189 * iconvdata/ibm1166.h: Likewise.
25190 * iconvdata/ibm1167.h: Likewise.
25191 * iconvdata/ibm12712.h: Likewise.
25192 * iconvdata/ibm1390.h: Likewise.
25193 * iconvdata/ibm1399.h: Likewise.
25194 * iconvdata/ibm16804.h: Likewise.
25195 * iconvdata/ibm4517.h: Likewise.
25196 * iconvdata/ibm4899.h: Likewise.
25197 * iconvdata/ibm4909.h: Likewise.
25198 * iconvdata/ibm4971.h: Likewise.
25199 * iconvdata/ibm5347.h: Likewise.
25200 * iconvdata/ibm803.h: Likewise.
25201 * iconvdata/ibm856.h: Likewise.
25202 * iconvdata/ibm901.h: Likewise.
25203 * iconvdata/ibm902.h: Likewise.
25204 * iconvdata/ibm9030.h: Likewise.
25205 * iconvdata/ibm9066.h: Likewise.
25206 * iconvdata/ibm921.h: Likewise.
25207 * iconvdata/ibm922.h: Likewise.
25208 * iconvdata/ibm9448.h: Likewise.
25209 * iconvdata/isiri-3342.h: Likewise.
25210 * iconvdata/jis0201.h: Likewise.
25211 * include/link.h: Likewise.
25212 * include/netdb.h: Likewise.
25213 * inet/check_native.c: Likewise.
25214 * inet/check_pf.c: Likewise.
25215 * inet/getipv4sourcefilter.c: Likewise.
25216 * inet/getnameinfo.c: Likewise.
25217 * inet/getsourcefilter.c: Likewise.
25218 * inet/htonl.c: Likewise.
25219 * inet/setipv4sourcefilter.c: Likewise.
25220 * inet/setsourcefilter.c: Likewise.
25221 * inet/test-inet6_opt.c: Likewise.
25222 * inet/tst-network.c: Likewise.
25223 * locale/C-collate.c: Likewise.
25224 * locale/C-ctype.c: Likewise.
25225 * locale/C-time.c: Likewise.
25226 * locale/C-translit.h: Likewise.
25227 * locale/loadarchive.c: Likewise.
25228 * locale/programs/3level.h: Likewise.
25229 * locale/programs/charmap.c: Likewise.
25230 * locale/programs/charmap.h: Likewise.
25231 * locale/programs/ld-address.c: Likewise.
25232 * locale/programs/ld-collate.c: Likewise.
25233 * locale/programs/ld-ctype.c: Likewise.
25234 * locale/programs/ld-identification.c: Likewise.
25235 * locale/programs/ld-measurement.c: Likewise.
25236 * locale/programs/ld-messages.c: Likewise.
25237 * locale/programs/ld-monetary.c: Likewise.
25238 * locale/programs/ld-name.c: Likewise.
25239 * locale/programs/ld-numeric.c: Likewise.
25240 * locale/programs/ld-paper.c: Likewise.
25241 * locale/programs/ld-telephone.c: Likewise.
25242 * locale/programs/ld-time.c: Likewise.
25243 * locale/programs/linereader.c: Likewise.
25244 * locale/programs/locale.c: Likewise.
25245 * locale/programs/locarchive.c: Likewise.
25246 * locale/programs/locfile.h: Likewise.
25247 * locale/programs/repertoire.c: Likewise.
25248 * locale/programs/simple-hash.c: Likewise.
25249 * locale/programs/simple-hash.h: Likewise.
25250 * malloc/memusage.c: Likewise.
25251 * malloc/memusagestat.c: Likewise.
25252 * nis/nis_defaults.c: Likewise.
25253 * nis/nis_hash.c: Likewise.
25254 * nis/nis_print.c: Likewise.
25255 * nis/nis_xdr.c: Likewise.
25256 * nscd/connections.c: Likewise.
25257 * nscd/hstcache.c: Likewise.
25258 * nscd/nscd_gethst_r.c: Likewise.
25259 * nscd/nscd_getserv_r.c: Likewise.
25260 * nscd/nscd_helper.c: Likewise.
25261 * nscd/servicescache.c: Likewise.
25262 * nss/makedb.c: Likewise.
25263 * nss/nss_db/db-XXX.c: Likewise.
25264 * nss/nss_db/db-initgroups.c: Likewise.
25265 * nss/nss_db/db-netgrp.c: Likewise.
25266 * nss/nss_files/files-network.c: Likewise.
25267 * nss/nss_files/files-parse.c: Likewise.
25268 * posix/bug-regex5.c: Likewise.
25269 * posix/fnmatch_loop.c: Likewise.
25270 * posix/regcomp.c: Likewise.
25271 * posix/regexec.c: Likewise.
25272 * posix/tst-rfc3484-2.c: Likewise.
25273 * posix/tst-rfc3484-3.c: Likewise.
25274 * posix/tst-rfc3484.c: Likewise.
25275 * resolv/nss_dns/dns-canon.c: Likewise.
25276 * resolv/nss_dns/dns-network.c: Likewise.
25277 * resolv/res_init.c: Likewise.
25278 * resolv/res_mkquery.c: Likewise.
25279 * resolv/tst-aton.c: Likewise.
25280 * stdlib/cxa_atexit.c: Likewise.
25281 * stdlib/cxa_finalize.c: Likewise.
25282 * stdlib/gen-fpioconst.c: Likewise.
25283 * stdlib/strtol_l.c: Likewise.
25284 * string/tst-endian.c: Likewise.
25285 * sunrpc/auth_des.c: Likewise.
25286 * sunrpc/clnt_udp.c: Likewise.
25287 * sunrpc/rtime.c: Likewise.
25288 * sunrpc/svcauth_des.c: Likewise.
25289 * sunrpc/xdr.c: Likewise.
25290 * sunrpc/xdr_intXX_t.c: Likewise.
25291 * sunrpc/xdr_rec.c: Likewise.
25292 * sysdeps/generic/ldconfig.h: Likewise.
25293 * sysdeps/generic/ldsodefs.h: Likewise.
25294 * sysdeps/generic/memusage.h: Likewise.
25295 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25296 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25297 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25298 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25299 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25300 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25301 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25302 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25303 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25304 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25305 * sysdeps/posix/getaddrinfo.c: Likewise.
25306 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25307 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25308 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25309 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25310 * sysdeps/powerpc/test-gettimebase.c: Likewise.
25311 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25312 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25313 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25314 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25315 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25316 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25317 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25318 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25319 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25320 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25321 * sysdeps/x86_64/dl-tls.h: Likewise.
25322 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25323 * time/alt_digit.c: Likewise.
25324 * time/era.c: Likewise.
25325 * wcsmbs/tst-c16c32-1.c: Likewise.
25326
8c75f674
JM
253272013-05-16 Joseph Myers <joseph@codesourcery.com>
25328
25329 * math/libm-test.inc (struct test_sincos_data): New type.
25330 (RUN_TEST_LOOP_sincos): New macro.
25331 (sincos_test_data): New variable.
25332 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25333
e6e49e59
RH
253342013-05-16 Richard Henderson <rth@redhat.com>
25335
25336 * math/atest-exp2.c (LIMB64): New macro.
25337 (CONSTSZ): New macro.
25338 (mp_exp1, mp_exp_m1, mp_log2): New variables.
25339 (hexdig): Move ...
25340 (print_mpn_fp): ... to function scope.
25341 (read_mpn_hex): Remove.
25342 (get_log2): Remove.
25343 (exp2_mpn): Use mp_log2.
25344 (main): Use mp_exp1.
25345
15c7c18d
JM
253462013-05-16 Joseph Myers <joseph@codesourcery.com>
25347
105a07df
JM
25348 * math/libm-test.inc: Remove comment about not testing "inexact"
25349 exceptions.
25350 (INEXACT_EXCEPTION): New macro.
25351 (NO_INEXACT_EXCEPTION): Likewise.
25352 (INVALID_EXCEPTION_OK): Update value.
25353 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25354 (OVERFLOW_EXCEPTION_OK): Likewise.
25355 (UNDERFLOW_EXCEPTION_OK): Likewise.
25356 (IGNORE_ZERO_INF_SIGN): Likewise.
25357 (ERRNO_UNCHANGED): Likewise.
25358 (ERRNO_EDOM): Likewise.
25359 (ERRNO_ERANGE): Likewise.
25360 (test_exceptions): Handle testing "inexact" exceptions.
25361 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25362 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25363 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25364 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25365 INEXACT_EXCEPTION.
25366 (rint_towardzero_test_data): Likewise.
25367 (rint_downward_test_data): Likewise.
25368 (rint_upward_test_data): Likewise.
25369
e9eee333
JM
25370 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25371 with OVERFLOW_EXCEPTION.
25372 (exp10_test_data): Likewise.
25373 (exp2_test_data): Likewise.
25374 (expm1_test_data): Likewise.
25375 (lgamma_test_data): Likewise.
25376 (pow_test_data): Likewise.
25377 (tgamma_test_data): Likewise.
25378 (yn_test_data): Remove duplicate test of overflow.
25379
1c38ff73
JM
25380 * math/libm-test.inc (struct test_cc_c_data): New type.
25381 (RUN_TEST_LOOP_cc_c): New macro.
25382 (cpow_test_data): New variable.
25383 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25384
15c7c18d
JM
25385 * math/libm-test.inc (struct test_f_L_data): New type.
25386 (RUN_TEST_LOOP_f_L): New macro.
25387 (llrint_test_data): New variable.
25388 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25389 (llrint_tonearest_test_data): New variable.
25390 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25391 (llrint_towardzero_test_data): New variable.
25392 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25393 (llrint_downward_test_data): New variable.
25394 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25395 (llrint_upward_test_data): New variable.
25396 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25397 (llround_test_data): New variable.
25398 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25399
f137ff13
PC
254002013-05-13 Peter Collingbourne <pcc@google.com>
25401
25402 * math/atest-exp2.c (get_log2): Remove const attribute.
25403
3608cb24
JM
254042013-05-15 Joseph Myers <joseph@codesourcery.com>
25405
25406 * math/libm-test.inc (struct test_f_l_data): New type.
25407 (RUN_TEST_LOOP_f_l): New macro.
25408 (lrint_test_data): New variable.
25409 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25410 (lrint_tonearest_test_data): New variable.
25411 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25412 (lrint_towardzero_test_data): New variable.
25413 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25414 (lrint_downward_test_data): New variable.
25415 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25416 (lrint_upward_test_data): New variable.
25417 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25418 (lround_test_data): New variable.
25419 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25420
39b1f617
PC
254212013-05-15 Peter Collingbourne <pcc@google.com>
25422
1deff3dc
PC
25423 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25424 (EXTRACT_WORDS64) Use where appropriate.
25425 (INSERT_WORDS64) Likewise.
25426
791f3ba0
PC
25427 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25428 constraints with x constraints.
25429 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25430
39b1f617
PC
25431 * malloc/obstack.c (_obstack_compat): Add initializer.
25432
12fba011
EM
254332013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
25434
25435 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25436 si_trapno and add si_addr_lsb to _sifields.sigfault.
25437 (si_trapno): Remove macro.
25438 (si_addr_lsb): Define new macro.
25439 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25440
d369f531
JM
254412013-05-15 Joseph Myers <joseph@codesourcery.com>
25442
b861c6c4
JM
25443 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25444 instead of TEST_f_l.
25445 (llrint_test_tonearest): Likewise.
25446 (llrint_test_towardzero): Likewise.
25447 (llrint_test_downward): Likewise.
25448 (llrint_test_upward): Likewise.
25449 (llround_test): Likewise.
25450
7abeee12
JM
25451 * math/libm-test.inc (struct test_f_i_data): Add comment.
25452 (RUN_TEST_LOOP_f_b): New macro.
25453 (RUN_TEST_LOOP_f_b_tg): Likewise.
25454 (finite_test_data): New variable.
25455 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25456 (isfinite_test_data): New variable.
25457 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25458 (isinf_test_data): New variable.
25459 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25460 (isnan_test_data): New variable.
25461 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25462 (isnormal_test_data): New variable.
25463 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25464 (issignaling_test_data): New variable.
25465 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25466 (signbit_test_data): New variable.
25467 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25468
cbe8c4d3
JM
25469 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25470 with INVALID_EXCEPTION.
25471 (acosh_test_data): Likewise.
25472 (asin_test_data): Likewise.
25473 (atanh_test_data): Likewise.
25474 (fmod_test_data): Likewise.
25475 (log_test_data): Likewise.
25476 (log10_test_data): Likewise.
25477 (log2_test_data): Likewise.
25478 (pow_test_data): Likewise.
25479 (sqrt_test_data): Likewise.
25480 (y0_test_data): Likewise.
25481 (y1_test_data): Likewise.
25482 (yn_test_data): Likewise.
25483
5575c0e5
JM
25484 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25485 function contents.
25486
d369f531
JM
25487 * math/libm-test.inc (struct test_ff_i_data): New type.
25488 (RUN_TEST_LOOP_ff_i_tg): New macro.
25489 (isgreater_test_data): New variable.
25490 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25491 (isgreaterequal_test_data): New variable.
25492 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25493 (isless_test_data): New variable.
25494 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25495 (islessequal_test_data): New variable.
25496 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25497 (islessgreater_test_data): New variable.
25498 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25499 (isunordered_test_data): New variable.
25500 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25501
781fd748
DM
255022013-05-14 David S. Miller <davem@davemloft.net>
25503
25504 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25505
87aa21df
JM
255062013-05-14 Joseph Myers <joseph@codesourcery.com>
25507
5e908270
JM
25508 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25509
f71172e5
JM
25510 * math/libm-test.inc (struct test_fF_f1_data): Change type of
25511 extra_test to int.
25512 (struct test_f_i_data): Change type of max_ulp to int.
25513
8cfa635a
JM
25514 * math/libm-test.inc (test_ffI_f1_data): New type.
25515 (RUN_TEST_LOOP_ffI_f1): New macro.
25516 (remquo_test_data): New variable.
25517 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25518
2bcb36b2
JM
25519 * setjmp/tst-setjmp-fp.c: New file.
25520 * setjmp/Makefile (tests): Add tst-setjmp-fp.
25521 (link-libm): New variable.
25522 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25523
acbd839a
JM
25524 * math/libm-test.inc (struct test_f_i_data): New type.
25525 (RUN_TEST_LOOP_f_i): New macro.
25526 (RUN_TEST_LOOP_f_i_tg): Likewise.
25527 (fpclassify_test_data): New variable.
25528 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25529 (ilogb_test_data): New variable.
25530 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25531
e414d745
JM
25532 * math/libm-test.inc (scalbln_test): Correct function name in END
25533 call.
25534
d9c2a0fd
JM
25535 * math/libm-test.inc (struct test_f_f1_data): Add comment.
25536 (RUN_TEST_LOOP_fI_f1): New macro.
25537 (frexp_test_data): New variable.
25538 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25539
9dc9095d
JM
25540 * math/libm-test.inc (struct test_fF_f1_data): New type.
25541 (RUN_TEST_LOOP_fF_f1): New macro.
25542 (modf_test_data): New variable.
25543 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25544
87aa21df
JM
25545 * math/libm-test.inc (struct test_f_f1_data): New type.
25546 (RUN_TEST_LOOP_f_f1): New macro.
25547 (gamma_test_data): New variable.
25548 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25549 (lgamma_test_data): New variable.
25550 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25551
141af660
CD
255522013-05-13 Carlos O'Donell <carlos@redhat.com>
25553
25554 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25555 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25556 (main): Comment "tls" pseudo-hwcap.
25557
6d33265c
JM
255582013-05-13 Joseph Myers <joseph@codesourcery.com>
25559
68fc074c
JM
25560 * math/libm-test.inc (struct test_fl_f_data): New type.
25561 (RUN_TEST_LOOP_fl_f): New variable.
25562 (scalbln_test_data): New variable.
25563 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25564
243216e1
JM
25565 * math/libm-test.inc (struct test_fi_f_data): New type.
25566 (RUN_TEST_LOOP_fi_f): New macro.
25567 (ldexp_test_data): New variable.
25568 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25569 (scalbn_test_data): New variable.
25570 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25571
6a1992e2
JM
25572 * math/libm-test.inc (struct test_c_f_data): New type.
25573 (RUN_TEST_LOOP_c_f): New macro.
25574 (cabs_test_data): New variable.
25575 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25576 (carg_test_data): New variable.
25577 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25578 (cimag_test_data): New variable.
25579 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25580 (creal_test_data): New variable.
25581 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25582
0e400df5
JM
25583 * math/libm-test.inc (struct test_if_f_data): New type.
25584 (RUN_TEST_LOOP_if_f): New macro.
25585 (jn_test_data): New variable.
25586 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25587 (yn_test_data): New variable.
25588 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25589
6d33265c
JM
25590 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25591
f98ece5f
AZ
255922013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25593
25594 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25595 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25596
0f7d347b
SP
255972013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25598
43fe811b
SP
25599 * benchtests/Makefile (CPPFLAGS-nonlib): Add
25600 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25601 (bench-deps): Add bench-timing.h.
25602 * benchtests-bench-skeleton.c: Include bench-timing.h.
25603 (main): Use TIMING_* macros instead of clock_gettime.
25604 * benchtests/bench-timing.h: New file.
25605
0f7d347b
SP
25606 [BZ #14582]
25607 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25608 Renamed from _LIB_VERSION.
25609 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25610
601a3a5f
JM
256112013-05-12 Joseph Myers <joseph@codesourcery.com>
25612
4f184d30
JM
25613 * math/libm-test.inc (struct test_fff_f_data): New type.
25614 (RUN_TEST_LOOP_fff_f): New macro.
25615 (fma_test_data): New variable.
25616 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25617 (fma_towardzero_test_data): New variable.
25618 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25619 (fma_downward_test_data): New variable.
25620 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25621 (fma_upward_test_data): New variable.
25622 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25623
08198877
JM
25624 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25625 (struct test_c_c_data): New type.
25626 (RUN_TEST_LOOP_c_c): New macro.
25627 (cacos_test_data): New variable.
25628 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25629 (cacosh_test_data): New variable.
25630 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25631 (casin_test_data): New variable.
25632 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25633 (casinh_test_data): New variable.
25634 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25635 (catan_test_data): New variable.
25636 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25637 (catanh_test_data): New variable.
25638 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25639 (ccos_test_data): New variable.
25640 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25641 (ccosh_test_data): New variable.
25642 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25643 (cexp_test_data): New variable.
25644 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25645 (clog_test_data): New variable.
25646 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25647 (clog10_test_data): New variable.
25648 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25649 (conj_test_data): New variable.
25650 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25651 (cproj_test_data): New variable.
25652 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25653 (csin_test_data): New variable.
25654 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25655 (csinh_test_data): New variable.
25656 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25657 (csqrt_test_data): New variable.
25658 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25659 (ctan_test_data): New variable.
25660 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25661 (ctan_tonearest_test_data): New variable.
25662 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25663 (ctan_towardzero_test_data): New variable.
25664 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25665 (ctan_downward_test_data): New variable.
25666 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25667 (ctan_upward_test_data): New variable.
25668 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25669 (ctanh_test_data): New variable.
25670 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25671 (ctanh_tonearest_test_data): New variable.
25672 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25673 (ctanh_towardzero_test_data): New variable.
25674 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25675 (ctanh_downward_test_data): New variable.
25676 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25677 (ctanh_upward_test_data): New variable.
25678 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25679 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25680 of BUILD_COMPLEX.
25681
601a3a5f
JM
25682 * math/libm-test.inc (struct test_ff_f_data): New type.
25683 (struct test_ff_f_data_nexttoward): Likewise.
25684 (RUN_TEST_LOOP_2_f): New macro.
25685 (RUN_TEST_LOOP_ff_f): Likewise.
25686 (atan2_test_data): New variable.
25687 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25688 (copysign_test_data): New variable.
25689 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25690 (fdim_test_data): New variable.
25691 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25692 (fmax_test_data): New variable.
25693 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25694 (fmin_test_data): New variable.
25695 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25696 (fmod_test_data): New variable.
25697 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25698 (hypot_test_data): New variable.
25699 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25700 (nextafter_test_data): New variable.
25701 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25702 (nexttoward_test_data): New variable.
25703 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25704 (pow_test_data): New variable.
25705 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25706 (pow_tonearest_test_data): New variable.
25707 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25708 (pow_towardzero_test_data): New variable.
25709 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25710 (pow_downward_test_data): New variable.
25711 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25712 (pow_upward_test_data): New variable.
25713 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25714 (remainder_test_data): New variable.
25715 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25716 (scalb_test_data): New variable.
25717 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25718 * sysdeps/i386/fpu/libm-test-ulps: Update.
25719
74c57478
JM
257202013-05-11 Joseph Myers <joseph@codesourcery.com>
25721
8329e4da
JM
25722 * math/libm-test.inc (fma_test): Use max_value instead of local
25723 variable fltmax.
25724 (nextafter_test): Likewise.
25725
74c57478
JM
25726 * math/libm-test.inc (acos_towardzero_test_data): New variable.
25727 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25728 (acos_downward_test_data): New variable.
25729 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25730 (acos_upward_test_data): New variable.
25731 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25732 (acosh_test_data): New variable.
25733 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25734 (asin_test_data): New variable.
25735 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25736 (asin_tonearest_test_data): New variable.
25737 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25738 (asin_towardzero_test_data): New variable.
25739 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25740 (asin_downward_test_data): New variable.
25741 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25742 (asin_upward_test_data): New variable.
25743 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25744 (asinh_test_data): New variable.
25745 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25746 (atan_test_data): New variable.
25747 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25748 (atanh_test_data): New variable.
25749 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25750 (cbrt_test_data): New variable.
25751 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25752 (ceil_test_data): New variable.
25753 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25754 (cos_test_data): New variable.
25755 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25756 (cos_tonearest_test_data): New variable.
25757 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25758 (cos_towardzero_test_data): New variable.
25759 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25760 (cos_downward_test_data): New variable.
25761 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25762 (cos_upward_test_data): New variable.
25763 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25764 (cosh_test_data): New variable.
25765 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25766 (cosh_tonearest_test_data): New variable.
25767 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25768 (cosh_towardzero_test_data): New variable.
25769 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25770 (cosh_downward_test_data): New variable.
25771 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25772 (cosh_upward_test_data): New variable.
25773 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25774 (erf_test_data): New variable.
25775 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25776 (erfc_test_data): New variable.
25777 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25778 (exp_test_data): New variable.
25779 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25780 (exp_tonearest_test_data): New variable.
25781 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25782 (exp_towardzero_test_data): New variable.
25783 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25784 (exp_downward_test_data): New variable.
25785 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25786 (exp_upward_test_data): New variable.
25787 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25788 (exp10_test_data): New variable.
25789 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25790 (exp2_test_data): New variable.
25791 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25792 (expm1_test_data): New variable.
25793 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25794 (fabs_test_data): New variable.
25795 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25796 (floor_test_data): New variable.
25797 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25798 (j0_test_data): New variable.
25799 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25800 (j1_test_data): New variable.
25801 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25802 (log_test_data): New variable.
25803 (log_test): Run tests with RUN_TEST_LOOP_f_f.
25804 (log10_test_data): New variable.
25805 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25806 (log1p_test_data): New variable.
25807 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25808 (log2_test_data): New variable.
25809 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25810 (logb_test_data): New variable.
25811 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25812 (logb_downward_test_data): New variable.
25813 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25814 (nearbyint_test_data): New variable.
25815 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25816 (rint_test_data): New variable.
25817 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25818 (rint_tonearest_test_data): New variable.
25819 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25820 (rint_towardzero_test_data): New variable.
25821 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25822 (rint_downward_test_data): New variable.
25823 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25824 (rint_upward_test_data): New variable.
25825 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25826 (round_test_data): New variable.
25827 (round_test): Run tests with RUN_TEST_LOOP_f_f.
25828 (sin_test_data): New variable.
25829 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25830 (sin_tonearest_test_data): New variable.
25831 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25832 (sin_towardzero_test_data): New variable.
25833 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25834 (sin_downward_test_data): New variable.
25835 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25836 (sin_upward_test_data): New variable.
25837 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25838 (sinh_test_data): New variable.
25839 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25840 (sinh_tonearest_test_data): New variable.
25841 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25842 (sinh_towardzero_test_data): New variable.
25843 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25844 (sinh_downward_test_data): New variable.
25845 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25846 (sinh_upward_test_data): New variable.
25847 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25848 (sqrt_test_data): New variable.
25849 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25850 (tan_test_data): New variable.
25851 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25852 (tan_tonearest_test_data): New variable.
25853 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25854 (tan_towardzero_test_data): New variable.
25855 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25856 (tan_downward_test_data): New variable.
25857 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25858 (tan_upward_test_data): New variable.
25859 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25860 (tanh_test_data): New variable.
25861 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25862 (tgamma_test_data): New variable.
25863 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25864 (trunc_test_data): New variable.
25865 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25866 (y0_test_data): New variable.
25867 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25868 (y1_test_data): New variable.
25869 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25870 (significand_test_data): New variable.
25871 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25872
7187d844
CG
258732013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
25874
25875 [BZ #12387]
25876 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25877
f63fae73
PT
258782013-05-10 Pino Toscano <toscano.pino@tiscali.it>
25879
25880 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25881
8a67a4b3
AJ
258822013-05-10 Andreas Jaeger <aj@suse.de>
25883
25884 [BZ #15448]
25885 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25886 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25887
51df539d
JM
258882013-05-10 Joseph Myers <joseph@codesourcery.com>
25889
25890 * math/gen-libm-test.pl (adjust_arg): New function.
25891 (special_functions): Handle generating output in both functions
25892 and arrays.
25893 (parse_args): Likewise.
25894 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
25895 $in_func argument to parse_args.
25896 * math/libm-test.inc (struct test_f_f_data): New type.
25897 (IF_ROUND_INIT_): New macro.
25898 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25899 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25900 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25901 (IF_ROUND_INIT_FE_UPWARD): Likewise.
25902 (ROUND_RESTORE_): Likewise.
25903 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25904 (ROUND_RESTORE_FE_TONEAREST): Likewise.
25905 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25906 (ROUND_RESTORE_FE_UPWARD): Likewise.
25907 (RUN_TEST_LOOP_f_f): New macro.
25908 (acos_test_data): New variable.
25909 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25910 (acos_tonearest_test_data): New variable.
25911 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25912
5c637fe5
SP
259132013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25914
25915 * benchtests/bench-skeleton.c (startup): Fix coding style.
25916
ab2b9461
JM
259172013-05-10 Joseph Myers <joseph@codesourcery.com>
25918
25919 [BZ #6809]
25920 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25921 negative infinity argument.
25922 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25923 negative infinity argument.
25924 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25925 negative infinity argument.
25926 * math/libm-test.inc (tgamma_test): Expect errno to be set for
25927 domain errors.
25928
4c0fe6fe
FW
259292013-05-10 Florian Weimer <fweimer@redhat.com>
25930
25931 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25932 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25933 * iconv/iconv_prog.c (main): Likewise.
25934 * locale/programs/charmap-dir.c (charmap_readdir)
25935 (fopen_uncompressed): Likewise.
25936 * locale/programs/locfile.c (siblings_uncached)
25937 (write_locale_data): Use lstat64 instead of lstat.
25938 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25939 stat.
25940
a3375d29
AJ
259412013-05-10 Andreas Jaeger <aj@suse.de>
25942
25943 [BZ #15395]
25944 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25945 localization.
25946 Include <locale.h>.
25947
36129722
CD
259482013-05-09 Carlos O'Donell <carlos@redhat.com>
25949
25950 * elf/dl-close.c (_dl_close_worker): Add comments.
25951
faa7f811
JM
259522013-05-09 Joseph Myers <joseph@codesourcery.com>
25953
ed41ffef
JM
25954 [BZ #15359]
25955 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25956 high part of pi/2.
25957 (__ieee754_rem_pio2l): Update comments.
25958
d0213cd0
JM
25959 [BZ #15429]
25960 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25961 high part of pi/2.
25962 (__ieee754_rem_pio2l): Update comments.
25963
0d3e777a
JM
25964 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25965 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25966
24f56066
JM
25967 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25968 M_PI_4l.
25969
faa7f811
JM
25970 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25971 (M_PI_34_LOG10El): Likewise.
25972 (M_PI2_LOG10El): Likewise.
25973 (M_PI4_LOG10El): Likewise.
25974 (M_PI_LOG10El): Likewise.
25975
e9a5e0fd
AZ
259762013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25977
25978 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25979
d8cd06db
JM
259802013-05-08 Joseph Myers <joseph@codesourcery.com>
25981
a0d9f9d7
JM
25982 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25983 (MINUS_ZERO_INIT): Likewise.
25984 (PLUS_INFTY_INIT): Likewise.
25985 (MINUS_INFTY_INIT): Likewise.
25986 (QNAN_VALUE_INIT): Likewise.
25987 (MAX_VALUE_INIT): Likewise.
25988 (MIN_VALUE_INIT): Likewise.
25989 (MIN_SUBNORM_VALUE_INIT): Likewise.
25990 (plus_zero): Initialize with PLUS_ZERO_INIT.
25991 (minus_zero): Initialize with MINUS_ZERO_INIT.
25992 (plus_infty): Initialize with PLUS_INFTY_INIT.
25993 (minus_infty): Initialize with MINUS_INFTY_INIT.
25994 (qnan_value): Initialize with QNAN_VALUE_INIT.
25995 (max_value): Initialize with MAX_VALUE_INIT.
25996 (min_value): Initialize with MIN_VALUE_INIT.
25997 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25998
ae08db3b
JM
25999 * math/libm-test.inc (RUN_TEST_if_f): New macro.
26000 (jn_test): Use TEST_if_f instead of TEST_ff_f.
26001 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26002 (yn_test): Use TEST_if_f instead of TEST_ff_f.
26003
f44bf14a
JM
26004 * math/libm-test.inc (RUN_TEST_f_f): New macro.
26005 (RUN_TEST_2_f): Likewise.
26006 (RUN_TEST_ff_f): Likewise.
26007 (RUN_TEST_fi_f): Likewise.
26008 (RUN_TEST_fl_f): Likewise.
26009 (RUN_TEST_fff_f): Likewise.
26010 (RUN_TEST_c_f): Likewise.
26011 (RUN_TEST_f_f1): Likewise.
26012 (RUN_TEST_fF_f1): Likewise.
26013 (RUN_TEST_fI_f1): Likewise.
26014 (RUN_TEST_ffI_f1): Likewise.
26015 (RUN_TEST_c_c): Likewise.
26016 (RUN_TEST_cc_c): Likewise.
26017 (RUN_TEST_f_i): Likewise.
26018 (RUN_TEST_f_i_tg): Likewise.
26019 (RUN_TEST_ff_i_tg): Likewise.
26020 (RUN_TEST_f_b): Likewise.
26021 (RUN_TEST_f_b_tg): Likewise.
26022 (RUN_TEST_f_l): Likewise.
26023 (RUN_TEST_f_L): Likewise.
26024 (RUN_TEST_sincos): Likewise.
26025 * math/gen-libm-test.pl (new_test): Take new argument to indicate
26026 whether to show exceptions. Do not include ");\n" in return
26027 value.
26028 (special_functions): Output call to RUN_TEST_sincos instead of
26029 check_float calls. Update calls to new_test.
26030 (parse_args): Output call to single RUN_TEST_* macro instead of
26031 check_* calls and other assignments. Update calls to new_test.
26032
d8cd06db
JM
26033 [BZ #2546]
26034 [BZ #2560]
26035 [BZ #5159]
26036 [BZ #15426]
26037 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26038 input to result for tgamma overflow.
26039 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26040 (gamma_coeff): New variable.
26041 (NCOEFF): New macro.
26042 (gamma_positive): New function.
26043 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26044 underflow here. Use gamma_positive instead of exp (lgamma) for
26045 other arguments.
26046 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26047 (gamma_coeff): New variable.
26048 (NCOEFF): New macro.
26049 (gammaf_positive): New function.
26050 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26051 underflow here. Use gamma_positive instead of exp (lgamma) for
26052 other arguments.
26053 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26054 (gamma_coeff): New variable.
26055 (NCOEFF): New macro.
26056 (gammal_positive): New function.
26057 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26058 underflow here. Use gamma_positive instead of exp (lgamma) for
26059 other arguments.
26060 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26061 (gamma_coeff): New variable.
26062 (NCOEFF): New macro.
26063 (gammal_positive): New function.
26064 (__ieee754_gammal_r): Handle positive infinity, overflow and
26065 underflow here. Handle NaN the same as positive infinity. Remove
26066 check x < 0xffffffff for negative integers. Use gamma_positive
26067 instead of exp (lgamma) for other arguments.
26068 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26069 (gamma_coeff): New variable.
26070 (NCOEFF): New macro.
26071 (gammal_positive): New function.
26072 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26073 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26074 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26075 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26076 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26077 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26078 * sysdeps/generic/math_private.h (__gamma_productf): New
26079 prototype.
26080 (__gamma_product): Likewise.
26081 (__gamma_productl): Likewise.
26082 * math/Makefile (libm-calls): Add gamma_product.
26083 * math/libm-test.inc (tgamma_test): Add more tests.
26084 * sysdeps/i386/fpu/libm-test-ulps: Update.
26085 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26086
bb7cf681
OB
260872013-05-08 Ondřej Bílka <neleai@seznam.cz>
26088
26089 * benchtests/bench-skeleton.c (main): Preheat CPU.
26090
ba853947
AJ
260912013-05-07 Aurelien Jarno <aurelien@aurel32.net>
26092
26093 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26094
8347c74c
RM
260952013-05-07 Roland McGrath <roland@hack.frob.com>
26096
26097 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26098 and _dl_skip_args_internal.
26099
e8dd4791
CD
261002013-05-07 Carlos O'Donell <carlos@redhat.com>
26101
26102 * manual/message.texi (Message Translation): Talk about users.
26103 Message to key mapping impacts design.
26104
c7405830
RM
261052013-05-06 Roland McGrath <roland@hack.frob.com>
26106
a9173057
RM
26107 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26108
976e2f03
RM
26109 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26110
9723ffc5
RM
26111 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26112 * sysdeps/wordsize-64/glob64.c: ... here.
26113
962e6658
RM
26114 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26115 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26116 New macros.
26117
ee586a6d
RM
26118 * debug/getlogin_r_chk.c: Moved to ...
26119 * login/getlogin_r_chk.c: ... here.
26120 * debug/Makefile (routines): Move getlogin_r_chk to ...
26121 * login/Makefile (routines): ... here.
26122 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26123 * login/Versions (libc: GLIBC_2.4): ... here.
26124
355f9165
RM
26125 * io/poll.c (__poll): Renamed from poll.
26126 Add libc_hidden_def.
26127 (poll): Define as weak alias.
26128
bd9ffde6
RM
26129 * debug/ptsname_r_chk.c: Moved to ...
26130 * login/ptsname_r_chk.c: ... here.
26131 * debug/Makefile (routines): Move ptsname_r_chk to ...
26132 * login/Makefile (routines): ... here.
26133 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26134 * login/Versions (libc: GLIBC_2.4): ... here.
26135
8fb16a04
RM
26136 * posix/getlogin.c: Moved to ...
26137 * login/getlogin.c: ... here.
26138 * posix/getlogin_r.c: Moved to ...
26139 * login/getlogin_r.c: ... here.
26140 * posix/getlogin_r.c: Moved to ...
26141 * login/getlogin_r.c: ... here.
26142 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26143 * login/Makefile (routines): ... here.
26144 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26145 * login/Versions (libc: GLIBC_2.0): ... here.
26146
b99b892f
RM
26147 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26148 (setrlimit): Define as weak alias.
26149
c7405830
RM
26150 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26151 Call __ names for open, ftruncate, and close.
26152 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26153 (truncate): Define as weak alias.
26154
5bf96de5
JM
261552013-05-06 Joseph Myers <joseph@codesourcery.com>
26156
9ea3513c
JM
26157 * math/gen-libm-test.pl (parse_args): Initialize x before each
26158 test of frexp, modf and remquo.
26159
5bf96de5
JM
26160 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26161 test signgam value.
26162
16e616a7
AZ
261632013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26164
26165 [BZ #15418]
26166 [BZ #15419]
26167 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26168 internal tests.
26169 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26170
d5e82754
RM
261712013-05-06 Roland McGrath <roland@hack.frob.com>
26172
26173 * elf/dl-writev.h: New file.
26174 * elf/dl-misc.c: Include it.
26175 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26176 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26177
a7548d41
JM
261782013-05-04 Joseph Myers <joseph@codesourcery.com>
26179
b7dab1e4
JM
26180 * math/libm-test.inc (noXFails): Remove variable.
26181 (noXPasses): Likewise.
26182 (BUILD_COMPLEX_INT): Remove macro.
26183 (print_screen): Remove xfail argument.
26184 (print_screen_max_error): Likewise.
26185 (update_stats): Likewise.
26186 (print_max_error): Likewise. Update calls to other affected
26187 functions.
26188 (print_complex_max_error): Likewise.
26189 (test_single_exception): Update calls to print_screen.
26190 (test_single_errno): Likewise.
26191 (check_float_internal): Remove xfail argument. Update calls to
26192 other affected functions.
26193 (check_float): Likewise.
26194 (check_complex): Likewise.
26195 (check_int): Likewise.
26196 (check_long): Likewise.
26197 (check_bool): Likewise.
26198 (check_longlong): Likewise.
26199 (main): Don't print noXFails and noXPasses.
26200 * math/gen-libm-test.pl (top level): Don't mention expected
26201 failure handling in comment.
26202 (new_test): Don't handle expected failures.
26203 (parse_args): Don't mention expected failure handling in comment.
26204 (generate_testfile): Don't handle expected failures.
26205 (parse_ulps): Likewise.
26206 (print_ulps_file): Likewise.
26207 (get_failure): Remove function.
26208 (output_test): Don't handle expected failures.
26209 * make/README.libm-test: Don't mention expected failure handling.
26210
a7548d41
JM
26211 * math/libm-test.inc (plus_zero): Make const. Add initializer.
26212 (minus_zero): Likewise.
26213 (plus_infty): Likewise.
26214 (minus_infty): Likewise.
26215 (qnan_value): Likewise.
26216 (max_value): Likewise.
26217 (min_value): Likewise.
26218 (min_subnorm_value): Likewise.
26219 (initialize): Do not initialize those variables dynamically.
26220
60bfd54c
RM
262212013-05-03 Roland McGrath <roland@hack.frob.com>
26222
cc0e6ed8
RM
26223 * io/open.c (__open_2): Moved to ...
26224 * io/open_2.c: ... this new file.
26225 * io/open64.c (__open64_2): Moved to ...
26226 * io/open64_2.c: ... this new file.
26227 * io/openat.c (__openat_2): Moved to ...
26228 * io/openat_2.c: ... this new file.
26229 * io/openat64.c (__openat64_2): Moved to ...
26230 * io/openat64_2.c: ... this new file.
26231 * io/Makefile (routines): Add them.
26232 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26233 * sysdeps/unix/sysv/linux/open_2.c: File removed.
26234 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26235 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26236 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26237 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26238 (__openat64): Add hidden_ver.
26239 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26240 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26241
60bfd54c
RM
26242 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26243 Separately conditionalize setting of GLRO(dl_sysinfo) so
26244 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26245 as well, but the actual setting is only under [NEED_DL_SYSINFO].
26246
83e7640f
AZ
262472013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26248
26249 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26250 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26251 definition.
26252 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26253 * sysdeps/unix/sysv/linux/powerpc/init-first.c
26254 (_libc_vdso_platform_setup): Add __vdso_time initialization.
26255 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26256 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26257
d5dc2af3
JM
262582013-05-03 Joseph Myers <joseph@codesourcery.com>
26259
c31a5b1e
JM
26260 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26261 test signgam value.
26262
d5dc2af3
JM
26263 * math/libm-test.inc (hypot_test): Do not use
26264 IGNORE_ZERO_INF_SIGN.
26265
164fd39d
AJ
262662013-05-03 Andreas Jaeger <aj@suse.de>
26267
26268 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26269 Linux 3.9.
26270 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26271 (PF_MAX): Adjust for VSOCK change.
26272
8237f48c
AZ
262732013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26274
26275 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26276
9df02941
CD
262772013-05-02 Carlos O'Donell <carlos@redhat.com>
26278
26279 [BZ #15264]
26280 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26281 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26282 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26283
d422395e
DM
262842013-05-02 David S. Miller <davem@davemloft.net>
26285
26286 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26287
a07c5731
OB
262882013-05-01 Ondřej Bílka <neleai@seznam.cz>
26289
26290 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26291
1324e37f
RM
262922013-05-01 Roland McGrath <roland@hack.frob.com>
26293
26294 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26295
0695940b
RS
262962013-05-01 Richard Smith <richard@metafoo.co.uk>
26297
bb5f27ad 26298 [BZ #14952]
0695940b
RS
26299 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26300 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26301 Use __attribute__ ((__gnu_inline__)).
26302 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26303 Don't use __attribute__ ((__gnu_inline__)).
26304
10de07f5
JM
263052013-05-01 Joseph Myers <joseph@codesourcery.com>
26306
26307 [BZ #15423]
26308 * math/s_catan.c (__catan): Handle small real or imaginary part of
26309 input specially to avoid spurious underflow.
26310 * math/s_catanf.c (__catanf): Likewise.
26311 * math/s_catanh.c (__catanh): Likewise.
26312 * math/s_catanhf.c (__catanhf): Likewise.
26313 * math/s_catanhl.c (__catanhl): Likewise.
26314 * math/s_catanl.c (__catanl): Likewise.
26315 * math/libm-test.inc (catan_test): Add more tests.
26316 (catanh_test): Likewise.
26317 * sysdeps/i386/fpu/libm-test-ulps: Update.
26318 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26319
cb4d5414
AZ
263202013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26321
26322 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26323
caf84319
JM
263242013-04-30 Joseph Myers <joseph@codesourcery.com>
26325
26326 [BZ #15416]
26327 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26328 accurately for denominator in atan2.
26329 * math/s_catanf.c (__catanf): Likewise.
26330 * math/s_catanh.c (__catanh): Likewise.
26331 * math/s_catanhf.c (__catanhf): Likewise.
26332 * math/s_catanhl.c (__catanhl): Likewise.
26333 * math/s_catanl.c (__catanl): Likewise.
26334 * math/libm-test.inc (catan_test): Add more tests.
26335 (catanh_test): Likewise.
26336 * sysdeps/i386/fpu/libm-test-ulps: Update.
26337 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26338
d569c6ee
SP
263392013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
26340
6dbe713d
SP
26341 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26342
f0ee064b
SP
26343 * benchtests/Makefile (bench): Remove slow benchmarks.
26344 * benchtests/atan-inputs: Add slow benchmark inputs.
26345 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26346 (BENCH_FUNC): Accept variant offset.
26347 (VARIANT): Define.
26348 * benchtests/bench-skeleton.c (main): Run benchmark for each
26349 variant.
26350 * benchtests/cos-inputs: Add slow benchmark inputs.
26351 * benchtests/exp-inputs: Likewise.
26352 * benchtests/pow-inputs: Likewise.
26353 * benchtests/sin-inputs: Likewise.
26354 * benchtests/slowatan-inputs: Remove.
26355 * benchtests/slowatan.c: Remove.
26356 * benchtests/slowcos-inputs: Remove.
26357 * benchtests/slowcos.c: Remove.
26358 * benchtests/slowexp-inputs: Remove.
26359 * benchtests/slowexp.c: Remove.
26360 * benchtests/slowpow-inputs: Remove.
26361 * benchtests/slowpow.c: Remove.
26362 * benchtests/slowsin-inputs: Remove.
26363 * benchtests/slowsin.c: Remove.
26364 * benchtests/slowtan-inputs: Remove.
26365 * benchtests/slowtan.c: Remove.
26366 * benchtests/tan-inputs: Add slow benchmark inputs.
26367 * scripts/bench.pl: Parse comments and directives.
26368
d569c6ee
SP
26369 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
26370 in CPPFLAGS.
26371 ($(objpfx)bench-%.c): Remove *-ITER.
26372 * benchtests/bench-modf.c: Remove definition of ITER.
26373 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26374 (main): Loop for DURATION seconds instead of fixed number of
26375 iterations.
26376 * scripts/bench.pl: Don't expect iterations in parameters.
26377
a6a242fe
RM
263782013-04-29 Roland McGrath <roland@hack.frob.com>
26379
26380 * io/fchdir.c (__fchdir): Renamed from fchdir.
26381 (fchdir): Define as weak alias.
26382
f2da7793
JM
263832013-04-29 Joseph Myers <joseph@codesourcery.com>
26384
26385 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26386 (ERRNO_EDOM): Likewise.
26387 (ERRNO_ERANGE): Likewise.
26388 (noErrnoTests): New variable.
26389 (init_max_error): Set errno to 0.
26390 (test_single_errno): New function.
26391 (test_errno): Likewise.
26392 (check_float_internal): Call test_errno. Set errno to 0.
26393 (check_complex): Refer to errno tests in comment.
26394 (check_int): Call test_errno. Set errno to 0.
26395 (check_long): Likewise.
26396 (check_bool): Likewise.
26397 (check_longlong): Likewise.
26398 (cos_test): Use ERRNO_* flags for errno tests instead of
26399 check_int.
26400 (expm1_test): Likewise.
26401 (fmod_test): Likewise.
26402 (ilogb_test): Likewise.
26403 (lgamma_test): Likewise.
26404 (pow_test): Likewise.
26405 (remainder_test): Likewise.
26406 (sin_test): Likewise.
26407 (tan_test): Likewise.
26408 (yn_test): Likewise.
26409 (initialize): Set errno to 0.
26410 (main): Print number of errno tests.
26411 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26412
b1a36ceb
AJ
264132013-04-29 Andreas Jaeger <aj@suse.de>
26414
c3ed8088
AJ
26415 [BZ #15084]
26416 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26417 and RES_USEVC.
26418
f1a24198
AJ
26419 [BZ #15085]
26420 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26421 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26422 unimplemented.
26423
9ce3b2cb
AJ
26424 [BZ #15380]
26425 * stdlib/random.c (__initstate): Return NULL if
26426 __initstate fails.
26427
f1a24198 26428 [BZ #15086]
b1a36ceb
AJ
26429 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26430 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26431 RES_SNGLKUPREOP.
26432
7e7b6f36
AZ
264332013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26434
26435 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26436
4d14f449
JM
264372013-04-29 Joseph Myers <joseph@codesourcery.com>
26438
26439 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26440 of individual tests.
26441 (casin_test): Likewise.
26442 (casinh_test): Likewise.
26443
5b4217d7
JM
264442013-04-27 Joseph Myers <joseph@codesourcery.com>
26445
26446 [BZ #15409]
26447 * math/s_catan.c (__catan): Handle arguments with large real or
26448 imaginary part separately without squaring.
26449 * math/s_catanf.c (__catanf): Likewise.
26450 * math/s_catanh.c (__catanh): Likewise.
26451 * math/s_catanhf.c (__catanhf): Likewise.
26452 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26453 and redefine.
26454 (__catanhl): Handle arguments with large real or imaginary part
26455 separately without squaring.
26456 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26457 and redefine.
26458 (__catanl): Handle arguments with large real or imaginary part
26459 separately without squaring.
26460 * math/libm-test.inc (catan_test): Add more tests.
26461 (catanh_test): Likewise.
26462 * sysdeps/i386/fpu/libm-test-ulps: Update.
26463 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26464
4220c3ef
AJ
264652013-04-27 Andreas Jaeger <aj@suse.de>
26466
26467 [BZ #15007]
26468 * stdlib/stdlib.h: Update guards for qecvt.
26469 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26470 <stdlib.h>.
26471
4721b2d1
AM
264722013-04-27 Allan McRae <allan@archlinux.org>
26473
26474 * sysdeps/i386/fpu/libm-test-ulps: Update.
26475
f0302940
JM
264762013-04-26 Joseph Myers <joseph@codesourcery.com>
26477
9457fd95
JM
26478 [BZ #15406]
26479 * math/s_catan.c: Include <float.h>.
26480 (__catan): Ensure underflow exception occurs for underflowed
26481 result.
26482 * math/s_catanf.c: Include <float.h>.
26483 (__catanf): Ensure underflow exception occurs for underflowed
26484 result.
26485 * math/s_catanh.c: Include <float.h>.
26486 (__catanh): Ensure underflow exception occurs for underflowed
26487 result.
26488 * math/s_catanhf.c: Include <float.h>.
26489 (__catanhf): Ensure underflow exception occurs for underflowed
26490 result.
26491 * math/s_catanhl.c: Include <float.h>.
26492 (__catanhl): Ensure underflow exception occurs for underflowed
26493 result.
26494 * math/s_catanl.c: Include <float.h>.
26495 (__catanl): Ensure underflow exception occurs for underflowed
26496 result.
26497 * math/libm-test.inc (catan_test): Add more tests.
26498 (catanh_test): Likewise.
26499
f0302940
JM
26500 [BZ #15405]
26501 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26502 underflowed result.
26503 * math/s_ccoshf.c (__ccoshf): Likewise.
26504 * math/s_ccoshl.c (__ccoshl): Likewise.
26505 * math/s_csin.c (__csin): Likewise.
26506 * math/s_csinf.c (__csinf): Likewise.
26507 * math/s_csinh.c (__csinh): Likewise.
26508 * math/s_csinhf.c (__csinhf): Likewise.
26509 * math/s_csinhl.c (__csinhl): Likewise.
26510 * math/s_csinl.c (__csinl): Likewise.
26511 * math/libm-test.inc (ccos_test): Add more tests.
26512 (ccosh_test): Likewise.
26513 (csin_test): Likewise.
26514 (csinh_test): Likewise.
26515
aa630f59
AZ
265162013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26517
26518 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26519 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26520 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26521 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26522 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26523 powerpc/power5+/fpu folders.
26524 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26525
26526
1b835983
MT
265272013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
26528
26529 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26530
73709b26
JM
265312013-04-25 Joseph Myers <joseph@codesourcery.com>
26532
26533 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26534 additions to variable.
26535 [$(config-machine) = x86_64] (modules-names): Likewise.
26536 ($(objpfx)tst-audit3): Remove dependency.
26537 ($(objpfx)tst-audit3.out): Likewise.
26538 ($(objpfx)tst-audit4): Likewise.
26539 ($(objpfx)tst-audit4.out): Likewise.
26540 ($(objpfx)tst-audit5): Likewise.
26541 ($(objpfx)tst-audit5.out): Likewise.
26542 ($(objpfx)tst-audit6): Likewise.
26543 ($(objpfx)tst-audit6.out): Likewise.
26544 ($(objpfx)tst-audit7): Likewise.
26545 ($(objpfx)tst-audit7.out): Likewise.
26546 (tst-audit3-ENV): Remove variable.
26547 (tst-audit4-ENV): Likewise.
26548 (tst-audit5-ENV): Likewise.
26549 (tst-audit6-ENV): Likewise.
26550 (tst-audit7-ENV): Likewise.
26551 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26552 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26553 addition to variable.
26554 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26555 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26556 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26557 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26558 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26559 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26560 tst-audit3, tst-audit4 and tst-audit5.
26561 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26562 tst-audit6 and tst-audit7.
26563 [$(subdir) = elf] (modules-names): Add audit modules for those
26564 tests.
26565 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26566 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26567 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26568 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26569 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26570 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26571 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26572 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26573 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26574 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26575 [$(subdir) = elf] (tst-audit3-ENV): New variable.
26576 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26577 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26578 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26579 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26580 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26581 Likewise.
26582 [$(subdir) = elf && $(config-cflags-avx) = yes]
26583 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26584 [$(subdir) = elf && $(config-cflags-avx) = yes]
26585 (CFLAGS-tst-auditmod4a.c): Likewise.
26586 [$(subdir) = elf && $(config-cflags-avx) = yes]
26587 (CFLAGS-tst-auditmod4b.c): Likewise.
26588 [$(subdir) = elf && $(config-cflags-avx) = yes]
26589 (CFLAGS-tst-auditmod6b.c): Likewise.
26590 [$(subdir) = elf && $(config-cflags-avx) = yes]
26591 (CFLAGS-tst-auditmod6c.c): Likewise.
26592 [$(subdir) = elf && $(config-cflags-avx) = yes]
26593 (CFLAGS-tst-auditmod7b.c): Likewise.
26594 * elf/tst-audit3.c: Move to ...
26595 * sysdeps/x86_64/tst-audit3.c: ... here.
26596 * elf/tst-audit4.c: Move to ...
26597 * sysdeps/x86_64/tst-audit4.c: ... here.
26598 * elf/tst-audit5.c: Move to ...
26599 * sysdeps/x86_64/tst-audit5.c: ... here.
26600 * elf/tst-audit6.c: Move to ...
26601 * sysdeps/x86_64/tst-audit6.c: ... here.
26602 * elf/tst-audit7.c: Move to ...
26603 * sysdeps/x86_64/tst-audit7.c: ... here.
26604 * elf/tst-auditmod3a.c: Move to ...
26605 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26606 * elf/tst-auditmod3b.c: Move to ...
26607 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26608 * elf/tst-auditmod4a.c: Move to ...
26609 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26610 * elf/tst-auditmod4b.c: Move to ...
26611 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26612 * elf/tst-auditmod5a.c: Move to ...
26613 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26614 * elf/tst-auditmod5b.c: Move to ...
26615 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26616 * elf/tst-auditmod6a.c: Move to ...
26617 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26618 * elf/tst-auditmod6b.c: Move to ...
26619 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26620 * elf/tst-auditmod6c.c: Move to ...
26621 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26622 * elf/tst-auditmod7a.c: Move to ...
26623 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26624 * elf/tst-auditmod7b.c: Move to ...
26625 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26626
1ef74943
PP
266272013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
26628
26629 [BZ #15366]
26630 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26631 define unconditionally.
26632 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26633 define unconditionally.
26634 (INT8_C, INT16_C, etc.): Likewise.
26635
93fd48c5
MR
266362013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
26637
ae9552cf
MR
26638 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26639 __ehdr_start with hidden visibility.
26640
93fd48c5
MR
26641 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26642
418601aa
CD
266432013-04-24 Carlos O'Donell <carlos@redhat.com>
26644
26645 * math/libm-test.inc (cos_test): Use accurate hex constants.
26646 (sincost_test): Likewise.
26647
2f38fbfe
JM
266482013-04-24 Joseph Myers <joseph@codesourcery.com>
26649
5e221800
JM
26650 * math/libm-test.inc (catan_test): Add more tests.
26651 (catanh_test): Likewise.
26652
77f143fd
JM
26653 * math/s_catanf.c (__catanf): Use suffixed floating-point
26654 constants.
26655 * math/s_catanhf.c (__catanhf): Likewise.
26656 * math/s_catanhl.c (__catanhl): Likewise.
26657 * math/s_catanl.c (__catanl): Likewise.
26658
2f38fbfe
JM
26659 [BZ #15394]
26660 * math/s_catan.c (__catan): Calculate imaginary part of result
26661 with log1p not log unless computing log of number close to 0.
26662 * math/s_catanf.c (__catanf): Likewise.
26663 * math/s_catanl.c (__catanl): Likewise.
26664 * math/s_catanh.c (__catanh): Calculate real part of result with
26665 log1p not log unless computing log of number close to 0.
26666 * math/s_catanhf.c (__catanhf): Likewise.
26667 * math/s_catanhl.c (__catanhl): Likewise.
26668 * math/libm-test.inc (catan_test): Add more tests.
26669 (catanh_test): Likewise.
26670 * sysdeps/i386/fpu/libm-test-ulps: Update.
26671 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26672
45d69176
SP
266732013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26674
26675 * benchtests/Makefile: Mention files in which fast and slow
26676 paths of math functions are implemented.
26677
87f51853
RM
266782013-04-23 Roland McGrath <roland@hack.frob.com>
26679
26680 * sysdeps/posix/timespec_get.c: New file.
26681
3c026539
AZ
266822013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26683
26684 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26685 POWER.
26686 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26687 for POWER.
26688 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26689 powerpc/power5/fpu folders.
26690 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26691 * benchtests/Makefile: Add modf testcase.
26692 * benchtests/bench-modf.c: New file: Benchmark test for mo
26693
ff491d14
SP
266942013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
26695
26696 [BZ #14888]
26697 * time/Makefile (tests): Add tst-strptime-whitespace.
26698 * time/strptime_l.c (get_number): Use ISSPACE.
26699 (__strptime_internal): Likewise.
26700 * time/tst-strptime-whitespace.c: New test case.
26701
7ed3f4e8
AS
267022013-04-23 Andreas Schwab <schwab@linux-m68k.org>
26703
26704 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26705 member.
26706 (_nss_files_init): Set it here.
26707
5c95f7b6
HC
267082013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
26709
26710 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26711 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26712 unsigned.
26713
d34c9158
JBG
267142013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
26715
26716 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26717
2169712d
SP
267182013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
26719
26720 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26721 size just once.
26722
29c5de99
DM
267232013-04-21 David S. Miller <davem@davemloft.net>
26724
26725 * po/ru.po: Update Russion translation from translation project.
26726
ccdad15d
AC
267272013-04-17 Adam Conrad <adconrad@0c3.net>
26728
26729 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26730 and setfsgid.
26731
0f122b8d
CD
267322013-04-17 Carlos O'Donell <carlos@redhat.com>
26733
5c5b07da 26734 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 26735 * configure: Regenerate.
5c5b07da 26736 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
26737 Add example to error message.
26738 * sysdeps/i386/configure: Regenerate.
26739
037714dd
SP
267402013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26741
26742 * benchtests/Makefile (bench): Add cos, tan, slowcos and
26743 slowtan.
26744 * benchtests/cos-inputs: New file.
26745 * benchtests/slowcos-inputs: New file.
26746 * benchtests/slowcos.c: New file.
26747 * benchtests/slowtan-inputs: New file.
26748 * benchtests/slowtan.c: New file.
26749 * benchtests/tan-inputs: New file.
26750
e913141d
RM
267512013-04-16 Roland McGrath <roland@hack.frob.com>
26752
26753 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26754 considered kosher.
26755
a2964074
SP
267562013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26757
4856bcd2
SP
26758 * benchtests/Makefile: Include cppflags-iterator.mk to add
26759 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26760
a2964074
SP
26761 * Makefile.in (bench-clean): New target.
26762 * benchtests/Makefile (bench-clean): Likewise.
26763
9fbf9aca
DH
267642013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
26765
26766 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26767
207d1e2a
TS
267682013-04-15 Thomas Schwinge <thomas@codesourcery.com>
26769
26770 * stdio-common/tstdiomisc.c: Fix coding-style violation.
26771
306dfba9
AS
267722013-04-15 Andreas Schwab <schwab@suse.de>
26773
26774 * nscd/grpcache.c (cache_addgr): Properly check for short write.
26775 * nscd/initgrcache.c (addinitgroupsX): Likewise.
26776 * nscd/pwdcache.c (cache_addpw): Likewise.
26777 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
26778 more than recsize.
26779
206a6699
SP
267802013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26781
26782 * benchtests/Makefile (bench): Write all output to
26783 bench-out.tmp together.
26784
0582f6b3
AS
267852013-04-15 Andreas Schwab <schwab@suse.de>
26786
26787 * nscd/nscd.c (main): Don't fork again after closing files.
26788
acb4325f
SP
267892013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26790
5cb26d0a
SP
26791 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26792
acb4325f
SP
26793 * benchtests/Rules (bench-deps): Collect dependencies into a
26794 single variable. Add Makefile to dependencies.
26795 ($(objpfx)bench-%.c): Depend on bench-deps.
26796
47792506
RM
267972013-04-12 Roland McGrath <roland@hack.frob.com>
26798 Xavier Roche <roche+kml2@exalead.com>
26799
26800 [BZ #15361]
26801 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26802 just that it's a file descriptor.
26803 * manual/llio.texi (Synchronizing AIO Operations): Update description
26804 for EBADF error from aio_fsync.
26805
8fc1bee5
SP
268062013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26807
26808 * Rules (bench): Move target definition...
26809 * benchtests/Makefile: ... here.
26810
aba5e333
CD
268112013-04-11 Carlos O'Donell <carlos@redhat.com>
26812
26813 * math/libm-test.inc (cos_test): Fix PI/2 test.
26814 (sincos_test): Likewise.
26815 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26816 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26817
273cdee8
AS
268182013-04-11 Andreas Schwab <schwab@suse.de>
26819
6ecec3b6
AS
26820 [BZ #13988]
26821 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26822 accept exponent character only when digits were seen.
26823 * stdio-common/Makefile (tests): Add bug26.
26824 * stdio-common/bug26.c: New file.
26825
273cdee8
AS
26826 [BZ #14293]
26827 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26828 non-freeable.
26829
8da491f5
SP
268302013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26831
01dc6df9
SP
26832 * Makeconfig (rtld-prefix): Define built linker prefix.
26833 * Rules (run-bench): Use it.
26834 * math/Makefile (run-regen-ulps): Likewise.
26835
8da491f5
SP
26836 * Rules (bench): Remove eval.
26837
abe7f530
SP
268382013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26839 Roland McGrath <roland@hack.frob.com>
26840 Ondrej Bilka <neleai@seznam.cz>
26841
26842 [BZ #15346]
26843 * time/getdate.c: Include ctype.h and alloca.h.
26844 (__getdate_r): Trim leading and trailing spaces of input.
26845 * time/tst-getdate.c (tests): Add tests with leading and
26846 trailing spaces.
26847
61c23e62
RM
268482013-04-08 Roland McGrath <roland@hack.frob.com>
26849
26850 [BZ #14280]
26851 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26852 when computing value.
26853
7208a313
CD
268542013-04-06 Carlos O'Donell <carlos@redhat.com>
26855
085b2d41
CD
26856 * math/README.libm-test (How can I generate "libm-test-ulps"?):
26857 Use testrun.sh to run libm tests.
26858
7208a313
CD
26859 [BZ #15309]
26860 * elf/dl-open.c (dl_open_worker): memset all of seen array.
26861
872c0acd
MM
268622013-04-06 Marko Myllynen <myllynen@redhat.com>
26863
26864 [BZ #15264]
26865 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26866
26510bdd
CD
268672013-04-06 Carlos O'Donell <carlos@redhat.com>
26868
26869 * Makefile.in (regen-ulps): New target.
26870 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26871 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26872 [ifneq (no,$(PERL)] (regen-ulps): New target.
26873 [ifeq (no,$(PERL)] (regen-ulps): New target.
26874 * math/libm-test.inc (ulps_file_name): Define.
26875 (output_dir): New variable.
26876 (options): Add "output-dir" option.
26877 (parse_opt): Handle 'o' case.
26878 (main): If output_dir is non-NULL use it as a prefix
26879 otherwise use "".
26880 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26881
a01f19c8
CD
268822013-04-06 Carlos O'Donell <carlos@redhat.com>
26883
26884 [BZ #10060, #10062]
26885 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26886 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26887 fail configure if __sync_val_compare_and_swap is not inlined.
26888 * sysdeps/i386/configure: Regenerate.
26889 * configure.in: Build for i686 when configured for i386.
26890 * configure: Regenerate.
26891 * README: Remove i386 reference.
26892
b7a329a5
CD
268932013-04-06 Carlos O'Donell <carlos@redhat.com>
26894
26895 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26896 * sysdeps/s390/s390-64/sysdep.h: Likewise.
26897
bf0f50df
TS
268982013-04-05 Thomas Schwinge <thomas@codesourcery.com>
26899
ee091edf
TS
26900 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26901 (lmsnanval): New variables.
26902 (F): Add conversion tests.
26903 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26904 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26905
a8b792d6
TS
26906 * stdio-common/tstdiomisc.c (F): Properly collect individual
26907 tests' results.
26908
a1cbf437
TS
26909 [BZ #14686, #15336]
26910 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26911 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26912 Instead, use input NaN values or generate a qNaN by arithmetic
26913 operation. Also fix bugs to comply with the standard.
26914 * math/libm-test.inc (remainder_test): Add more tests.
26915
8b43a0c9
TS
26916 [BZ #15335, #15342]
26917 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26918 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26919 input NaN values or generate a qNaN by arithmetic operation.
26920
d91da4ce
TS
26921 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26922 unreachable code.
26923
bf0f50df
TS
26924 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26925 definitions.
26926
05e166c8
JM
269272013-04-03 Joseph Myers <joseph@codesourcery.com>
26928
26929 [BZ #14478]
26930 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26931 underflowed result.
26932 * math/s_cexpf.c (__cexpf): Likewise.
26933 * math/s_cexpl.c (__cexpl): Likewise.
26934 * math/libm-test.inc (cexp_test): Add more tests.
26935
1cef1b19
AS
269362013-04-03 Andreas Schwab <schwab@suse.de>
26937
26938 [BZ #15330]
26939 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26940 order arrays from heap if bigger than alloca cutoff.
26941
74d87055
TS
269422013-04-03 Thomas Schwinge <thomas@codesourcery.com>
26943
26944 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26945 (SNAN_TESTS_double): Refer to GCC PR56831.
26946 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26947 GCC PR56828.
26948
d755bba4
SP
269492013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
26950
90d5d5bb
SP
26951 * Rules (bench): Move bench.out after the run is complete.
26952
73e0cd5d
SP
26953 * Rules (bench): Echo currently running benchmark.
26954
64aabd4b
SP
26955 * benchtests/Makefile (bench): Add atan and slowatan.
26956 * benchtests/atan-inputs: New file.
26957 * benchtests/slowatan-inputs: New file.
26958 * benchtests/slowatan.c: New file.
26959
c871eccd
SP
26960 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26961 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26962 its value.
26963
d755bba4
SP
26964 [BZ #15305]
26965 * sysdeps/unix/sysv/linux/kernel-features.h
26966 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26967 __ASSUME_XFS_RESTRICTED_CHOWN.
26968 * sysdeps/unix/sysv/linux/pathconf.c
26969 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26970 Save and restore errno.
26971
52ce4860
JM
269722013-04-02 Joseph Myers <joseph@codesourcery.com>
26973
26974 [BZ #15327]
26975 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26976 arguments using __kernel_casinh.
26977 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26978 arguments using __kernel_casinhf.
26979 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26980 arguments using __kernel_casinhl.
26981 * math/libm-test.inc (cacosh_test): Add more tests.
26982 * sysdeps/i386/fpu/libm-test-ulps: Update.
26983 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26984
81f311c2
SP
269852013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
26986
e7906a47
SP
26987 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26988 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26989
92e3664b
SP
26990 * bench/Makefile (bench): Add sin and slowsin.
26991 * benchtests/sin-inputs: New file.
26992 * benchtests/slowsin-inputs: New file.
26993 * benchtests/slowsin.c: New file.
26994
81f311c2
SP
26995 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26996 (bench): Add slowexp and slowpow.
26997 (exp-ITER): Increase iterations.
26998 (pow-ITER): Likewise.
26999 * benchtests/exp-inputs: Change input.
27000 * benchtests/pow-inputs: Likewise.
27001 * benchtests/slowexp-inputs: New file.
27002 * benchtests/slowexp.c: New file.
27003 * benchtests/slowpow-inputs: New file.
27004 * benchtests/slowpow.c: New file.
27005
ab0f1aa9
AZ
270062013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27007
27008 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27009 instructions.
27010 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27011 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27012 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27013 * benchtests/Makefile: Add rint benchtest.
27014 * benchtests/rint-inputs: Input for rint benchtest.
27015
57267616
TS
270162013-04-02 Thomas Schwinge <thomas@codesourcery.com>
27017
27018 * Versions.def (libm): Add GLIBC_2.18.
27019 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27020 hidden libm prototypes.
27021 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27022 * math/Makefile (libm-calls): Add s_issignaling.
27023 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27024 __issignalingf, __issignalingl. Adjust all libm.abilist files.
27025 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27026 declaration.
27027 * math/math.h [__USE_GNU] (issignaling): New macro.
27028 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27029 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27030 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27031 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27032 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27033 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27034 * manual/arith.texi (issignaling): New section.
27035 * manual/libm-err-tab.pl (@all_functions): Update comment.
27036 * math/gen-libm-test.pl (parse_args): Apply special handling for
27037 issignaling.
27038 * math/libm-test.inc (print_float, issignaling_test): New
27039 functions.
27040 (check_float_internal): Add issignaling checks.
27041 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27042 default definition.
27043 * sysdeps/powerpc/math-tests.h: New file.
27044 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27045 tests.
27046 * math/test-snan.c (TEST_FUNC): Likewise.
27047
6142896d
DM
270482013-03-30 David S. Miller <davem@davemloft.net>
27049
27050 * po/de.po: Update from translation team.
27051
ccc8cadf
JM
270522013-03-30 Joseph Myers <joseph@codesourcery.com>
27053
27054 [BZ #10357]
27055 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27056 imaginary part less than 1.0 and real part less than 0.5
27057 specially.
27058 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27059 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27060 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27061 (cacos_test): Add more tests.
27062 (casin_test): Likewise.
27063 (casinh_test): Likewise.
27064 * sysdeps/i386/fpu/libm-test-ulps: Update.
27065 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27066
0f6a8d4b
SP
270672013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27068
0d1029de
SP
27069 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27070 ONE with its value.
27071
c2d94018
SP
27072 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27073 (__pow_mp): Replace ONE and MONE with their values.
27074 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27075 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27076 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27077 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27078 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27079 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27080
27ec37f1
SP
27081 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27082
a64d7e0e
SP
27083 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27084 (__pow_mp): Replace ZERO and MZERO with their values.
27085 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27086 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27087 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27088 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27089 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27090 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27091 (__sqr): Likewise.
27092
d26dd3eb
SP
27093 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27094
0f6a8d4b
SP
27095 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27096
e57b0c61
RM
270972013-03-28 Roland McGrath <roland@hack.frob.com>
27098
27099 * include/stdlib.h [!SHARED] (__call_tls_dtors):
27100 Declare with __attribute__ ((weak)).
27101 * stdlib/exit.c (__libc_atexit) [!SHARED]:
27102 Call __call_tls_dtors only if it's not NULL.
27103
356b3480
RM
271042013-03-28 Roland McGrath <roland@hack.frob.com>
27105
288f7d79
RM
27106 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27107 didn't do it already, then set _dl_phdr and _dl_phnum based on the
27108 magic __ehdr_start linker symbol if it's defined.
27109 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27110 them up here if it was already done.
27111
dc0a0263
RM
27112 * elf/dl-support.c (_dl_phdr): Make pointer to const.
27113 (_dl_aux_init): Use const in cast when setting it.
27114 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27115 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27116 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27117
3d3436ae
RM
27118 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27119 Declare them here.
27120 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27121 * csu/libc-tls.c: Nor here.
27122 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27123
356b3480
RM
27124 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27125 (__libc_message): Never call vsyslog.
27126
b0f1246a
AM
271272013-03-28 Alan Modra <amodra@gmail.com>
27128
27129 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27130 Define as empty.
27131 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27132 Likewise.
27133
fbbe2b9a
AZ
271342013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27135
27136 [BZ #15214]
27137 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27138 underflow.
27139 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27140
1728ab37
SP
271412013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27142
7a86be6e
SP
27143 [BZ #15304]
27144 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27145 Don't add gid passed as argument.
27146
1728ab37
SP
27147 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27148
3a7182a1
JM
271492013-03-27 Joseph Myers <joseph@codesourcery.com>
27150
27151 [BZ #15307]
27152 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27153 imaginary part between 1.0 and 1.5 and real part less than 0.5
27154 specially.
27155 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27156 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27157 * math/libm-test.inc (cacos_test): Add more tests.
27158 (casin_test): Likewise.
27159 (casinh_test): Likewise.
27160 * sysdeps/i386/fpu/libm-test-ulps: Update.
27161 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27162
6f2e90e7
SP
271632013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27164
5739f705
SP
27165 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27166 constants.
27167 (norm): Likewise.
27168 (denorm): Likewise.
27169 (__dbl_mp): Likewise.
27170 (add_magnitudes): Likewise.
27171 (sub_magnitudes): Likewise.
27172 (__add): Likewise.
27173 (__sub): Likewise.
27174 (__mul): Likewise.
27175 (__sqr): Likewise.
27176 (__inv): Likewise.
27177 (__dvd): Likewise.
27178
e375e83d
SP
27179 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27180 commented code.
27181 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27182 (__dubcos): Likewise.
27183 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27184 (__ieee754_acos): Likewise.
27185 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27186 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27187 (__exp1): Likewise.
27188 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27189 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27190 (log1): Likewise.
27191 (my_log2): Likewise.
27192 (checkint): Likewise.
27193 * sysdeps/ieee754/dbl-64/e_remainder.c
27194 (__ieee754_remainder): Likewise.
27195 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27196 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27197 (bsloww): Likewise.
27198 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27199
6f2e90e7
SP
27200 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27201 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27202 MANTISSA_STORE_T to store computations on mantissa. Use
27203 macros for rounding and division.
27204 (denorm): Likewise.
27205 (__dbl_mp): Likewise.
27206 (add_magnitudes): Likewise.
27207 (sub_magnitudes): Likewise.
27208 (__mul): Likewise.
27209 (__sqr): Likewise.
27210 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27211 powers of two in terms of TWOPOW macro.
27212 (mp_no): Make type of mantissa as MANTISSA_T.
27213 [!RADIXI]: Define RADIXI.
27214 [!TWO52]: Define TWO52.
27215 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27216
fce14d4e
AZ
272172013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27218
27219 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27220 llroundl symbol when building for PPC32.
27221
9ad027fb
MW
272222013-03-24 Mark H Weaver <mhw@netris.org>
27223
27224 * manual/arith.texi (Normalization Functions): Fix prototypes for
27225 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27226
e42a38dd
AZ
272272013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27228
27229 [BZ #13889]
27230 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27231 high value to check if expl overflow.
27232 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27233 to check for underflow and overflow.
27234 * math/libm-test.inc: Add exp test.
27235
2e0fb521
DL
272362013-03-21 Dmitry V. Levin <ldv@altlinux.org>
27237
27238 [BZ #11120]
27239 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27240 with NOT_IN_libc.
27241
b5784d95
AZ
272422013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27243
27244 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27245 symbol.
27246
5aa4a1a1
TS
272472013-03-21 Thomas Schwinge <thomas@codesourcery.com>
27248
bdef0be7
TS
27249 * math/gen-libm-test.pl (parse_args, special_functions): Properly
27250 wrap blocks consisting of several statements.
27251
5aa4a1a1
TS
27252 * sysdeps/generic/math-tests.h: New file.
27253 * sysdeps/i386/fpu/math-tests.h: Likewise.
27254 * math/test-snan.c: Include it.
27255 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27256
98c48fe5
JM
272572013-03-21 Joseph Myers <joseph@codesourcery.com>
27258
27259 [BZ #15285]
27260 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27261 (__ieee754_j0l): Do not improve calculations using cos of twice
27262 input for inputs above LDBL_MAX / 2.0L.
27263 (__ieee754_y0l): Likewise.
27264 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27265 (__ieee754_j1l): Do not improve calculations using cos of twice
27266 input for inputs above LDBL_MAX / 2.0L.
27267 (__ieee754_y1l): Likewise.
27268 * math/libm-test.inc (j0_test): Add another test.
27269 (j1_test): Likewise.
27270 (y0_test): Likewise.
27271 (y1_test): Likewise.
27272 * sysdeps/i386/fpu/libm-test-ulps: Update.
27273
3775a8bc
SP
272742013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27275
27276 * Rules ($(objpfx)bench-%.c): Include code from a C source
27277 file.
27278
0a1b2ae6
JM
272792013-03-21 Joseph Myers <joseph@codesourcery.com>
27280
27281 [BZ #15287]
27282 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27283 imaginary part 1.0 and real part less than 0.5 specially.
27284 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27285 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27286 * math/libm-test.inc (cacos_test): Add more tests.
27287 (casin_test): Likewise.
27288 (casinh_test): Likewise.
27289 * sysdeps/i386/fpu/libm-test-ulps: Update.
27290 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27291
b33d4ce4
SP
272922013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27293
27294 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27295 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27296
bef0b507
JM
272972013-03-20 Joseph Myers <joseph@codesourcery.com>
27298
27299 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27300 * config.make.in (config-cflags-sse4): Remove variable.
27301 (config-cflags-avx): Likewise.
27302 (config-cflags-sse2avx): Likewise.
27303 (config-cflags-novzeroupper): Likewise.
27304 (config-asflags-i686): Likewise.
27305 (have-mfma4): Likewise.
27306 (have-as-vis3): Likewise.
27307 (MIG): Likewise.
27308 * configure.in (MIG): Do not AC_SUBST.
27309 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27310 (libc_cv_cc_sse4): Do not AC_SUBST.
27311 (libc_cv_cc_avx): Likewise.
27312 (libc_cv_cc_sse2avx): Likewise.
27313 (libc_cv_cc_novzeroupper): Likewise.
27314 (libc_cv_cc_fma4): Likewise.
27315 (libc_cv_as_i686): Likewise.
27316 (libc_cv_sparc_as_vis3): Likewise.
27317 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27318 LIBC_CONFIG_VAR.
27319 (config-asflags-i686): Likewise.
27320 (config-cflags-avx): Likewise.
27321 (config-cflags-sse2avx): Likewise.
27322 (have-mfma4): Likewise.
27323 (config-cflags-novzeroupper): Likewise.
27324 * sysdeps/mach/configure.in (MIG): Likewise.
27325 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27326 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27327 LIBC_CONFIG_VAR.
27328 (config-cflags-avx): Likewise.
27329 (config-cflags-sse2avx): Likewise.
27330 (have-mfma4): Likewise.
27331 (config-cflags-novzeroupper): Likewise.
27332 * configure: Regenerated.
27333 * sysdeps/i386/configure: Likewise.
27334 * sysdeps/mach/configure: Likewise.
27335 * sysdeps/sparc/configure: Likewise.
27336 * sysdeps/x86_64/configure: Likewise.
27337
912cc4b3
RM
273382013-03-20 Roland McGrath <roland@hack.frob.com>
27339
27340 [BZ #14812]
27341 * locale/programs/localedef.c (options): Put N_ translation marker
27342 on argument names, not just descriptions.
27343
04eed2b0
MS
273442013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
27345
27346 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27347
a065ceff
OB
273482013-03-20 Ondřej Bílka <neleai@seznam.cz>
27349
9bb2a810 27350 [BZ #14176]
a065ceff
OB
27351 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27352
a600e5ce
RM
273532013-03-19 Roland McGrath <roland@hack.frob.com>
27354
27355 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27356 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27357 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27358 [!BEFORE_ABORT] (before_abort): New function.
27359 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27360 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27361 (writev_for_fatal): New function.
27362 (WRITEV_FOR_FATAL): New macro; call that.
27363 (backtrace_and_maps): New function.
27364 (BEFORE_ABORT): New macro; call that.
27365 (struct str_list): Type removed.
27366 (__libc_message, __libc_fatal): Functions removed.
27367 Include <sysdeps/posix/libc_fatal.c> instead.
27368
6b18bea6
JM
273692013-03-19 Joseph Myers <joseph@codesourcery.com>
27370
27371 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27372 constants.
27373 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27374 double constants.
27375
aaa8cb4b
AS
273762013-03-19 Andreas Schwab <schwab@suse.de>
27377
44673770
AS
27378 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27379 * sysdeps/gnu/configure: Regenerate.
27380
aaa8cb4b
AS
27381 * configure.in: Substitute libc_cv_rtlddir.
27382 * configure: Regenerate.
27383 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27384 * Makeconfig (rtlddir, inst_rtlddir): New variables.
27385 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27386 * elf/Makefile (install-others, CFLAGS-interp.c)
27387 (ldso_install, common-ldd-rewrite): Likewise.
27388 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27389 $(inst_slibdir)/$(rtld-installed-name).
27390 * scripts/rellns-sh: Add -p option.
27391 * Makerules (make-shlib-link): Use rellns-sh to get relative name
27392 for source.
27393
d3cfc668
SP
273942013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
27395
27396 * manual/nptl.texi: Renamed to ...
27397 * manual/threads.texi: ... this.
27398 * manual/Makefile (chapters): Update.
27399
0e2b9cdd
RM
274002013-03-18 Roland McGrath <roland@hack.frob.com>
27401
27402 [BZ #14812]
27403 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27404 on argument names, not just descriptions.
0e2b9cdd
RM
27405 * malloc/memusagestat.c (options): Likewise.
27406 * nss/getent.c (options): Likewise.
63270c24
RM
27407
274082013-03-18 Benno Schulenberg <bensberg@justemail.net>
27409
27410 [BZ #14812]
27411 * iconv/iconv_prog.c (options): Put N_ translation marker
27412 on argument names, not just descriptions.
27413 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 27414
b2e1393c
OB
274152013-03-18 Ondrej Bilka <neleai@seznam.cz>
27416
27417 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27418 implementation which is faster on all x86_64 architectures.
27419 Tested on AMD, Intel Nehalem, SNB, IVB.
27420 * sysdeps/x86_64/strnlen.S: Likewise.
27421
27422 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27423 Remove all multiarch strlen and strnlen versions.
27424 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27425 Remove strlen and strnlen related parts.
27426
27427 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27428 Inline strlen part.
27429 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27430
27431 * sysdeps/x86_64/multiarch/strlen.S: Remove.
27432 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27433 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27434 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27435 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27436 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27437
ec4ff04d
CD
274382013-03-17 Carlos O'Donell <carlos@redhat.com>
27439
27440 * manual/memory.texi (Malloc Tunable Parameters):
27441 Sort parameters alphabetically. Add comments for missing entries.
27442
cd18e90a
DM
274432013-03-17 David S. Miller <davem@davemloft.net>
27444
27445 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27446
2a185d32
JM
274472013-03-16 Joseph Myers <joseph@codesourcery.com>
27448
d2f9799e
JM
27449 [BZ #15283]
27450 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27451 for arguments at most half maximum finite value.
27452 * math/libm-test.inc (j0_test): Add more tests.
27453 (j1_test): Likewise.
27454 (y0_test): Likewise.
27455 (y1_test): Likewise.
27456 * sysdeps/i386/fpu/libm-test-ulps: Update.
27457 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27458
2a185d32
JM
27459 [BZ #14155]
27460 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27461 1 / x and functions P and Q for arguments above 0x1p256L.
27462 (__ieee754_y0l): Likewise.
27463 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27464 (__ieee754_y1l): Likewise.
27465 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27466 (j1_test): Likewise.
27467 (y0_test): Likewise.
27468 (y1_test): Likewise.
27469
6cbec759
TS
274702013-03-16 Thomas Schwinge <thomas@codesourcery.com>
27471
27472 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27473 variable.
27474
bc16e260
RM
274752013-03-15 Roland McGrath <roland@hack.frob.com>
27476
aefc9b8c
RM
27477 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27478 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27479 zero since it's initialized to EXEC_PAGESIZE.
27480
bc16e260
RM
27481 * sysdeps/unix/sysv/linux/ldsodefs.h
27482 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27483 * sysdeps/generic/ldsodefs.h: ... here.
27484
a57da955
TS
274852013-03-15 Thomas Schwinge <thomas@codesourcery.com>
27486
af00a34d
TS
27487 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27488
495ded2c
TS
27489 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27490 math/test-snan.c.
27491 * math/test-snan.c: Renamed from
27492 sysdeps/powerpc/fpu/test-powerpc-snan.c.
27493 * math/Makefile (tests): Add test-snan.
27494 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27495 test-powerpc-snan.
27496
777b0332
TS
27497 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27498 SUFFIX. Initialize qNaN_var with __builtin_nan family of
27499 functions.
27500 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
27501 __builtin_nan family of functions.
27502 * math/libm-test.inc (initialize): Initialize qnan_value with
27503 __builtin_nan family of functions.
27504 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27505 Remove variables.
27506 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27507 Remove functions.
27508 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
27509 storage class. Initialize qNaN_var and sNaN_var with
27510 __builtin_nan and __builtin_nans families of functions,
27511 respectively.
27512
64d063b8
TS
27513 * math/libm-test.inc (acosh_test): Also test with qNaN input.
27514 (sqrt_test): Remove duplicate test with qNaN input.
27515 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27516 (round_test, signbit_test, significand_test): Note missing +/-Inf
27517 as well as qNaN tests.
27518
67e971f1
TS
27519 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27520 qNaN_var. Fix a few strings, too.
27521 * math/libm-test.inc (nan_value): Rename to qnan_value.
27522 * math/gen-libm-test.pl (%beautify): Adjust to that.
27523 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27524 * math/test-misc.c (main): Likewise.
27525 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27526 to __qnan_bytes, and __qnan_union, respectively.
27527 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27528 Likewise.
27529 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27530 and lqnanval, respectively.
27531 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27532 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27533 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27534 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27535
64487e12
TS
27536 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27537 * math/test-misc.c (main) [__x86_64__]: Enable test for long
27538 doubles.
27539
e015e27b
TS
27540 * math/test-misc.c (main): Fix copy'n'pastos.
27541 * misc/tst-efgcvt.c (special): Likewise.
27542
a57da955
TS
27543 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27544 Remove declarations.
27545
1e380345
SP
275462013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27547
27548 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27549 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27550 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27551 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27552
ef26eece
AZ
275532013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27554
27555 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27556 macro to return vdso values correctly in IFUNC implementations.
27557 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27558 Optimization by using IFUNC.
27559
8cfdb7e0
SP
275602013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27561 Richard Henderson <rth@redhat.com>
27562 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27563
27564 * Makefile.in (bench): New target.
27565 * NEWS: Mention the benchmark framework.
27566 * Rules (bench): Likewise.
27567 (binaries-bench): Generate binaries for functions to
27568 benchmark.
27569 * benchtests/Makefile: New makefile for benchmark tests.
27570 * benchtests/bench-skeleton.c: New skeleton file for benchmark
27571 programs.
27572 * benchtests/exp-inputs: New input file for EXP function.
27573 * benchtests/pow-inputs: New input file for POW function.
27574 * scripts/bench.pl: New script to generate source files for
27575 benchmark programs.
27576
bcda9880
SP
275772013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27578
d22ca8cd
SP
27579 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27580 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27581 computations on mantissa. Use macros for rounding and
27582 division.
27583 (denorm): Likewise.
27584 (__dbl_mp): Likewise.
27585 (add_magnitudes): Likewise.
27586 (sub_magnitudes): Likewise.
27587 (__mul): Likewise.
27588 (__sqr): Likewise.
27589 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27590 powers of two in terms of TWOPOW macro.
27591 (mp_no): Make type of mantissa as MANTISSA_T.
27592 [!RADIXI]: Define RADIXI.
27593 [!TWO52]: Define TWO52.
27594 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27595
bcda9880
SP
27596 * manual/nptl.texi (cindex): Modify threads to pthreads.
27597
06d5adfb
JM
275982013-03-15 Joseph Myers <joseph@codesourcery.com>
27599
27600 * sysdeps/x86_64/preconfigure: Regenerated.
27601
41c7328e
JM
276022013-03-14 Joseph Myers <joseph@codesourcery.com>
27603
27604 [BZ #14155]
27605 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27606 0x1p28 and above.
27607 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27608 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27609 0x1p28 and above.
27610 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27611 * math/libm-test.inc (j0_test): Do not allow one spurious
27612 underflow exception.
27613 (y1_test): Likewise.
27614
e25cfa60
SP
276152013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27616
0409959c
SP
27617 * manual/Makefile (chapters): Add nptl.
27618 * manual/debug.texi (Debugging Support): Add link to Threads
27619 chapter.
27620 * manual/nptl.texi: New file.
27621
e25cfa60
SP
27622 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27623
58a1335e
PB
276242013-03-14 Petr Baudis <pasky@ucw.cz>
27625
27626 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27627 for non-NULL pointer before the memory validity test. Pointed
27628 out by Holger Brunck <holger.brunck@keymile.com>.
27629
9dc7c64f
AS
276302013-03-13 Andreas Schwab <schwab@suse.de>
27631
27632 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27633 instead of .os.
27634
54206aa6
JM
276352013-03-13 Joseph Myers <joseph@codesourcery.com>
27636
27637 * timezone/zic.c: Update from tzcode 2013b.
27638
e98cdb38
CD
276392013-03-12 Carlos O'Donell <carlos@redhat.com>
27640
27641 * manual/install.texi (Configuring and compiling):
27642 Mention i686 and i586.
27643 * INSTALL: Regenerate.
27644
9967e003
RM
276452013-03-12 Roland McGrath <roland@hack.frob.com>
27646
27647 * sysdeps/init_array/elf-init.c: New file.
27648 * csu/elf-init.c
27649 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27650 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27651
27652 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27653 __gmon_start__ as global, but as static with a .preinit_array pointer.
27654 * sysdeps/init_array/gmon-start.c: New file. Use that.
27655 * sysdeps/init_array/crti.S: New file, empty except for comments.
27656 * sysdeps/init_array/crtn.S: Likewise.
27657
e6b5a293 276582013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
27659
27660 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27661 definining bcopy.
80f844c9
OB
27662 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27663 Remove Prefer_SSE_for_memop.
27664 * sysdeps/x86_64/multiarch/init-arch.h: Remove
27665 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27666 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
27667 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27668 memset-x86-64.
80f844c9 27669 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 27670 Remove bzero, memset ifunc support.
80f844c9
OB
27671 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27672 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27673 * sysdeps/x86_64/multiarch/memset.S: Likewise.
27674 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27675
fb6b0fcb
AS
276762013-03-11 Andreas Schwab <schwab@suse.de>
27677
27678 [BZ #15234]
27679 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27680 by SHLIB_COMPAT.
27681 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27682 (GLIBC_2.16): Remove pthread_atfork.
27683
3e6bd4b1
PP
276842013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
27685
27686 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27687 (ptestcases.h): Likewise.
27688
222d7f00
RM
276892013-03-08 Roland McGrath <roland@hack.frob.com>
27690
27691 * Makeconfig ($(common-objpfx)config.status): Depend on
27692 sysdeps/*/preconfigure{,.in} too.
27693
1ba4f030
JM
276942013-03-08 Joseph Myers <joseph@codesourcery.com>
27695
a222d91a
JM
27696 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27697 (__free_hook): Use void * instead of __malloc_ptr_t.
27698 (__malloc_hook): Likewise.
27699 (__realloc_hook): Likewise.
27700 (__memalign_hook): Likewise.
27701 (__after_morecore_hook): Likewise.
27702 * malloc/arena.c (save_malloc_hook): Likewise.
27703 (save_free_hook): Likewise.
27704 * malloc/hooks.c (malloc_hook_ini): Likewise.
27705 (realloc_hook_ini): Likewise.
27706 (memalign_hook_ini): Likewise.
27707 * malloc/malloc.c (malloc_hook_ini): Likewise.
27708 (realloc_hook_ini): Likewise.
27709 (memalign_hook_ini): Likewise.
27710 (__free_hook): Likewise.
27711 (__malloc_hook): Likewise.
27712 (__realloc_hook): Likewise.
27713 (__memalign_hook): Likewise.
27714 (__libc_malloc): Likewise.
27715 (__libc_free): Likewise.
27716 (__libc_realloc): Likewise.
27717 (__libc_memalign): Likewise.
27718 (__libc_valloc): Likewise.
27719 (__libc_pvalloc): Likewise.
27720 (__libc_calloc): Likewise.
27721 (__posix_memalign): Likewise.
27722 * malloc/morecore.c (__sbrk): Likewise.
27723 (__default_morecore): Likewise.
27724
5cc45e10
JM
27725 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27726
dd54b864
JM
27727 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27728 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27729 __malloc_ptrdiff_t.
27730
1ba4f030
JM
27731 * malloc/malloc.h (__malloc_size_t): Remove macro.
27732 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27733 __malloc_size_t.
27734 (old_memalign_hook): Likewise.
27735 (old_realloc_hook): Likewise.
27736 (struct hdr): Likewise.
27737 (flood): Likewise.
27738 (mallochook): Likewise.
27739 (memalignhook): Likewise.
27740 (reallochook): Likewise.
27741 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27742 (tr_old_realloc_hook): Likewise.
27743 (tr_old_memalign_hook): Likewise.
27744 (tr_mallochook): Likewise.
27745 (tr_reallochook): Likewise.
27746 (tr_memalignhook): Likewise.
27747
edf66e57
AZ
277482013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27749
27750 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27751 default_ldbl_pack and using as default implementation.
27752 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27753 implementation.
27754 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27755 redundant definition.
27756 (ldbl_insert_mantissa): Likewise.
27757 (ldbl_canonicalize): Likewise.
27758 (ldbl_nearbyint): Likewise.
27759 (ldbl_pack): Rename to ldbl_pack_ppc.
27760 (ldbl_unpack): Rename to ldbl_unpack_ppc.
27761 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27762 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27763
6d9145d8
SP
277642013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27765
27766 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27767 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27768 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27769 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27770 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27771 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27772 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27773 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27774
4dd4e157
AJ
277752013-03-07 Andreas Jaeger <aj@suse.de>
27776
27777 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27778 bits/mman-linux.h.
27779
adbb8027
SP
277802013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
27781
ce544b5b
SP
27782 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27783 Include mpa.h and declare __MPEXP.
27784 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27785 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27786 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27787 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27788 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27789 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27790 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27791
4cc149fd
SP
27792 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27793 (__slowpow): Use long double EXPL and LOGL functions to
27794 compute POW.
27795 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27796 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27797 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27798 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27799 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27800 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27801
e6ebd4a7
SP
27802 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27803 intermediate variable to calculate exponent.
27804 (__sqr): Likewise.
27805 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27806 Likewise.
27807 (__sqr): Likewise.
27808
82a9811d
SP
27809 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27810 [!NO__SQR]: Define __sqr.
27811 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27812 and NO__SQR. Remove all code except __mul and __sqr. Include
27813 sysdeps/ieee754/dbl-64/mpa.c.
27814 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27815
adbb8027
SP
27816 [BZ #12723]
27817 * posix/Makefile (tests): Add tst-pathconf.
27818 * posix/tst-pathconf.c: New test case.
27819 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27820 _PC_PIPE_BUF.
27821 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27822
39120df9
PF
278232013-03-06 Patsy Franklin <pfrankli@redhat.com>
27824
27825 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27826
67525cb8
AJ
278272013-03-06 Andreas Jaeger <aj@suse.de>
27828
664a9ce4
AJ
27829 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27830 definition via __MAP_ANONYMOUS.
27831
8e39047d
AJ
27832 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27833 it's not part of Linux headers.
27834
67525cb8
AJ
27835 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27836 (MAP_HUGE_MASK): Define.
27837
27838 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27839 Define.
27840 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27841 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27842 Define.
27843 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27844 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27845 Define.
27846 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27847 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27848 Define.
27849 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27850
27851 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27852 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27853 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27854 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27855 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27856 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27857
27858 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27859 Handle f2fs.
27860
27861 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27862 Handle f2fs and efivarfs.
27863
27864 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27865 f2fs.
27866
27867 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27868 (EFIVARFS_MAGIC): Add.
27869 (F2FS_LINK_MAX): Add.
27870
e1b42695
PP
278712013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
27872
27873 * stdio-common/vfprintf.c: Replace __builtin_expect with
27874 __glibc_unlikely.
27875
2d67d91a
JM
278762013-03-06 Joseph Myers <joseph@codesourcery.com>
27877
27878 [BZ #13550]
27879 * sysdeps/generic/bp-sym.h: Remove file.
27880 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27881 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27882 <bp-sym.h> and <bp-asm.h>.
27883 (__longjmp): Don't use BP_SYM.
27884 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27885 and <bp-asm.h>.
27886 (memcpy): Don't use BP_SYM.
27887 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27888 <bp-sym.h> and <bp-asm.h>.
27889 (memcpy): Don't use BP_SYM.
27890 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27891 <bp-asm.h>.
27892 (memcpy): Don't use BP_SYM.
27893 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27894 <bp-asm.h>.
27895 (memset): Don't use BP_SYM.
27896 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27897 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27898 (__bzero): Don't use BP_SYM.
27899 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27900 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27901 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27902 <bp-sym.h> and <bp-asm.h>.
27903 (memcmp): Don't use BP_SYM. Remove comment about bounded
27904 pointers.
27905 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27906 <bp-sym.h> and <bp-asm.h>.
27907 (memcpy): Don't use BP_SYM.
27908 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27909 <bp-sym.h> and <bp-asm.h>.
27910 (memset): Don't use BP_SYM.
27911 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27912 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27913 (__bzero): Don't use BP_SYM.
27914 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27915 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27916 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27917 <bp-sym.h> and <bp-asm.h>.
27918 (strncmp): Don't use BP_SYM. Remove comment about bounded
27919 pointers.
27920 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27921 <bp-sym.h> and <bp-asm.h>.
27922 (memcpy): Don't use BP_SYM.
27923 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27924 <bp-sym.h> and <bp-asm.h>.
27925 (memset): Don't use BP_SYM.
27926 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27927 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27928 (__bzero): Don't use BP_SYM.
27929 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27930 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27931 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27932 <bp-sym.h> and <bp-asm.h>.
27933 (__memchr): Don't use BP_SYM.
27934 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27935 <bp-sym.h> and <bp-asm.h>.
27936 (memcmp): Don't use BP_SYM. Remove comment about bounded
27937 pointers.
27938 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27939 <bp-sym.h> and <bp-asm.h>.
27940 (memcpy): Don't use BP_SYM.
27941 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27942 <bp-sym.h> and <bp-asm.h>.
27943 (__mempcpy): Don't use BP_SYM.
27944 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27945 <bp-sym.h> and <bp-asm.h>.
27946 (__memrchr): Don't use BP_SYM.
27947 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27948 <bp-sym.h> and <bp-asm.h>.
27949 (memset): Don't use BP_SYM.
27950 (__bzero): Likewise.
27951 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27952 <bp-sym.h> and <bp-asm.h>.
27953 (__rawmemchr): Don't use BP_SYM.
27954 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27955 <bp-sym.h> and <bp-asm.h>.
27956 (__STRCMP): Don't use BP_SYM.
27957 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27958 <bp-sym.h> and <bp-asm.h>.
27959 (strchr): Don't use BP_SYM.
27960 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27961 <bp-sym.h> and <bp-asm.h>.
27962 (__strchrnul): Don't use BP_SYM.
27963 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27964 <bp-sym.h> and <bp-asm.h>.
27965 (strlen): Don't use BP_SYM.
27966 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27967 <bp-sym.h> and <bp-asm.h>.
27968 (strncmp): Don't use BP_SYM. Remove comment about bounded
27969 pointers.
27970 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27971 <bp-sym.h> and <bp-asm.h>.
27972 (__strnlen): Don't use BP_SYM.
27973 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27974 <bp-sym.h> and <bp-asm.h>.
27975 (__GI__setjmp): Don't use BP_SYM.
27976 (_setjmp): Likewise.
27977 (__sigsetjmp): Likewise.
27978 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27979 (L(start_addresses)): Don't use BP_SYM.
27980 (_start): Likewise.
27981 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27982 <bp-asm.h>.
27983 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27984 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27985 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27986 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27987 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27988 <bp-asm.h>.
27989 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27990 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
27991 about bounded pointers.
27992 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27993 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27994 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27995 <bp-asm.h>.
27996 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
27997 about bounded pointers. Remove GKM FIXME comments.
27998 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27999 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28000 <bp-asm.h>.
28001 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28002 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
28003 Remove GKM FIXME comments.
28004 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28005 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28006 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28007 <bp-asm.h>.
28008 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
28009 about bounded pointers. Remove GKM FIXME comment.
28010 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28011 and <bp-asm.h>.
28012 (strncmp): Don't use BP_SYM. Remove comment about bounded
28013 pointers.
28014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28015 <bp-sym.h> and <bp-asm.h>.
28016 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28017 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28018 <bp-sym.h> and <bp-asm.h>.
28019 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
28020 comment.
28021
cdcf361f
PP
280222013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
28023
28024 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28025 call free(NULL).
28026
3c4a2b15
DM
280272013-03-05 David S. Miller <davem@davemloft.net>
28028
28029 * po/es.po: Update from translation team.
28030
cdcf361f 280312013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
28032
28033 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28034 <bits/mman-linux.h>.
28035 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28036 is fine.
28037 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28038 <bits/mman-linux.h> to end of file.
28039 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28040 is fine.
28041 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28042 <bits/mman-linux.h> to end of file.
28043 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28044 is fine.
28045 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28046 <bits/mman-linux.h> to end of file.
28047
28048 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28049 (MCL_CURRENT, MCL_FUTURE): Define here.
28050
5f67c04f
AK
280512013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28052
8a4473cc 28053 [BZ #15232]
5f67c04f
AK
28054 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28055 attribute_hidden.
28056 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28057
c3e94a95
AK
280582013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28059
28060 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28061 fourth parameter needed for rt_sigprocmask syscall.
28062 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28063 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28064 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28065 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28066 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28067 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28068
cfb6382a
JM
280692013-03-04 Joseph Myers <joseph@codesourcery.com>
28070
28071 [BZ #13550]
28072 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28073 comment about bounded pointers.
28074 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28075 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28076
539d8e01
AJ
280772013-03-04 Andreas Jaeger <aj@suse.de>
28078
28079 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28080 common definitions.
28081
28082 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28083 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28084 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28085 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28086 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
28087 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28088
2e167a70 280892013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
28090
28091 [BZ #15055]
28092 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28093 __ieee754_sqrl instead of __sqrl.
28094
68508633
JM
280952013-03-01 Joseph Myers <joseph@codesourcery.com>
28096
28097 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28098 * sysdeps/powerpc/fpu_control.h: ... here.
28099 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28100 * sysdeps/powerpc/bits/fenvinline.h: ... here.
28101 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28102 * sysdeps/powerpc/bits/mathinline.h: ... here.
28103
7775448e
RM
281042013-03-01 Roland McGrath <roland@hack.frob.com>
28105
28106 * elf/dl-hwcaps.c (_dl_important_hwcaps):
28107 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28108 to just [NEED_DL_SYSINFO_DSO].
28109 * elf/dl-support.c: Likewise.
28110 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28111 * elf/rtld.c (dl_main): Likewise.
28112 * elf/setup-vdso.h (setup_vdso): Likewise.
28113 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28114 * sysdeps/unix/sysv/linux/dl-sysdep.c
28115 (_dl_discover_osversion): Likewise.
28116
4e9b5995
CD
281172013-03-01 Carlos O'Donell <carlos@redhat.com>
28118
28119 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28120 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28121
e23872c8
SP
281222013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
28123
e5c74c63
SP
28124 * NEWS: Mention libm performance improvements and non-x86 PI
28125 futex support.
28126
e23872c8
SP
28127 * csu/libc-start.c (__pthread_initialize_minimal): Change
28128 function arguments.
28129 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28130
b5510883
JM
281312013-02-28 Joseph Myers <joseph@codesourcery.com>
28132
28133 [BZ #13550]
28134 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28135 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28136 <bp-sym.h> and <bp-asm.h>.
28137 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28138 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28139 and <bp-asm.h>.
28140 (memcpy): Don't use BP_SYM.
28141 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28142 <bp-asm.h>.
28143 (__mpn_add_n): Don't use BP_SYM.
28144 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28145 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28146 and <bp-asm.h>.
28147 (__mpn_addmul_1): Don't use BP_SYM.
28148 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28149 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28150 <bp-sym.h>.
28151 (_setjmp): Don't use BP_SYM.
28152 (__novmx_setjmp): Likewise.
28153 (__GI__setjmp): Likewise.
28154 (__vmx_setjmp): Likewise.
28155 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28156 <bp-sym.h>.
28157 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28158 (__bzero): Don't use BP_SYM.
28159 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28160 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28161 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28162 <bp-sym.h> and <bp-asm.h>.
28163 (memcpy): Don't use BP_SYM.
28164 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28165 <bp-sym.h> and <bp-asm.h>.
28166 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28167 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28168 <bp-sym.h> and <bp-asm.h>.
28169 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28170 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28171 <bp-asm.h>.
28172 (__mpn_lshift): Don't use BP_SYM.
28173 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28174 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28175 <bp-asm.h>.
28176 (memset): Don't use BP_SYM.
28177 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28178 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28179 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28180 <bp-asm.h>.
28181 (__mpn_mul_1): Don't use BP_SYM.
28182 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28183 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28184 <bp-sym.h> and <bp-asm.h>.
28185 (memcmp): Don't use BP_SYM.
28186 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28187 <bp-sym.h> and <bp-asm.h>.
28188 (memcpy): Don't use BP_SYM.
28189 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28190 <bp-sym.h> and <bp-asm.h>.
28191 (memset): Don't use BP_SYM.
28192 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28193 <bp-sym.h> and <bp-asm.h>.
28194 (strncmp): Don't use BP_SYM.
28195 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28196 <bp-sym.h> and <bp-asm.h>.
28197 (memcpy): Don't use BP_SYM.
28198 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28199 <bp-sym.h> and <bp-asm.h>.
28200 (memset): Don't use BP_SYM.
28201 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28202 <bp-sym.h> and <bp-asm.h>.
28203 (__memchr): Don't use BP_SYM.
28204 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28205 <bp-sym.h> and <bp-asm.h>.
28206 (memcmp): Don't use BP_SYM.
28207 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28208 <bp-sym.h> and <bp-asm.h>.
28209 (memcpy): Don't use BP_SYM.
28210 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28211 <bp-sym.h> and <bp-asm.h>.
28212 (__mempcpy): Don't use BP_SYM.
28213 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28214 <bp-sym.h> and <bp-asm.h>.
28215 (__memrchr): Don't use BP_SYM.
28216 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28217 <bp-sym.h> and <bp-asm.h>.
28218 (memset): Don't use BP_SYM.
28219 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28220 <bp-sym.h> and <bp-asm.h>.
28221 (__rawmemchr): Don't use BP_SYM.
28222 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28223 <bp-sym.h> and <bp-asm.h>.
28224 (__STRCMP): Don't use BP_SYM.
28225 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28226 <bp-sym.h> and <bp-asm.h>.
28227 (strchr): Don't use BP_SYM.
28228 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28229 <bp-sym.h> and <bp-asm.h>.
28230 (__strchrnul): Don't use BP_SYM.
28231 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28232 <bp-sym.h> and <bp-asm.h>.
28233 (strlen): Don't use BP_SYM.
28234 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28235 <bp-sym.h> and <bp-asm.h>.
28236 (strncmp): Don't use BP_SYM.
28237 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28238 <bp-sym.h> and <bp-asm.h>.
28239 (__strnlen): Don't use BP_SYM.
28240 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28241 <bp-asm.h>.
28242 (__mpn_rshift): Don't use BP_SYM.
28243 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28244 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28245 <bp-sym.h> and <bp-asm.h>.
28246 (__sigsetjmp): Don't use BP_SYM.
28247 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28248 (L(start_addresses)): Don't use BP_SYM.
28249 (_start): Likewise.
28250 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28251 <bp-asm.h>.
28252 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28253 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28254 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28255 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28256 <bp-asm.h>.
28257 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28258 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28259 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28260 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28261 <bp-asm.h>.
28262 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28263 comments.
28264 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28265 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28266 <bp-asm.h>.
28267 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
28268 FIXME comments.
28269 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28270 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28271 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28272 <bp-asm.h>.
28273 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28274 comment.
28275 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28276 and <bp-asm.h>.
28277 (strncmp): Don't use BP_SYM,
28278 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28279 <bp-asm.h>.
28280 (__mpn_sub_n): Don't use BP_SYM.
28281 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28282 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28283 and <bp-asm.h>.
28284 (__mpn_submul_1): Don't use BP_SYM.
28285 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28286 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28287 <bp-sym.h> and <bp-asm.h>.
28288 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28289 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28290 <bp-sym.h> and <bp-asm.h>.
28291 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
28292 comment.
28293
8d19fe64
SP
282942013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28295
28296 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28297 Use ZK to minimize writes to Z.
28298 (sub_magnitudes): Simplify code a bit.
28299 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28300 Use ZK to minimize writes to Z.
28301 (sub_magnitudes): Simplify code a bit.
28302
85bd816a
RM
283032013-02-27 Roland McGrath <roland@hack.frob.com>
28304
28305 * csu/gmon-start.c: Add special exception to license text.
28306
b5977bf2
RH
283072013-02-27 Richard Henderson <rth@redhat.com>
28308
28309 * scripts/config.guess: Update from config.git.
28310 * scripts/config.sub: Likewise.
28311
11d6e2f2
SP
283122013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28313
09c14ed2
SP
28314 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28315
a688864e
SP
28316 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28317
6295157a
SP
28318 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28319
b8de2202
SP
28320 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28321
11d6e2f2
SP
28322 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28323
7e80ddb8
RM
283242013-02-26 Roland McGrath <roland@hack.frob.com>
28325
28326 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28327 [$(build-shared = yes].
7e80ddb8 28328
7da6d9ed
SP
283292013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28330
45f05884
SP
28331 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28332 (__mul): Reduce iterations for calculating mantissa.
28333
2236d359
SP
28334 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28335 MPTWO.
28336 (__mpranred): Likewise.
28337
7da6d9ed
SP
28338 [BZ #15160]
28339 * malloc/memusagestat.c (main): Draw graphs for heap and stack
28340 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28341
b7688c42
PE
283422013-02-26 Paul Eggert <eggert@cs.ucla.edu>
28343
28344 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28345 Define __attribute__.
28346
53a5c423
SP
283472013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28348
28349 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28350 unused.
28351 * posix/regex_internal.h (__attribute): Remove.
28352 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28353 (re_string_context_at): Likewise.
28354 (bitset_not): Use __attribute__ and mark function as possibly
28355 unused.
28356 (bitset_merge): Likewise.
28357 (bitset_mask): Likewise.
28358 (re_string_char_size_at): Likewise.
28359 (re_string_wchar_at): Likewise.
28360 (re_string_elem_size_at): Likewise.
28361
60f5a8b5
SP
283622013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
28363
2a983a2e
SP
28364 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28365 code.
28366 (cc32): Likewise.
28367
e69804d1
SP
28368 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28369 (__acr): Likewise.
28370 (__cpy): Likewise.
28371 (norm): Likewise.
28372 (denorm): Likewise.
28373 (__dbl_mp): Likewise.
28374 (add_magnitudes): Likewise.
28375 (sub_magnitudes): Likewise.
28376 (__mul): Likewise.
28377 (__inv): Likewise.
28378
2f22a1e8
SP
28379 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28380 style.
28381
8930ddc7
SP
28382 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28383 style.
28384
dc60cb11
SP
28385 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28386 code.
28387
60f5a8b5
SP
28388 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28389 up changes with default code.
28390 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28391 Likewise.
28392
b4d1fd33
AM
283932013-02-24 Allan McRae <allan@archlinux.org>
28394
faf6f8bc
AM
28395 * manual/socket.texi (The Internet Namespace): Order menu items
28396 to match that in the file.
28397
b4d1fd33
AM
28398 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28399 node listing of the info page menu.
28400
2366713d
JM
284012013-02-21 Joseph Myers <joseph@codesourcery.com>
28402
28403 [BZ #13550]
28404 * sysdeps/i386/bp-asm.h: Remove file.
28405 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28406 (PARMS): Do not use macros from bp-asm.h.
28407 (S1): Likewise.
28408 (S2): Likewise.
28409 (SIZE): Likewise.
28410 (__mpn_add_n): Do not use BP_SYM
28411 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28412 "bp-asm.h".
28413 (PARMS): Do not use macros from bp-asm.h.
28414 (S1): Likewise.
28415 (SIZE): Likewise.
28416 (__mpn_addmul_1): Do not use BP_SYM
28417 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28418 "bp-asm.h".
28419 (PARMS): Do not use macros from bp-asm.h.
28420 (SIGMSK): Likewise.
28421 (_setjmp): Likewise. Do not use BP_SYM.
28422 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28423 "bp-asm.h".
28424 (PARMS): Do not use macros from bp-asm.h.
28425 (SIGMSK): Likewise.
28426 (setjmp): Likewise. Do not use BP_SYM.
28427 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28428 "bp-asm.h".
28429 (PARMS): Do not use macros from bp-asm.h.
28430 (__frexp): Do not use BP_SYM.
28431 (frexp): Likewise.
28432 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28433 "bp-asm.h".
28434 (PARMS): Do not use macros from bp-asm.h.
28435 (__frexpf): Do not use BP_SYM.
28436 (frexpf): Likewise.
28437 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28438 "bp-asm.h".
28439 (PARMS): Do not use macros from bp-asm.h.
28440 (__frexpl): Do not use BP_SYM.
28441 (frexpl): Likewise.
28442 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28443 "bp-asm.h".
28444 (PARMS): Do not use macros from bp-asm.h.
28445 (__remquo): Do not use BP_SYM.
28446 (remquo): Likewise.
28447 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28448 "bp-asm.h".
28449 (PARMS): Do not use macros from bp-asm.h.
28450 (__remquof): Do not use BP_SYM.
28451 (remquof): Likewise.
28452 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28453 "bp-asm.h".
28454 (PARMS): Do not use macros from bp-asm.h.
28455 (__remquol): Do not use BP_SYM.
28456 (remquol): Likewise.
28457 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28458 "bp-asm.h".
28459 (PARMS): Do not use macros from bp-asm.h.
28460 (DEST): Likewise.
28461 (SRC): Likewise.
28462 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
28463 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28464 "bp-asm.h".
28465 (PARMS): Do not use macros from bp-asm.h.
28466 (strlen): Do not use BP_SYM.
28467 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28468 "bp-asm.h".
28469 (PARMS): Do not use macros from bp-asm.h.
28470 (S1): Likewise.
28471 (S2): Likewise.
28472 (SIZE): Likewise.
28473 (__mpn_add_n): Do not use BP_SYM.
28474 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28475 "bp-asm.h".
28476 (PARMS): Do not use macros from bp-asm.h.
28477 (S1): Likewise.
28478 (SIZE): Likewise.
28479 (__mpn_addmul_1): Do not use BP_SYM.
28480 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28481 weak_alias.
28482 (bzero): Likewise.
28483 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28484 "bp-asm.h".
28485 (PARMS): Do not use macros from bp-asm.h.
28486 (S): Likewise.
28487 (SIZE): Likewise.
28488 (__mpn_lshift): Do not use BP_SYM.
28489 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28490 "bp-asm.h".
28491 (PARMS): Do not use macros from bp-asm.h.
28492 (DEST): Likewise.
28493 (SRC): Likewise.
28494 (LEN): Likewise.
28495 (memcpy): Likewise. Do not use BP_SYM.
28496 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28497 libc_hidden_def and weak_alias.
28498 (mempcpy): Do not use BP_SYM in weak_alias.
28499 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28500 "bp-asm.h".
28501 (PARMS): Do not use macros from bp-asm.h.
28502 (DEST): Likewise.
28503 (LEN): Likewise.
28504 [!BZERO_P] (CHR): Likewise.
28505 (memset): Likewise. Do not use BP_SYM.
28506 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28507 "bp-asm.h".
28508 (PARMS): Do not use macros from bp-asm.h.
28509 (S1): Likewise.
28510 (SIZE): Likewise.
28511 (__mpn_mul_1): Do not use BP_SYM.
28512 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28513 "bp-asm.h".
28514 (PARMS): Do not use macros from bp-asm.h.
28515 (S): Likewise.
28516 (SIZE): Likewise.
28517 (__mpn_rshift): Do not use BP_SYM.
28518 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28519 "bp-asm.h".
28520 (PARMS): Do not use macros from bp-asm.h.
28521 (STR): Likewise.
28522 (CHR): Likewise.
28523 (strchr): Likewise. Do not use BP_SYM.
28524 (index): Do not use BP_SYM in weak_alias.
28525 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28526 "bp-asm.h".
28527 (PARMS): Do not use macros from bp-asm.h.
28528 (DEST): Likewise.
28529 (SRC): Likewise.
28530 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
28531 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28532 "bp-asm.h".
28533 (PARMS): Do not use macros from bp-asm.h.
28534 (strlen): Do not use BP_SYM.
28535 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28536 "bp-asm.h".
28537 (PARMS): Do not use macros from bp-asm.h.
28538 (S1): Likewise.
28539 (S2): Likewise.
28540 (SIZE): Likewise.
28541 (__mpn_sub_n): Do not use BP_SYM.
28542 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28543 "bp-asm.h".
28544 (PARMS): Do not use macros from bp-asm.h.
28545 (S1): Likewise.
28546 (SIZE): Likewise.
28547 (__mpn_submul_1): Do not use BP_SYM.
28548 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28549 "bp-asm.h".
28550 (PARMS): Do not use macros from bp-asm.h.
28551 (S1): Likewise.
28552 (S2): Likewise.
28553 (SIZE): Likewise.
28554 (__mpn_add_n): Do not use BP_SYM.
28555 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28556 weak_alias.
28557 (bzero): Likewise.
28558 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28559 "bp-asm.h".
28560 (PARMS): Do not use macros from bp-asm.h.
28561 (BLK2): Likewise.
28562 (LEN): Likewise.
28563 (memcmp): Do not use BP_SYM.
28564 (bcmp): Do not use BP_SYM in weak_alias.
28565 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28566 "bp-asm.h".
28567 (PARMS): Do not use macros from bp-asm.h.
28568 (DEST): Likewise.
28569 (SRC): Likewise.
28570 (LEN): Likewise.
28571 (memcpy): Likewise. Do not use BP_SYM.
28572 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28573 "bp-asm.h".
28574 (PARMS): Do not use macros from bp-asm.h.
28575 (DEST): Likewise.
28576 (SRC): Likewise.
28577 (LEN): Likewise.
28578 (memmove): Likewise. Do not use BP_SYM.
28579 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28580 "bp-asm.h".
28581 (PARMS): Do not use macros from bp-asm.h.
28582 (DEST): Likewise.
28583 (SRC): Likewise.
28584 (LEN): Likewise.
28585 (__mempcpy): Likewise. Do not use BP_SYM.
28586 (mempcpy): Do not use BP_SYM in weak_alias.
28587 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28588 "bp-asm.h".
28589 (PARMS): Do not use macros from bp-asm.h.
28590 (DEST): Likewise.
28591 (LEN): Likewise.
28592 [!BZERO_P] (CHR): Likewise.
28593 (memset): Likewise. Do not use BP_SYM.
28594 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28595 "bp-asm.h".
28596 (PARMS): Do not use macros from bp-asm.h.
28597 (STR2): Likewise.
28598 (strcmp): Do not use BP_SYM.
28599 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28600 "bp-asm.h".
28601 (PARMS): Do not use macros from bp-asm.h.
28602 (STR): Likewise.
28603 (DELIM): Likewise.
28604 [USE_AS_STRTOK_R] (SAVE): Likewise.
28605 (FUNCTION): Likewise. Do not use BP_SYM.
28606 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28607 aliases.
28608 (strtok_r): Likewise.
28609 (__GI___strtok_r): Likewise.
28610 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28611 (PARMS): Do not use macros from bp-asm.h.
28612 (S): Likewise.
28613 (SIZE): Likewise.
28614 (__mpn_lshift): Do not use BP_SYM.
28615 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28616 (PARMS): Do not use macros from bp-asm.h.
28617 (STR): Likewise.
28618 (CHR): Likewise.
28619 (__memchr): Do not use BP_SYM.
28620 (memchr): Do not use BP_SYM in weak_alias.
28621 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28622 (PARMS): Do not use macros from bp-asm.h.
28623 (BLK2): Likewise.
28624 (LEN): Likewise.
28625 (memcmp): Do not use BP_SYM.
28626 (bcmp): Do not use BP_SYM in weak_alias.
28627 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28628 (PARMS): Do not use macros from bp-asm.h.
28629 (S1): Likewise.
28630 (SIZE): Likewise.
28631 (__mpn_mul_1): Do not use BP_SYM.
28632 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28633 "bp-asm.h".
28634 (PARMS): Do not use macros from bp-asm.h.
28635 (STR): Likewise.
28636 (CHR): Likewise.
28637 (__rawmemchr): Do not use BP_SYM.
28638 (rawmemchr): Do not use BP_SYM in weak_alias.
28639 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28640 (PARMS): Do not use macros from bp-asm.h.
28641 (S): Likewise.
28642 (SIZE): Likewise.
28643 (__mpn_rshift): Do not use BP_SYM.
28644 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28645 (PARMS): Do not use macros from bp-asm.h.
28646 (SIGMSK): Likewise.
28647 (__sigsetjmp): Likewise. Do not use BP_SYM.
28648 * sysdeps/i386/start.S: Do not include "bp-sym.h".
28649 (_start): Do not use BP_SYM.
28650 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28651 (PARMS): Do not use macros from bp-asm.h.
28652 (DEST): Likewise.
28653 (SRC): Likewise.
28654 (__stpcpy): Likewise. Do not use BP_SYM.
28655 (stpcpy): Do not use BP_SYM in weak_alias.
28656 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28657 "bp-asm.h".
28658 (PARMS): Do not use macros from bp-asm.h.
28659 (DEST): Likewise.
28660 (SRC): Likewise.
28661 (LEN): Likewise.
28662 (__stpncpy): Likewise. Do not use BP_SYM.
28663 (stpncpy): Do not use BP_SYM in weak_alias.
28664 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28665 (PARMS): Do not use macros from bp-asm.h.
28666 (STR): Likewise.
28667 (CHR): Likewise.
28668 (strchr): Likewise. Do not use BP_SYM.
28669 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28670 "bp-asm.h".
28671 (PARMS): Do not use macros from bp-asm.h.
28672 (STR): Likewise.
28673 (CHR): Likewise.
28674 (__strchrnul): Likewise. Do not use BP_SYM.
28675 (strchrnul): Do not use BP_SYM in weak_alias.
28676 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28677 "bp-asm.h".
28678 (PARMS): Do not use macros from bp-asm.h.
28679 (STOP): Likewise.
28680 (strcspn): Do not use BP_SYM.
28681 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28682 "bp-asm.h".
28683 (PARMS): Do not use macros from bp-asm.h.
28684 (STR): Likewise.
28685 (STOP): Likewise.
28686 (strpbrk): Likewise. Do not use BP_SYM.
28687 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28688 "bp-asm.h".
28689 (PARMS): Do not use macros from bp-asm.h.
28690 (STR): Likewise.
28691 (CHR): Likewise.
28692 (strrchr): Likewise. Do not use BP_SYM.
28693 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28694 (PARMS): Do not use macros from bp-asm.h.
28695 (SKIP): Likewise.
28696 (strspn): Do not use BP_SYM.
28697 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28698 (PARMS): Do not use macros from bp-asm.h.
28699 (STR): Likewise.
28700 (DELIM): Likewise.
28701 (SAVE): Likewise.
28702 (FUNCTION): Likewise. Do not use BP_SYM.
28703 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28704 aliases.
28705 (strtok_r): Likewise.
28706 (__GI___strtok_r): Likewise.
28707 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28708 (PARMS): Do not use macros from bp-asm.h.
28709 (S1): Likewise.
28710 (S2): Likewise.
28711 (SIZE): Likewise.
28712 (__mpn_sub_n): Do not use BP_SYM.
28713 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28714 "bp-asm.h".
28715 (PARMS): Do not use macros from bp-asm.h.
28716 (S1): Likewise.
28717 (SIZE): Likewise.
28718 (__mpn_submul_1): Do not use BP_SYM.
28719 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28720 <bp-sym.h>.
28721 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28722 and <bp-asm.h>.
28723 (PARMS): Do not use macros from bp-asm.h.
28724 (FLAGS): Likewise.
28725 (PTID): Likewise.
28726 (TLS): Likewise.
28727 (CTID): Likewise.
28728 (__clone): Do not use BP_SYM.
28729 (clone): Do not use BP_SYM in weak_alias.
28730 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28731 and <bp-asm.h>.
28732 (PARMS): Do not use macros from bp-asm.h.
28733 (LEN): Likewise.
28734 (__mmap64): Do not use BP_SYM.
28735 (mmap64): Do not use BP_SYM in weak_alias.
28736 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28737 <bp-sym.h> and <bp-asm.h>.
28738 (PARMS): Do not use macros from bp-asm.h.
28739 (__posix_fadvise64_l64): Do not use BP_SYM.
28740 * sysdeps/unix/sysv/linux/i386/semtimedop.S
28741 (PARMS): Do not use macros from bp-asm.h.
28742 (NSOPS): Likewise.
28743 (semtimedop): Do not use BP_SYM.
28744 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28745 and <bp-asm.h>.
28746
582a3cff
AM
287472013-02-21 Allan McRae <allan@archlinux.org>
28748
28749 * manual/message.texi (Charset conversion in gettext):
28750 Move @end statement to beginning of line.
28751
bab8a695
SP
287522013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28753
80945231
SP
28754 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28755 static.
28756 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28757 Likewise.
28758
bab8a695
SP
28759 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28760 (denorm): Likewise.
28761 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28762 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28763
e21d7aa7
AK
287642013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28765
28766 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28767 tail-call to the resolved function if pltexit isn't needed.
28768
4c7a4263
SP
287692013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28770
28771 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28772 or Y being zero as being unlikely.
28773 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28774 Likewise.
28775
41f49342
CD
287762013-02-20 Carlos O'Donell <carlos@redhat.com>
28777
28778 * manual/nss.texi (System Databases and Name Service Switch):
28779 Remove frobnicate @pxref.
28780
50022a93
TS
287812013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28782
28783 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28784 __attribute__ ((unused)) to __attribute__ ((__unused__)).
28785
08cbd996
PM
287862013-02-20 Petr Machata <pmachata@redhat.com>
28787
28788 * elf/elf.h (R_ARM_TARGET1): New macro.
28789 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28790 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28791 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28792 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28793 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28794 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28795 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28796 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28797 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28798 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28799 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28800 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28801 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28802 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28803 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28804 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28805 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28806 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28807 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28808 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28809 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28810 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28811 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28812 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28813 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28814 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28815 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28816 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28817 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28818 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28819 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28820 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28821 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28822 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28823 (R_ARM_THM_GOT_BREL12): Likewise.
28824 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28825 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28826 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28827 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28828 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28829 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28830 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28831 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28832 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28833
c7b275d6
TS
288342013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28835
28836 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28837 __attribute_used__ to __attribute__ ((unused)).
28838
20cd7fb3
SP
288392013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
28840
28841 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28842 powerpc mpa.c.
28843 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28844 comment formatting.
28845 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28846
92945b52
JM
288472013-02-19 Joseph Myers <joseph@codesourcery.com>
28848
28849 [BZ #13550]
28850 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28851 Remove macro.
28852 (ENTER): Remove both macro definitions.
28853 (LEAVE): Likewise.
28854 (CHECK_BOUNDS_LOW): Likewise.
28855 (CHECK_BOUNDS_HIGH): Likewise.
28856 (CHECK_BOUNDS_BOTH): Likewise.
28857 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28858 (RETURN_BOUNDED_POINTER): Likewise.
28859 (RETURN_NULL_BOUNDED_POINTER): Likewise.
28860 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28861 (POP_ERRNO_LOCATION_RETURN): Likewise.
28862 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28863 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28864 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28865 macros.
28866 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28867 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28868 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28869 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28870 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28871 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28872 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28873 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28874 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28875 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28876 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28877 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28878 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28879 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28880 removed macros.
28881 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28882 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28883 macros.
28884 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28885 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28886 * sysdeps/i386/i586/memset.S (memset): Likewise.
28887 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28888 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28889 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28890 macros.
28891 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28892 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28893 Change uses of L(2) to L(out).
28894 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28895 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28896 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28897 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28898 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28899 removed macros.
28900 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28901 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28902 macros.
28903 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28904 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28905 (RETURN): Do not use macro LEAVE.
28906 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28907 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28908 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28909 * sysdeps/i386/i686/memset.S (memset): Likewise.
28910 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28911 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28912 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28913 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28914 Likewise.
28915 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28916 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
28917 L(1_2) and L(1_3) into L(1).
28918 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28919 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28920 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28921 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28922 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28923 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28924 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28925 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28926 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28927 macros.
28928 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28929 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28930 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28931 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28932 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28933 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28934 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28935 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28936 * sysdeps/i386/strcspn.S (strcspn): Likewise.
28937 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28938 * sysdeps/i386/strrchr.S (strrchr): Likewise.
28939 * sysdeps/i386/strspn.S (strspn): Likewise.
28940 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28941 conditional code.
28942 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28943 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28944 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28945 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
28946 L(1_3) into L(1_1).
28947 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28948 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28949 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28950 macros.
28951 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28952
2389741a
JJ
289532013-02-19 Jakub Jelinek <jakub@redhat.com>
28954
28955 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28956 macro.
28957
2016b3cd
SP
289582013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
28959
e4f22324
SP
28960 * math/atest-exp.c (exp_mpn): Remove ROUND.
28961 * math/atest-exp2.c (exp_mpn): Likewise.
28962 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28963
2016b3cd
SP
28964 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28965 * stdlib/tst-tls-atexit-lib.c: Likewise.
28966 * stdlib/tst-tls-atexit.c: Likewise.
28967
4be9b544
MF
289682013-02-18 Mike Frysinger <vapier@gentoo.org>
28969
28970 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28971 and __attribute_alloc_size__.
28972
2f62b9ee
MF
289732013-02-18 Mike Frysinger <vapier@gentoo.org>
28974
28975 * include/programs/xmalloc.h: Change __attribute_alloc_size to
28976 __attribute_alloc_size__.
28977 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28978 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28979
6ff444c4
MF
289802013-02-18 Mike Frysinger <vapier@gentoo.org>
28981
28982 * include/programs/xmalloc.h: New file.
28983 * catgets/gencat.c: Include it.
28984 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28985 * elf/pldd.c: Likewise.
28986 * iconv/iconv_charmap.c: Likewise.
28987 * iconv/iconvconfig.c: Likewise.
28988 * iconv/strtab.c: Likewise.
28989 * locale/programs/locale.c: Likewise.
28990 * locale/programs/localedef.h: Likewise.
28991 * locale/programs/simple-hash.c: Likewise.
28992 * nscd/nscd.h: Likewise.
28993 * nss/makedb.c: Likewise.
28994 * sysdeps/generic/ldconfig.h: Likewise.
28995
be179c8a
SP
289962013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
28997
ba384f6e
SP
28998 * Versions.def: Add GLIBC_2.18.
28999 * include/link.h (struct link_map): New member l_tls_dtor_count.
29000 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29001 (__call_tls_dtors): Likewise.
29002 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29003 __cxa_thread_atexit_impl.
29004 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29005 Likewise.
29006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29007 Likewise.
29008 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29009 Likewise.
29010 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29011 Likewise.
29012 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29013 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29014 Likewise.
29015 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29016 Likewise.
29017 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29018 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29019 Likewise.
29020 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29021 (tests): Add test case tst-tls-atexit.
29022 (modules-names): Add shared library for tst-tls-atexit.
85891aca 29023 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
29024 (GLIBC_PRIVATE): Add __call_tls_dtors.
29025 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29026 for libstdc++.
29027 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29028 * stdlib/tst-tls-atexit.c: New test case.
29029 * stdlib/tst-tls-atexit-lib.c: New test case.
29030
ffaa74cf 29031 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 29032
be179c8a
SP
29033 * elf/Versions (ld): Add _dl_find_dso_for_object.
29034 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29035 * elf/dl-open.c (_dl_find_dso_for_object): New function.
29036 (dl_open_worker): Use _dl_find_dso_for_object.
29037 * elf/dl-sym.c (do_sym): Likewise.
29038 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29039
f78b5caa
AK
290402013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29041
29042 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29043 Syntactic changes only.
29044 (_dl_runtime_profile): Do a tail-call to the resolved function.
29045
29691210
JM
290462013-02-17 Joseph Myers <joseph@codesourcery.com>
29047
29048 [BZ #13550]
29049 * sysdeps/x86_64/bp-asm.h: Remove file.
29050 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29051 <bp-sym.h> and <bp-asm.h>.
29052 (__clone): Do not use BP_SYM.
29053 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29054 <bp-sym.h> and <bp-asm.h>.
29055 * sysdeps/unix/x86_64/sysdep.S: Likewise.
29056 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29057 "bp-asm.h".
29058 (_setjmp): Do not use BP_SYM.
29059 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29060 "bp-asm.h".
29061 (setjmp): Do not use BP_SYM.
29062 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29063 libc_hidden_def.
29064 (mempcpy): Do not use BP_SYM in weak_alias.
29065 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29066 "bp-asm.h".
29067 (strchr): Do not use BP_SYM.
29068 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29069 "bp-asm.h".
29070 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29071 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29072 (_start): Do not use BP_SYM.
29073 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29074 "bp-asm.h".
29075 (strcat): Do not use BP_SYM.
29076 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29077 "bp-asm.h".
29078 (STRCMP): Do not use BP_SYM.
29079 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29080 "bp-asm.h".
29081 (STRCPY): Do not use BP_SYM.
29082 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29083 "bp-asm.h".
29084 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29085 "bp-asm.h".
29086 (FUNCTION): Do not use BP_SYM.
29087 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29088 weak_alias.
29089 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29090
f238fd19
AJ
290912013-02-17 Andreas Jaeger <aj@suse.de>
29092
29093 * time/Versions: Sort entries.
29094 * string/Versions: Likewise.
29095 * resolv/Versions: Likewise.
29096 * posix/Versions: Likewise.
29097 * iconv/Versions: Likewise.
29098 * elf/Versions: Likewise.
29099 * wcsmbs/Versions: Likewise.
29100
bd07f23c 291012013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 29102
22af19f9
SP
29103 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29104 loop termination condition.
29105
4709fe76
SP
29106 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29107 variable to calculate EZ.
29108 (__sqr): Likewise.
2d0e0f29
SP
29109
29110 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29111 the lower precision input.
29112
daaa7713
JM
291132013-02-15 Joseph Myers <joseph@codesourcery.com>
29114
29115 [BZ #13550]
29116 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29117 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29118 (run-via-rtld-prefix): Do not handle %-bp tests.
29119 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29120 (all-object-suffixes): Remove .ob.
29121 (bppfx): Remove variable.
29122 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29123 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29124 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29125 [$(build-bounded) = yes] (libtype.ob): Likewise.
29126 * Makerules (elide-routines.ob): Remove variable.
29127 (do-tests-clean): Do not handle *-bp.out.
29128 (common-mostlyclean): Do not handle *-bp and *-bp.out.
29129 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29130 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29131 (tests): Do not include $(tests-bp.out).
29132 (xtests): Do not include $(xtests-bp.out).
29133 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29134 [$(build-bounded) = yes] ($(addprefix
29135 $(objpfx),$(binaries-bounded))): Remove rule.
29136 ($(objpfx)%-bp.out): Remove rule.
29137 * config.make.in (build-bounded): Remove variable.
29138 * crypt/Makefile [$(build-bounded) = yes]
29139 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29140 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29141 append to variable.
29142 [$(build-bounded) = yes] (install-lib): Likewise.
29143 [$(build-bounded) = yes] (generated): Likewise.
29144 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29145 Remove rule.
29146 * intl/Makefile [$(build-bounded) = yes]
29147 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29148 * math/Makefile [$(build-bounded) = yes]
29149 ($(tests:%=$(objpfx)%-bp): Likewise.
29150 * misc/Makefile [$(build-bounded) = yes]
29151 ($(objpfx)tst-tsearch-bp): Likewise.
29152 * nptl/Makeconfig (bounded-thread-library): Remove variable.
29153 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29154 Remove dependency.
29155 * string/Makefile (o-objects.ob): Remove variable.
29156 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29157 (CFLAGS-.ob): Remove variable.
29158 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29159 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29160 both definitions of variable.
29161 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29162 (ASFLAGS-.ob): Remove variable.
29163
e97ed6dd
JM
291642013-02-14 Joseph Myers <joseph@codesourcery.com>
29165
2bdd4ca6
JM
29166 [BZ #13550]
29167 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29168 Remove __BOUNDED_POINTERS__ from condition.
29169 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29170 * string/bits/string2.h [!__NO_STRING_INLINES &&
29171 !__BOUNDED_POINTERS__]: Likewise.
29172 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29173 Likewise.
29174 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29175 Remove conditional code.
29176 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29177 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29178 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29179 condition.
29180
e97ed6dd
JM
29181 [BZ #13550]
29182 * csu/libc-start.c: Do not include <bp-sym.h>.
29183 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29184 * elf/dl-open.c: Do not include <bp-sym.h>.
29185 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29186 * math/fegetenv.c: Do not include <bp-sym.h>.
29187 (fegetenv): Do not use BP_SYM in versioned symbols.
29188 * nptl/sysdeps/pthread/bits/libc-lockP.h
29189 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29190 <bp-sym.h>.
29191 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29192 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29193 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29194 (__pthread_mutex_destroy): Likewise.
29195 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29196 (__pthread_mutex_lock): Likewise.
29197 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29198 (__pthread_mutex_trylock): Likewise.
29199 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29200 (__pthread_mutex_unlock): Likewise.
29201 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29202 (__pthread_mutexattr_init): Likewise.
29203 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29204 (__pthread_mutexattr_destroy): Likewise.
29205 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29206 (__pthread_mutexattr_settype): Likewise.
29207 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29208 (__pthread_rwlock_init): Likewise.
29209 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29210 (__pthread_rwlock_destroy): Likewise.
29211 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29212 (__pthread_rwlock_rdlock): Likewise.
29213 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29214 (__pthread_rwlock_tryrdlock): Likewise.
29215 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29216 (__pthread_rwlock_wrlock): Likewise.
29217 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29218 (__pthread_rwlock_trywrlock): Likewise.
29219 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29220 (__pthread_rwlock_unlock): Likewise.
29221 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29222 (__pthread_key_create): Likewise.
29223 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29224 (__pthread_setspecific): Likewise.
29225 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29226 (__pthread_getspecific): Likewise.
29227 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29228 Likewise.
29229 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29230 (_pthread_cleanup_push_defer): Likewise.
29231 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29232 (_pthread_cleanup_pop_restore): Likewise.
29233 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29234 (pthread_setcancelstate): Likewise.
29235 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29236 <bp-sym.h>.
29237 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29238 (memchr): Do not use BP_SYM in weak_alias.
29239 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29240 (fegetenv): Do not use BP_SYM in versioned symbols.
29241 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29242 (fesetenv): Do not use BP_SYM in versioned symbols.
29243 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29244 (feupdateenv): Do not use BP_SYM in versioned symbols.
29245 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29246 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29247 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29248 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29249 (open64): Do not use BP_SYM in weak_alias.
29250 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29251 (fegetenv): Do not use BP_SYM in versioned symbols.
29252 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29253 (fesetenv): Do not use BP_SYM in versioned symbols.
29254 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29255 (feupdateenv): Do not use BP_SYM in versioned symbols.
29256 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29257 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29258 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29259 (feraiseexcept): Do not use BP_SYM in versioned symbols.
29260 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29261 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29262 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29263 <bp-sym.h>.
29264 (__libc_start_main): Do not use BP_SYM.
29265
d6752ccd
SP
292662013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29267
cb57ce60
SP
29268 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29269 redundant return line.
29270 (norm): Likewise.
29271 (denorm): Likewise.
29272 (dbl_mp): Likewise.
29273 (sub_magnitudes): Likewise.
29274 (__add): Likewise.
29275 (__sub): Likewise.
29276 (__mul): Likewise.
29277 (__inv): Likewise.
29278 (__dvd): Likewise.
29279 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29280 (norm): Likewise.
29281 (denorm): Likewise.
29282 (dbl_mp): Likewise.
29283 (sub_magnitudes): Likewise.
29284 (__add): Likewise.
29285 (__sub): Likewise.
29286 (__mul): Likewise.
29287 (__inv): Likewise.
29288 (__dvd): Likewise.
29289
f414520d
SP
29290 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29291 instead of __mul.
29292 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29293 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29294 (cc32): Likewise.
29295
d6752ccd
SP
29296 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29297 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29298 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29299 of __mul for squares.
29300 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29301 function
29302 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29303 Likewise.
29304 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29305 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29306
70d9946a
JM
293072013-02-13 Joseph Myers <joseph@codesourcery.com>
29308
29309 [BZ #13550]
29310 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29311 code.
29312 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29313 prototype or function definition. Rename ubp_* variables and
29314 parameters. Remove argv definitions conditional on
29315 [__BOUNDED_POINTERS__].
29316 * debug/backtrace.c (__backtrace): Do not use __unbounded.
29317 * elf/dl-runtime.c (_dl_fixup): Likewise.
29318 * include/set-hooks.h (RUN_HOOK): Likewise.
29319 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29320 definition.
29321 * string/strcpy.c (strcpy): Do not use __unbounded.
29322 * sysdeps/generic/frame.h (struct layout): Likewise.
29323 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29324 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29325 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29326 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29327 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29328 (__backtrace): Likewise.
29329 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29330 use __ptrvalue.
29331 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29332 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29333 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29334 Likewise.
29335 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29336 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29337 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29338 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29339 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29340 Do not use __unbounded.
29341 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29342 Rename __unboundedrlimits parameter to rlimits in prototype.
29343 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29344 Do not use __unbounded.
29345 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29346 not use __ptrvalue.
29347 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29348 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29349 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29350 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29351 __ptrvalue or __unbounded.
29352 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29353 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29354 use __unbounded.
29355 (__new_msgctl): Do not use __ptrvalue.
29356 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29357 __unbounded.
29358 (__libc_msgrcv): Do not use __ptrvalue.
29359 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29360 startup_info): Do not use __unbounded.
29361 (__libc_start_main): Likewise. Rename ubp_* variables and
29362 parameters. Remove argv definitions conditional on
29363 [__BOUNDED_POINTERS__].
29364 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29365 __ptrvalue.
29366 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29367 use __unbounded.
29368 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29369 or __ptrvalue.
29370 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29371 use __unbounded.
29372 (__new_shmctl): Do not use __ptrvalue.
29373 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29374 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29375 Likewise.
29376 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29377 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29378 (__libc_sigaction): Likewise.
29379 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29380 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29381 Likewise.
29382 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29383
cc7834d6
OB
293842013-02-13 Ondřej Bílka <neleai@seznam.cz>
29385
ffb1ec7b 29386 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
29387
29388 * string/mempcpy.c: Implement by calling memcpy.
29389
bdf02814
SP
293902013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
29391
c2af38aa
SP
29392 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29393
4e92d59e
SP
29394 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29395 evaluation.
29396
909279a5
SP
29397 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29398 values in the mantissa.
29399
bdf02814
SP
29400 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29401 minimize writes to Z.
29402 (sub_magnitudes): Simplify code a bit.
29403
cd525923
RM
294042013-02-12 Roland McGrath <roland@hack.frob.com>
29405
29406 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29407 from the message. The linker prefixes all warnings with that already.
29408
7e2f0d2d
AS
294092013-02-12 Andreas Schwab <schwab@suse.de>
29410
a445af0b
AS
29411 [BZ #15078]
29412 * posix/regexec.c (extend_buffers): Add parameter min_len.
29413 (check_matching): Pass minimum needed length.
29414 (clean_state_log_if_needed): Likewise.
29415 (get_subexp): Likewise.
29416 * posix/Makefile (tests): Add bug-regex34.
29417 (bug-regex34-ENV): Define.
29418 * posix/bug-regex34.c: New file.
29419
7e2f0d2d
AS
29420 [BZ #11561]
29421 * posix/regcomp.c (parse_bracket_exp): When looking up collating
29422 elements compare against the byte sequence of it, not its name.
29423 * posix/Makefile (tests): Add bug-regex35.
29424 (bug-regex35-ENV): Define.
29425 * posix/bug-regex35.c: New file.
29426
a175b684
TV
294272013-02-11 Tom de Vries <tom@codesourcery.com>
29428
29429 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
29430 comment.
29431 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29432 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29433 (CHECK_EOL): Add undef.
29434
310998fe 294352013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
29436
29437 * bits/stdlib-bsearch.h: New file.
29438 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 29439 * stdlib/stdlib.h: Likewise.
41eda41d 29440
8ded91fb
RM
294412013-02-11 Roland McGrath <roland@hack.frob.com>
29442
29443 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29444 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29445 declaration.
29446 * manual/search.texi (Array Search Function): Add missing const in
29447 lfind prototype.
29448 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29449 declaration to use rlim_t.
29450 (Basic Scheduling Functions): Remove erroneous const from
29451 sched_getparam prototype. Remove erroneous * from
29452 sched_get_priority_max and sched_get_priority_min prototypes.
29453 (Resource Usage): Fix summary @comment on vtimes to refer to
29454 sys/vtimes.h rather than vtimes.h.
29455 Add missing *s in vtimes prototype.
29456 (Limits on Resources): Fix ulimit prototype to return long int.
29457 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29458 prototypes to use long int rather than double.
29459 (BSD Random): Fix initstate and setstate to use char *, not void *.
29460 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29461 prototype to make second argument 'struct aiocb64 *const[]'.
29462 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29463 (Status of AIO Operations): Remove erroneous const in aio_return and
29464 aio_return64 prototypes.
29465 (Synchronizing I/O): Fix sync prototype to return void.
29466 * manual/startup.texi (Suboptions): Remove an erroneous const in
29467 getsubopt prototype.
29468 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29469 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29470 use size_t rather than int.
29471 (Scanning All Users): Likewise for getpwent_r.
29472 (Setting Groups): Add missing const to setgroups prototype.
29473 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29474 * manual/socket.texi (Host Names): Fix gethostbyaddr and
29475 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29476 'const void *' rather than 'const char *'.
29477 (Host Address Functions): Likewise for inet_ntop.
29478 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29479 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29480 ssize_t for return value.
29481 (Sending Data): Likewise for send, sendto, sendmsg.
29482 (Socket Option Functions): Add a missing const in setsockopt prototype.
29483 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29484 use wchar_t for the argument.
29485 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29486 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29487 take no arguments.
29488 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29489 double/float/long double for second argument.
29490 Fix return types of significand, significandf, significandl.
29491 * manual/filesys.texi (Setting Permissions): Use mode_t for second
29492 argument in fchmod prototype.
29493 (File Owner): Use uid_t and gid_t in fchown prototype.
29494 (File Times): Add const to utimes, futimes, and lutimes prototypes.
29495 (Making Special Files): Use mode_t and dev_t in mknod prototype.
29496 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29497 use 'const struct dirent **' as argument types to CMP function pointer
29498 argument.
29499 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29500 (File Times): Fix summary magic @comment for struct utimbuf and utime
29501 to refer to utime.h, not time.h.
29502 * manual/string.texi (Argz Functions): Add missing const in
29503 argz_extract and argz_next prototypes.
29504 (Finding Tokens in a String): Likewise for basename.
29505 (String/Array Comparison): Fix typo in wcscasecmp prototype.
29506 (Copying and Concatenation): Fix typo in wmemmove prototype.
29507 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29508 (Signal Stack): Remove erroneous const in sigstack prototype.
29509 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29510 prototype.
29511 (Simple Calendar Time): Likewise for stime.
29512 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29513 prototype.
29514 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29515 say sys/sysctl.h instead.
29516 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29517 and vsyslog prototypes.
29518
fe77fe6d
TV
295192013-02-11 Tom de Vries <tom@codesourcery.com>
29520
29521 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29522 Remove.
29523
3a09b620
RM
295242013-02-11 Roland McGrath <roland@hack.frob.com>
29525
29526 * misc/sys/mman.h: Fix typo in mremap comment.
29527
550a0b89
RM
295282013-02-08 Roland McGrath <roland@hack.frob.com>
29529
29530 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29531 the '\0' terminator.
29532
a2da1673
JM
295332013-02-08 Joseph Myers <joseph@codesourcery.com>
29534
29535 [BZ #13550]
29536 * debug/segfault.c: Don't include <bp-checks.h>.
29537 * sysdeps/generic/bp-checks.h: Remove file.
29538 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29539 (__GETDENTS): Don't use CHECK_N.
29540 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29541 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29542 (__getgroups): Don't use CHECK_N.
29543 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29544 (setgroups): Don't use CHECK_N.
29545 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29546 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29547 (__libc_msgrcv): Don't use CHECK_N.
29548 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29549 (__libc_msgsnd): Don't use CHECK_N.
29550 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29551 <bp-checks.h>.
29552 (__libc_pread): Don't use CHECK_N.
29553 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29554 include <bp-checks.h>.
29555 (__libc_pread64): Don't use CHECK_N.
29556 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29557 include <bp-checks.h>.
29558 (__libc_pwrite): Don't use CHECK_N.
29559 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29560 include <bp-checks.h>.
29561 (__libc_pwrite64): Don't use CHECK_N.
29562 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29563 <bp-checks.h>.
29564 (__libc_pread): Don't use CHECK_N.
29565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29566 include <bp-checks.h>.
29567 (__libc_pread64): Don't use CHECK_N.
29568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29569 include <bp-checks.h>.
29570 (__libc_pwrite): Don't use CHECK_N.
29571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29572 include <bp-checks.h>.
29573 (__libc_pwrite64): Don't use CHECK_N.
29574 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29575 (do_pread): Don't use CHECK_N.
29576 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29577 (do_pread64): Don't use CHECK_N.
29578 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29579 (do_pwrite): Don't use CHECK_N.
29580 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29581 (do_pwrite64): Don't use CHECK_N.
29582 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29583 (__libc_readv): Don't use CHECK_N.
29584 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29585 (semop): Don't use CHECK_N.
29586 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29587 <bp-checks.h>.
29588 (semtimedop): Don't use CHECK_N.
29589 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29590 (__libc_pread): Don't use CHECK_N.
29591 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29592 <bp-checks.h>.
29593 (__libc_pread64): Don't use CHECK_N.
29594 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29595 <bp-checks.h>.
29596 (__libc_pwrite): Don't use CHECK_N.
29597 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29598 <bp-checks.h>.
29599 (__libc_pwrite64): Don't use CHECK_N.
29600 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29601 <bp-checks.h>.
29602 (__libc_msgrcv): Don't use CHECK_N.
29603 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29604 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
29605 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29606 (__libc_writev): Don't use CHECK_N.
29607
b84660a8
RM
296082013-02-08 Roland McGrath <roland@hack.frob.com>
29609
7f3e75f8
RM
29610 * string/strcpy.c: Removed unused variable.
29611
b84660a8
RM
29612 * Makeconfig (+sysdep-includes): Define with := rather than =.
29613 Use an existing include/ subdir of each sysdeps dir before it.
29614
471514d3
CD
296152013-02-08 Carlos O'Donell <carlos@redhat.com>
29616
29617 * nscd/connection.c (register_traced_file): Comment function.
29618 [HAVE_INOTIFY] (union __inev): Define.
29619 [HAVE_INOTIFY] (inotify_check_files): New function.
29620 [HAVE_INOTIFY] (clear_db_cache): Likewise.
29621 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29622 clear_db_cache.
29623 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29624
b2d3c3be
CD
296252013-02-08 Carlos O'Donell <carlos@redhat.com>
29626
29627 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29628 loaded if not already and that a failure is permanent.
29629
b39949d2
CD
296302013-02-08 Carlos O'Donell <carlos@redhat.com>
29631
ddacd1db 29632 [BZ #15006]
b39949d2
CD
29633 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29634 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29635
b2c9eff4
JM
296362013-02-08 Joseph Myers <joseph@codesourcery.com>
29637
f3aae3f3
JM
29638 [BZ #13550]
29639 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29640 (CHECK_1_NULL_OK): Likewise.
29641 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29642 (__fxstat): Do not use CHECK_1.
29643 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29644 <bp-checks.h>.
29645 (___fxstat64): Do not use CHECK_1.
29646 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29647 <bp-checks.h>.
29648 (__fxstatat): Do not use CHECK_1.
29649 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29650 <bp-checks.h>.
29651 (__fxstatat64): Do not use CHECK_1.
29652 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29653 <bp-checks.h>.
29654 (__fxstat): Do not use CHECK_1.
29655 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29656 <bp-checks.h>.
29657 (__fxstatat): Do not use CHECK_1.
29658 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29659 <bp-checks.h>.
29660 (__getresgid): Do not use CHECK_1.
29661 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29662 <bp-checks.h>.
29663 (__getresuid): Do not use CHECK_1.
29664 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29665 <bp-checks.h>.
29666 (__lxstat): Do not use CHECK_1.
29667 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29668 <bp-checks.h>.
29669 (__old_msgctl): Do not use CHECK_1.
29670 (__new_msgctl): Likewise.
29671 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29672 <bp-checks.h>.
29673 (__new_setrlimit): Do not use CHECK_1.
29674 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29675 <bp-checks.h>.
29676 (__old_shmctl): Do not use CHECK_1.
29677 (__new_shmctl): Likewise.
29678 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29679 <bp-checks.h>.
29680 (__xstat): Do not use CHECK_1.
29681 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29682 (__lxstat): Do not use CHECK_1.
29683 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29684 <bp-checks.h>.
29685 (___lxstat64): Do not use CHECK_1.
29686 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29687 (__old_msgctl): Do not use CHECK_1.
29688 (__new_msgctl): Likewise.
29689 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29690 <bp-checks.h>.
29691 (__gettimeofday): Do not use CHECK_1.
29692 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29693 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29694 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29695 <bp-checks.h>.
29696 (__gettimeofday): Do not use CHECK_1.
29697 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29698 (__old_shmctl): Do not use CHECK_1_NULL_OK.
29699 (__new_shmctl): Do not use CHECK_1.
29700 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29701 <bp-checks.h>.
29702 (do_sigtimedwait): Do not use CHECK_1.
29703 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29704 <bp-checks.h>.
29705 (do_sigwaitinfo): Do not use CHECK_1.
29706 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29707 <bp-checks.h>.
29708 (msgctl): Do not use CHECK_1.
29709 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29710 <bp-checks.h>.
29711 (shmctl): Do not use CHECK_1.
29712 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29713 (ustat): Do not use CHECK_1.
29714 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29715 <bp-checks.h>.
29716 (__fxstat): Do not use CHECK_1.
29717 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29718 <bp-checks.h>.
29719 (__fxstatat): Do not use CHECK_1.
29720 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29721 <bp-checks.h>.
29722 (__lxstat): Do not use CHECK_1.
29723 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29724 <bp-checks.h>.
29725 (__xstat): Do not use CHECK_1.
29726 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29727 (__xstat): Do not use CHECK_1.
29728 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29729 (___xstat64): Do not use CHECK_1.
29730
b2c9eff4
JM
29731 [BZ #13550]
29732 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29733 definitions.
29734 (CHECK_BOUNDS_HIGH): Likewise.
29735 * string/strcpy.c: Do not include <bp-checks.h>.
29736 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29737
f1d70dad
RM
297382013-02-07 Roland McGrath <roland@hack.frob.com>
29739
29740 * nscd/nscd-client.h (__nscd_drop_map_ref):
29741 Add __attribute__ ((unused)).
29742 * nis/nss-nisplus.h (niserr2nss): Likewise.
29743
29744 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29745 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29746
29747 * csu/libc-tls.c (init_static_tls, init_slotinfo):
29748 Remove inline keyword.
29749 * include/rounding-mode.h (round_away): Likewise.
29750 * libio/wfileops.c (adjust_wide_data): Likewise.
29751 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29752 (__m128i_strloadu_tolower): Likewise.
29753 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29754 (__m128i_strloadu_tolower): Likewise.
29755 * time/mktime.c (ydhms_diff): Likewise.
29756 * locale/elem-hash.h (elem_hash): Likewise.
29757 * locale/setlocale.c (setdata): Likewise.
29758 * posix/regex_internal.h (re_string_char_size_at): Likewise.
29759 (re_string_wchar_at): Likewise.
29760 (bitset_not, bitset_merge, bitset_mask): Likewise.
29761 [!(__GNUC__ > 3)] (inline): Remove macro.
29762 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29763 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29764 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29765 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29766 * string/memcmp.c (memcmp_bytes): Likewise.
29767 * locale/programs/locarchive.c (compute_hashval): Likewise.
29768 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29769 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29770 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29771 * nss/getent.c (print_rpc, print_protocols): Likewise.
29772 (print_passwd, print_group, print_aliases): Likewise.
29773 * nis/nss-nisplus.h (niserr2nss): Likewise.
29774 * nscd/connections.c (restart_p): Likewise.
29775 Change return type to bool.
29776
eab55bfb
RM
297772013-02-05 Roland McGrath <roland@hack.frob.com>
29778
7bd642f5
RM
29779 * Makeconfig (all-Depend-files): Add existing
29780 $(sorted-subdirs:=/Depend) files.
29781 (all-subdirs): Remove nss.
29782 * sysdeps/unix/inet/Subdirs: Add it here instead.
29783 * hesiod/Depend: New file.
29784
573c29b2
RM
29785 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29786 instead of calling alloca.
29787
b2e25af0
RM
29788 * io/lseek.c (__lseek): Rename to __libc_lseek.
29789 Define __lseek as an alias.
29790
eab55bfb
RM
29791 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29792
9a0d1941
CD
297932013-02-04 Carlos O'Donell <carlos@redhat.com>
29794
29795 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29796 else clause and remove check for non-standard endianness.
29797
b83bbec4
DM
297982013-02-04 David S. Miller <davem@davemloft.net>
29799
29800 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29801
6277fdab
JM
298022013-02-04 Joseph Myers <joseph@codesourcery.com>
29803
29804 [BZ #13550]
29805 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29806 (__ubp_memchr): Remove prototype.
29807 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29808 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29809 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29810 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29811 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29812 Remove alias.
29813 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29814 (__ubp_memchr): Likewise.
29815 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29816 (__ubp_memchr): Likewise.
29817 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29818 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29819 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29820 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29821 CHECK_STRING.
29822 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29823 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29824 (__getcwd): Do not use CHECK_STRING.
29825 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29826 <bp-checks.h>.
29827 (__real_chown): Do not use CHECK_STRING.
29828 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29829 <bp-checks.h>.
29830 (fchownat): Do not use CHECK_STRING.
29831 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29832 CHECK_STRING.
29833 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29834 <bp-checks.h>.
29835 (__lchown): Do not use CHECK_STRING.
29836 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29837 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29838 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29839 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29840 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29841 include <bp-checks.h>.
29842 (truncate64): Do not use CHECK_STRING.
29843 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29844 <bp-checks.h>.
29845 (__real_chown): Do not use CHECK_STRING.
29846 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29847 <bp-checks.h>.
29848 (__lchown): Do not use CHECK_STRING.
29849 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29850 <bp-checks.h>.
29851 (__chown): Do not use CHECK_STRING.
29852 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29853 <bp-checks.h>.
29854 (truncate64): Do not use CHECK_STRING.
29855 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29856 Likewise.
29857 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29858 (__xmknod): Do not use CHECK_STRING.
29859 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29860 <bp-checks.h>.
29861 (__xmknodat): Do not use CHECK_STRING.
29862 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29863 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29864
903ae060
AS
298652013-02-04 Andreas Schwab <schwab@suse.de>
29866
29867 [BZ #14142]
29868 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29869 * include/netdb.h: Likewise for h_errno.
29870 * elf/tst-stackguard1.c: Include <tls.h>.
29871
542f9466
JK
298722013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
29873
29874 * elf/link.h (struct link_map): Extend the l_addr comment.
29875 * include/link.h (struct link_map): Likewise.
29876
e782a927
JM
298772013-02-01 Joseph Myers <joseph@codesourcery.com>
29878
29879 [BZ #13550]
29880 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29881 (BOUNDED_1): Remove macro.
29882 * debug/backtrace.c: Don't include <bp-checks.h>.
29883 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29884 (__backtrace): Likewise.
29885 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29886 <bp-checks.h>.
29887 (__backtrace): Don't use BOUNDED_1.
29888 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29889 <bp-checks.h>.
29890 (__backtrace): Don't use BOUNDED_1.
29891 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29892 (__backtrace): Don't use BOUNDED_1.
29893 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29894 (shmat): Don't use BOUNDED_N.
29895
8cf28c5e
JM
298962013-01-31 Joseph Myers <joseph@codesourcery.com>
29897
3a7ac8a0
JM
29898 [BZ #13550]
29899 * sysdeps/generic/bp-start.h: Remove file.
29900 * csu/libc-start.c: Don't include <bp-start.h>.
29901 (LIBC_START_MAIN): Set up __environ directly instead of using
29902 INIT_ARGV_and_ENVIRON.
29903 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29904 <bp-start.h>.
29905
f3499f95
JM
29906 [BZ #13550]
29907 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29908 definitions.
29909 (CHECK_FCNTL): Likewise.
29910 (CHECK_N_PAGES): Likewise.
29911
32a45bea
JM
29912 [BZ #13550]
29913 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29914 definitions.
29915 (CHECK_SIGSET_NULL_OK): Likewise.
29916 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29917 <bp-checks.h>.
29918 (sigpending): Don't use CHECK_SIGSET.
29919 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29920 <bp-checks.h>.
29921 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29922 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29923 <bp-checks.h>.
29924 (do_sigsuspend): Don't use CHECK_SIGSET.
29925 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29926 use CHECK_SIGSET.
29927 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29928 (do_sigwait): Don't use CHECK_SIGSET.
29929 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29930 use CHECK_SIGSET.
29931 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29932 include <bp-checks.h>.
29933 (sigpending): Don't use CHECK_SIGSET.
29934 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29935 include <bp-checks.h>.
29936 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29937 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29938 <bp-checks.h>.
29939 (sigpending): Don't use CHECK_SIGSET.
29940 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29941 <bp-checks.h>.
29942 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29943
2e8a5c8c
JM
29944 [BZ #13550]
29945 * sysdeps/generic/bp-semctl.h: Remove file.
29946 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29947 <bp-checks.h> and <bp-semctl.h>.
29948 (__old_semctl): Don't use CHECK_SEMCTL.
29949 (__new_semctl): Likewise.
29950 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29951 and <bp-semctl.h>.
29952 (__old_semctl): Don't use CHECK_SEMCTL.
29953 (__new_semctl): Likewise.
29954 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29955 <bp-checks.h> and <bp-semctl.h>.
29956 (__old_semctl): Don't use CHECK_SEMCTL.
29957 (__new_semctl): Likewise.
29958 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29959 <bp-checks.h> and <bp-semctl.h>.
29960 (semctl): Don't use CHECK_SEMCTL.
29961
c2d54929
JM
29962 [BZ #13550]
29963 * Makerules (elide-bp-thunks): Remove variable.
29964 (elide-routines.oS): Don't use $(elide-bp-thunks).
29965 (elide-routines.os): Likewise.
29966 (elide-routines.o): Likewise.
29967 (elide-routines.op): Likewise.
29968 (elide-routines.og): Likewise.
29969 (objects): Don't use $(bp-thunks).
29970 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29971 include.
29972 (common-generated): Do not add s-proto-bp.d.
29973 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29974 (int): Likewise.
29975 (typ): Likewise.
29976 Do not generate makefile rules for bounded-pointer thunks.
29977 * sysdeps/generic/bp-thunks.h: Remove file.
29978 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29979 * sysdeps/unix/s-proto-bp.S: Likewise.
29980
8cf28c5e
JM
29981 [BZ #15062]
29982 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29983 parts of result separately when argument is not close to line from
29984 -i to i and one part of argument is small.
29985 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29986 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29987 * math/libm-test.inc (cacos_test): Add more tests.
29988 (casin_test): Likewise.
29989 (casinh_test): Likewise.
29990 * sysdeps/i386/fpu/libm-test-ulps: Update.
29991 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29992
c4e33b8d
DM
299932013-01-31 David S. Miller <davem@davemloft.net>
29994
29995 * po/de.po: Update from translation team.
29996
3b60b421
MK
299972013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
29998
29999 * time/tzfile.c: Include stdint.h for SIZE_MAX.
30000
bb931195
TS
300012013-01-25 Thomas Schwinge <thomas@codesourcery.com>
30002
b5a5da23
TS
30003 * configure.in (_AC_PROG_CC_C89): New definition.
30004 * configure: Regenerate.
30005
bb931195
TS
30006 * configure.in (AC_PROG_CPP): New definition.
30007 * configure: Regenerate.
30008
8c53a12c
JM
300092013-01-23 Joseph Myers <joseph@codesourcery.com>
30010
30011 * debug/tst-backtrace.h: New file.
30012 * debug/tst-backtrace2.c: Include tst-backtrace.h.
30013 (ret): Remove variable.
30014 (x): Likewise.
30015 (FAIL): Remove macro.
30016 (NO_INLINE): Likewise.
30017 (fn1): Use match function instead of strstr.
30018 * debug/tst-backtrace3.c: Include tst-backtrace.h.
30019 (ret): Remove variable.
30020 (x): Likewise.
30021 (FAIL): Remove macro.
30022 (NO_INLINE): Likewise.
30023 (fn): Use match function instead of strstr.
30024 * debug/tst-backtrace4.c: Include tst-backtrace.h.
30025 (ret): Remove variable.
30026 (x): Likewise.
30027 (FAIL): Remove macro.
30028 (NO_INLINE): Likewise.
30029 (handle_signal): Use match function instead of strstr.
30030 * debug/tst-backtrace5.c: Include tst-backtrace.h.
30031 (ret): Remove variable.
30032 (x): Likewise.
30033 (FAIL): Remove macro.
30034 (NO_INLINE): Likewise.
30035 (handle_signal): Use match function instead of strstr.
30036
4858fa2a
RM
300372013-01-23 Roland McGrath <roland@hack.frob.com>
30038
30039 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30040
bae8e7f5
DM
300412013-01-23 David S. Miller <davem@davemloft.net>
30042
30043 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30044 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30045 argument of CAS if possible.
30046 * sysdeps/sparc/sparc64/bits/atomic.h
30047 (__arch_compare_and_exchange_val_32_acq): Likewise.
30048 (__arch_compare_and_exchange_val_64_acq): Likewise.
30049
9cbbc4ae
PT
300502013-01-23 Pino Toscano <toscano.pino@tiscali.it>
30051
30052 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30053 * sysdeps/posix/ulimit.c: ... this.
92a601b8 30054 Include <limits.h>.
67b3f58c 30055 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 30056
5655a0b5
AC
300572013-01-23 Adam Conrad <adconrad@0c3.net>
30058
30059 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30060 (LDFLAGS-tst-array5): Likewise.
30061
052aff95
JM
300622013-01-23 Joseph Myers <joseph@codesourcery.com>
30063
30064 [BZ #15036]
30065 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30066 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30067 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30068 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30069
7c1e01aa
DM
300702013-01-21 David S. Miller <davem@davemloft.net>
30071
30072 * sysdeps/sparc/backtrace.c: New file.
30073 * sysdeps/sparc/sparc32/backtrace.h: New file.
30074 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30075 * sysdeps/sparc/sparc64/backtrace.h: New file.
30076 * sysdeps/sparc/sparc64/backtrace.c: Delete.
30077 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30078 -funwind-tables.
30079
ab087e0a
AS
300802013-01-21 Andreas Schwab <schwab@suse.de>
30081
30082 [BZ #15020]
30083 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30084 closed its stdout.
30085
ed689c2f
AS
300862013-01-20 Andreas Schwab <schwab@linux-m68k.org>
30087
30088 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30089 "mpa2.h".
30090 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30091
31d470ac
JM
300922013-01-18 Joseph Myers <joseph@codesourcery.com>
30093 Mark Mitchell <mark@codesourcery.com>
30094 Tom de Vries <tom@codesourcery.com>
30095 Paul Pluzhnikov <ppluzhnikov@google.com>
30096
30097 * debug/tst-backtrace2.c: New file.
30098 * debug/tst-backtrace3.c: Likewise.
30099 * debug/tst-backtrace4.c: Likewise.
30100 * debug/tst-backtrace5.c: Likewise.
30101 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30102 (CFLAGS-tst-backtrace3.c): Likewise.
30103 (CFLAGS-tst-backtrace4.c): Likewise.
30104 (CFLAGS-tst-backtrace5.c): Likewise.
30105 (LDFLAGS-tst-backtrace2): Likewise.
30106 (LDFLAGS-tst-backtrace3): Likewise.
30107 (LDFLAGS-tst-backtrace4): Likewise.
30108 (LDFLAGS-tst-backtrace5): Likewise.
30109 (tests): Add new tests tst-backtrace2, tst-backtrace3,
30110 tst-backtrace4 and tst-backtrace5.
30111
90567f30 301122013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
30113 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
30114
30115 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30116 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30117 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30118 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30119 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30120 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30121 "+r" and remove output regs list as redundant. Add explicit inline
30122 asm to specify register of return val to work around compiler codegen
30123 bug. Remove (int) cast on return value. Add return type parameter to
30124 use in macro so that this macro does not truncate return value for
30125 64-bit values.
30126 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30127 pass to INTERNAL_VSYSCALL_NCS.
30128 (INLINE_VSYSCALL): Add 'long int' as return type to
30129 INTERNAL_VSYSCALL_NCS macro invocation.
30130 (INTERNAL_VSYSCALL): Add 'long int' as return type to
30131 INTERNAL_VSYSCALL_NCS macro invocation.
30132 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30133
d3b9ea61
SP
301342013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30135
0b57daeb
SP
30136 [BZ #14496]
30137 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30138 Fix application of SIMD FP exception mask.
30139
caa99d06
SP
30140 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30141 mp_no from a power of two.
30142 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30143 __mpexp_twomm1. Use __pow_mp.
30144
d3b9ea61
SP
30145 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30146 multiplication.
30147
1dbaee3c
DM
301482013-01-17 David S. Miller <davem@davemloft.net>
30149
30150 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30151
728d7b43
JM
301522013-01-17 Joseph Myers <joseph@codesourcery.com>
30153
30154 [BZ #15023]
30155 * include/complex.h: Condition contents on [!_COMPLEX_H].
30156 (__kernel_casinhf): New prototype.
30157 (__kernel_casinh): Likewise.
30158 (__kernel_casinhl): Likewise.
30159 * math/Makefile (libm_calls): Add k_casinh.
30160 * math/k_casinh.c: New file.
30161 * math/k_casinhf.c: Likewise.
30162 * math/k_casinhl.c: Likewise.
30163 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30164 finite nonzero arguments.
30165 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30166 finite nonzero arguments.
30167 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30168 finite nonzero arguments.
30169 * math/s_casinh.c: Do not include <float.h>.
30170 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30171 * math/s_casinhf.c: Do not include <float.h>.
30172 (__casinhf): Move code for finite nonzero arguments to
30173 k_casinhf.c.
30174 * math/s_casinhl.c: Do not include <float.h>.
30175 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30176 redefine.
30177 (__casinhl): Move code for finite nonzero arguments to
30178 k_casinhl.c.
30179 * math/libm-test.inc (cacos_test): Add more tests.
30180 * sysdeps/i386/fpu/libm-test-ulps: Update.
30181 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30182
2a26ef3a
PT
301832013-01-17 Pino Toscano <toscano.pino@tiscali.it>
30184
30185 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30186 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30187 [!HAVE_MREMAP]: Remove [defined linux] case.
30188 * malloc/arena.c: Do not include <malloc-sysdep.h>.
30189
a897655d
SP
301902013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
30191
30192 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30193
881ebe89 301942013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
30195
30196 * elf/elf.h (R_386_SIZE32): New relocation.
30197 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30198 R_386_SIZE32.
30199 (elf_machine_rela): Likewise.
30200 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30201 R_X86_64_SIZE64 and R_X86_64_SIZE32.
30202
59981e9b
JM
302032013-01-17 Joseph Myers <joseph@codesourcery.com>
30204
30205 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30206 (FP_FAST_FMA): Do not define.
30207 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30208 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30209 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30210 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30211 !_SOFT_FLOAT]: Likewise.
30212 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30213 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30214 value.
30215 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30216 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30217 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30218 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30219 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30220 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30221 file.
30222
cfa8054f
AS
302232013-01-16 Andreas Schwab <schwab@suse.de>
30224
30225 [BZ #14327]
30226 * include/stdlib.h (__mktemp): Add declaration.
30227 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30228 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30229
dd930cc5
SP
302302013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30231
881ebe89
SP
30232 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30233 definitions.
30234 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30235 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30236 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30237 definitions here.
30238 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30239 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30240 definitions.
30241 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30242 and ONE.
30243 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30244 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30245 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30246 definitions.
30247 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30248 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30249 definitions.
30250 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 30251
dd930cc5
SP
30252 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30253
c19a9f89
DM
302542013-01-15 David S. Miller <davem@davemloft.net>
30255
1aa61767
DM
30256 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30257 trunc{,f} to libm-sysdep_routes.
30258 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30259 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30260 file.
30261 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30262 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30263 file.
30264 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30265 file.
30266 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30267 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30268 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30269 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30270 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30271 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30272 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30273 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30274
c42d5e98
DM
30275 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30276 nearbyint{,f} to libm-sysdep_routes.
30277 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30278 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30279 New file.
30280 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30281 file.
30282 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30283 New file.
30284 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30285 file.
30286 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30287 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30288 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30289 file.
30290 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30291 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30292 file.
30293 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30294 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30295 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30296
c19a9f89
DM
30297 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30298 libc_feholdexcept and libc_fesetenv.
30299
357679d2
MF
303002013-01-15 Mike Frysinger <vapier@gentoo.org>
30301
30302 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30303
65a82e3d
DM
303042013-01-14 David S. Miller <davem@davemloft.net>
30305
8b954ab9
DM
30306 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30307 (SPARC_ASM_VIS2_IFUNC): Likewise.
30308 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30309 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30310 use of 'siam' instruction.
30311 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30312 Likewise.
30313 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30314 Likewise.
30315 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30316 Likewise.
30317 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30318 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30319 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30320 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30321 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30322 file.
30323 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30324 file.
30325 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30326 file.
30327 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30328 file.
30329 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30330 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30331 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30332 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30333 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30334 new VIS2 routines.
30335 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30336 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30337 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30338 Likewise.
30339 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30340 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30341 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30342 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30343 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30344 routines to libm-sysdep_routines.
30345 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30346
65a82e3d
DM
30347 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30348 fdim/fdimf to libm-sysdep_routines.
30349 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30350 file.
30351 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30352 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30353 file.
30354 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30355 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30356 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30357 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30358 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30359 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30360 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30361
e34ab705
SP
303622013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30363
2a91b573
SP
30364 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30365 to optimize copies.
30366
1066a534
SP
30367 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30368 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30369 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30370
e34ab705
SP
30371 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30372 local variable MPTWO.
30373 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30374 Likewise.
30375
aba5e596
MF
303762013-01-13 Mike Frysinger <vapier@gentoo.org>
30377
30378 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30379 GLOB_NOESCAPE.
30380
e557e9e5
MF
303812013-01-13 Mike Frysinger <vapier@gentoo.org>
30382
30383 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30384
0428cec9
MF
303852013-01-13 Mike Frysinger <vapier@gentoo.org>
30386
30387 * manual/pattern.texi (glob_t): Document gl_flags.
30388 (glob64_t): Likewise.
30389
8794a964
DM
303902013-01-11 David S. Miller <davem@davemloft.net>
30391
66438c3f
RM
30392 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30393 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30394 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
30395 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30396 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30397 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30398 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30399 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30400 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30401 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30402 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30403 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30404 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30405
4ae4244d
DM
30406 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30407 sparc V9 rather than using V8 code.
30408 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30409 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30410
8794a964
DM
30411 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30412 Move to...
30413 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30414 Here.
30415
6270516e
RM
304162013-01-11 Roland McGrath <roland@hack.frob.com>
30417
30418 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30419 not in the main loop.
30420 * configure: Regenerated.
30421
6a57d931
JM
304222013-01-11 Joseph Myers <joseph@codesourcery.com>
30423
30424 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30425 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30426 to just #else.
30427 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
30428 [!__GLIBC_HAVE_LONG_LONG] case.
30429 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30430 condition to just #else.
30431 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30432 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30433 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30434 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30435 unconditional.
30436 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30437 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30438 #elif condition to just #else.
30439 * sysdeps/unix/sysv/linux/sys/sysmacros.h
30440 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30441 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30442 #elif condition to just #else.
30443
0e8529e9
SE
304442013-01-11 Steve Ellcey <sellcey@mips.com>
30445
30446 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30447 (EF_MIPS_ARCH_64): Fix value.
30448 (EF_MIPS_ARCH_32R2): New.
30449 (EF_MIPS_ARCH_64R2): New.
30450
740b3dbe
L
304512013-01-11 H.J. Lu <hongjiu.lu@intel.com>
30452
30453 * Makeconfig (+link-pie-before-libc): New.
30454 (+link-pie-after-libc): Likewise.
30455 (+link-pie-tests): Likewise.
30456 (+link-pie): Rewritten.
30457 (link-before-libc): Remove $(config-LDFLAGS).
30458 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30459 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30460 (config-LDFLAGS): Renamed to ...
30461 (rtld-LDFLAGS): This.
30462 (rtld-tests-LDFLAGS): New macro.
30463 (link-libc-rpath-link): Likewise.
30464 (link-libc-tests-rpath-link): Likewise.
30465 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30466 (link-libc): Prepand $(link-libc-rpath-link).
30467 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30468 (test-program-prefix): New macro.
30469 (test-via-rtld-prefix): Likewise.
30470 (test-program-cmd): Likewise.
30471 (host-test-program-cmd): Likewise.
30472 * Makefile ($(common-objpfx)testrun.sh): Replace
30473 $(run-program-prefix) with $(test-program-prefix).
30474 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30475 $(rtld-LDFLAGS).
30476 ($(common-objpfx)shlib.lds): Likewise.
30477 (build-module-helper): Likewise.
30478 ($(common-objpfx)format.lds): Likewise.
30479 * Rules (binaries-pie-tests): New.
30480 (binaries-pie-notests): Likewise.
30481 (binaries-pie): Rewritten.
30482 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30483 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30484 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30485 (make-test-out): Replace $(host-built-program-cmd) with
30486 $(host-test-program-cmd).
30487 * config.make.in (build-hardcoded-path-in-tests): New variable.
30488 * configure.in (--enable-hardcoded-path-in-tests): New configure
30489 option.
30490 (hardcoded_path_in_tests): New AC_SUBST.
30491 * configure: Regenerated.
30492 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30493 $(built-program-cmd) with $(test-program-cmd).
30494 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30495 (test_program_cmd): This.
30496 * elf/Makefile ($(objpfx)order.out): Run test with
30497 $(test-program-prefix).
30498 ($(objpfx)order2.out): Likewise.
30499 ($(objpfx)tst-initorder.out): Likewise.
30500 ($(objpfx)tst-initorder2.out): Likewise.
30501 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30502 $(test-program-cmd).
30503 ($(objpfx)tst-array1-static.out): Likewise.
30504 ($(objpfx)tst-array2.out): Likewise.
30505 ($(objpfx)tst-array3.out): Likewise.
30506 ($(objpfx)tst-array4.out): Likewise.
30507 ($(objpfx)tst-array5.out): Likewise.
30508 ($(objpfx)tst-array5-static.out): Likewise.
30509 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30510 $(test-program-cmd).
30511 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30512 $(run-program-prefix) with $(test-program-prefix).
30513 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30514 (test_program_prefix): This.
30515 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30516 $(run-program-prefix) with $(test-program-prefix).
30517 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30518 (test_program_prefix): This.
30519 * iconvdata/tst-tables.sh: Likewise.
30520 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30521 $(run-program-prefix) with $(test-program-prefix).
30522 ($(objpfx)tst-translit.out): Likewise.
30523 ($(objpfx)tst-gettext2.out): Likewise.
30524 ($(objpfx)tst-gettext4.out): Likewise.
30525 ($(objpfx)tst-gettext6.out): Likewise.
30526 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30527 (test_program_prefix): This.
30528 * intl/tst-gettext2.sh: Likewise.
30529 * intl/tst-gettext4.sh Likewise.
30530 * intl/tst-gettext6.sh: Likewise.
30531 * intl/tst-translit.sh: Likewise.
30532 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30533 with $(test-program-cmd).
30534 * libio/Makefile ($(objpfx)test-freopen.out): Replace
30535 $(run-program-prefix) with $(test-program-prefix).
30536 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30537 (test_program_prefix): This.
30538 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30539 $(run-program-prefix) with $(test-program-prefix).
30540 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30541 (test_program_prefix): This.
30542 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30543 * posix/Makefile ($(objpfx)globtest.out): Replace
30544 $(run-via-rtld-prefix) and $(test-wrapper) with
30545 $(test-program-prefix) and $(test-via-rtld-prefix).
30546 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30547 $(test-program-prefix).
30548 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30549 $(host-test-program-cmd).
30550 (tst-spawn-ARGS): Likewise.
30551 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30552 $(test-program-prefix).
30553 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30554 (test_via_rtld_prefix): This.
30555 (test_wrapper): Renamed to ...
30556 (test_program_prefix): This.
30557 (run_program_prefix): Replaced by test_program_prefix.
30558 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30559 (test_program_prefix): This.
30560 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30561 with $(host-test-program-cmd).
30562 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30563 $(run-program-prefix) with $(test-program-prefix).
30564 ($(objpfx)tst-printf.out): Likewise.
30565 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30566 $(test-program-cmd).
30567 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30568 (test_program_prefix): This.
30569 * stdio-common/tst-unbputc.sh: Likewise.
30570 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30571 $(run-program-prefix) with $(test-program-prefix).
30572 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30573 (test_program_prefix): This.
30574 * string/Makefile ($(objpfx)tst-svc.out): Replace
30575 $(built-program-cmd) with $(test-program-cmd).
30576
c6fe55cf
AJ
305772013-01-11 Andreas Jaeger <aj@suse.de>
30578
30579 [BZ #15003]
30580 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30581 value. Sync with Linux 3.7.
30582
9e6919c8
DM
305832013-01-10 David S. Miller <davem@davemloft.net>
30584
30585 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30586 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30587 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30588
1c9f1a02
RM
305892013-01-10 Roland McGrath <roland@hack.frob.com>
30590
30591 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30592 never set.
30593 * configure: Regenerated.
30594
b9de2dde
DM
305952013-01-10 David S. Miller <davem@davemloft.net>
30596
30597 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30598 sparc V9 rather than using V8 code.
30599 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30600 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30601
e7f68ef4
RM
306022013-01-10 Roland McGrath <roland@hack.frob.com>
30603
30604 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30605 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30606 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30607 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30608 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30609 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30610 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30611 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30612 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30613 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30614 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30615 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30616 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30617 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30618 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30619 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30620 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30621 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30622 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30623 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30624 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30625 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30626 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30627 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30628 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30629 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30630 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30631
5a47cc9c
DM
306322013-01-10 David S. Miller <davem@davemloft.net>
30633
30634 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30635
4cf8f209
L
306362013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30637
30638 * posix/Makefile (tests-static): New variable.
30639 (tests): Add $(tests-static).
30640 (tst-exec-static-ARGS): New variable.
30641 (tst-spawn-static-ARGS): Likewise.
30642 * posix/tst-exec-static.c: New file.
30643 * posix/tst-spawn-static.c: Likewise.
30644 * posix/tst-exec.c: Support run directly.
30645 * posix/tst-spawn.c: Likewise.
30646
fed0faa1
JM
306472013-01-10 Joseph Myers <joseph@codesourcery.com>
30648
828beb13
JM
30649 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30650 long.
30651 * math/bits/mathcalls.h (llrint): Likewise.
30652 (llround): Likewise.
30653 * stdlib/stdlib.h (struct drand48_data): Likewise.
30654 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30655 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30656 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30657 Likewise.
30658 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30659 Likewise.
30660 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30661 (elf_greg_t): Likewise.
30662 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30663 (__jmp_buf): Likewise.
30664 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30665 definitions.
30666 (llrint): Likewise, for all definitions.
30667 (llrintl): Likewise.
30668
fed0faa1
JM
30669 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30670 Remove [__GNUC__] condition.
30671 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30672 condition to just [__USE_ISOC99].
30673 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30674
1a20cb20
L
306752013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30676
30677 [BZ #14200]
30678 * sysdeps/unix/sysv/linux/x86/bits/environments.h
30679 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30680 defined.
30681 (_POSIX_V6_ILP32_OFF32): Likewise.
30682 (_XBS5_ILP32_OFF32): Likewise.
30683 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30684 (__ILP32_OFFBIG_LDFLAGS): Likewise.
30685
751b85f7
SP
306862013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30687
7490eb81
SP
30688 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30689
751b85f7
SP
30690 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30691 doubles __mpexp_twomm1. Adjust usage.
30692 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30693 Remove.
30694
988197f0
AS
306952013-01-10 Andreas Schwab <schwab@suse.de>
30696
30697 [BZ #14964]
30698 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30699 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30700
e83d7298
DM
307012013-01-09 David S. Miller <davem@davemloft.net>
30702
034ed64b 30703 [BZ #15003]
57f41c40
AS
30704 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30705 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30706 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30707 (TCP_FASTOPEN): Define.
e83d7298
DM
30708 (tcp_repair_opt): New structure.
30709 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30710 enum values.
57f41c40
AS
30711 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30712 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30713 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
30714 (tcp_cookie_transactions): New structure.
30715
d5e0b9bd
AB
307162013-01-09 Anton Blanchard <anton@samba.org>
30717
30718 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30719 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30720 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30721 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30722
0c07e3ea
JM
307232013-01-09 Joseph Myers <joseph@codesourcery.com>
30724
30725 * include/features.h (__USE_ANSI): Remove.
30726
232f7002
RM
307272013-01-09 Roland McGrath <roland@hack.frob.com>
30728
ad98e30c
RM
30729 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30730
232f7002
RM
30731 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30732
950c99ca
SP
307332013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
30734
b5792741
SP
30735 * sysdeps/s390/fpu/libm-test-ulps: Update.
30736
47cf2278
SP
30737 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30738
950c99ca
SP
30739 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30740 (__acr): Likewise.
30741 (__cpy): Likewise.
30742 (norm): Likewise.
30743 (denorm): Likewise.
30744 (__mp_dbl): Likewise.
30745 (__dbl_mp): Likewise.
30746 (add_magnitudes): Likewise.
30747 (sub_magnitudes): Likewise.
30748 (__add): Likewise.
30749 (__sub): Likewise.
30750 (__mul): Likewise.
30751 (__inv): Likewise.
30752 (__dvd): Likewise.
30753 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30754 (__acr): Likewise.
30755 (__cpy): Likewise.
30756 (norm): Likewise.
30757 (denorm): Likewise.
30758 (__mp_dbl): Likewise.
30759 (__dbl_mp): Likewise.
30760 (add_magnitudes): Likewise.
30761 (sub_magnitudes): Likewise.
30762 (__add): Likewise.
30763 (__sub): Likewise.
30764 (__mul): Likewise.
30765 (__inv): Likewise.
30766 (__dvd): Likewise.
30767 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30768 (__acr): Likewise.
30769 (__cpy): Likewise.
30770 (norm): Likewise.
30771 (denorm): Likewise.
30772 (__mp_dbl): Likewise.
30773 (__dbl_mp): Likewise.
30774 (add_magnitudes): Likewise.
30775 (sub_magnitudes): Likewise.
30776 (__add): Likewise.
30777 (__sub): Likewise.
30778 (__mul): Likewise.
30779 (__inv): Likewise.
30780 (__dvd): Likewise.
30781
eede9df9
JM
307822013-01-08 Joseph Myers <joseph@codesourcery.com>
30783
30784 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30785 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30786 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30787 2 && __USE_EXTERN_INLINES]: Likewise.
30788
c40ea3d9
AJ
307892013-01-08 Andreas Jaeger <aj@suse.de>
30790
30791 [BZ# 14985]
30792 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30793 Remove.
30794 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30795 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30796
2ccdea26
AB
307972013-01-07 Anton Blanchard <anton@samba.org>
30798
30799 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30800 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30801 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30802 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30803 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30804 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30805 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30806 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30807 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30808 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30809 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30810 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30811 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30812 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30813 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30814 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30815 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30816 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30817 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30818 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30819 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30820 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30821 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30822 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30823 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30824 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30825 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30826 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30827 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30828 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30829 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30830 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30831 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30832 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30833 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30834 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30835 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30836 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30837 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30838 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30839 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30840 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30841 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30842
a9708fed
JM
308432013-01-07 Joseph Myers <joseph@codesourcery.com>
30844
375607b9
JM
30845 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30846 (__MALLOC_PMT): Likewise.
30847 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30848 [__GNUC__], only on [_LIBC].
30849 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30850 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30851 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30852 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30853 forward declaration.
30854 (realloc_hook_ini): Likewise.
30855 (memalign_hook_ini): Likewise.
30856 (__libc_memalign): Do not use __MALLOC_PMT in variable
30857 declaration.
30858 (__libc_valloc): Likewise.
30859 (__libc_pvalloc): Likewise.
30860 (__libc_calloc): Likewise.
30861 (__posix_memalign): Likewise.
30862
a9708fed
JM
30863 [BZ #14996]
30864 * math/s_casinh.c: Include <float.h>.
30865 (__casinh): Do not do computation with squaring and square root
30866 for large arguments.
30867 * math/s_casinhf.c: Include <float.h>.
30868 (__casinhf): Do not do computation with squaring and square root
30869 for large arguments.
30870 * math/s_casinhl.c: Include <float.h>.
30871 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30872 (__casinhl): Do not do computation with squaring and square root
30873 for large arguments.
30874 * math/libm-test.inc (casin_test): Add more tests.
30875 (casinh_test): Likewise.
30876 * sysdeps/i386/fpu/libm-test-ulps: Update.
30877 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30878
afec409a
L
308792013-01-04 H.J. Lu <hongjiu.lu@intel.com>
30880
30881 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30882 (__x86_64_raw_data_cache_size): Likewise.
30883 (__x86_64_data_cache_size_half): Likewise.
30884 (__x86_64_raw_data_cache_size_half): Likewise.
30885 (__x86_64_shared_cache_size): Likewise.
30886 (__x86_64_raw_shared_cache_size): Likewise.
30887 (__x86_64_shared_cache_size_half): Likewise.
30888 (__x86_64_raw_shared_cache_size_half): Likewise.
30889 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30890 to ...
30891 (__x86_data_cache_size): This.
30892 (__x86_64_raw_data_cache_size): Renamed to ...
30893 (__x86_raw_data_cache_size): This.
30894 (__x86_64_data_cache_size_half): Renamed to ...
30895 (__x86_data_cache_size_half): This.
30896 (__x86_64_raw_data_cache_size_half): Renamed to ...
30897 (__x86_raw_data_cache_size_half): This.
30898 (__x86_64_shared_cache_size): Renamed to ...
30899 (__x86_shared_cache_size): This.
30900 (__x86_64_raw_shared_cache_size): Renamed to ...
30901 (__x86_raw_shared_cache_size): This.
30902 (__x86_64_shared_cache_size_half): Renamed to ...
30903 (__x86_shared_cache_size_half): This.
30904 (__x86_64_raw_shared_cache_size_half): Renamed to ...
30905 (__x86_raw_shared_cache_size_half): This.
30906 * sysdeps/x86_64/memcpy.S: Updated.
30907 * sysdeps/x86_64/memset.S: Likewise.
30908 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30909 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30910 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30911
0b3986d0
DM
309122013-01-04 David S. Miller <davem@davemloft.net>
30913
30914 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30915
e47686e9
AS
309162013-01-04 Andreas Schwab <schwab@linux-m68k.org>
30917
d643bac1
AS
30918 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30919 1 to avoid redefinition warning.
30920 (__USE_GNU): Don't define.
30921 (init_signaling_nan): Protoize.
30922
e47686e9
AS
30923 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30924
b18decba
SP
309252013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30926
fffb407f
SP
30927 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30928 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30929 (__cpymn): Likewise.
30930 (norm): Remove commented code.
30931 (denorm): Likewise.
30932 (__mp_dbl): Likewise.
30933 (__inv): Likewise.
30934 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30935 (__cpymn): Likewise.
30936 (norm): Remove commented code.
30937 (denorm): Likewise.
30938 (__mp_dbl): Likewise.
30939 (__inv): Likewise.
30940
b18decba
SP
30941 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30942 mp_no value for 1.0 and 2.0.
30943 (norm): Use RADIXI instead of radixi.d.
30944 (denorm): Likewise.
30945 (__mul): Use 0.0 instead of zero.d.
30946 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30947 mp_no value for 1.0 and 2.0.
30948 (norm): Use RADIXI instead of radixi.d.
30949 (denorm): Likewise.
30950 (__mul): Use 0.0 instead of zero.d.
30951
cdc1c96f
JM
309522013-01-04 Joseph Myers <joseph@codesourcery.com>
30953
30954 [BZ #14994]
30955 * math/s_casinh.c (__casinh): Reduce finite argument to first
30956 quadrant then set signs of results at the end.
30957 * math/s_casinhf.c (__casinhf): Likewise.
30958 * math/s_casinhl.c (__casinhl): Likewise.
30959 * math/libm-test.inc (casin_test): Add more tests.
30960 (casinh_test): Likewise.
30961 * sysdeps/i386/fpu/libm-test-ulps: Update.
30962 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30963
302913e1
SP
309642013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30965
6420d207
SP
30966 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30967
a9e48ab4
SP
30968 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30969
b7837264
SP
30970 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30971 declarations.
30972 (denorm): Likewise.
30973 (__mp_dbl): Likewise.
30974 (__inv): Likewise.
30975
f8af25d2
SP
30976 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30977 and adjust the header comment.
30978
302913e1
SP
30979 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30980 variable name from declaration.
30981
5d7dd1ca
L
309822013-01-03 H.J. Lu <hongjiu.lu@intel.com>
30983
30984 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30985 Initialize COMMON_CPUID_INDEX_7 element.
30986 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30987 (CPUID_RTM): Likewise.
30988 (HAS_RTM): Likewise.
30989 (COMMON_CPUID_INDEX_7): New enum.
30990
2f5f40f4
AS
309912013-01-03 Andreas Schwab <schwab@linux-m68k.org>
30992
30993 [BZ #14981]
30994 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30995 size is zero, record memory as freed.
30996
4056f4a0
AJ
309972013-01-03 Andreas Jaeger <aj@suse.de>
30998
30999 * po/ia.po: Add new Interlingua translation.
31000
ab15736f 310012012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
31002
31003 * locale/programs/localedef.c: Fix description of '--posix' flag.
31004
568035b7
JM
310052013-01-02 Joseph Myers <joseph@codesourcery.com>
31006
e6898b8d
JM
31007 * NEWS: Update dates in second copyright notice.
31008 * README: Update copyright dates in example.
31009 * manual/libc.texinfo: Update copyright dates.
31010 * scripts/test-installation.pl: Update copyright date in --version
31011 output.
31012
0e2f9562
JM
31013 * hurd/ctty-input.c: Fix copyright notice formatting.
31014 * hurd/ctty-output.c: Likewise.
31015 * hurd/dtable.c: Likewise.
31016 * hurd/hurd-raise.c: Likewise.
31017 * hurd/hurdprio.c: Likewise.
31018 * hurd/msgportdemux.c: Likewise.
31019 * misc/sys/file.h: Likewise.
31020 * misc/sys/ioctl.h: Likewise.
31021 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31022 * sysdeps/mach/hurd/chdir.c: Likewise.
31023 * sysdeps/mach/hurd/fchdir.c: Likewise.
31024 * sysdeps/mach/hurd/rename.c: Likewise.
31025 * sysdeps/mach/hurd/rmdir.c: Likewise.
31026 * sysdeps/mach/hurd/seekdir.c: Likewise.
31027 * sysdeps/mach/hurd/setsid.c: Likewise.
31028 * sysdeps/posix/wait3.c: Likewise.
31029
568035b7
JM
31030 * All files with FSF copyright notices: Update copyright dates
31031 using scripts/update-copyrights.
31032 * intl/plural.c: Regenerated.
31033 * locale/programs/charmap-kw.h: Likewise.
31034 * locale/programs/locfile-kw.h: Likewise.
31035
da08f647
SP
310362013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
31037
0f5477af
SP
31038 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31039 four values.
31040
44e0d4c2
SP
31041 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31042 calculation loop and add branch prediction.
31043
4d55b4e5
SP
31044 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31045 check access beyond bounds of m1np.
31046
da08f647
SP
31047 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31048 MPTWO.
31049 (__inv): Remove local variable MPTWO to use the global
31050 constant.
31051 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31052 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31053 variable MPTWO.
31054 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31055 MP3HALFS static const.
31056
8e051029
DM
310572013-01-01 David S. Miller <davem@davemloft.net>
31058
31059 * po/ca.po: Update from translation team.
31060
f4cf5f2d
JM
310612013-01-01 Joseph Myers <joseph@codesourcery.com>
31062
31063 * scripts/update-copyrights: New file.
31064 * Makeconfig: Reformat copyright notice.
31065 * ctype/ctype.h: Likewise.
31066 * debug/swprintf_chk.c: Likewise.
31067 * elf/dl-cache.c: Likewise.
31068 * elf/dl-debug.c: Likewise.
31069 * elf/dl-object.c: Likewise.
31070 * grp/initgroups.c: Likewise.
31071 * hurd/Makefile: Likewise.
31072 * hurd/hurd/signal.h: Likewise.
31073 * hurd/hurdfault.c: Likewise.
31074 * hurd/hurdioctl.c: Likewise.
31075 * hurd/hurdlookup.c: Likewise.
31076 * hurd/intr-msg.c: Likewise.
31077 * iconv/gconv_open.c: Likewise.
31078 * libio/swprintf.c: Likewise.
31079 * locale/lc-ctype.c: Likewise.
31080 * locale/nl_langinfo.c: Likewise.
31081 * mach/Machrules: Likewise.
31082 * mach/Makefile: Likewise.
31083 * malloc/obstack.h: Likewise.
31084 * manual/Makefile: Likewise.
31085 * manual/tsort.awk: Likewise.
31086 * misc/bits/stab.def: Likewise.
31087 * nis/nis_print_group_entry.c: Likewise.
31088 * nis/nis_table.c: Likewise.
31089 * nis/nss_compat/compat-pwd.c: Likewise.
31090 * nis/nss_compat/compat-spwd.c: Likewise.
31091 * po/Makefile: Likewise.
31092 * posix/fnmatch.c: Likewise.
31093 * posix/regex.h: Likewise.
31094 * resolv/Makefile: Likewise.
31095 * resolv/nss_dns/dns-network.c: Likewise.
31096 * resolv/res_hconf.c: Likewise.
31097 * scripts/gen-sorted.awk: Likewise.
31098 * soft-fp/soft-fp.h: Likewise.
31099 * stdio-common/printf.h: Likewise.
31100 * stdlib/monetary.h: Likewise.
31101 * stdlib/random.c: Likewise.
31102 * stdlib/random_r.c: Likewise.
31103 * sysdeps/generic/Makefile: Likewise.
31104 * sysdeps/gnu/Makefile: Likewise.
31105 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31106 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31107 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31108 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31109 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31110 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31111 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31112 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31113 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31114 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31115 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31116 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31117 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31118 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31119 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31120 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31121 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31122 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31123 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31124 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31125 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31126 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31127 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31128 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31129 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31130 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31131 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31132 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31133 * sysdeps/mach/hurd/errnos.awk: Likewise.
31134 * sysdeps/mach/hurd/fork.c: Likewise.
31135 * sysdeps/mach/hurd/getcwd.c: Likewise.
31136 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31137 * sysdeps/mach/hurd/mmap.c: Likewise.
31138 * sysdeps/mach/hurd/utimes.c: Likewise.
31139 * sysdeps/mach/hurd/xmknod.c: Likewise.
31140 * sysdeps/posix/profil.c: Likewise.
31141 * sysdeps/posix/readdir_r.c: Likewise.
31142 * sysdeps/powerpc/bits/mathdef.h: Likewise.
31143 * sysdeps/powerpc/bits/setjmp.h: Likewise.
31144 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31145 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31146 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31147 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31148 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31149 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31150 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31151 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31152 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31153 * sysdeps/pthread/lio_listio.c: Likewise.
31154 * sysdeps/sparc/dl-procinfo.h: Likewise.
31155 * sysdeps/unix/i386/sysdep.S: Likewise.
31156 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31157 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31158 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31159 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31160 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31161 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31162 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31163 * sysdeps/unix/sysv/linux/speed.c: Likewise.
31164 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31165 * sysdeps/wordsize-32/divdi3.c: Likewise.
31166 * time/sys/time.h: Likewise.
31167 * wcsmbs/Makefile: Likewise.
31168
0549fbba
DM
311692013-01-01 David S. Miller <davem@davemloft.net>
31170
a141f1a7
DM
31171 * po/fr.po: Update from translation team.
31172
0549fbba
DM
31173 * catgets/gencat.c: Update copyright year.
31174 * csu/version.c: Likewise.
31175 * debug/catchsegv.sh: Likewise.
31176 * debug/pcprofiledump.c: Likewise.
31177 * debug/xtrace.sh: Likewise.
31178 * elf/ldconfig.c: Likewise.
31179 * elf/ldd.bash.in: Likewise.
31180 * elf/pldd.c: Likewise.
31181 * elf/sotruss.ksh: Likewise.
31182 * elf/sprof.c: Likewise.
31183 * iconv/iconv_prog.c: Likewise.
31184 * iconv/iconvconfig.c: Likewise.
31185 * locale/programs/locale.c: Likewise.
31186 * locale/programs/localedef.c: Likewise.
31187 * login/programs/pt_chown.c: Likewise.
31188 * malloc/memusage.sh: Likewise.
31189 * malloc/memusagestat.c: Likewise.
31190 * malloc/mtrace.pl: Likewise.
31191 * nscd/nscd.c: Likewise.
31192 * nss/getent.c: Likewise.
31193 * nss/makedb.c: Likewise.
31194 * posix/getconf.c: Likewise.
31195
18ea052c
SP
311962012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
31197
31198 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31199 numbers.
31200
9c89fca6
MF
312012012-12-30 Mike Frysinger <vapier@gentoo.org>
31202
31203 * math/bits/mathcalls.h (modf): Use __nonnull.
31204
085ec079
SP
312052012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
31206
31207 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31208 (split): Use macro CN instead of the bare value.
31209 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31210 could be used.
31211 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31212 instead of the bare value.
31213 (power1): Likewise.
31214
6d9f97e1
SP
312152012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31216
d63f73be
SP
31217 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31218 __ATAN_TWOM.
31219 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31220
6d9f97e1
SP
31221 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31222 their values.
31223 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31224 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31225 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31226 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31227
4c4febf5
AJ
312282012-12-28 Andreas Jaeger <aj@suse.de>
31229
af5843ef
AJ
31230 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
31231 values are from Linux 3.7.
31232
4c4febf5
AJ
31233 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31234 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
31235
99136f82
SP
312362012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31237
2f216c3c 31238 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
31239 TRUE case.
31240
99136f82
SP
31241 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31242 (norm): Likewise.
31243 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31244 variables with preprocessor constants.
31245 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31246 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31247 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31248
7fffbdff
BH
312492012-12-27 Bruno Haible <bruno@clisp.org>
31250
31251 [BZ #14317]
31252 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31253 only if needed.
31254
b76eb5f0
SP
312552012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31256
31a7fe5c
SP
31257 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31258 and use variable directly.
31259 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31260
b76eb5f0
SP
31261 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31262 MPONE.
31263 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31264 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31265 variable MPONE.
31266 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31267 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31268 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31269 include directive. Remove local variable MPONE.
31270 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31271 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31272 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31273
2c8bfe7d
DM
312742012-12-25 David S. Miller <davem@davemloft.net>
31275
31276 * version.h (RELEASE): Set to "development".
31277 (VERSION): Set to "2.17.90".
31278 * NEWS: Add 2.18 section.
31279
147d03b0
DM
312802012-12-21 David S. Miller <davem@davemloft.net>
31281
31282 * po/hr.po: Update from translation team.
31283
a8ebb2b9
AK
312842012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31285
31286 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31287
95b4f1b6
SE
312882012-12-19 Steve Ellcey <sellcey@mips.com>
31289
b2d94007 31290 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 31291
cedb2a90
MS
312922012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31293
31294 * manual/contrib.texi (Contributors): Spelling correction.
31295
bbf527d6
DM
312962012-12-15 David S. Miller <davem@davemloft.net>
31297
31298 * po/ru.po: Update from translation team.
31299
bc38c906
DM
313002012-12-13 David S. Miller <davem@davemloft.net>
31301
85429b1a
DM
31302 * NEWS: Mention IFUNC testsuite enhancements.
31303
d283e353
DM
31304 * po/pl.po: Update from translation team.
31305 * po/bg.po: Likewise.
31306
bc38c906
DM
31307 * manual/contrib.texi (Contributors): Update entries for Hongjiu
31308 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
31309
a181b0d7
DM
313102012-12-11 David S. Miller <davem@davemloft.net>
31311
4641d57e
DM
31312 * po/sv.po: Update from translation team.
31313
f7bc6495
DM
31314 * po/vi.po: Update from translation team.
31315
6fc9048f
DM
31316 * po/cs.po: Update from translation team.
31317
a181b0d7
DM
31318 * po/de.po: Update from translation team.
31319 * po/eo.po: Likewise.
31320 * po/nl.po: Likewise.
31321
f70bfe80
SP
313222012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
31323
3c8b4190
SP
31324 [BZ #14246]
31325 * manual/argp.texi (Argp Helper Functions): Move node to follow
31326 Argp Parsing State.
31327
f70bfe80
SP
31328 [BZ #14872]
31329 * manual/conf.texi (Limits on File System Capacity): Mention if
31330 terminating null is included in the max size.
31331
188f0adf
AJ
313322012-12-10 Andreas Jaeger <aj@suse.de>
31333
31334 * po/cs.po: Update from translation team.
31335
56e7d3ad
SP
313362012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
31337
31338 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31339 void pointer and cast to uintptr_t.
31340 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31341 path.
31342 * sysdeps/s390/s390-64/memcpy.S: Likewise.
31343 * sysdeps/s390/s390-64/memset.S: Likewise.
31344
76f2d2ea 313452012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
31346
31347 [BZ #14833]
31348 * menual/message.texi (Message Translation): Fix typos.
31349 (Helper programs for gettext): Likewise.
31350
67cbf9a2
AS
313512012-12-07 Andreas Schwab <schwab@linux-m68k.org>
31352
31353 [BZ #14898]
31354 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31355 Change to -1.
31356
682d0e9a
DM
313572012-12-07 David S. Miller <davem@davemloft.net>
31358
31359 * po/libc.pot: Update.
31360
573cd484
RH
313612012-12-07 Richard Henderson <rth@redhat.com>
31362
7e9da188 31363 [BZ #10114]
573cd484
RH
31364 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31365 normal/normal case to before the switch.
31366 (_FP_DIV): Likewise.
31367
e933a943
MF
313682012-12-06 Carlos O'Donell <carlos@systemhalted.org>
31369 Mike Frysinger <vapier@gentoo.org>
31370
31371 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31372 check for __NR_fadvise64_64.
31373
82123268
CM
313742012-12-06 Chris Metcalf <cmetcalf@tilera.com>
31375
31376 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31377 0, not just to plain "0" as a statement.
31378 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31379 with cw.
31380
d9814526
JM
313812012-12-06 Joseph Myers <joseph@codesourcery.com>
31382
31383 * NEWS: Use sourceware.org in Bugzilla URL.
31384
7728c574
SP
313852012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
31386
f16946dd
SP
31387 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31388 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31389
5704bbcb
SP
31390 * stdio-common/tst-put-error.c (do_test): Add newline to the
31391 padded test to ensure flush.
31392
17aa0516
JL
313932012-12-05 Jeff Law <law@redhat.com>
31394
31395 * sunrpc/etc.rpc (fedfs_admin): Add entry.
31396
363313b5
JM
313972012-12-05 Joseph Myers <joseph@codesourcery.com>
31398
effbd42a
JM
31399 * README: Don't refer to ports add-on as distributed separately.
31400 Mention AArch64 in list of systems supported in the ports add-on.
31401
87600365
JM
31402 * LICENSES: Add more non-FSF copyright and license notices.
31403
a0d7066a
JM
31404 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31405 ((unused)).
31406
66ca5a5b
JM
31407 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31408
363313b5
JM
31409 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31410 10000 as width of padded output.
31411
b37984ad
JM
314122012-12-04 Joseph Myers <joseph@codesourcery.com>
31413
9003570a
JM
31414 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31415
b37984ad
JM
31416 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31417 variable LX with __attribute__ ((unused)).
31418 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31419 Likewise.
31420 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31421 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31422 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31423 with __attribute__ ((unused)).
31424
c8df52ec
DM
314252012-12-04 David S. Miller <davem@abraco.davemloft.net>
31426
31427 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31428
b3b099af
JM
314292012-12-04 Joseph Myers <joseph@codesourcery.com>
31430
c33aa6e3
JM
31431 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31432 (CFLAGS-nldbl-acos.c): New variable.
31433 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31434 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31435 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31436 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31437 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31438 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31439 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31440 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31441 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31442 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31443 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31444 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31445 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31446 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31447 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31448 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31449 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31450 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31451 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31452 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31453 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31454 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31455 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31456 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31457 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31458 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31459 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31460 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31461 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31462 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31463 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31464 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31465 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31466 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31467 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31468 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31469 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31470 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31471 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31472 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31473 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31474 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31475 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31476 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31477 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31478 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31479 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31480 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31481 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31482 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31483 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31484 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31485 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31486 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31487 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31488 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31489 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31490 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31491 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31492 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31493 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31494 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31495 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31496 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31497 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31498 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31499 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31500 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31501 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31502 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31503 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31504 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31505 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31506 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31507 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31508 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31509 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31510 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31511 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31512 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31513 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31514 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31515 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31516 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31517 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31518 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31519 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31520 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31521 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31522 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31523 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31524 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31525 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31526 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31527 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31528 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31529 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31530
20f0018d
JM
31531 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31532 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31533
b3b099af
JM
31534 [BZ #14914]
31535 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31536 whole low double instead of just low 47 bits when splitting values
31537 into two parts.
31538
029264d1
AM
315392012-12-03 Allan McRae <allan@archlinux.org>
31540
31541 * manual/stdio.texi (Predefined Printf Handlers): Remove
31542 @hsep and @vsep usage.
31543
c9d6789e
MF
315442012-12-03 Mike Frysinger <vapier@gentoo.org>
31545
31546 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31547 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31548
4b7634a5
JL
315492012-12-03 Jeff Law <law@redhat.com>
31550
31551 * time/sys/time.h (settimeofday): Do not mark TV argument
31552 as __nonnull.
31553
eb6cbd24
MF
315542012-12-01 Mike Frysinger <vapier@gentoo.org>
31555
31556 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31557 when currently writing and seek to current position when not.
31558 * libio/Makefile (tests): Remove bug-fclose1.
31559 * libio/bug-fclose1.c: Delete.
31560
f638872a
JM
315612012-12-01 Joseph Myers <joseph@codesourcery.com>
31562
31563 * manual/arith.texi (feenableexcept): Fix typo.
31564 (fedisableexcept): Likewise.
31565
48085d14
RM
315662012-11-30 Roland McGrath <roland@hack.frob.com>
31567
31568 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31569 second, differently-typed declaration, rather than a cast.
31570
1a538b9f
SP
315712012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
31572
31573 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31574 * include/rpc/svc.h: ... here.
31575
d07f2ff1 315762012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
31577
31578 [BZ #13013]
31579 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31580 depending n and resplen2 to catch cases where answer
31581 equals answerp2.
31582
c93ec1f0
CD
315832012-11-29 Carlos O'Donell <carlos@systemhalted.org>
31584
31585 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31586 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31587
37db69de
MF
315882012-11-29 Mike Frysinger <vapier@gentoo.org>
31589
31590 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31591
e10c4e4f
RM
315922012-11-29 Roland McGrath <roland@hack.frob.com>
31593
31594 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31595
2af1b328
JL
315962012-11-28 Jeff Law <law@redhat.com>
31597
31598 [BZ #13761]
31599 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31600 dataset_temporary. Track alloca usage into alloca_used.
31601 If dataset is large allocate and release it via malloc/free.
31602
111db5b1
FW
316032012-06-04 Florian Weimer <fweimer@redhat.com>
31604
f06cc227 31605 [BZ #14197]
111db5b1
FW
31606 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31607
dd694abd
DM
316082012-11-28 David S. Miller <davem@davemloft.net>
31609
31610 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31611
9984dd01
JM
316122012-11-28 Joseph Myers <joseph@codesourcery.com>
31613
31614 [BZ #14803]
31615 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31616 of pi/2 rounded to nearest to 64 bits.
31617 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31618 nearest to 64 bits.
31619 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31620 bits.
31621
14bc93a9
JL
316222012-11-28 Jeff Law <law@redhat.com>
31623 Martin Osvald <mosvald@redhat.com>
31624
31625 [BZ #14889]
31626 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31627 * sunrpc/svc.c: Include time.h.
31628 (__svc_accept_failed): New function.
31629 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31630 any reason other than EINTR, call __svc_accept_failed.
31631 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31632 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31633
e3c6aa3a
AS
316342012-11-28 Andreas Schwab <schwab@suse.de>
31635
31636 * scripts/abilist.awk: Also handle indirect functions in .opd
31637 section.
31638
1bead169
JM
316392012-11-28 Joseph Myers <joseph@codesourcery.com>
31640
31641 [BZ #13881]
31642 * sysdeps/x86/fpu/powl_helper.c: New file.
31643 * sysdeps/x86/fpu/Makefile: Likewise.
31644 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31645 (p3): New object.
31646 (__ieee754_powl): Use __powl_helper for finite arguments except
31647 integer exponents below 8.
31648 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31649 (p3): New object.
31650 (__ieee754_powl): Use __powl_helper for finite arguments except
31651 integer exponents below 8.
31652 * math/libm-test.inc (pow_test): Add more tests and enable some
31653 previously disabled tests.
31654 * sysdeps/i386/fpu/libm-test-ulps: Update.
31655 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31656
0817d63d
SP
316572012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31658 Carlos O'Donell <carlos_odonell@mentor.com>
31659
31660 * nss/makedb.c (is_prime): Assert that input is odd and greater
31661 than 4. Note that fact in a comment too.
31662 (next_prime): Add 4 to input.
31663
de2fd463
SP
316642012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31665
31666 [BZ #11741]
31667 * libio/Makefile (tests): Add test case tst-fwrite-error.
31668 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31669 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31670 * libio/tst-fwrite-error.c: New test case.
31671
c515fb51
L
316722012-11-26 H.J. Lu <hongjiu.lu@intel.com>
31673
31674 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31675 before casting to void *.
31676 * include/libc-internal.h (__pointer_type): New macro.
31677 (__integer_if_pointer_type_sub): Likewise.
31678 (__integer_if_pointer_type): Likewise.
31679 (cast_to_integer): Likewise.
31680 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31681 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31682 before casting to atomic64_t.
31683 (atomic_exchange_acq): Likewise.
31684 (__arch_exchange_and_add_body): Likewise.
31685 (__arch_add_body): Likewise.
31686 (atomic_add_negative): Likewise.
31687 (atomic_add_zero): Likewise.
31688
4cf77aa9
JM
316892012-11-26 Joseph Myers <joseph@codesourcery.com>
31690
31691 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31692 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31693 (add_fdes): Likewise.
31694 (linear_search_fdes): Likewise.
31695 (binary_search_unencoded_fdes): Likewise.
31696
d260b3b4
AS
316972012-11-26 Andreas Schwab <schwab@linux-m68k.org>
31698
31699 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31700
67060746
AC
317012012-11-24 Adam Conrad <adconrad@0c3.net>
31702
31703 * configure.in: Autodetect C++ header directories.
31704 * configure: Regenerated.
31705
800938a1
MF
317062012-11-23 Mike Frysinger <vapier@gentoo.org>
31707
31708 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31709
4e6e34e6
AS
317102012-11-23 Andreas Schwab <schwab@linux-m68k.org>
31711
31712 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31713
7c7feb47
JM
317142012-11-22 Joseph Myers <joseph@codesourcery.com>
31715
7184dcdf
JM
31716 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31717 LDBL_MANT_DIG == 106]: Disable some tests.
31718 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31719 Likewise.
31720 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31721 Likewise.
31722
0a42601f
JM
31723 [BZ #14871]
31724 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31725 input for small inputs. Return +/- pi/2 for large inputs.
31726 * math/libm-test.inc (atan_test): Add more tests.
31727
79c9b9fe
JM
31728 * sysdeps/generic/unwind-dw2-fde-glibc.c
31729 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31730 __attribute__ ((unused)).
31731
c60d3bf2
JM
31732 [BZ #14645]
31733 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31734 x * y if x and y are nonzero and z is zero.
31735
ef1e0867
JM
31736 [BZ #14811]
31737 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31738 nonzero exponents with absolute value below 0x1p-117 to +/-
31739 0x1p-117.
31740
1468ded3
JM
31741 [BZ #14869]
31742 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31743 up arguments below 2**-450, not just those below 2**-500.
31744 * math/libm-test.inc (hypot_test): Add another test.
31745
8e27e3cc
JM
31746 [BZ #14868]
31747 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31748 Return a+b for ratio over 2**120, not 2**60.
31749 * math/libm-test.inc (hypot_test): Add another test.
31750
c9c0279b
JM
31751 * math/libm-test.inc (clog_test): Use
31752 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31753 (clog10_test): Likewise.
31754
7c7feb47
JM
31755 [BZ #6778]
31756 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31757
fff1530e
AS
317582012-11-22 Andreas Schwab <schwab@suse.de>
31759
31760 * sysdeps/i386/fpu/libm-test-ulps: Update.
31761
94558d30
PT
317622012-11-22 Pino Toscano <toscano.pino@tiscali.it>
31763
31764 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31765 printf output with newline.
31766
7e1be741
L
317672012-11-21 H.J. Lu <hongjiu.lu@intel.com>
31768
6bfea974
L
31769 [BZ #14865]
31770 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31771 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31772 -z nodlopen, -z initfirst and -z execstack support.
31773 * configure: Regenerated.
31774
7e1be741
L
31775 * elf/elf.h (DF_1_NODIRECT): New macro.
31776 (DF_1_IGNMULDEF): Likewise.
31777 (DF_1_NOKSYMS): Likewise.
31778 (DF_1_NOHDR): Likewise.
31779 (DF_1_EDITED): Likewise.
31780 (DF_1_NORELOC): Likewise.
31781 (DF_1_SYMINTPOSE): Likewise.
31782 (DF_1_GLOBAUDIT): Likewise.
31783 (DF_1_SINGLETON): Likewise.
31784 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31785 DT_1_SUPPORTED_MASK bits.
31786 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31787
105ce2ce
CD
317882012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
31789
31790 * sysdeps/unix/make-syscalls.sh: Document prefixes.
31791
123be9de
TS
317922012-11-20 Thomas Schwinge <thomas@codesourcery.com>
31793
d072f3f7
TS
31794 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31795 macro.
31796
123be9de
TS
31797 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31798 (sendmmsg): Move declarations...
31799 * socket/sys/socket.h: ... here.
31800 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31801 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31802 include it from...
31803 * socket/recvmmsg.c: ... this new file.
31804 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31805 (sendmmsg): Rename to __sendmmsg, create weak alias and make
31806 definition of __sendmmsg hidden.
31807 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31808 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31809 Move ENOSYS stub into and include it from...
31810 * socket/sendmmsg.c: ... this new file.
31811 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31812 (sysdep_routines): Move recvmmsg and sendmmsg...
31813 * socket/Makefile (routines): ... here.
31814 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31815 (GLIBC_PRIVATE): Add __sendmmsg.
31816 * include/sys/socket.h (__sendmmsg): Add declarations.
31817 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31818 sendmmsg.
31819
cf9a5d18
JM
318202012-11-20 Joseph Myers <joseph@codesourcery.com>
31821
31822 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31823 variable I1 with __attribute__ ((unused)).
31824 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31825
ecd4caf9
JM
318262012-11-19 Joseph Myers <joseph@codesourcery.com>
31827
be14d48f
JM
31828 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31829 DUMMY variables with __attribute__ ((unused)).
31830
ecd4caf9
JM
31831 * bits/byteswap.h: Include <bits/types.h>.
31832 (__bswap_64): Use __uint64_t instead of unsigned long long int.
31833
986cab95
PT
318342012-11-19 Pino Toscano <toscano.pino@tiscali.it>
31835
31836 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31837 string_t. Do not manually set errno.
31838 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31839 length with __strnlen. Make sure to both set errno and return it on
31840 failure.
31841
6d33cc9d
DM
318422012-11-19 David S. Miller <davem@davemloft.net>
31843
31844 With help from Joseph Myers.
31845 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31846 very large arguments properly.
31847 * math/libm-test.inc (atan_test): New tests.
31848 (atan2_test): New tests.
31849 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31850 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31851
ee663277
JM
318522012-11-19 Joseph Myers <joseph@codesourcery.com>
31853
877f2d8e
JM
31854 [BZ #14856]
31855 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31856 Define to 3.
31857
116fc08a
JM
31858 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31859 [POSIX] (EADDRNOTAVAIL): Likewise.
31860 [POSIX] (EAFNOSUPPORT): Likewise.
31861 [POSIX] (EALREADY): Likewise.
31862 [POSIX] (ECONNABORTED): Likewise.
31863 [POSIX] (ECONNREFUSED): Likewise.
31864 [POSIX] (ECONNRESET): Likewise.
31865 [POSIX] (EDESTADDRREQ): Likewise.
31866 [POSIX] (EDQUOT): Likewise.
31867 [POSIX] (EHOSTUNREACH): Likewise.
31868 [POSIX] (EIDRM): Likewise.
31869 [POSIX] (EISCONN): Likewise.
31870 [POSIX] (ELOOP): Likewise.
31871 [POSIX] (EMULTIHOP): Likewise.
31872 [POSIX] (ENETDOWN): Likewise.
31873 [POSIX] (ENETUNREACH): Likewise.
31874 [POSIX] (ENOBUFS): Likewise.
31875 [POSIX] (ENODATA): Likewise.
31876 [POSIX] (ENOLINK): Likewise.
31877 [POSIX] (ENOMSG): Likewise.
31878 [POSIX] (ENOPROTOOPT): Likewise.
31879 [POSIX] (ENOSR): Likewise.
31880 [POSIX] (ENOSTR): Likewise.
31881 [POSIX] (ENOTCONN): Likewise.
31882 [POSIX] (ENOTSOCK): Likewise.
31883 [POSIX] (EOPNOTSUPP): Likewise.
31884 [POSIX] (EOVERFLOW): Likewise.
31885 [POSIX] (EPROTO): Likewise.
31886 [POSIX] (EPROTONOSUPPORT): Likewise.
31887 [POSIX] (EPROTOTYPE): Likewise.
31888 [POSIX] (ESTALE): Likewise.
31889 [POSIX] (ETIME): Likewise.
31890 [POSIX] (ETXTBSY): Likewise.
31891 [POSIX] (EWOULDBLOCK): Likewise.
31892 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31893 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31894 [POSIX] (SEEK_CUR): Likewise.
31895 [POSIX] (SEEK_END): Likewise.
31896 [POSIX || UNIX98] (mode_t): Do not require.
31897 [POSIX] (off_t): Likewise.
31898 [POSIX] (pid_t): Likewise.
31899 [POSIX] (sys/stat.h): Do not allow header.
31900 [POSIX] (unistd.h): Likewise.
31901 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31902 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31903 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31904 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31905 require.
31906 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31907 sigevent): Specify elements.
31908 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31909 entry.
31910 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31911 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31912
a483863f
JM
31913 * conform/data/cpio.h-data [POSIX]: Disable whole file.
31914 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31915 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31916 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31917 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31918 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31919 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31920 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31921 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31922 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31923 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31924 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31925 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31926 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31927 Likewise.
31928 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31929 Likewise.
31930 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31931 Likewise.
31932 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31933 Likewise.
31934 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31935 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31936 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31937 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31938 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31939 Specify lower bound on value.
31940 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31941 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31942 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31943 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31944 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31945 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31946 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31947 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31948 value.
31949 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31950 as optional.
31951 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31952 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31953 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31954 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31955 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31956 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31957 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31958 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31959 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31960 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31961 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31962 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31963 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31964 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31965 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31966 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31967 entry.
31968 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31969 optional.
31970 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31971 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31972 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31973 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31974 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31975 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31976 Likewise.
31977 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31978 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31979 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31980 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31981 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
31982 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31983 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31984 as optional.
31985 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31986 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31987 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31988 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31989 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31990 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31991 specify as optional.
31992 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31993 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31994 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31995 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31996 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31997 [XPG3] (NL_LANGMAX): Likewise.
31998 [POSIX || XPG3] (NL_MSGMAX): Likewise.
31999 [POSIX || XPG3] (NL_NMAX): Likewise.
32000 [POSIX || XPG3] (NL_SETMAX): Likewise.
32001 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32002 [XPG3] (NZERO): Likewise.
32003 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32004 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32005 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32006 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32007 (REG_ERANGE): Expect.
32008 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32009 optional-constant.
32010 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32011 Use (void) in prototype.
32012 [POSIX] (*_t): Allow.
32013 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32014 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32015 (WRDE_BADVAL): Expect.
32016
5ba924e3
JM
32017 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32018 expect.
32019 [XPG3 || XPG4] (O_RSYNC): Likewise.
32020 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32021 Likewise.
32022 [XPG3 || XPG4] (pthread_sigmask): Likewise.
32023 [XPG3 || XPG4] (sigqueue): Likewise.
32024 [XPG3 || XPG4] (sigtimedwait): Likewise.
32025 [XPG3 || XPG4] (sigwaitinfo): Likewise.
32026 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32027 [XPG3 || XPG4] (vsnprintf): Likewise.
32028 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32029 Likewise.
32030 [XPG3 || XPG4] (blksize_t): Likewise.
32031 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32032 Likewise.
32033 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32034 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32035 [XPG3 || XPG4] (struct itimerspec): Likewise.
32036 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32037 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32038 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32039 [XPG3 || XPG4] (clockid_t): Likewise.
32040 [XPG3 || XPG4] (timer_t): Likewise.
32041 [XPG3 || XPG4] (clock_getres): Likewise.
32042 [XPG3 || XPG4] (clock_gettime): Likewise.
32043 [XPG3 || XPG4] (clock_settime): Likewise.
32044 [XPG3 || XPG4] (nanosleep): Likewise.
32045 [XPG3 || XPG4] (timer_create): Likewise.
32046 [XPG3 || XPG4] (timer_delete): Likewise.
32047 [XPG3 || XPG4] (timer_gettime): Likewise.
32048 [XPG3 || XPG4] (timer_getoverrun): Likewise.
32049 [XPG3 || XPG4] (timer_settime): Likewise.
32050 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32051 [XPG3 || XPG4] (getlogin_r): Likewise.
32052 [XPG3 || XPG4] (pread): Likewise.
32053 [XPG3 || XPG4] (pthread_atfork): Likewise.
32054 [XPG3 || XPG4] (pwrite): Likewise.
32055
ee663277
JM
32056 [BZ #14835]
32057 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32058 <bits/siginfo.h>.
32059
942caa16
PT
320602012-11-19 Pino Toscano <toscano.pino@tiscali.it>
32061
e19af380
PT
32062 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32063 finalizing MALLSTREAM.
32064
942caa16
PT
32065 * sysdeps/mach/hurd/syncfs.c: New file.
32066
cfde9b46
SP
320672012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
32068
32069 [BZ #14719]
32070 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32071 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32072 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32073 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32074 (_nss_dns_gethostbyname4_r): Likewise.
32075 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32076 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32077
f6da27e5
PH
320782012-11-19 Peng Haitao <penght@cn.fujitsu.com>
32079
32080 [BZ #13763]
32081 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32082
6665d4a2
SM
320832012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
32084
1f51ee92
SM
32085 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32086 * elf/cache.c (print_entry): Print ",AArch64" for
32087 FLAG_AARCH64_LIB64
32088
6665d4a2
SM
32089 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32090 * elf/cache.c (print_entry): Print ",hard-float" for
32091 FLAG_ARM_LIBHF.
32092
05b227bd
DM
320932012-11-18 David S. Miller <davem@davemloft.net>
32094
32095 With help from Joseph Myers.
32096 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32097 cutoff to 2**-13.
32098 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32099 cutoff to 2**-25.
32100 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32101 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32102 small.
32103 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32104 * math/libm-test.inc (y0_test): New tests.
32105 (y1_test): New tests.
32106 * sysdeps/i386/fpu/libm-test-ulps: Update.
32107 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32108 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32109
786b0b67
AS
321102012-11-18 Andreas Schwab <schwab@linux-m68k.org>
32111
32112 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32113 64-bit targets.
32114 * configure: Regenerated.
32115
8e18b86d
DM
321162012-11-17 David S. Miller <davem@davemloft.net>
32117
32118 [BZ #14811]
32119 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32120 nonzero exponents with absolute value below 0x1p-128 to +/-
32121 0x1p-128.
32122
531f1ae0
JM
321232012-11-17 Joseph Myers <joseph@codesourcery.com>
32124
12df29e2
JM
32125 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32126
150dc1a0
JM
32127 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32128
531f1ae0
JM
32129 * posix/getconf-speclist.c: New file.
32130 * posix/posix-envs.def: Likewise.
32131 * posix/confstr.c (START_ENV_GROUP): New macro.
32132 (END_ENV_GROUP): Likewise.
32133 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32134 (KNOWN_PRESENT_ENV_STRING): Likewise.
32135 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32136 (UNKNOWN_ENVIRONMENT): Likewise.
32137 (confstr): Include posix-envs.def instead of handling
32138 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32139 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32140 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32141 (END_ENV_GROUP): Likewise.
32142 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32143 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32144 (UNKNOWN_ENVIRONMENT): Likewise.
32145 (__sysconf): Include posix-envs.def instead of handling associated
32146 cases directly here.
32147 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32148 preprocessing getconf-speclist.c rather than running getconf or
32149 generating empty file.
32150
a93f9cbc
PT
321512012-11-16 Pino Toscano <toscano.pino@tiscali.it>
32152
32153 * scripts/check-local-headers.sh: Ignore 'mach' headers.
32154
d64d9f87
AL
321552012-11-16 Andrej Lajovic <natrij@gmail.com>
32156
32157 [BZ #14672]
32158 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32159
447885eb
DM
321602012-11-16 David S. Miller <davem@davemloft.net>
32161
32162 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32163 smaller than LDBL_EPSILON/2.0L, just return xm1.
32164
bcbf9830
L
321652012-11-16 H.J. Lu <hongjiu.lu@intel.com>
32166
32167 * elf/tst-array1.c (init): Set constructor priority to 1000.
32168 (fini): Set destructor priority to 1000.
32169 * elf/tst-array2dep.c: Likewise.
32170
2b766585
SP
321712012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32172
32173 [BZ #11741]
32174 * libio/fileops.c (_IO_new_file_write): Correctly return error.
32175 (_IO_new_file_xsputn): Also return EOF if none of the input
32176 data was written when overflow failed.
32177 * libio/iopadn.c (_IO_padn): Likewise.
32178 * libio/iowpadn.c (_IO_wpadn): Likewise.
32179 * stdio-common/tst-put-error.c: Add copyright notice.
32180 (do_test): Add case for printing padded string.
32181 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32182 _IO_padn returned error.
32183 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32184 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32185 return EOF.
32186
b1848fde
SP
321872012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32188
32189 * libio/libioP.h: Add comment note that the references to C++
32190 bits are now obsolete.
32191
2fd89785
MS
321922012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32193
32194 * math/libm-test.inc (check_complex): Use asprintf.
32195
e3ea5409
JM
321962012-11-14 Joseph Myers <joseph@codesourcery.com>
32197
32198 * debug/pcprofiledump.c (print_version): Update copyright year.
32199 * malloc/memusagestat.c (print_version): Likewise.
32200
2e64d265
L
322012012-11-14 H.J. Lu <hongjiu.lu@intel.com>
32202
32203 [BZ #14831]
32204 * elf/Makefile (tests): Add tst-audit8.
32205 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32206 ($(objpfx)tst-audit8.out): New target.
32207 (tst-audit8-ENV): New variable.
32208 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32209 audit if l_reloc_result is NULL.
32210 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32211 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32212 * elf/tst-audit8.c: New file.
32213
c485e4d2
MS
322142012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32215
32216 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32217 * misc/Makefile (CFLAGS-select.c): Define.
32218 * posix/Makefile (CFLAGS-pause.c): Define.
32219
3a0d900a
DM
322202012-11-13 David S. Miller <davem@davemloft.net>
32221
32222 * crypt/Makefile: Move test targets after toplevel Rules
32223 inclusion. Grab any necessary sysdep routines when linking.
32224 * crypt/md5.c (md5_process_block): Remove define, we will always
32225 name it __md5_process_block.
32226 (md5_finish_ctx): Update md5_process_block call.
32227 (md5_stream): Likewise.
32228 (md5_process_bytes): Likewise.
32229 (md5_process_block): Rename to __md5_process_block and move to ...
32230 * crypt/md5-block.c: ... here.
32231 * crypt/sha256.c (sha256_process_block): Move to ...
32232 * crypt/sha256-block.c: ... here.
32233 * crypt/sha512.c (sha512_process_block): Move to ...
32234 * crypt/sha512-block.c: ... here.
32235 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32236 path.
32237 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32238 * sysdeps/sparc/sparc64/multiarch/Makefile
32239 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32240 crypt subdir.
32241 (localedef-aux): Add md5 crypto assembler when in locale subdir.
32242 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32243 multiarch changes.
32244 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32245 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32246 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32247 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32248 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32249 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32250 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32251 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32252 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32253 file.
32254 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32255 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32256 file.
32257 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32258
8ca89318
JM
322592012-11-13 Joseph Myers <joseph@codesourcery.com>
32260
e27d476a
JM
32261 * timezone/tzselect.ksh: Update from tzcode git revision
32262 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32263 * timezone/zdump.c: Likewise.
32264 * timezone/zic.c: Likewise.
32265 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32266 in TZVERSION setting, not $(PKGVERSION).
32267 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
32268 REPORT_BUGS_TO settings.
32269
8ca89318
JM
32270 [BZ #14838]
32271 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32272 macro.
32273
47594329
MS
322742012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32275
32276 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32277 detection to immediately after _FP_ROUND().
32278 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32279 bits are 0.
32280
640ac3f1
DM
322812012-11-11 David S. Miller <davem@davemloft.net>
32282
32283 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32284 inttypes.h
32285 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32286 __close rather than their public counterparts.
32287
3d2577bb
JM
322882012-11-10 Joseph Myers <joseph@codesourcery.com>
32289
32290 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32291 file.
32292 [UNIX98] (sem_timedwait): Do not expect.
32293 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32294 [XPG4 || UNIX98] (sockatmark): Do not expect.
32295 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32296 (clock_getcpuclockid): Do not expect.
32297 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32298 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32299 Do not expect.
32300 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32301 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32302 [UNIX98] (vwscanf): Likewise.
32303 [UNIX98] (vswscanf): Likewise.
32304
fb1ae1ee
JM
323052012-11-09 Joseph Myers <joseph@codesourcery.com>
32306
9ec6f8bd
JM
32307 * timezone/version.h: Remove file.
32308 * timezone/README: Do not refer to version.h.
32309 * timezone/Makefile ($(objpfx)zic.o): New dependency on
32310 $(objpfx)version.h.
32311 ($(objpfx)zdump.o): Likewise.
c3f81911 32312 ($(objpfx)version.h): New target.
9ec6f8bd 32313
0aa8f8a1
JM
32314 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32315 2012i.
32316 * timezone/README: Don't mention modification to tzselect.ksh.
32317 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32318 work on unmodified tzselect.ksh. Substitute version numbers in
32319 tzselect.ksh.
32320
4e87147f
JM
32321 * Makefile (format-me): Remove.
32322 (INSTALL): Adjust indentation. Use commands directly instead of
32323 using $(format-me).
32324
8b748aed
JM
32325 * aclocal.m4 (ACX_PKGVERSION): New macro.
32326 (ACX_BUGURL): Likewise.
32327 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32328 (PKGVERSION): New AC_DEFINE_UNQUOTED.
32329 (REPORT_BUGS_TO): Likewise.
32330 * configure: Regenerated.
32331 * config.h.in (PKGVERSION): New macro.
32332 (REPORT_BUGS_TO): Likewise.
32333 * config.make.in (PKGVERSION): New variable.
32334 (PKGVERSION_TEXI): Likewise.
32335 (REPORT_BUGS_TO): Likewise.
32336 (REPORT_BUGS_TEXI): Likewise.
32337 * Makefile (format-me): Use -I$(common-objpfx)manual.
32338 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32339 ($(common-objpfx)manual/%): New target.
32340 (manual/%): Remove target.
32341 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32342 (print_version): Use PKGVERSION.
32343 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32344 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32345 and REPORT_BUGS_TO.
32346 ($(objpfx)xtrace): Likewise.
32347 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32348 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32349 (print_version): Use PKGVERSION.
32350 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32351 (do_version): Use PKGVERSION.
32352 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32353 REPORT_BUGS_TO.
32354 (common-ldd-rewrite): Likewise.
32355 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32356 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32357 (print_version): Use PKGVERSION.
32358 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32359 * elf/pldd.c (argp_program_bug_address): Remove variable.
32360 (more_help): New function.
32361 (argp): Use more_help.
32362 (print_version): Use PKGVERSION.
32363 * elf/sln.c (main): Use PKGVERSION.
32364 (usage): Use REPORT_BUGS_TO.
32365 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32366 (top level): Use PKGVERSION.
32367 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32368 (print_version): Use PKGVERSION.
32369 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32370 (print_version): Use PKGVERSION.
32371 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32372 (print_version): Use PKGVERSION.
32373 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32374 (print_version): Use PKGVERSION.
32375 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32376 (print_version): Use PKGVERSION.
32377 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32378 (print_version): Use PKGVERSION.
32379 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32380 and BUGURL.
32381 ($(objpfx)memusage): Likewise.
32382 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32383 (do_version): Use PKGVERSION.
32384 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32385 (print_version): Use PKGVERSION.
32386 * malloc/mtrace.pl ($PACKAGE): Remove variable.
32387 ($PKGVERSION): New variable.
32388 ($REPORT_BUGS_TO): Likewise.
32389 (usage): Use $REPORT_BUGS_TO.
32390 (top level): Use $PKGVERSION.
32391 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32392 ($(objpfx)pkgvers.texi): New rule.
32393 ($(objpfx)stamp-pkgvers): Likewise.
32394 * manual/install.texi: Include pkgvers.texi.
32395 (--with-pkgversion): Document new configure option.
32396 (--with-bugurl): Likewise.
32397 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32398 than necessarily for this particular distribution. Use
32399 REPORT_BUGS_TO for where to report bugs.
32400 * INSTALL: Regenerated.
32401 * manual/libc.texinfo: Include pkgvers.texi.
32402 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32403 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32404 (print_version): Use PKGVERSION.
32405 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32406 (print_version): Use PKGVERSION.
32407 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32408 (print_version): Use PKGVERSION.
32409 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32410 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32411 macro.
32412 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32413 (print_version): Use PKGVERSION.
32414 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32415 (print_version): Use PKGVERSION.
32416 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32417 and PKGVERSION.
32418
92e4b6a9
JM
32419 * timezone/checktab.awk: Update from tzcode 2012i.
32420 * timezone/ialloc.c: Likewise.
32421 * timezone/private.h: Likewise.
32422 * timezone/scheck.c: Likewise.
32423 * timezone/tzfile.h: Likewise.
32424 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32425 (TZVERSION): Hardcode tzcode version number.
32426 * timezone/zdump.c: Update from tzcode 2012i.
32427 * timezone/zic.c: Likewise.
32428 * timezone/version.h: New file.
32429 * timezone/README: Describe version.h. Update upstream location.
32430
9bde902c
JM
32431 [BZ #14824]
32432 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32433 (mktemp): Enable declaration.
32434 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32435 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32436 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32437 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32438 Likewise.
32439 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32440 Likewise.
32441 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32442 Likewise.
32443 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32444 Likewise.
32445 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32446 Likewise.
32447 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32448 Likewise.
32449
fb1ae1ee
JM
32450 [BZ #14821]
32451 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32452 offset in buffer as u_int32_t not u_long. Consistently use memcpy
32453 for copies of such integer values.
32454 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32455 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32456
2c1adbcb
AJ
324572012-11-09 Andreas Jaeger <aj@suse.de>
32458
32459 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32460 definitions and declarations that are provided by
32461 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32462
d0f8457e
AK
324632012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32464
3a235abb 32465 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
32466 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32467 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32468 definition.
32469
57241e26
MS
324702012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32471
32472 * elf/elf.h: Update comment before AArch64 relocations.
32473
60e8270d
DM
324742012-11-07 David S. Miller <davem@davemloft.net>
32475
32476 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32477 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32478 (__start_context): Declare.
32479 (__makecontext_ret): Delete.
32480 (__makecontext): Hook up __start_context instead of
32481 __makecontext_ret.
32482 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32483 (sysdep_routines): Add __start_context when in stdlib.
32484
0fbb0fbc
JM
324852012-11-07 Joseph Myers <joseph@codesourcery.com>
32486
32487 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32488 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32489 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
32490 hardcoded "nm".
32491 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
32492 (READELF): New variable. Use it instead of hardcoded "readelf".
32493
eb48db7e
L
324942012-11-07 H.J. Lu <hongjiu.lu@intel.com>
32495
32496 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32497 * sysdeps/x86/Makefile: Here.
32498 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32499 * sysdeps/x86/tst-xmmymm.sh: This.
32500
05bcf62a
JM
325012012-11-07 Joseph Myers <joseph@codesourcery.com>
32502
c4b6cf53
JM
32503 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32504 expectations.
32505 [UNIX98] (pthread_barrier_t): Do not expect.
32506 [UNIX98] (pthread_barrierattr_t): Likewise.
32507 [UNIX98] (pthread_spinlock_t): Likewise.
32508 [UNIX98] (pthread_barrier_destroy): Likewise.
32509 [UNIX98] (pthread_barrier_init): Likewise.
32510 [UNIX98] (pthread_barrier_wait): Likewise.
32511 [UNIX98] (pthread_barrierattr_destroy): Likewise.
32512 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32513 [UNIX98] (pthread_barrierattr_init): Likewise.
32514 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32515 [UNIX98] (pthread_getcpuclockid): Likewise.
32516 [UNIX98] (pthread_mutex_timedlock): Likewise.
32517 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32518 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32519 [UNIX98] (pthread_sigmask): Likewise.
32520 [UNIX98] (pthread_spin_destroy): Likewise.
32521 [UNIX98] (pthread_spin_init): Likewise.
32522 [UNIX98] (pthread_spin_lock): Likewise.
32523 [UNIX98] (pthread_spin_trylock): Likewise.
32524 [UNIX98] (pthread_spin_unlock): Likewise.
32525 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32526 Do not expect.
32527 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32528 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32529 [XPG3 || XPG4] (pthread_cond_t): Likewise.
32530 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32531 [XPG3 || XPG4] (pthread_key_t): Likewise.
32532 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32533 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32534 [XPG3 || XPG4] (pthread_once_t): Likewise.
32535 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32536 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32537 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32538 [XPG3 || XPG4] (pthread_t): Likewise.
32539
cbe6e120
JM
32540 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32541 not expect.
32542 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32543
1b126443
JM
32544 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32545 Change function return type to int.
32546
b961a573
JM
32547 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32548 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32549 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32550 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32551 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32552 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32553 [!POSIX] (posix_madvise): Likewise.
32554 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32555 && !UNIX98].
32556 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32557 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32558 (mode_t): Likewise.
32559 (posix_mem_offset): Likewise.
32560 (posix_typed_mem_get_info): Likewise.
32561 (posix_typed_mem_open): Likewise.
32562
9e188909
JM
32563 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32564 Change condition to [XOPEN2K8].
32565
05bcf62a
JM
32566 * conform/conformtest.pl: Preprocess allow-header data with -x c
32567 instead of from stdin.
32568 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32569 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32570 [C99-based standards] (cerfc): Likewise.
32571 [C99-based standards] (cexp2): Likewise.
32572 [C99-based standards] (cexpm1): Likewise.
32573 [C99-based standards] (clog10): Likewise.
32574 [C99-based standards] (clog1p): Likewise.
32575 [C99-based standards] (clog2): Likewise.
32576 [C99-based standards] (clgamma): Likewise.
32577 [C99-based standards] (ctgamma): Likewise.
32578 [C99-based standards] (cerff): Likewise.
32579 [C99-based standards] (cerfcf): Likewise.
32580 [C99-based standards] (cexp2f): Likewise.
32581 [C99-based standards] (cexpm1f): Likewise.
32582 [C99-based standards] (clog10f): Likewise.
32583 [C99-based standards] (clog1pf): Likewise.
32584 [C99-based standards] (clog2f): Likewise.
32585 [C99-based standards] (clgammaf): Likewise.
32586 [C99-based standards] (ctgammaf): Likewise.
32587 [C99-based standards] (cerfl): Likewise.
32588 [C99-based standards] (cerfcl): Likewise.
32589 [C99-based standards] (cexp2l): Likewise.
32590 [C99-based standards] (cexpm1l): Likewise.
32591 [C99-based standards] (clog10l): Likewise.
32592 [C99-based standards] (clog1pl): Likewise.
32593 [C99-based standards] (clog2l): Likewise.
32594 [C99-based standards] (clgammal): Likewise.
32595 [C99-based standards] (ctgammal): Likewise.
32596 * conform/data/inttypes.h-data [C99-based standards]: Include
32597 stdint.h-data. Remove all expectations for stdint.h contents.
32598 [C99-based standards] (PRI*): Do not allow.
32599 [C99-based standards] (SCN*): Likewise.
32600 [C99-based standards] (*_t): Likewise.
32601 [C99-based-standards] (PRId8): Expect macro.
32602 [C99-based-standards] (PRIi8): Likewise.
32603 [C99-based-standards] (PRIo8): Likewise.
32604 [C99-based-standards] (PRIu8): Likewise.
32605 [C99-based-standards] (PRIx8): Likewise.
32606 [C99-based-standards] (PRIX8): Likewise.
32607 [C99-based-standards] (SCNd8): Likewise.
32608 [C99-based-standards] (SCNi8): Likewise.
32609 [C99-based-standards] (SCNo8): Likewise.
32610 [C99-based-standards] (SCNu8): Likewise.
32611 [C99-based-standards] (SCNx8): Likewise.
32612 [C99-based-standards] (PRIdLEAST8): Likewise.
32613 [C99-based-standards] (PRIiLEAST8): Likewise.
32614 [C99-based-standards] (PRIoLEAST8): Likewise.
32615 [C99-based-standards] (PRIuLEAST8): Likewise.
32616 [C99-based-standards] (PRIxLEAST8): Likewise.
32617 [C99-based-standards] (PRIXLEAST8): Likewise.
32618 [C99-based-standards] (SCNdLEAST8): Likewise.
32619 [C99-based-standards] (SCNiLEAST8): Likewise.
32620 [C99-based-standards] (SCNoLEAST8): Likewise.
32621 [C99-based-standards] (SCNuLEAST8): Likewise.
32622 [C99-based-standards] (SCNxLEAST8): Likewise.
32623 [C99-based-standards] (PRIdFAST8): Likewise.
32624 [C99-based-standards] (PRIiFAST8): Likewise.
32625 [C99-based-standards] (PRIoFAST8): Likewise.
32626 [C99-based-standards] (PRIuFAST8): Likewise.
32627 [C99-based-standards] (PRIxFAST8): Likewise.
32628 [C99-based-standards] (PRIXFAST8): Likewise.
32629 [C99-based-standards] (SCNdFAST8): Likewise.
32630 [C99-based-standards] (SCNiFAST8): Likewise.
32631 [C99-based-standards] (SCNoFAST8): Likewise.
32632 [C99-based-standards] (SCNuFAST8): Likewise.
32633 [C99-based-standards] (SCNxFAST8): Likewise.
32634 [C99-based-standards] (PRId16): Likewise.
32635 [C99-based-standards] (PRIi16): Likewise.
32636 [C99-based-standards] (PRIo16): Likewise.
32637 [C99-based-standards] (PRIu16): Likewise.
32638 [C99-based-standards] (PRIx16): Likewise.
32639 [C99-based-standards] (PRIX16): Likewise.
32640 [C99-based-standards] (SCNd16): Likewise.
32641 [C99-based-standards] (SCNi16): Likewise.
32642 [C99-based-standards] (SCNo16): Likewise.
32643 [C99-based-standards] (SCNu16): Likewise.
32644 [C99-based-standards] (SCNx16): Likewise.
32645 [C99-based-standards] (PRIdLEAST16): Likewise.
32646 [C99-based-standards] (PRIiLEAST16): Likewise.
32647 [C99-based-standards] (PRIoLEAST16): Likewise.
32648 [C99-based-standards] (PRIuLEAST16): Likewise.
32649 [C99-based-standards] (PRIxLEAST16): Likewise.
32650 [C99-based-standards] (PRIXLEAST16): Likewise.
32651 [C99-based-standards] (SCNdLEAST16): Likewise.
32652 [C99-based-standards] (SCNiLEAST16): Likewise.
32653 [C99-based-standards] (SCNoLEAST16): Likewise.
32654 [C99-based-standards] (SCNuLEAST16): Likewise.
32655 [C99-based-standards] (SCNxLEAST16): Likewise.
32656 [C99-based-standards] (PRIdFAST16): Likewise.
32657 [C99-based-standards] (PRIiFAST16): Likewise.
32658 [C99-based-standards] (PRIoFAST16): Likewise.
32659 [C99-based-standards] (PRIuFAST16): Likewise.
32660 [C99-based-standards] (PRIxFAST16): Likewise.
32661 [C99-based-standards] (PRIXFAST16): Likewise.
32662 [C99-based-standards] (SCNdFAST16): Likewise.
32663 [C99-based-standards] (SCNiFAST16): Likewise.
32664 [C99-based-standards] (SCNoFAST16): Likewise.
32665 [C99-based-standards] (SCNuFAST16): Likewise.
32666 [C99-based-standards] (SCNxFAST16): Likewise.
32667 [C99-based-standards] (PRId32): Likewise.
32668 [C99-based-standards] (PRIi32): Likewise.
32669 [C99-based-standards] (PRIo32): Likewise.
32670 [C99-based-standards] (PRIu32): Likewise.
32671 [C99-based-standards] (PRIx32): Likewise.
32672 [C99-based-standards] (PRIX32): Likewise.
32673 [C99-based-standards] (SCNd32): Likewise.
32674 [C99-based-standards] (SCNi32): Likewise.
32675 [C99-based-standards] (SCNo32): Likewise.
32676 [C99-based-standards] (SCNu32): Likewise.
32677 [C99-based-standards] (SCNx32): Likewise.
32678 [C99-based-standards] (PRIdLEAST32): Likewise.
32679 [C99-based-standards] (PRIiLEAST32): Likewise.
32680 [C99-based-standards] (PRIoLEAST32): Likewise.
32681 [C99-based-standards] (PRIuLEAST32): Likewise.
32682 [C99-based-standards] (PRIxLEAST32): Likewise.
32683 [C99-based-standards] (PRIXLEAST32): Likewise.
32684 [C99-based-standards] (SCNdLEAST32): Likewise.
32685 [C99-based-standards] (SCNiLEAST32): Likewise.
32686 [C99-based-standards] (SCNoLEAST32): Likewise.
32687 [C99-based-standards] (SCNuLEAST32): Likewise.
32688 [C99-based-standards] (SCNxLEAST32): Likewise.
32689 [C99-based-standards] (PRIdFAST32): Likewise.
32690 [C99-based-standards] (PRIiFAST32): Likewise.
32691 [C99-based-standards] (PRIoFAST32): Likewise.
32692 [C99-based-standards] (PRIuFAST32): Likewise.
32693 [C99-based-standards] (PRIxFAST32): Likewise.
32694 [C99-based-standards] (PRIXFAST32): Likewise.
32695 [C99-based-standards] (SCNdFAST32): Likewise.
32696 [C99-based-standards] (SCNiFAST32): Likewise.
32697 [C99-based-standards] (SCNoFAST32): Likewise.
32698 [C99-based-standards] (SCNuFAST32): Likewise.
32699 [C99-based-standards] (SCNxFAST32): Likewise.
32700 [C99-based-standards] (PRId64): Likewise.
32701 [C99-based-standards] (PRIi64): Likewise.
32702 [C99-based-standards] (PRIo64): Likewise.
32703 [C99-based-standards] (PRIu64): Likewise.
32704 [C99-based-standards] (PRIx64): Likewise.
32705 [C99-based-standards] (PRIX64): Likewise.
32706 [C99-based-standards] (SCNd64): Likewise.
32707 [C99-based-standards] (SCNi64): Likewise.
32708 [C99-based-standards] (SCNo64): Likewise.
32709 [C99-based-standards] (SCNu64): Likewise.
32710 [C99-based-standards] (SCNx64): Likewise.
32711 [C99-based-standards] (PRIdLEAST64): Likewise.
32712 [C99-based-standards] (PRIiLEAST64): Likewise.
32713 [C99-based-standards] (PRIoLEAST64): Likewise.
32714 [C99-based-standards] (PRIuLEAST64): Likewise.
32715 [C99-based-standards] (PRIxLEAST64): Likewise.
32716 [C99-based-standards] (PRIXLEAST64): Likewise.
32717 [C99-based-standards] (SCNdLEAST64): Likewise.
32718 [C99-based-standards] (SCNiLEAST64): Likewise.
32719 [C99-based-standards] (SCNoLEAST64): Likewise.
32720 [C99-based-standards] (SCNuLEAST64): Likewise.
32721 [C99-based-standards] (SCNxLEAST64): Likewise.
32722 [C99-based-standards] (PRIdFAST64): Likewise.
32723 [C99-based-standards] (PRIiFAST64): Likewise.
32724 [C99-based-standards] (PRIoFAST64): Likewise.
32725 [C99-based-standards] (PRIuFAST64): Likewise.
32726 [C99-based-standards] (PRIxFAST64): Likewise.
32727 [C99-based-standards] (PRIXFAST64): Likewise.
32728 [C99-based-standards] (SCNdFAST64): Likewise.
32729 [C99-based-standards] (SCNiFAST64): Likewise.
32730 [C99-based-standards] (SCNoFAST64): Likewise.
32731 [C99-based-standards] (SCNuFAST64): Likewise.
32732 [C99-based-standards] (SCNxFAST64): Likewise.
32733 [C99-based-standards] (PRIdMAX): Likewise.
32734 [C99-based-standards] (PRIiMAX): Likewise.
32735 [C99-based-standards] (PRIoMAX): Likewise.
32736 [C99-based-standards] (PRIuMAX): Likewise.
32737 [C99-based-standards] (PRIxMAX): Likewise.
32738 [C99-based-standards] (PRIXMAX): Likewise.
32739 [C99-based-standards] (SCNdMAX): Likewise.
32740 [C99-based-standards] (SCNiMAX): Likewise.
32741 [C99-based-standards] (SCNoMAX): Likewise.
32742 [C99-based-standards] (SCNuMAX): Likewise.
32743 [C99-based-standards] (SCNxMAX): Likewise.
32744 [C99-based-standards] (PRIdPTR): Likewise.
32745 [C99-based-standards] (PRIiPTR): Likewise.
32746 [C99-based-standards] (PRIoPTR): Likewise.
32747 [C99-based-standards] (PRIuPTR): Likewise.
32748 [C99-based-standards] (PRIxPTR): Likewise.
32749 [C99-based-standards] (PRIXPTR): Likewise.
32750 [C99-based-standards] (SCNdPTR): Likewise.
32751 [C99-based-standards] (SCNiPTR): Likewise.
32752 [C99-based-standards] (SCNoPTR): Likewise.
32753 [C99-based-standards] (SCNuPTR): Likewise.
32754 [C99-based-standards] (SCNxPTR): Likewise.
32755 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32756 allow.
32757 * conform/data/stdint.h-data: Update comments to clarify
32758 requirements.
32759 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
32760 type.
32761 [C99-based standards] (INT8_MAX): Likewise.
32762 [C99-based standards] (INT16_MIN): Likewise.
32763 [C99-based standards] (INT16_MAX): Likewise.
32764 [C99-based standards] (INT32_MIN): Likewise.
32765 [C99-based standards] (INT32_MAX): Likewise.
32766 [C99-based standards] (INT64_MIN): Likewise.
32767 [C99-based standards] (INT64_MAX): Likewise.
32768 [C99-based standards] (UINT8_MAX): Likewise.
32769 [C99-based standards] (UINT16_MAX): Likewise.
32770 [C99-based standards] (UINT32_MAX): Likewise.
32771 [C99-based standards] (UINT64_MAX): Likewise.
32772 [C99-based standards] (INT_LEAST8_MIN): Likewise.
32773 [C99-based standards] (INT_LEAST8_MAX): Likewise.
32774 [C99-based standards] (INT_LEAST16_MIN): Likewise.
32775 [C99-based standards] (INT_LEAST16_MAX): Likewise.
32776 [C99-based standards] (INT_LEAST32_MIN): Likewise.
32777 [C99-based standards] (INT_LEAST32_MAX): Likewise.
32778 [C99-based standards] (INT_LEAST64_MIN): Likewise.
32779 [C99-based standards] (INT_LEAST64_MAX): Likewise.
32780 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32781 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32782 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32783 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32784 [C99-based standards] (INT_FAST8_MIN): Likewise.
32785 [C99-based standards] (INT_FAST8_MAX): Likewise.
32786 [C99-based standards] (INT_FAST16_MIN): Likewise.
32787 [C99-based standards] (INT_FAST16_MAX): Likewise.
32788 [C99-based standards] (INT_FAST32_MIN): Likewise.
32789 [C99-based standards] (INT_FAST32_MAX): Likewise.
32790 [C99-based standards] (INT_FAST64_MIN): Likewise.
32791 [C99-based standards] (INT_FAST64_MAX): Likewise.
32792 [C99-based standards] (UINT_FAST8_MAX): Likewise.
32793 [C99-based standards] (UINT_FAST16_MAX): Likewise.
32794 [C99-based standards] (UINT_FAST32_MAX): Likewise.
32795 [C99-based standards] (UINT_FAST64_MAX): Likewise.
32796 [C99-based standards] (INTPTR_MIN): Likewise.
32797 [C99-based standards] (INTPTR_MAX): Likewise.
32798 [C99-based standards] (UINTPTR_MAX): Likewise.
32799 [C99-based standards] (INTMAX_MIN): Likewise.
32800 [C99-based standards] (INTMAX_MAX): Likewise.
32801 [C99-based standards] (UINTMAX_MAX): Likewise.
32802 [C99-based standards] (PTRDIFF_MIN): Likewise.
32803 [C99-based standards] (PTRDIFF_MAX): Likewise.
32804 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32805 [C99-based standards] (SIZE_MAX): Likewise.
32806 [C99-based standards] (WCHAR_MAX): Likewise.
32807 [C99-based standards] (WINT_MAX): Likewise.
32808 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
32809 constraint on value.
32810 [C99-based standards] (WCHAR_MIN): Likewise.
32811 [C99-based standards] (WINT_MIN): Likewise.
32812 [C99-based standards] (*_t): Allow.
32813 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32814 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32815 Include math.h-data and complex.h-data. Remove all expectations
32816 of math.h and complex.h contents.
32817 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32818 at end of line.
32819 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32820 (struct tm): Expect tag.
32821 [C99-based-standards] (wcstof): Expect function.
32822 [C99-based-standards] (wcstold): Likewise.
32823 [C99-based-standards] (wcstoll): Likewise.
32824 [C99-based-standards] (wcstoull): Likewise.
32825 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32826 macro-int-constant. Specify type.
32827 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
32828 constraint on value.
32829 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32830 Specify type.
32831 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32832 Specify value.
32833 [ISO C standards]: Do not allow headers.
32834 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32835 wcs[abcdefghijklmnopqrstuvwxyz]*.
32836 [ISO C standards] (*_t): Do not allow.
32837 * conform/data/wctype.h-data [C99-based standards] (iswblank):
32838 Expect function.
32839 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32840 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32841 Specify type.
32842 [ISO C standards]: Do not allow headers.
32843 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32844 is[abcdefghijklmnopqrstuvwxyz]*.
32845 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32846 to[abcdefghijklmnopqrstuvwxyz]*.
32847 [ISO C standards] (*_t): Do not allow.
32848 * conform/data/stdalign.h-data: New file.
32849 * conform/data/stdbool.h-data: Likewise.
32850 * conform/data/stdnoreturn.h-data: Likewise.
32851
7514feb8
RM
328522012-11-07 Roland McGrath <roland@hack.frob.com>
32853
32854 [BZ #14815]
32855 * manual/filesys.texi (Directory Entries): Typo fix.
32856 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32857
19b2ecfc
MS
328582012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32859
32860 * elf/elf.h (EM_AARCH64): New macro.
32861 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32862 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32863 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32864 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32865 (R_AARCH64_TLSDESC): Likewise.
32866 (NT_ARM_TLS): Likewise.
32867 (NT_ARM_HW_BREAK): Likewise.
32868 (NT_ARM_HW_WATCH): Likewise.
32869
60e235ee
JM
328702012-11-07 Joseph Myers <joseph@codesourcery.com>
32871
32872 [BZ #14811]
32873 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32874 (__ieee754_powl): Saturate nonzero exponents with absolute value
32875 below 0x1p-79 to +/- 0x1p-79.
32876 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32877 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32878 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32879 nonzero exponents with absolute value below 0x1p-32 to +/-
32880 0x1p-32.
32881 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32882 (__ieee754_powl): Saturate nonzero exponents with absolute value
32883 below 0x1p-79 to +/- 0x1p-79.
32884 * math/libm-test.inc (pow_test): Add more tests.
32885
0ab234b7
AK
328862012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32887
32888 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32889 _dl_s390_cap_flags with kernel. Increase string length.
32890 (_dl_s390_platforms): Add z196 and zEC12.
32891
45832f74
JM
328922012-11-07 Joseph Myers <joseph@codesourcery.com>
32893
32894 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32895 Change XOPEN21K to XOPEN2K.
32896
19218757
MK
328972012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
32898
32899 * string/memmove.c: Use memcpy when possible.
32900
c5f45721
AJ
329012012-11-06 Andreas Jaeger <aj@suse.de>
32902
32903 * po/eo.po: Update from translation team.
32904
82477c28
JM
329052012-11-06 Joseph Myers <joseph@codesourcery.com>
32906
32907 [BZ #14793]
32908 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32909 exponent and small x and y exponents, scale x or y up. Increase
32910 by 2 the exponent used in scaling up.
32911 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32912 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32913 * math/libm-test.inc (fma_test): Add more tests.
32914 (fma_test_towardzero): Likewise.
32915 (fma_test_downward): Likewise.
32916 (fma_test_upward): Likewise.
32917
99252c8c
JM
329182012-11-05 Joseph Myers <joseph@codesourcery.com>
32919
acfa885f
JM
32920 [BZ #14805]
32921 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32922 fenv_t *.
32923
99252c8c
JM
32924 [BZ #14801]
32925 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32926 namespace for names of struct fields.
32927 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32928 fenv_t fields.
32929 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32930 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32931
d6d98dea
ST
329322012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
32933
32934 [BZ #3665]
32935 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32936
e10bb107
TS
329372012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32938
32939 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32940 PTR_DEMANGLE.
32941
32942 [BZ #5246]
32943 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32944 PTR_DEMANGLE.
32945
a0c2940d
JM
329462012-11-04 Joseph Myers <joseph@codesourcery.com>
32947
32948 [BZ #14797]
32949 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32950 definitely overflow as x * y not x * y + z.
32951 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32952 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32953 * math/libm-test.inc (fma_test): Add more tests.
32954 (fma_test_towardzero): Likewise.
32955 (fma_test_downward): Likewise.
32956 (fma_test_upward): Likewise.
32957
b830319d
TS
329582012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32959
32960 [BZ #157]
32961
32962 * include/stub-tag.h: Remove file.
32963 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32964 '#include' of it.
32965 * manual/maint.texi (Porting): Don't reference it.
32966 * Makerules ($(objpfx)stubs): Likewise.
32967 * dirent/closedir.c: Don't include <stub-tag.h>.
32968 * dirent/dirfd.c: Likewise.
32969 * dirent/fdopendir.c: Likewise.
32970 * dirent/getdents.c: Likewise.
32971 * dirent/getdents64.c: Likewise.
32972 * dirent/opendir.c: Likewise.
32973 * dirent/readdir.c: Likewise.
32974 * dirent/readdir64.c: Likewise.
32975 * dirent/readdir64_r.c: Likewise.
32976 * dirent/readdir_r.c: Likewise.
32977 * dirent/rewinddir.c: Likewise.
32978 * dirent/seekdir.c: Likewise.
32979 * dirent/telldir.c: Likewise.
32980 * gmon/profil.c: Likewise.
32981 * grp/setgroups.c: Likewise.
32982 * inet/if_index.c: Likewise.
32983 * io/access.c: Likewise.
32984 * io/chdir.c: Likewise.
32985 * io/chmod.c: Likewise.
32986 * io/chown.c: Likewise.
32987 * io/close.c: Likewise.
32988 * io/dup.c: Likewise.
32989 * io/dup2.c: Likewise.
32990 * io/dup3.c: Likewise.
32991 * io/euidaccess.c: Likewise.
32992 * io/faccessat.c: Likewise.
32993 * io/fchdir.c: Likewise.
32994 * io/fchmod.c: Likewise.
32995 * io/fchmodat.c: Likewise.
32996 * io/fchown.c: Likewise.
32997 * io/fchownat.c: Likewise.
32998 * io/fcntl.c: Likewise.
32999 * io/flock.c: Likewise.
33000 * io/fstatfs.c: Likewise.
33001 * io/fstatfs64.c: Likewise.
33002 * io/fstatvfs.c: Likewise.
33003 * io/fstatvfs64.c: Likewise.
33004 * io/futimens.c: Likewise.
33005 * io/fxstat.c: Likewise.
33006 * io/fxstat64.c: Likewise.
33007 * io/fxstatat.c: Likewise.
33008 * io/fxstatat64.c: Likewise.
33009 * io/getcwd.c: Likewise.
33010 * io/isatty.c: Likewise.
33011 * io/lchmod.c: Likewise.
33012 * io/lchown.c: Likewise.
33013 * io/link.c: Likewise.
33014 * io/linkat.c: Likewise.
33015 * io/lseek.c: Likewise.
33016 * io/lseek64.c: Likewise.
33017 * io/lxstat64.c: Likewise.
33018 * io/mkdir.c: Likewise.
33019 * io/mkdirat.c: Likewise.
33020 * io/mkfifo.c: Likewise.
33021 * io/mkfifoat.c: Likewise.
33022 * io/open.c: Likewise.
33023 * io/open64.c: Likewise.
33024 * io/openat.c: Likewise.
33025 * io/openat64.c: Likewise.
33026 * io/pipe.c: Likewise.
33027 * io/pipe2.c: Likewise.
33028 * io/poll.c: Likewise.
33029 * io/posix_fadvise.c: Likewise.
33030 * io/posix_fadvise64.c: Likewise.
33031 * io/posix_fallocate.c: Likewise.
33032 * io/posix_fallocate64.c: Likewise.
33033 * io/read.c: Likewise.
33034 * io/readlink.c: Likewise.
33035 * io/readlinkat.c: Likewise.
33036 * io/rmdir.c: Likewise.
33037 * io/sendfile.c: Likewise.
33038 * io/sendfile64.c: Likewise.
33039 * io/statfs.c: Likewise.
33040 * io/statfs64.c: Likewise.
33041 * io/statvfs.c: Likewise.
33042 * io/statvfs64.c: Likewise.
33043 * io/symlink.c: Likewise.
33044 * io/symlinkat.c: Likewise.
33045 * io/ttyname.c: Likewise.
33046 * io/ttyname_r.c: Likewise.
33047 * io/umask.c: Likewise.
33048 * io/unlink.c: Likewise.
33049 * io/unlinkat.c: Likewise.
33050 * io/utime.c: Likewise.
33051 * io/utimensat.c: Likewise.
33052 * io/write.c: Likewise.
33053 * io/xmknod.c: Likewise.
33054 * io/xmknodat.c: Likewise.
33055 * io/xstat.c: Likewise.
33056 * io/xstat64.c: Likewise.
33057 * login/getpt.c: Likewise.
33058 * login/grantpt.c: Likewise.
33059 * login/unlockpt.c: Likewise.
33060 * math/e_acoshl.c: Likewise.
33061 * math/e_acosl.c: Likewise.
33062 * math/e_asinl.c: Likewise.
33063 * math/e_atan2l.c: Likewise.
33064 * math/e_atanhl.c: Likewise.
33065 * math/e_coshl.c: Likewise.
33066 * math/e_expl.c: Likewise.
33067 * math/e_fmodl.c: Likewise.
33068 * math/e_gammal_r.c: Likewise.
33069 * math/e_hypotl.c: Likewise.
33070 * math/e_j0l.c: Likewise.
33071 * math/e_j1l.c: Likewise.
33072 * math/e_jnl.c: Likewise.
33073 * math/e_lgammal_r.c: Likewise.
33074 * math/e_log10l.c: Likewise.
33075 * math/e_log2l.c: Likewise.
33076 * math/e_logl.c: Likewise.
33077 * math/e_powl.c: Likewise.
33078 * math/e_rem_pio2l.c: Likewise.
33079 * math/e_sinhl.c: Likewise.
33080 * math/e_sqrtl.c: Likewise.
33081 * math/fclrexcpt.c: Likewise.
33082 * math/fedisblxcpt.c: Likewise.
33083 * math/feenablxcpt.c: Likewise.
33084 * math/fegetenv.c: Likewise.
33085 * math/fegetexcept.c: Likewise.
33086 * math/fegetround.c: Likewise.
33087 * math/feholdexcpt.c: Likewise.
33088 * math/fesetenv.c: Likewise.
33089 * math/fesetround.c: Likewise.
33090 * math/feupdateenv.c: Likewise.
33091 * math/fgetexcptflg.c: Likewise.
33092 * math/fraiseexcpt.c: Likewise.
33093 * math/fsetexcptflg.c: Likewise.
33094 * math/ftestexcept.c: Likewise.
33095 * math/k_cosl.c: Likewise.
33096 * math/k_rem_pio2l.c: Likewise.
33097 * math/k_sinl.c: Likewise.
33098 * math/k_tanl.c: Likewise.
33099 * math/s_asinhl.c: Likewise.
33100 * math/s_atanl.c: Likewise.
33101 * math/s_cbrtl.c: Likewise.
33102 * math/s_erfl.c: Likewise.
33103 * math/s_expm1l.c: Likewise.
33104 * math/s_log1pl.c: Likewise.
33105 * math/s_tanhl.c: Likewise.
33106 * misc/acct.c: Likewise.
33107 * misc/brk.c: Likewise.
33108 * misc/chflags.c: Likewise.
33109 * misc/chroot.c: Likewise.
33110 * misc/fchflags.c: Likewise.
33111 * misc/fgetxattr.c: Likewise.
33112 * misc/flistxattr.c: Likewise.
33113 * misc/fremovexattr.c: Likewise.
33114 * misc/fsetxattr.c: Likewise.
33115 * misc/fsync.c: Likewise.
33116 * misc/ftruncate.c: Likewise.
33117 * misc/futimes.c: Likewise.
33118 * misc/futimesat.c: Likewise.
33119 * misc/getdomain.c: Likewise.
33120 * misc/getdtsz.c: Likewise.
33121 * misc/gethostid.c: Likewise.
33122 * misc/gethostname.c: Likewise.
33123 * misc/getloadavg.c: Likewise.
33124 * misc/getpagesize.c: Likewise.
33125 * misc/getsysstats.c: Likewise.
33126 * misc/getxattr.c: Likewise.
33127 * misc/gtty.c: Likewise.
33128 * misc/ioctl.c: Likewise.
33129 * misc/lgetxattr.c: Likewise.
33130 * misc/listxattr.c: Likewise.
33131 * misc/llistxattr.c: Likewise.
33132 * misc/lremovexattr.c: Likewise.
33133 * misc/lsetxattr.c: Likewise.
33134 * misc/lutimes.c: Likewise.
33135 * misc/madvise.c: Likewise.
33136 * misc/mincore.c: Likewise.
33137 * misc/mlock.c: Likewise.
33138 * misc/mlockall.c: Likewise.
33139 * misc/mmap.c: Likewise.
33140 * misc/mprotect.c: Likewise.
33141 * misc/msync.c: Likewise.
33142 * misc/munlock.c: Likewise.
33143 * misc/munlockall.c: Likewise.
33144 * misc/munmap.c: Likewise.
33145 * misc/preadv.c: Likewise.
33146 * misc/preadv64.c: Likewise.
33147 * misc/ptrace.c: Likewise.
33148 * misc/pwritev.c: Likewise.
33149 * misc/pwritev64.c: Likewise.
33150 * misc/readv.c: Likewise.
33151 * misc/reboot.c: Likewise.
33152 * misc/remap_file_pages.c: Likewise.
33153 * misc/removexattr.c: Likewise.
33154 * misc/revoke.c: Likewise.
33155 * misc/select.c: Likewise.
33156 * misc/setdomain.c: Likewise.
33157 * misc/setegid.c: Likewise.
33158 * misc/seteuid.c: Likewise.
33159 * misc/sethostid.c: Likewise.
33160 * misc/sethostname.c: Likewise.
33161 * misc/setregid.c: Likewise.
33162 * misc/setreuid.c: Likewise.
33163 * misc/setxattr.c: Likewise.
33164 * misc/sstk.c: Likewise.
33165 * misc/stty.c: Likewise.
33166 * misc/swapoff.c: Likewise.
33167 * misc/swapon.c: Likewise.
33168 * misc/sync.c: Likewise.
33169 * misc/syncfs.c: Likewise.
33170 * misc/syscall.c: Likewise.
33171 * misc/truncate.c: Likewise.
33172 * misc/ualarm.c: Likewise.
33173 * misc/usleep.c: Likewise.
33174 * misc/ustat.c: Likewise.
33175 * misc/utimes.c: Likewise.
33176 * misc/vhangup.c: Likewise.
33177 * misc/writev.c: Likewise.
33178 * posix/_exit.c: Likewise.
33179 * posix/alarm.c: Likewise.
33180 * posix/execve.c: Likewise.
33181 * posix/fexecve.c: Likewise.
33182 * posix/fork.c: Likewise.
33183 * posix/fpathconf.c: Likewise.
33184 * posix/getaddrinfo.c: Likewise.
33185 * posix/getegid.c: Likewise.
33186 * posix/geteuid.c: Likewise.
33187 * posix/getgid.c: Likewise.
33188 * posix/getgroups.c: Likewise.
33189 * posix/getlogin.c: Likewise.
33190 * posix/getlogin_r.c: Likewise.
33191 * posix/getpgid.c: Likewise.
33192 * posix/getpid.c: Likewise.
33193 * posix/getppid.c: Likewise.
33194 * posix/getresgid.c: Likewise.
33195 * posix/getresuid.c: Likewise.
33196 * posix/getsid.c: Likewise.
33197 * posix/getuid.c: Likewise.
33198 * posix/glob64.c: Likewise.
33199 * posix/nanosleep.c: Likewise.
33200 * posix/pathconf.c: Likewise.
33201 * posix/pause.c: Likewise.
33202 * posix/posix_madvise.c: Likewise.
33203 * posix/pread.c: Likewise.
33204 * posix/pread64.c: Likewise.
33205 * posix/pwrite.c: Likewise.
33206 * posix/pwrite64.c: Likewise.
33207 * posix/sched_getaffinity.c: Likewise.
33208 * posix/sched_getp.c: Likewise.
33209 * posix/sched_gets.c: Likewise.
33210 * posix/sched_primax.c: Likewise.
33211 * posix/sched_primin.c: Likewise.
33212 * posix/sched_rr_gi.c: Likewise.
33213 * posix/sched_setaffinity.c: Likewise.
33214 * posix/sched_setp.c: Likewise.
33215 * posix/sched_sets.c: Likewise.
33216 * posix/sched_yield.c: Likewise.
33217 * posix/setgid.c: Likewise.
33218 * posix/setlogin.c: Likewise.
33219 * posix/setpgid.c: Likewise.
33220 * posix/setresgid.c: Likewise.
33221 * posix/setresuid.c: Likewise.
33222 * posix/setsid.c: Likewise.
33223 * posix/setuid.c: Likewise.
33224 * posix/sleep.c: Likewise.
33225 * posix/spawni.c: Likewise.
33226 * posix/sysconf.c: Likewise.
33227 * posix/times.c: Likewise.
33228 * posix/wait.c: Likewise.
33229 * posix/wait3.c: Likewise.
33230 * posix/wait4.c: Likewise.
33231 * posix/waitpid.c: Likewise.
33232 * resolv/gai_sigqueue.c: Likewise.
33233 * resource/getpriority.c: Likewise.
33234 * resource/getrlimit.c: Likewise.
33235 * resource/getrusage.c: Likewise.
33236 * resource/nice.c: Likewise.
33237 * resource/setpriority.c: Likewise.
33238 * resource/setrlimit.c: Likewise.
33239 * resource/ulimit.c: Likewise.
33240 * rt/aio_cancel.c: Likewise.
33241 * rt/aio_fsync.c: Likewise.
33242 * rt/aio_read.c: Likewise.
33243 * rt/aio_sigqueue.c: Likewise.
33244 * rt/aio_suspend.c: Likewise.
33245 * rt/aio_write.c: Likewise.
33246 * rt/clock_getres.c: Likewise.
33247 * rt/clock_gettime.c: Likewise.
33248 * rt/clock_nanosleep.c: Likewise.
33249 * rt/clock_settime.c: Likewise.
33250 * rt/lio_listio.c: Likewise.
33251 * rt/mq_close.c: Likewise.
33252 * rt/mq_getattr.c: Likewise.
33253 * rt/mq_notify.c: Likewise.
33254 * rt/mq_open.c: Likewise.
33255 * rt/mq_receive.c: Likewise.
33256 * rt/mq_send.c: Likewise.
33257 * rt/mq_setattr.c: Likewise.
33258 * rt/mq_timedreceive.c: Likewise.
33259 * rt/mq_timedsend.c: Likewise.
33260 * rt/mq_unlink.c: Likewise.
33261 * rt/shm_open.c: Likewise.
33262 * rt/shm_unlink.c: Likewise.
33263 * rt/timer_create.c: Likewise.
33264 * rt/timer_delete.c: Likewise.
33265 * rt/timer_getoverr.c: Likewise.
33266 * rt/timer_gettime.c: Likewise.
33267 * rt/timer_settime.c: Likewise.
33268 * setjmp/__longjmp.c: Likewise.
33269 * setjmp/setjmp.c: Likewise.
33270 * signal/kill.c: Likewise.
33271 * signal/killpg.c: Likewise.
33272 * signal/raise.c: Likewise.
33273 * signal/sigaction.c: Likewise.
33274 * signal/sigaltstack.c: Likewise.
33275 * signal/sigblock.c: Likewise.
33276 * signal/sigignore.c: Likewise.
33277 * signal/sigintr.c: Likewise.
33278 * signal/signal.c: Likewise.
33279 * signal/sigpause.c: Likewise.
33280 * signal/sigpending.c: Likewise.
33281 * signal/sigqueue.c: Likewise.
33282 * signal/sigreturn.c: Likewise.
33283 * signal/sigset.c: Likewise.
33284 * signal/sigsetmask.c: Likewise.
33285 * signal/sigstack.c: Likewise.
33286 * signal/sigsuspend.c: Likewise.
33287 * signal/sigtimedwait.c: Likewise.
33288 * signal/sigvec.c: Likewise.
33289 * signal/sigwait.c: Likewise.
33290 * signal/sigwaitinfo.c: Likewise.
33291 * signal/sysv_signal.c: Likewise.
33292 * socket/accept.c: Likewise.
33293 * socket/accept4.c: Likewise.
33294 * socket/bind.c: Likewise.
33295 * socket/connect.c: Likewise.
33296 * socket/getpeername.c: Likewise.
33297 * socket/getsockname.c: Likewise.
33298 * socket/getsockopt.c: Likewise.
33299 * socket/isfdtype.c: Likewise.
33300 * socket/listen.c: Likewise.
33301 * socket/recv.c: Likewise.
33302 * socket/recvfrom.c: Likewise.
33303 * socket/recvmsg.c: Likewise.
33304 * socket/send.c: Likewise.
33305 * socket/sendmsg.c: Likewise.
33306 * socket/sendto.c: Likewise.
33307 * socket/setsockopt.c: Likewise.
33308 * socket/shutdown.c: Likewise.
33309 * socket/sockatmark.c: Likewise.
33310 * socket/socket.c: Likewise.
33311 * socket/socketpair.c: Likewise.
33312 * stdio-common/ctermid.c: Likewise.
33313 * stdio-common/cuserid.c: Likewise.
33314 * stdio-common/remove.c: Likewise.
33315 * stdio-common/rename.c: Likewise.
33316 * stdio-common/renameat.c: Likewise.
33317 * stdio-common/tempname.c: Likewise.
33318 * stdlib/getcontext.c: Likewise.
33319 * stdlib/makecontext.c: Likewise.
33320 * stdlib/setcontext.c: Likewise.
33321 * stdlib/swapcontext.c: Likewise.
33322 * stdlib/system.c: Likewise.
33323 * streams/fattach.c: Likewise.
33324 * streams/fdetach.c: Likewise.
33325 * streams/getmsg.c: Likewise.
33326 * streams/getpmsg.c: Likewise.
33327 * streams/putmsg.c: Likewise.
33328 * streams/putpmsg.c: Likewise.
33329 * sysdeps/unix/bsd/getpt.c: Likewise.
33330 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33331 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33332 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33333 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33334 Likewise.
33335 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33336 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33337 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33338 * sysvipc/msgctl.c: Likewise.
33339 * sysvipc/msgget.c: Likewise.
33340 * sysvipc/msgrcv.c: Likewise.
33341 * sysvipc/msgsnd.c: Likewise.
33342 * sysvipc/semctl.c: Likewise.
33343 * sysvipc/semget.c: Likewise.
33344 * sysvipc/semop.c: Likewise.
33345 * sysvipc/semtimedop.c: Likewise.
33346 * sysvipc/shmat.c: Likewise.
33347 * sysvipc/shmctl.c: Likewise.
33348 * sysvipc/shmdt.c: Likewise.
33349 * sysvipc/shmget.c: Likewise.
33350 * termios/tcdrain.c: Likewise.
33351 * termios/tcflow.c: Likewise.
33352 * termios/tcflush.c: Likewise.
33353 * termios/tcgetattr.c: Likewise.
33354 * termios/tcgetpgrp.c: Likewise.
33355 * termios/tcsendbrk.c: Likewise.
33356 * termios/tcsetattr.c: Likewise.
33357 * termios/tcsetpgrp.c: Likewise.
33358 * time/adjtime.c: Likewise.
33359 * time/clock.c: Likewise.
33360 * time/getitimer.c: Likewise.
33361 * time/gettimeofday.c: Likewise.
33362 * time/setitimer.c: Likewise.
33363 * time/settimeofday.c: Likewise.
33364 * time/stime.c: Likewise.
33365 * time/time.c: Likewise.
33366
333672012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 33368
a20492cf
PT
33369 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33370 /usr/old/bin.
33371
72e182e3
PT
33372 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33373 instead of spaces.
33374 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33375
fbeafede
JM
333762012-11-03 Joseph Myers <joseph@codesourcery.com>
33377
5b5b04d6
JM
33378 [BZ #14796]
33379 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33380 FE_TONEAREST before applying Dekker multiplication and Knuth
33381 addition. Clear inexact exceptions and check for exact zero
33382 results afterwards.
33383 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33384 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33385 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33386 * math/libm-test.inc (fma_test): Add more tests.
33387 (fma_test_towardzero): Likewise.
33388 (fma_test_downward): Likewise.
33389 (fma_test_upward): Likewise.
33390 * sysdeps/generic/math_private.h (default_libc_fesetround): New
33391 function.
33392 (libc_fesetround): New macro.
33393 (libc_fesetroundf): Likewise.
33394 (libc_fesetroundl): Likewise.
33395 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33396 function.
33397 (libc_fesetround_387): Likewise.
33398 (libc_fesetroundf): New macro.
33399 (libc_fesetround): Likewise.
33400 (libc_fesetroundl): Likewise.
33401 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33402 function.
33403 (libc_fesetroundf): New macro.
33404 (libc_fesetround): Likewise.
33405 (libc_fesetroundl): Likewise.
33406 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33407 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33408 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33409 libm_hidden_ver.
33410 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33411 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33412 libm_hidden_def.
33413 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33414 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33415 libm_hidden_ver.
33416 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33417 libm_hidden_def.
33418
fbeafede
JM
33419 [BZ #3439]
33420 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33421 integer constant usable in #if and use that to give value to enum
33422 constant.
33423 (FE_DIVBYZERO): Likewise.
33424 (FE_UNDERFLOW): Likewise.
33425 (FE_OVERFLOW): Likewise.
33426 (FE_INVALID): Likewise.
33427 (FE_INVALID_SNAN): Likewise.
33428 (FE_INVALID_ISI): Likewise.
33429 (FE_INVALID_IDI): Likewise.
33430 (FE_INVALID_ZDZ): Likewise.
33431 (FE_INVALID_IMZ): Likewise.
33432 (FE_INVALID_COMPARE): Likewise.
33433 (FE_INVALID_SOFTWARE): Likewise.
33434 (FE_INVALID_SQRT): Likewise.
33435 (FE_INVALID_INTEGER_CONVERSION): Likewise.
33436 (FE_TONEAREST): Likewise.
33437 (FE_TOWARDZERO): Likewise.
33438 (FE_UPWARD): Likewise.
33439 (FE_DOWNWARD): Likewise.
33440 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33441 (FE_DIVBYZERO): Likewise.
33442 (FE_OVERFLOW): Likewise.
33443 (FE_UNDERFLOW): Likewise.
33444 (FE_INEXACT): Likewise.
33445 (FE_TONEAREST): Likewise.
33446 (FE_DOWNWARD): Likewise.
33447 (FE_UPWARD): Likewise.
33448 (FE_TOWARDZERO): Likewise.
33449 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33450 (FE_UNDERFLOW): Likewise.
33451 (FE_OVERFLOW): Likewise.
33452 (FE_DIVBYZERO): Likewise.
33453 (FE_INVALID): Likewise.
33454 (FE_TONEAREST): Likewise.
33455 (FE_TOWARDZERO): Likewise.
33456 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33457 (FE_OVERFLOW): Likewise.
33458 (FE_UNDERFLOW): Likewise.
33459 (FE_DIVBYZERO): Likewise.
33460 (FE_INEXACT): Likewise.
33461 (FE_TONEAREST): Likewise.
33462 (FE_TOWARDZERO): Likewise.
33463 (FE_UPWARD): Likewise.
33464 (FE_DOWNWARD): Likewise.
33465 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33466 (FE_DIVBYZERO): Likewise.
33467 (FE_OVERFLOW): Likewise.
33468 (FE_UNDERFLOW): Likewise.
33469 (FE_INEXACT): Likewise.
33470 (FE_TONEAREST): Likewise.
33471 (FE_DOWNWARD): Likewise.
33472 (FE_UPWARD): Likewise.
33473 (FE_TOWARDZERO): Likewise.
33474
105ca950
CM
334752012-11-02 Chris Metcalf <cmetcalf@tilera.com>
33476
33477 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33478
a542b389
AS
334792012-11-03 Andreas Schwab <schwab@linux-m68k.org>
33480
33481 * scripts/cross-test-ssh.sh (command): Use newlines to separate
33482 commands. Quote $PWD.
33483 (blacklist_exports): Don't use remove_newlines. Replace "declare
33484 -x" by "export".
33485 (remove_newlines): Remove.
33486
f62c8abc
L
334872012-11-02 H.J. Lu <hongjiu.lu@intel.com>
33488
33489 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33490 * stdlib/stdlib.h (atof): Moved to ...
33491 * include/bits/stdlib-float.h: Here. New file.
33492 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33493 * stdlib/bits/stdlib-float.h: New file.
33494 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33495 -mno-sse -mno-mmx.
33496 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33497 <xmmintrin.h>.
33498
0155d5b2
JM
334992012-11-02 Joseph Myers <joseph@codesourcery.com>
33500
a68d0680
JM
33501 * conform/conformtest.pl (@headers): Add fenv.h.
33502 * conform/data/fenv.h-data: New file.
33503 * include/fenv.h [_ISOMAC]: Disable all contents of file except
33504 include of <math/fenv.h>.
33505
caf7f573
JM
33506 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33507 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33508 && !UNIX98]. Enables tests for XOPEN2K8.
33509 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33510 POSIX2008]: Likewise.
33511
6c073ad6
JM
33512 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33513 (struct rusage): Do not expect type or its members.
33514
0155d5b2
JM
33515 [BZ #3439]
33516 * math/math.h (FP_NAN): Define macro to integer constant usable in
33517 #if and use that to give value to enum constant.
33518 (FP_INFINITE): Likewise.
33519 (FP_ZERO): Likewise.
33520 (FP_SUBNORMAL): Likewise.
33521 (FP_NORMAL): Likewise.
33522
b5dcacb4
AS
335232012-11-02 Andreas Schwab <schwab@linux-m68k.org>
33524
33525 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33526 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33527 arguments.
33528
f7934be8
RM
335292012-11-02 Roland McGrath <roland@hack.frob.com>
33530
33531 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33532 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33533 autoconf-time if not.
33534 * configure.in: Remove AC_PREREQ.
33535
d7d08bde
TMQMF
335362012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33537
33538 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33539 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33540 of the internal implementation.
33541
dcdae19a
JM
335422012-11-02 Joseph Myers <joseph@codesourcery.com>
33543
33544 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33545 except include of <misc/sys/syslog.h>.
33546
d6cffd3e
AS
335472012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33548
33549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33550 function returns with a NULL context exit with zero.
33551
b3563932
TMQMF
335522012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33553
33554 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33555
b288a93d
L
335562012-11-01 H.J. Lu <hongjiu.lu@intel.com>
33557
33558 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33559 (run_program_cmd): This.
33560 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33561 (tst_langinfo): New variable. Use it.
33562
a2421a68
SAS
335632012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
33564
33565 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33566 floating point opcodes.
33567
6f796e1b
TS
335682012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33569
7402596b
TS
33570 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33571 variable.
33572
d0d4f868
TS
33573 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33574
6f796e1b
TS
33575 * sysdeps/mach/hurd/powerpc: Remove directory.
33576 * sysdeps/mach/powerpc: Likewise.
33577
4da224a2
AS
335782012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33579
33580 * scripts/check-local-headers.sh: Ignore c++ headers.
33581
341dd673
TS
335822012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33583
33584 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33585 __libc_cleanup_region_start argument.
33586
473611b2
JM
335872012-11-01 Joseph Myers <joseph@codesourcery.com>
33588
33589 [BZ #14784]
33590 [BZ #14785]
33591 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33592 x * y using scaling, not as x * y + z.
33593 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33594 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33595 * math/libm-test.inc (fma_test): Add more tests.
33596 (fma_test_towardzero): Likewise.
33597 (fma_test_downward): Likewise.
33598 (fma_test_upward): Likewise.
33599
4078da3d
TS
336002012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33601
33602 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33603
903252aa
JM
336042012-10-31 Joseph Myers <joseph@codesourcery.com>
33605
33606 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33607 New variable.
33608
cbc818d0
TS
336092012-10-31 Thomas Schwinge <thomas@codesourcery.com>
33610
33611 * rt/tst-shm.c (worker): Correct checking for mmap failure.
33612
5a03cb1e
AS
336132012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33614
33615 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33616 Fix sort order.
33617 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33618 Likewise.
33619
90aff2ff
TMQMF
336202012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33621
33622 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33623 Fix the order of the list for glibc 2.17.
33624 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33625 Likewise.
33626
1818fcb7
AS
336272012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33628
33629 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33630
ef82f4da
JM
336312012-10-31 Joseph Myers <joseph@codesourcery.com>
33632
16a0e2ec
JM
33633 [BZ #14610]
33634 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33635 for low part of x being zero before using __atanl (y).
33636 * math/libm-test.inc (atan2_test): Add another test.
33637
0eb69512
JM
33638 * manual/install.texi (Configuring and compiling): Document
33639 general use of test-wrapper and test-wrapper-env.
33640 * INSTALL: Regenerated.
33641
ef82f4da
JM
33642 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33643 (__fma): Do not extract and scale down low bits on after-rounding
33644 systems when result rounded to normal precision would have normal
33645 exponent.
33646 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33647 (__fmal): Do not extract and scale down low bits on after-rounding
33648 systems when result rounded to normal precision would have normal
33649 exponent.
33650 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33651 (__fmal): Do not extract and scale down low bits on after-rounding
33652 systems when result rounded to normal precision would have normal
33653 exponent.
33654 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33655 macro.
33656 (fma_test): Add more tests.
33657 (fma_test_towardzero): Likewise.
33658 (fma_test_downward): Likewise.
33659 (fma_test_upward): Likewise.
33660
954ef0d9
L
336612012-10-30 H.J. Lu <hongjiu.lu@intel.com>
33662
33663 * sysdeps/i386/tininess.h: Renamed to ...
33664 * sysdeps/x86/tininess.h: This.
33665 * sysdeps/x86_64/tininess.h: Removed.
33666
df61ffb2
JM
336672012-10-30 Joseph Myers <joseph@codesourcery.com>
33668
33669 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33670 input. Use $(build-program-cmd).
33671 ($(objpfx)tst-array1-static.out): Likewise.
33672 ($(objpfx)tst-array2.out): Likewise.
33673 ($(objpfx)tst-array3.out): Likewise.
33674 ($(objpfx)tst-array4.out): Likewise.
33675 ($(objpfx)tst-array5.out): Likewise.
33676 ($(objpfx)tst-array5-static.out): Likewise.
33677
01767843
CM
336782012-10-30 Chris Metcalf <cmetcalf@tilera.com>
33679
47cc1490
CM
33680 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33681 if defined.
33682
01767843
CM
33683 * nss/nsswitch.h (nss_interface_function): Provide new
33684 macro for use with NSS functions.
33685 * grp/initgroups.c: Use new macro.
33686 * nss/getXXbyYY.c: Likewise.
33687 * nss/getXXbyYY_r.c: Likewise.
33688 * nss/getXXent.c: Likewise.
33689 * nss/getXXent_r.c: Likewise.
33690 * sysdeps/posix/getaddrinfo.c: Likewise.
33691
8321aa97
AJ
336922012-10-30 Andreas Jaeger <aj@suse.de>
33693
33694 * po/ru.po: Update Russion translation from translation project.
33695
2a27fd6d
JM
336962012-10-30 Joseph Myers <joseph@codesourcery.com>
33697
8627a232
JM
33698 [BZ #14152]
33699 [BZ #14783]
33700 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33701 result and shift together with sticky bit instead of replicating
33702 round-to-nearest rounding.
33703 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33704 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33705 * math/libm-test.inc (fma_test): Add more tests. Do not permit
33706 missing underflow exceptions.
33707 (fma_test_towardzero): Add more tests.
33708 (fma_test_downward): Likewise.
33709 (fma_test_upward): Likewise.
33710
2a27fd6d
JM
33711 [BZ #14047]
33712 * sysdeps/generic/tininess.h: New file.
33713 * sysdeps/i386/tininess.h: Likewise.
33714 * sysdeps/sh/tininess.h: Likewise.
33715 * sysdeps/x86_64/tininess.h: Likewise.
33716 * stdlib/tst-strtod-underflow.c: Likewise.
33717 * stdlib/tst-tininess.c: Likewise.
33718 * stdlib/strtod_l.c: Include <tininess.h>.
33719 (round_and_return): Do not set errno for exact underflow cases.
33720 Force an underflow exception when setting errno for underflow.
33721 Determine underflow based on rounding to normal precision if
33722 TININESS_AFTER_ROUNDING.
33723 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33724 ERANGE for exact underflow cases.
33725 * stdlib/Makefile (tests): Add tst-tininess and
33726 tst-strtod-underflow.
33727 ($(objpfx)tst-tininess): Use $(link-libm).
33728 ($(objpfx)tst-strtod-underflow): Likewise.
33729
e7170363
AJ
337302012-10-30 Andreas Jaeger <aj@suse.de>
33731
e5088dc6
AJ
33732 [BZ#14767]
33733 * elf/Makefile (tests): Remove conditional for have-initfini-array
33734 since this is now always required and the variable does not exist
33735 anymore.
33736 (tests-static): Likewise.
33737 (modules-names): Likewise.
33738
e7170363 33739 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
33740
33741 * elf/tst-array1.c (fini_array): Make writeable so that it can be
33742 merged with constructor/destructor.
33743 (init_array): Likewise.
33744 * elf/tst-array2dep.c (fini_array): Likewise.
33745 (init_array): Likewise.
33746
60457d8a
MF
337472012-10-29 Mike Frysinger <vapier@gentoo.org>
33748
33749 * manual/message.texi: Delete @cartouche tags.
33750
8bece752
PT
337512012-10-29 Pino Toscano <toscano.pino@tiscali.it>
33752
94ce799f
PT
33753 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33754 EOPNOTSUPP.
33755 * sysdeps/mach/hurd/fsync.c: Likewise.
33756
8bece752
PT
33757 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33758 [_POSIX_REALTIME_SIGNALS]: Change condition to
33759 [_POSIX_REALTIME_SIGNALS > 0].
33760
86ebe6b1
AJ
337612012-10-27 Andreas Jaeger <aj@suse.de>
33762
33763 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33764 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33765 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33766 [__WORDSIZE != 64]: Likewise.
33767
54399c08
L
337682012-10-26 H.J. Lu <hongjiu.lu@intel.com>
33769
33770 * iconvdata/tst-table.sh: Remove ${SHELL}.
33771 * iconvdata/tst-tables.sh: Likewise.
33772
e2211bed
DM
337732012-10-25 David S. Miller <davem@davemloft.net>
33774
33775 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33776 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33777 of strtoull.
33778
f303f97c
DM
33779 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33780 ifunc-impl-list.c
33781 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33782 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33783 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33784 file.
33785
1e9d84cd
RM
337862012-10-25 Roland McGrath <roland@hack.frob.com>
33787
33788 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33789 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33790 __getdirentries.
33791
df381762
JM
337922012-10-25 Joseph Myers <joseph@codesourcery.com>
33793 Jim Blandy <jimb@codesourcery.com>
33794
33795 * scripts/cross-test-ssh.sh: New file.
33796 * manual/install.texi (Configuring and compiling): Document use of
33797 cross-test-ssh.sh.
33798 * INSTALL: Regenerated.
33799
bff64913
PT
338002012-10-25 Pino Toscano <toscano.pino@tiscali.it>
33801
33802 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33803 EOPNOTSUPP.
33804
25fe8932
JM
338052012-10-25 Joseph Myers <joseph@codesourcery.com>
33806
33807 * Makeconfig (run-program-prefix): Fix comment.
33808
cc1290d0
JM
338092012-10-24 Joseph Myers <joseph@codesourcery.com>
33810 Jim Blandy <jimb@codesourcery.com>
33811
33812 * Makeconfig (test-wrapper): New variable,
33813 (test-wrapper-env): Likewise.
33814 [$(cross-compiling) = yes && $(test-wrapper) != ""]
33815 (run-built-tests): Define to yes.
33816 (run-program-prefix): Use $(test-wrapper).
33817 (built-program-cmd): Likewise.
33818 * Rules (make-test-out): Use $(test-wrapper-env) and
33819 $(host-built-program-cmd).
33820 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33821 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33822 tst-pathopt.sh.
33823 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33824 $(test-wrapper-env) to tst-rtld-load-self.sh.
33825 ($(objpfx)order2.out): Use $(test-wrapper).
33826 ($(objpfx)tst-initorder.out): Likewise.
33827 ($(objpfx)tst-initorder2.out): Likewise.
33828 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33829 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33830 (test_wrapper_env): New variable. Use it to run ld.so.
33831 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33832 Use it to run ld.so.
33833 (test_wrapper_env): Likewise.
33834 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33835 $(test-wrapper) to run-iconv-test.sh.
33836 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33837 (ICONV): Use $test_wrapper.
33838 * posix/Makefile ($(objpfx)globtest.out): Pass
33839 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33840 globtest.sh, not $(run-program-prefix).
33841 * posix/globtest.sh (run_via_rtld_prefix): New variable.
33842 (test_wrapper): Likewise.
33843 (test_wrapper_env): Likewise. Use it to run globtest with HOME
33844 set together with run_via_rtld_prefix.
33845 (run_program_prefix): Define in terms of test_wrapper and
33846 run_via_rtld_prefix.
33847
6e6249d0
RM
338482012-10-24 Roland McGrath <roland@hack.frob.com>
33849
33850 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33851 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33852 Targets removed.
33853
33854 [BZ #14743]
33855 * include/time.h: Remove librt_hidden_proto (clock_gettime).
33856 Declare __clock_getres, __clock_gettime, __clock_settime,
33857 __clock_nanosleep, and __clock_getcpuclockid.
33858 * rt/clock_gettime.c: Define __clock_gettime as an alias.
33859 Remove librt_hidden_def (clock_gettime).
33860 * sysdeps/unix/clock_gettime.c: Likewise.
33861 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33862 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33863 * rt/clock_getres.c: Define __clock_getres as an alias.
33864 * sysdeps/posix/clock_getres.c: Likewise.
33865 * rt/clock_settime.c: Define __clock_settime as an alias.
33866 * sysdeps/unix/clock_settime.c: Likewise.
33867 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33868 * sysdeps/unix/clock_nanosleep.c: Likewise.
33869 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33870 * rt/clock-compat.c: New file.
33871 * rt/Makefile (librt-routines): Add clock-compat and move
33872 $(clock-routines) to ...
33873 (routines): ... here, new variable.
33874 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33875 Don't add get_clockfreq here.
33876 * rt/Versions (libc: GLIBC_2.17): New version set.
33877 Add clock_* symbols here.
33878 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
33879 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33880 (GLIBC_2.17): Add clock_* symbols.
33881 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33882 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33883 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33885 Likewise.
33886 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33887 Likewise.
33888 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33889 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33890 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33891 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33892 * NEWS: Mention the move.
33893
33894 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33895 Use __open, __read, __close rather than their public counterparts.
33896 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33897 (__get_clockfreq_via_cpuinfo): Likewise.
33898 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33899 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33900
33901 * config.h.in (HAVE_IFUNC): New #undef.
33902 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33903 was successful.
33904 * configure: Regenerated.
33905
0cae3f4b
MF
339062012-10-24 Mike Frysinger <vapier@gentoo.org>
33907
33908 * configure.in: Move READELF check to start of file.
33909 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33910 libc_cv_asm_gnu_indirect_function in the process.
33911 * configure: Regenerated.
33912
8175a253
MF
339132012-10-24 Mike Frysinger <vapier@gentoo.org>
33914
33915 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33916 send the output to /dev/null.
33917 (libc_cv_cc_with_libunwind): Likewise.
33918 (libc_cv_as_noexecstack): Likewise.
33919 * configure: Regenerate.
33920
0708a7d1
JM
339212012-10-24 Joseph Myers <joseph@codesourcery.com>
33922
10b40d85
JM
33923 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33924
0708a7d1
JM
33925 * posix/globtest.sh (TMPDIR): Do not set.
33926 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33927 (testout): Likewise.
33928
9fddec1a
AJ
339292012-10-24 Andreas Jaeger <aj@suse.de>
33930
3a8db22f
AJ
33931 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33932 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33933 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33934 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33935 posix_fadvise64, posix_fallocate64.
33936
9fddec1a
AJ
33937 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33938 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33939 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33940 Likewise.
33941 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33942 Likewise.
33943 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33944
33945 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33946 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33947 <bits/fcntl-linux.h>.
33948 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33949
33950 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33951 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33952 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33953 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33954 [__WORDSIZE != 64]: Likewise.
33955
ebfd1bbd
JM
339562012-10-23 Joseph Myers <joseph@codesourcery.com>
33957
03ac099f
JM
33958 * Makeconfig (run-built-tests): New variable.
33959 * Rules [$(cross-compiling) = yes]: Change condition to
33960 [$(run-built-tests) = no].
33961 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33962 to [$(run-built-tests) = yes].
33963 * elf/Makefile [$(cross-compiling) = no]: Likewise
33964 * grp/Makefile [$(cross-compiling) = no]: Likewise.
33965 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33966 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33967 * intl/Makefile [$(cross-compiling) = no]: Likewise.
33968 * io/Makefile [$(cross-compiling) = no]: Likewise.
33969 * libio/Makefile [$(cross-compiling) = no]: Likewise.
33970 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33971 * misc/Makefile [$(cross-compiling) = no]: Likewise.
33972 * posix/Makefile [$(cross-compiling) = no]: Likewise.
33973 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33974 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33975 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33976 * string/Makefile [$(cross-compiling) = no]: Likewise.
33977
ebfd1bbd
JM
33978 * posix/Makefile ($(objpfx)globtest.out): Pass
33979 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33980 $(rtld-installed-name).
33981 * posix/globtest.sh (elf_objpfx): Remove variable.
33982 (rtld_installed_name): Likewise.
33983 (library_path): Likewise.
33984 (run_program_prefix): New variable. Use for running globtest
33985 binary.
33986
166bca24
JB
339872012-10-23 Jim Blandy <jimb@codesourcery.com>
33988 Joseph Myers <joseph@codesourcery.com>
33989
33990 * Makeconfig (host-built-program-cmd): New variable.
33991 * elf/Makefile (tst-stackguard1-ARGS): Use
33992 $(host-built-program-cmd).
33993 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33994 (tst-spawn-ARGS): Likewise.
33995 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33996
88866099
JM
339972012-10-23 Joseph Myers <joseph@codesourcery.com>
33998 Jim Blandy <jimb@codesourcery.com>
33999
34000 * Makeconfig (run-via-rtld-prefix): New variable.
34001 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34002 (built-program-cmd): Likewise.
34003
b4b4c296
AJ
340042012-10-22 Andreas Jaeger <aj@suse.de>
34005
34006 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34007 __O_RSYNC if it exists, otherwise to O_SYNC.
34008
6fb54a22
JB
340092012-10-22 Jim Blandy <jimb@codesourcery.com>
34010 Joseph Myers <joseph@codesourcery.com>
34011
34012 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34013 /dev/null.
34014 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34015 from /dev/null
34016 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34017 /dev/null.
34018
481b90b9
AJ
340192012-10-22 Andreas Jaeger <aj@suse.de>
34020
2a0e2669
AJ
34021 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34022 Define always.
34023 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34024
76e38f9a
AJ
34025 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34026 bits/fcntl-linux.h.
34027
7cd37b43
AJ
34028 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34029 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34030
481b90b9
AJ
34031 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34032 to __O_LARGEFILE.
34033 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34034 to __O_LARGEFILE.
34035
aba75984
JB
340362012-10-21 Jim Blandy <jimb@codesourcery.com>
34037 Joseph Myers <joseph@codesourcery.com>
34038
34039 * config.make.in (NM): New variable.
34040
88d4247f
AJ
340412012-10-21 Andreas Jaeger <aj@suse.de>
34042
34043 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34044 definitions and declarations that are provided by
34045 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34046
f2eed205
L
340472012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34048
34049 [BZ #14683]
34050 * elf/Makefile (tests-static): Add tst-leaks1-static.
34051 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34052 ($(objpfx)tst-leaks1-static): New rule.
34053 ($(objpfx)tst-leaks1-static-mem): Likewise.
34054 (tst-leaks1-static-ENV): New macro.
34055 * elf/dl-open.c (dl_open_worker): Check the main application
34056 only if SHARED is defined.
34057 * elf/tst-leaks1-static.c: New file.
34058
335e6931
AJ
340592012-10-20 Andreas Jaeger <aj@suse.de>
34060
34061 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34062 generic values for Linux.
34063 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34064 and declarations that are provided by <bits/fcntl-linux.h> and
34065 include <bits/fcntl-linux.h>.
34066 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34067 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34068
ac5c94d3
RM
340692012-10-20 Roland McGrath <roland@hack.frob.com>
34070
34071 * io/fcntl.h: Move include of <bits/types.h> to the top and
34072 include it unconditionally.
34073
de54b33a
L
340742012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34075
228cfb01
L
34076 * wcsmbs/Makefile (tests-ifunc): New variable.
34077 (tests): Add $(tests-ifunc).
34078 * wcsmbs/test-wcschr-ifunc.c: New file.
34079 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34080 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34081 * wcsmbs/test-wcslen-ifunc.c: Likewise.
34082 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34083 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34084
69f07e5f
L
34085 * string/Makefile (tests-ifunc): New variable.
34086 (tests): Add $(tests-ifunc).
34087 * string/test-memccpy.c (TEST_NAME): New macro.
34088 * string/test-memchr.c (TEST_NAME): Likewise.
34089 * string/test-memcmp.c (TEST_NAME): Likewise.
34090 * string/test-memcpy.c (TEST_NAME): Likewise.
34091 * string/test-memmem.c (TEST_NAME): Likewise.
34092 * string/test-memmove.c (TEST_NAME): Likewise.
34093 * string/test-memset.c (TEST_NAME): Likewise.
34094 * string/test-rawmemchr.c (TEST_NAME): Likewise.
34095 * string/test-stpcpy.c (TEST_NAME): Likewise.
34096 * string/test-stpncpy.c (TEST_NAME): Likewise.
34097 * string/test-strcasecmp.c (TEST_NAME): Likewise.
34098 * string/test-strcasestr.c (TEST_NAME): Likewise.
34099 * string/test-strcat.c (TEST_NAME): Likewise.
34100 * string/test-strchr.c (TEST_NAME): Likewise.
34101 * string/test-strcmp.c(TEST_NAME): Likewise.
34102 * string/test-strcpy.c (TEST_NAME): Likewise.
34103 * string/test-strcspn.c (TEST_NAME): Likewise.
34104 * string/test-strlen.c (TEST_NAME): Likewise.
34105 * string/test-strncasecmp.c (TEST_NAME): Likewise.
34106 * string/test-strncmp.c (TEST_NAME): Likewise.
34107 * string/test-strncpy.c (TEST_NAME): Likewise.
34108 * string/test-strnlen.c (TEST_NAME): Likewise.
34109 * string/test-strpbrk.c (TEST_NAME): Likewise.
34110 * string/test-strrchr.c (TEST_NAME): Likewise.
34111 * string/test-strspn.c (TEST_NAME): Likewise.
34112 * string/test-strstr.c (TEST_NAME): Likewise.
34113 * string/test-bcopy-ifunc.c: New file.
34114 * string/test-bzero-ifunc.c: Likewise.
34115 * string/test-memccpy-ifunc.c: Likewise.
34116 * string/test-memchr-ifunc.c: Likewise.
34117 * string/test-memcmp-ifunc.c: Likewise.
34118 * string/test-memcpy-ifunc.c: Likewise.
34119 * string/test-memmem-ifunc.c: Likewise.
34120 * string/test-memmove-ifunc.c: Likewise.
34121 * string/test-mempcpy-ifunc.c: Likewise.
34122 * string/test-memset-ifunc.c: Likewise.
34123 * string/test-rawmemchr-ifunc.c: Likewise.
34124 * string/test-stpcpy-ifunc.c: Likewise.
34125 * string/test-stpncpy-ifunc.c: Likewise.
34126 * string/test-strcasecmp-ifunc.c: Likewise.
34127 * string/test-strcasestr-ifunc.c: Likewise.
34128 * string/test-strcat-ifunc.c: Likewise.
34129 * string/test-strchr-ifunc.c: Likewise.
34130 * string/test-strchrnul-ifunc.c: Likewise.
34131 * string/test-strcmp-ifunc.c: Likewise.
34132 * string/test-strcpy-ifunc.c: Likewise.
34133 * string/test-strcspn-ifunc.c: Likewise.
34134 * string/test-strlen-ifunc.c: Likewise.
34135 * string/test-strncasecmp-ifunc.c: Likewise.
34136 * string/test-strncat-ifunc.c: Likewise.
34137 * string/test-strncmp-ifunc.c: Likewise.
34138 * string/test-strncpy-ifunc.c: Likewise.
34139 * string/test-strnlen-ifunc.c: Likewise.
34140 * string/test-strpbrk-ifunc.c: Likewise.
34141 * string/test-strrchr-ifunc.c: Likewise.
34142 * string/test-strspn-ifunc.c: Likewise.
34143 * string/test-strstr-ifunc.c: Likewise.
34144
de54b33a
L
34145 * debug/Makefile (tests-ifunc): New variable.
34146 (tests): Add $(tests-ifunc).
34147 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34148 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34149 * debug/test-stpcpy_chk-ifunc.c: New file.
34150 * debug/test-strcpy_chk-ifunc.c: Likewise.
34151
88481c16
SP
341522012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
34153
34154 [BZ #13601]
34155 * elf/dl-load.c (open_verify): Retry read if the entire ELF
34156 header is not read in.
34157
135948bd
JM
341582012-10-19 Joseph Myers <joseph@codesourcery.com>
34159
89f1c388
JM
34160 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
34161 script to $(SHELL) as $<. Pass $(common-objpfx) to script
34162 directly. Pass built executable to script as
34163 $(built-program-cmd).
34164 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
34165 $testprogram without using LD_LIBRARY_PATH and $ldso.
34166
e40a0d21
JM
34167 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34168 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34169 $(rtld-installed-name).
34170 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34171 (rtld_installed_name): Likewise.
34172 (library_path): Likewise.
34173 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
34174 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34175 $(run-program-prefix) to tst-tables.sh.
34176 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
34177 it to run tst-table-from and tst-table-to.
34178 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34179 Pass it to tst-table.sh.
34180 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34181 $(run-program-prefix) to tst-gettext.sh.
34182 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34183 tst-translit.sh.
34184 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34185 tst-gettext2.sh.
34186 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
34187 to run tst-gettext.
34188 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
34189 to run tst-gettext2.
34190 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
34191 to run tst-translit.
34192 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34193 $(run-program-prefix) to tst-mtrace.sh.
34194 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
34195 to run tst-mtrace.
34196 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34197 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34198 $(rtld-installed-name).
34199 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34200 (rtld_installed_name): Likewise.
34201 (run_program_prefix): New variable. Use it to run wordexp-test.
34202
728e272a
JM
34203 * Makeconfig (ARCH): Remove all definitions.
34204 (machine): Likewise.
34205 [ARCH]: Remove conditional code.
34206 [!objdir]: Give error.
34207 [!objdir] (objpfx): Remove.
34208 [!objdir] (common-objpfx): Likewise.
34209 [!objdir] (common-objdir): Likewise.
34210 * configure.in (config_makefile): Remove. Hardcode Makefile in
34211 AC_CONFIG_FILES call.
34212 * configure: Regenerated.
34213
d528cdcf
JM
34214 [BZ #13888]
34215 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34216 or TMPDIR.
34217 (testout): Likewise.
34218
135948bd
JM
34219 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34220 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34221 $(rtld-installed-name).
34222 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34223 (rtld_installed_name): Likwise.
34224 (runit): Remove function.
34225 (run_getconf): New variable, Use it for running getconf binary.
34226
38c78296
L
342272012-10-18 H.J. Lu <hongjiu.lu@intel.com>
34228
34229 [BZ #14716]
34230 * string/test-memmem.c (check_result): New function.
34231 (do_one_test): Use it.
34232 (check1): New function.
34233 (test_main): Use it.
34234
d077f65f
MT
342352012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
34236
34237 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34238
ced52c71
JM
342392012-10-18 Joseph Myers <joseph@codesourcery.com>
34240
34241 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34242 (_G_LSEEK64): Likewise.
34243 (_G_MMAP64): Likewise.
34244 (_G_FSTAT64): Likewise.
34245 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34246 (_G_LSEEK64): Likewise.
34247 (_G_MMAP64): Likewise.
34248 (_G_FSTAT64): Likewise.
34249 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34250 unconditional. Call __mmap64 directly.
34251 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34252 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
34253 __lseek64 directly.
34254 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34255 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
34256 __mmap64 directly.
34257 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34258 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
34259 __lseek64 directly.
34260 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34261 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
34262 __lseek64 directly.
34263 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34264 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
34265 __lseek64 directly.
34266 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34267 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
34268 __fxstat64 directly.
34269 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34270 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34271 unconditional.
34272 (freopen64) [!_G_OPEN64]: Remove conditional code.
34273 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34274 unconditional.
34275 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34276 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34277 unconditional.
34278 (ftello64) [!_G_LSEEK64]: Remove conditional code.
34279 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34280 unconditional.
34281 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34282 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34283 unconditional.
34284 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34285 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34286 unconditional.
34287 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34288 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34289 unconditional.
34290 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34291 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34292 unconditional.
34293 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34294
b741de23
SP
342952012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
34296
34297 [BZ #12140]
34298 * manual/memory.texi (Malloc Tunable Parameters): Add note
34299 about free list pointers overwriting some perturb bytes.
34300 Wording suggested by Roland McGrath.
34301
f9b9d9c9
JM
343022012-10-17 Joseph Myers <joseph@codesourcery.com>
34303
34304 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34305 (lgamma_test): Likewise.
34306 (tgamma_test): Likewise.
34307
172a631a
FW
343082012-10-16 Florian Weimer <fweimer@redhat.com>
34309
34310 [BZ #14700]
34311 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34312 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34313
e9f37252
MK
343142012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
34315
34316 * NEWS: Mention BZ #14716.
34317 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34318 when removing AVAILABLE1_USES_J macro.
34319
d394eb74
L
343202012-10-12 H.J. Lu <hongjiu.lu@intel.com>
34321
34322 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34323 (__bswap_64): __uint64_t for unsigned 64-bit int.
34324
ca38dc17
AS
343252012-10-12 Andreas Schwab <schwab@linux-m68k.org>
34326
34327 * include/string.h (memmem): Declare libc hidden alias.
34328 * string/memmem.c (memmem): Define libc hidden alias.
34329 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34330 __read, __close instead of open, read, close.
34331
9a387d1f
L
343322012-10-11 H.J. Lu <hongjiu.lu@intel.com>
34333
ac49ecaf
L
34334 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34335 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34336 global and hidden.
34337 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34338 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34339 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34340 Likewise.
34341 (__rawmemchr_sse2): Likewise.
34342 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34343 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34344 (__strchr_sse2): Likewise.
34345 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34346 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34347 (__strcasecmp_sse2): Likewise.
34348 (__strncasecmp_sse2): Likewise.
34349 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34350 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34351 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34352 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34353 (__strrchr_sse2): Likewise.
34354 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34355 ifunc-impl-list.c.
34356 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34357 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34358 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34359 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34360 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34361 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34362 * sysdeps/x86_64/multiarch/memset.S: Likewise.
34363 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34364 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34365 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34366 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34367 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34368 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34369 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34370 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34371 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34372 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34373 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34374 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34375 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34376 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34377 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34378 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34379 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34380 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34381 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34382 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34383 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34384 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34385 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34386
b090e8ea
L
34387 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34388 global and hidden.
34389 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34390 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34391 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34392 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34393 Likewise.
34394 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34395 Likewise.
34396 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34397 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34398 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34399 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34400 ifunc-impl-list.c.
34401 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34402 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34403 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34404 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34405 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34406 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34407 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34408 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34409 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34410 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34411 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34412 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34413 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34414 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34415 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34416 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34417 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34418 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34419 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34420 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34421 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34422 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34423 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34424 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34425 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34426 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34427 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34428 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34429 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34430 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34431 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34432 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34433 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34434 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34435 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34436 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34437 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34438 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34439 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34440 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34441 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34442
11dd4af6
L
34443 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34444 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34445 * include/ifunc-impl-list.h: New file.
34446 * misc/ifunc-impl-list.c: Likewise.
34447 * misc/Makefile (routines): Add ifunc-impl-list.
34448 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34449 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
34450 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34451 TEST_NAME]: New variables.
11dd4af6
L
34452 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34453 are defined.
34454 (test_init): Call __libc_ifunc_impl_list to initialize
34455 func_list if TEST_IFUNC and TEST_NAME are defined.
34456
9a387d1f
L
34457 * string/Makefile (strop-tests): Add bcopy and bzero.
34458 * string/test-bcopy.c: New file.
34459 * string/test-bzero.c: Likewise.
34460 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34461 defined.
34462 * string/test-memset.c: Support bzero test if TEST_BZERO is
34463 defined.
34464 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34465 __libc_memmove.
34466 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34467 __libc_memset.
34468 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34469 of memset.
34470
472371b9
JM
344712012-10-10 Joseph Myers <joseph@codesourcery.com>
34472
1e4a9536
JM
34473 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34474 * configure: Regenerated.
34475
d173d12e
JM
34476 * Makeconfig (+link-static-before-libc): Don't include
34477 $(link-static-libc).
34478
472371b9
JM
34479 * libio/libio.h (_IO_pos_t): Remove.
34480
89a3ad0b
AO
344812012-10-10 Alexandre Oliva <aoliva@redhat.com>
34482
34483 * NEWS: Add note about FIPS mode. Wording suggested by Roland
34484 McGrath.
34485
e7451425
AO
344862012-10-10 Alexandre Oliva <aoliva@redhat.com>
34487
34488 * crypt/crypt-entry.c: Include fips-private.h.
34489 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34490 * crypt/md5c-test.c (main): Tolerate disabled MD5.
34491 * sysdeps/unix/sysv/linux/fips-private.h: New file.
34492 * sysdeps/generic/fips-private.h: New file, dummy fallback.
34493
4ba74a35
AO
344942012-10-10 Alexandre Oliva <aoliva@redhat.com>
34495
34496 * crypt/crypt-private.h: Include stdbool.h.
34497 (_ufc_setup_salt_r): Return bool.
34498 * crypt/crypt-entry.c: Include errno.h.
34499 (__crypt_r): Return NULL with EINVAL for bad salt.
34500 * crypt/crypt_util.c (bad_for_salt): New.
34501 (_ufc_setup_salt_r): Check that salt is long enough and within
34502 the specified alphabet.
34503 * crypt/badsalttest.c: New file.
34504 * crypt/Makefile (tests): Add it.
34505 ($(objpfx)badsalttest): New.
34506
f96f1242
MK
345072012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
34508
34509 * NEWS: Add entry for BZ #14602.
34510
0e8e0c1c
JM
345112012-10-09 Joseph Myers <joseph@codesourcery.com>
34512
34513 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34514 type-generic.
34515 * math/libm-test.inc: Update comment listing what functions and
34516 macros are tested.
34517 (isgreater_test): New function.
34518 (isgreaterequal_test): Likewise.
34519 (isless_test): Likewise.
34520 (islessequal_test): Likewise.
34521 (islessgreater_test): Likewise.
34522 (isunordered_test): Likewise.
34523 (main): Call the new functions.
34524
273edc5e
RM
345252012-10-09 Roland McGrath <roland@hack.frob.com>
34526
b8493de0
RM
34527 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34528 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34529 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34530 * sysdeps/i386/configure: Regenerated.
34531 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34532 * sysdeps/mach/configure: Regenerated.
34533 * sysdeps/mach/hurd/configure: Regenerated.
34534 * sysdeps/powerpc/configure: Regenerated.
34535 * sysdeps/powerpc/powerpc32/configure: Regenerated.
34536 * sysdeps/powerpc/powerpc64/configure: Regenerated.
34537 * sysdeps/s390/s390-32/configure: Regenerated.
34538 * sysdeps/s390/s390-64/configure: Regenerated.
34539 * sysdeps/sh/configure: Regenerated.
34540 * sysdeps/sparc/configure: Regenerated.
34541 * sysdeps/unix/sysv/linux/configure: Regenerated.
34542 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34543 * sysdeps/x86_64/configure: Regenerated.
34544
273edc5e
RM
34545 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34546 defined. Don't check if MAP is NULL.
34547
c8450f70
JM
345482012-10-09 Joseph Myers <joseph@codesourcery.com>
34549
34550 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34551 (_G_stat64): Likewise.
34552 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34553 (_G_stat64): Likewise.
34554 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34555 instead of struct _G_stat64.
34556 * libio/fileops.c (mmap_remap_check): Likewise.
34557 (decide_maybe_mmap): Likewise.
34558 (_IO_new_file_seekoff): Likewise.
34559 (_IO_file_stat): Likewise.
34560 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34561 _G_off64_t.
34562 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34563 instead of struct _G_stat64.
34564 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34565
57e605ba
MK
345662012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
34567
34568 [BZ #14602]
34569 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34570 Replace with ...
34571 (CHECK_EOL): New macro.
34572 (two_way_short_needle): Check beginning of haystack for EOL. Use
34573 CHECK_EOL.
34574 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34575 Replace with CHECK_EOL.
34576 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34577 Replace with CHECK_EOL.
34578
ef1bb361
JM
345792012-10-08 Joseph Myers <joseph@codesourcery.com>
34580
34581 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34582 type-generic.
34583 * math/libm-test.inc: Update comment listing what functions and
34584 macros are tested.
34585 (finite_test): New function.
34586 (isinf_test): Likewise.
34587 (isnan_test): Likewise.
34588 (fpclassify_test): Test subnormal input.
34589 (isfinite_test): Likewise.
34590 (isnormal_test): Likewise.
34591 (main): Call the new functions.
34592
55f11534
JN
345932012-10-08 Jonathan Nieder <jrnieder@gmail.com>
34594
34595 [BZ #14660]
34596 * Makerules (%.dynsym): Force C locale when running
34597 $(OBJDUMP) --dynamic-syms.
34598
1ab29350
AS
345992012-10-08 Andreas Schwab <schwab@linux-m68k.org>
34600
34601 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34602 <stdint.h>.
34603
f1ecb7ef
DM
346042012-10-06 David S. Miller <davem@davemloft.net>
34605
34606 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34607 upper 32-bits of the length value in %o2 since we use branch-on-register
34608 tests which consider the entire 64-bit register.
34609
5d41d91a
L
346102012-10-06 H.J. Lu <hongjiu.lu@intel.com>
34611
34612 * string/test-strstr.c (check2): Add a test for page boundary.
34613
3baddb72
DM
346142012-10-05 David S. Miller <davem@davemloft.net>
34615
34616 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34617 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34618 file.
34619 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34620 sysdep_routines.
34621 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34622 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34623 and bzero when HWCAP_SPARC_CRYPTO is present.
34624
9cee5585
L
346252012-10-05 H.J. Lu <hongjiu.lu@intel.com>
34626
d7e0dab9
L
34627 [BZ #14602]
34628 * string/test-strstr.c (check2): New function.
34629 (test_main): Call check2.
34630
03759f47
L
34631 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34632 and bug-strchr1.
34633 * string/bug-strcasestr1.c (do_test): Moved to ...
34634 * string/test-strcasestr.c (check1): Here. New function.
34635 (do_one_test): Break out result checking code into ...
34636 (check_result): This. New function.
34637 (do_one_test): Call check_result.
34638 (test_main): Call check1.
34639 * string/bug-strchr1.c (do_test): Moved to ...
34640 * string/test-strchr.c (check1): Here. New function.
34641 (do_one_test): Break out result checking code into ...
34642 (check_result): This. New function.
34643 (do_one_test): Call check_result.
34644 (test_main): Call check1.
34645 * string/bug-strstr1.c (main): Moved to ...
046f153e 34646 * string/test-strstr.c (check1): Here. New function.
03759f47
L
34647 (do_one_test): Break out result checking code into ...
34648 (check_result): This. New function.
34649 (do_one_test): Call check_result.
34650 (test_main): Call check1.
34651 * string/bug-strcasestr1.c: Removed.
34652 * string/bug-strchr1.c: Likewise.
34653 * string/bug-strstr1.c: Likewise.
34654
53cea63e
L
34655 * elf/Makefile (dl-routines): Add hwcaps.
34656 * elf/dl-support.c (_dl_important_hwcaps): Removed.
34657 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34658 (_dl_important_hwcaps): Moved to ...
34659 * elf/dl-hwcaps.c: Here. New file.
34660 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34661
9cee5585 34662 [BZ #14557]
bb859b06
L
34663 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34664 if IS_IN_rtld isn't defined.
34665
9cee5585
L
34666 * elf/dl-support.c (_dl_sysinfo_map): New.
34667 Include "get-dynamic-info.h" and "setup-vdso.h".
34668 (_dl_non_dynamic_init): Call setup_vdso.
34669 * elf/dynamic-link.h: Don't include <assert.h>.
34670 (elf_get_dynamic_info): Moved to ...
34671 * elf/get-dynamic-info.h: Here. New file.
34672 * elf/dynamic-link.h: Include "get-dynamic-info.h".
34673 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34674 * elf/setup-vdso.h: Here. New file.
34675 * elf/rtld.c: Include "setup-vdso.h".
34676 (dl_main): Call setup_vdso.
34677
23c31b76
JM
346782012-10-05 Joseph Myers <joseph@codesourcery.com>
34679
28234b07
JM
34680 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34681 creal in comment listing functions tested. List finite, isinf,
34682 isnan, isless, islessequal, isgreater, isgreaterequal,
34683 islessgreater, isunordered, lgamma_r and pow10 as functions and
34684 macros not tested. Mention which functions not tested are aliases
34685 for other functions. Fix typo. Note that signs of NaNs are not
34686 tested.
34687
23c31b76
JM
34688 * scripts/config.guess: Update from config.git.
34689 * scripts/config.sub: Likewise.
34690
9043e228
RM
346912012-10-04 Roland McGrath <roland@hack.frob.com>
34692
34693 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34694 * misc/madvise.c (madvise): Renamed to __madvise.
34695 Make madvise a weak alias.
34696 * include/sys/mman.h: Declare __madvise.
34697 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34698 * sysdeps/unix/syscalls.list
34699 (madvise): Make __madvise the strong name, and madvise a weak alias.
34700 * sysdeps/unix/sysv/linux/syscalls.list
34701 (madvise, mmap): Remove redundant entries.
34702 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34703 * malloc/malloc.c (mtrim): Likewise.
34704 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34705
f57f8055
RM
347062012-10-03 Roland McGrath <roland@hack.frob.com>
34707
34708 * sysdeps/mach/hurd/dl-cache.c: File removed.
34709 * config.h.in (USE_LDCONFIG): New #undef.
34710 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34711 * configure: Regenerated.
34712 * elf/Makefile (dl-routines): Add dl-cache only under
34713 [$(use-ldconfig) = yes].
34714 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34715 cache on [USE_LDCONFIG].
34716 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34717 [USE_LDCONFIG].
34718 * elf/rtld.c (dl_main): Likewise.
34719
5bb0c10a
PT
347202012-10-03 Pino Toscano <toscano.pino@tiscali.it>
34721
34722 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34723 _SC_LEVEL4_CACHE_LINESIZE.
34724
010188c6
RM
347252012-10-03 Roland McGrath <roland@hack.frob.com>
34726
34727 * sysdeps/unix/bsd/confstr.h: File removed.
34728
b6c5ec07
AO
347292012-10-02 Alexandre Oliva <aoliva@redhat.com>
34730
34731 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34732 sys/sdt-config.h.
34733
408223d4
RM
347342012-10-02 Roland McGrath <roland@hack.frob.com>
34735
34736 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34737 Make 'mapoff' field ElfW(Off) rather than off_t.
34738
bb9510dc
DL
347392012-10-02 Dmitry V. Levin <ldv@altlinux.org>
34740
fc997c6e
DL
34741 * nscd/Makefile: Remove nscd-cflags and all its users.
34742 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34743 (CFLAGS-nonlib): Add compiler flags for nscd modules.
34744
bb9510dc
DL
34745 [BZ #10631]
34746 * malloc.c (malloc_printerr): Clarify error message.
34747
05699367
L
347482012-10-02 H.J. Lu <hongjiu.lu@intel.com>
34749
34750 [BZ #14648]
34751 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34752 Set bit_FMA_Usable if FMA is supported.
34753 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34754 macro.
34755 (bit_FMA4_Usable): Updated.
34756 (index_FMA_Usable): New macro.
34757 (CPUID_FMA): Likewise
34758 (HAS_FMA): Defined with bit_FMA_Usable.
34759
51367701
RM
347602012-10-01 Roland McGrath <roland@hack.frob.com>
34761
34762 * bits/types.h (__swblk_t): Type removed.
34763 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34764 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34765 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34766 (__SWBLK_T_TYPE): Likewise.
34767 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34768 (__SWBLK_T_TYPE): Likewise.
34769 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34770 (__SWBLK_T_TYPE): Likewise.
34771 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34772 (__SWBLK_T_TYPE): Likewise.
34773
4d57bf63 347742012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 34775 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
34776
34777 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34778 (xdr_mapname): Use YPMAXMAP as maxsize.
34779 (xdr_peername): Use YPMAXPEER as maxsize.
34780 (xdr_keydat): Use YPAXRECORD as maxsize.
34781 (xdr_valdat): Use YPMAXRECORD as maxsize.
34782
93c65d43
RM
347832012-10-01 Roland McGrath <roland@hack.frob.com>
34784
497a03d6
RM
34785 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34786
93c65d43
RM
34787 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34788 * csu/init-first.c: ... here.
34789 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34790 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34791 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34792 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34793 * sysdeps/i386/init-first.c: File removed.
34794 * sysdeps/sh/init-first.c: File removed.
34795
bec749fd
JM
347962012-10-01 Joseph Myers <joseph@codesourcery.com>
34797
34798 [BZ #14645]
34799 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34800 if x * y might underflow to zero and z is zero.
34801 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34802 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34803 * math/libm-test.inc (min_subnorm_value): New variable.
34804 (fma_test): Add more tests.
34805 (fma_test_towardzero): Likewise.
34806 (fma_test_downward): Likewise
34807 (fma_test_upward): Likewise.
34808 (initialize): Set min_subnorm_value.
34809
8ec5b013
JM
348102012-09-29 Joseph Myers <joseph@codesourcery.com>
34811
34812 [BZ #14638]
34813 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34814 0 + 0.
34815 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34816 mode for addition resulting in exact zero.
34817 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34818 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34819 exact 0 + 0.
34820 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34821 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34822 * math/libm-test.inc (fma_test): Add more tests.
34823 (fma_test_towardzero): New function.
34824 (fma_test_downward): Likewise.
34825 (fma_test_upward): Likewise.
34826 (main): Call the new functions.
34827
b1fa802e
DM
348282012-09-28 David S. Miller <davem@davemloft.net>
34829
34830 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34831
d3b9fd9e
RM
348322012-09-28 Roland McGrath <roland@hack.frob.com>
34833
ea4d37b3
RM
34834 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34835 instead of SIGALRM.
34836
ac51c949
RM
34837 * sysdeps/gnu/_G_config.h: Moved to ...
34838 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34839 * sysdeps/mach/hurd/_G_config.h: Moved to ...
34840 * sysdeps/generic/_G_config.h: ... here.
34841
28c195f7
RM
34842 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
34843
848917f9
RM
34844 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34845
6bacf05b
RM
34846 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34847 Conditionalize target on [libnss_test1.so-version].
34848
91363dbb
RM
34849 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34850
cc87f7d8
RM
34851 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34852 (elfobjdir): Move out of conditionals.
34853
b1c608fe
RM
34854 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34855 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34856 (__nss_lookup_function): Conditionalize label remove_from_tree on
34857 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 34858
1d9a6d96
DM
348592012-09-28 David S. Miller <davem@davemloft.net>
34860
34861 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34862 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34863 file.
34864 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34865 sysdep_routines.
34866 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34867 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34868 when HWCAP_SPARC_CRYPTO is present.
34869
72581615
PT
348702012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34871
34872 * io/tst-mknodat.c: Create a FIFO instead of a socket.
34873
715a900c
JL
348742012-09-28 Andreas Schwab <schwab@linux-m68k.org>
34875
34876 [BZ #6530]
34877 * stdio-common/vfprintf.c (process_string_arg): Revert
34878 2000-07-22 change.
34879
348802011-09-28 Jonathan Nieder <jrnieder@gmail.com>
34881
34882 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34883 for testcase.
34884 * stdio-common/tst-sprintf.c: Include <locale.h>
34885 (main): Test sprintf's handling of incomplete multibyte
34886 characters.
34887
9bac1d86
L
348882012-09-28 H.J. Lu <hongjiu.lu@intel.com>
34889
34890 * elf/dl-runtime.c (VERSYMIDX): Removed.
34891 * elf/dl-version.c (VERSYMIDX): Likewise.
34892 * elf/do-rel.h (VERSYMIDX): Likewise.
34893 (VALIDX): Likewise.
34894 * elf/dynamic-link.h (VERSYMIDX): Likewise.
34895 * elf/rtld.c (VALIDX): Likewise.
34896 (ADDRIDX): Likewise.
9bac1d86
L
34897 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34898 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34899 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
34900 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34901 (VALIDX): Likewise.
34902 (ADDRIDX): Likewise.
9bac1d86 34903
b31606c0
PT
349042012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34905
34906 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34907
11541177
JL
349082012-09-28 Dmitry V. Levin <ldv@altlinux.org>
34909
34910 [BZ #11438]
34911 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34912 to global scope.
34913 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34914 addresses are in the same scope as 192.0.2/24.
34915 * posix/gai.conf: Document new scope table defaults.
34916
adb26fae
SP
349172012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34918
34919 [BZ #5298]
34920 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34921 for ftell. Compute offsets from write pointers instead.
34922 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34923
4573c6b0
SP
349242012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34925
34926 [BZ #14543]
34927 * libio/Makefile (tests): New test case tst-fseek.
34928 * libio/tst-fseek.c: New test case to verify that fseek/ftell
34929 combination works in wide mode.
34930 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34931 state when the external buffer state changes.
34932
aa9bbfe6
DM
349332012-09-27 David S. Miller <davem@davemloft.net>
34934
34935 [BZ #14376]
34936 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34937 pass reloc->r_addend in as the 'high' argument to
34938 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34939
784421e7
DM
34940 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34941
c39bc8b8
PT
349422012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34943
34944 * rt/tst-aio2.c: Include <pthread.h>.
34945 * rt/tst-aio3.c: Likewise.
34946
1ccc2399
SE
349472012-09-27 Steve Ellcey <sellcey@mips.com>
34948
34949 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34950
31ed4153
L
349512012-09-27 H.J. Lu <hongjiu.lu@intel.com>
34952
25f5f885
L
34953 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34954 contents on [SHARED].
31ed4153 34955
b7bfe116
MP
349562012-09-26 Marek Polacek <polacek@redhat.com>
34957
34958 [BZ #14530]
34959 [BZ #13741]
34960 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34961 for C++ and GCC <4.3 as well as for non GCC compilers.
34962
43c4edba
MT
349632012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
34964
34965 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34966
6a1bf82f
RM
349672012-09-25 Roland McGrath <roland@hack.frob.com>
34968
34969 * Makefile.in (all, install): Declare with .PHONY.
34970 Reported by Michael Hope <michael.hope@linaro.org>.
34971
8ad11b9a
TMQMF
349722012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
34973
34974 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34975 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34976 system header.
34977 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34978 Likewise.
34979 (sydep_routines): Add the new and the internal functions.
34980 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34981 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34982 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34983 (GLIBC_2.17): Add the new function.
34984 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34985 (GLIBC_2.17): Likewise.
34986 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34987 (GLIBC_2.17): Likewise.
34988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34989 (GLIBC_2.17): Likewise.
34990 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34991
7e2fca8d
AM
349922012-09-25 Alan Modra <amodra@gmail.com>
34993
34994 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34995 Add release barrier before setting once_control to say
34996 initialisation is done. Add hints on lwarx. Use macro in
34997 place of isync.
34998 (clear_once_control): Add release barrier.
34999
b87c4b24
JM
350002012-09-25 Joseph Myers <joseph@codesourcery.com>
35001
d032e0d2
JM
35002 [BZ #13629]
35003 * math/s_clog.c (__clog): Handle more values close to |z| = 1
35004 specially.
35005 * math/s_clog10.c (__clog10): Likewise.
35006 * math/s_clog10f.c (__clog10f): Likewise.
35007 * math/s_clog10l.c (__clog10l): Likewise.
35008 * math/s_clogf.c (__clogf): Likewise.
35009 * math/s_clogl.c (__clogl): Likewise.
35010 * math/Makefile (libm-calls): Add x2y2m1.
35011 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35012 (__x2y2m1): Likewise.
35013 (__x2y2m1l): Likewise.
35014 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35015 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35016 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35017 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35018 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35019 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35020 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35021 * sysdeps/i386/fpu/libm-test-ulps: Update.
35022 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35023
b87c4b24
JM
35024 [BZ #14621]
35025 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35026 int as type of variable DEPTH.
35027 (glob): Use size_t instead of int as type of variables NEWCOUNT
35028 and OLD_PATHC.
35029
6d3bf199
LD
350302012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35031
22bf5c17
LD
35032 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35033 Add s_sincosf-sse2.
35034 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35035 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35036 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35037 macros for using routine as __sincosf_ia32.
35038 Use macro for function declaration and weak_alias.
35039 * sysdeps/i386/fpu/libm-test-ulps: Update.
35040
35041 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35042 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35043
35044 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
35045 subnormal argument.
35046 * math/s_cexpf.c (__cexpf): Likewise.
35047 * math/s_csinf.c (__csinf): Likewise.
35048 * math/s_csinhf.c (__csinhf): Likewise.
35049 * math/s_ctanf.c (__ctanf): Likewise.
35050 * math/s_ctanhf.c (__ctanhf): Likewise.
35051 * math/s_ccosh.c (__ccoshf): Likewise.
35052 * math/s_cexp.c (__cexpl): Likewise.
35053 * math/s_csin.c (__csin): Likewise.
35054 * math/s_csinh.c (__csinh): Likewise.
35055 * math/s_ctan.c (__ctan): Likewise.
35056 * math/s_ctanh.c (ctanh): Likewise.
35057 * math/s_ccoshl.c (__ccoshl): Likewise.
35058 * math/s_cexpl.c (__cexpl): Likewise.
35059 * math/s_csinl.c (__csinl): Likewise.
35060 * math/s_csinhl.c (__csinhl): Likewise.
35061 * math/s_ctanl.c (__ctanl): Likewise.
35062 * math/s_ctanhl.c (__ctanhl): Likewise.
35063
203e5603
JM
350642012-09-25 Joseph Myers <joseph@codesourcery.com>
35065
35066 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35067 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35068 (_IO_off_t): Define to __off_t, not _G_off_t.
35069 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35070 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35071 (_IO_wint_t): Define to wint_t, not _G_wint_t.
35072 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35073 type of __dummy and __dummy2 fields.
35074 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35075 (_G_ssize_t): Likewise.
35076 (_G_off_t): Likewise.
35077 (_G_pid_t): Likewise.
35078 (_G_uid_t): Likewise.
35079 (_G_wchar_t): Likewise.
35080 (_G_wint_t): Likewise.
35081 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35082 (_G_ssize_t): Likewise.
35083 (_G_off_t): Likewise.
35084 (_G_pid_t): Likewise.
35085 (_G_uid_t): Likewise.
35086 (_G_wchar_t): Likewise.
35087 (_G_wint_t): Likewise.
35088 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35089 (_G_ssize_t): Likewise.
35090 (_G_off_t): Likewise.
35091 (_G_pid_t): Likewise.
35092 (_G_uid_t): Likewise.
35093 (_G_wchar_t): Likewise.
35094 (_G_wint_t): Likewise.
35095
9fab36eb
SP
350962012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35097
35098 * malloc/arena.c: Include malloc-sysdep.h.
35099 (shrink_heap): Use check_may_shrink_heap to decide if madvise
35100 is sufficient to shrink the heap or an unmap is needed.
35101 * sysdeps/generic/malloc-sysdep.h: New file. Define
35102 new function check_may_shrink_heap.
35103 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
35104 new function check_may_shrink_heap.
35105
2b4f00d1
SP
351062012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35107
35108 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35109 comments.
35110
9a9028b1
DL
351112012-09-24 Dmitry V. Levin <ldv@altlinux.org>
35112
57c69bef
DL
35113 * catgets/test-gencat.sh: Add "set -e".
35114 * elf/tst-pathopt.sh: Likewise.
35115 * grp/tst_fgetgrent.sh: Likewise.
35116 * iconvdata/run-iconv-test.sh: Likewise.
35117 * intl/tst-gettext.sh: Likewise.
35118 * intl/tst-gettext2.sh: Likewise.
35119 * intl/tst-gettext4.sh: Likewise.
35120 * intl/tst-gettext6.sh: Likewise.
35121 * intl/tst-translit.sh: Likewise.
35122 * io/ftwtest-sh: Likewise.
35123 * libio/test-freopen.sh: Likewise.
35124 * malloc/tst-mtrace.sh: Likewise.
35125 * posix/globtest.sh: Likewise.
35126 * posix/tst-getconf.sh: Likewise.
35127 * posix/wordexp-tst.sh: Likewise.
35128 * stdio-common/tst-printf.sh: Likewise.
35129 * stdio-common/tst-unbputc.sh: Likewise.
35130 * stdlib/tst-fmtmsg.sh: Likewise.
35131 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35132 * catgets/Makefile: Do not specify -e option when running
35133 testsuite shell scripts.
35134 * elf/Makefile: Likewise.
35135 * grp/Makefile: Likewise.
35136 * iconvdata/Makefile: Likewise.
35137 * intl/Makefile: Likewise.
35138 * io/Makefile: Likewise.
35139 * libio/Makefile: Likewise.
35140 * malloc/Makefile: Likewise.
35141 * posix/Makefile: Likewise.
35142 * stdio-common/Makefile: Likewise.
35143 * stdlib/Makefile: Likewise.
35144 * sysdeps/x86_64/Makefile: Likewise.
35145
9a9028b1
DL
35146 * io/ftwtest-sh: Add copyright header.
35147 * posix/globtest.sh: Likewise.
35148 * posix/tst-getconf.sh: Likewise.
35149 * posix/wordexp-tst.sh: Likewise.
35150 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35151
ced6f16e
L
351522012-09-24 H.J. Lu <hongjiu.lu@intel.com>
35153
94b32c39
L
35154 [BZ #13679]
35155 * Makeconfig (+link): Defined as $(+link-static) if
35156 $(build-shared) isn't yes.
35157 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35158 isn't yes.
35159 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35160
189e935b
L
35161 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35162
ced6f16e
L
35163 [BZ #14562]
35164 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35165 new chunk size with MALLOC_ALIGN_MASK.
35166
a9f8e53a
JM
351672012-09-24 Joseph Myers <joseph@codesourcery.com>
35168
35169 [BZ #5044]
35170 * stdio-common/printf_fphex.c: Include <stdbool.h> and
35171 <rounding-mode.h>.
35172 (__printf_fphex): Determine rounding using get_rounding_mode and
35173 round_away.
35174 * stdio-common/tst-printf-round.c (struct hex_test): New
35175 structure.
35176 (hex_tests): New variable.
35177 (test_hex_in_one_mode): New function.
35178 (do_test): Also run tests for hex float output.
35179
43153109
JM
351802012-09-21 Joseph Myers <joseph@codesourcery.com>
35181
35182 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35183 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35184 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35185 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35186 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35187 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35188 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35189 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35190
8a26625d
JM
351912012-09-20 Joseph Myers <joseph@codesourcery.com>
35192
35193 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35194 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35195 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35196 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35197
f3fd569c
DL
351982012-09-19 Dmitry V. Levin <ldv@altlinux.org>
35199
35200 [BZ #14579]
35201 * elf/rtld.c (dl_main): Limit the check for self loading to normal
35202 mode only.
35203 * elf/tst-rtld-load-self.sh: New test.
35204 * elf/Makefile: Run it.
35205
63bbedd4
JM
352062012-09-18 Joseph Myers <joseph@codesourcery.com>
35207
35208 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35209 (tst-writev-ENV): Remove.
35210 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35211
626f8b6a
CM
352122012-09-17 Chris Metcalf <cmetcalf@tilera.com>
35213
35214 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35215
b7aaa4d6
JM
352162012-09-17 Joseph Myers <joseph@codesourcery.com>
35217
35218 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35219 unconditional.
35220 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35221 Likewise.
35222 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35223 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35224 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35225 Likewise.
35226
65513990
L
352272012-09-14 H.J. Lu <hongjiu.lu@intel.com>
35228
35229 [BZ #14587]
35230 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35231 * config.make.in (have-cpp-asm-debuginfo): Removed.
35232 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35233 * configure: Regenerated.
35234
784761be
JM
352352012-09-14 Joseph Myers <joseph@codesourcery.com>
35236
35237 [BZ #5044]
35238 * stdio-common/printf_fp.c: Include <stdbool.h> and
35239 <rounding-mode.h>.
35240 (___printf_fp): Determine rounding using get_rounding_mode and
35241 round_away.
35242 * stdio-common/tst-printf-round.c: New file.
35243 * stdio-common/Makefile (tests): Add tst-printf-round.
35244 (link-libm): New variable.
35245 ($(objpfx)tst-printf-round): Depend in $(link-libm).
35246
9503345f
L
352472012-09-13 H.J. Lu <hongjiu.lu@intel.com>
35248
35249 [BZ #14576]
35250 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35251 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35252 Likewise.
35253 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35254 Likewise.
35255
ad35fc00
JM
352562012-09-13 Joseph Myers <joseph@codesourcery.com>
35257
35258 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35259 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35260 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35261 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35262
6c9b0f68
JM
352632012-09-12 Joseph Myers <joseph@codesourcery.com>
35264
35265 [BZ #14518]
35266 * include/rounding-mode.h: New file.
35267 * sysdeps/generic/get-rounding-mode.h: Likewise.
35268 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35269 * stdlib/strtod_l.c: Include <rounding-mode.h>.
35270 (MAX_VALUE): New macro.
35271 (MIN_VALUE): Likewise.
35272 (overflow_value): New function.
35273 (underflow_value): Likewise.
35274 (round_and_return): Use overflow_value and underflow_value to
35275 determine return values in overflow and underflow cases. Use
35276 round_away to determine rounding depending on rounding mode.
35277 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35278 determine return values in overflow and underflow cases.
35279 * stdlib/tst-strtod-round.c: Include <fenv.h>.
35280 (struct test_results): New structure.
35281 (struct test): Use struct test_results to store expected results
35282 for all rounding modes.
35283 (TEST): Include expected results for all rounding modes.
35284 (test_in_one_mode): New function.
35285 (do_test): Use test_in_one_mode to compute and check results.
35286 Check results for all rounding modes.
35287 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35288 $(link-libm).
35289
19fcedd5
AM
352902012-12-09 Allan McRae <allan@archlinux.org>
35291
1e9d84cd 35292 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 35293
8bbfd2f1
JM
352942012-09-11 Joseph Myers <joseph@codesourcery.com>
35295
35296 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35297 (_G_int32_t): Likewise.
35298 (_G_uint16_t): Likewise.
35299 (_G_uint32_t): Likewise.
35300 (_G_HAVE_BOOL): Likewise.
35301 (_G_HAVE_ATEXIT): Likewise.
35302 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35303 (_G_HAVE_IO_FILE_OPEN): Likewise.
35304 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35305 (_G_int32_t): Likewise.
35306 (_G_uint16_t): Likewise.
35307 (_G_uint32_t): Likewise.
35308 (_G_HAVE_BOOL): Likewise.
35309 (_G_HAVE_ATEXIT): Likewise.
35310 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35311 (_G_HAVE_IO_FILE_OPEN): Likewise.
35312 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35313 (_G_int32_t): Likewise.
35314 (_G_uint16_t): Likewise.
35315 (_G_uint32_t): Likewise.
35316 (_G_HAVE_BOOL): Likewise.
35317 (_G_HAVE_ATEXIT): Likewise.
35318 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35319 (_G_HAVE_IO_FILE_OPEN): Likewise.
35320
b1dc5912
L
353212012-09-11 H.J. Lu <hongjiu.lu@intel.com>
35322
35323 * csu/libc-tls.c: Update copyright years.
35324
0e886ef9
JM
353252012-09-10 Joseph Myers <joseph@codesourcery.com>
35326
28361c5e
JM
35327 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35328 [!_G_USING_THUNKS]: Remove conditional code.
35329 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35330 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35331
0e886ef9
JM
35332 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35333 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35334 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35335 (_G_VTABLE_LABEL_PREFIX): Likewise.
35336 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35337 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35338 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35339 (_G_VTABLE_LABEL_PREFIX): Likewise.
35340 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35341 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35342 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35343 (_G_VTABLE_LABEL_PREFIX): Likewise.
35344 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35345
bcba7aa2
L
353462012-09-10 H.J. Lu <hongjiu.lu@intel.com>
35347
35348 * libio/Makefile: Include ../Makeconfig before tests.
35349 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35350 only if $(build-shared) is yes.
35351
06585ee8
L
35352 * iconv/gconv_db.c: Update copyright years.
35353
80ccd52c
LD
353542012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35355
35356 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35357 unwind info if defined PIC. Fix special cases description.
35358 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35359
35360 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35361 DP_HI_MASK entry.
35362 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35363
691bc9c1
L
353642012-09-07 H.J. Lu <hongjiu.lu@intel.com>
35365
3d9b46b3
L
35366 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35367
de2139a9
L
35368 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35369 is NULL.
35370
5ca78dd0
L
35371 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35372 (LDLIBS-tst-chk4): This.
35373 (LDFLAGS-tst-chk5): Renamed to ...
35374 (LDLIBS-tst-chk5): This.
35375 (LDFLAGS-tst-chk6): Renamed to ...
35376 (LDLIBS-tst-chk6): This.
35377 (LDFLAGS-tst-lfschk4): Renamed to ...
35378 (LDLIBS-tst-lfschk4): This.
35379 (LDFLAGS-tst-lfschk5): Renamed to ...
35380 (LDLIBS-tst-lfschk5): This.
35381 (LDFLAGS-tst-lfschk6): Renamed to ...
35382 (LDLIBS-tst-lfschk6): This.
35383
691bc9c1
L
35384 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35385 on $(common-objpfx)soversions.mk.
35386
65cafb1c
JM
353872012-09-07 Joseph Myers <joseph@codesourcery.com>
35388
35389 [BZ #10014]
35390 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35391 example host name.
35392
c78ab094
SP
353932012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
35394
35395 * malloc/arena.c (arena_get_retry): New function that gets
35396 another arena for the caller to try its request on.
35397 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35398 current arena cannot fulfill the request.
35399 (__libc_memalign): Likewise.
35400 (__libc_memalign): Likewise.
35401 (__libc_pvalloc): Likewise.
35402 (__libc_calloc): Likewise.
35403
01f49f59
JT
354042012-09-05 John Tobey <john.tobey@gmail.com>
35405
35406 [BZ #13542]
35407 * manual/arith.texi (Operations on Complex): Fix description
35408 of carg branch cut.
35409
4c23fed5
JM
354102012-09-06 Joseph Myers <joseph@codesourcery.com>
35411
1d3c8572
JM
35412 [BZ #10014]
35413 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35414 host name.
35415
4c23fed5
JM
35416 [BZ #10038]
35417 * manual/memory.texi (Memory): Make order of menu items match
35418 order of sections.
35419
04570aaa
L
354202012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35421
35422 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35423 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
35424 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35425
b80af2f4
L
354262012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35427
35428 * csu/libc-tls.c (static_dtv): Renamed to ...
35429 (_dl_static_dtv): This. Make it global.
35430 (_dl_initial_dtv): Removed.
35431 (__libc_setup_tls): Updated.
35432 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35433 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35434 DL_INITIAL_DTV.
35435
2abe9f15
PM
354362012-09-06 Petr Machata <pmachata@redhat.com>
35437
35438 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35439 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35440 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35441 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35442
0948c3af
L
354432012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35444
35445 [BZ #14545]
35446 * csu/libc-tls.c (_dl_initial_dtv): New variable.
35447 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35448 freeing dtv[-1].
35449
a5055ad1
L
354502012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35451
35452 [BZ #14544]
35453 * Makeconfig (link-static-before-libc): Replace $(+prector)
35454 with $(+prectorT).
35455 (link-static-after-libc): Replace $(+postctor) with
35456 $(+postctorT).
35457 (link-bounded): Replace $(+prector)/$(+postctor) with
35458 $(+prectorT)/$(+postctorT).
35459 (+prectorT): New macro.
35460 (+postctorT): Likewise.
35461
ed8c2ecd
JM
354622012-09-06 Joseph Myers <joseph@codesourcery.com>
35463
35464 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35465 (round_str): Handle values above the maximum for IBM long double
35466 as inexact.
35467 * stdlib/tst-strtod-round.c (tests): Regenerated.
35468
14c996c8
AK
354692012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35470
35471 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35472 assembler flag.
35473 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35474 zarch_nohighgprs around the zarch optimized routines.
35475 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35476 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35477 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35478 for zarch.
35479
430d6ce6
DM
354802012-09-05 David S. Miller <davem@davemloft.net>
35481
35482 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35483
57f41c40
AS
35484 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35485 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
35486 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35487 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35488 entries.
35489
24d4e01b
AO
354902012-09-05 Alexandre Oliva <aoliva@redhat.com>
35491
35492 * malloc/arena.c: Fold copyright years.
35493 * malloc/mcheck.c, malloc/memusage.c: Likewise.
35494
61d58174
AO
354952012-09-05 Alexandre Oliva <aoliva@redhat.com>
35496
35497 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35498
20196a5e
AO
354992012-09-05 Alexandre Oliva <aoliva@redhat.com>
35500
35501 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
35502
5c447383
AO
355032012-09-05 Alexandre Oliva <aoliva@redhat.com>
35504
35505 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35506 change internal state upon failure.
35507
fad64255
AO
355082012-09-05 Alexandre Oliva <aoliva@redhat.com>
35509
35510 * malloc/mcheck.c (mcheck_check_all): Fix typo.
35511 * malloc/memusage.c (mmap): Likewise.
35512 (mmap64, mremap): Likewise. Adjust name in comment.
35513
1ffb8c90
SP
355142012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35515
35516 * libio/fileops.c: Fix typos in comments.
35517 * libio/oldfileops.c: Likewise.
35518 * libio/wfileops.c: Likewise.
35519
6ef9cc37
SP
355202012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35521
35522 [BZ #1349]
35523 * malloc/Makefile (tests): Add tst-malloc-usable test case.
35524 (tst-malloc-usable-ENV): Set environment for test case.
35525 * malloc/hooks.c (malloc_check_get_size): New function to get
35526 requested size.
35527 * malloc/malloc.c (musable): Use malloc_check_get_size.
35528 * malloc/tst-malloc-usable.c: New test case.
35529
4d038ae3
AS
355302012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35531
35532 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35533
c4e85184
AM
355342012-09-05 Allan McRae <allan@archlinux.org>
35535
b9dafc56 35536 [BZ #13966]
c4e85184
AM
35537 * configure.in (CXX_SYSINCLUDES): Use compiler output to
35538 determine header location.
35539 * configure: Regenerated.
35540
e1343020
AS
355412012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35542
35543 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35544 float format.
35545 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
35546 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35547 format.
e1343020
AS
35548 (test): Regenerate.
35549
0a9f1987
DM
355502012-09-04 David S. Miller <davem@davemloft.net>
35551
35552 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35553 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35554 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35555
29237804
FW
355562012-09-04 Florian Weimer <fweimer@redhat.com>
35557
35558 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35559 failures.
35560
edb3cb88
FW
35561 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35562
60160d83
JM
355632012-09-04 Joseph Myers <joseph@codesourcery.com>
35564
35565 [BZ #9914]
35566 * libio/iogetdelim.c: Include <limits.h>.
35567 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35568 + len + 1 would overflow.
35569
bcd6c8dc
AJ
355702012-09-03 Andreas Jaeger <aj@suse.de>
35571
35572 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35573 * sysdeps/i386/fpu/libm-test-ulps: Update.
35574
4ffffbd2
LD
355752012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35576
35577 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35578 Add s_sinf-sse2, s_conf-sse2.
35579
35580 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35581 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35582 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35583 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35584
35585 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35586 for using routine as __sinf_ia32.
35587 Use macro for function declaration and weak_alias.
35588 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35589 for using routine as __cosf_ia32.
35590 Use macro for function declaration and weak_alias.
35591
35592 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35593 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35594
35595 * sysdeps/x86_64/fpu/s_sinf.S: New file.
35596 * sysdeps/x86_64/fpu/s_cosf.S: New file.
35597 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35598
35599 * math/libm-test.inc (cos_test): Add more test cases.
35600 (sin_test): Likewise.
35601 (sincos_test): Likewise.
35602
511fa286
AK
356032012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35604
35605 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35606 (IFUNC_RESOLVE): Make pointers to the specialized implementations
35607 hidden.
35608 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35609
5f30cfec
L
356102012-09-02 H.J. Lu <hongjiu.lu@intel.com>
35611
35612 [BZ #14538]
35613 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35614 first element of the GOT.
35615 (elf_machine_load_address): Return the difference between
35616 the runtime address of _DYNAMIC and elf_machine_dynamic ().
35617
0786794f
AM
356182012-09-01 Allan McRae <allan@archlinux.org>
35619
5f30cfec
L
35620 [BZ #13412]
35621 * configure.in (AWK): Require gawk version 3.0 or later.
35622 * configure: Regenerated.
0786794f 35623
26889eac
JM
356242012-09-01 Joseph Myers <joseph@codesourcery.com>
35625
35626 * sysdeps/unix/sysv/linux/kernel-features.h
35627 (__ASSUME_POSIX_CPU_TIMERS): Remove.
35628 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35629 [__NR_clock_getres]: Make code unconditional.
35630 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35631 (clock_getcpuclockid): Remove code left unreachable by removal of
35632 conditionals.
35633 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35634 code unconditional.
35635 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35636 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35637 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35638 Make code unconditional.
35639 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35640 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35641 * sysdeps/unix/sysv/linux/clock_settime.c
35642 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35643 conditional code.
35644 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35645 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35646
d22e28b0
L
356472012-08-29 H.J. Lu <hongjiu.lu@intel.com>
35648
35649 [BZ #14476]
35650 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35651 scripts/test-installation.pl.
35652
35653 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35654 and $ld_so_version if it is set.
35655
050af9c4
SP
356562012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
35657
35658 [BZ #14516]
35659 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35660 failure if reading from procfs failed.
35661 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35662
ad845c0b
JM
356632012-08-27 Joseph Myers <joseph@codesourcery.com>
35664
35665 * sysdeps/unix/sysv/linux/kernel-features.h
35666 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35667 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35668 Remove conditional code.
35669 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35670 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35671 Remove conditional code.
35672 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35673 * sysdeps/unix/sysv/linux/i386/fxstat.c
35674 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35675 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35676 * sysdeps/unix/sysv/linux/i386/fxstatat.c
35677 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35678 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35679 * sysdeps/unix/sysv/linux/i386/lxstat.c
35680 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35681 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35682 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35683 Remove conditional code.
35684 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35685 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35686 Remove conditional code.
35687 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35688 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35689 <kernel-features.h>.
35690 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35691 Remove.
35692 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35693 Remove conditional code.
35694 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35695 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35696 Remove conditional.
35697
5dbf56af
MF
356982012-08-27 Mike Frysinger <vapier@gentoo.org>
35699
35700 [BZ #5400]
35701 * NEWS: Add fixed bug number.
35702
d6e70f43
JM
357032012-08-27 Joseph Myers <joseph@codesourcery.com>
35704
7efb4737
JM
35705 [BZ #14519]
35706 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35707 underflowing exponent in case of negative sign.
35708 * stdlib/tst-strtod-round-data: Add more tests.
35709 * stdlib/tst-strtod-round.c (tests): Regenerated.
35710
af92131a
JM
35711 [BZ #3479]
35712 * stdlib/strtod_l.c (NDIG): Remove.
35713 (HEXNDIG): Likewise.
35714 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35715 smallest representable value.
35716 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35717 lie within an exact representation of 1/2 ulp of the result.
35718 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35719 unconditionally.
35720 (TENS_P9_IDX): Define unconditionally.
35721 (TENS_P9_SIZE): Likewise.
35722 (TENS_P10_IDX): Likewise.
35723 (TENS_P10_SIZE): Likewise.
35724 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35725 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35726 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35727 entries for 10^2^13 and 10^2^14.
35728 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35729 (TENS_P13_IDX): Define.
35730 (TENS_P13_SIZE): Likewise.
35731 (TENS_P14_IDX): Likewise.
35732 (TENS_P14_SIZE): Likewise.
35733 (_fpioconst_pow10): Change array size to
35734 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
35735 unconditional.
35736 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35737 1024]: Add entries for 10^2^13 and 10^2^14.
35738 [LAST_POW10 > _LAST_POW10]: Remove #error.
35739 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35740 (_fpioconst_pow10): Change array size to
35741 FPIOCONST_POW10_ARRAY_SIZE.
35742 * stdlib/gen-fpioconst.c: New file.
35743 * stdlib/gen-tst-strtod-round.c: Likewise.
35744 * stdlib/tst-strtod-round-data: Likewise.
35745 * stdlib/tst-strtod-round.c: Likewise.
35746 * stdlib/Makefile (tests): Add tst-strtod-round.
35747
d6e70f43
JM
35748 [BZ #14459]
35749 * stdlib/strtod_l.c: Include <stdint.h>.
35750 (NDEBUG): Do not define.
35751 (round_and_return): Change EXPONENT parameter to type intmax_t.
35752 Rearrange calculations to avoid internal overflow possibilities.
35753 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35754 Rearrange calculations to avoid internal overflow possibilities.
35755 Assert that number fits inside MPNSIZE limbs.
35756 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35757 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
35758 calculations and add assertions to avoid internal overflow
35759 possibilities. Add casts to avoid signed/unsigned operations.
35760 * stdlib/tst-strtod-overflow.c: New file.
35761 * stdlib/Makefile (tests): Add tst-strtod-overflow.
35762
1f529f7d
MP
357632012-08-25 Marek Polacek <polacek@redhat.com>
35764
35765 * time/time.h: Fix some typos in comments.
35766
59a629f1
RM
357672012-08-23 Roland McGrath <roland@hack.frob.com>
35768
35769 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35770 * posix/tst-rfc3484-2.c: Likewise.
35771 * posix/tst-rfc3484-3.c: Likewise.
35772
d3bafbc9
SM
357732012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
35774
35775 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35776 (EF_ARM_ABI_FLOAT_HARD): Likewise.
35777
4efcc022
JM
357782012-08-23 Joseph Myers <joseph@codesourcery.com>
35779
35780 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35781 #include of fxstatat64.c.
35782
3cc3ef96
RM
357832012-08-22 Roland McGrath <roland@hack.frob.com>
35784
f04e2132
RM
35785 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35786 * shadow/getspent_r.c: Likewise.
35787 * shadow/getspnam.c: Likewise.
35788 * shadow/getspnam_r.c: Likewise.
35789 * gshadow/getsgent.c: Likewise.
35790 * gshadow/getsgent_r.c: Likewise.
35791 * gshadow/getsgnam.c: Likewise.
35792 * gshadow/getsgnam_r.c: Likewise.
35793 * inet/getnetbyad.c: Likewise.
35794 * inet/getnetbyad_r.c: Likewise.
35795 * inet/getnetbynm.c: Likewise.
35796 * inet/getnetbynm_r.c: Likewise.
35797 * inet/getnetent.c: Likewise.
35798 * inet/getnetent_r.c: Likewise.
35799 * inet/getproto.c: Likewise.
35800 * inet/getproto_r.c: Likewise.
35801 * inet/getprtent.c: Likewise.
35802 * inet/getprtent_r.c: Likewise.
35803 * inet/getprtname.c: Likewise.
35804 * inet/getprtname_r.c: Likewise.
35805 * inet/getrpcbyname.c: Likewise.
35806 * inet/getrpcbyname_r.c: Likewise.
35807 * inet/getrpcbynumber.c: Likewise.
35808 * inet/getrpcbynumber_r.c: Likewise.
35809 * inet/getrpcent.c: Likewise.
35810 * inet/getrpcent_r.c: Likewise.
35811 * inet/getaliasent.c: Likewise.
35812 * inet/getaliasent_r.c: Likewise.
35813 * inet/getaliasname.c: Likewise.
35814 * inet/getaliasname_r.c: Likewise.
35815 * nscd/getgrgid_r.c: Likewise.
35816 * nscd/getgrnam_r.c: Likewise.
35817 * nscd/gethstbyad_r.c: Likewise.
35818 * nscd/gethstbynm3_r.c: Likewise.
35819 * nscd/getpwnam_r.c: Likewise.
35820 * nscd/getpwuid_r.c: Likewise.
35821 * nscd/getsrvbynm_r.c: Likewise.
35822 * nscd/getsrvbypt_r.c: Likewise.
35823 * nscd/gai.c: Likewise.
35824
c53d909c
RM
35825 * configure.in (build_nscd): New substituted variable, set
35826 by --disable-build-nscd and defaults to $use_nscd.
35827 * configure: Regenerated.
35828 * config.make.in (build-nscd): New substituted variable.
35829 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35830 Change conditional to require [$(build-nscd) = yes] as well.
35831 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35832
3cc3ef96
RM
35833 [BZ# 13696]
35834 * configure.in (use_nscd): New substituted variable, set by
35835 --disable-nscd. If enabled, define USE_NSCD.
35836 * configure: Regenerated.
35837 * config.h.in: Add USE_NSCD.
35838 * config.make.in (use-nscd): New substituted variable.
35839 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35840 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35841 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35842 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35843 (CFLAGS-getgrnam_r.c): Likewise.
35844 (CFLAGS-initgroups.c): Likewise.
35845 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35846 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35847 Variables removed.
35848 * inet/getnetgrent_r.c
35849 (nscd_setnetgrent): New function, broken out of ...
35850 (setnetgrent): ... here. Call it.
35851 (innetgr): Conditionalize nscd bits on [USE_NSCD].
35852 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35853 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35854 * nscd/Makefile (routines, aux): Move definitions after include of
35855 Makeconfig. Conditionalize on [$(use-nscd) != no].
35856 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35857 Conditionalize on [USE_NSCD].
35858 (is_nscd, nscd_init_cb): Likewise.
35859 (nss_load_library): Conditionalize init callback on [USE_NSCD].
35860 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35861 * nss/nss_db/db-init.c: Likewise.
35862 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35863 [USE_NSCD].
35864 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35865 (make_request): Use it.
35866 (cache_valid_p): New function.
35867 (__check_pf): Use it.
35868 * NEWS: Add item for --disable-nscd.
35869
07e51550
DL
358702012-08-22 Dmitry V. Levin <ldv@altlinux.org>
35871
35872 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35873 to support sed >= 4.2.1-20-ga9bf076.
35874 * configure: Regenerated.
35875
35a5b08b
RM
358762012-08-22 Roland McGrath <roland@hack.frob.com>
35877
35878 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35879 Conditionalize whole body on [IREL].
35880
8479f23a
JL
358812012-08-22 Jeff Law <law@redhat.com>
35882
35883 [BZ #14505]
35884 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35885 if the family is PF_UNSPEC.
35886
48da0b21
MF
358872012-08-22 Mike Frysinger <vapier@gentoo.org>
35888
35889 * Makerules (lib-version): Rename from V.
35890 (install-lib-nosubdir): Change V to lib-version.
35891
15d0da8c
WS
358922012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
35893
35894 [BZ #14252]
35895 * powerpc32/power6/wcschr.c: New file.
35896 * powerpc32/power6/wcscpy.c: New file.
35897 * powerpc32/power6/wcsrchr.c: New file.
35898 * powerpc64/power6/wcschr.c: New file.
35899 * powerpc64/power6/wcscpy.c: New file.
35900 * powerpc64/power6/wcsrchr.c: New file.
35901
bcca0895
MK
359022012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35903
35904 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35905 (two_way_short_needle): Use it.
5a4aaa33
RM
35906 * string/strstr.c (AVAILABLE1_USES_J): Define.
35907 * string/strcasestr.c: Likewise.
99677e57
MK
35908
35909 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35910 array references.
35911 * string/strcasestr.c (TOLOWER): Make side-effect safe.
35912
400726de
MK
35913 [BZ #11607]
35914 * NEWS: Add an entry.
35915 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35916 define their defaults.
35917 (two_way_short_needle): Detect end-of-string on-the-fly.
35918 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35919 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35920 * string/bug-strcasestr1.c: New test.
35921 * string/Makefile: Run it.
35922
20a71f2c
MK
359232012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35924
35925 [BZ #11607]
35926 * string/str-two-way.h (two_way_short_needle): Optimize matching of
35927 the first character.
35928
21ad0558
RM
359292012-08-21 Roland McGrath <roland@hack.frob.com>
35930
35931 * csu/elf-init.c (__libc_csu_irel): Function removed.
35932 * csu/libc-start.c (apply_irel): New function.
35933 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35934
0e1d9911
JM
359352012-08-21 Joseph Myers <joseph@codesourcery.com>
35936
35937 * sysdeps/unix/sysv/linux/kernel-features.h
35938 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35939 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35940 <kernel-features.h>.
35941 [__NR_fadvise64_64]: Make code unconditional.
35942 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35943 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35944 !__NR_fadvise64_64)]: Likewise.
35945 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35946 !__NR_fadvise64_64))]: Likewise.
35947 [__NR_fadvise64]: Make code unconditional.
35948 [!__NR_fadvise64]: Remove conditional code.
35949 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35950 <kernel-features.h>.
35951 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35952 unconditional.
35953 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35954 conditional code.
35955 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35956 not include <kernel-features.h>.
35957 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35958 unconditional.
35959 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35960 conditional code.
35961 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35962 include <kernel-features.h>.
35963 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35964 unconditional.
35965 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35966 conditional code.
35967
14a50c9d
WS
359682012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
35969
35970 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35971 slight instruction rearrangements per scrollpipe analysis.
35972 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35973
c0f4faf0
RM
359742012-08-20 Roland McGrath <roland@hack.frob.com>
35975
696da859
RM
35976 * manual/syslog.texi (syslog; vsyslog, closelog):
35977 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35978 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35979
c0f4faf0
RM
35980 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35981 DSOCAPS to match condition on defining it.
35982
348363b2
JM
359832012-08-20 Joseph Myers <joseph@codesourcery.com>
35984
a35cbf28
JM
35985 * sysdeps/unix/sysv/linux/kernel-features.h
35986 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35988 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35989 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35990 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35991 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35992 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35993 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35994 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35995 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35996
445f7ecd
JM
35997 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35998 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35999
348363b2
JM
36000 * sysdeps/unix/sysv/linux/kernel-features.h
36001 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36002 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36003 unconditional.
36004 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36005 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36006 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36007 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36008 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36009 Make code unconditional.
36010 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36011 (__mmap64) [!__NR_mmap2]: Likewise.
36012 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36013 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36014 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36015 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36016 [__NR_mmap2]: Make code unconditional.
36017 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36018 (__mmap64) [!__NR_mmap2]: Likewise.
36019
bc5bc0e5
AK
360202012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36021
36022 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36023
88d506de
AJ
360242012-08-18 Andreas Jaeger <aj@suse.de>
36025
36026 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36027
493387d2
MF
360282012-08-18 Mike Frysinger <vapier@gentoo.org>
36029
36030 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36031 * include/unistd.h (__have_sock_cloexec): Likewise.
36032 (__have_pipe2): Likewise.
36033 (__have_dup3): Likewise.
36034
a277af22
MF
360352012-08-18 Mike Frysinger <vapier@gentoo.org>
36036
36037 [BZ #9685]
36038 * include/unistd.h (__have_pipe2): Change define into an extern int.
36039 (__have_dup3): Likewise.
36040 * socket/have_sock_cloexec.c: Include fcntl.h.
36041 (__have_pipe2): New variable.
36042 (__have_dup3): Likewise.
36043
fdab8fd3
MF
360442012-08-17 Mike Frysinger <vapier@gentoo.org>
36045
36046 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36047
31035e80
MP
360482012-08-17 Marek Polacek <polacek@redhat.com>
36049
36050 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36051 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36052
3bd9e993
RM
360532012-08-17 Roland McGrath <roland@hack.frob.com>
36054
c91c505f
RM
36055 * configure.in: Add AC_SUBST for sysheaders.
36056 * configure: Regenerated.
36057 * config.make.in (sysheaders): New substituted variable.
36058
7c6f9d53
RM
36059 * sysdeps/unix/mkfifo.c: Moved ...
36060 * sysdeps/posix/mkfifo.c: ... here.
36061 * sysdeps/unix/mkfifoat.c: Moved ...
36062 * sysdeps/posix/mkfifoat.c: ... here.
36063
36064 * sysdeps/unix/utime.c: Moved ...
36065 * sysdeps/posix/utime.c: ... here.
36066
36067 * sysdeps/unix/time.c: Moved ...
36068 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
36069 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36070 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
36071
36072 * sysdeps/unix/nice.c: Moved ...
36073 * sysdeps/posix/nice.c: ... here.
36074
36075 * sysdeps/unix/alarm.c: Moved ...
36076 * sysdeps/posix/alarm.c: ... here.
36077
3bd9e993
RM
36078 * intl/Makefile ($(codeset_mo)): Depend on the input file.
36079
d1f09384
JL
360802012-08-17 Jeff Law <law@redhat.com>
36081
36082 * intl/Makefile (codeset_mo): New variable.
36083 ($(codeset_mo)): New target.
36084 (tst-codeset.out): Depend on that. Remove explicit rule.
36085 (tst-gettext3.out, tst-gettext5.out): Likewise.
36086 (LOCPATH-ENV, tst-codeset-ENV): New variables.
36087 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36088 * intl/tst-codeset.sh: Remove.
36089 * intl/tst-gettext3.sh: Likewise.
36090 * intl/tst-gettext5.sh: Likewise.
36091
2ae1ae5c
RM
360922012-08-17 Roland McGrath <roland@hack.frob.com>
36093
c31fdb83
RM
36094 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
36095 * sysdeps/unix/syscalls.list: ... here.
36096
a0844057
RM
36097 * sysdeps/posix/getaddrinfo.c
36098 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36099 (gaiconf_init, gaiconf_reload): Use them.
36100 [!_STATBUF_ST_NSEC]
36101 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36102 Define using time_t rather than struct timespec.
36103
750c1f2a
RM
36104 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36105 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36106 Macros removed.
36107 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36108 [!NO_THREADS].
36109 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36110 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36111 Likewise.
36112
2ae1ae5c
RM
36113 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36114 __libc_cleanup_push argument.
36115
e66a42f5
RM
36116 * bits/param.h: New file.
36117 * misc/sys/param.h: New file.
36118 * include/sys/param.h: New file.
36119 * misc/Makefile (headers): Add bits/param.h.
36120 * sysdeps/generic/sys/param.h: File removed.
36121 * sysdeps/unix/sysv/linux/bits/param.h: New file.
36122 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36123 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 36124 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 36125
b7c08a66
RM
36126 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36127 last change.
36128
b2e1c562
RM
36129 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36130 [_IO_MTSAFE_IO].
36131 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36132 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36133 New macros.
36134
c75ccd4c
RM
36135 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36136 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36137 rather than -D_IO_MTSAFE_IO conditionally.
36138 * stdio-common/Makefile (CPPFLAGS): Likewise.
36139 * wcsmbs/Makefile (CPPFLAGS): Likewise.
36140 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36141 Use $(libio-mtsafe).
36142 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36143 of -D_IO_MTSAFE_IO.
36144 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36145 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36146 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36147 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36148 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36149 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36150 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36151 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36152 (CFLAGS-fread_u_chk.c): Likewise.
36153 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36154 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36155 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36156 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36157 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36158 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36159 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36160 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36161 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36162
36163 * libio/Makefile: Test [$(libc-reentrant) = yes]
36164 instead of [$(filter %REENTRANT, $(defines)) nonempty].
36165
36166 * Makeconfig
36167 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36168 * sysdeps/pthread/configure: File removed.
36169 * sysdeps/pthread/Makeconfig: New file.
36170 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36171 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36172
d9195db8
GB
361732012-08-16 Gary Benson <gbenson@redhat.com>
36174
36175 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36176 unmapping the first object in a namespace.
36177
86466cd9
RM
361782012-08-16 Roland McGrath <roland@hack.frob.com>
36179
36180 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36181 (__internal_setnetgrent): ... this. Add internal_function to
36182 definition. Add libc_hidden_def.
36183 (setnetgrent): Update caller.
36184 (internal_endnetgrent): Renamed to ...
36185 (__internal_endnetgrent): ... this. Add internal_function to
36186 definition. Add libc_hidden_def.
36187 (endnetgrent): Update caller.
36188 (internal_getnetgrent_r): Renamed to ...
36189 (__internal_getnetgrent_r): ... this. Add internal_function to
36190 definition. Add libc_hidden_def.
36191 (__getnetgrent_r): Update caller.
36192 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
36193
c3c8283c
JM
361942012-08-16 Joseph Myers <joseph@codesourcery.com>
36195
36196 * stdlib/longlong.h: Update from GCC.
36197
db1ee0a8
RM
361982012-08-16 Roland McGrath <roland@hack.frob.com>
36199
36200 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36201 on _QL, which is set by umul_ppmm but never used.
36202 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36203 variables, which are set by GMP macros but never used.
36204 * stdio-common/_itowa.c (_itowa): Likewise.
36205 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36206 * stdlib/mod_1.c (mpn_mod_1): Likewise.
36207
30f69637
CD
362082012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
36209
36210 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36211 struct La_sh_regs is not constant.
36212 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36213 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36214 and struct La_sparc64_regs are not constant.
36215
93a78ac4
JM
362162012-08-16 Joseph Myers <joseph@codesourcery.com>
36217
36218 * sysdeps/unix/sysv/linux/kernel-features.h
36219 (__ASSUME_POSIX_TIMERS): Remove.
36220 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36221 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36222 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36223 Make code unconditional.
36224 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36225 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36226 Make code unconditional.
36227 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36228 * sysdeps/unix/sysv/linux/clock_nanosleep.c
36229 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36230 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36231 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36232 Make code unconditional.
36233 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36234 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36235 (__libc_missing_posix_timers): Remove.
36236
dd924cd7
RM
362372012-08-15 Roland McGrath <roland@hack.frob.com>
36238
4b4f2771
RM
36239 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36240 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36241
601c888b
RM
36242 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36243
176790a7
RM
36244 * elf/dl-sym.c: Include <stdlib.h>.
36245
329bc018
RM
36246 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36247 constants, which avoids warnings in 32-bit builds.
36248
e04e272d
RM
36249 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36250 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36251
952bf94a
RM
36252 * misc/lseek.c: File moved to ...
36253 * io/lseek.c: ... here.
36254
7c99b50a
RM
36255 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36256
dd924cd7
RM
36257 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36258 shifting LEN more than 31 bits at once.
36259
b3f479a8
LD
362602012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
36261
36262 [BZ #14195]
8c4ae0d4
RM
36263 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36264 segmentation fault for a case of two empty input strings.
b3f479a8
LD
36265 * string/test-strncasecmp.c (check1): Renamed to...
36266 (bz12205): ...this.
36267 (bz14195): Add new testcase for two empty input strings and N > 0.
36268 (test_main): Call new testcase, adapt for renamed function.
36269
9c55864e
AJ
362702012-08-15 Andreas Jaeger <aj@suse.de>
36271
36272 [BZ #14090]
36273 * crypt/md5test2.c: New test, based on test supplied by Serge
36274 Belyshev <belyshev@depni.sinp.msu.ru>.
36275 * crypt/Makefile (xtests): Add md5test-giant..
36276 * crypt/Makefile ($(objpfx)md5test-giant): Add.
36277
02dcb6c5
PE
362782012-08-15 Paul Eggert <eggert@cs.ucla.edu>
36279
36280 [BZ #14090]
36281 * crypt/md5.c (md5_process_block): Don't assume the buffer
36282 length is less than 2**32.
36283 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36284 length is less than 2**64.
36285
a3f95dcc
RM
362862012-08-15 Roland McGrath <roland@hack.frob.com>
36287
be75d758
RM
36288 * string/str-two-way.h: Include <sys/param.h>.
36289 (MAX): Macro removed.
36290
7312ca90
RM
36291 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36292 Move #define and #undef of memmove to just before and after
36293 including <string.h>.
36294
9a0a5486
RM
36295 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36296 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36297 and after including <string.h>. Move declarations of
36298 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36299 to before #include "string/memmove.c".
36300
67cc348d
RM
36301 * include/dirent.h: Declare __getdirentries.
36302
a3f95dcc
RM
36303 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36304 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36305
ca98e171
MF
363062012-08-14 Mike Frysinger <vapier@gentoo.org>
36307
36308 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36309 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36310 * sysdeps/i386/configure: Regenerated.
36311 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36312 STABS_CURRENT_FILE, and STABS_FUN.
36313 (END): Remove call to STABS_FUN_END.
36314 (STABS_CURRENT_FILE1): Delete.
36315 (STABS_CURRENT_FILE): Likewise.
36316 (STABS_FUN): Likewise.
36317 (STABS_FUN_END): Likewise.
36318 (STABS_FUN2): Likewise.
36319 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36320 * sysdeps/x86_64/configure: Regenerated.
36321
5908bf46
RM
363222012-08-14 Roland McGrath <roland@hack.frob.com>
36323
36324 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 36325 * elf/dl-lookup.c: Likewise.
5908bf46 36326
f2c05b9e
JM
363272012-08-14 Joseph Myers <joseph@codesourcery.com>
36328
36329 * sysdeps/unix/sysv/linux/kernel-features.h
36330 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36331 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36332 unconditionally.
36333 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36334 unconditionally.
36335 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36336 condition on __ASSUME_CLONE_THREAD_FLAGS.
36337
e11f5155
AJ
363382012-08-14 Andreas Jaeger <aj@suse.de>
36339
36340 * sysdeps/i386/fpu/libm-test-ulps: Update.
36341
51a9ba86
MK
363422012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
36343
2fdd4f78
AJ
36344 * include/atomic.h (atomic_exchange_and_add): Split into ...
36345 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36346 New atomic macros.
51a9ba86 36347
ba6cba9e
MT
363482012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
36349
36350 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36351
42443a47
JL
363522012-08-13 Jeff Law <law@redhat.com>
36353
36354 * manual/stdio.texi (snprintf): Clarify handling of the trailing
36355 null byte in the output string.
36356
121dce05
JM
363572012-08-10 Joseph Myers <joseph@codesourcery.com>
36358
36359 * sysdeps/unix/sysv/linux/kernel-features.h
36360 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36361 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36362 (__ASSUME_ARG_MAX_STACK_BASED): Define.
36363 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36364 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36365 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
36366 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36367
bf51f568
JL
363682012-08-09 Jeff Law <law@redhat.com>
36369
36370 [BZ #13939]
36371 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36372 When avoid_arena is set, don't retry in the that arena. Pick the
36373 next one, whatever it might be.
36374 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36375 (arena_lock): Pass in new parameter to arena_get2.
36376 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36377 arena_get2.
36378 (__libc_malloc): Unify retrying after main arena failure with
36379 __libc_memalign version.
36380 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36381
f85fa270
L
363822012-08-09 H.J. Lu <hongjiu.lu@intel.com>
36383
36384 [BZ #14166]
36385 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36386 to __redirect_strstr.
36387 (__strstr_sse42): Use typeof __redirect_strstr.
36388 (__strstr_ia32): Likewise.
36389 (__libc_strstr): New prototype.
36390 (strstr): Renamed to ...
36391 (__libc_strstr): This.
36392 (strstr): New strong alias of __libc_strstr.
36393 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36394 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36395 __redirect_time.
36396 Include <time.h>.
36397 (__libc_time): New prototype.
36398 (time_ifunc): Replace time with __libc_time.
36399 (time): New strong alias and hidden definition of __libc_time.
36400 (__GI_time): Remove strong alias.
36401 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36402 Include <stddef.h>.
36403 (memmove): Redefined to __redirect_memmove.
36404 (__memmove_sse2): Use typeof __redirect_memmove.
36405 (__memmove_ssse3): Likewise.
36406 (__memmove_ssse3_back): Likewise.
36407 (__libc_memmove): New prototype.
36408 (memmove): Renamed to ...
36409 (__libc_memmove): This.
36410 (memmove): New strong alias of __libc_memmove.
36411
33b4a91e
MS
364122012-08-08 Mark Salter <msalter@redhat.com>
36413
36414 * elf/elf.h
36415 (R_MN10300_TLS_GD): Define.
36416 (R_MN10300_TLS_LD): Likewise.
36417 (R_MN10300_TLS_LDO): Likewise.
36418 (R_MN10300_TLS_GOTIE): Likewise.
36419 (R_MN10300_TLS_IE): Likewise.
36420 (R_MN10300_TLS_LE): Likewise.
36421 (R_MN10300_TLS_DTPMOD): Likewise.
36422 (R_MN10300_TLS_DTPOFF): Likewise.
36423 (R_MN10300_TLS_TPOFF): Likewise.
36424 (R_MN10300_SYM_DIFF): Likewise.
36425 (R_MN10300_ALIGN): Likewise.
36426 (R_MN10300_NUM): Update.
36427
b36137f1
JM
364282012-08-08 Joseph Myers <joseph@codesourcery.com>
36429
36430 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36431 Remove.
36432
cdd915fd
RM
364332012-08-08 Roland McGrath <roland@hack.frob.com>
36434
a2433aac
RM
36435 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36436
cdd915fd
RM
36437 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36438 sysdeps/unix -> sysdeps/posix move.
36439 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36440
bf9b740a
AM
364412012-08-07 Allan McRae <allan@archlinux.org>
36442
36443 [BZ #14303]
36444 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36445 (SUNOS_CPP): Likewise.
36446 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36447 not found.
36448 (open_input): Call CPP using execvp.
36449
93df14ee
JM
364502012-08-07 Joseph Myers <joseph@codesourcery.com>
36451
36452 * sysdeps/unix/sysv/linux/kernel-features.h
36453 (__ASSUME_PROT_GROWSUPDOWN): Remove.
36454 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36455 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36456 (__ASSUME_WAITID_SYSCALL): Likewise.
36457 * sysdeps/unix/sysv/linux/dl-execstack.c
36458 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36459 code unconditional.
36460 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36461 conditional code.
36462 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36463 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36464 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36465 code.
36466 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36467 unconditional.
36468 [__ASSUME_WAITID_SYSCALL]: Likewise.
36469 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36470
d34689de
RM
364712012-08-07 Roland McGrath <roland@hack.frob.com>
36472
a281decc
RM
36473 * sysdeps/unix/closedir.c: Renamed to ...
36474 * sysdeps/posix/closedir.c: ... here.
36475 * sysdeps/unix/dirfd.c: Renamed to ...
36476 * sysdeps/posix/dirfd.c: ... here.
36477 * sysdeps/unix/dirstream.h: Renamed to ...
36478 * sysdeps/posix/dirstream.h: ... here.
36479 * sysdeps/unix/fdopendir.c: Renamed to ...
36480 * sysdeps/posix/fdopendir.c: ... here.
36481 * sysdeps/unix/opendir.c: Renamed to ...
36482 * sysdeps/posix/opendir.c: ... here.
36483 * sysdeps/unix/readdir.c: Renamed to ...
36484 * sysdeps/posix/readdir.c: ... here.
36485 * sysdeps/unix/readdir_r.c: Renamed to ...
36486 * sysdeps/posix/readdir_r.c: ... here.
36487 * sysdeps/unix/rewinddir.c: Renamed to ...
36488 * sysdeps/posix/rewinddir.c: ... here.
36489 * sysdeps/unix/seekdir.c: Renamed to ...
36490 * sysdeps/posix/seekdir.c: ... here.
36491 * sysdeps/unix/telldir.c: Renamed to ...
36492 * sysdeps/posix/telldir.c: ... here.
36493 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36494 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36495 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36496 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36497
22895b47
RM
36498 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36499 * bits/fcntl.h: ... here.
36500
707a53b6
RM
36501 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36502 not 0.
36503 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36504 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36505 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36506 (struct flock): Move l_start, l_len to the beginning.
36507 Use __pid_t for l_pid.
36508 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36509 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36510 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36511 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36512 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36513 [__USE_LARGEFILE64] (struct flock64): New type.
36514 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36515
f0bd3e25
RM
36516 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36517 * bits/dirent.h: ... here.
36518
d34689de
RM
36519 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36520 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36521
6dad2c06
JM
365222012-08-07 Joseph Myers <joseph@codesourcery.com>
36523
36524 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36525 Change from 2.6.0 to 2.6.16.
36526 * sysdeps/unix/sysv/linux/configure: Regenerated.
36527 * sysdeps/unix/sysv/linux/kernel-features.h
36528 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36529 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36530 version.
36531 (__ASSUME_UTIMES): Likewise.
36532 (__ASSUME_CLONE_STOPPED): Remove.
36533 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36534 architectures, not kernel version.
36535 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36536 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36537 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36538 (__ASSUME_WAITID_SYSCALL): Likewise.
36539 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36540 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36541 * README: State 2.6.16 as minimum Linux kernel version. Do not
36542 refer to older versions.
36543
03af9520
RM
365442012-08-06 Roland McGrath <roland@hack.frob.com>
36545
8e49df1d
RM
36546 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36547 Define alphasort64 as an alias.
36548 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36549 Define versionsort64 as an alias.
36550 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36551 Define scandir64 as an alias.
36552 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36553 Define scandirat64 as an alias.
36554 * dirent/alphasort64.c (alphasort64):
36555 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36556 * dirent/versionsort64.c: Likewise.
36557 * dirent/scandir64.c: Likewise.
36558 * dirent/scandirat64.c: Likewise.
36559 * sysdeps/wordsize-64/alphasort.c: File removed.
36560 * sysdeps/wordsize-64/alphasort64.c: File removed.
36561 * sysdeps/wordsize-64/scandir.c: File removed.
36562 * sysdeps/wordsize-64/scandir64.c: File removed.
36563 * sysdeps/wordsize-64/scandirat.c: File removed.
36564 * sysdeps/wordsize-64/scandirat64.c: File removed.
36565 * sysdeps/wordsize-64/versionsort.c: File removed.
36566 * sysdeps/wordsize-64/versionsort64.c: File removed.
36567 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36568 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36569 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36570 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36571 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36572 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36573 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36574 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36575
36576 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36577 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36578 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36579 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36580 [defined __arch64__ || defined __sparcv9]
36581 (__INO_T_MATCHES_INO64_T): New macro.
36582 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36583 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36584 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36585 * sysdeps/unix/sysv/linux/bits/dirent.h
36586 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36587 (_DIRENT_MATCHES_DIRENT64): New macro.
36588
03af9520
RM
36589 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36590 Define lockf64 as an alias.
36591 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36592 Define fseeko64 as an alias.
36593 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36594 Define ftello64 as an alias.
36595 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36596 Define _IO_fgetpos64 and fgetpos64 as aliases.
36597 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36598 Define _IO_fsetpos64 and fsetpos64 as aliases.
36599 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36600 Conditionalize body on this.
36601 * libio/fseeko64.c: Likewise.
36602 * libio/ftello64.c: Likewise.
36603 * libio/iofgetpos64.c: Likewise.
36604 * libio/iofsetpos64.c: Likewise.
36605 * sysdeps/wordsize-64/lockf.c: File removed.
36606 * sysdeps/wordsize-64/lockf64.c: File removed.
36607 * sysdeps/wordsize-64/fseeko.c: File removed.
36608 * sysdeps/wordsize-64/fseeko64.c: File removed.
36609 * sysdeps/wordsize-64/ftello.c: File removed.
36610 * sysdeps/wordsize-64/ftello64.c: File removed.
36611 * sysdeps/wordsize-64/iofgetpos.c: File removed.
36612 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36613 * sysdeps/wordsize-64/iofsetpos.c: File removed.
36614 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36615 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36616 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36617 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36618 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36619 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36620 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36621 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36622 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36623 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36624 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36625
36626 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36627 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36628 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36629 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36630 [defined __arch64__ || defined __sparcv9]
36631 (__OFF_T_MATCHES_OFF64_T): New macro.
36632 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36633 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36634 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36635 (__OFF_T_MATCHES_OFF64_T): New macro.
36636
c5757acd
L
366372012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36638
36639 * stdlib/secure-getenv.c (__secure_getenv): Replace
36640 GLIBC_2_16 with GLIBC_2_17.
36641
3a31811e
L
366422012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36643
36644 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36645 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36646
faa2bccb
DM
366472012-08-03 David S. Miller <davem@davemloft.net>
36648
36649 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36650
85fe1997
JM
366512012-08-03 Joseph Myers <joseph@codesourcery.com>
36652
36653 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36654 Remove.
36655 (__ASSUME_CORRECT_SI_PID): Likewise.
36656 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36657 (__ASSUME_TMPFS_NAME): Likewise.
36658 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36659 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36660 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36661 (HAVE_AUX_SECURE): Make definition unconditional.
36662 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36663 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36664
4f75b7a0
RM
366652012-08-03 Roland McGrath <roland@hack.frob.com>
36666
36667 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36668 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36669 * sysdeps/mach/hurd/eloop-threshold.h: New file.
36670 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36671 __eloop_threshold instead of SYMLOOP_MAX.
36672
36673 * sysdeps/generic/eloop-threshold.h: New file.
36674 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36675 of MAXSYMLINKS.
36676 * elf/chroot_canon.c (chroot_canon): Likewise.
36677
7aab07e4
JM
366782012-08-03 Joseph Myers <joseph@codesourcery.com>
36679
36680 [BZ #13717]
36681 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36682 Change to 2.6.0 everywhere.
36683 * sysdeps/unix/sysv/linux/configure: Regenerated.
36684 * sysdeps/unix/sysv/linux/kernel-features.h
36685 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36686 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36687 kernel versions.
36688 (__ASSUME_POSIX_TIMERS): Define unconditionally.
36689 (__ASSUME_FUTEX_REQUEUE): Remove.
36690 (__ASSUME_STATFS64): Define unconditionally.
36691 (__ASSUME_AT_SECURE): Likewise.
36692 (__ASSUME_CORRECT_SI_PID): Likewise.
36693 (__ASSUME_TGKILL): Define without depending on kernel version for
36694 i386.
36695 (__ASSUME_UTIMES): Likewise.
36696 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36697 kernel version.
36698 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36699 (__ASSUME_TMPFS_NAME): Likewise.
36700 * README: Update reference to Linux kernel versions.
36701
b67e9372
MP
367022012-08-02 Marek Polacek <polacek@redhat.com>
36703
1f529f7d 36704 [BZ# 14150]
b67e9372
MP
36705 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
36706 libc_cv_asm_type_prefix with %.
36707 * configure: Regenerated.
d2441631
RM
36708 * include/libc-symbols.h: Remove comment about
36709 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
36710 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36711 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36712 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36713 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36714 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36715 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36716 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36717 * elf/tst-unique2mod1.c: Likewise.
36718 * elf/tst-unique1mod2.c: Likewise.
36719 * elf/tst-unique1mod1.c: Likewise.
36720 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36721 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36722 Replace ASM_TYPE_DIRECTIVE with .type.
36723 * sysdeps/s390/s390-64/sysdep.h: Likewise.
36724 * sysdeps/i386/sysdep.h: Likewise.
36725 * sysdeps/x86_64/sysdep.h: Likewise.
36726 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
36727 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36728 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 36729 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
36730 * sysdeps/powerpc/powerpc32/sysdep.h:
36731 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
36732 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36733 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36734 * sysdeps/i386/fpu/e_powf.S: Likewise.
36735 * sysdeps/i386/fpu/e_expl.S: Likewise.
36736 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36737 * sysdeps/i386/fpu/e_acosh.S: Likewise.
36738 * sysdeps/i386/fpu/e_pow.S: Likewise.
36739 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36740 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36741 * sysdeps/i386/fpu/s_expm1.S: Likewise.
36742 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36743 * sysdeps/i386/fpu/e_log2.S: Likewise.
36744 * sysdeps/i386/fpu/e_log2l.S: Likewise.
36745 * sysdeps/i386/fpu/e_scalb.S: Likewise.
36746 * sysdeps/i386/fpu/e_powl.S: Likewise.
36747 * sysdeps/i386/fpu/e_log10f.S: Likewise.
36748 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36749 * sysdeps/i386/fpu/e_logl.S: Likewise.
36750 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36751 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36752 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36753 * sysdeps/i386/fpu/e_log2f.S: Likewise.
36754 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36755 * sysdeps/i386/fpu/e_log.S: Likewise.
36756 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36757 * sysdeps/i386/fpu/e_logf.S: Likewise.
36758 * sysdeps/i386/fpu/e_log10l.S: Likewise.
36759 * sysdeps/i386/fpu/e_atanh.S: Likewise.
36760 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36761 * sysdeps/i386/fpu/e_log10.S: Likewise.
36762 * sysdeps/i386/fpu/s_frexp.S: Likewise.
36763 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36764 * sysdeps/i386/fpu/s_asinh.S: Likewise.
36765 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36766 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36767 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36768 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36769 * sysdeps/i386/i686/strtok.S: Likewise.
36770 * sysdeps/i386/i386-mcount.S: Likewise.
36771 * sysdeps/i386/strtok.S: Likewise.
36772 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36773 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36774 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36775 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36776 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36777 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36778 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36779 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36780 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36781 * sysdeps/x86_64/_mcount.S: Likewise.
36782 * sysdeps/x86_64/strtok.S: Likewise.
36783 * sysdeps/sh/_mcount.S: Likewise.
36784
2747bf9a
RM
367852012-08-01 Roland McGrath <roland@hack.frob.com>
36786
36787 * libio/iofopen.c: Include <fcntl.h>.
36788 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36789 (_IO_fopen64, fopen64): Define as aliases.
36790 * libio/iofopen64.c: Include <fcntl.h>.
36791 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36792 Conditionalize body on this.
36793 * sysdeps/wordsize-64/iofopen.c: File removed.
36794 * sysdeps/wordsize-64/iofopen64.c: File removed.
36795
3fb791b8
MP
367962012-08-01 Marek Polacek <polacek@redhat.com>
36797
36798 * libc/Makeconfig: Use elf in place of binfmt-subdir.
36799 Use dlfcn directly instead of a variable.
36800 (binfmt-subdir): Do not define.
36801 (dlfcn): Likewise.
36802
a9f1039f
JM
368032012-08-01 Joseph Myers <joseph@codesourcery.com>
36804
23bddc06
JM
36805 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36806 Remove all definitions.
36807 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36808 <kernel-features.h>.
36809 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36810 (miss_F_GETOWN_EX): Remove all definitions.
36811 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36812 macro definition.
36813 [!__ASSUME_FCNTL64]: Remove conditional code.
36814 [__ASSUME_FCNTL64]: Make code unconditional.
36815 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36816 <kernel-features.h>.
36817 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36818 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36819 (lockf64) [__NR_fcntl64]: Make code unconditional.
36820 (lockf64) [__ASSUME_FCNTL64]: Likewise.
36821
a9f1039f
JM
36822 * sysdeps/unix/sysv/linux/kernel-features.h
36823 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36824 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36825 Make code unconditional.
36826 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36827 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36829 [__NR_vfork]: Make code unconditional.
36830 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36831 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36832 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36833 [__NR_vfork]: Make code unconditional.
36834 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36835 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36836
09c0ee5f
RM
368372012-08-01 Roland McGrath <roland@hack.frob.com>
36838
48aec5b9
RM
36839 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36840 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36841
cd97c966
RM
36842 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36843 Define mkstemp64 as an alias.
3f55550c
RM
36844 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36845 Define mkstemps64 as an alias.
cd97c966
RM
36846 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36847 Define mkostemp64 as an alias.
b8625cfc
RM
36848 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36849 Define mkostemps64 as an alias.
cd97c966
RM
36850 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36851 Conditionalize body on this.
36852 * misc/mkostemp64.c: Likewise.
b8625cfc 36853 * misc/mkostemps64.c: Likewise.
3f55550c 36854 * misc/mkstemps64.c: Likewise.
cd97c966
RM
36855 * sysdeps/wordsize-64/mkstemp64.c: File removed.
36856 * sysdeps/wordsize-64/mkostemp64.c: File removed.
36857 * sysdeps/wordsize-64/mkostemp.c: File removed.
36858 * sysdeps/wordsize-64/mkstemp.c: File removed.
36859 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36860 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36861 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36862 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36863
09c0ee5f
RM
36864 [BZ #14138]
36865 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36866 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36867 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36868 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36869
36870 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36871 compat_symbol macros from <shlib-compat.h> rather than the underlying
36872 default_symbol_version and symbol_version macros, so that DEFAULT
36873 lines in shlib-versions are respected.
36874 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36875
7e66ee51
FW
368762012-08-01 Florian Weimer <fweimer@redhat.com>
36877
36878 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36879 Declare with warn_unused_result.
36880 (setgid, setregid, setegid, setresgid): Likewise.
36881 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36882 Likewise.
36883 * WUR-REPORT: Remove set*id functions.
36884
d2a54255
PT
368852012-07-31 Pino Toscano <toscano.pino@tiscali.it>
36886
36887 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36888
7ecdb005
RM
368892012-07-31 Roland McGrath <roland@hack.frob.com>
36890
b4180a5e 36891 [BZ #10191]
789bd351
RM
36892 * include/sys/socket.h (__libc_accept, __libc_accept4):
36893 Add attribute_hidden.
36894 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36895
40ce302d
RM
36896 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36897 use of PTR_MANGLE.
36898 * inet/getnetgrent_r.c (setup): Likewise.
36899
7ecdb005
RM
36900 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36901
e2eabb2c
DM
369022012-07-31 David S. Miller <davem@davemloft.net>
36903
36904 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36905
d0419dbf
JM
369062012-07-31 Joseph Myers <joseph@codesourcery.com>
36907
36908 [BZ #13629]
36909 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36910 value between 1.0 and 2.0 and smaller part has absolute value less
36911 than 1.0.
36912 * math/s_clog10.c (__clog10): Likewise.
36913 * math/s_clog10f.c (__clog10f): Likewise.
36914 * math/s_clog10l.c (__clog10l): Likewise.
36915 * math/s_clogf.c (__clogf): Likewise.
36916 * math/s_clogl.c (__clogl): Likewise.
36917 * math/libm-test.inc (clog_test): Add more tests.
36918 (clog10_test): Likewise.
36919 * sysdeps/i386/fpu/libm-test-ulps: Update.
36920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36921
2bc13872
FW
369222012-07-31 Florian Weimer <fweimer@redhat.com>
36923
36924 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36925 Exit with zero in case no suitable GID is found, and write a
36926 message to standard error.
36927
bea9b193
RM
369282012-07-30 Roland McGrath <roland@hack.frob.com>
36929
36930 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36931 rather than to 1.
36932 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36933 (MAXPATHLEN): Removed.
36934 (NOGROUP, NODEV): New macros.
36935 (setbit, clrbit, isset, isclr): New macros.
36936 (howmany, roundup, powerof2): New macros.
36937 (DEV_BSIZE): New macro.
36938
36939 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36940 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36941
36942 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36943 definition on [!__NO_LONG_DOUBLE_MATH].
36944
36945 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36946 PTR_MANGLE and PTR_DEMANGLE.
36947
36948 * socket/accept4.c (accept4): Rename to __libc_accept4.
36949 Define accept4 as a weak alias.
36950
36951 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36952 on [_DIRENT_HAVE_D_TYPE].
36953 * io/ftw.c (ftw_dir): Likewise.
36954
36955 * io/xmknod.c (__xmknod): Don't check PATH for being null.
36956
36957 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36958
36959 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36960 Use the BSD numbers rather than the arbitrary ones we had.
36961 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36962 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36963 (SIGXCPU, SIGXFSZ): New macros.
36964 (_NSIG): Now 32.
36965
36966 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36967 initializer on [_LIBC_REENTRANT].
36968
36969 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36970 definitions inside [_POSIX_MAPPED_FILES].
36971
36972 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36973
36974 * dirent/opendir.c: Include <fcntl.h>.
36975
36976 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36977 (__libc_getspecific): Likewise.
36978 (__libc_key_create): Likewise.
36979
36980 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36981 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36982 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36983 (tmpfile64): Define as alias.
36984 * sysdeps/wordsize-64/tmpfile.c: File removed.
36985 * sysdeps/wordsize-64/tmpfile64.c: File removed.
36986 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36987 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36988
36989 * stdio-common/vfscanf.c: Include <stdbool.h>.
36990 * nss/makedb.c: Likewise.
36991 * stdio-common/_i18n_number.h: Likewise.
36992 * argp/argp-help.c: Likewise.
36993 * posix/wordexp.c: Likewise.
36994 * sysdeps/posix/spawni.c: Likewise.
36995 * nss/nss_files/files-initgroups.c: Likewise.
36996 * stdio-common/reg-modifier.c: Include <stdlib.h>.
36997 * nss/nss_files/files-initgroups.c: Likewise.
36998 * nss/nss_db/db-netgrp.c: Likewise.
36999 * nss/nss_db/db-initgroups.c: Likewise.
37000 * io/fchmodat.c: Include <sys/stat.h>.
37001
37002 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37003 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37004
37005 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37006 [HAVE_MMAP].
37007
37008 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37009 Add multiple inclusion protection.
37010
e5abc686
DM
370112012-07-27 David S. Miller <davem@davemloft.net>
37012
37013 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37014
815e6fa3
GB
370152012-07-27 Gary Benson <gbenson@redhat.com>
37016
37017 [BZ #14298]
37018 * elf/rtld.c: Include <stap-probe.h>.
37019 (dl_main): Added static probes "init_start" and "init_complete".
37020 * elf/dl-load.c: Include <stap-probe.h>.
37021 (lose): Take new parameter "nsid".
37022 Added static probe "map_failed".
37023 (_dl_map_object_from_fd): Pass namespace id to lose.
37024 Added static probe "map_start".
37025 (open_verify): Pass namespace id to lose.
37026 * elf/dl-open.c: Include <stap-probe.h>.
37027 (dl_open_worker) Added static probes "map_complete", "reloc_start"
37028 and "reloc_complete".
37029 * elf/dl-close.c: Include <stap-probe.h>.
37030 (_dl_close_worker): Added static probes "unmap_start" and
37031 "unmap_complete".
37032 * elf/rtld-debugger-interface.txt: New file documenting the above.
37033
9f98c16c
RM
370342012-07-26 Roland McGrath <roland@hack.frob.com>
37035
37036 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37037 rather than a string variable.
37038 * sunrpc/rpc_main.c (h_output): Likewise.
37039 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37040
f3c22df3
PT
370412012-07-26 Pino Toscano <toscano.pino@tiscali.it>
37042
37043 * inet/check_native.c: New file.
37044
3129cfc6
JM
370452012-07-26 Joseph Myers <joseph@codesourcery.com>
37046
da865e95
JM
37047 [BZ #13629]
37048 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37049 if larger part has absolute value 1.0.
37050 * math/s_clog10.c (__clog10): Likewise.
37051 * math/s_clog10f.c (__clog10f): Likewise.
37052 * math/s_clog10l.c (__clog10l): Likewise.
37053 * math/s_clogf.c (__clogf): Likewise.
37054 * math/s_clogl.c (__clogl): Likewise.
37055 * math/libm-test.inc (clog_test): Add more tests.
37056 (clog10_test): Likewise.
37057 * sysdeps/i386/fpu/libm-test-ulps: Update.
37058 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37059
3129cfc6
JM
37060 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37061 (pltexit): Likewise.
37062 (La_regs): Likewise.
37063 (La_retval): Likewise.
37064 (int_retval): Likewise.
37065 Update #error for removed macros to refer only to definitions in
37066 tst-audit.h.
37067 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37068 macro.
37069 (pltexit): Likewise.
37070 (La_regs): Likewise.
37071 (La_retval): Likewise.
37072 (int_retval): Likewise.
37073 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37074 macro.
37075 (pltexit): Likewise.
37076 (La_regs): Likewise.
37077 (La_retval): Likewise.
37078 (int_retval): Likewise.
37079 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37080 macro.
37081 (pltexit): Likewise.
37082 (La_regs): Likewise.
37083 (La_retval): Likewise.
37084 (int_retval): Likewise.
37085 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37086 macro.
37087 (pltexit): Likewise.
37088 (La_regs): Likewise.
37089 (La_retval): Likewise.
37090 (int_retval): Likewise.
37091 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37092 macro.
37093 (pltexit): Likewise.
37094 (La_regs): Likewise.
37095 (La_retval): Likewise.
37096 (int_retval): Likewise.
37097 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37098 macro.
37099 (pltexit): Likewise.
37100 (La_regs): Likewise.
37101 (La_retval): Likewise.
37102 (int_retval): Likewise.
37103 * sysdeps/generic/tst-audit.h: Update comment to refer only to
37104 macro definitions in tst-audit.h.
37105 * sysdeps/i386/tst-audit.h: New file.
37106 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37107 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37108 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37109 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37110 * sysdeps/sh/tst-audit.h: Likewise.
37111 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37112 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37113 * sysdeps/x86_64/tst-audit.h: Likewise.
37114
bfc07087
AJ
371152012-07-26 Andreas Jaeger <aj@suse.de>
37116
b1b2aaf8
AJ
37117 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37118 ptrace.
37119
37120 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37121 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37122 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37123 PTRACE_O_MASK.
37124 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37125 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37126 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37127
bfc07087
AJ
37128 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37129 value.
37130
37131 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37132 _sigsys.
37133 (si_call_addr, si_syscall, si_arch): Define new macro.
37134 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37135 _sigsys.
37136 (si_call_addr, si_syscall, si_arch): Define new marcro.
37137 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37138 _sigsys.
37139 (si_call_addr, si_syscall, si_arch): Define new macro.
37140 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37141 _sigsys.
37142 (si_call_addr, si_syscall, si_arch): Define new macro.
37143
89b4b02f
JM
371442012-07-25 Joseph Myers <joseph@codesourcery.com>
37145
37146 [BZ #13717]
37147 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37148 Change to 2.4.21 where previously 2.4.1.
37149 * sysdeps/unix/sysv/linux/configure: Regenerated.
37150 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37151 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37152 Linux kernel version.
37153 (__ASSUME_STD_AUXV): Remove.
37154 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37155 kernel version.
37156 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37157 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37158 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37159 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37160 (__ASSUME_NETLINK_SUPPORT): Likewise.
37161 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37162 (__no_netlink_support): Remove conditional definition.
37163 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37164 Remove.
37165 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37166 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37167 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37168 (if_nameindex_ioctl): Remove.
37169 (if_nameindex_netlink): Do not handle __no_netlink_support.
37170 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37171 code.
37172 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37173 Remove conditional code.
37174 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37175 code.
37176 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37177 unconditional.
37178 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37179 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37180 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37181 Remove.
37182 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37183 [!__ASSUME_STD_AUXV]: Remove conditional code.
37184 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37185 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37186 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37187 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37188 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37189 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37190 code.
37191 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37192 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37193 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37194 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37195 conditional code.
37196 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37198 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37199 code.
37200 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37201 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37202 conditional code.
37203 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37204 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37205 code unconditional.
37206 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37207 conditional code.
37208 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37209 unconditional.
37210 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37211 conditional code.
37212 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37213 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37214 unconditional.
37215 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37216 conditional code.
37217 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37218 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37219 code unconditional.
37220 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37221 conditional code.
37222 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37223 unconditional.
37224 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37225 conditional code.
37226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37227 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37228 code unconditional.
37229 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37230 conditional code.
37231 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37232 unconditional.
37233 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37234 conditional code.
37235
842a39cd
AS
372362012-07-25 Andreas Schwab <schwab@linux-m68k.org>
37237
37238 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37239 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37240 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37241 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37242 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37243 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37244 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37245 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37246 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37247 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37248 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37249 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37250 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37251 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37252 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37253 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37254 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37255 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37256 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37257 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37258 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37259 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37260 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37261
84b3fd84
FW
372622012-07-25 Florian Weimer <fweimer@redhat.com>
37263
37264 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
37265 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37266 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37267 Introduce __libc_secure_getenv.
0c7936d5
FW
37268 * stdlib/Versions (2.17): Add secure_getenv
37269 (GLIBC_PRIVATE): Add __libc_secure_getenv.
37270 * stdlib/secure-getenv.c: Rename __secure_getenv to
37271 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
37272 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
37273 * stdlib/tst-secure-getenv.c: New.
37274 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
37275 * manual/startup.texi (Environment Access): Document
37276 secure_getenv.
84b3fd84
FW
37277 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37278 __libc_secure_getenv.
37279 * inet/ruserpass.c (ruserpass): Likewise.
37280 * malloc/mtrace.c (mtrace): Likewise.
37281 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 37282 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
37283 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37284 * sysdeps/posix/tempname.c: Likewise. Evaluate
37285 HAVE_SECURE_GETENV.
37286 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 37287 __secure_getenv to __libc_secure_getenv.
84b3fd84 37288 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
37289 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37290 Likewise.
37291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37292 Likewise.
37293 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37294 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37295 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37296 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37297 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37298 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37299 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 37300
56e49b71
JM
373012012-07-25 Joseph Myers <joseph@codesourcery.com>
37302
37303 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37304 (struct La_i86_retval): Likewise.
37305 (struct La_x86_64_regs): Likewise.
37306 (struct La_x86_64_retval): Likewise.
37307 (struct La_x32_regs): Likewise.
37308 (struct La_x32_retval): Likewise.
37309 (struct La_ppc32_regs): Likewise.
37310 (struct La_ppc32_retval): Likewise.
37311 (struct La_ppc64_regs): Likewise.
37312 (struct La_ppc64_retval): Likewise.
37313 (struct La_sh_regs): Likewise.
37314 (struct La_sh_retval): Likewise.
37315 (struct La_s390_32_regs): Likewise.
37316 (struct La_s390_32_retval): Likewise.
37317 (struct La_s390_64_regs): Likewise.
37318 (struct La_s390_64_retval): Likewise.
37319 (struct La_sparc32_regs): Likewise.
37320 (struct La_sparc32_retval): Likewise.
37321 (struct La_sparc64_regs): Likewise.
37322 (struct La_sparc64_retval): Likewise.
37323 (struct audit_ifaces): Remove architecture-specific pltenter and
37324 pltexit members.
37325 * sysdeps/i386/ldsodefs.h: New file.
37326 * sysdeps/powerpc/ldsodefs.h: Likewise.
37327 * sysdeps/s390/ldsodefs.h: Likewise.
37328 * sysdeps/sh/ldsodefs.h: Likewise.
37329 * sysdeps/sparc/ldsodefs.h: Likewise.
37330 * sysdeps/x86_64/ldsodefs.h: Likewise.
37331
354691b7
MP
373322012-07-25 Marek Polacek <polacek@redhat.com>
37333
37334 [BZ #6808]
37335 * math/libm-test.inc (yn_test): Add another test.
37336 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37337 to ERANGE when the result is +-Inf.
37338 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37339 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37340 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37341 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37342
bf9e2071
JM
373432012-07-24 Joseph Myers <joseph@codesourcery.com>
37344
37345 * conform/data/time.h-data (NULL): Use macro-constant. Require
37346 equal to 0.
37347 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
37348 clock_t.
37349 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
37350
57633811
TS
373512012-07-23 Thomas Schwinge <thomas@codesourcery.com>
37352
37353 * configure.in <sysdeps resolving>: Correct printing
37354 Implies_before.
37355 * configure: Regenerate.
37356
c23c33b0
TS
373572012-07-22 Thomas Schwinge <thomas@codesourcery.com>
37358
37359 * math/w_ilogb.c: Include <limits.h>.
37360 * math/w_ilogbl.c: Likewise.
37361
b5982523
JM
373622012-07-20 Joseph Myers <joseph@codesourcery.com>
37363
37364 * manual/lang.texi (__va_copy): Document primarily as ISO C99
37365 va_copy. Document allowing for unavailable va_copy only as
37366 pre-C99 compatibility.
37367 * manual/string.texi (Copying and Concatenation): Use va_copy
37368 instead of __va_copy in concat example.
37369
ac4ea442
PT
373702012-07-20 Pino Toscano <toscano.pino@tiscali.it>
37371
37372 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37373 (__sendto): Use create_address_port. Initialize APORT and deallocate
37374 it if not null.
37375
f98eafbd
PT
37376 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37377 with O_NOLINK passed to __file_name_lookup.
37378
898c7aab
PT
37379 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37380 with O_NOLINK passed to __file_name_lookup.
37381
0ced335a
PT
37382 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37383 negative N or less than NGIDS.
37384
b3404dbd
PT
37385 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37386 type to string_t. Set ERANGE as errno and return it if NAME is not big
37387 enough. Use memcpy instead of strncpy.
37388
0f48659e
JM
373892012-07-20 Joseph Myers <joseph@codesourcery.com>
37390
37391 * elf/Makefile (check-data): Remove.
37392 (localplt.data): New vpath directive.
37393 ($(objpfx)check-localplt.out): Use localplt.data from vpath
37394 instead of $(check-data).
37395 * scripts/data/localplt-generic.data: Move to ...
37396 * sysdeps/generic/localplt.data: ... here.
37397 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37398 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37399 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37400 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37401 ... here.
37402 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37403 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37404 ... here.
37405 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37406 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37407 ... here.
37408 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37409 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37410 ... here.
37411 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37412 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37413 ... here.
37414 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37415 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37416 ... here.
37417
d37cbdaa
AZ
374182012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37419
37420 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37421 PPC32 and PPC64 files.
37422 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37423 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37424
46f85fc2
AK
374252012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37426
37427 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37428 __makecontext_ret to ...
37429 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37430 ... here and call exit if uc_link is NULL. New file.
37431 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37432 __makecontext_ret.S.
37433 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37434 __makecontext_ret to ...
37435 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37436 ... here and call exit if uc_link is NULL. New file.
37437 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37438 __makecontext_ret.S.
37439
08f43f9b
AK
374402012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37441
37442 * elf/elf.h (R_390_IRELATIVE): New definition.
37443 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37444 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
37445 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37446 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37447 (elf_machine_lazy_rel): Likewise.
37448 * sysdeps/s390/dl-irel.h: New file.
37449 * sysdeps/s390/s390-64/memcpy.S: New asm code.
37450 * sysdeps/s390/s390-64/memset.S: New asm code.
37451 * sysdeps/s390/s390-64/memcmp.S: New asm code.
37452 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37453 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37454 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37455 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37456 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37457 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37458 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37459 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37460 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37461 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37462 * sysdeps/s390/s390-32/memcpy.S: New asm code.
37463 * sysdeps/s390/s390-32/memset.S: New asm code.
37464 * sysdeps/s390/s390-32/memcmp.S: New asm code.
37465
3b05db33
MP
374662012-07-17 Marek Polacek <polacek@redhat.com>
37467
37468 [BZ #14349]
37469 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37470 * sysdeps/s390/s390-64/configure.in: Likewise.
37471 * sysdeps/sparc/configure.in: Likewise.
37472 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37473 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37474 * sysdeps/i386/configure.in: Likewise.
37475 * sysdeps/x86_64/configure.in: Likewise.
37476 * sysdeps/sh/configure.in: Likewise.
37477 * sysdeps/s390/s390-32/configure: Regenerated.
37478 * sysdeps/s390/s390-64/configure: Likewise.
37479 * sysdeps/x86_64/configure: Likewise.
37480 * sysdeps/sh/configure: Likewise.
37481 * sysdeps/powerpc/powerpc64/configure: Likewise.
37482 * sysdeps/powerpc/powerpc32/configure: Likewise.
37483 * sysdeps/sparc/configure: Likwise.
37484 * sysdeps/i386/configure: Likewise.
37485
a66877c6
MP
37486 * elf/dl-open.c: Comment fixes.
37487
cfc82fd8
JM
374882012-07-17 Joseph Myers <joseph@codesourcery.com>
37489
bd29910a
JM
37490 * Makefile [CXX] (check-data): Remove.
37491 [CXX] (c++-types.data): New vpath directive.
37492 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37493 vpath. Do not allow for C++ type data being missing.
37494 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37495 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37496 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37497 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37498 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37499 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37500 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37502 ... here.
37503 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37505 ... here.
37506 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37507 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37508 ... here.
37509 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37510 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37511 ... here.
37512 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37513 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37514 ... here.
37515 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37516 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37517 ... here.
37518 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37519 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37520 ... here.
37521 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37522 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37523
cfc82fd8
JM
37524 * elf/tls-macros.h (TLS_LE): Move architecture-specific
37525 definitions to architecture-specific files.
37526 (TLS_IE): Likewise.
37527 (TLS_LD): Likewise.
37528 (TLS_GD): Likewise.
37529 * sysdeps/i386/tls-macros.h: New file.
37530 * sysdeps/powerpc/tls-macros.h: Likewise.
37531 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37532 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37533 * sysdeps/sh/tls-macros.h: Likewise.
37534 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37535 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37536 * sysdeps/x86_64/tls-macros.h: Likewise.
37537
f7db3170
TS
375382012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37539
07cbfc23
TS
37540 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37541 zero value for regular exit case.
37542
f7db3170
TS
37543 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37544 (__start_context): Preserve zero value for regular exit case.
37545
dc97c227
TS
375462012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37547 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37548
37549 * manual/setjmp.texi (setcontext): Clarify normal process
37550 termination when uc_link is the null pointer.
37551 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37552 exit call.
37553
d0cd7d02
AS
375542012-07-16 Andreas Schwab <schwab@linux-m68k.org>
37555
37556 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37557 preprocessor. Test for each exception mask separately.
37558
dd318934
AJ
375592012-07-16 Andreas Jaeger <aj@suse.de>
37560
37561 * po/ru.po: Update from translation team.
37562
8048311a
JM
375632012-07-15 Joseph Myers <joseph@codesourcery.com>
37564
37565 * conform/data/string.h-data (NULL): Use macro-constant. Require
37566 equal to 0.
37567 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37568 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37569 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37570 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37571 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37572
b637d46e
AJ
375732012-07-13 Andreas Jaeger <aj@suse.de>
37574
37575 * po/fr.po: Update from translation team.
37576
541428fe
MP
375772012-07-12 Marek Polacek <polacek@redhat.com>
37578
37579 [BZ #14173]
37580 * math/libm-test.inc (yn_test): Add test for BZ #14173.
37581 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37582 loop condition.
37583
ec332e94
JM
375842012-07-12 Joseph Myers <joseph@codesourcery.com>
37585
37586 [BZ #13717]
37587 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37588 Change to 2.4.1 where previously 2.4.0.
37589 * sysdeps/unix/sysv/linux/configure: Regenerated.
37590 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37591 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37592 version.
37593 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37594 (__ASSUME_AT_CLKTCK): Remove.
37595 (__ASSUME_AT_PAGESIZE): Likewise.
37596 (__ASSUME_AT_XID): Likewise.
37597 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37598 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37599 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37600 unconditionally.
37601 (HAVE_AUX_PAGESIZE): Likewise.
37602 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37603 [__ASSUME_AT_CLKTCK]: Make code unconditional.
37604 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37605
7b6e99be
JB
376062012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
37607
37608 [BZ #14307]
37609 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37610 the temporary buffer used to invoke __gethostbyname2_r,
37611 __gethostbyaddr_r and gethostbyname4_r to make room for struct
37612 host_data / struct gaih_addrtuple.
37613 * resolv/nss_dns/dns-host.c (global scope): Move definition of
37614 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37615 header file nss/nsswitch.h.
37616 * nss/nsswitch.h (global scope): Add definition of implementation
37617 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37618 resolv/nss_dns/dns-host.c).
37619
608404eb
AJ
376202012-07-11 Andreas Jaeger <aj@suse.de>
37621
37622 * po/fr.po: Update from translation team.
37623
71220aca
AJ
37624 * po/sv.po: Update from translation team
37625 * po/fr.po: Another update from translation team.
37626
28cfe843
AZ
376272012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37628
37629 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37630 for subnormals or multiply small sinh result by itself.
37631 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37632 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37633
6b90f981
DM
376342012-07-11 David S. Miller <davem@davemloft.net>
37635
37636 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37637
c6825772
AS
376382012-07-10 Andreas Schwab <schwab@linux-m68k.org>
37639
37640 [BZ #14347]
37641 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37642 (INTERNAL_MARK): Shift it here.
37643
7b8e0d49
MP
376442012-07-10 Marek Polacek <polacek@redhat.com>
37645
37646 [BZ #14151]
37647 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
37648 libc_cv_asm_global_directive with .globl.
37649 * configure: Regenerated.
37650 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37651 with .globl.
37652 * sysdeps/i386/configure: Regenerated.
37653 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37654 with .globl.
37655 * sysdeps/x86_64/configure: Regenerated.
37656 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37657 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37658 * elf/tst-unique2mod2.c: Likewise.
37659 * elf/tst-unique2mod1.c: Likewise.
37660 * elf/tst-unique1mod2.c: Likewise.
37661 * elf/tst-unique1mod1.c: Likewise.
37662 * sysdeps/s390/s390-32/sysdep.h: Likewise.
37663 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37664 * sysdeps/s390/s390-64/sysdep.h: Likewise.
37665 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37666 * sysdeps/mach/sysdep.h: Likewise.
37667 * sysdeps/i386/sysdep.h: Likewise.
37668 * sysdeps/i386/i386-mcount.S: Likewise.
37669 * sysdeps/x86_64/_mcount.S: Likewise.
37670 * sysdeps/x86_64/sysdep.h: Likewise.
37671 * sysdeps/sh/_mcount.S: Likewise.
37672 * sysdeps/sh/sysdep.h: Likewise.
37673 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37674 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37675 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37676 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37677 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37678 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37679 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37680 * locale/localeinfo.h: Likewise.
37681 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37682 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37683
6c55cda3
RM
376842012-07-09 Roland McGrath <roland@hack.frob.com>
37685
37686 [BZ #14336]
37687 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37688 system".
37689 * manual/message.texi (The Uniforum approach): Likewise.
37690 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37691 (glibc iconv Implementation): Likewise.
37692
638a572e
JM
376932012-07-09 Joseph Myers <joseph@codesourcery.com>
37694
37695 [BZ #14337]
37696 * math/s_clog.c (__clog): Avoid scaling a value down where that
37697 could result in underflow.
37698 * math/s_clog10.c (__clog10): Likewise.
37699 * math/s_clog10f.c (__clog10f): Likewise.
37700 * math/s_clog10l.c (__clog10l): Likewise.
37701 * math/s_clogf.c (__clogf): Likewise.
37702 * math/s_clogl.c (__clogl): Likewise.
37703 * math/libm-test.inc (clog_test): Add more tests.
37704 (clog10_test): Likewise.
37705 * sysdeps/i386/fpu/libm-test-ulps: Update.
37706 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37707
261f4859
AS
377082012-07-06 Andreas Schwab <schwab@linux-m68k.org>
37709
0abaf3e4
AS
37710 [BZ #14283]
37711 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37712 by 7 not 8 to examine high bit of fractional part.
37713
261f4859
AS
37714 [BZ #14042]
37715 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37716 for call to __mcount_internal.
37717 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37718 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37719 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37720
f17ac40d
JM
377212012-07-06 Joseph Myers <joseph@codesourcery.com>
37722
9ad63c23
JM
37723 [BZ #14154]
37724 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37725 approximation for values within 0x1p-13f of an odd multiple of
37726 pi/4.
37727 * math/libm-test.inc (tan_test): Do not allow spurious underflow
37728 exception. Add more tests.
37729 * sysdeps/i386/fpu/libm-test-ulps: Update.
37730
f17ac40d
JM
37731 [BZ #6778]
37732 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37733 inputs and return -1 for them. Do not check for +Inf in case not
37734 reachable for +Inf.
37735 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37736 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37737 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37738 and return -1 for them. Do not check for +Inf in case not
37739 reachable for +Inf.
37740 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37741 define.
37742 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37743 and return -1 for them. Do not check for +Inf in case not
37744 reachable for +Inf.
37745 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
37746 spurious underflow.
37747 * sysdeps/i386/fpu/libm-test-ulps: Update.
37748 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37749
fb21f89b
MF
377502012-07-06 Mike Frysinger <vapier@gentoo.org>
37751
37752 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37753
cdfe2c5e
JM
377542012-07-05 Joseph Myers <joseph@codesourcery.com>
37755
37756 [BZ #14157]
37757 [BZ #14331]
37758 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37759 could result in spurious underflow. Scale down values above
37760 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37761 * math/s_csqrtf.c (__csqrtf): Likewise.
37762 * math/s_csqrtl.c (__csqrtl): Likewise.
37763 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
37764 spurious underflow.
37765 * sysdeps/i386/fpu/libm-test-ulps: Update.
37766 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37767
70d35b67
AS
377682012-07-04 Andreas Schwab <schwab@linux-m68k.org>
37769
704bc459
AS
37770 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37771 xopen-msg.sed.
37772 * catgets/xopen-msg.awk: New file.
37773 * catgets/xopen-msg.sed: Removed.
37774
70d35b67
AS
37775 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37776 po2text.sed.
37777 * intl/po2test.awk: New file.
37778 * intl/po2test.sed: Removed.
37779
ca61cf32
JM
377802012-07-04 Joseph Myers <joseph@codesourcery.com>
37781
37782 [BZ #14328]
37783 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37784 or multiply small sinh result by itself.
37785 * math/s_ctanf.c (__ctanf): Likewise.
37786 * math/s_ctanh.c (__ctanh): Likewise.
37787 * math/s_ctanhf.c (__ctanhf): Likewise.
37788 * math/s_ctanhl.c (__ctanhl): Likewise.
37789 * math/s_ctanl.c (__ctanl): Likewise.
37790 * math/libm-test.inc (ctan_test_tonearest): New function.
37791 (ctan_test_towardzero): Likewise.
37792 (ctan_test_downward): Likewise.
37793 (ctan_test_upward): Likewise.
37794 (ctanh_test_tonearest): Likewise.
37795 (ctanh_test_towardzero): Likewise.
37796 (ctanh_test_downward): Likewise.
37797 (ctanh_test_upward): Likewise.
37798 (main): Call these new functions.
37799 * sysdeps/i386/fpu/libm-test-ulps: Update.
37800 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37801
ca48a46a
MF
378022012-07-03 Mike Frysinger <vapier@gentoo.org>
37803
37804 * .gitignore: Delete /ports entry.
37805
9d63d37d
AJ
378062012-07-03 Andreas Jaeger <aj@suse.de>
37807
37808 * po/bg.po: Update from translation team.
37809 * po/cs.po: Likewise.
37810 * po/de.po: Likewise.
37811 * po/hr.po: Likewise.
37812 * po/nl.pl: Likewise.
37813 * po/pl.po: Likewise.
37814 * po/vi.po: Likewise.
37815
370ca3d2
JM
378162012-07-03 Joseph Myers <joseph@codesourcery.com>
37817
95f5a9a8
JM
37818 * Makeconfig [!+link] (+link-before-libc): New variable.
37819 [!+link] (+link-after-libc): Likewise.
37820 [!+link] (+link-tests): Likewise.
37821 [!+link] (+link): Define in terms of $(+link-before-libc) and
37822 $(+link-after-libc).
37823 [!+link-static] (+link-static-before-libc): New variable.
37824 [!+link-static] (+link-static-after-libc): Likewise.
37825 [!+link-static] (+link-static-tests): Likewise.
37826 [!+link-static] (+link-static): Define in terms of
37827 $(+link-static-before-libc) and $(+link-static-after-libc).
37828 [build-shared] (link-libc-before-gnulib): New variable.
37829 [build-shared] (link-libc-tests): Likewise.
37830 [build-shared] (link-libc): Define in terms of
37831 $(link-libc-before-gnulib).
37832 [!build-shared] (link-libc-tests): New variable.
37833 (link-libc-static-tests): New variable.
37834 [!gnulib] (gnulib-arch): New variable.
37835 [!gnulib] (gnulib-tests): Likewise.
37836 [!gnulib] (static-gnulib-arch): Likewise.
37837 [!gnulib] (static-gnulib-tests): Likewise.
37838 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
37839 Define with "=" instead of ":=".
37840 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
37841 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
37842 * Rules (binaries-all-notests): New variable.
37843 (binaries-all-tests): Likewise.
37844 (binaries-static-notests): Likewise.
37845 (binaries-static-tests): Likewise.
37846 (binaries-all): Define using $(binaries-all-notests) and
37847 $(binaries-all-tests).
37848 (binaries-static): Define using $(binaries-static-notests) and
37849 $(binaries-static-tests).
37850 (binaries-shared-tests): New variable.
37851 (binaries-shared-notests): Likewise.
37852 (binaries-shared): Remove variable.
37853 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37854 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37855 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37856 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37857 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37858 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37859 * elf/Makefile (sln-modules): New variable.
37860 (extra-objs): Add $(sln-modules:=.o).
37861 (ldconfig-modules): Add static-stubs.
37862 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37863 * elf/static-stubs.c: New file.
37864
7a845b2c
JM
37865 [BZ #14283]
37866 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37867 by 7 not 8 to examine high bit of fractional part. Use volatile
37868 variables when splitting into final array of floats if
37869 __FLT_EVAL_METHOD__ != 0.
37870 * math/libm-test.inc (cos_test): Add another test.
37871 (sin_test): Likewise.
37872 * sysdeps/i386/fpu/libm-test-ulps: Update.
37873
e2283f38
JM
37874 [BZ #14273]
37875 * math/libm-test.inc (cosh_test): Add more tests.
37876
370ca3d2
JM
37877 * version.h (RELEASE): Set to "development".
37878 (VERSION): Set to "2.16.90".
37879
ee9247c3
CD
378802012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
37881
37882 * NEWS: Update copyright. Remove last-updated date.
37883 Mention math library bug fixes and timezone data changes.
37884 * README: Mention GNU/Hurd, x32, and HPPA support status.
37885
4648c381
TS
378862012-06-28 Thomas Schwinge <thomas@codesourcery.com>
37887
37888 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37889
aac78a43
AJ
378902012-06-27 Andreas Jaeger <aj@suse.de>
37891
37892 * manual/contrib.texi (Contributors): Add Samuel Thibault.
37893
ed3dbfad
AJ
378942012-06-25 Andreas Jaeger <aj@suse.de>
37895
37896 * sysdeps/s390/fpu/libm-test-ulps: Update.
37897
4d0ee855
AS
378982012-06-23 Andreas Schwab <schwab@linux-m68k.org>
37899 Thomas Schwinge <thomas@codesourcery.com>
37900
37901 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37902 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37903 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37904 fanotify_mark.
37905
af1bce34
TS
379062012-06-23 Thomas Schwinge <thomas@codesourcery.com>
37907
a9fa33ba
TS
37908 * sysdeps/mach/start.c: Remove file.
37909 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37910 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37911 * sysdeps/sh/init-first.c: Likewise.
37912
58f902b8
TS
37913 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37914 registers for frame unwinding purposes, add CFI directives.
37915 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37916 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37917 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37918 Likewise.
37919
1518f58b
TS
37920 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37921 __fortify_fail returning.
37922 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37923
db9b5059
TS
37924 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37925 sysdeps/sh/____longjmp_chk.S.
37926 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37927 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37928 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37929 (gen-as-const-headers): Append sigaltstack-offsets.sym.
37930
967705fe
TS
37931 * sysdeps/sh/abort-instr.h: New file.
37932 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37933 process in case exit returns.
37934
a9def8c4
TS
37935 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37936 initialize the GOT register before use.
37937
2a649725
TS
37938 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37939 calculation of ARGC > 4.
37940
af1bce34
TS
37941 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37942 meaningful names to some local labels.
37943
d230f50a
KK
379442012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37945 Kaz Kojima <kkojima@rr.iij4u.or.jp>
37946
37947 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37948 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37949 (__arch_compare_and_exchange_val_16_acq): Likewise.
37950 (__arch_compare_and_exchange_val_32_acq): Likewise.
37951 (atomic_exchange_and_add): Fix gUSA sequence.
37952 (atomic_add): Likewise.
37953 (atomic_add_negative): Likewise.
37954 (atomic_add_zero): Likewise.
37955 (atomic_bit_test_set): Likewise.
37956
0479b305
AS
379572012-06-22 Andreas Schwab <schwab@redhat.com>
37958
37959 [BZ #13579]
37960 * include/link.h (struct link_map): Add l_free_initfini.
37961 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37962 l_initfini.
37963 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37964 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37965 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37966 set.
37967
0e3933b9
CD
379682012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
37969
37970 * configure.in: Use AC_LANG_SOURCE.
37971 * configure: Regenerate.
37972
4248b1b1
RM
379732012-06-22 Roland McGrath <roland@hack.frob.com>
37974
37975 * configure.in (libc_cv_localstatedir): New substituted variable.
37976 * configure: Regenerated.
37977 * config.make.in (localstatedir): New variable, substituted from
37978 libc_cv_localstatedir.
37979 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37980 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37981 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37982 * sysdeps/gnu/configure: Regenerated.
37983
006dd861
JL
379842012-06-21 Jeff Law <law@redhat.com>
37985
37986 [BZ #14277]
37987 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37988 free. Simplify list management for _LIBC case.
37989
79662d42
JM
379902012-06-21 Joseph Myers <joseph@codesourcery.com>
37991
b7abb4bf
JM
37992 [BZ #14273]
37993 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37994 Clear sign bit of 64-bit integer value before comparing against
37995 overflow value.
37996
79662d42
JM
37997 * sysdeps/mach/configure: Regenerated.
37998
1f150908
L
379992012-06-21 H.J. Lu <hongjiu.lu@intel.com>
38000
38001 [BZ #14278]
38002 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38003
28363bbf
JL
380042012-06-21 Jeff Law <law@redhat.com>
38005
38006 [BZ #13882]
38007 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
38008 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 38009 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
38010 * elf/dl-open.c (dl_open_worker): Likewise.
38011
09615db4
CD
380122012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
38013
38014 * scripts/list-sources.sh: Scan PORTS for translations.
38015 * po/libc.pot: Regenerated.
38016
2174c6dd
AJ
380172012-06-21 Andreas Jaeger <aj@suse.de>
38018
38019 [BZ #12194]
38020 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38021 warning.
38022 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38023 * bits/byteswap-16.h (__bswap_16): Likewise.
38024 * bits/byteswap.h (__bswap_constant_16): Likewise.
38025
3ee947b1
L
380262012-06-18 H.J. Lu <hongjiu.lu@intel.com>
38027
38028 [BZ #14117]
a2f34833
L
38029 * sysdeps/i386/fpu_control.h: Removed.
38030 * sysdeps/x86_64/fpu_control.h: Moved to ...
38031 * sysdeps/x86/fpu_control.h: Here.
38032
3ee947b1
L
38033 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38034 (_FPU_SETCW): Likewise.
38035
ed1825f8
L
380362012-06-15 H.J. Lu <hongjiu.lu@intel.com>
38037
25f1282a
L
38038 [BZ #14117]
38039 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38040 * sysdeps/x86/fpu/bits/mathinline.h: This.
38041 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38042
ed1825f8
L
38043 [BZ #14050]
38044 [BZ #14117]
38045 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38046 functions if __x86_64__ is defined.
38047
36d54b74
CLT
380482012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
38049
38050 * string/endian.h: Add !__ASSEMBLER__ condition for including
38051 conversion interfaces.
38052
10285c21
JM
380532012-06-15 Joseph Myers <joseph@codesourcery.com>
38054
38055 [BZ #14241]
38056 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38057 of ABS(x) in calculating zero to negative powers other than odd
38058 integers.
38059 * math/libm-test.inc (pow_test): Add more tests.
38060
06c5abbd
AJ
380612012-06-15 Andreas Jaeger <aj@suse.de>
38062
38063 * manual/contrib.texi (Contributors): Update entry of Liubov
38064 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38065 Machado Filho.
38066
a3aeac40
CH
380672012-06-15 Cyril Hrubis <metan@ucw.cz>
38068
38069 * string/string.h: Add __wur to GNU version of strerror_r.
38070
49bdf4c1
L
380712012-06-14 H.J. Lu <hongjiu.lu@intel.com>
38072
38073 [BZ #14229]
38074 * string/Makefile (tests): Add tst-strtok_r.
38075 * string/tst-strtok_r.c: New file.
38076 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38077 RAX_LP/RDX_LP on SAVE_PTR.
38078
834f9b8d
RM
380792012-06-14 Roland McGrath <roland@hack.frob.com>
38080
38081 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38082
75fa1921
JM
380832012-06-14 Joseph Myers <joseph@codesourcery.com>
38084
38085 * libm_test.inc (csqrt_test): Allow more spurious underflow
38086 exceptions.
38087 (j0_test): Likewise.
38088 (j1_test): Likewise.
38089 (y0_test): Likewise.
38090 (y1_test): Likewise.
38091
771766df
CD
380922012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
38093
38094 * po/Makefile (libc.pot): Use UTF-8 charset.
38095
ceb9e56b
PP
380962012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
38097
38098 [BZ #14210]
38099 Suppress sign-conversion warning from FD_SET.
38100 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38101 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38102 not unsigned long int.
38103 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38104
ddb28975
L
381052012-06-12 H.J. Lu <hongjiu.lu@intel.com>
38106
38107 [BZ #14050]
38108 [BZ #14117]
38109 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38110 __extern_always_inline instead of __extern_inline.
38111 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38112 (__signbit): Likewise.
38113 (__signbitl): Support C++ namespace.
38114 (lrintf): New inline function.
38115 (lrint): Likewise.
38116 (llrintf): Likewise.
38117 (llrint): Likewise.
38118 (fmaxf): Likewise.
38119 (fmax): Likewise.
38120 (fminf): Likewise.
38121 (fmin): Likewise.
38122 (rint): Likewise.
38123 (rintf): Likewise.
38124 (ceil): Likewise.
38125 (ceilf): Likewise.
38126 (floor): Likewise.
38127 (floorf): Likewise.
38128 (nearbyint): Likewise.
38129 (nearbyintf): Likewise.
38130
d7b4fb26
TS
381312012-06-12 Thomas Schwinge <thomas@codesourcery.com>
38132
38133 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38134 non-default versions.
38135
eb55f5c2
RM
381362012-06-11 Roland McGrath <roland@hack.frob.com>
38137
38138 [BZ #14218]
38139 * manual/argp.texi (Argp): Reword argp_parse description slightly.
38140
366af02c
TS
381412012-06-09 Thomas Schwinge <thomas@codesourcery.com>
38142
99ff6e5c
TS
38143 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38144 (FE_UPWARD, FE_DOWNWARD): Don't define.
38145 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38146 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38147
366af02c
TS
38148 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38149 reading it.
38150 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38151 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38152
793ea851
KK
381532012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38154
38155 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38156 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38157 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38158 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38159
a728a38f
L
381602012-06-06 H.J. Lu <hongjiu.lu@intel.com>
38161
38162 [BZ #14117]
c08010c7
L
38163 * sysdeps/i386/fpu/bits/fenv.h: Removed.
38164 * sysdeps/i386/fpu/Implies: New file.
38165 * sysdeps/x86_64/fpu/Implies: Likewise.
38166 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38167 * sysdeps/x86/fpu/bits/fenv.h: This.
38168
a728a38f
L
38169 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38170 __SSE_MATH__.
38171
6e230d11
SP
381722012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
38173
38174 [BZ #14134]
38175 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38176 character 0xffff that matches the last element of the
38177 conversion table.
38178
1b671feb
AZ
381792012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38180
38181 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38182 fmodl commit.
38183
6043738b
AZ
381842012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38185
38186 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38187 values higher than 25.6283.
38188
34ae0b32
AZ
381892012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38190
38191 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38192 subnormal exponent extraction and add some __builtin_expect.
38193 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38194 Fix for subnormal mantissa calculation.
38195
1214ec8f
MF
381962012-06-04 Mike Frysinger <vapier@gentoo.org>
38197
38198 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38199 cpu2 is -1 and errno is not ENOSYS.
38200
f3d1f93c
L
382012012-06-04 H.J. Lu <hongjiu.lu@intel.com>
38202
38203 [BZ #14117]
0e4a3cd7
L
38204 * sysdeps/i386/i486/bits/string.h: Renamed to ...
38205 * sysdeps/x86/bits/string.h: This.
38206 * sysdeps/x86_64/bits/string.h: Removed.
38207
6704c645
L
38208 * sysdeps/i386/i486/bits/string.h: Define inline functions only
38209 if not compiling for x86-64, but compiling for >= i486.
38210
48495318
L
38211 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38212 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38213
14adcbfc
L
38214 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38215 New macro from Linux kernel 3.4.0.
38216 (FP_XSTATE_MAGIC2): Likewise.
38217 (FP_XSTATE_MAGIC2_SIZE): Likewise.
38218 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38219 (struct _fpx_sw_bytes): New struct.
38220 (struct _xsave_hdr): Likewise.
38221 (struct _ymmh_state): Likewise.
38222 (struct _xstate): Likewise.
38223
68e408ab
L
38224 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38225 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38226 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38227 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38228 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38229 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38230
f3d1f93c
L
38231 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38232 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38233 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38234 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38235 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38236 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38237
d9dc34cd
TMQMF
382382012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38239
38240 [BZ #13743]
38241 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38242 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38243 (sysdep_headers): Include sys/platform/ppc.h.
38244 * sysdeps/powerpc/test-gettimebase.c: Test for
38245 __ppc_get_timebase() to catch future ISA opcode/insn changes.
38246 * manual/Makefile (appendices): Include platform.texi.
38247 * manual/contrib.texi (Contributors): Update @node pointers.
38248 * manual/maint.texi (Maintenance): Likewise.
38249 (Platform): New node.
38250 * manual/platform.texi: New file. Document the new features.
38251
4af3879c
SP
382522012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
38253 Jakub Jelinek <jakub@redhat.com>
38254
38255 [BZ #14188]
38256 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38257 where __builtin_expect is unavailable.
38258
2fd6ff13
DM
382592012-06-03 David S. Miller <davem@davemloft.net>
38260
38261 * stdlib/longlong.h: Updated from GCC.
38262
173f7220
AS
382632012-06-02 Andreas Schwab <schwab@linux-m68k.org>
38264
38265 [BZ #14042]
38266 * sysdeps/powerpc/powerpc32/mcount.c: New file.
38267 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38268 __mcount_internal.
38269 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38270 (GLIBC_2.16): Likewise.
38271
f34a1c6f
L
382722012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38273
38274 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38275
88a4576f
JM
382762012-06-01 Joseph Myers <joseph@codesourcery.com>
38277
ea32bcdd
JM
38278 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38279 (default-abi): New variable.
38280 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38281 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38282 variable.
38283 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38284 Likewise.
38285 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38286 Likewise.
38287 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38288 Likewise.
38289
88a4576f
JM
38290 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38291 definition. Document in comment.
38292
402fe938
DM
382932012-06-01 David S. Miller <davem@davemloft.net>
38294
38295 * stdlib/longlong.h: Updated from GCC.
38296
3553723f
L
382972012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38298
38299 [BZ #14117]
3bd872c4
L
38300 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38301 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38302 sys/debugreg.h sys/io.h here.
38303 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38304 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38305 sys/io.h.
38306 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38307 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38308 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38309 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38310 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38311 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38312
3553723f
L
38313 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38314 Define only if __x86_64__ is defined.
38315
4842e4fe
JM
383162012-06-01 Joseph Myers <joseph@codesourcery.com>
38317
c5bfe3d5
JM
38318 [BZ #14048]
38319 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38320 Use int64_t for variable i.
38321 * math/libm-test.inc (fmod_test): Add more tests.
38322
4842e4fe
JM
38323 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38324 z computation is not scheduled after fetestexcept.
38325 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38326 Use math_force_eval instead of asm to ensure calculation scheduled
38327 before exception test.
38328 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38329 Ensure a1 + u.d computation is not scheduled after fetestexcept.
38330
efb73488
AJ
383312012-06-01 Aurelien Jarno <aurelien@aurel32.net>
38332
38333 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38334 computation is not scheduled after fetestexcept.
38335
29bcce7c
L
383362012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38337
38338 [BZ #14117]
38339 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38340 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38341
73a68f94
AZ
383422012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38343
38344 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38345 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38346
67b6df78
L
383472012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38348
edf2933a 38349 [BZ #14117]
ebc64a18
L
38350 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38351 <bits/wordsize.h>.
38352 (__WCHAR_MIN): Support __WORDSIZE == 64.
38353 (__WCHAR_MAX): Likewise.
38354
edf2933a
L
38355 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38356 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38357
57c6cf40
L
38358 [BZ #14183]
38359 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38360 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38361
67b6df78 38362 [BZ #14117]
8eb6281e
L
38363 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38364 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38365
aac639f4
L
38366 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38367 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38368
67b6df78
L
38369 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38370 Defined to 1 if __x86_64__ isn't defined.
38371 (_STAT_VER_LINUX_OLD): New.
38372 (st_atime): Remove duplicate.
38373 (st_mtime): Likewise.
38374 (st_ctime): Likewise.
38375
1c2cfe81
DM
383762012-05-31 David S. Miller <davem@davemloft.net>
38377
38378 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38379 entries.
38380
5be8418c
AS
383812012-06-01 Andreas Schwab <schwab@linux-m68k.org>
38382
e7725326
AS
38383 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38384 gen-libm-test.pl.
38385
5be8418c
AS
38386 [BZ #14132]
38387 * elf/dl-reloc.c: Include <_itoa.h>.
38388 (_dl_reloc_bad_type): Remove use of INTUSE.
38389 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38390 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38391 * stdio-common/psiginfo.c (psiginfo): Likewise.
38392 * stdio-common/psignal.c (psignal): Likewise.
38393 * string/strsignal.c (strsignal): Likewise.
38394 * include/signal.h (_sys_siglist): Declare hidden proto.
38395 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
38396 INTVARDEF with libc_hidden_data_def.
38397 * stdio-common/itoa-udigits.c: Likewise.
38398 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38399 (_itoa_lower_digits_internal): Remove declaration.
38400 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38401 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38402 (_sys_sigabbrev_internal): Remove aliases.
38403 (_sys_siglist): Define hidden alias.
38404
507352f1
MT
384052012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
38406
38407 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38408 bits/sysctl.h.
38409
42bbb1c3
L
384102012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38411
38412 [BZ #14117]
6bd784b6
L
38413 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38414 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38415
8bca20f0
L
38416 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38417 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38418 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38419 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38420 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38421 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38422
f9e890a9
L
38423 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38424 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38425 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38426
471101a1
L
38427 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38428 with __addr.
38429 (insw): Likewise.
38430 (insl): Likewise.
38431 (outsb): Likewise.
38432 (outsw): Likewise.
38433 (outsl): Likewise.
38434
6451c862
L
38435 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38436 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38437 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38438
a254b8c9
L
38439 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38440 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38441 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38442 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38443 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38444 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38445
b8dfdd92
L
38446 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38447 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38448
578cd270
L
38449 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38450 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38451
de662f5f
L
38452 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38453 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38454 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38455
25653439
L
38456 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38457 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38458 to ...
38459 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38460
6bad24a0
L
38461 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38462 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38463 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38464
42bbb1c3
L
38465 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38466 for x86-64.
38467 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38468
2d10d547
JM
384692012-05-31 Joseph Myers <joseph@codesourcery.com>
38470
38471 * math/math.h (M_El): Use two more decimal places.
38472 (M_LOG2El): Likewise.
38473 (M_LOG10El): Likewise.
38474 (M_LN2l): Likewise.
38475 (M_LN10l): Likewise.
38476 (M_PIl): Likewise.
38477 (M_PI_2l): Likewise.
38478 (M_PI_4l): Likewise.
38479 (M_1_PIl): Likewise.
38480 (M_2_PIl): Likewise.
38481 (M_2_SQRTPIl): Likewise.
38482 (M_SQRT2l): Likewise.
38483 (M_SQRT1_2l): Likewise.
38484
f230c29b
DM
384852012-05-31 David S. Miller <davem@davemloft.net>
38486
38487 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38488 values between float registers.
38489 * sysdeps/sparc/sparc64/memset.S: Likewise.
38490 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38491
fed806c3
MF
384922012-05-31 Mike Frysinger <vapier@gentoo.org>
38493
38494 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38495 -D_FORTIFY_SOURCE=1.
38496 (CPPFLAGS-tst-longjmp_chk.c): Define.
38497 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38498 (CPPFLAGS-tst-longjmp_chk2.c): Define.
38499 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38500 CFLAGS-tst-wchar-h.c.
38501
30917259
MP
385022012-05-31 Marek Polacek <polacek@redhat.com>
38503
38504 [BZ #14132]
38505 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38506 __endmntent_internal): Remove declaration.
38507 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38508 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38509 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38510
1c58d5dc
DM
385112012-05-30 David S. Miller <davem@davemloft.net>
38512
38513 * sysdeps/sparc/sparc32/soft-fp/q_util.c
38514 (___Q_simulate_exceptions): Use real FP ops rather than writing
38515 into the %fsr.
38516 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38517 Likewise.
38518
7dc00e0d
L
385192012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38520
38521 [BZ #14117]
0bd53985
L
38522 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38523 * sysdeps/x86/bits/xtitypes.h: This.
38524
3a257e66
L
38525 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38526 * sysdeps/x86/bits/wordsize.h: This.
38527
62f62904
L
38528 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38529 * sysdeps/x86/bits/huge_vall.h: This.
38530
404fe9d9
L
38531 * sysdeps/i386/bits/select.h: Removed.
38532 * sysdeps/x86_64/bits/select.h: Renamed to ...
38533 * sysdeps/x86/bits/select.h: This.
38534
d48d0446
L
38535 * sysdeps/i386/bits/setjmp.h: Removed.
38536 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38537 * sysdeps/x86/bits/setjmp.h: This.
38538
7dc00e0d
L
38539 * sysdeps/i386/bits/mathdef.h: Removed.
38540 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38541 * sysdeps/x86/bits/mathdef.h: This.
38542
03277f8f
AS
385432012-05-30 Andreas Schwab <schwab@linux-m68k.org>
38544
38545 [BZ #14132]
38546 * include/sys/socket.h (__connect_internal)
38547 (__libc_sa_len_internal): Remove declaration.
38548 (__connect, __libc_sa_len): Declare hidden_proto.
38549 (SA_LEN): Remove use of INTUSE.
38550 * socket/connect.c: Add libc_hidden_def.
38551 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38552 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38553 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38554 alias.
38555 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38556 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38557 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38558 of adding _internal alias.
38559
13764867
L
385602012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38561
38562 [BZ #14117]
6bd97696
L
38563 * sysdeps/i386/bits/link.h: Removed.
38564 * sysdeps/i386/bits/linkmap.h: Likewise.
38565 * sysdeps/x86_64/bits/link.h: Renamed to ...
38566 * sysdeps/x86/bits/link.h: This.
38567 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38568 * sysdeps/x86/bits/linkmap.h: This.
38569
f726f0bb
L
38570 * sysdeps/i386/bits/endian.h: Removed.
38571 * sysdeps/x86_64/bits/endian.h: Renamed to ...
38572 * sysdeps/x86/bits/endian.h: This.
38573
13764867
L
38574 * sysdeps/i386/bits/byteswap.h: Removed.
38575 * sysdeps/i386/bits/byteswap-16.h: Likewise.
38576 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38577 * sysdeps/x86/bits/byteswap.h: This.
38578 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38579 * sysdeps/x86/bits/byteswap-16.h: This.
38580 * sysdeps/i386/Implies: Add x86.
38581 * sysdeps/x86_64/Implies: Likewise.
38582
ae251b0b
DM
385832012-05-30 David S. Miller <davem@davemloft.net>
38584
38585 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38586 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38587 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38588 (FP_TRAPPING_EXCEPTIONS): Define.
38589 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38590 (FP_TRAPPING_EXCEPTIONS): Define.
38591 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38592 subnormals only when inexact has been signalled or underflow
38593 exceptions are enabled.
38594 (_FP_PACK_CANONICAL): Likewise.
38595
d5c90867
L
385962012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38597
38598 [BZ #14183]
38599 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38600 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38601
63f1549e
RH
386022012-05-30 Richard Henderson <rth@twiddle.net>
38603
8d8f2279
RH
38604 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38605 with #ifndef NOT_IN_libc.
38606
63f1549e
RH
38607 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
38608 marked to avoid plt entry.
38609
0ab0291b
L
386102012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38611
38612 [BZ #14112]
38613 * Makeconfig (default-abi): New macro.
38614 (abi-includes): Likewise.
38615 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
38616 $(abi-$(default-abi)-lib-soname) for soname if defined.
38617 ($(common-objpfx)gnu/lib-names.stmp): Generate from
38618 abi-variants.
38619 * Makefile (installed-stubs): Likewise.
38620 * include/stubs-biarch.h: Removed.
38621 * scripts/lib-names.awk: Only handle one library at a time.
38622 * scripts/soversions.awk: Remove WORDSIZE support.
38623 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38624 entries.
38625 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38626 Removed.
38627 (syscall-list-default-condition): Likewise.
38628 (syscall-list-default-condition): Likewise.
38629 (syscall-list-includes): Likewise.
38630 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38631 syscall-list-* with abi-*. Handle undefined abi-variants.
38632 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38633 * sysdeps/unix/sysv/linux/i386/Implies: New file.
38634 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38635 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38636 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38637 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38638 Removed.
38639 (syscall-list-32-options): Likewise.
38640 (syscall-list-32-condition): Likewise.
38641 (syscall-list-64-options): Likewise.
38642 (syscall-list-64-condition): Likewise.
38643 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38644 macro.
38645 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38646 Renamed to ...
38647 (abi-*): This.
38648 (abi-64-ld-soname): New macro.
38649 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38650 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38651 Renamed to ...
38652 (abi-*): This.
38653 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38654 * sysdeps/x86_64/x32/shlib-versions: Likewise.
38655
4da0431d
JM
386562012-05-30 Joseph Myers <joseph@codesourcery.com>
38657
3a85279c
JM
38658 * sysdeps/unix/sysv/linux/kernel-features.h
38659 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38660 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38661 include <kernel-features.h>.
38662 [!__NR_ftruncate64]: Remove conditional code.
38663 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38664 [__NR_ftruncate64]: Make code unconditional.
38665 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38666 * sysdeps/unix/sysv/linux/truncate64.c: Do not
38667 include <kernel-features.h>.
38668 [!__NR_ftruncate64]: Remove conditional code.
38669 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38670 [__NR_ftruncate64]: Make code unconditional.
38671 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38673 include <kernel-features.h>.
38674 [!__NR_ftruncate64]: Remove conditional code.
38675 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38676 [__NR_ftruncate64]: Make code unconditional.
38677 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38678 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38679 include <kernel-features.h>.
38680 [!__NR_ftruncate64]: Remove conditional code.
38681 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38682 [__NR_ftruncate64]: Make code unconditional.
38683 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38684
4da0431d
JM
38685 * configure.in (libc_cv_fpie): Weaken to a compile test using
38686 LIBC_TRY_CC_OPTION.
38687 * configure: Regenerated.
38688
11ef492c
AK
386892012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38690
38691 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38692 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38693 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38694 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38695 Refreshed.
38696 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38697 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38698 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38699 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38700 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38701 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38702 Refreshed.
38703
d66ef399
DM
387042012-05-27 David S. Miller <davem@davemloft.net>
38705
38706 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38707 (___Q_zero): New.
38708 (__Q_simulate_exceptions): Return void. Change to simulate
38709 exceptions by writing into the %fsr.
38710 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38711 (__Qp_handle_exceptions): Likewise.
38712 (numbers): Delete.
38713 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38714 __Qp_handle_exceptions.
38715 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38716 __Qp_handle_exceptions.
38717 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38718 as unused and give dummy FP_RND_NEAREST initializer.
38719 (FP_INHIBIT_RESULTS): Define.
38720 (___Q_simulate_exceptions): Update declaration.
38721 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38722 formatting.
38723 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38724 as unused and give dummy FP_RND_NEAREST initializer.
38725 (__Qp_handle_exceptions): Update declaration.
38726 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38727 formatting.
38728
04fb54b5
TS
387292012-05-27 Thomas Schwinge <thomas@codesourcery.com>
38730
38731 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38732 the temporary FPU control word.
38733 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38734 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38735 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38736 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38737 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38738 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38739 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38740 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38741 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38742 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38743 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38744
3f99608f
KK
387452012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38746
38747 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38748 fields.
38749
65a4de4e
CLT
387502012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
38751
38752 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38753 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38754 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38755 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38756 Likewise.
38757 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38758 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38759 Likewise.
38760
15749d40
UD
387612012-05-27 Ulrich Drepper <drepper@gmail.com>
38762
38763 * po/h.po: Update from translation team.
38764
25dbcb27
AS
387652012-05-26 Andreas Schwab <schwab@linux-m68k.org>
38766
3d3f8e55
AS
38767 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38768
25dbcb27
AS
38769 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38770 handling of denormals.
38771 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38772 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38773 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38774 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38775 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38776 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38777 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38778 Likewise.
38779
7ad47a80 387802012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
38781
38782 [BZ #14152]
38783 * math/libm-test.inc (fma_test): Don't always expect underflow
38784 exception.
38785
9c6ea9fa
SP
387862012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
38787
38788 [BZ #12416]
38789 * elf/tst-execstack.c: Include stackinfo.h.
38790 (do_test): Adjust test case to ensure that pthread_getattr_np
38791 behaviour remains the same after marking stack executable.
38792
a8239222
JM
387932012-05-25 Joseph Myers <joseph@codesourcery.com>
38794
38795 * sysdeps/unix/sysv/linux/kernel-features.h
38796 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38797 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38798 kernel-features.h.
38799 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38800 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38801 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38802 kernel-features.h.
38803 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38804 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38805
918b5606
L
388062012-05-25 H.J. Lu <hongjiu.lu@intel.com>
38807
38808 * configure.in: Define the default includes to being none.
38809 * configure: Regenerated.
38810
3a097cc7
RM
388112012-05-25 Roland McGrath <roland@hack.frob.com>
38812
8422c9a5
RM
38813 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38814 * sysdeps/x86_64/setjmp.S: Likewise.
38815 * sysdeps/i386/bsd-setjmp.S: Likewise.
38816 * sysdeps/i386/bsd-_setjmp.S: Likewise.
38817 * sysdeps/i386/setjmp.S: Likewise.
38818 * sysdeps/i386/__longjmp.S: Likewise.
38819 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38820 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38821
3a097cc7
RM
38822 * include/stap-probe.h: New file.
38823 * configure.in: Handle --enable-systemtap.
38824 * configure: Regenerated.
38825 * config.h.in (USE_STAP_PROBE): New #undef.
38826 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38827 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38828 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38829
21708942
JM
388302012-05-25 Joseph Myers <joseph@codesourcery.com>
38831
38832 [BZ #13717]
38833 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38834 to 2.4.0 where earlier.
38835 * sysdeps/unix/sysv/linux/configure: Regenerated.
38836 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38837 <kernel-features.h>.
38838 [__ASSUME_32BITUIDS]: Make code unconditional.
38839 [!__ASSUME_32BITUIDS]: Remove conditional code.
38840 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38841 <kernel-features.h>.
38842 [__ASSUME_32BITUIDS]: Make code unconditional.
38843 [!__ASSUME_32BITUIDS]: Remove conditional code.
38844 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38845 [__ASSUME_32BITUIDS]: Make code unconditional.
38846 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38847 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38848 <kernel-features.h>.
38849 [__ASSUME_32BITUIDS]: Make code unconditional.
38850 [!__ASSUME_32BITUIDS]: Remove conditional code.
38851 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38852 <kernel-features.h>.
38853 [__ASSUME_32BITUIDS]: Make code unconditional.
38854 [!__ASSUME_32BITUIDS]: Remove conditional code.
38855 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38856 <kernel-features.h>.
38857 [__ASSUME_32BITUIDS]: Make code unconditional.
38858 [!__ASSUME_32BITUIDS]: Remove conditional code.
38859 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38860 <kernel-features.h>.
38861 [__ASSUME_32BITUIDS]: Make code unconditional.
38862 [!__ASSUME_32BITUIDS]: Remove conditional code.
38863 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38864 <kernel-features.h>.
38865 [__ASSUME_32BITUIDS]: Make code unconditional.
38866 [!__ASSUME_32BITUIDS]: Remove conditional code.
38867 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38868 <kernel-features.h>.
38869 [__ASSUME_32BITUIDS]: Make code unconditional.
38870 [!__ASSUME_32BITUIDS]: Remove conditional code.
38871 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38872 <kernel-features.h>.
38873 [__ASSUME_32BITUIDS]: Make code unconditional.
38874 [!__ASSUME_32BITUIDS]: Remove conditional code.
38875 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38876 <kernel-features.h>.
38877 [__ASSUME_32BITUIDS]: Make code unconditional.
38878 [!__ASSUME_32BITUIDS]: Remove conditional code.
38879 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38880 <kernel-features.h>.
38881 [__ASSUME_32BITUIDS]: Make code unconditional.
38882 [!__ASSUME_32BITUIDS]: Remove conditional code.
38883 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38884 <kernel-features.h>.
38885 [__ASSUME_32BITUIDS]: Make code unconditional.
38886 [!__ASSUME_32BITUIDS]: Remove conditional code.
38887 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38888 <kernel-features.h>.
38889 [__NR_setresgid] (__setresgid): Do not declare.
38890 [__ASSUME_32BITUIDS]: Make code unconditional.
38891 [!__ASSUME_32BITUIDS]: Remove conditional code.
38892 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38893 <kernel-features.h>.
38894 [__NR_setresuid] (__setresuid): Do not declare.
38895 [__ASSUME_32BITUIDS]: Make code unconditional.
38896 [!__ASSUME_32BITUIDS]: Remove conditional code.
38897 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38898 <kernel-features.h>.
38899 [__ASSUME_32BITUIDS]: Make code unconditional.
38900 [!__ASSUME_32BITUIDS]: Remove conditional code.
38901 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38902 <kernel-features.h>.
38903 [__ASSUME_32BITUIDS]: Make code unconditional.
38904 [!__ASSUME_32BITUIDS]: Remove conditional code.
38905 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38906 <kernel-features.h>.
38907 [__ASSUME_32BITUIDS]: Make code unconditional.
38908 [!__ASSUME_32BITUIDS]: Remove conditional code.
38909 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38910 <kernel-features.h>.
38911 [__ASSUME_32BITUIDS]: Make code unconditional.
38912 [!__ASSUME_32BITUIDS]: Remove conditional code.
38913 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38914 <kernel-features.h>.
38915 [__ASSUME_32BITUIDS]: Make code unconditional.
38916 [!__ASSUME_32BITUIDS]: Remove conditional code.
38917 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38918 <kernel-features.h>.
38919 [__ASSUME_32BITUIDS]: Make code unconditional.
38920 [!__ASSUME_32BITUIDS]: Remove conditional code.
38921 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38922 <kernel-features.h>.
38923 [__ASSUME_32BITUIDS]: Make code unconditional.
38924 [!__ASSUME_32BITUIDS]: Remove conditional code.
38925 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38926 <kernel-features.h>.
38927 [__ASSUME_32BITUIDS]: Make code unconditional.
38928 [!__ASSUME_32BITUIDS]: Remove conditional code.
38929 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38930 <kernel-features.h>.
38931 [__ASSUME_32BITUIDS]: Make code unconditional.
38932 [!__ASSUME_32BITUIDS]: Remove conditional code.
38933 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38934 <kernel-features.h>.
38935 [__ASSUME_32BITUIDS]: Make code unconditional.
38936 [!__ASSUME_32BITUIDS]: Remove conditional code.
38937 * sysdeps/unix/sysv/linux/kernel-features.h
38938 (__ASSUME_SETRESUID_SYSCALL): Remove.
38939 (__ASSUME_SETRESGID_SYSCALL): Likewise.
38940 (__ASSUME_32BITUIDS): Likewise.
38941 (__ASSUME_LDT_WORKS): Likewise.
38942 (__ASSUME_O_DIRECTORY): Likewise.
38943 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38944 architecture but not kernel version.
38945 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38946 (__ASSUME_MMAP2_SYSCALL): Likewise.
38947 (__ASSUME_STAT64_SYSCALL): Likewise.
38948 (__ASSUME_IPC64): Likewise.
38949 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38950 <kernel-features.h>.
38951 [__ASSUME_32BITUIDS]: Make code unconditional.
38952 [!__ASSUME_32BITUIDS]: Remove conditional code.
38953 * sysdeps/unix/sysv/linux/opendir.c: Do not include
38954 <kernel-features.h>.
38955 [__ASSUME_O_DIRECTORY]: Make code unconditional.
38956 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38957 132096]: Remove conditional code.
38958 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38959 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38960 <kernel-features.h>.
38961 [__ASSUME_32BITUIDS]: Make code unconditional.
38962 [!__ASSUME_32BITUIDS]: Remove conditional code.
38963 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38964 <kernel-features.h>.
38965 [__ASSUME_32BITUIDS]: Make code unconditional.
38966 [!__ASSUME_32BITUIDS]: Remove conditional code.
38967 * sysdeps/unix/sysv/linux/setegid.c: Do not include
38968 <kernel-features.h>.
38969 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38970 unconditional.
38971 (__setresgid): Do not declare.
38972 [__ASSUME_32BITUIDS]: Make code unconditional.
38973 [!__ASSUME_32BITUIDS]: Remove conditional code.
38974 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38975 <kernel-features.h>.
38976 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38977 unconditional.
38978 (__setresuid): Do not declare.
38979 [__ASSUME_32BITUIDS]: Make code unconditional.
38980 [!__ASSUME_32BITUIDS]: Remove conditional code.
38981 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38982 <kernel-features.h>.
38983 [__ASSUME_32BITUIDS]: Make code unconditional.
38984 [!__ASSUME_32BITUIDS]: Remove conditional code.
38985 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38986 <kernel-features.h>.
38987 [__ASSUME_32BITUIDS]: Make code unconditional.
38988 [!__ASSUME_32BITUIDS]: Remove conditional code.
38989
a386f1cc
RH
389902012-05-25 Richard Henderson <rth@twiddle.net>
38991
38992 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38993 dl_hwcap to ifunc resolver.
38994 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38995 elf_ifunc_invoke.
38996 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38997 dl_hwcap to ifunc resolver.
38998 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38999
b6550497
JM
390002012-05-24 Joseph Myers <joseph@codesourcery.com>
39001
39002 [BZ #14153]
39003 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39004 for |x| <= 2**-26, not 2**-57.
39005 * math/libm-test.inc (acos_test): Do not allow spurious underflow
39006 exception.
39007
b0bc23a1
JL
390082012-05-24 Jeff Law <law@redhat.com>
39009
39010 * stdio-common/Makefile (tests): Add bug25.
39011 * stdio-common/bug25.c: New test.
39012
347c92e9
L
390132012-05-24 H.J. Lu <hongjiu.lu@intel.com>
39014
39015 [BZ #13576]
39016 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39017 multiple of MALLOC_ALIGNMENT in size.
39018 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39019
6bcc8b3f
JM
390202012-05-24 Joseph Myers <joseph@codesourcery.com>
39021
39022 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39023 Require >= 256.
39024 (FILENAME_MAX): Use macro-int-constant.
39025 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
39026 (_IOFBF): Use macro-int-constant.
39027 (_IOLBF): Likewise.
39028 (_IONBF): Likewise.
39029 (SEEK_CUR): Likewise.
39030 (SEEK_END): Likewise.
39031 (SEEK_SET): Likewise.
39032 (TMP_MAX): Likewise.
39033 (EOF): Use macro-int-constant. Require < 0.
39034 (NULL): Use macro-constant. Require == 0.
39035 (stdin): Require type to be FILE *.
39036 (stdout): Likewise.
39037 (stderr): Likewise.
39038 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39039 macro-int-constant.
39040 (EXIT_SUCCESS): Likewise.
39041 (NULL): Use macro-constant. Require == 0.
39042 (RAND_MAX): Use macro-int-constant.
39043 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39044 [C99-based standards] (strtof): Require function.
39045 [C99-based standards] (strtold): Likewise.
39046 [C99-based standards] (strtoll): Likewise.
39047 [C99-based standards] (strtoull): Likewise.
39048 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39049 [ISO || ISO99 || ISO11] (limits.h): Likewise.
39050 [ISO || ISO99 || ISO11] (math.h): Likewise.
39051 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39052 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39053 [ISO || ISO99 || ISO11] (*_t): Do not allow.
39054
d18ea0c5
AS
390552012-05-24 Andreas Schwab <schwab@linux-m68k.org>
39056
39057 [BZ #14132]
56d25bb8
AS
39058 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39059 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39060 * intl/dgettext.c (DCGETTEXT): Likewise.
39061 * intl/gettext.c (DCGETTEXT): Likewise.
39062 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39063 * posix/regex_internal.h (gettext): Likewise.
39064 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39065 Remove declaration.
39066 * include/argz.h (__argz_count_internal)
39067 (__argz_stringify_internal): Remove declaration.
39068 (__argz_count, __argz_stringify): Declare hidden proto.
39069 * intl/dcgettext.c: Remove use of INTDEF.
39070 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39071 * string/argz-stringify.c: Likewise.
39072 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39073 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39074 Declare hidden proto.
d18ea0c5
AS
39075 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39076 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39077 Declare hidden proto.
39078 * include/stdio.h (__asprintf_internal): Don't declare.
39079 (__asprintf): Don't define as macro. Declare hidden proto.
39080 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39081 (__fsetlocking): Declare hidden proto.
39082 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39083 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39084 hidden proto.
39085 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39086 (_IO_setlinebuf): Remove use of INTUSE.
39087 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39088 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39089 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39090 Remove declaration.
39091 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39092 (_IO_do_flush): Remove use of INTUSE.
39093 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39094 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39095 (_IO_adjust_column, _IO_least_wmarker)
39096 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39097 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39098 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39099 (_IO_default_doallocate, _IO_wdefault_doallocate)
39100 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39101 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39102 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39103 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39104 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39105 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39106 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39107 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39108 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39109 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39110 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39111 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39112 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39113 proto.
39114 (_IO_flush_all_internal, _IO_adjust_column_internal)
39115 (_IO_default_uflow_internal, _IO_default_finish_internal)
39116 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39117 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39118 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39119 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39120 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39121 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39122 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39123 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39124 (_IO_file_close_internal, _IO_file_close_it_internal)
39125 (_IO_file_underflow_internal, _IO_file_overflow_internal)
39126 (_IO_file_init_internal, _IO_file_attach_internal)
39127 (_IO_file_fopen_internal, _IO_file_read_internal)
39128 (_IO_file_sync_internal, _IO_file_seek_internal)
39129 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39130 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39131 (_IO_str_underflow_internal, _IO_str_overflow_internal)
39132 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39133 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39134 (_IO_list_all_internal, _IO_link_in_internal)
39135 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39136 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39137 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39138 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39139 (_IO_do_write_internal, _IO_padn_internal)
39140 (_IO_getline_info_internal, _IO_getline_internal)
39141 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39142 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39143 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39144 (_IO_vfscanf_internal, _IO_vfprintf_internal)
39145 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39146 (_IO_init_internal, _IO_un_link_internal): Don't declare.
39147 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39148 with libc_hidden_ver, remove use of INTUSE.
39149 * libio/genops.c: Likewise.
39150 * libio/freopen.c: Likewise.
39151 * libio/freopen64.c: Likewise.
39152 * libio/iofclose.c: Likewise.
39153 * libio/iofdopen.c: Likewise.
39154 * libio/iofflush.c: Likewise.
39155 * libio/iofflush_u.c: Likewise.
39156 * libio/iofgets.c: Likewise.
39157 * libio/iofgets_u.c: Likewise.
39158 * libio/iofopen.c: Likewise.
39159 * libio/iofopncook.c: Likewise.
39160 * libio/iofread.c: Likewise.
39161 * libio/iofread_u.c: Likewise.
39162 * libio/ioftell.c: Likewise.
39163 * libio/iofwrite.c: Likewise.
39164 * libio/iogetline.c: Likewise.
39165 * libio/iogets.c: Likewise.
39166 * libio/iogetwline.c: Likewise.
39167 * libio/iopadn.c: Likewise.
39168 * libio/iopopen.c: Likewise.
39169 * libio/ioseekoff.c: Likewise.
39170 * libio/ioseekpos.c: Likewise.
39171 * libio/iosetbuffer.c: Likewise.
39172 * libio/iosetvbuf.c: Likewise.
39173 * libio/ioungetc.c: Likewise.
39174 * libio/ioungetwc.c: Likewise.
39175 * libio/iovdprintf.c: Likewise.
39176 * libio/iovsprintf.c: Likewise.
39177 * libio/iovsscanf.c: Likewise.
39178 * libio/memstream.c: Likewise.
39179 * libio/obprintf.c: Likewise.
39180 * libio/oldfileops.c: Likewise.
39181 * libio/oldiofclose.c: Likewise.
39182 * libio/oldiofdopen.c: Likewise.
39183 * libio/oldiofopen.c: Likewise.
39184 * libio/oldiopopen.c: Likewise.
39185 * libio/oldstdfiles.c: Likewise.
39186 * libio/putc.c: Likewise.
39187 * libio/setbuf.c: Likewise.
39188 * libio/setlinebuf.c: Likewise.
39189 * libio/stdfiles.c: Likewise.
39190 * libio/strops.c: Likewise.
39191 * libio/vasprintf.c: Likewise.
39192 * libio/vscanf.c: Likewise.
39193 * libio/vsnprintf.c: Likewise.
39194 * libio/vswprintf.c: Likewise.
39195 * libio/wfiledoalloc.c: Likewise.
39196 * libio/wfileops.c: Likewise.
39197 * libio/wgenops.c: Likewise.
39198 * libio/wmemstream.c: Likewise.
39199 * libio/wstrops.c: Likewise.
39200 * libio/__fpurge.c: Likewise.
39201 * libio/__fsetlocking.c: Likewise.
39202 * assert/assert.c: Likewise.
39203 * debug/fgets_chk.c: Likewise.
39204 * debug/fgets_u_chk.c: Likewise.
39205 * debug/fread_chk.c: Likewise.
39206 * debug/fread_u_chk.c: Likewise.
39207 * debug/gets_chk.c: Likewise.
39208 * debug/obprintf_chk.c: Likewise.
39209 * debug/vasprintf_chk.c: Likewise.
39210 * debug/vdprintf_chk.c: Likewise.
39211 * debug/vsnprintf_chk.c: Likewise.
39212 * debug/vsprintf_chk.c: Likewise.
39213 * malloc/mtrace.c: Likewise.
39214 * misc/error.c: Likewise.
39215 * misc/syslog.c: Likewise.
39216 * stdio-common/asprintf.c: Likewise.
39217 * stdio-common/fxprintf.c: Likewise.
39218 * stdio-common/getw.c: Likewise.
39219 * stdio-common/isoc99_fscanf.c: Likewise.
39220 * stdio-common/isoc99_scanf.c: Likewise.
39221 * stdio-common/isoc99_vfscanf.c: Likewise.
39222 * stdio-common/isoc99_vscanf.c: Likewise.
39223 * stdio-common/isoc99_vsscanf.c: Likewise.
39224 * stdio-common/printf-prs.c: Likewise.
39225 * stdio-common/printf_fp.c: Likewise.
39226 * stdio-common/printf_fphex.c: Likewise.
39227 * stdio-common/printf_size.c: Likewise.
39228 * stdio-common/putw.c: Likewise.
39229 * stdio-common/scanf.c: Likewise.
39230 * stdio-common/sprintf.c: Likewise.
39231 * stdio-common/tmpfile.c: Likewise.
39232 * stdio-common/vfprintf.c: Likewise.
39233 * stdio-common/vfscanf.c: Likewise.
39234 * stdlib/strfmon_l.c: Likewise.
39235 * sunrpc/openchild.c: Likewise.
39236 * sunrpc/xdr_stdio.c: Likewise.
39237 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39238 * sysdeps/mach/hurd/tmpfile.c: Likewise.
39239
d6c33fda
RM
392402012-05-24 Roland McGrath <roland@hack.frob.com>
39241
c1487492
RM
39242 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39243
39244 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39245 in the third column, to generate for the shared library an IFUNC
39246 that uses _dl_vdso_vsym.
39247 * Makerules (COMPILE.c, compile-stdin.c): New variables.
39248 * Makeconfig (object-suffixes-noshared): New variable.
39249
39250 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39251 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39252 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39253 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39254
d6c33fda
RM
39255 [BZ #14132]
39256 * include/sys/time.h (__gettimeofday): Remove macro.
39257 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39258 * time/gettimeofday.c (__gettimeofday): Remove #undef.
39259 Remove INTDEF.
39260 (__gettimeofday): Add libc_hidden_def.
39261 (gettimeofday): Add libc_hidden_weak.
39262 * sysdeps/mach/gettimeofday.c: Likewise.
39263 * sysdeps/posix/gettimeofday.c: Likewise.
39264 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39265 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39266 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39267 (__gettimeofday_internal): Remove strong_alias.
39268 (__gettimeofday): Add libc_hidden_def.
39269 (gettimeofday): Add libc_hidden_weak.
39270 * sysdeps/unix/syscalls.list (gettimeofday):
39271 Remove __gettimeofday_internal alias.
39272
b5a2bbe6
L
392732012-05-24 Daniel Jacobowitz <drow@false.org>
39274 H.J. Lu <hongjiu.lu@intel.com>
39275
39276 [BZ #12495]
39277 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39278 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39279 (largebin_index_32_big): New.
39280 (largebin_index): Use it for 16-byte alignment.
39281 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
39282 correction with front_misalign.
39283
cfba4fda
L
392842012-05-24 H.J. Lu <hongjiu.lu@intel.com>
39285
7f907421
L
39286 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39287 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39288 Likewise.
39289 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39290 Likewise.
39291 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39292 Likewise.
39293 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39294 Likewise.
39295 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39296 Likewise.
39297 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39298 Likewise.
39299 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39300 Likewise.
39301 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39302 Likewise.
39303 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39304 Likewise.
39305 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39306 Likewise.
39307 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39308 Likewise.
39309 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39310 Likewise.
39311
cfba4fda
L
39312 * scripts/data/c++-types-x32-linux-gnu.data: New file.
39313 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39314
80bad0cc
JM
393152012-05-24 Joseph Myers <joseph@codesourcery.com>
39316
7a25eb06
JM
39317 [BZ #10846]
39318 [BZ #14036]
39319 * math/libm-test.inc (exp_test): Add test from bug 14036.
39320 (pow_test): Add test from bug 10846.
39321
795405f9
JM
39322 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39323 and other flags.
39324 (special_function): Do not include flags in test name.
39325 (parse_args): Likewise.
39326 * sysdeps/i386/fpu/libm-test-ulps: Update.
39327 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39328 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39329 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39330 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39331
80bad0cc
JM
39332 * math/gen-libm-test.pl (%beautify): Add entries for underflow
39333 exceptions.
39334 * math/libm-test.inc ("Philosophy"): Update comment about
39335 exception testing.
39336 (UNDERFLOW_EXCEPTION): New macro.
39337 (UNDERFLOW_EXCEPTION_OK): Likewise.
39338 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39339 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39340 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39341 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39342 (INVALID_EXCEPTION_OK): Update value.
39343 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39344 (OVERFLOW_EXCEPTION_OK): Likewise.
39345 (IGNORE_ZERO_INF_SIGN): Likewise.
39346 (test_exceptions): Handle underflow exceptions.
39347 (acos_test): Update for underflow exception expectations.
39348 (cexp_test): Likewise.
39349 (clog_test): Likewise.
39350 (clog10_test): Likewise.
39351 (csqrt_test): Likewise.
39352 (ctan_test): Likewise.
39353 (ctanh_test): Likewise.
39354 (exp_test): Likewise.
39355 (exp10_test): Likewise.
39356 (exp2_test): Likewise.
39357 (expm1_test): Likewise.
39358 (fma_test): Likewise.
39359 (j0_test): Likewise.
39360 (jn_test): Likewise.
39361 (nexttoward_test): Likewise.
39362 (pow_test): Likewise.
39363 (scalbn_test): Likewise.
39364 (scalbln_test): Likewise.
39365 (tan_test): Likewise.
39366 (y1_test): Likewise.
39367 * sysdeps/i386/fpu/libm-test-ulps: Update.
39368 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39369
9e0e3d0b
DM
393702012-05-23 David S. Miller <davem@davemloft.net>
39371
39372 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39373 (__libc_sigaction): Remove unused local variables.
39374
ccd0a08f
L
393752012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39376
39377 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39378
62bdf9a6
PE
393792012-05-23 Paul Eggert <eggert@cs.ucla.edu>
39380
f8591f80
PE
39381 mktime: avoid signed integer overflow
39382 * time/mktime.c (__mktime_internal): Do not mishandle the case
39383 where diff == INT_MIN.
39384
94c7d826
PE
39385 mktime: simplify computation of average
39386 * time/mktime.c (ranged_convert): Use new time_t_avg function
39387 instead of rolling our own (probably-slower) code.
39388
ce73d683
PE
39389 mktime: do not assume signed right shift propagates sign bit
39390 * time/mktime.c (isdst_differ): New static function.
39391 (__mktime_internal): No need to normalize tm_isdst now.
39392 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39393 tm_isdst values.
39394
72a22e59
PE
39395 mktime: merge another wrapv change from gnulib
39396 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39397 from some compilers.
39398
68605433
PE
39399 mktime: remove incorrect attempt at unusual arithmetics
39400 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39401 The code didn't really work on such machines anyway.
39402 (TYPE_MINIMUM): Assume two's complement.
39403 (twos_complement_arithmetic): Verify that long_int and time_t
39404 are two's complement (or unsigned, in the latter case).
39405
03cf7fe3
PE
39406 mktime: check signed shifts on long_int and time_t, too
39407 * time/mktime.c (SHR): Check that shifts work as desired
39408 on the types long_int and time_t too, as SHR is used on
39409 such types.
39410
f04dfbc2
PE
39411 mktime: do not assume 'long' is wide enough
39412 * time/mktime.c (verify): Move decl up.
39413 (long_int): New type.
39414 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39415 to remove assumption in the code that 'long' is wide enough to
39416 store year values. This assumption is not true on x32 and on
39417 some non-glibc platforms.
39418
62bdf9a6
PE
39419 mktime: merge wrapv change from gnulib
39420 * time/mktime.c (WRAPV): New macro.
39421 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39422 (guess_time_tm, __mktime_internal): Do not assume that signed
39423 integer overflow wraps around; modern compilers generate code
39424 where this assumption is no longer valid.
39425
5e292e4f
L
394262012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39427
39428 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39429 Replace "jmp L(pseudo_end)" with "ret".
39430 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39431 Likewise.
39432
8caf8c87
AJ
394332012-05-23 Andreas Jaeger <aj@suse.de>
39434
39435 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39436 * sysdeps/unix/sysv/linux/poll.c: Remove file.
39437
1a09dc56
AJ
394382012-05-23 Andreas Jaeger <aj@suse.de>
39439 Maximilian Attems <max@stro.at>
39440
39441 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39442 New macros.
39443
1c87aba0
L
394442012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39445
39446 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39447 code so that pseudo_end is just ret and the stack pointer is
39448 correct also for static library in error case.
39449
40e45bd5
JM
394502012-05-23 Joseph Myers <joseph@codesourcery.com>
39451
c2670533
JM
39452 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39453 move to syscalls.list.
39454 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39455 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39456 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39457 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39458
40e45bd5
JM
39459 * manual/install.texi (Running make install): Do not mention Linux
39460 kernel version for which pt_chown is not needed.
39461 (Linux): Do not mention problems with nscd with 2.0 kernels.
39462 * INSTALL: Regenerated.
39463
be08eda5
AJ
394642012-05-23 Andreas Jaeger <aj@suse.de>
39465
39466 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39467 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39468 macro.
39469 * sysdeps/unix/sysv/linux/s390/bits/mman.h
39470 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39471 * sysdeps/unix/sysv/linux/sh/bits/mman.h
39472 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39473 * sysdeps/unix/sysv/linux/i386/bits/mman.h
39474 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39475 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39476 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39477 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39478 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39479 * sysdeps/unix/sysv/linux/bits/in.h
39480 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39481
a6a056bb
RM
394822012-05-22 Roland McGrath <roland@hack.frob.com>
39483
39484 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39485 (PREPARE_VERSION): Just use assert instead, it will be elided
39486 under [NDEBUG] anyway.
39487
c9009328
L
394882012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39489
39490 * sysdeps/unix/sysv/linux/Makefile: Include
39491 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 39492 (sysdep_routines): Remove sysctl.
c9009328
L
39493 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39494 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39495 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39496 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39497 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39498
73338355
AJ
394992012-05-22 Andreas Jaeger <aj@suse.de>
39500
39501 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39502 that pseudo_end is just ret and the stack pointer is correct also
39503 for static library in error case.
39504
d44638b0
PP
395052012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
39506
39507 [BZ #14122]
39508 * nss/nsswitch.c (defconfig_entries): New variable.
39509 (__nss_database_lookup): Don't leak defconfig entries.
39510 (nss_parse_service_list): Don't leak on error paths.
39511 (free_database_entries): New function.
39512 (free_defconfig): New function.
39513 (free_mem): Move common code to free_database_entries.
39514
31a39bd8
L
395152012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39516
da0331a8
L
39517 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39518 Add arch_prctl.
39519 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39520
31a39bd8
L
39521 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39522 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39523 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39524 New macro.
39525 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39526 (INTERNAL_SYSCALL_TYPES): Likewise.
39527 (LOAD_ARGS_TYPES_[1-6]): Likewise.
39528 (LOAD_REGS_TYPES_[1-6]): Likewise.
39529 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39530 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39531
45470df3
AZ
395322012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39533
39534 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39535 copysignl for GLIBC_2_0.
39536 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39537 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39538 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39539 logbl for GLIBC_2_0.
39540 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39541 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39542
98a61bcb
L
395432012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39544
a4f6e481
L
39545 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39546 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
39547
f63d5db6
L
39548 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39549 Use "neg %eax".
39550
98a61bcb
L
39551 * time/mktime.c: Update copyright years.
39552
95770f14
PE
395532012-05-22 Paul Eggert <eggert@cs.ucla.edu>
39554
6226efbd
PE
39555 mktime: merge comment-quoting-style change from gnulib
39556 * time/mktime.c: Quote 'like this' in comments.
39557 The GNU coding standards suggest that we no longer quote `like this',
39558 as "`" and "'" are typically rendered asymmetrically nowadays.
39559 The typical gnulib style is to quote 'like this' when quoting
39560 code, and "like this" when quoting English.
39561
b99e4f78
PE
39562 * time/mktime.c (compile-command): Add "-I.".
39563
643e01e6
PE
39564 mktime: merge mktime-internal.h change from gnulib
39565 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39566
2554247d
PE
39567 mktime: merge time_r change from gnulib
39568 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39569
826dd0ab
PE
39570 mktime: merge DEBUG change from gnulib
39571 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39572 case system <time.h> has a #define.
39573
bd83aabe
PE
39574 mktime: merge <sys/types.h> change from gnulib
39575 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39576 since <time.t> is now guaranteed to define time_t.
39577
95770f14
PE
39578 mktime: merge HAVE_CONFIG_H change from gnulib
39579 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39580
5e1a27a9
L
395812012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39582
0e44a77e
L
39583 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39584 Use "neg %eax".
39585
5e1a27a9
L
39586 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39587 __rlim_t cast.
39588 (struct rusage): Use anonymous union to pad each field to
39589 __syscall_slong_t.
39590
46259bec
DM
395912012-05-21 David S. Miller <davem@davemloft.net>
39592
39593 * Makefules (o-iterator): Remove .s cases.
39594 (compile-command.s): Delete.
39595 (COMPILE.s): Delete.
39596 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39597
59f0c22e
JM
395982012-05-21 Joseph Myers <joseph@codesourcery.com>
39599
39600 * configure.in (libc_cv_predef_stack_protector): Only consider
39601 "foobar" and "__stack_chk_fail" lines in libc_undefs.
39602 * configure: Regenerated.
39603
20c07380
L
396042012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39605
bbb3154b
L
39606 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39607 New macro. Use R*LP on int and pointer.
39608 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
39609 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39610 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
39611 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39612
20c07380
L
39613 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39614 [__WORDSIZE_TIME64_COMPAT32] instead of
39615 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39616 (struct utmp): Likewise.
39617 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39618 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39619 Renamed to ...
39620 (__WORDSIZE_TIME64_COMPAT32): This.
39621 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39622 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39623 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39624 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39625 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39626 (__WORDSIZE_TIME64_COMPAT32): New macro.
39627
d8d1017e
AJ
396282012-05-21 Andreas Jaeger <aj@suse.de>
39629
39630 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39631 only if [SHARED]. Add prototype for __wcschr_ia32.
39632
6c7fb145
RM
396332012-05-21 Roland McGrath <roland@hack.frob.com>
39634
39635 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39636 of %rbp unmolested in the jmp_buf while mangling the low bits.
39637 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39638 unmolested high bits of %rbp while demangling the low bits.
39639 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39640
66274218
AJ
396412012-05-21 Andreas Jaeger <aj@suse.de>
39642
07c58f8f
AJ
39643 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39644 * sunrpc/svc_simple.c: Use it for registerrpc.
39645 * sunrpc/xcrypt.c: Use it for passwd2des.
39646
66274218
AJ
39647 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39648
61f65140
L
396492012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39650
39651 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39652 Don't define if [__SYSCALL_WORDSIZE != 32].
39653 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39654 New macro.
39655
5fefb436
AJ
396562012-05-21 Bruno Haible <bruno@clisp.org>
39657 Andreas Jaeger <aj@suse.de>
39658
39659 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39660 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39661 inptr and inend for must_buffer_ch.
39662 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39663 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39664 * stdio-common/Makefile (tests): Remove bug15.
39665 (bug15-ENV): Remove macro.
39666 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39667 anymore.
39668
d8e272ab
AJ
396692012-05-19 Andreas Jaeger <aj@suse.de>
39670 Roland McGrath <roland@hack.frob.com>
39671
39672 * manual/contrib.texi: Completely rewritten. It contains now an
39673 alphabetical list of contributors and their contributions.
39674
4a56a162
RH
396752012-05-21 Richard Henderson <rth@twiddle.net>
39676
39677 * misc/getauxval.c (__getauxval): Use unsigned long int.
39678 * misc/sys/auxv.h: Include <sys/cdefs.h>.
39679 (getauxval): Use unsigned long int.
39680
d024d23c
L
396812012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39682
39683 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39684
cbc00a03
RM
396852012-05-21 Roland McGrath <roland@hack.frob.com>
39686
39687 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39688 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39689 __alignof__ (long double).
39690
478143fa
AZ
396912012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39692
39693 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39694
c7683a6d
RH
396952012-05-20 Richard Henderson <rth@twiddle.net>
39696
39697 * misc/getauxval.c: New file.
39698 * misc/sys/auxv.h: New file.
39699 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39700 (routines): Add getauxval.
39701 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39702 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39703 * elf/dl-sysdep.c (_dl_auxv): Remove.
39704 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39705 * elf/dl-support.c (_dl_auxv): New variable.
39706 (_dl_aux_init): Initialize it.
39707 * manual/startup.texi (Auxiliary Vector): New node.
39708 * sysdeps/generic/bits/hwcap.h: New file.
39709 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39710 * sysdeps/powerpc/sysdep.h: ... here. Include it.
39711 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39712 * sysdeps/sparc/sysdep.h: ... here. Include it.
39713 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39714 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
39715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39716 Update.
c7683a6d
RH
39717 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39718 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39719 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39720 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39721 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39722 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39723 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39724 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39725
a6f1845d
AZ
397262012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39727
39728 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39729
cbcbe830
DM
397302012-05-19 David S. Miller <davem@davemloft.net>
39731
39732 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39733
e0b16cc2
JM
397342012-05-19 Joseph Myers <joseph@codesourcery.com>
39735
39736 [BZ #14123]
39737 * math/s_ccosh.c: Include <float.h>
39738 (__ccosh): Avoid internal overflow calculating sinh and cosh
39739 values before multiplying by sin and cos values.
39740 * math/s_ccoshf.c: Likewise.
39741 * math/s_ccoshl.c: Likewise.
39742 * math/s_csin.c: Likewise.
39743 * math/s_csinf.c: Likewise.
39744 * math/s_csinl.c: Likewise.
39745 * math/s_csinh.c: Likewise.
39746 * math/s_csinhf.c: Likewise.
39747 * math/s_csinhl.c: Likewise.
39748 * math/libm-test.inc (ccos_test): Add more tests.
39749 (ccosh_test): Likewise.
39750 (csin_test): Likewise.
39751 (csinh_test): Likewise.
39752 * sysdeps/i386/fpu/libm-test-ulps: Update.
39753 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39754
6ad13e08
L
397552012-05-19 H.J. Lu <hongjiu.lu@intel.com>
39756
f66f0ce8
L
39757 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39758 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39759
6ad13e08
L
39760 * sysdeps/x86_64/x32/_itoa.h: Add comment.
39761
b1d072a7
JM
397622012-05-19 Joseph Myers <joseph@codesourcery.com>
39763
39764 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39765 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39766 * sysdeps/powerpc/soft-fp/Versions: Likewise.
39767 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39768 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39769 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39770 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39771 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39772 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39773 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39774 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39775 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39776 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39777 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39778 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39779 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39780 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39781 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39782 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39783 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39784 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39785 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39786 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39787 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39788 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39789 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39790 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39791 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39792 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39793 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39794 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39795
9eae47cb
AJ
397962012-05-18 Andreas Jaeger <aj@suse.de>
39797
39798 * csu/.gitignore: Delete.
39799
bb07f69f
L
398002012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39801
39802 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39803 (timex): Use __syscall_slong_t.
39804
e6bdb741
AJ
398052012-05-18 Andreas Jaeger <aj@suse.de>
39806 Carlos O'Donell <carlos_odonell@mentor.com>
39807
39808 * manual/install.texi (Configuring and compiling): Update
39809 description about files modified in the source directory.
d6c33fda 39810 * INSTALL: Regenerated.
e6bdb741 39811
1b74487e
L
398122012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39813
39814 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39815 value. Use "or" to set return value to -1.
39816 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39817 negate return value.
39818
a88b64b9
TMQMF
398192012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39820
57f41c40
AS
39821 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39822 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
39823 failure if the compiler has Graphite support disabled.
39824 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39825 Likewise.
57f41c40
AS
39826 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39827 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
39828 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39829 Likewise.
39830
3707636e
L
398312012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39832
610b8622
L
39833 * sysdeps/x86_64/x32/_itoa.h: New file.
39834
7cd195df
L
39835 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39836 getdents system call only if kernel and user dirents have the
39837 same d_ino and d_off.
39838
94b07d20
L
39839 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39840 LLONG_MAX != LONG_MAX.
39841 (_itoa_word): Use _ITOA_WORD_TYPE on value.
39842 (_fitoa_word): Likewise.
39843
18298070
L
39844 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39845 years.
39846 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39847 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39848 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39849
553c7ea4
L
39850 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39851 include <bits/wordsize.h>. Check __x86_64__ instead of
39852 __WORDSIZE.
39853 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39854 if __x86_64__ is defined. Use anonymous union on fpstate.
39855
3707636e
L
39856 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39857 anonymous union.
39858
b53ef01a
AS
398592012-05-18 Andreas Schwab <schwab@linux-m68k.org>
39860
37fb1dc0
AS
39861 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39862 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39863 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39864 Refer to _rtld_local_ro instead of _rtld_global_ro.
39865 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39866 Likewise.
39867 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39868 Likewise.
39869 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39870 Likewise.
39871 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39872 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39873 of _rtld_global, and rtld_progname instead of _dl_argv[0].
39874
b53ef01a
AS
39875 * sysdeps/powerpc/powerpc32/dl-machine.c
39876 (__elf_machine_runtime_setup) [PROF]: Don't reference
39877 _dl_prof_resolve.
39878
7a185db2
AJ
398792012-05-18 Andreas Jaeger <aj@suse.de>
39880
39881 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39882 function only available for GCCs before 3.4 since GCC 3.4
39883 introduced a builtin.
39884 (lrint): Likewise.
39885 (llrintf): Likewise.
39886 (llrint): Likewise.
39887 (fmaxf): Likewise.
39888 (fmax): Likewise.
39889 (fminf): Likewise.
39890 (fmin): Likewise.
39891 (rint): Likewise.
39892 (rintf): Likewise.
39893 (nearbyint): Likewise.
39894 (nearbyintf): Likewise.
39895 (ceil): Likewise.
39896 (ceilf): Likewise.
39897 (floor): Likewise.
39898 (floorf): Likewise.
39899
3e5aef87
L
399002012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39901
428bd707
L
39902 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39903 on both fields and cast pointer to __syscall_ulong_t.
39904
3e5aef87
L
39905 * bits/types.h (__fsword_t): New type.
39906 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39907 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39908 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39909 (__FSWORD_T_TYPE): Likewise.
39910 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39911 (__FSWORD_T_TYPE): Likewise.
39912 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39913 (__FSWORD_T_TYPE): Likewise.
39914 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39915 (__FSWORD_T_TYPE): Likewise.
39916 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39917 __SWORD_TYPE with __fsword_t.
39918 (statfs64): Likewise.
39919
1ba7c3dc
DM
399202012-05-17 David S. Miller <davem@davemloft.net>
39921
39922 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39923
59910343
AJ
399242012-05-17 Andreas Jaeger <aj@suse.de>
39925
39926 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39927 warning.
39928
2e4c1e9e
L
399292012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39930
39931 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39932
de7f5ce7
AJ
399332012-05-17 Andreas Jaeger <aj@suse.de>
39934
39935 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39936 when it is used.
39937
286abc3d
CM
399382012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39939
39940 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39941
477cc68e
L
399422012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39943
39944 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39945 * sysdeps/x86_64/tst-mallocalign1.c: New file.
39946
1a0994f5
CD
399472012-05-17 Andreas Jaeger <aj@suse.de>
39948 Carlos O'Donell <carlos_odonell@mentor.com>
39949
39950 [BZ #14059]
39951 * sysdeps/x86_64/multiarch/init-arch.h
39952 (bit_YMM_Usable): Rename to...
39953 (bit_AVX_Usable): ... this.
39954 (bit_FMA4_Usable): New macro.
39955 (bit_XMM_state): New macro.
39956 (bit_YMM_state): New macro.
39957 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39958 [__ASSEMBLER__] (index_AVX_Usable): ... this.
39959 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39960 (CPUID_OSXSAVE): New macro.
39961 (CPUID_AVX): New macro.
39962 (CPUID_FMA4): New macro.
39963 (index_YMM_Usable): Rename to...
39964 (index_AVX_Usable): ... this.
39965 (HAS_AVX): Use HAS_ARCH_FEATURE.
39966 (HAS_FMA4): Likewise.
39967 (HAS_YMM_USABLE): Remove.
39968 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39969 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39970 are present.
39971 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39972 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39973 * sysdeps/x86_64/multiarch/Makefile: Likewise.
39974 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39975 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39976
0af797de
CM
399772012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39978
39979 * math/libm-test.c: Support platforms without multiple rounding modes.
39980 * math/bug-nextafter.c: Support platforms without FP exceptions.
39981 * math/bug-nexttoward.c: Likewise.
39982 * math/test-fenv.c: Likewise.
39983 * math/test-misc.c: Likewise.
39984 * stdlib/bug-getcontext.c: Likewise.
39985
e39745ff
AJ
399862012-05-17 Andreas Jaeger <aj@suse.de>
39987
39988 * manual/examples/search.c (critter_cmp): Change signature to
39989 avoid warnings.
39990 * manual/string.texi (Collation Functions): Likewise.
39991
48970aba
L
399922012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39993
39994 * bits/types.h: Fold copyright years.
39995 * bits/typesizes.h: Likewise.
39996 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39997 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39998 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39999 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40000 * time/time.h: Likewise.
40001
bedee953
PP
400022012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
40003
40004 [BZ #208]
40005 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40006 in instead of returning them. Return void.
40007 (__libc_mallinfo): Accumulate over all arenas.
40008 (__malloc_stats): Adjust for change in int_mallinfo interface.
40009
61653dfb
RM
400102012-05-16 Roland McGrath <roland@hack.frob.com>
40011
30b99d79
RM
40012 [BZ #10375]
40013 * configure.in (NM): Add AC_CHECK_TOOL for it.
40014 (libc_extra_cflags): New substituted variable.
40015 Check for -fstack-protector being used implicitly.
40016 * configure: Regenerated.
40017 * config.make.in (config-extra-cflags): New variable,
40018 gets @libc_extra_cflags@.
40019 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40020
61653dfb
RM
40021 [BZ #10375]
40022 * configure.in: Check for _FORTIFY_SOURCE being predefined.
40023 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40024 * configure: Regenerated.
40025 * config.make.in (CPPUNDEFS): New substituted variable.
40026 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40027 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40028 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40029
661768bb
L
400302012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40031
40032 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40033 (mq_attr): Use __syscall_slong_t.
40034
d4261567
L
400352012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40036
40037 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40038 Check __x86_64__ instead of __WORDSIZE.
40039 (_STAT_VER_LINUX): Likewise.
40040 (stat): Check __x86_64__ instead of __WORDSIZE. Use
40041 __syscall_ulong_t and __syscall_slong_t.
40042 (stat64): Likewise.
40043
cf3ff365
L
400442012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40045
40046 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40047
76cf3e4d
L
400482012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40049
40050 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40051
a637753a
L
400522012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40053
40054 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40055 __syscall_ulong_t.
40056
d5e05119
L
40057 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40058 include <bits/wordsize.h>. Check __x86_64__ instead of
40059 __WORDSIZE.
40060 (greg_t): Use "__extension__ long long int" if __x86_64__ is
40061 defined.
40062 (mcontext_t): Replace "unsigned long" with "unsigned long long".
40063
f62ee380
L
40064 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40065 include <bits/wordsize.h>. Check __x86_64__ instead of
40066 __WORDSIZE.
40067 (user_regs_struct): Use "__extension__ unsigned long long"
40068 instead of "unsigned long" if __x86_64__ is defined.
40069 (user): Likewise. Pad after pointer field if __ILP32__ is
40070 defined.
40071
4e124ced
JM
400722012-05-16 Joseph Myers <joseph@codesourcery.com>
40073
6a3951a0
JM
40074 * configure.in (makeinfo): Require version 4.5 or later. Allow
40075 versions 5 to 9.
40076 * configure: Regenerated.
40077 * manual/install.texi (texinfo): Increase version requirement to
40078 4.5 or later.
40079 * INSTALL: Regenerated.
40080
4e124ced
JM
40081 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40082
953ca31a
L
400832012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40084
40085 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40086
617aca05
L
40087 * sysdeps/x86_64/x32/ffs.c: New file.
40088
5762f7ae
L
40089 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40090 __syscall_ulong_t.
40091 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40092 defined. Use __syscall_ulong_t.
40093 (shminfo): Use __syscall_ulong_t.
40094 (shm_info): Likewise.
40095
a26b6856
L
40096 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40097 __syscall_ulong_t.
40098
cb2b9ef7
L
40099 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40100 <bits/wordsize.h>.
40101 (msgqnum_t): Use __syscall_ulong_t.
40102 (msglen_t): Likewise.
40103 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
40104 __syscall_ulong_t.
40105
34683bb0
L
40106 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40107 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40108
84a68786
L
40109 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40110
48baa5f1
L
40111 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40112 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40113
180be88b
L
40114 * sysvipc/sys/msg.h (msgbuf): Replace long int with
40115 __syscall_slong_t.
40116
5e90c8ad
L
40117 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40118 include <bits/wordsize.h>. Check __x86_64__ instead of
40119 __WORDSIZE.
40120
23dfb58b
L
40121 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40122 "unsigned long long int" if __x86_64__ is defined.
40123 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40124
ce5d54b0
L
40125 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40126 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40127 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40128
13dc9eac
L
40129 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40130 <stdint.h>.
40131 (GET_PC): Cast to uintptr_t first.
40132 (GET_FRAME): Likewise.
40133 (GET_STACK): Likewise.
40134
a7895d15
L
40135 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40136 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40137 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40138 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40139 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40140 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40141 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40142 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40143 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40144 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40145 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40146 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40147 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40148 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40149 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40150 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40151 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40152 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40153 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40154 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40155 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40156 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40157 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40158 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40159 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40160 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40161 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40162 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40163 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40164
656416c9
AS
401652012-05-16 Andreas Schwab <schwab@linux-m68k.org>
40166
5bd66283
AS
40167 * Makerules (+depfiles): Also collect depfiles from .oS in
40168 $(extra-objs).
40169 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40170 .oS, $(libnldbl-routines)).
40171
656416c9
AS
40172 * Makerules (native-compile-mkdep-flags): Define.
40173 * sunrpc/Makefile (extra-objs): Add $(addprefix
40174 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40175 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40176 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
40177 calling $(make-target-directory).
40178
a46f2169
L
401792012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40180
40181 * bits/types.h (__snseconds_t): Removed.
40182 * time/time.h (struct timespec): Replace __snseconds_t with
40183 __syscall_slong_t.
40184 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40185 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40186 Likewise.
40187 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40188 (__SNSECONDS_T_TYPE): Likewise.
40189 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40190 (__SNSECONDS_T_TYPE): Likewise.
40191 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40192 (__SNSECONDS_T_TYPE): Likewise.
40193
6af6528b
L
401942012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40195
40196 * sysdeps/mach/hurd/bits/typesizes.h
40197 (__SYSCALL_SLONG_TYPE): New macro.
40198 (__SYSCALL_ULONG_TYPE): Likewise.
40199
de986b56
L
402002012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40201
40202 * bits/types.h (__syscall_slong_t): New type.
40203 (__syscall_ulong_t): Likewise.
40204
40205 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40206 (__SYSCALL_ULONG_TYPE): Likewise.
40207 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40208 (__SYSCALL_SLONG_TYPE): Likewise.
40209 (__SYSCALL_ULONG_TYPE): Likewise.
40210 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40211 (__SYSCALL_SLONG_TYPE): Likewise.
40212 (__SYSCALL_ULONG_TYPE): Likewise.
40213 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40214 (__SYSCALL_SLONG_TYPE): Likewise.
40215 (__SYSCALL_ULONG_TYPE): Likewise.
40216
85736dc7
L
402172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40218
40219 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40220 Add sigaltstack-offsets.sym.
40221 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40222 <sigaltstack-offsets.h>.
40223 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
40224 longjmp_msg pointer.
40225 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
40226 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40227 signal stack.
40228 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40229
cc03b296
JM
402302012-05-15 Joseph Myers <joseph@codesourcery.com>
40231
a9538892
JM
40232 * elf/stackguard-macros.h: Remove file.
40233 * sysdeps/generic/stackguard-macros.h: New file.
40234 * sysdeps/i386/stackguard-macros.h: Likewise.
40235 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40236 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40237 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40238 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40239 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40240 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40241 * sysdeps/x86_64/stackguard-macros.h: Likewise.
40242 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40243 <elf/stackguard-macros.h>.
40244
cc03b296
JM
40245 [BZ #14109]
40246 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40247 __aligned__ in attribute.
40248 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40249 (gregset_t): Likewise.
40250
93171016
L
402512012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40252
40253 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40254 * sysdeps/x86_64/64/Implies-after: Here. New file.
40255 * sysdeps/x86_64/x32/Implies-after: New file.
40256
d86813a0
L
402572012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40258
40259 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40260 and access return value for _dl_profile_fixup. Use R10_LP to
40261 load frame size.
40262
2953ec75
L
402632012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40264
40265 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40266
3b550e9e
L
402672012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40268
40269 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40270 * sysdeps/x86_64/x32/sysdep.h: New file.
40271
eda41706
L
402722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40273
40274 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40275 * sysdeps/x86_64/setjmp.S: Likewise.
40276
9ea01d93
AZ
402772012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40278
40279 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40280 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40281 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40282 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40283 remove unused global constant.
40284
02a91938
CM
402852012-05-15 Chris Metcalf <cmetcalf@tilera.com>
40286
40287 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40288 include of <not-cancel.h>.
40289
6540185f
RM
402902012-05-15 Roland McGrath <roland@hack.frob.com>
40291
40292 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40293
509072a0
AJ
402942012-05-15 Jeff Law <law@redhat.com>
40295 Andreas Jaeger <aj@suse.de>
40296
40297 [BZ #13594]
40298 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40299 out from...
40300 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40301 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40302 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40303 code changing __hst_map_handle.map.
40304
ba75122d
RM
403052012-05-15 Roland McGrath <roland@hack.frob.com>
40306
40307 * configure.in (sysnames): Look for Implies-before and Implies-after
40308 files.
40309 * configure: Regenerated.
40310
890d8bd8
L
403112012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40312
40313 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40314 8-byte data alignment with LP_SIZE alignment.
40315
f6ee6623
L
403162012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40317
40318 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40319 into R10_LP.
40320
ea2626f6
L
403212012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40322
40323 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40324
085f715e
L
403252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40326
40327 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40328 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40329 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40330 Likewise.
40331 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40332
be8498fc
L
403332012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40334
40335 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40336 (stackinfo_sub_sp): Likewise.
40337
70bc83b9
L
403382012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40339
40340 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40341 RAX_LP.
40342
9bc0b730
L
403432012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40344
40345 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40346 into R*_LP.
40347
6d2850e7
L
403482012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40349
40350 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40351 sizes into R*_LP.
40352
3cb84561
L
403532012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40354
40355 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40356
54e2ed81
L
403572012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40358
40359 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40360 into R11_LP and load __x86_64_shared_cache_size_half into
40361 R8_LP.
40362
8a17f349
L
403632012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40364
40365 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40366 R8_LP.
40367
777b1eea
AZ
403682012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40369
40370 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40371 logb for POWER7.
40372 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40373 logbf for POWER7.
40374 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40375 logbl for POWER7.
40376 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40377 powerpc32/power7/fpu/s_logb.c via #include.
40378 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40379 powerpc32/power7/fpu/s_logbf.c via #include.
40380 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40381 powerpc32/power7/fpu/s_logbl.c via #include.
40382
d20d4ac2
JM
403832012-05-15 Joseph Myers <joseph@codesourcery.com>
40384
40385 * README.libm: Remove file.
40386
6cdef1ab
L
403872012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40388
40389 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40390 count for x32. Use R*_LP and omit operand-size suffix.
40391
0b254d8f
L
403922012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40393
40394 * shlib-versions: Move x86_64-.*-linux.* entries to ...
40395 * sysdeps/x86_64/64/shlib-versions: Here. New file.
40396 * sysdeps/x86_64/x32/shlib-versions: New file.
40397
ceb809dc
RM
403982012-05-14 Roland McGrath <roland@hack.frob.com>
40399
40400 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40401 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40402 Use _dl_fatal_printf instead.
40403
37f1abd4
JM
404042012-05-14 Joseph Myers <joseph@codesourcery.com>
40405
40406 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40407 set if not set by the user. Do not allow for being unset.
40408 * sysdeps/unix/sysv/linux/configure: Regenerated.
40409
11de3a33
L
404102012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40411
40412 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40413 the `q' suffix from lea and replace .quad with ASM_ADDR.
40414
e02f153a
L
404152012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40416
40417 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40418 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
40419 instead of $17.
40420 (PTR_DEMANGLE): Likewise.
40421
520ae0fd
L
404222012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40423
40424 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40425 (LP_OP): Likewise.
40426 (ASM_ADDR): Likewise.
40427 (RAX_LP): Likewise.
40428 (RBP_LP): Likewise.
40429 (RBX_LP): Likewise.
40430 (RCX_LP): Likewise.
40431 (RDI_LP): Likewise.
40432 (RSI_LP): Likewise.
40433 (RSP_LP): Likewise.
40434 (R8_LP): Likewise.
40435 (R9_LP): Likewise.
40436 (R10_LP): Likewise.
40437 (R10_LP): Likewise.
40438 (R11_LP): Likewise.
40439 (R12_LP): Likewise.
40440 (R13_LP): Likewise.
40441 (R14_LP): Likewise.
40442 (R15_LP): Likewise.
40443
b985be81
L
404442012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40445
40446 * sysdeps/x86_64/x32/dl-machine.h: New file.
40447
6a4888ff
AJ
404482012-05-14 Andreas Jaeger <aj@suse.de>
40449
40450 * manual/Makefile (subdir): Remove export of subdir.
40451 (all): Remove target.
40452 (.PHONY): Remove all from list.
40453 (mkinstalldirs): Remove.
40454 (.PHONY): Remove installdirs from list.
40455 ($(inst_infodir)/libc.info): Use make-target-directory.
40456 (installdirs): Remove.
40457 (subdir_%): Remove.
40458 (glibc-targets): Remove.
40459 (lib): Remove.
40460 (stubs): Remove.
40461 ($(objpfx)stubs ../po/manual.pot): Remove.
40462 ($(objpfx)stamp%): Remove.
40463 (make-target-directory): Remove.
40464 (subdir_install): Remove.
40465 (routines): Remove.
40466 (aux): Remove.
40467 (sources): Remove.
40468 (objects): Remove.
40469 (headers): Remove.
40470
40471 [BZ #13750]
40472 * manual/.gitignore: Remove, it's not needed anymore.
40473 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40474 all files in it.
40475 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40476 directory.
40477 (texis): Renamed to $(objpfx)texis.
40478 (texis-path): New, contains path to generated files.
40479 (chapters.%): Use texis-path for complete path, add extra argument
40480 libc-texinfo.sh.
40481 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40482 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40483 (summary,texi, stamp-summary): Use complete path of
40484 files. Generate files in build dir.
40485 (dir-add.texi): Build in build dir.
40486 (libm-err.texi,stamp-libm-err): Likewise.
40487 (version.texi, stamp-version): Likewise.
40488 (.%c.texi): Likewise.
40489 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40490 (mostlyclean): Remove target.
40491 (realclean): Remove target.
40492 (generated): Add new variable with contents from mostlyclean and
40493 realclean, remove entries duplicated in common-mostlyclean, add
40494 stamp-libm-err and stamp-version.
40495 (generated-dirs): Add libc directory.
40496 ($(inst_infodir)/libc.info): Install files from build dir.
40497
40498 * manual/install.texi (Configuring and compiling): Adjust since
40499 the info files are not part of the tar ball anymore.
40500
7ac77294
AJ
405012012-05-14 Andreas Jaeger <aj@suse.de>
40502
40503 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40504 variable.
40505
ffb7875d
JM
405062012-05-14 Joseph Myers <joseph@codesourcery.com>
40507
40508 [BZ #13717]
40509 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40510 to 2.2.0 where earlier.
40511 * sysdeps/unix/sysv/linux/configure: Regenerated.
40512 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40513 Remove conditional code.
40514 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40515 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40516 Remove conditional code.
40517 [!__NR_lchown]: Likewise.
40518 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40519 [__NR_lchown]: Likewise.
40520 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40521 comment referencing __ASSUME_LCHOWN_SYSCALL.
40522 * sysdeps/unix/sysv/linux/i386/sigaction.c
40523 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40524 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40525 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40526 Remove conditional code.
40527 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40528 (__protocol_available): Remove #if 0 code.
40529 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40530 conditional code.
40531 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40532 * sysdeps/unix/sysv/linux/kernel-features.h
40533 (__ASSUME_GETCWD_SYSCALL): Don't define.
40534 (__ASSUME_REALTIME_SIGNALS): Likewise.
40535 (__ASSUME_PREAD_SYSCALL): Likewise.
40536 (__ASSUME_PWRITE_SYSCALL): Likewise.
40537 (__ASSUME_POLL_SYSCALL): Likewise.
40538 (__ASSUME_LCHOWN_SYSCALL): Likewise.
40539 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40540 non-SPARC.
40541 (__ASSUME_SIOCGIFNAME): Don't define.
40542 (__ASSUME_MSG_NOSIGNAL): Likewise.
40543 (__ASSUME_SENDFILE): Define unconditionally.
40544 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40545 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40546 conditional code.
40547 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40548 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40549 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40550 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40551 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40552 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40553 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40554 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40555 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40556 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40557 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40558 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40559 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40560 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40561 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40562 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40564 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40565 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40566 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40567 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40568 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40570 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40571 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40572 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40573 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40574 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40576 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40577 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40578 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40579 Remove conditional code.
40580 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40581 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40582 Remove conditional code.
40583 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40584 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40585 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40586 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40587 Remove conditional code.
40588 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40589 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40590 Remove conditional code.
40591 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40592 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40593 Remove conditional code.
40594 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40595 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40596 Remove conditional code.
40597 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40598 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40599 Remove conditional code.
40600 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40601 * sysdeps/unix/sysv/linux/sh/pwrite64.c
40602 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40603 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40604 * sysdeps/unix/sysv/linux/sigaction.c
40605 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40606 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40607 * sysdeps/unix/sysv/linux/sigpending.c
40608 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40609 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40610 * sysdeps/unix/sysv/linux/sigprocmask.c
40611 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40612 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40613 * sysdeps/unix/sysv/linux/sigsuspend.c
40614 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40615 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40616 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40617 (__libc_missing_rt_sigs): Remove.
40618 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40619 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40620 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40621 Remove conditional code.
40622 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40623 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40624 return 1.
40625 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40626 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40627 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40628 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40629
1bfb7291
AJ
406302012-05-14 Andreas Jaeger <aj@suse.de>
40631
caae5a81
AJ
40632 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40633 it's not used in glibc.
40634 (__coshm1): Likewise.
40635 (__acosh1p): Likewise.
40636 (__sgn): Likewise.
40637
1bfb7291
AJ
40638 * manual/string.texi (Copying and Concatenation): Add missing
40639 variable in concat example.
40640 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40641
c044d724
L
406422012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40643
144c5467 40644 [BZ #14103]
c044d724
L
40645 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40646 __builtin_clzl with __builtin_clzll.
40647
2523c62b
L
406482012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40649
40650 [BZ #14104]
40651 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40652 libc_freeres_ptr.
40653
d7bb4c42
LD
406542012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40655
40656 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40657 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40658 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40659 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40660
9dc4e1fb
MF
406612012-05-14 Mike Frysinger <vapier@gentoo.org>
40662
40663 * NEWS: Update ia64 info.
40664
c7df0112
AS
406652012-05-12 Andreas Schwab <schwab@linux-m68k.org>
40666
40667 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40668 used as bcopy.
40669
dc70356c
TS
406702012-05-12 Thomas Schwinge <thomas@codesourcery.com>
40671
40672 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40673 * sysdeps/unix/syscalls.list (dup3): Likewise.
40674 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40675 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40676
9fb1a21f
L
406772012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40678
40679 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40680 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40681
4822a2a5
L
406822012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40683
40684 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40685 thread pointer.
40686 (TLS_IE): Use mov/add instead of movq/addq to load thread
40687 pointer.
40688 (TLS_GD_PREFIX): New.
40689 (TLS_GD): Use it.
40690
842b81d6
DM
406912012-05-11 David S. Miller <davem@davemloft.net>
40692
40693 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40694 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40695 (_FPU_SETCW): Likewise.
40696
1cf463cd
L
406972012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40698
40699 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40700 is 32-byte aligned.
40701
60cc4a18
AS
407022012-05-11 Andreas Schwab <schwab@linux-m68k.org>
40703
40704 [BZ #11837]
40705 * iconvdata/gb18030.c: Update tables.
40706 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
40707 characters specially.
40708 (BODY for TO_LOOP): Add encoding of missing ranges.
40709
febb44a4
TS
407102012-05-11 Thomas Schwinge <thomas@codesourcery.com>
40711
40712 [BZ #13673]
40713 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40714 * sysdeps/mach/hurd/dup3.c: Likewise.
40715 * sysdeps/mach/hurd/readlinkat.c: Likewise.
40716 * sysdeps/powerpc/memmove.c:: Likewise.
40717
0a10fb9e
L
407182012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40719
40720 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40721 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40722
df8a552f
L
407232012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40724
40725 * elf/elf.h (R_X86_64_RELATIVE64): New.
40726 (R_X86_64_NUM): Updated.
40727 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40728 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
40729 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40730 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40731 tst-quad1pie tst-quad2pie
40732 (modules-names): Add tst-quadmod1 tst-quadmod2.
40733 ($(objpfx)tst-quad1): New dependency.
40734 ($(objpfx)tst-quad2): Likewise.
40735 ($(objpfx)tst-quad1pie): Likewise.
40736 ($(objpfx)tst-quad2pie): Likewise.
40737 * sysdeps/x86_64/tst-quad1.c: New file.
40738 * sysdeps/x86_64/tst-quad1pie.c: New file.
40739 * sysdeps/x86_64/tst-quad2.c: Likewise.
40740 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40741 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40742 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40743 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40744 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40745
f34d6f84
ST
407462012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40747
f42d41d1
ST
40748 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40749 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40750 * streams/stropts.h (t_scalar_t): Define type.
40751
3c3571fc
ST
40752 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40753 (_PATH_PRESERVE): Set to "/var/lib".
40754 (_PATH_RWHODIR): Set to "/var/spool/rwho".
40755
61f06bd3
ST
40756 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40757 instead of int.
40758
918d4d71
ST
40759 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40760 if __dir_mkfile succeeded.
40761
f34d6f84
ST
40762 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40763 checking for _hurd_dtablesize. Unlock it right after having
40764 finished _hurd_dtable allocation.
40765
10589b4a
TS
407662012-05-10 Thomas Schwinge <thomas@schwinge.name>
40767
674cdbc7
TS
40768 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40769 * sysdeps/mach/hurd/configure: Regenerated.
40770 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40771 special-casing to...
40772 * sysdeps/gnu/configure.in: ... this new file.
40773 * sysdeps/unix/sysv/linux/configure: Regenerated.
40774 * sysdeps/gnu/configure: New generated file.
40775
8e41b99f
TS
40776 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40777 for Linux: use nsec instead of usec, as well as:
40778 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40779 members of type struct timespec.
40780 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40781 New macros.
40782 (struct stat64): Likewise.
40783 (_STATBUF_ST_NSEC): New macro.
40784 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40785
10589b4a
TS
40786 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40787 __strtoul_internal rather than strtoul.
40788
63643c85
PT
407892012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40790
40791 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40792 and reject them.
40793
3faebe6a
ST
407942012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40795
40796 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40797 which preserves existing values.
40798 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40799
c6474b07
PT
408002012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40801
40802 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40803 TIMEOUT values. Return EINVAL for NFDS values either negative or
40804 greater than FD_SETSIZE.
40805
1043890b
ST
408062012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40807
40808 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40809 allocated, call __vm_protect to finish enabling the existing space, and
40810 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40811 allocate the remainder.
40812
37ed8b9b
PT
408132012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40814
40815 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40816 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
40817
db653660
ST
408182012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40819
37ed8b9b
PT
40820 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40821 sysdeps/mach/hurd/readlink.c.
b29d4053 40822
db653660
ST
40823 * posix/tst-sysconf.c (posix_options): Only use
40824 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40825 _POSIX_SYNCHRONIZED_IO when they are defined
40826 * sysdeps/mach/hurd/bits/posix_opt.h:
40827 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40828 (_XOPEN_REALTIME): Undefine macro.
40829 (_XOPEN_REALTIME_THREADS): Undefine macro.
40830 (_XOPEN_SHM): Undefine macro.
40831 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40832 macro to -1.
40833 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40834 macro to -1.
40835 (_POSIX_ASYNC_IO): Undefine macro.
40836 (_POSIX_PRIORITIZED_IO): Undefine macro.
40837 (_POSIX_SPIN_LOCKS): Define macro to -1.
40838
ee16e894
ST
40839 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40840 SA_NODEFER, SA_RESETHAND.
40841 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40842 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40843 F_DUPFD_CLOEXEC.
40844
6103ae3b
TS
408452012-05-10 Thomas Schwinge <thomas@schwinge.name>
40846
40847 * elf/Makefile (pldd-modules): Define unconditionally.
40848
80b4e5f3
TS
408492012-05-10 Thomas Schwinge <thomas@schwinge.name>
40850
40851 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40852
edadcbd6
ST
408532012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40854
40855 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40856 Return ENOENT when name is empty.
40857 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40858
80694780
TS
408592012-05-10 Thomas Schwinge <thomas@schwinge.name>
40860
1792c087
TS
40861 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40862
80694780
TS
40863 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40864
6b645f0d
ST
408652012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40866
80694780
TS
40867 Fix mlock in all cases except non-readable pages.
40868 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40869 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 40870
6b645f0d
ST
40871 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40872 (__mkdir): When path is `/', just fail with EEXIST.
40873 * sysdeps/mach/hurd/mkdirat.c: Likewise.
40874
e468f8a3
TS
408752012-05-10 Thomas Schwinge <thomas@schwinge.name>
40876
40877 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40878 <sys/uio.h> (for writev).
40879 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40880 and <sys/param.h> (for MIN).
40881
a4186cff
PT
408822012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40883
40884 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40885 REQUESTED_TIME. Properly set the remaining time and return EINTR
40886 if interrupted.
40887
510bbf14
TS
408882012-05-10 Thomas Schwinge <thomas@schwinge.name>
40889
40890 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40891 Depend on against $(link-rpcuserlibs).
40892
5d5722e8
ST
408932012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40894
a4186cff
PT
40895 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40896 (__libc_stack_end): Do not use attribute_relro.
40897 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40898 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 40899 to libthread-provided value.
a4186cff
PT
40900 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40901 attribute_relro.
5d5722e8 40902
37233df9
TS
409032012-05-10 Thomas Schwinge <thomas@schwinge.name>
40904
be971a2b
TS
40905 [BZ #3748]
40906 * bits/libc-lock.h (__libc_once_get): New macro.
40907 * sysdeps/mach/bits/libc-lock.h: Likewise.
40908 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40909 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40910 instead of using implementation details.
40911
37233df9
TS
40912 * libio/fileops.c: Unconditionally include <kernel-features.h>.
40913 * libio/freopen.c: Likewise.
40914 * libio/freopen64.c: Likewise.
40915 * misc/syslog.c: Likewise.
40916 * nscd/connections.c: Likewise.
40917 * nscd/netgroupcache.c: Likewise.
40918 * sysdeps/posix/getcwd.c: Likewise.
40919
38de94a5
RM
409202012-05-10 Roland McGrath <roland@hack.frob.com>
40921
40922 * math/w_ilogbf.c: Add #include <limits.h>.
40923
67530489
ST
409242012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40925
a4186cff 40926 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
40927 path instead of returning without unlocking.
40928
67530489
ST
40929 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40930 immediate-write ioctls.
40931 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40932
5aa3a74a
TS
409332012-05-10 Thomas Schwinge <thomas@schwinge.name>
40934
18bad2ae
TS
40935 * sysdeps/mach/hurd/i386/init-first.c (init): Use
40936 __builtin_frame_address instead of making assumptions about the
40937 location of the return address relative to DATA. Force early load of
40938 the return address.
40939 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40940 __builtin_frame_address.
40941
5aa3a74a
TS
40942 dup3 for GNU Hurd.
40943 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40944 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
40945 implement dup3 and do some further code clean-ups.
40946 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40947 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40948
ecd0de9a
ST
409492012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40950
cd9fa985
ST
40951 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40952
a4186cff
PT
40953 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40954 HURD_CRITICAL_END around holding _hurd_dtable_lock.
40955 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40956 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40957 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40958 d->port.lock.
802ca5a5 40959
a4186cff
PT
40960 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40961 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
40962 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 40963
bcf55240
TS
409642012-05-10 Thomas Schwinge <thomas@schwinge.name>
40965
6960eb42
TS
40966 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40967 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40968 definitions.
40969
eb43375f
TS
40970 accept4 for GNU Hurd.
40971 * include/sys/socket.h (__libc_accept4): New prototype.
40972 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
40973 to implement __libc_accept4.
40974 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40975 __libc_accept4.
40976 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40977
bcf55240
TS
40978 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40979 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40980 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40981 signal-defines.sym.
40982
6178c55b
ST
409832012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40984
a4186cff 40985 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 40986
6f080c2f
TS
409872012-05-10 Thomas Schwinge <thomas@schwinge.name>
40988
40989 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40990 assertion on O_CLOEXEC flag.
40991 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40992 * hurd/intern-fd.c: Likewise.
40993 * hurd/port2fd.c: Likewise.
40994
bcfe3a54
ST
409952012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40996
40997 [BZ #3906]
40998 * bits/in.h (IPV6_PKTINFO): Define new macro.
40999 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41000
89c9aa49
AZ
410012012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41002
41003 [BZ #13954]
41004 [BZ #13955]
41005 [BZ #13956]
41006 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41007 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41008 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41009 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41010 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41011 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41012 * math/libm-test.inc (logb_test) : Additional logb tests.
41013
021db4be
AJ
410142012-05-09 Andreas Schwab <schwab@linux-m68k.org>
41015 Andreas Jaeger <aj@suse.de>
41016
41017 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41018 * configure: Regenerated.
41019 * config.h.in (LINK_OBSOLETE_RPC): New macro.
41020 * config.make.in (link-obsolete-rpc): New substituted variable.
41021 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41022 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41023 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41024 (shared-only-routines): Don't set it under [link-obsolete-rpc],
41025 so that libc.a contains the symbols.
41026 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41027 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41028 * sunrpc/auth_none.c: Likewise.
41029 * sunrpc/auth_unix.c: Likewise.
41030 * sunrpc/authdes_prot.c: Likewise.
41031 * sunrpc/authuxprot.c: Likewise.
41032 * sunrpc/clnt_gen.c: Likewise.
41033 * sunrpc/clnt_perr.c: Likewise.
41034 * sunrpc/clnt_raw.c: Likewise.
41035 * sunrpc/clnt_simp.c: Likewise.
41036 * sunrpc/clnt_tcp.c: Likewise.
41037 * sunrpc/clnt_udp.c: Likewise.
41038 * sunrpc/clnt_unix.c: Likewise.
41039 * sunrpc/des_crypt.c: Likewise.
41040 * sunrpc/des_soft.c: Likewise.
41041 * sunrpc/get_myaddr.c: Likewise.
41042 * sunrpc/key_call.c: Likewise.
41043 * sunrpc/key_prot.c: Likewise.
41044 * sunrpc/netname.c: Likewise.
41045 * sunrpc/pm_getmaps.c: Likewise.
41046 * sunrpc/pm_getport.c: Likewise.
41047 * sunrpc/pmap_clnt.c: Likewise.
41048 * sunrpc/pmap_prot.c: Likewise.
41049 * sunrpc/pmap_prot2.c: Likewise.
41050 * sunrpc/pmap_rmt.c: Likewise.
41051 * sunrpc/publickey.c: Likewise.
41052 * sunrpc/rpc_cmsg.c: Likewise.
41053 * sunrpc/rpc_common.c: Likewise.
41054 * sunrpc/rpc_dtable.c: Likewise.
41055 * sunrpc/rpc_prot.c: Likewise.
41056 * sunrpc/rpc_thread.c: Likewise.
41057 * sunrpc/rtime.c: Likewise.
41058 * sunrpc/svc.c: Likewise.
41059 * sunrpc/svc_auth.c: Likewise.
41060 * sunrpc/svc_raw.c: Likewise.
41061 * sunrpc/svc_run.c: Likewise.
41062 * sunrpc/svc_tcp.c: Likewise.
41063 * sunrpc/svc_udp.c: Likewise.
41064 * sunrpc/svc_unix.c: Likewise.
41065 * sunrpc/svcauth_des.c: Likewise.
41066 * sunrpc/xcrypt.c: Likewise.
41067 * sunrpc/xdr.c: Likewise.
41068 * sunrpc/xdr_array.c: Likewise.
41069 * sunrpc/xdr_float.c: Likewise.
41070 * sunrpc/xdr_intXX_t.c: Likewise.
41071 * sunrpc/xdr_mem.c: Likewise.
41072 * sunrpc/xdr_rec.c: Likewise.
41073 * sunrpc/xdr_ref.c: Likewise.
41074 * sunrpc/xdr_sizeof.c: Likewise.
41075 * sunrpc/xdr_stdio.c: Likewise.
41076
b5c086a2
RM
410772012-05-10 Roland McGrath <roland@hack.frob.com>
41078
41079 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41080 change. Update copyright years.
41081
6d74dd09
JM
410822012-05-10 Joseph Myers <joseph@codesourcery.com>
41083
41084 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41085
28e72501
MK
410862012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
41087 Joseph Myers <joseph@codesourcery.com>
41088 Paul Pluzhnikov <ppluzhnikov@google.com>
41089
41090 [BZ #14012]
41091 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41092 requiring rpcgen.
41093 [cross-compiling] (extra-libs): Likewise.
41094 [cross-compiling] (extra-libs-others): Likewise.
41095 [cross-compiling] (librpcsvc-routines): Likewise.
41096 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41097 [cross-compiling] (omit-deps): Likewise.
41098 (sunrpc-CPPFLAGS): New variable.
41099 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41100 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41101 (cross-rpcgen-objs): New variable.
41102 (extra-objs): Append $(cross-rpcgen-objs).
41103 ($(cross-rpcgen-objs)): New rule.
41104 ($(objpfx)cross-rpcgen): Likewise.
41105 (rpcgen-cmd): Define to use $(built-program-file). Expand
41106 comment.
41107 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41108 ($(objpfx)x%.stmp): Likewise.
41109 * sunrpc/proto.h [IS_IN_build] (_): Define.
41110 [IS_IN_build] (_libc_intl_domainname): Likewise.
41111
c8c59454
L
411122012-05-10 H.J. Lu <hongjiu.lu@intel.com>
41113
41114 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41115 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41116 and R_X86_64_TPOFF64.
41117
6f27cd16
JM
411182012-05-10 Joseph Myers <joseph@codesourcery.com>
41119
41120 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41121 sysdeps/unix/sysv/syscalls.list.
41122 (stime): Likewise.
41123 (utime): Likewise.
41124 * sysdeps/unix/sysv/syscalls.list: Remove file.
41125
02467e1c
PE
411262012-05-10 Paul Eggert <eggert@cs.ucla.edu>
41127
41128 [BZ #3440]
41129 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41130 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41131 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41132 (__LC_IDENTIFICATION): Make these macros useful in #if
41133 expressions, as required by C99.
41134
da392631
AS
411352012-05-10 Andreas Schwab <schwab@linux-m68k.org>
41136
41137 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41138 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
41139 after this.
41140
8115f29b
L
411412012-05-09 H.J. Lu <hongjiu.lu@intel.com>
41142
41143 * stdlib/longlong.h: Updated from GCC.
41144
bdd74070
AJ
411452012-05-09 Andreas Jaeger <aj@suse.de>
41146
edfe0dbe
AJ
41147 * nscd/nscd.c (run_modes): Make named enum, reorder so that
41148 default is first entry.
41149 (run_mode): Set type.
41150 (main): Remove informal message about syslog.
41151 (options): Fix typo.
41152
bcfe3a54
ST
41153 [BZ #14053]
41154 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 41155 to asm.
bcfe3a54
ST
41156 (lrint): Likewise.
41157 (llrintf): Likewise.
41158 (llrint): Likewise.
41159 (rint): Likewise.
41160 (rintf): Likewise.
41161 (nearbyint): Likewise.
41162 (nearbyintf): Likewise.
bdd74070 41163
91d8d69e
AJ
411642012-05-09 Andreas Jaeger <aj@suse.de>
41165 Pedro Alves <palves@redhat.com>
41166
41167 * nscd/nscd.c (run_mode): Use enum.
41168 (main): Cleanup coding style issue.
41169
bb90b80b
AJ
411702012-05-09 Alexandre Oliva <aoliva@redhat.com>
41171 Andreas Jaeger <aj@suse.de>
41172
bcfe3a54
ST
41173 * nscd/nscd.c (go_background): Replaced with...
41174 (run_mode): ... this.
bb90b80b 41175 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
41176 (options): Add -F --foreground.
41177 (main): Implement it.
41178 (parse_opt): Parse it.
bb90b80b 41179
1a4b75a1
AJ
411802012-05-09 Andreas Jaeger <aj@suse.de>
41181
41182 [BZ #14083]
41183 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41184 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41185 -Wconversion warning.
41186 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41187 Likewise.
41188
b1cc2472
JM
411892012-05-09 Joseph Myers <joseph@codesourcery.com>
41190
41191 * conform/data/locale.h-data (NULL): Use macro-constant. Require
41192 == 0.
41193 (LC_ALL): Use macro-int-constant.
41194 (LC_COLLATE): Likewise.
41195 (LC_CTYPE): Likewise.
41196 (LC_MESSAGES): Likewise.
41197 (LC_MONETARY): Likewise.
41198 (LC_NUMERIC): Likewise.
41199 (LC_TIME): Likewise.
41200 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41201 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41202 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41203 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41204 Specify type.
41205 [C99-based standards] (float_t): Expect type.
41206 [C99-based standards] (double_t): Expect type.
41207 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
41208 type.
41209 [C99-based standards] (HUGE_VALL): Likewise.
41210 [C99-based standards] (INFINITY): Likewise.
41211 [C99-based standards] (NAN): Likewise.
41212 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41213 [C99-based standards] (FP_NAN): Likewise.
41214 [C99-based standards] (FP_NORMAL): Likewise.
41215 [C99-based standards] (FP_SUBNORMAL): Likewise.
41216 [C99-based standards] (FP_ZERO): Likewise.
41217 [C99-based standards] (FP_FAST_FMA): Use
41218 optional-macro-int-constant. Specify type. Require == 1.
41219 [C99-based standards] (FP_FAST_FMAF): Likewise.
41220 [C99-based standards] (FP_FAST_FMAL): Likewise.
41221 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41222 [C99-based standards] (FP_ILOGBNAN): Likewise.
41223 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41224 Specify type.
41225 [C99-based standards] (MATH_ERREXCEPT): Likewise.
41226 [C99-based standards] (math_errhandling): Specify type.
41227 [ISO99 || ISO11] (signgam): Do not allow.
41228 [non-C99-based standards] (copysignf): Do not allow.
41229 [non-C99-based standards] (exp2f): Likewise.
41230 [non-C99-based standards] (log2f): Likewise.
41231 [non-C99-based standards] (modff): Allow.
41232 [non-C99-based standards] (erff): Do not allow.
41233 [non-C99-based standards] (erfcf): Likewise.
41234 [non-C99-based standards] (gammaf): Likewise.
41235 [non-C99-based standards] (hypotf): Likewise.
41236 [non-C99-based standards] (j0f): Likewise.
41237 [non-C99-based standards] (j1f): Likewise.
41238 [non-C99-based standards] (jnf): Likewise.
41239 [non-C99-based standards] (lgammaf): Likewise.
41240 [non-C99-based standards] (tgammaf): Likewise.
41241 [non-C99-based standards] (y0f): Likewise.
41242 [non-C99-based standards] (y1f): Likewise.
41243 [non-C99-based standards] (ynf): Likewise.
41244 [non-C99-based standards] (isnanf): Likewise.
41245 [non-C99-based standards] (acoshf): Likewise.
41246 [non-C99-based standards] (asinhf): Likewise.
41247 [non-C99-based standards] (atanhf): Likewise.
41248 [non-C99-based standards] (cbrtf): Likewise.
41249 [non-C99-based standards] (expm1f): Likewise.
41250 [non-C99-based standards] (ilogbf): Likewise.
41251 [non-C99-based standards] (log1pf): Likewise.
41252 [non-C99-based standards] (logbf): Likewise.
41253 [non-C99-based standards] (nextafterf): Likewise.
41254 [non-C99-based standards] (remainderf): Likewise.
41255 [non-C99-based standards] (rintf): Likewise.
41256 [non-C99-based standards] (scalbf): Likewise.
41257 [non-C99-based standards] (copysignl): Likewise.
41258 [non-C99-based standards] (exp2l): Likewise.
41259 [non-C99-based standards] (log2l): Likewise.
41260 [non-C99-based standards] (modfl): Allow.
41261 [non-C99-based standards] (erfl): Do not allow.
41262 [non-C99-based standards] (erfcl): Likewise.
41263 [non-C99-based standards] (gammal): Likewise.
41264 [non-C99-based standards] (hypotl): Likewise.
41265 [non-C99-based standards] (j0l): Likewise.
41266 [non-C99-based standards] (j1l): Likewise.
41267 [non-C99-based standards] (jnl): Likewise.
41268 [non-C99-based standards] (lgammal): Likewise.
41269 [non-C99-based standards] (tgammal): Likewise.
41270 [non-C99-based standards] (y0l): Likewise.
41271 [non-C99-based standards] (y1l): Likewise.
41272 [non-C99-based standards] (ynl): Likewise.
41273 [non-C99-based standards] (isnanl): Likewise.
41274 [non-C99-based standards] (acoshl): Likewise.
41275 [non-C99-based standards] (asinhl): Likewise.
41276 [non-C99-based standards] (atanhl): Likewise.
41277 [non-C99-based standards] (cbrtl): Likewise.
41278 [non-C99-based standards] (expm1l): Likewise.
41279 [non-C99-based standards] (ilogbl): Likewise.
41280 [non-C99-based standards] (log1pl): Likewise.
41281 [non-C99-based standards] (logbl): Likewise.
41282 [non-C99-based standards] (nextafterl): Likewise.
41283 [non-C99-based standards] (remainderl): Likewise.
41284 [non-C99-based standards] (rintl): Likewise.
41285 [non-C99-based standards] (scalbl): Likewise.
41286 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41287 [non-C99-based standards] (FP_*): Do not allow.
41288 [C99-based standards] (FP_*): Change to
41289 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41290 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41291 allow.
41292 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41293 (SIG_ERR): Likewise.
41294 [X/Open-based standards] (SIG_HOLD): Likewise.
41295 (SIG_IGN): Likewise.
41296 (SIGABRT): Use macro-int-constant. Specify type. Require
41297 positive value.
41298 (SIGFPE): Likewise.
41299 (SIGILL): Likewise.
41300 (SIGINT): Likewise.
41301 (SIGSEGV): Likewise.
41302 (SIGTER): Likewise.
41303 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41304 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41305 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41306 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41307 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41308 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41309 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41310 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41311 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41312 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41313 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41314 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41315 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41316 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41317 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41318 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41319 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41320 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41321 [X/Open-based standards] (SIGTRAP): Likewise.
41322 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41323 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41324 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41325 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41326 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41327 allow.
41328
b9f1922d
IW
413292012-05-08 Ian Wienand <ianw@vmware.com>
41330
41331 [BZ #14080]
41332 * time/tzset.c (__tzset_parse_tz): Update default rules for
41333 daylight time changes in the Energy Policy Act of 2005.
41334
1db86e88
AJ
413352012-05-09 Andreas Jaeger <aj@suse.de>
41336
41337 [BZ #13983]
41338 * elf/ldconfig.c (parse_conf): Change string to make clear that
41339 ldconfig only issued a warning if ld.so.conf does not exist.
41340
dee4a4e3
DM
413412012-05-08 David S. Miller <davem@davemloft.net>
41342
ee0db190
DM
41343 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41344 movxtod instead of popping the value on the stack.
41345
dee4a4e3
DM
41346 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41347
6a43ec98
CD
413482012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
41349
41350 * config.h.in: Add HAVE_ARM_PCS_VFP.
41351
05c2c961
RMG
413522012-05-08 Roland Mc Grath <roland@hack.frob.com>
41353
bcfe3a54
ST
41354 [BZ #13979]
41355 * include/features.h: Warn if user requests __FORTIFY_SOURCE
41356 checking but the checks are disabled for any reason.
05c2c961 41357
4b30f61a
L
413582012-05-08 H.J. Lu <hongjiu.lu@intel.com>
41359
41360 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41361 and ELF64_R_TYPE with ELFW(R_TYPE).
41362
eee2bc67
JM
413632012-05-08 Joseph Myers <joseph@codesourcery.com>
41364
7ea5391a
JM
41365 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41366 (ulimit): Likewise.
41367
eee2bc67
JM
41368 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41369 (settimeofday): Likewise.
41370
abb66a67
MF
413712012-05-08 Mike Frysinger <vapier@gentoo.org>
41372
41373 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
41374 a struct th_u2 inside the union, and move tu_block/tu_code into
41375 a new th_u3 union of tu_block/tu_code inside of that. Move
41376 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
41377 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
41378 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41379 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41380 (th_stuff): Change to th_u1.tu_stuff.
41381 (th_data): Define.
41382 (th_msg): Change to th_u1.th_u2.tu_data.
41383
7f18b530
DM
413842012-05-07 David S. Miller <davem@davemloft.net>
41385
05760585
DM
41386 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41387
7f18b530
DM
41388 [BZ #14074]
41389 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41390 (SETUP_PIC_REG): Use it.
41391 (SETUP_PIC_REG_LEAF): Use it.
41392
495fd99f
JM
413932012-05-07 Joseph Myers <joseph@codesourcery.com>
41394
41395 [BZ #13885]
41396 [BZ #13923]
41397 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41398 USE_AS_EXPM1L.
41399 (EXPL_FINITE): Likewise.
41400 (FLDLOG): Likewise.
41401 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41402 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41403 e_expl.S.
41404 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41405 USE_AS_EXPM1L.
41406 (EXPL_FINITE): Likewise.
41407 (FLDLOG): Likewise.
41408 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41409 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41410 e_expl.S.
41411 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
41412 test of -max_value argument for long double.
41413 * sysdeps/i386/fpu/libm-test-ulps: Update.
41414 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41415
6693d694
DM
414162012-05-06 David S. Miller <davem@davemloft.net>
41417
41418 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41419 quad soft-float symbols whose references which are compiler
41420 generated.
41421 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41422
6c23e11c
JM
414232012-05-06 Joseph Myers <joseph@codesourcery.com>
41424
d8b82cad
JM
41425 [BZ #13884]
41426 [BZ #13914]
41427 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41428 USE_AS_EXP10L.
41429 (EXPL_FINITE): Likewise.
41430 (FLDLOG): Likewise.
41431 (c0): Likewise.
41432 (c1): Likewise.
41433 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41434 Adjust comments for base varying.
41435 (__expl_finite): Change alias to EXPL_FINITE.
41436 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41437 e_expl.S.
41438 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41439 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41440 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41441 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41442 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41443 USE_AS_EXP10L.
41444 (EXPL_FINITE): Likewise.
41445 (FLDLOG): Likewise.
41446 (c0): Likewise.
41447 (c1): Likewise.
41448 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41449 Adjust comments for base varying.
41450 (__expl_finite): Change alias to EXPL_FINITE.
41451 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
41452 tests for bugs.
41453 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41454
6c23e11c
JM
41455 [BZ #14064]
41456 * math/libm-test.inc (check_float_internal): Correct ulp
41457 calculation for subnormal expected results.
41458
29ba805c
AJ
414592012-05-06 Andreas Jaeger <aj@suse.de>
41460
41461 * Makeconfig (+math-flags): New, set to -frounding-math.
41462 (+cflags): Add +math-flags so that all of glibc gets compiled with
41463 it.
41464
41465 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41466
7b17aeda
JM
414672012-05-05 Joseph Myers <joseph@codesourcery.com>
41468
5779f134
JM
41469 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41470 Disable one test.
41471
41498f4d
JM
41472 [BZ #13787]
41473 [BZ #13922]
41474 [BZ #14036]
41475 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41476 (__ieee754_expl): Allow for and saturate large arguments.
41477 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41478 (u_threshold): Likewise.
41479 (__exp): Call __ieee754_exp before checking for overflow and
41480 underflow.
41481 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41482 (u_threshold): Likewise.
41483 (__expf): Call __ieee754_expf before checking for overflow and
41484 underflow.
41485 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41486 (u_threshold): Likewise.
41487 (__expl): Call __ieee754_expl before checking for overflow and
41488 underflow.
41489 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41490 (__ieee754_expl): Allow for and saturate large arguments.
41491 * math/libm-test.inc (exp_test): Add another test. Do not allow
41492 missing overflow exception on overflow.
41493 (expm1_test): Do not allow missing overflow exception on overflow.
41494
6698b8bf
JM
41495 * sysdeps/i386/fpu/e_expl.c: Move to ...
41496 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
41497 rather than using inline asm.
41498 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41499 * sysdeps/x86_64/fpu/e_expl.S: Copy from
41500 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41501
7b17aeda
JM
41502 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41503 (nice): Likewise.
41504 (poll): Likewise.
41505 (signal): Likewise.
41506 (time): Likewise.
41507 (times): Likewise.
41508
f7c85819
JM
415092012-05-04 Joseph Myers <joseph@codesourcery.com>
41510
41511 * sysdeps/unix/syscalls.list (adjtime): Add entry from
41512 sysdeps/unix/common/syscalls.list.
41513 (fchmod): Likewise.
41514 (fchown): Likewise.
41515 (ftruncate): Likewise.
41516 (getrusage): Likewise.
41517 (gettimeofday): Likewise.
41518 (setpgid): Likewise.
41519 (setregid): Likewise.
41520 (setreuid): Likewise.
41521 (sigaction): Likewise.
41522 (truncate): Likewise.
41523 (vhangup): Likewise.
41524 * sysdeps/unix/common/syscalls.list: Remove file.
41525 * sysdeps/unix/bsd/Implies: Don't include unix/common.
41526 * sysdeps/unix/sysv/linux/Implies: Likewise.
41527
336270d0
L
415282012-05-04 H.J. Lu <hongjiu.lu@intel.com>
41529
41530 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41531 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41532 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41533 Moved to ...
41534 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41535 Here.
41536 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41537 to ...
41538 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41539 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41540 to ...
41541 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41542 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41543 to ...
41544 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41545 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41546 to ...
41547 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41548 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41549 to ...
41550 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41551 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41552 to ...
41553 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41554 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41555 to ...
41556 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41557 Here.
41558 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41559 to ...
41560 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41561 Here.
41562 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41563 to ...
41564 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41565 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41566 Moved to ...
41567 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41568 Here.
41569 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41570 to ...
41571 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41572
d128e450
JM
415732012-05-04 Joseph Myers <joseph@codesourcery.com>
41574
fa8ee516
JM
41575 * sysdeps/unix/common/bits/dirent.h: Remove file.
41576 * sysdeps/unix/common/bits/fcntl.h: Likewise.
41577
d128e450
JM
41578 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41579 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41580 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41581 * sysdeps/unix/bsd/isatty.c: Likewise.
41582 * sysdeps/unix/bsd/tcdrain.c: Likewise.
41583 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41584 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41585
ff8faaf0 415862012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 41587
62881be4 41588 [BZ #13563]
31dc8730
AZ
41589 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41590 long double comparison inaccuracies.
41591 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41592 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41593
6fef930c
AS
415942012-05-04 Andreas Schwab <schwab@linux-m68k.org>
41595
41596 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41597 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41598
8f203e6c
JM
415992012-05-04 Joseph Myers <joseph@codesourcery.com>
41600
41601 [BZ #14049]
41602 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41603 nonzero digits before rounding a hex value.
41604 * stdlib/tst-strtod.c (tests): Add another test.
41605
5197d9c2
AK
416062012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41607
41608 * sysdeps/s390/fpu/libm-test-ulps: Update.
41609
f0c1dedf
AJ
416102012-05-03 Andreas Jaeger <aj@suse.de>
41611
41612 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41613 does not get optimized out.
41614 (malloc_opt_barrier): New.
41615
a65ef2ae 416162012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 41617 Roland McGrath <roland@hack.frob.com>
a65ef2ae 41618
2b942cb7 41619 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 41620 intermediate file deletion.
2b942cb7 41621 (generated): Add .symlist files.
a65ef2ae 41622
54b71e02
JM
416232012-05-03 Joseph Myers <joseph@codesourcery.com>
41624
41625 [BZ #13775]
41626 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41627 Redirect under this condition.
41628 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41629 [__USE_GNU] (__dprintf_chk): Not under this condition.
41630 [__USE_GNU] (__vdprintf_chk): Likewise.
41631 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41632 under this condition.
41633 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41634 [__USE_XOPEN2K8] (dprintf): Define under this condition.
41635 [__USE_XOPEN2K8] (vdprintf): Likewise.
41636 [__USE_GNU] (__dprintf_chk): Not under this condition.
41637 [__USE_GNU] (__vdprintf_chk): Likewise.
41638 [__USE_GNU] (dprintf): Likewise.
41639 [__USE_GNU] (vdprintf): Likewise.
41640
d3dfcc41
RM
416412012-05-03 Roland McGrath <roland@hack.frob.com>
41642
41643 * elf/Makefile (common-generated): Set this instead of generated for
41644 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
41645 $(all-built-dso)-derived lists.
41646
7ac30cc5
AJ
416472012-05-03 Andreas Jaeger <aj@suse.de>
41648
0c51e550
AJ
41649 * sysdeps/i386/fpu/libm-test-ulps: Update.
41650
7ac30cc5
AJ
41651 * FAQ: Removed.
41652 * FAQ.in: Likewise.
41653 * scripts/gen-FAQ.pl: Likewise.
41654 * manual/install.texi (Installation): Point to online location of
41655 FAQ.
41656 * Makefile (files-for-dist): Remove FAQ.
41657 (FAQ): Remove.
41658
d4c2917f
AM
416592012-05-02 Allan McRae <allan@archlinux.org>
41660
41661 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41662 (LDFLAGS-reldepmod5.so): Likewise.
41663 (LDFLAGS-reldep6mod1.so): Likewise.
41664 (LDFLAGS-reldep6mod4.so): Likewise.
41665 (LDFLAGS-reldep8mod3.so): Likewise.
41666 (LDFLAGS-unload4mod1.so): Likewise.
41667 (LDFLAGS-unload4mod2.so): Likewise.
41668 (LDFLAGS-tst-initorder): Likewise.
41669 (LDFLAGS-tst-initordera2.so): Likewise.
41670 (LDFLAGS-tst-initordera3.so): Likewise.
41671 (LDFLAGS-tst-initordera4.so): Likewise.
41672 (LDFLAGS-tst-initorderb2.so): Likewise.
41673 (LDFLAGS-noload): Likewise.
41674 (LDFLAGS-next): Likewise.
41675 (LDFLAGS-order2mod1.so): Likewise.
41676 (LDFLAGS-order2mod2.so): Likewise.
41677 (LDFLAGS-tst-initorder2): Likewise.
41678 (LDFLAGS-tst-initorder2a.so): Likewise.
41679 (LDFLAGS-tst-initorder2b.so): Likewise.
41680 (LDFLAGS-tst-initorder2c.so): Likewise.
41681 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41682
d77f993f
DM
416832012-05-02 David S. Miller <davem@davemloft.net>
41684
41685 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41686
171a70b4
PP
416872012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
41688
41689 [BZ #14055]
41690 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41691
0be196ad
AJ
416922012-05-02 Andreas Jaeger <aj@suse.de>
41693
41694 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41695 since we manipulate rounding mode.
41696 (CPPFLAGS-test-idouble.c): Likewise.
41697 (CPPFLAGS-test-ifloat.c): Likewise.
41698 (CFLAGS-test-ldouble.c): Likewise.
41699 (CFLAGS-test-double.c): Likewise.
41700 (CFLAGS-test-float.c): Likewise.
41701 (CFLAGS-test-misc.c): Likewise.
41702 (CFLAGS-test-test-fenv.c): Likewise.
41703
4f9d04aa
AZ
417042012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41705
2b942cb7
RM
41706 [BZ #2550]
41707 [BZ #2570]
41708 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41709 comparisons to determine direction to adjust input.
4f9d04aa 41710
82a79e7d
RM
417112012-05-01 Roland McGrath <roland@hack.frob.com>
41712
f5a01ca9
RM
41713 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41714 output to the target.
41715
90fe4186
RM
41716 * scripts/localplt.awk: New file.
41717 * elf/Makefile ($(objpfx)check-localplt): Target removed.
41718 (check-localplt-CFLAGS): Variable removed.
41719 ($(all-built-dso:=.jmprel)): New static pattern rule.
41720 (generated): Add those targets.
41721 (localplt-built-dso): New variable.
41722 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41723
41724 * elf/check-localplt.c: File removed.
41725
82397ed6
RM
41726 * scripts/check-execstack.awk: New file.
41727 * elf/Makefile ($(objpfx)check-execstack): Target removed.
41728 (check-execstack-CFLAGS): Variable removed.
41729 ($(objpfx)check-execstack.h): Target removed.
41730 ($(objpfx)execstack-default): New target.
41731 (generated): Add that instead of check-execstack.h.
41732 ($(all-built-dso:=.phdr)): New static pattern rule.
41733 (generated): Add those targets.
41734 * elf/check-execstack.c: File removed.
41735
82a79e7d
RM
41736 * scripts/check-textrel.awk: New file.
41737 * elf/Makefile ($(objpfx)check-textrel): Target removed.
41738 (check-textrel-CFLAGS): Variable removed.
41739 (all-built-dso): Use := to define.o
41740 ($(all-built-dso:=.dyn)): New static pattern rule.
41741 (generated): Add those targets.
41742 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41743 * config.make.in (READELF): New substituted variable.
41744 * elf/check-textrel.c: File removed.
41745
62fde54f 417462012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 41747
615605c9
JM
41748 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41749 allow.
41750 * conform/data/ctype.h-data [C99-based standards] (isblank):
41751 Expect function.
41752 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41753 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41754 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41755 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41756 Specify type. Require positive value.
41757 (EILSEQ): Likewise.
41758 (ERANGE): Likewise.
41759 [ISO || POSIX] (EILSEQ): Do not expect.
41760 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41761 Specify type. Require positive value.
41762 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41763 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41764 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41765 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41766 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41767 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41768 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41769 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41770 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41771 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41772 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41773 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41774 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41775 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41776 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41777 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41778 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41779 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41780 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41781 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41782 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41783 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41784 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41785 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41786 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41787 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41788 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41789 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41790 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41791 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41792 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41793 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41794 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41795 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41796 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41797 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41798 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41799 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41800 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41801 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41802 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41803 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41804 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41805 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41806 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41807 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41808 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41809 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41810 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41811 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41812 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41813 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41814 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41815 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41816 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41817 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41818 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41819 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41820 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41821 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41822 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41823 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41824 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41825 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41826 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41827 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41828 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41829 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41830 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41831 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41832 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41833 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41834 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41835 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41836 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41837 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41838 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41839 Require >= 2.
41840 (FLT_ROUNDS): Expect as macro, not constant.
41841 (FLT_MANT_DIG): Use macro-int-constant.
41842 (DBL_MANT_DIG): Likewise.
41843 (LDBL_MANT_DIG): Likewise.
41844 (FLT_DIG): Likewise.
41845 (DBL_DIG): Likewise.
41846 (LDBL_DIG): Likewise.
41847 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
41848 (DBL_MIN_EXP): Likewise.
41849 (LDBL_MIN_EXP): Likewise.
41850 (FLT_MAX_EXP): Use macro-int-constant.
41851 (DBL_MAX_EXP): Likewise.
41852 (LDBL_MAX_EXP): Likewise.
41853 (FLT_MAX_10_EXP): Likewise.
41854 (DBL_MAX_10_EXP): Likewise.
41855 (LDBL_MAX_10_EXP): Likewise.
41856 (FLT_MAX): Use macro-constant.
41857 (DBL_MAX): Likewise.
41858 (LDBL_MAX): Likewise.
41859 (FLT_EPSILON): Use macro-constant. Give upper bound.
41860 (DBL_EPSILON): Likewise.
41861 (LDBL_EPSILON): Likewise.
41862 (FLT_MIN): Likewise.
41863 (DBL_MIN): Likewise.
41864 (LDBL_MIN): Likewise.
41865 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41866 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41867 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41868 [ISO11] (FLT_HAS_SUBNORM): Likewise.
41869 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41870 [ISO11] (DBL_DECIMAL_DIG): Likewise.
41871 [ISO11] (FLT_DECIMAL_DIG): Likewise.
41872 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41873 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41874 [ISO11] (FLT_TRUE_MIN): Likewise.
41875 [ISO11] (LDBL_TRUE_MIN): Likewise.
41876 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41877 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41878 (SCHAR_MIN): Use macro-int-constant. Specify type.
41879 (SCHAR_MAX): Likewise.
41880 (UCHAR_MAX): Likewise.
41881 (CHAR_MIN): Likewise.
41882 (CHAR_MAX): Likewise.
41883 (MB_LEN_MAX): Use macro-int-constant.
41884 (SHRT_MIN): Use macro-int-constant. Specify type.
41885 (SHRT_MAX): Likewise.
41886 (USHRT_MAX): Likewise.
41887 (INT_MAX): Likewise.
41888 (INT_MIN): Use macro-int-constant. Specify type. Make upper
41889 bound negative.
41890 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
41891 bound with "U".
41892 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41893 bound with "L".
41894 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
41895 bound negative. Suffix upper bound with "L".
41896 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41897 bound with "UL".
41898 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41899 Specify type.
41900 [C99-based standards] (LLONG_MAX): Likewise.
41901 [C99-based standards] (ULLONG_MAX): Likewise.
41902 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
41903 == 0.
41904 [ISO11] (max_align_t): Require type.
41905 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41906
c9140a62
JM
41907 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41908 from $CFLAGS, without defining away __attribute__ calls.
41909 (checknamespace): Use $CFLAGS_namespace.
41910
9af0bf29
JM
41911 * conform/conformtest.pl (@keywords): Only include C99 keywords
41912 for standards based on C99 or C11.
41913
343222a2
JM
41914 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41915 Disable tests.
41916 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41917 UNIX98]: Likewise.
41918
661f8cf0
JM
41919 * conform/conformtest.pl: Handle "macro-int-constant" and test for
41920 usability of symbols in #if.
41921
ee74b9cb
JM
41922 * conform/conformtest.pl: If macro or constant types start
41923 "promoted:", expect the symbol to be of the following type
41924 promoted by the integer promotions.
62fde54f 41925
aafc49b3
JM
41926 * conform/conformtest.pl: Parse all "constant" and "macro" lines
41927 in one place. Also handle "macro-constant".
41928
fefdf574
JM
41929 * conform/conformtest.pl: Only accept expected macro values with
41930 "==". Parse all "macro" lines in one place.
41931 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41932
f2d922fe
JM
41933 * conform/conformtest.pl: Handle braced types on "constant" lines
41934 instead of handling "typed-constant".
41935 * conform/data/signal.h-data: Use "constant" instead of
41936 "typed-constant".
41937
d22956c9
JM
41938 * conform/conformtest.pl: Handle "optional-" at start of lines in
41939 one place rather than duplicating several cases. Handle each
41940 format of "macro" line with initial "optional-".
41941
028e2e38
JM
41942 * conform/conformtest.pl: Only accept expected constant or
41943 optional-constant values with "==". Parse all "constant" lines in
41944 one place. Parse all "optional-constant" lines in one place.
41945 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41946 * conform/data/fmtmsg.h-data: Likewise.
41947 * conform/data/netinet/in.h-data: Likewise.
41948 * conform/data/tar.h-data: Likewise.
41949 * conform/data/limits.h-data: Use "==" form on "constant" and
41950 "optional-constant" lines.
41951
1b8f2850
JM
41952 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41953 Use -std=c99 for XOPEN2K.
41954 (@knownproblems): Remove.
41955 (newtoken): Don't check %isknown.
41956
a05a144b
JM
41957 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41958 Do not expect macro.
41959 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41960 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41961 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41962 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41963 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41964 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41965 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41966 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41967 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41968 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41969 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41970 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41971 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41972 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41973 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41974 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41975 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41976 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41977 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41978 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41979 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41980 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41981 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41982 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41983 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41984 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41985 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41986 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41987 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41988 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41989 [XPG3] (acosh): Likewise.
41990 [XPG3] (asinh): Likewise.
41991 [XPG3] (atanh): Likewise.
41992 [XPG3] (cbrt): Likewise.
41993 [XPG3] (expm1): Likewise.
41994 [XPG3] (ilogb): Likewise.
41995 [XPG3] (log1p): Likewise.
41996 [XPG3] (logb): Likewise.
41997 [XPG3] (nextafter): Likewise.
41998 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41999 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42000 [XPG3] (remainder): Likewise.
42001 [XPG3] (rint): Likewise.
42002 [XPG3 || XPG4 || UNIX98] (round): Likewise.
42003 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42004 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42005 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42006 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42007 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42008 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42009 [UNIX98 || XOPEN2K] (scalb): Expect.
42010 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42011 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42012 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42013 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42014 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42015 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42016 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42017 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42018 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42019 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42020 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42021 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42022 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42023 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42024 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42025 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42026 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42027 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42028 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42029 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42030 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42031 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42032 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42033 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42034 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42035 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42036 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42037 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42038 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42039 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42040 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42041 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42042 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42043 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42044 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42045 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42046 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42047 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42048 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42049 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42050 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42051 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42052 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42053 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42054 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42055 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42056 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42057 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42058 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42059 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42060 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42061 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42062 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42063 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42064 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42065 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42066 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42067 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42068 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42069 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42070 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42071 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42072 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42073 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42074 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42075 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42076 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42077 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42078 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42079 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42080 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42081 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42082 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42083 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42084 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42085 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42086 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42087 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42088 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42089 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42090 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42091 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42092 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42093 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42094 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42095 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42096 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42097 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42098 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42099 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42100 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42101 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42102 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42103 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42104 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42105 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42106 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42107 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42108 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42109 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42110 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42111 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42112 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42113 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42114 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42115 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42116 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42117 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42118 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42119 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42120 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42121 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42122 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42123 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42124 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42125 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42126 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42127 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42128 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42129 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42130 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42131 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42132 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42133 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42134 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42135 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42136 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42137 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42138 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42139 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42140 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42141 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42142 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42143 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42144 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42145 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42146 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42147
73c5ebe3
JM
42148 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42149 _XOPEN_SOURCE_EXTENDED for XPG4.
42150
39c33b6c
JM
42151 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42152
62fde54f
JM
42153 * Makeconfig (localtime): Remove variable.
42154 (inst_localtime-file): Likewise.
42155
0741d64c
AS
421562012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42157
42158 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42159 Update.
42160 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42161 Update.
42162 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42163 Update.
42164 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42165 Update.
42166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42167 Update.
42168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42169 Update.
42170 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42171 Update.
42172 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42173 Update.
42174 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42175 Update.
42176
7cb029ee
JM
421772012-05-01 Joseph Myers <joseph@codesourcery.com>
42178
42179 [BZ #2550]
42180 [BZ #2570]
42181 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42182 comparisons to determine direction to adjust input.
42183 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42184 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42185 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42186 Likewise.
42187 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42188 Likewise.
42189 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42190 Likewise.
42191 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42192 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42193 Likewise.
42194 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42195 Likewise.
42196 * math/libm-test.inc (nexttoward_test): Add more tests.
42197
412bd966
AS
421982012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42199
42200 [BZ #14040]
42201 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42202 in version GLIBC_2.1, not GLIBC_2.0.
42203 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42204 Likewise.
42205
9568c0c2
JM
422062012-04-30 Joseph Myers <joseph@codesourcery.com>
42207
adfbc8ac
JM
42208 [BZ #13942]
42209 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42210 (1 - x) * (1 + x).
42211 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42212 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42213 * math/libm-test.inc (acos_test): Add more tests.
42214 (asin_test): Likewise.
42215 * sysdeps/i386/fpu/libm-test-ulps: Update.
42216 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42217
5ba3cc69
JM
42218 [BZ #14034]
42219 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42220 of square root.
42221 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42222 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42223 * math/libm-test.inc (acos_test_tonearest): New function.
42224 (acos_test_towardzero): Likewise.
42225 (acos_test_downward): Likewise.
42226 (acos_test_upward): Likewise.
42227 (asin_test_tonearest): Likewise.
42228 (asin_test_towardzero): Likewise.
42229 (asin_test_downward): Likewise.
42230 (asin_test_upward): Likewise.
42231 (main): Call the new functions.
42232 * sysdeps/i386/fpu/libm-test-ulps: Update.
42233 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42234
9568c0c2
JM
42235 [BZ #13884]
42236 [BZ #13924]
42237 * math/e_exp10.c: Include <float.h>.
42238 (__ieee754_exp10): Handle underflow here rather than multiplying
42239 large negative argument by M_LN10.
42240 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42241 of __ieee754_expf.
42242 * math/e_exp10l.c: Include <float.h>.
42243 (__ieee754_exp10l): Handle underflow here rather than multiplying
42244 large negative argument by M_LN10l.
42245 * math/libm-test.inc (exp10_test): Add another test. Do not allow
42246 spurious overflow exception on underflow.
42247
5ac3ea17
MP
422482012-04-29 Marek Polacek <polacek@redhat.com>
42249
42250 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42251 (__fortify_function): New macro.
42252 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42253 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42254 __extern_always_inline.
42255 * libio/bits/stdio2.h: Likewise.
42256 * libio/bits/stdio.h: Likewise.
42257 * string/string.h: Likewise.
42258 * string/bits/string3.h: Likewise.
42259 * include/stdio.h: Likewise.
42260 * stdlib/bits/stdlib.h: Likewise.
42261 * stdlib/stdlib.h: Likewise.
42262 * rt/bits/mqueue2.h: Likewise.
42263 * rt/mqueue.h: Likewise.
42264 * posix/bits/unistd.h: Likewise.
42265 * posix/unistd.h: Likewise.
42266 * io/bits/poll2.h: Likewise.
42267 * io/bits/fcntl2.h: Likewise.
42268 * io/fcntl.h: Likewise.
42269 * io/sys/poll.h: Likewise.
42270 * misc/bits/syslog.h: Likewise.
42271 * misc/bits/syslog-ldbl.h: Likewise.
42272 * misc/sys/syslog.h: Likewise.
42273 * socket/bits/socket2.h: Likewise.
42274 * socket/sys/socket.h: Likewise.
42275 * debug/tst-chk1.c: Likewise.
42276 * wcsmbs/bits/wchar2.h: Likewise.
42277 * wcsmbs/bits/wchar-ldbl.h: Likewise.
42278 * wcsmbs/wchar.h: Likewise.
42279
ecf0ebfb
AJ
422802012-04-29 Andreas Jaeger <aj@suse.de>
42281
42282 * Makerules (tests): Remove enable-check-abi protection.
42283 (check-abi-warn): Remove.
42284 (check-abi-%): Remove check-abi-warn usage.
42285
42286 * configure.in: Remove check-abi configure option.
42287 * configure: Regenerated.
42288 * config.make.in (enable-check-abi): Remove.
42289
6d5c57fa
AS
422902012-04-28 Andreas Schwab <schwab@linux-m68k.org>
42291
24c5d07e 42292 [BZ #14033]
ded5180a
AS
42293 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42294 double functions to double *_finite functions.
42295
7e0d315d
AS
42296 [BZ #13941]
42297 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42298 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42299 LDBL_MIN_EXP.
42300 * stdio-common/Makefile (tests): Add tst-sprintf3.
42301 * stdio-common/tst-sprintf3.c: New file.
42302
6d5c57fa
AS
42303 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42304 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42305
0749ff8b
JM
423062012-04-28 Joseph Myers <joseph@codesourcery.com>
42307
42308 * conform/conformtest.pl: Remove duplicate typed-constant
42309 handling.
42310
8dbd5d7b
DM
423112012-04-28 David S. Miller <davem@davemloft.net>
42312
42313 * Makerules (%.abilist): Add vpath on sysdep_dirs.
42314 (check-abi-%): Remove AWK script prerequisite and explicit
42315 abilist directory.
42316 (check-abi): Rewrite to just diff the symlist with the abilist.
42317 (config-tls, config-abi-config): Delete, no longer used.
42318 (update-abi-%): Remove AWK script and explicit abilist directory.
42319 (update-abi): Rewrite to simply compare and conditionally copy the
42320 symlist and the sysdep abilist file. Remove update-abi-config
42321 checks.
42322 * abilist/ld.abilist: Remove.
42323 * abilist/libBrokenLocale.abilist: Remove.
42324 * abilist/libanl.abilist: Remove.
42325 * abilist/libcrypt.abilist: Remove.
42326 * abilist/libdl.abilist: Remove.
42327 * abilist/librt.abilist: Remove.
42328 * abilist/libthread_db.abilist: Remove.
42329 * abilist/libutil.abilist: Remove.
42330 * scripts/extract-abilist.awk: Remove.
42331 * scripts/merge-abilist.awk: Remove.
42332 * sysdeps/generic/libcidn.abilist: New file.
42333 * sysdeps/generic/libnss_compat.abilist: New file.
42334 * sysdeps/generic/libnss_db.abilist: New file.
42335 * sysdeps/generic/libnss_dns.abilist: New file.
42336 * sysdeps/generic/libnss_files.abilist: New file.
42337 * sysdeps/generic/libnss_hesiod.abilist: New file.
42338 * sysdeps/generic/libnss_nis.abilist: New file.
42339 * sysdeps/generic/libnss_nisplus.abilist: New file.
42340 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42341 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42342 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42343 file.
42344 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42345 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42346 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42347 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42348 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42349 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42350 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42351 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42352 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42353 file.
42354 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42355 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42356 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42357 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42358 file.
42359 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42360 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42361 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42362 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42363 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42364 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42365 file.
42366 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42367 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42368 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42369 file.
42370 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42371 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42372 New file.
42373 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42374 New file.
42375 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42376 New file.
42377 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42378 New file.
42379 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42380 New file.
42381 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42382 New file.
42383 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42384 New file.
42385 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42386 New file.
42387 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42388 New file.
42389 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42390 New file.
42391 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42392 New file.
42393 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42394 New file.
42395 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42396 New file.
42397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42398 file.
42399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42400 New file.
42401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42402 New file.
42403 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42404 file.
42405 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42406 New file.
42407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42408 New file.
42409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42410 file.
42411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42412 New file.
42413 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42414 New file.
42415 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42416 New file.
42417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42418 New file.
42419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42420 New file.
42421 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42422 New file.
42423 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42424 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42425 file.
42426 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42427 New file.
42428 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42429 file.
42430 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42431 file.
42432 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42433 file.
42434 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42435 file.
42436 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42437 file.
42438 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42439 New file.
42440 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42441 file.
42442 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42443 file.
42444 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42445 New file.
42446 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42447 file.
42448 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42449 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42450 file.
42451 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42452 New file.
42453 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42454 file.
42455 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42456 file.
42457 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42458 file.
42459 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42460 file.
42461 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42462 file.
42463 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42464 New file.
42465 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42466 file.
42467 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42468 file.
42469 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42470 New file.
42471 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42472 file.
42473 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42474 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42475 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42476 file.
42477 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42478 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42479 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42480 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42481 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42482 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42483 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42484 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42485 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42486 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42487 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42488 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42489 file.
42490 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42491 New file.
42492 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42493 file.
42494 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42495 file.
42496 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42497 file.
42498 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42499 file.
42500 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42501 file.
42502 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42503 New file.
42504 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42505 New file.
42506 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42507 file.
42508 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42509 New file.
42510 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42511 file.
42512 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42513 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42514 file.
42515 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42516 New file.
42517 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42518 file.
42519 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42520 file.
42521 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42522 file.
42523 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42524 file.
42525 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42526 file.
42527 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42528 New file.
42529 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42530 New file.
42531 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42532 file.
42533 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42534 New file.
42535 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42536 file.
42537
41d73a1b
JM
425382012-04-28 Joseph Myers <joseph@codesourcery.com>
42539
42540 * conform/conformtest.pl: Fix typo in handling typed-constant from
42541 allow-header.
42542
28aeeda4
JM
425432012-04-27 Joseph Myers <joseph@codesourcery.com>
42544
adae8f5e
JM
42545 * README: Cut down references to pre-2.6 Linux kernels and
42546 Linuxthreads. Update lists of configurations in libc and ports
42547 and sort alphabetically. Say "or newer" with Linux kernel version
42548 requirements.
42549
28aeeda4
JM
42550 * config.h.in [IS_IN_build]: Allow compiling without optimization.
42551
a462cb63
RA
425522012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
42553
42554 [BZ #887]
42555 * math/libm-test.inc (logb_test_downward): New test to expose
42556 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42557 rounding mode.
42558
6ad3493e
JM
425592012-04-27 Joseph Myers <joseph@codesourcery.com>
42560
42561 [BZ #14027]
42562 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42563 to be done.
42564 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42565 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42566
2ce4f015
JM
425672012-04-26 Joseph Myers <joseph@codesourcery.com>
42568
5aeb141a
JM
42569 * sysdeps/unix/i386/brk.S: Remove file.
42570 * sysdeps/unix/i386/dl-brk.S: Likewise.
42571 * sysdeps/unix/i386/pipe.S: Likewise.
42572 * sysdeps/unix/i386/sigreturn.S: Likewise.
42573 * sysdeps/unix/i386/syscall.S: Likewise.
42574 * sysdeps/unix/i386/vfork.S: Likewise.
42575 * sysdeps/unix/i386/wait.S: Likewise.
42576
7143acae
JM
42577 * sysdeps/unix/common/tcsendbrk.c: Move to ...
42578 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42579
2ce4f015
JM
42580 * configure.in (arm*-none*): Do not allow without
42581 --enable-hacker-mode.
42582 (netbsd*): Remove case setting base_os.
42583 (386bsd*): Likewise.
42584 (freebsd*): Likewise.
42585 (bsdi*): Likewise.
42586 (osf*): Likewise.
42587 (sunos*): Likewise.
42588 (ultrix*): Likewise.
42589 (newsos*): Likewise.
42590 (dynix*): Likewise.
42591 (*bsd*): Likewise.
42592 (sysv*): Likewise.
42593 (isc*): Likewise.
42594 (esix*): Likewise.
42595 (sco*): Likewise.
42596 (minix*): Likewise.
42597 (irix4*): Likewise.
42598 (irix6*): Likewise.
42599 (solaris[2-9]*): Likewise.
42600 (none): Likewise.
42601 * configure: Regenerated.
42602
0ac229c8
AZ
426032012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42604
42605 [BZ #11521]
42606 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42607 overflow or cancellation in calculating denominator.
42608 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42609 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42610 down expression to avoid unexpected rounding in newer GCCs.
42611 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42612
33f244f4
DM
426132012-04-26 David S. Miller <davem@davemloft.net>
42614
42615 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42616 long-double compat symbols.
42617 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42618 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42619 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42620 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42621 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42622 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42623 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42624 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42625 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42626 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42627 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42628 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42629 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42630
cfa1f3e8
DM
426312012-04-25 David S. Miller <davem@davemloft.net>
42632
42633 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42634 HWCAP_* values only after the memory barriers have been defined.
42635 (atomic_full_barrier): Define.
42636 (atomic_read_barrier): Define.
42637 (atomic_write_barrier): Define.
42638
6e236b92
SP
426392012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42640
42641 * shlib-versions: Add libgcc_s version information.
42642 * sysdeps/generic/libgcc_s.h: Remove.
42643 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42644 libgcc_s.h.
42645 * sysdeps/gnu/unwind-resume.c: Likewise.
42646 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42647
aab39a09
DM
426482012-04-25 David S. Miller <davem@davemloft.net>
42649
42650 * sysdeps/unix/sparc/brk.S: Delete.
42651 * sysdeps/unix/sparc/dl-brk.S: Delete.
42652 * sysdeps/unix/sparc/pipe.S: Delete.
42653 * sysdeps/unix/sparc/sysdep.S: Delete.
42654 * sysdeps/unix/sparc/sysdep.h: Delete.
42655 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
42656 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42657 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42658 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42659 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
42660 (JUMPTARGET): Remove.
42661 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42662 sysdeps/unix/sparc/sysdep.h
42663 (ENTRY, END): Remove.
42664 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42665
a3cc4f48
JM
426662012-04-25 Joseph Myers <joseph@codesourcery.com>
42667
2ed8cda2
JM
42668 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42669 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42670 -DIS_IN_build.
42671
35d76d59
JM
42672 * timezone/README: Update upstream location and email address for
42673 tzcode and tzdata.
42674 * timezone/zdump.c: Update from tzcode 2012b.
42675 * timezone/zic.c: Likewise.
42676
a3cc4f48
JM
42677 * configure.in (libc_cv_as_needed): Remove test.
42678 * configure: Regenerated.
42679 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42680 conditional definition.
42681 [$(have-as-needed) != yes] (no-as-needed): Likewise.
42682 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42683 * config.make.in (have-as-needed): Remove variable.
42684
ceab42c3
SP
426852012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
42686 Paul Pluzhnikov <ppluzhnikov@google.com>
42687
42688 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42689 strings correctly.
42690
3ce2865f
CLT
426912012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
42692
42693 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42694 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42695 * sysdeps/sh/strlen.S: Likewise.
42696
f37e0d68
JM
426972012-04-24 Joseph Myers <joseph@codesourcery.com>
42698
ae186e9a
JM
42699 * sysdeps/unix/fork.S: Remove file.
42700 * sysdeps/unix/i386/fork.S: Likewise.
42701 * sysdeps/unix/sparc/fork.S: Likewise.
42702
b96914af
JM
42703 * sysdeps/unix/system.c: Remove file.
42704 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42705
f37e0d68
JM
42706 * sysdeps/unix/getegid.S: Remove file.
42707 * sysdeps/unix/geteuid.S: Likewise.
42708
87ef29ca
RM
427092012-04-24 Roland McGrath <roland@hack.frob.com>
42710
83bcd236
RM
42711 * scripts/check-localplt.awk: New file.
42712 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42713 of diff.
42714 * scripts/data/localplt-generic.data: Add a comment.
42715
87ef29ca
RM
42716 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42717 NODE when __dir_mkfile failed.
42718 * sysdeps/mach/hurd/symlinkat.c: Likewise.
42719 Reported by Ludovic Courtès <ludo@gnu.org>.
42720
e5a6e567
AJ
427212012-04-24 Andreas Jaeger <aj@suse.de>
42722
42723 * Makerules (common-clean): Also remove gen-as-const-headers
42724 files.
42725
c1820385
JM
427262012-04-24 Joseph Myers <joseph@codesourcery.com>
42727
42728 * Makerules (native-compile): Do not change working directory for
42729 build. Use $(OUTPUT_OPTION) in command.
42730 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42731
94e02fc4
AZ
427322012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42733
42734 [BZ #13886]
42735 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42736 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42737 * math/libm-test.inc (floor_test): Add more tests.
42738 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42739
3a533ca3
JM
427402012-04-24 Joseph Myers <joseph@codesourcery.com>
42741
940ab4b3
JM
42742 * sysdeps/unix/getdents.c: Remove file.
42743 * sysdeps/unix/sysv/getdents.c: Likewise.
42744 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42745
90e037bd
JM
42746 * sysdeps/unix/syscalls.list (madvise): Add syscall from
42747 sysdeps/unix/mman/syscalls.list.
42748 (mmap): Likewise.
42749 (mprotect): Likewise.
42750 (msync): Likewise.
42751 (munmap): Likewise.
42752 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42753 * sysdeps/unix/mman/syscalls.list: Remove.
42754 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42755
3a533ca3
JM
42756 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42757 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42758 * configure: Regenerated.
42759 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42760 $(libgcc_s_suffix).
42761 * config.make.in (libgcc_s_suffix): Remove variable.
42762
1ad743de
JM
427632012-04-23 Joseph Myers <joseph@codesourcery.com>
42764
4ad451e2
JM
42765 * sysdeps/unix/sysv/gethostname.c: Move to ...
42766 * sysdeps/posix/gethostname.c: ... here.
42767
5e37ce39
JM
42768 * sysdeps/unix/execve.S: Remove file.
42769
1ad743de
JM
42770 * sysdeps/unix/_exit.S: Remove file.
42771
4e681b5b
AJ
427722012-04-23 Andreas Jaeger <aj@suse.de>
42773
42774 [BZ #13739]
42775 * manual/Makefile: Remove make dist support, there's no
42776 need for a stand-alone documentation tar ball.
42777 (TEXI2DVI): Define always, it's not in Makeconfig.
42778 (dist): Removed.
42779 (tar-it): Removed.
42780 (edition): Removed.
42781 (glibc-doc-$(edition).tar): Removed
42782 (%.Z): Removed.
42783 (%.gz): Removed.
42784 (%.uu): Removed.
42785 (ETAGS): Remove, it's in Makeconfig.
42786 (move-if-change): Remove, it's in Makeconfig.
42787
38686a03 427882012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
42789
42790 [BZ #13970]
42791 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42792 (strtod, strtof, strtold, strtol, strtoul, strtoq)
42793 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42794 (strtod_l, strtof_l, strtold_l): Remove __wur.
42795 It is not necessarily an error to ignore strtol's return value.
42796 One can reliably look at the stored endptr to decide whether
42797 the number had valid syntax.
42798
7c0616fa
AJ
427992012-04-21 Andreas Jaeger <aj@suse.de>
42800
803cb6b7 42801 [BZ #13739]
7c0616fa
AJ
42802 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42803
b0fe253f
JM
428042012-04-21 Joseph Myers <joseph@codesourcery.com>
42805
42806 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42807 * sysdeps/unix/sysv/Versions: Remove file.
42808
8280f22d
MT
428092012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
42810
42811 [BZ #13927]
42812 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42813
75ce411f 428142012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
42815
42816 [BZ #7064]
42817 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42818 version from __vm86.
42819
097d59fa
JM
428202012-04-20 Joseph Myers <joseph@codesourcery.com>
42821
a90f3bcb
JM
42822 * sysdeps/unix/common/lxstat.c: Remove file.
42823 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42824
edc7ea78
JM
42825 * sysdeps/unix/sysv/Makefile: Remove file.
42826
cb78c221
JM
42827 * sysdeps/unix/sysv/direct.h: Remove file.
42828
efa6a45f
JM
42829 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42830 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42831 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42832 * sysdeps/unix/sysv/bits/signum.h: Likewise.
42833 * sysdeps/unix/sysv/bits/stat.h: Likewise.
42834 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42835 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42836
9c9f2d0c
JM
42837 * sysdeps/unix/sysv/setrlimit.c: Remove file.
42838
4541c83b
JM
42839 * sysdeps/unix/xmknod.c: Remove file.
42840 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42841
f5d153a0
JM
42842 * sysdeps/unix/sysv/settimeofday.c: Remove file.
42843
aa746595
JM
42844 * sysdeps/unix/sysv/i386/time.S: Remove file.
42845
cce5905e
JM
42846 * sysdeps/unix/fxstat.c: Remove file.
42847 * sysdeps/unix/xstat.c: Likewise.
42848 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42849
37fa3841
JM
42850 * sysdeps/unix/sysv/sigaction.c: Remove file.
42851
ff1962a3
JM
42852 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42853 (sysdep_headers): Remove variable.
42854 [termio.h not in sysdep_headers] (generated): Likewise.
42855 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42856 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42857 * sysdeps/unix/sysv/tcdrain.c: Likewise.
42858 * sysdeps/unix/sysv/tcflow.c: Likewise.
42859 * sysdeps/unix/sysv/tcflush.c: Likewise.
42860 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42861 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42862 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42863 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42864 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42865
e7740d31
JM
42866 * sysdeps/unix/siglist.c: Remove file.
42867
ee06f18b
JM
42868 * sysdeps/unix/getppid.S: Remove file.
42869
097d59fa
JM
42870 * sysdeps/unix/mkdir.c: Remove file.
42871 * sysdeps/unix/rmdir.c: Likewise.
42872
ff3d51ec
AS
428732012-04-19 Andreas Schwab <schwab@linux-m68k.org>
42874
42875 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42876 ERR_MAX value.
42877 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42878 errlist-compat value.
42879
50f81fd7
DM
428802012-04-18 David S. Miller <davem@davemloft.net>
42881
42882 * sysdeps/generic/memcopy.h (reg_char): Delete.
42883 * debug/strcat_chk.c: Use char, not reg_char.
42884 * debug/strcpy_chk.c: Likewise.
42885 * debug/strncat_chk.c: Likewise.
42886 * debug/strncpy_chk.c: Likewise.
42887 * string/memchr.c: Likewise.
42888 * string/memrchr.c: Likewise.
42889 * string/rawmemchr.c: Likewise.
42890 * string/strcat.c: Likewise.
42891 * string/strchr.c: Likewise.
42892 * string/strchrnul.c: Likewise.
42893 * string/strcmp.c: Likewise.
42894 * string/strcpy.c: Likewise.
42895 * string/strncat.c: Likewise.
42896 * string/strncmp.c: Likewise.
42897 * string/strncpy.c: Likewise.
42898
8ff41c46
WS
428992012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42900
42901 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42902 __builtin_memcopy is called when src and dest ranges are known to not
42903 overlap.
42904
6b652f46
WS
429052012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42906
42907 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42908 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42909 fwd_align_merge macro call.
42910 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42911 bwd_align_merge macro call.
42912 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42913
b282631e
WS
429142012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42915
42916 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42917 bwd_align_merge macros.
42918 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42919 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42920 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42921
95aa737c
DM
429222012-04-18 David S. Miller <davem@davemloft.net>
42923
42924 * sysdeps/sparc/sparc64/memcopy.h: Delete.
42925
7a99a614
AJ
429262012-04-18 Andreas Jaeger <aj@suse.de>
42927
42928 [BZ# 6794]
42929 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42930 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42931 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42932
42933 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42934 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42935 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42936
42937 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42938 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42939 Adjust for changed ldbl-128 files.
42940
42941 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42942 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42943 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42944
e5270c23
DM
429452012-04-17 David S. Miller <davem@davemloft.net>
42946
42947 * sysdeps/sparc/sparc32/memcopy.h: Delete.
42948
fb5e92c9
AS
429492012-04-17 Andreas Schwab <schwab@linux-m68k.org>
42950
42951 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42952 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42953 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42954 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42955 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42956 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42957
76da7265
AZ
429582012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42959
42960 [BZ #6794]
42961 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42962 * math/libm-test.inc: Add ilogb errno and exception tests.
42963 * math/w_ilogb.c: New file: ilogb wrapper.
42964 * math/w_ilogbf.c: New file: ilogbf wrapper.
42965 * math/w_ilogbl.c: New file: ilogbl wrapper.
42966 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42967 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42968 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42969 exception being thrown with 0.0 as argument.
42970 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42971 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42972 exception being thrown with 0.0 as argument.
42973 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42974 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42975 exception being thrown with 0.0 as argument.
42976 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42977 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42978 exception being thrown with 0.0 as argument.
42979 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42980 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 42981 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
42982 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42983 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42984 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42985 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42986 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42987 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42988
0396e69d
PB
429892012-04-17 Petr Baudis <pasky@ucw.cz>
42990
42991 * include/sys/uio.h: Change __vector to __iovec to avoid clash
42992 with altivec.
42993
750b5926
MP
429942012-04-16 Marek Polacek <polacek@redhat.com>
42995
42996 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42997
751728a1
MP
429982012-04-16 Marek Polacek <polacek@redhat.com>
42999
43000 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43001 operands of fdivp instruction.
43002
34a27407
L
430032012-04-13 H.J. Lu <hongjiu.lu@intel.com>
43004
43005 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43006 * elf/tst-auditmod3b.c: Likewise.
43007 * elf/tst-auditmod4b.c: Likewise.
43008 * elf/tst-auditmod5b.c: Likewise.
43009 * elf/tst-auditmod6b.c: Likewise.
43010 * elf/tst-auditmod6c.c: Likewise.
43011 * elf/tst-auditmod7b.c: Likewise.
43012 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43013 * sysdeps/x86_64/preconfigure.in: Likewise.
43014 * sysdeps/x86_64/preconfigure: Regenerated.
43015
7e73e17d
L
430162012-04-13 H.J. Lu <hongjiu.lu@intel.com>
43017
43018 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43019 __ILP32__.
43020
c7a6ab72
AB
430212012-04-13 Antoine Balestrat <merkil33@gmail.com>
43022
43023 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43024 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43025
a9e8e0e0
CL
430262012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
43027
43028 [BZ #13973]
43029 * locale/iso-639.def: Fix gl language name. Spotted by
43030 Yaron Shahrabani.
43031
ec98af7d
RM
430322012-04-12 Roland McGrath <roland@hack.frob.com>
43033
43034 [BZ #2074]
43035 * libio/libio.h (__io_write_fn): Update comment.
43036
247c3ede
PB
430372012-04-12 Petr Baudis <pasky@ucw.cz>
43038
43039 [BZ #2074]
43040 * stdio.texi (Hook Functions): The user provided writer function
43041 is not allowed to return -1.
43042
55939d6d
DM
430432012-04-11 David S. Miller <davem@davemloft.net>
43044
43045 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43046
90020f5a
MF
430472012-04-11 Mike Frysinger <vapier@gentoo.org>
43048
43049 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43050 Add a leading slash to rtkaio.
43051
288f9098
JM
430522012-04-11 Jim Meyering <meyering@redhat.com>
43053
90020f5a
MF
43054 [BZ #11959]
43055 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43056 It is not necessarily an error to ignore fwrite's return
43057 value. One can reliably use ferror to test for errors after
43058 the fact.
288f9098 43059
4be2b570
L
430602012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43061
43062 * bits/types.h (__snseconds_t): New type.
43063 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43064
43065 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43066 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43067 (__SNSECONDS_T_TYPE): Likewise.
43068 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43069 (__SNSECONDS_T_TYPE): Likewise.
43070 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43071 (__SNSECONDS_T_TYPE): Likewise.
43072
288f9098 430732012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
43074
43075 [BZ #2636]
43076 * manual/time.texi (Processor Time): Return type of times is
43077 elapsed real time since an arbitrary point in the past.
43078 (CPU Time): Move CLK_TCK from here...
43079 (Processor Time): ...to here. Correct description.
43080 * manual/conf.texi (Constants for Sysconf): Correct description of
43081 _SC_CLK_TCK.
43082
d7dd4413
DM
430832012-04-10 David S. Miller <davem@davemloft.net>
43084
43085 [BZ #13967]
43086 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43087 where the is a gap between DT_REL(A) and DT_JMPREL.
43088
b46068fc
L
430892012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43090
43091 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43092 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43093 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43094
73d65cc3
SP
430952012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
43096
43097 * elf/dl-support.c (_dl_inhibit_cache): New variable.
43098 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43099 (dl_main): Handle --inhibit-cache.
43100 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43101 _dl_inhibit_cache.
43102 * elf/dl-load.c (_dl_map_object): Use it.
43103 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43104
bcc8d661
JM
431052012-04-09 Joseph Myers <joseph@codesourcery.com>
43106
8f9a2fae
JM
43107 [BZ #13872]
43108 * sysdeps/i386/fpu/e_powl.S (p78): New object.
43109 (__ieee754_powl): Saturate large exponents rather than testing for
43110 overflow of y*log2(x).
43111 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43112 * math/libm-test.inc (pow_test): Do not permit spurious overflow
43113 exceptions.
43114
bcc8d661
JM
43115 [BZ #11521]
43116 * math/s_ctan.c: Include <float.h>.
43117 (__ctan): Avoid internal overflow or cancellation in calculating
43118 denominator.
43119 * math/s_ctanf.c: Likewise.
43120 * math/s_ctanl.c: Likewise.
43121 * math/s_ctanh.c: Likewise.
43122 * math/s_ctanhf.c: Likewise.
43123 * math/s_ctanhl.c: Likewise.
43124 * math/libm-test.inc (ctan_test): Add more tests.
43125 (ctanh_test): Likewise.
43126 * sysdeps/i386/fpu/libm-test-ulps: Update.
43127 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43128
823fbbb4
AJ
431292012-04-09 Andreas Jaeger <aj@suse.de>
43130
03879793
AJ
43131 [BZ #6894]
43132 * manual/filesys.texi (Directory Entries): Mention that d_namlen
43133 is an optional BSD extension.
43134
823fbbb4
AJ
43135 [BZ #10254]
43136 * manual/stdio.texi (Opening Streams): Document additional fopen
43137 parameters.
43138
8de131cb
RM
431392012-04-09 Roland McGrath <roland@hack.frob.com>
43140
43141 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43142 %eax without telling the compiler.
43143
c0ed9d7d
CD
431442012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
43145
43146 [BZ # 13963]
43147 * manual/install.texi: Use sourceware.org.
43148
c483f6b4
JM
431492012-04-09 Joseph Myers <joseph@codesourcery.com>
43150
d7dd9453
JM
43151 [BZ #13873]
43152 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43153 (__ieee754_pow): Generate overflow and underflow using huge*huge
43154 and tiny*tiny rather than just returning constant infinity or zero
43155 for large exponents.
43156 * math/libm-test.inc (pow_test): Require overflow exceptions for
43157 applicable cases of large exponents.
43158
c483f6b4
JM
43159 [BZ #706]
43160 * sysdeps/i386/fpu/e_pow.S (p10): New object.
43161 (__ieee754_pow): Use iterative multiplication algorithm only for
43162 integer exponents with absolute value below 1024. Check for odd
43163 integer exponents when using algorithm for real exponents.
43164 * math/libm-test.inc (pow_test): Add more tests.
43165 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43166
d2de7579
JM
431672012-04-08 Joseph Myers <joseph@codesourcery.com>
43168
43169 [BZ #13705]
43170 * math/libm-test.inc (exp_test): Do not allow overflow exception
43171 on underflow test.
43172
f77f1232
AJ
431732012-04-08 Aurelien Jarno <aurelien@aurel32.net>
43174
43175 [BZ #13705]
43176 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43177 instead of __kernel_standard_f.
43178
3884932b
MF
431792012-04-08 Mike Frysinger <vapier@gentoo.org>
43180
43181 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43182 * sysdeps/x86_64/memset_chk.S: Likewise.
43183
54472e9c
AJ
431842012-04-08 Andreas Jaeger <aj@suse.de>
43185
6ab0fbfc
AJ
43186 [BZ #10153]
43187 * manual/startup.texi (Environment Access): Describe return value
43188 for putenv and setenv.
43189
61efba8c
AJ
43190 [BZ #6895]
43191 * manual/filesys.texi (Directory Entries): Add description for
43192 DT_LNK.
43193
95c3f29a
AJ
43194 [BZ #6890]
43195 * manual/filesys.texi (Directory Entries): Clarify that it's file
43196 system not operating system in the description of DT_UNKNOWN.
43197
54472e9c
AJ
43198 [BZ #6578]
43199 * manual/syslog.texi (closelog): Fix reference, it's openlog.
43200
624254b1
SC
432012012-04-08 Stephen Compall <s11@member.fsf.org>
43202
43203 [BZ #6649]
43204 * manual/llio.texi (Opening and Closing Files): Add cross
43205 reference to explain mode argument.
43206
1e4920e0
MF
432072012-04-07 Mike Frysinger <vapier@gentoo.org>
43208
43209 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43210 * sysdeps/x86_64/memset_chk.S: Likewise.
43211
5ed848f3
DM
432122012-04-07 David S. Miller <davem@davemloft.net>
43213
43214 * elf/elf.h (R_SPARC_WDISP10): Define.
43215 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43216 R_SPARC_SIZE32.
43217 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43218 R_SPARC_SIZE64 and R_SPARC_H34.
43219
96154cd8
CD
432202012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
43221
43222 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43223 conditions and remove no longer applicable assertion.
43224
9904dc47
L
432252012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43226
43227 * bits/byteswap.h: Include <features.h>.
43228 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43229 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43230
f8887d0a
L
432312012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43232
43233 * bits/byteswap.h (__bswap_16): Removed.
43234 Include <bits/byteswap-16.h> to get __bswap_16.
43235 * sysdeps/i386/bits/byteswap.h: Likewise.
43236 * sysdeps/s390/bits/byteswap.h: Likewise.
43237 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43238 * bits/byteswap-16.h: New file.
43239 * sysdeps/i386/bits/byteswap-16.h: Likewise.
43240 * sysdeps/s390/bits/byteswap-16.h: Likewise.
43241 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43242 * string/Makefile (headers): Add bits/byteswap-16.h.
43243
62470f60
PP
432442012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
43245
43246 [BZ #13895]
43247 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43248 extra indirection.
43249 * nss/Makefile (tests-static, tests): Add tst-nss-static.
43250 * nss/tst-nss-static.c: New.
43251
4dad7bab
RM
432522012-04-06 Robert Millan <rmh@gnu.org>
43253
43254 [BZ #6486]
43255 * manual/llio.texi (File Position Primitive): lseek
43256 refers to WHENCE when it really means OFFSET.
43257
e9142a17
AJ
432582012-04-06 Andreas Jaeger <aj@suse.de>
43259
2c040eff
AJ
43260 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43261 strncmp declarations.
43262
e9142a17
AJ
43263 * abilist/libc.abilist: Add __poll and __ppoll.
43264
ff9f1c5f
DM
432652012-04-05 David S. Miller <davem@davemloft.net>
43266
dcd2ae90
DM
43267 * scripts/check-local-headers.sh: Accept a host triplet in the
43268 path matched by the exclude regexp.
43269
993eb054
DM
43270 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43271 definition.
43272 * sysdeps/powerpc/powerpc32/dl-machine.h
43273 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43274 * sysdeps/s390/s390-32/dl-machine.h
43275 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43276 * sysdeps/sparc/sparc32/dl-machine.h
43277 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43278 * sysdeps/sparc/sparc64/dl-machine.h
43279 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43280
ff9f1c5f
DM
43281 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43282 lazy binding.
48e2e132 43283 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
43284 undefined symbol errors.
43285
48e2e132 43286 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
43287 DT_NEEDED entries.
43288
e80d6f94
MM
432892012-04-05 Michael Matz <matz@suse.de>
43290
43291 [BZ #13592]
43292 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43293
349fa79f
AJ
432942012-04-05 Andreas Jaeger <aj@suse.de>
43295
43296 [BZ #13908]
43297 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43298 comment.
43299
f402708f
KK
433002012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43301
43302 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43303 which ROUND is no valid rounding mode.
43304
2ecccfc9
KK
433052012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43306
43307 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43308 read again.
43309 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43310
8a53f50f
KK
433112012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43312
43313 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43314 an exception using FPU order intentionally.
43315
433162012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43317
43318 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43319 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43320 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43321 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43322
d653abb7
SJ
433232012-04-05 Simon Josefsson <simon@josefsson.org>
43324
43325 [BZ #12340]
43326 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43327 EINVAL when BUFLEN is too smal.
43328
c3b1bf7d
TS
433292012-04-05 Thomas Schwinge <thomas@codesourcery.com>
43330
43331 [BZ #13553]
43332 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43333 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43334
b1aa60f3
AJ
433352012-04-03 Andreas Jaeger <aj@suse.de>
43336
c3b1bf7d 43337 [BZ #13938]
67f60a26
AJ
43338 * manual/setjmp.texi (System V contexts): Fix sentence.
43339
b1aa60f3
AJ
43340 [BZ #13926]
43341 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43342 New macro for this case.
43343 [!__GNUC__] (__bswap_64): New inline function for this case.
43344 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43345 * bits/byteswap.h: Likewise.
43346 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43347 ull, guard with __GLIBC_HAVE_LONG_LONG.
43348
43349 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43350 __GLIBC_HAVE_LONG_LONG.
43351
43352 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43353 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43354
39c59c35
TMQMF
433552012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43356
43357 [BZ #13691]
43358 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43359 inptr and inend, rather than using last_ch.
43360
135ffda8
DM
433612012-04-02 David S. Miller <davem@davemloft.net>
43362
43363 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43364 * stdio-common/printf-parse.h (read_int): Change return type to
43365 'int', return -1 on INT_MAX overflow.
43366 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43367 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
43368 overflows INT_MAX. Check for overflow of in-format-string precision
43369 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
43370 SIZE_MAX not INT_MAX for integer overflow test.
43371 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43372 skip the construct in the format string but do not record anything.
43373 * stdio-common/bug22.c: Adjust to test both width/prevision
43374 INT_MAX overflow as well as total length INT_MAX overflow. Check
43375 explicitly for proper errno values.
43376
228c019e
TS
433772012-04-02 Thomas Schwinge <thomas@codesourcery.com>
43378
302cadd3
TS
43379 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43380 CHAR_MAX.
43381 * string/test-strcmp.c [! WIDE]: Likewise.
43382 * time/tst-mktime2.c: Likewise for INT_MAX.
43383 * string/test-string.h: #include <sys/param.h> for MIN.
43384
228c019e
TS
43385 * csu/init-first.c (__libc_init_first): Call __ctype_init.
43386 * sysdeps/i386/init-first.c (init): Likewise.
43387 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43388 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43389 * sysdeps/sh/init-first.c (init): Likewise.
43390
cfa633f5
UD
433912012-04-01 Ulrich Drepper <drepper@gmail.com>
43392
43393 * po/ru.po: Update from translation team.
d1635ef8 43394 * po/vi.po: Likewise.
cfa633f5 43395
6cd0a5ea
SP
433962012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
43397
43398 * resolv/nss_dns/dns-host.c: Merge copyright years.
43399
4b43400f
LD
434002012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43401
43402 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43403 Optimize memcpy with prefetch if
43404 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
43405 src, dst pointers have unequal 16 byte alignments.
43406
48c41d04
SP
434072012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
43408
43409 [BZ #13928]
43410 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43411 from a CNAME entry and return the minimum ttl for the query.
43412 (gaih_getanswer_slice): Likewise.
43413
b8dc394d
JL
434142012-03-30 Jeff Law <law@redhat.com>
43415
43416 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43417 due to long keys.
43418 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43419 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43420
2f5a5ed0
JL
43421 * resolv/nss_dns/dns-host.c: Update copyright year.
43422
1d39e359
UD
434232012-03-30 Ulrich Drepper <drepper@gmail.com>
43424
c030f70c 43425 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 43426 requests to save a system call. Fix check that all bytes are sent.
c030f70c 43427
1d39e359
UD
43428 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43429 comments for sendmmsg.
43430
434312012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
43432
43433 [BZ #13691]
43434 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43435 with only 1 character between 0x0041 and 0x01b0.
43436 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43437 * wcsmbs/tst-mbsnrtowcs.c: New file.
43438
20fde227
DM
434392012-03-29 David S. Miller <davem@davemloft.net>
43440
43441 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43442 small copies by hand.
43443
984a4237
JL
434442012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
43445
43446 [BZ #13761]
57f41c40
AS
43447 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43448 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43449 group memberships.
984a4237 43450
18c9d62b
DM
434512012-03-28 David S. Miller <davem@davemloft.net>
43452
88d85d4f
DM
43453 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43454 that branches into memcpy.
43455 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43456 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43457 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43458 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43459 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43460 bits.
43461 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43462 implementation too.
43463 * sysdeps/sparc/mempcpy.S: New file.
43464
e5aa83e1
DM
43465 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43466 the IFUNC routine in the libc case.
43467 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43468
88570753
DM
43469 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43470 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43471 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43472 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43473 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43474 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43475 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43476 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43477
249d7567
DM
43478 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43479 loop to 256 bytes instead of 64 bytes and fix test signedness.
43480
18c9d62b
DM
43481 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43482 * sysdeps/sparc/sparc32/Makefile: rather than here...
43483 * sysdeps/sparc/sparc64/Makefile: and here.
43484
05f3d1f6
UD
434852012-03-28 Ulrich Drepper <drepper@gmail.com>
43486
43487 * malloc/mallocbug.c: Avoid warnings about unused variables.
43488
86ae07a8
JL
434892012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
43490
43491 [BZ #13760]
43492 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43493 in the right place. Discard and retry query if response is
43494 larger than input buffer size.
43495
41bf21a1
JM
434962012-03-28 Joseph Myers <joseph@codesourcery.com>
43497
d6270972
JM
43498 [BZ #369]
43499 [BZ #2678]
43500 [BZ #3866]
43501 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43502 x for large integer exponent.
43503 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43504 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
43505 sign of result as needed afterwards.
43506 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43507 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43508 result for underflowing pow the same as for overflow.
43509 (__kernel_standard_l): Handle powl overflow and underflow here
43510 rather than calling __kernel_standard.
43511 * math/libm-test.inc (pow_test): Add more tests.
43512
414fca03 43513 [BZ #3868]
41bf21a1
JM
43514 [BZ #13879]
43515 [BZ #13910]
43516 [BZ #13911]
43517 [BZ #13912]
43518 [BZ #13913]
43519 [BZ #13915]
43520 [BZ #13916]
43521 [BZ #13917]
43522 [BZ #13918]
43523 [BZ #13919]
43524 [BZ #13920]
43525 [BZ #13921]
43526 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43527 * sysdeps/ieee754/k_standard.c: Include <float.h>.
43528 (__kernel_standard_l): New function.
43529 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43530 __kernel_standard.
43531 * math/w_acosl.c (__acosl): Likewise.
43532 * math/w_asinl.c (__asinl): Likewise.
43533 * math/w_atan2l.c (__atan2l): Likewise.
43534 * math/w_atanhl.c (__atanhl): Likewise.
43535 * math/w_coshl.c (__coshl): Likewise.
43536 * math/w_exp10l.c (__exp10l): Likewise.
43537 * math/w_exp2l.c (__exp2l): Likewise.
43538 * math/w_fmodl.c (__fmodl): Likewise.
43539 * math/w_hypotl.c (__hypotl): Likewise.
43540 * math/w_j0l.c (__j0l, __y0l): Likewise.
43541 * math/w_j1l.c (__j1l, __y1l): Likewise.
43542 * math/w_jnl.c (__jnl, __ynl): Likewise.
43543 * math/w_lgammal.c (__lgammal): Likewise.
43544 * math/w_log10l.c (__log10l): Likewise.
43545 * math/w_log2l.c (__log2l): Likewise.
43546 * math/w_logl.c (__logl): Likewise.
43547 * math/w_powl.c (__powl): Likewise.
43548 * math/w_remainderl.c (__remainderl): Likewise.
43549 * math/w_scalbl.c (sysv_scalbl): Likewise.
43550 * math/w_sinhl.c (__sinhl): Likewise.
43551 * math/w_sqrtl.c (__sqrtl): Likewise.
43552 * math/w_tgammal.c (__tgammal): Likewise.
43553 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43554 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43555 * math/libm-test.inc (acos_test): Add more tests.
43556 (acosh_test): Likewise.
43557 (asin_test): Likewise.
43558 (atanh_test): Likewise.
43559 (exp_test): Likewise.
43560 (exp10_test): Likewise.
43561 (exp2_test): Likewise.
43562 (expm1_test): Likewise.
43563 (lgamma_test): Likewise.
43564 (log_test): Likewise.
43565 (log10_test): Likewise.
43566 (log1p_test): Likewise.
43567 (log2_test): Likewise.
43568 (pow_test): Do not allow some spurious overflow exceptions.
43569 (sqrt_test): Add more tests.
43570 (tgamma_test): Likewise.
43571 (y0_test): Likewise.
43572 (y1_test): Likewise.
43573 (yn_test): Likewise.
43574
dd62fda6
AB
435752012-03-27 Anton Blanchard <anton@samba.org>
43576
43577 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43578 MAP_HUGETLB.
43579 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43580 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43581 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43582
1e3cdfda
AJ
435832012-03-27 David S. Miller <davem@davemloft.net>
43584
b855ab85
DM
43585 * conform/Makefile: Run run-conformtest.sh using $(BASH).
43586
1e3cdfda
AJ
43587 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43588 have-as-vis3 check.
43589
435902012-03-27 Andreas Jaeger <aj@suse.de>
43591
43592 * sysdeps/x86_64/elf/configure.in: Moved to ...
43593 * sysdeps/x86_64/configure.in: ... here.
43594 * sysdeps/x86_64/elf/start.S: Moved to ...
43595 * sysdeps/x86_64/start.S: ... here.
43596 * sysdeps/x86_64/elf/configure: Delete.
43597
43598 * sysdeps/x86_64/configure.in: Merge contents from
43599 sysdeps/i386/configure.in (without i686 check).
43600
43601 * sysdeps/i386/elf/Versions: Merge into ...
43602 * sysdeps/i386/Versions: ... this.
43603 * sysdeps/i386/elf/Versions: Delete file.
43604 * sysdeps/i386/elf/start.S: Moved to ...
43605 * sysdeps/i386/start.S: ...here.
43606 * sysdeps/i386/elf/configure.in: Merge into...
43607 * sysdeps/i386/configure.in: ...here.
43608 * sysdeps/i386/elf/configure.in: Delete file.
43609 * sysdeps/i386/elf/configure: Delete file.
43610
43611 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43612 * debug/backtracesyms.c: ... here.
43613 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43614 * debug/backtracesymsfd.c: ... here.
43615 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43616 * sysdeps/generic/ifunc-sel.h: ... here.
43617
43618 * sysdeps/unix/i386/start.c: Delete file.
43619 * sysdeps/unix/sparc/start.c: Delete file.
43620 * sysdeps/unix/start.c: Delete file.
43621
43622 * sysdeps/sh/elf/configure.in: Moved to ...
43623 * sysdeps/sh/configure.in: ... here.
43624 * sysdeps/sh/elf/start.S: Moved to ...
43625 * sysdeps/sh/start.S: ... here.
43626 * sysdeps/sh/elf/configure: Delete file.
43627
43628 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43629 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43630 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43631 * sysdeps/powerpc/powerpc64/entry.h: ... here.
43632 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43633 * sysdeps/powerpc/powerpc64/start.S: here.
43634 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43635 * sysdeps/powerpc/powerpc64/Makefile: ... this.
43636 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43637 * sysdeps/powerpc/powerpc64/configure.in: ... this.
43638 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43639
43640 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43641 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43642 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43643 * sysdeps/powerpc/powerpc32/start.S: ... here.
43644 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43645 * sysdeps/powerpc/powerpc32/configure.in: ... this.
43646 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43647
43648 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43649 * sysdeps/powerpc/ifunc-sel.h: ... here.
43650 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43651 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43652
43653 * sysdeps/sparc/elf/configure.in: Moved to ...
43654 * sysdeps/sparc/configure.in: ... here.
43655 * sysdeps/sparc/elf/configure: Delete file.
43656 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43657 * sysdeps/sparc/sparc32/start.S: ... here.
43658 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43659 * sysdeps/sparc/sparc64/start.S: ... here.
43660 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43661 * sysdeps/sparc/sparc32/Makefile: ... this.
43662 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43663 * sysdeps/sparc/sparc64/Makefile: ... this.
43664
43665 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43666 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43667 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43668 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43669 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43670 * sysdeps/s390/s390-32/setjmp.S: ... here.
43671 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43672 * sysdeps/s390/s390-32/configure.in: ... here.
43673 * sysdeps/s390/s390-32/elf/configure: Delete file.
43674 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43675 * sysdeps/s390/s390-32/start.S: ... here.
43676
43677 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43678 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43679 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43680 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43681 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43682 * sysdeps/s390/s390-64/setjmp.S: ... here.
43683 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43684 * sysdeps/s390/s390-64/configure.in: ... here
43685 * sysdeps/s390/s390-64/elf/configure: Delete file.
43686 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43687 * sysdeps/s390/s390-64/start.S: ... here.
43688 * sysdeps/s390/s390-64/elf/configure: Delete.
43689
43690 * configure.in: Remove support for elf directories in sysdeps.
43691
43692 * configure: Regenerated.
43693 * sysdeps/i386/configure: Regenerated.
43694 * sysdeps/powerpc/powerpc32/configure: Regenerated.
43695 * sysdeps/powerpc/powerpc64/configure: Regenerated.
43696 * sysdeps/s390/s390-32/configure: Regenerated.
43697 * sysdeps/s390/s390-64/configure: Regenerated.
43698 * sysdeps/sh/configure: Regenerated.
43699 * sysdeps/sparc/configure: Regenerated.
43700 * sysdeps/x86_64/configure: Regenerated.
43701
a3f61311
AS
437022012-03-26 Andreas Schwab <schwab@linux-m68k.org>
43703
c876e002
AS
43704 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43705
a3f61311
AS
43706 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43707 denormal result into account.
43708
ac4c54f0
RM
437092012-03-25 Roland McGrath <roland@hack.frob.com>
43710
43711 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43712 Reported by Allan McRae <allan@archlinux.org>.
43713
6a9b9c02
JL
437142012-03-23 Jeff Law <law@redhat.com>
43715
43716 * nss/getnssent.c (__nss_getent): Fix typo.
43717
4c42a0c1
DM
437182012-03-23 David S. Miller <davem@davemloft.net>
43719
43720 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43721
1532c7ac
L
437222012-03-23 H.J. Lu <hongjiu.lu@intel.com>
43723
43724 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43725 to pad to uint64_t for each field.
43726 (dl_tls_index): Replace unsigned long with uint64_t.
43727
3ff42526
PP
437282012-03-23 Daniel Jacobowitz <dmj@google.com>
43729 Paul Pluzhnikov <ppluzhnikov@google.com>
43730
43731 [BZ #6528]
43732 * grp/Makefile (otherlibs): Don't set it.
43733 * inet/Makefile (otherlibs): Likewise.
43734 * login/Makefile (otherlibs): Likewise.
43735 * nscd/Makefile (otherlibs): Likewise.
43736 * posix/Makefile (otherlibs): Likewise.
43737 * pwd/Makefile (otherlibs): Likewise.
43738 * rt/Makefile (otherlibs): Likewise.
43739 * sunrpc/Makefile (otherlibs): Likewise.
43740 * nss/Makefile (otherlibs): Likewise.
43741 Add libnss_files to routines and static-only-routines.
43742 ($(objpfx)getent): Remove rule.
43743 * resolv/Makefile: Add libnss_dns and libresolv to routines and
43744 static-only-routines.
43745
7c69cd14
JM
437462012-03-22 Joseph Myers <joseph@codesourcery.com>
43747
43748 [BZ #13892]
43749 * math/s_cexp.c: Include <float.h>.
43750 (__cexp): Handle exp result overflowing not necessarily
43751 overflowing both real and imaginary parts of result.
43752 * math/s_cexpf.c: Likewise.
43753 * math/s_cexpl.c: Likewise.
43754 * math/libm-test.inc (cexp_test): Add more tests.
43755 * sysdeps/i386/fpu/libm-test-ulps: Update.
43756 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43757
81b035fe
L
437582012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43759
43760 * include/link.h (ELFW): New macro.
43761 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43762 Replace ELF64_R_TYPE with ELFW(R_TYPE).
43763
1da7940c
L
437642012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43765
43766 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43767 with uint64_t.
43768
b749dbb9
L
437692012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43770
43771 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43772 declaration.
43773 (struct La_x32_retval): Likewise.
43774
2ff87f3f
L
437752012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43776
43777 * sysdeps/x86_64/preconfigure.in: New file.
43778 * sysdeps/x86_64/preconfigure: New generated file.
43779
c0df8e69
JM
437802012-03-22 Joseph Myers <joseph@codesourcery.com>
43781
48e44791
JM
43782 [BZ #13824]
43783 * math/e_exp2l.c: Include <float.h>.
43784 (__ieee754_exp2l): Handle overflow and underflow cases
43785 separately. Only pass fractional part of argument to
43786 __ieee754_expl.
43787 * math/libm-test.inc (exp2_test): Add more tests.
43788
c0df8e69
JM
43789 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43790 negating x to take absolute value.
43791 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43792 Likewise.
43793 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43794 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43795 Likewise.
43796 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43797 computing low part if x was negated.
43798 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43799
c8e43ba7
L
438002012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43801
43802 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43803 la_x32_gnu_pltexit.
43804 (pltexit): Cast int_retval to ptrdiff_t.
43805 * elf/tst-auditmod3b.c: Likewise.
43806 * elf/tst-auditmod4b.c: Likewise.
43807 * elf/tst-auditmod5b.c: Likewise.
43808 * elf/tst-auditmod6b.c: Likewise.
43809 * elf/tst-auditmod6c.c: Likewise.
43810 * elf/tst-auditmod7b.c: Likewise.
43811
43812 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43813 and x32_gnu_pltexit.
43814
43815 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43816 __ELF_NATIVE_CLASS.
43817 (La_x32_regs): New macro.
43818 (La_x32_retval): Likewise.
43819 (la_x32_gnu_pltenter): New function prototype.
43820 (la_x32_gnu_pltexit): Likewise.
43821
7998fa78
AS
438222012-03-21 Andreas Schwab <schwab@linux-m68k.org>
43823
dcb33988
AS
43824 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43825 exponent.
43826
233fc563
AS
43827 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43828
7998fa78
AS
43829 * configure.in (libc_cv_cc_nofma): Check for option to disable
43830 generation of FMA instructions.
43831 * configure: Regenerate.
43832 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43833 * sysdeps/ieee754/dbl-64/Makefile: New file.
43834 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43835 Remove brandred-fma4.
43836 (CFLAGS-brandred-fma4.c): Remove.
43837 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43838 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43839 define.
43840 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43841 define.
43842
8e95c99a
L
438432012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43844
43845 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43846 LLONG_MAX != LONG_MAX.
43847 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43848 (_fitoa_word): Likewise.
43849 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43850 LLONG_MAX != LONG_MAX.
43851 * stdio-common/_itowa.h: Include <_itoa.h>.
43852 (_itowa_word): Use _ITOA_WORD_TYPE on value.
43853 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
43854 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
43855 only if not defined.
43856 (_ITOA_WORD_TYPE): Likewise.
43857 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43858 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43859
6f4db457
DM
438602012-03-21 David S. Miller <davem@davemloft.net>
43861
43862 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43863
7785fe5a
L
438642012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43865
43866 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43867 of x86_64 when setting libc_cv_slibdir, libdir and
43868 libc_cv_localedir.
43869 * sysdeps/unix/sysv/linux/configure: Regenerated.
43870
4535cd55
JM
438712012-03-21 Joseph Myers <joseph@codesourcery.com>
43872
43873 * manual/lang.texi (Old Varargs): Remove section.
43874 (How Variadic): Update menu.
43875 (va_start): Do not mention varargs.h.
43876
17228132
TS
438772012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43878 Joseph Myers <joseph@codesourcery.com>
43879
43880 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43881 link test.
43882 * configure: Regenerated.
43883
8149f976
TS
438842012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43885
05f3d1f6
UD
43886 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43887 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43888 conformtest.pl
8149f976 43889
1a4ac776
JM
438902012-03-21 Joseph Myers <joseph@codesourcery.com>
43891
be22ce65
JM
43892 * NOTES: Remove.
43893 * Makefile (files-for-dist): Remove NOTES.
43894 (NOTES): Remove rule.
43895 * README: Don't refer to NOTES.
43896 * manual/creature.texi: Don't include macros.texi.
43897 * manual/intro.texi (creature.texi): Remove comment referring to
43898 NOTES.
43899
40b601fb
JM
43900 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43901 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43902 * configure: Regenerated.
43903 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43904 LIBC_TRY_CC_OPTION.
43905 (libc_cv_as_i686): Likewise.
43906 (libc_cv_cc_avx): Likewise.
43907 (libc_cv_cc_sse2avx): Likewise.
43908 (libc_cv_cc_fma4): Likewise.
43909 (libc_cv_cc_novzeroupper): Likewise.
43910 * sysdeps/i386/configure: Regenerated.
43911
1a4ac776
JM
43912 [BZ #13883]
43913 * sysdeps/i386/fpu/s_cexp.S: Remove.
43914 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43915 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43916 * math/libm-test.inc (cexp_test): Add more tests.
43917 * sysdeps/i386/fpu/libm-test-ulps: Update.
43918 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43919
a458e7fe
AM
439202012-03-21 Allan McRae <allan@archlinux.org>
43921
43922 * timezone/Makefile: Do not install iso3166.tab and zone.tab
43923
0cb7efc5
JM
439242012-03-21 Joseph Myers <joseph@codesourcery.com>
43925
43926 [BZ #13871]
43927 * math/w_exp2.c: Do not include <float.h>.
43928 (o_threshold, u_threshold): Remove.
43929 (__exp2): Calculate result before checking finiteness and calling
43930 __kernel_standard.
43931 * math/w_exp2f.c: Likewise.
43932 * math/w_exp2l.c: Likewise.
43933 * math/libm-test.inc (exp2_test): Require overflow exception for
43934 1e6 input.
2460d3aa
JM
43935
43936 [BZ #3866]
43937 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43938 range of signed 64-bit integers before using fistpll. Remove
43939 checks for whether integers fit in mantissa bits.
43940 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43941 the range of signed 32-bit integers before using fistpl. Remove
43942 checks for whether integers fit in mantissa bits.
43943 * sysdeps/i386/fpu/e_powl.S (p64): New object.
43944 (__ieee754_powl): Test for y outside the range of signed 64-bit
43945 integers before using fistpll. Reduce 64-bit values to 63-bit
43946 ones as needed.
43947 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43948 divide-by-zero is raised for zero to large negative powers.
43949 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43950 (__ieee754_powl): Test for y outside the range of signed 64-bit
43951 integers before using fistpll. Reduce 64-bit values to 63-bit
43952 ones as needed.
43953 * math/libm-test.inc (pow_test): Add more tests.
43954
eb96ffb0
L
439552012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43956
43957 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43958 <stdio-common/_itoa.h>.
43959 * debug/segfault.c: Likewise.
43960 * elf/dl-cache.c: Likewise.
43961 * elf/dl-minimal.c: Likewise.
43962 * elf/dl-misc.c: Likewise.
43963 * elf/dl-sysdep.c: Likewise.
43964 * elf/dl-version.c: Likewise.
43965 * elf/rtld.c: Likewise.
43966 * hurd/hurdsock.c: Likewise.
43967 * hurd/lookup-retry.c: Likewise.
43968 * malloc/malloc.c: Likewise.
43969 * malloc/mtrace.c: Likewise.
43970 * nscd/nscd_getgr_r.c: Likewise.
43971 * nscd/nscd_getpw_r.c: Likewise.
43972 * nscd/nscd_getserv_r.c: Likewise.
43973 * posix/getopt_init.c: Likewise.
43974 * posix/wordexp.c: Likewise.
43975 * stdio-common/_itoa.c: Likewise.
43976 * stdio-common/printf_fphex.c: Likewise.
43977 * stdio-common/vfprintf.c: Likewise.
43978 * string/_strerror.c: Likewise.
43979 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43980 * sysdeps/i386/i686/hp-timing.h: Likewise.
43981 * sysdeps/mach/_strerror.c: Likewise.
43982 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43983 * sysdeps/mach/hurd/sethostid.c: Likewise.
43984 * sysdeps/mach/hurd/xmknodat.c: Likewise.
43985 * sysdeps/mach/xpg-strerror.c: Likewise.
43986 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43987 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43988 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43989 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43990 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43991 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43992 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43993 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43994 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43995 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43996 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43997 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43998 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43999 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44000 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44001 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44002 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44003 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44004 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44005 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44006 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44007
44008 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44009
44010 * stdio-common/_itoa.h: Moved to ...
44011 * sysdeps/generic/_itoa.h: Here.
44012
44013 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44014
44015 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44016 instead of "_itoa.h" and "_itowa.h".
44017 * stdio-common/vfprintf.: Likewise.
44018
d1af992d
L
440192012-03-20 H.J. Lu <hongjiu.lu@intel.com>
44020
44021 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44022 <bits/wordsize.h>.
44023 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44024 (__signbit): Likwise.
44025 (llrintf): Likwise.
44026 (llrint): Likwise.
44027
114883e0
L
440282012-03-20 H.J. Lu <hongjiu.lu@intel.com>
44029
44030 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44031 __WORDSIZE != 64.
44032
c135cc1b
JM
440332012-03-20 Joseph Myers <joseph@codesourcery.com>
44034
44035 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44036 OVERFLOW_EXCEPTION_OK.
44037 * math/libm-test.inc ("Philosophy"): Update comment about
44038 exception testing.
44039 (OVERFLOW_EXCEPTION): Define.
44040 (OVERFLOW_EXCEPTION_OK): Likewise.
44041 (INVALID_EXCEPTION_OK): Renumber.
44042 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44043 (IGNORE_ZERO_INF_SIGN): Likewise.
44044 (test_exceptions): Handle FE_OVERFLOW.
44045 (exp10_test): Expect overflow exceptions.
44046 (exp2_test): Likewise.
44047 (expm1_test): Likewise.
44048 (nextafter_test): Likewise.
44049 (pow_test): Likewise.
44050 (scalbn_test): Likewise.
44051 (scalbln_test): Likewise.
44052
95443d88
L
440532012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44054
44055 * sysdeps/x86_64/bits/atomic.h
44056 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44057 64bit integer.
44058 (atomic_exchange_acq): Likewise.
44059 (__arch_exchange_and_add_body): Likewise.
44060 (__arch_add_body): Likewise.
44061 (atomic_add_negative): Likewise.
44062 (atomic_add_zero): Likewise.
44063
490df6c4
L
440642012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44065
c2722551 44066 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
44067 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44068
5e52b189
L
440692012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44070
44071 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44072 Check __x86_64__ instead of __WORDSIZE.
44073
a9879d4c
L
440742012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44075
44076 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44077
5df98260
DM
440782012-03-19 David S. Miller <davem@davemloft.net>
44079
e1497744
DM
44080 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44081
5df98260
DM
44082 * sysdeps/sparc/fpu/fenv_private.h: New file.
44083 * sysdeps/sparc/fpu/math_private.h: Use it.
44084 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44085 Remove.
57f41c40 44086 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
44087 (libc_feholdexcept_setroundl): Remove.
44088 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44089 Remove.
44090 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44091 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44092
b4c35121
L
440932012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44094
44095 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44096 int64_t instead of long int.
44097 (INSERT_WORDS64): Likwise.
44098
56965fd7
L
440992012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44100
44101 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44102 _Unwind_GetCFA return to _Unwind_Ptr first.
44103
83d1aec8
JM
441042012-03-19 Joseph Myers <joseph@codesourcery.com>
44105
1897ad44
JM
44106 [BZ #13629]
44107 * math/s_clog.c: Include <float.h>.
44108 (__clog): Scale large or subnormal inputs.
44109 * math/s_clogf.c: Likewise.
44110 * math/s_clogl.c: Likewise.
44111 * math/s_clog10.c: Include <float.h>.
44112 (M_LOG10_2): Define.
44113 (__clog10): Scale large or subnormal inputs.
44114 * math/s_clog10f.c: Likewise.
44115 * math/s_clog10l.c: Likewise.
44116 * math/libm-test.inc (clog_test): Add more tests.
44117 (clog10_test): Likewise.
44118 * sysdeps/i386/fpu/libm-test-ulps: Update.
44119 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44120
7726d6a9
JM
44121 [BZ #11451]
44122 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44123 x and y.
44124 * math/libm-test.inc (atan2_test): Add another test.
44125
83d1aec8
JM
44126 * Makerules (common-objdir-compile): Remove.
44127 * sysdeps/unix/Makefile (config-generated): Do not add
44128 $(unix-generated) to variable.
44129 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44130 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44131 Remove rule.
44132 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44133 Likewise.
44134 [generic bits/local_lim.h] (before-compile): Do not append to
44135 variable.
44136 [generic bits/local_lim.h] (common-generated): Likewise.
44137 [generic sys/param.h] (before-compile): Do not append to variable.
44138 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44139 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44140 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44141 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44142 include.
44143 [generic sys/param.h] (sys/param.h-includes): Remove variable.
44144 [generic sys/param.h] (sys/param.h-includes): Remove rule.
44145 [generic sys/param.h] ($(addprefix
44146 $(common-objpfx),$(sys/param.h-includes))): Likewise.
44147 [generic sys/param.h] (common-generated): Do not append to
44148 variable.
44149 [generic sys/param.h] (sysdep_headers): Likewise.
44150 [generic bits/errno.h] (before-compile): Do not append to
44151 variable.
44152 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44153 rule.
44154 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44155 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44156 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44157 [generic bits/errno.h] (common-generated): Do not append to
44158 variable.
44159 [generic bits/ioctls.h] (before-compile): Do not append to
44160 variable.
44161 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44162 rule.
44163 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44164 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44165 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44166 rule.
44167 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44168 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44169 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44170 [generic bits/ioctls.h] (common-generated): Do not append to
44171 variable.
44172 [generic sys/syscall.h] (syscall.h): Remove variable.
44173 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44174 rule.
44175 [generic sys/syscall.h] (before-compile): Do not append to
44176 variable.
44177 [generic sys/syscall.h] (common-generated): Likewise.
44178 * sysdeps/unix/errnos-tmpl.c: Remove file.
44179 * sysdeps/unix/errnos.awk: Likewise.
44180 * sysdeps/unix/ioctls-tmpl.c: Likewise.
44181 * sysdeps/unix/ioctls.awk: Likewise.
44182 * sysdeps/unix/mk-local_lim.c: Likewise.
44183 * sysdeps/unix/snarf-ioctls: Likewise.
44184
4851a949
RH
441852012-03-19 Richard Henderson <rth@twiddle.net>
44186
bd37f2ee
RH
44187 * sysdeps/i386/fpu/fenv_private.h: New file.
44188 * sysdeps/i386/fpu/math_private.h: Use it.
44189 (math_opt_barrier, math_force_eval): Remove.
44190 (libc_feholdexcept_setround_53bit): Remove.
44191 (libc_feupdateenv_53bit): Remove.
44192 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44193 (math_opt_barrier, math_force_eval): Remove.
44194 (libc_feholdexcept): Remove.
44195 (libc_feholdexcept_setround): Remove.
44196 (libc_fetestexcept, libc_fesetenv): Remove.
44197 (libc_feupdateenv_test): Remove.
44198 (libc_feupdateenv, libc_feholdsetround): Remove.
44199 (libc_feresetround): Remove.
44200
d0adc922
RH
44201 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44202 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44203
0fe0f1f8
RH
44204 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44205 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44206 (libc_feupdateenv_testl): New.
44207 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44208 (libc_feupdateenv_testf): New.
44209 (libc_feupdateenv): Use libc_feupdateenv_test.
44210 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44211 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44212
eb92c487
RH
44213 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44214 (libc_feholdsetroundf, libc_feholdsetroundl): New.
44215 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44216 (libc_feresetround_noex): New.
44217 (libc_feresetround_noexf): New.
44218 (libc_feresetround_noexl): New.
44219 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44220 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44221 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44222 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44223 SET_RESTORE_ROUND.
44224 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44225 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44226 (__cos): Likewise.
44227 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44228 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44229 SET_RESTORE_ROUND_NOEX.
44230 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44231 SET_RESTORE_ROUND_NOEXF.
44232 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44233 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44234 (libc_feholdsetroundf): New.
44235 (libc_feresetround, libc_feresetroundf): New.
44236
7d2e8012
RH
44237 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44238 (libc_feholdexcept_setround_53bit): Convert from macro to function.
44239 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
44240
b4dabbb4
RH
44241 * sysdeps/generic/math_private.h: Include <fenv.h>.
44242 (default_libc_feholdexcept): New.
44243 (default_libc_feholdexcept_setround): New.
44244 (default_libc_fesetenv, default_libc_feupdateenv): New.
44245 (libc_feholdexcept): Only define if undefined.
44246 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44247 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44248 (libc_feholdexcept_setroundl): Likewise.
44249 (libc_feholdexcept_setround_53bit): Likewise.
44250 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44251 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44252 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44253 (libc_feupdateenv_53bit): Likewise.
44254 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44255 (libc_feholdexcept): Convert from macro to inline function.
44256 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44257 (libc_fesetenv, libc_feupdateenv): Likewise.
44258
4851a949
RH
44259 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44260 not previously defined.
44261 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44262 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44263 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44264 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44265 * sysdeps/ieee754/flt-32/math_private.h: New file.
44266 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44267 math_private.h below SET_FLOAT_WORD.
44268 (__isnan, __isinf_ns, __finite): Remove.
44269 (__isnanf, __isinf_nsf, __finitef): Remove.
44270
e79d442e
AS
442712012-03-18 Andreas Schwab <schwab@linux-m68k.org>
44272
44273 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44274
90b80344
DM
442752012-03-17 David S. Miller <davem@davemloft.net>
44276
44277 [BZ #6471]
44278 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44279 for 2.16.
44280
edc21804
DM
442812012-03-16 David S. Miller <davem@davemloft.net>
44282
77e927af
DM
44283 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44284 warnings.
44285
374976dd
DM
44286 [BZ #6471]
44287 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44288 properly.
44289 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44290 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44291 sysdep_routines when subdir is sysvipc.
44292 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44293 __getshmlba helper.
44294
edc21804
DM
44295 * sysdeps/sparc/fpu/libm-test/ulps: Update.
44296
473c3ef3
L
442972012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44298
44299 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44300 [__LP64__].
44301
eb0f39b6
L
443022012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44303
44304 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44305 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44306 (__lround): Renamed to ...
44307 (__llround): This. Replace long int with long long int.
44308 Define lround functions as aliases of llround functions.
44309 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44310
6b6cd74b
L
443112012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44312
44313 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44314 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
44315 adresses to uintptr_t. Replace "long int" and "unsigned long
44316 int" with "greg_t" on va_arg.
44317
f1a77b01
L
443182012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44319
44320 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44321 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44322
44323 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44324 Move e_machine check before EI_CLASS check. Handle x32
44325 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44326 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44327 SKIP_EM_IA_64 and include
44328 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44329
44330 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44331 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44332 (add_system_dir): New macro.
44333
44334 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44335 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44336
11b90b9f
JM
443372012-03-16 Joseph Myers <joseph@codesourcery.com>
44338
c36e1d23
JM
44339 [BZ #2551]
44340 [BZ #2552]
44341 [BZ #2553]
44342 [BZ #2554]
44343 [BZ #2562]
44344 [BZ #2563]
44345 [BZ #2565]
44346 [BZ #2566]
44347 [BZ #2576]
44348 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44349 (y0): Likewise.
44350 * math/w_j0f.c (j0f): Likewise.
44351 (y0f): Likewise.
44352 * math/w_j0l.c (__j0l): Likewise.
44353 (__y0l): Likewise.
44354 * math/w_j1.c (j1): Likewise.
44355 (y1): Likewise.
44356 * math/w_j1f.c (j1f): Likewise.
44357 (y1f): Likewise.
44358 * math/w_j1l.c (__j1l): Likewise.
44359 (__y1l): Likewise.
44360 * math/w_jn.c (jn): Likewise.
44361 (yn): Likewise.
44362 * math/w_jnf.c (jnf): Likewise.
44363 (ynf): Likewise.
44364 * math/w_jnl.c (__jnl): Likewise.
44365 (__ynl): Likewise.
44366 * math/libm-test.inc (j0_test): Add more tests.
44367 (j1_test): Likewise.
44368 (jn_test): Likewise. Add trailing semicolon to existing test.
44369 (y0_test): Likewise.
44370 (y1_test): Likewise.
44371 * sysdeps/i386/fpu/libm-test-ulps: Update.
44372 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44373
11b90b9f
JM
44374 [BZ #13851]
44375 [BZ #13854]
44376 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44377 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44378 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44379 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44380 (__tanl): Set errno for infinite argument.
44381 * sysdeps/i386/fpu/mptan.c: Remove.
44382 * sysdeps/i386/fpu/s_tan.S: Likewise.
44383 * sysdeps/i386/fpu/s_tanl.S: Likewise.
44384 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44385 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44386 * math/libm-test.inc (tan_test): Add more tests and enable more
44387 tests for double and long double.
44388 * sysdeps/i386/fpu/libm-test-ulps: Update.
44389 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44390
6a1bd2a1
JK
443912012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
44392
44393 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44394 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44395
10a803e0
RM
443962012-03-16 Roland McGrath <roland@hack.frob.com>
44397
44398 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44399 * configure.in: Use it for both main tree and add-ons.
44400 * configure: Regenerated.
44401
f196c7f7
L
444022012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44403
44404 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44405
8848d99d
JM
444062012-03-16 Joseph Myers <joseph@codesourcery.com>
44407
96cbe7f4
JM
44408 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44409 in comment.
44410
8848d99d
JM
44411 [BZ #13851]
44412 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44413 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44414 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44415 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44416 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44417 infinite argument.
44418 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44419 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44420 != 0 for prec == 2.
44421 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44422 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44423 * sysdeps/i386/fpu/s_cosl.S: Likewise.
44424 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44425 * sysdeps/i386/fpu/s_sinl.S: Likewise.
44426 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44427 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44428 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44429 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44430 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44431 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44432 * math/libm-test.inc (cos_test): Add more tests and enable more
44433 tests for long double.
44434 (sin_test): Likewise.
44435 (sincos_test): Likewise.
44436 * sysdeps/i386/fpu/libm-test-ulps: Update.
44437 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44438
dd7f4703
DM
444392012-03-16 David S. Miller <davem@davemloft.net>
44440
44441 * sysdeps/sparc/fpu/math_private.h: New file.
44442
006f1daa
DM
444432012-03-15 David S. Miller <davem@davemloft.net>
44444
c0c83bc8
DM
44445 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44446 file.
e6a62e18 44447 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
44448 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44449 file.
e6a62e18
DM
44450 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44451 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44452 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44453 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44454 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44455 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44456 sysdep routines.
44457 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44458
88cb87d9
DM
44459 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44460 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44461
006f1daa 44462 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
44463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44464 sparc-ifunc.h
006f1daa 44465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
44466 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44467 Likewise.
44468 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44469 Likewise.
006f1daa
DM
44470 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44471 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44472 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
44473 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44474 Likewise.
006f1daa
DM
44475 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44476 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44477 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44478 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
44479 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44480 Likewise.
44481 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44482 Likewise.
006f1daa
DM
44483 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44484 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44485 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44486 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44487 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44488 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44489 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44490 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44491 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44492 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44493 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44494 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44495 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44496 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44497 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44498 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44499 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44500 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44501 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44502 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44503 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44504 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44505 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44506 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44507
11e0098e
AS
445082012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44509
44510 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44511 scaling.
44512 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44513
e85b09d0
AJ
445142012-03-15 Andreas Jaeger <aj@suse.de>
44515
44516 [BZ #13852]
44517 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44518 ieee754/flt-32 implementation for sin, cos and sincos.
44519 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44520 * sysdeps/i386/fpu/s_cosf.S: Likewise.
44521 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44522 * sysdeps/i386/fpu/s_sinf.S: Likewise.
44523 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44524 ieee754/flt-32 implementation for tan.
44525
44526 * math/libm-test.inc (cos_test): Enable some large input tests for
44527 float as well
44528 (sin_test): Likewise.
44529 (sincos_test): Likewise.
44530 (tan_test): Add tests for large input.
44531
44532 * sysdeps/i386/fpu/libm-test-ulps: Update.
44533
81c64153
AJ
445342012-03-15 Andreas Jaeger <aj@suse.de>
44535
44536 [BZ #13658]
44537 * math/libm-test.inc (cos_test): Add more test cases.
44538 (sin_test): Likewise.
44539 (sincos_test): Likewise.
44540
7bbfa5c6
AJ
445412012-03-15 Andreas Jaeger <aj@suse.de>
44542
44543 [BZ #13837]
44544 * math/libm-test.inc (cos_test): Add a test case for large input
44545 value.
44546 (sin_test): Likewise.
44547 (sincos_test): Likewise.
44548
57f41c40
AS
445492012-03-15 Andreas Jaeger <aj@suse.de>
44550 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
44551
44552 [BZ #13658]
0671f479 44553 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
44554 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44555 * sysdeps/i386/fpu/branred.c: Likewise.
44556 * sysdeps/i386/fpu/dosincos.c: Likewise.
44557 * sysdeps/i386/fpu/mpa.c: Likewise.
44558 * sysdeps/i386/fpu/s_cos.S: Likewise.
44559 * sysdeps/i386/fpu/s_sin.S: Likewise.
44560 * sysdeps/i386/fpu/s_sincos.S: Likewise.
44561 * sysdeps/i386/fpu/sincos32.c: Likewise.
44562
44563 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44564 Define.
44565 (libc_feupdateenv_53bit): Define.
44566 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44567 Define.
44568 (libc_feupdateenv_53bit): Define.
44569
44570 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44571 53 bit (without extend i386 double precision).
44572
44573 * math/libm-test.inc (sincos_test): Add tests for large input.
44574 (sin): Likewise.
44575 (cos): Likewise.
44576
44577 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44578
9cad04ea
AS
445792012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44580
44581 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44582
f7062b9a
DM
445832012-03-15 David S. Miller <davem@davemloft.net>
44584
44585 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44586 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44587 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44588 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44589 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44590 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44591 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44592 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44593 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44594 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44595 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44596 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44597 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44598 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44599 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
44600 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44601 file.
f7062b9a 44602 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
44603 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44604 file.
f7062b9a 44605 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
44606 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44607 file.
f7062b9a 44608 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
44609 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44610 file.
f7062b9a
DM
44611 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44612 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44613 fmin/fmax sysdep routines.
44614 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44615
7bd951ff
DM
446162012-03-14 David S. Miller <davem@davemloft.net>
44617
559398ab
DM
44618 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44619 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44620 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44621 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44622 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44623 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44624 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44625 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44626 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44627 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44628 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44629 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44630 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44631 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44632 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44633 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44634 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44635 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44636 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44637 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44638 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44639 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44640 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44641 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44642 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44643 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44644 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44645 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44646 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44647 routines.
44648 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44649 file.
559398ab 44650 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
44651 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44652 file.
559398ab 44653 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
44654 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44655 file.
559398ab 44656 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
44657 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44658 file.
559398ab 44659 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
44660 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44661 file.
559398ab 44662 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
44663 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44664 file.
44665 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44666 file.
44667 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44668 file.
44669 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44670 file.
44671 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44672 New file.
44673 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44674 file.
44675 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44676 file.
559398ab 44677 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
44678 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44679 file.
559398ab 44680 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44681 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44682 file.
559398ab 44683 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
44684 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44685 file.
559398ab 44686 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
44687 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44688 VIS3 routines.
559398ab
DM
44689
44690 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44691 New file.
44692
5a1c1e32
DM
44693 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44694
eae47a36
DM
44695 * sysdeps/sparc/configure.in: New file.
44696 * sysdeps/sparc/configure: Generate.
44697 * configure.in (libc_cv_sparc_as_vis3): Substitute.
44698 * configure: Regenerate.
44699 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44700 * config.make.in (have-as-vis3): New.
44701 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44702 available use -Av9d instead of -Av9a.
44703 * sysdeps/sparc/sparc64/Makefile: Likewise.
44704 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
44705 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44706 New file.
44707 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44708 file.
44709 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44710 New file.
44711 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44712 file.
eae47a36
DM
44713 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44714 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44715 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44716 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44717 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44718
c0c83bc8
DM
44719 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44720 fzeros/fnegs to load 0x80000000 into a float register instead of
44721 using the stack.
7bd951ff
DM
44722 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44723
bd951ccb
JM
447242012-03-14 Joseph Myers <joseph@codesourcery.com>
44725
44726 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44727 bits/syscall.h.
44728 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44729 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44730 ($(inst_includedir)/bits/syscall.h): Remove rule.
44731 ($(objpfx)bits/syscall.d): Include instead of
44732 $(objpfx)syscall-list.d.
44733 (generated): Change syscall-list.h and syscall-list.d to
44734 bits/syscall.h and bits/syscall.d.
44735
bb4e6db2
RM
447362012-03-14 Roland McGrath <roland@hack.frob.com>
44737
44738 [BZ #13846]
44739 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44740
aa4a2ae1
JM
447412012-03-14 Joseph Myers <joseph@codesourcery.com>
44742
e456826d
JM
44743 [BZ #13841]
44744 * math/s_csqrt.c: Include <float.h>.
44745 (__csqrt): Scale large or subnormal inputs.
44746 * math/s_csqrtf.c: Likewise.
44747 * math/s_csqrtl.c: Likewise.
44748 * math/libm-test.inc (csqrt_test): Add more tests.
44749 * sysdeps/i386/fpu/libm-test-ulps: Update.
44750 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44751
aa4a2ae1
JM
44752 [BZ #13840]
44753 * math/libm-test.inc (hypot_test): Add more tests.
44754
7c10fd35
DM
447552012-03-13 David S. Miller <davem@davemloft.net>
44756
44757 [BZ #13840]
44758 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44759 double-precision for the calculation instead of scaling.
44760
f453b98b
JM
447612012-03-13 Joseph Myers <joseph@codesourcery.com>
44762
44763 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44764 manipulate bits before adding and subtracting TWO52[sx].
44765 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44766 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44767 Likewise.
44768 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44769
09a3453f
DM
447702012-03-13 David S. Miller <davem@davemloft.net>
44771
8e59da90
DM
44772 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44773 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44774 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44775 rtld-global-offsets.h
44776 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44777
2a8ab7f2
DM
44778 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44779 large parameters.
44780
10f62770
DM
44781 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44782
5f0bdb18
DM
44783 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44784 'err' in the ifdef scope in which it is actually used.
44785
09a3453f
DM
44786 * nss/nss_db/db-init.c: Include string.h
44787
b4b2eb5e
DM
447882012-03-12 David S. Miller <davem@davemloft.net>
44789
98bb2f1c
DM
44790 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44791 masking out of the most significant byte of random value used.
44792 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44793 Fix coding style in previous change.
44794
b4b2eb5e
DM
44795 * sysdeps/unix/sysv/linux/kernel-features.h
44796 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44797 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44798 expression.
44799 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44800 later.
44801
6e226b09
DM
448022012-03-11 David S. Miller <davem@davemloft.net>
44803
a1bcbd40
DM
44804 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44805 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44806 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44807 for 'resultvar' otherwise things get truncated on 64-bit.
44808
cb9d6174
DM
44809 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44810 Fix masking out of the most significant byte of random value used.
44811
6e226b09
DM
44812 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44813
058c132d
AS
448142012-03-10 Andreas Schwab <schwab@linux-m68k.org>
44815
44816 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44817
2d2cd515
DM
448182012-03-09 David S. Miller <davem@davemloft.net>
44819
44820 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44821 variables with appropriate CPP guards.
57f41c40
AS
44822 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44823 from the frame pointer, not the stack pointer. Correct layout
44824 comments. Fix test on resulting framesize and the management of
44825 the outregs buffer for pltexit. Preserve floating point return
44826 values across _dl_call_pltexit call.
2d2cd515
DM
44827 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44828 framesize and the management of the outregs buffer for pltexit.
44829 Preserve floating point return values across _dl_call_pltexit
44830 call.
57f41c40
AS
44831 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44832 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44833 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
44834 (print_exit): Fix format string for return register value.
44835
9a07f9d0
JM
448362012-03-10 Joseph Myers <joseph@codesourcery.com>
44837
44838 * sunrpc/Makefile (others): Add rpcgen.
44839 ($(objpfx)rpcgen): Remove special build rule and dependency on
44840 libc.
44841 * sunrpc/rpcgen.c: New file.
44842
547b5e30
PE
448432012-03-09 Paul Eggert <eggert@cs.ucla.edu>
44844
c524201a
PE
44845 [BZ #13673]
44846 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44847 * stdio-common/bug-vfprintf-nargs.c: Likewise.
44848 * sysdeps/i386/crti.S: Likewise.
44849 * sysdeps/i386/crtn.S: Likewise.
44850 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44851 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44852 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44853 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44854 * sysdeps/sh/crti.S: Likewise.
44855 * sysdeps/sh/crtn.S: Likewise.
44856 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44857
7b6235f2
PE
44858 [BZ #13673]
44859 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44860 with URL.
44861 * locale/programs/locfile-kw.gperf: Likewise.
44862 * locale/programs/charmap-kw.h: Regenerated.
44863 * locale/programs/locfile-kw.h: Likewise.
44864
547b5e30
PE
44865 [BZ #13673]
44866 * intl/plural.y: Replace FSF snail mail address with URL.
44867 * intl/plural.c: Regenerated.
44868
5f0a5dae
RH
448692012-03-09 Richard Henderson <rth@twiddle.net>
44870
44871 * include/math_private.h: Remove file.
44872 * math/math_private.h: Move file ...
44873 * sysdeps/generic/math_private.h: ... here.
44874
b8c03620
RH
44875 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44876 * sysdeps/powerpc/fpu/math_private.h: Likewise.
44877 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44878
4e234f5d 44879 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
44880 and <math_private.h>.
44881 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44882 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44883 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44884 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44885 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44886 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44887 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44888 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44889 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44890 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44891 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44892 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44893 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44894 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44895 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44896 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44897 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44898 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44899 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44900 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44901 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44902 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44903 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44904 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44905 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44906 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44907 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44908 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44909 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44910 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44911 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44912 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44913 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44914 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44915 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44916 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44917 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44918 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44919 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44920 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44921 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44922 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44923 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44924 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44925 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44926 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44927 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44928 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44929 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44930 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44931 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44932 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44933 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44934 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44935 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44936 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44937 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44938 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44939 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44940 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44941 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44942 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44943 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44944 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44945 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44946 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44947 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44948 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44949 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44950 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44951 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44952 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44953 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44954 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44955 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44956 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44957 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44958 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44959 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44960 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44961 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44962 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44963 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44964 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44965 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44966 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44967 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44968 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44969 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44970 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44971 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44972 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44973 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44974 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44975 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44976 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44977 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44978 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44979 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44980 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44981 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44982 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44983 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44984 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44985 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44986 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44987 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44988 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44989 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44990 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44991 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44992 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44993 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44994 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44995 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44996 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44997 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44998 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44999 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45000 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45001 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45002 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45003 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45004 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45005 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45006 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45007 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45008 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45009 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45010 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45011 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45012 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45013 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45014 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45015 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45016 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45017 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45018 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45019 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45020 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45021 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45022 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45023 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45024 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45025 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45026 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45027 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45028 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45029 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45030 * sysdeps/ieee754/k_standard.c: Likewise.
45031 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45032 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45033 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45034 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45035 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45036 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45037 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45038 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45039 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45040 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45041 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45042 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45043 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45044 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45045 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45046 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45047 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45048 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45049 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45050 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45051 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45052 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45053 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45054 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45055 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45056 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45057 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45058 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45059 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45060 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45061 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45062 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45063 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45064 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45065 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45066 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45067 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45068 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45069 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45070 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45071 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45072 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45073 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45074 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45075 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45076 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45077 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45078 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45079 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45080 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45081 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45082 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45083 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45084 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45085 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45086 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45087 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45088 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45089 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45090 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45091 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45092 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45093 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45094 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45095 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45096 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45097 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45098 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45099 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45100 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45101 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45102 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45103 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45104 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45105 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45106 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45107 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45108 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45109 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45110 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45111 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45112 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45113 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45114 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45115 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45116 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45117 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45118 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45119 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45120 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45121 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45122 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45123 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45124 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45125 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45126 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45127 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45128 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45129 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45130 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45131 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45132 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45133 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45134 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45135 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45136 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45137 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45138 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45139 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45140 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45141 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45142 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45143 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45144 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45145 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45146 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45147 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45148 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45149 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45150 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45151 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45152 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45153 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45154 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45155 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45156 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45157 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45158 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45159 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45160 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45161 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45162 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45163 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45164 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45165 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45166 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45167 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45168 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45169 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45170 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45171 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45172 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45173 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45174 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45175 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45176 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45177 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45178 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45179 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45180 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45181 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45182 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45183 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45184 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45185 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45186 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45187 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45188 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45189 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45190 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45191 * sysdeps/ieee754/s_lib_version.c: Likewise.
45192 * sysdeps/ieee754/s_matherr.c: Likewise.
45193 * sysdeps/ieee754/s_signgam.c: Likewise.
45194 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45195 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45196 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45197 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45198 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45199 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45200 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45201 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45202 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45203 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45204 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45205 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45206 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45207 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45208 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45209 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45210 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45211 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45212 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45213 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45214 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 45215
1991fa03
JM
452162012-03-09 Joseph Myers <joseph@codesourcery.com>
45217
45218 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45219 * sunrpc/rpc_main.c: Likewise.
45220 * sunrpc/rpc_svcout.c: Likewise.
45221
60d6f5a6
DM
452222012-03-09 David S. Miller <davem@davemloft.net>
45223
45224 * include/math_private.h: New file.
45225
4962050e
JM
452262012-03-09 Joseph Myers <joseph@codesourcery.com>
45227
02a6f887
JM
45228 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45229 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45230 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45231 from <bits/socket_type.h>.
45232 (enum __socket_type): Don't define here.
45233 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45234 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45235 bits/socket_type.h.
45236
c6e013c1
JM
45237 [BZ #13566]
45238 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45239 checking __USE_GNU.
45240
4962050e
JM
45241 * Makerules ($(inst_includedir)/%.h): New rule.
45242 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45243 (install-others): Remove variable setting.
45244 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45245
38842f45
RH
452462012-03-08 Richard Henderson <rth@twiddle.net>
45247
67bb6da6
RH
45248 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45249 from macro to inline function; merge with the
45250 !__LIBC_INTERNAL_MATH_INLINES version.
45251 (__ieee754_sqrtf): Likewise.
45252
15194b4b
RH
45253 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45254 to inline function.
45255 (__rintf, __floor, __floorf): Likewise.
45256
64e21ede
RH
45257 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45258 macro to inline function.
45259 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45260
38842f45
RH
45261 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45262 not <math/math_private.h>.
45263
c64bf5fe
DM
452642012-03-08 David S. Miller <davem@davemloft.net>
45265
45266 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45267 copyright year.
45268 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45269
82d86f28
TS
452702012-03-08 Thomas Schwinge <thomas@codesourcery.com>
45271
45272 * resolv/gai_misc.c (handle_requests): Fix struct timespec
45273 normalization.
45274 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45275 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45276
aea5d727
UD
452772012-03-08 Ulrich Drepper <drepper@gmail.com>
45278
45279 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
45280 be defined individually, they must be defined as a block. Define
45281 S for printing a string instead of hidint the different by using a
45282 macro for adding the 'l'.
45283 * stdio-common/tst-fphex-wide.c: Adjust.
45284
70bca0a3
MP
452852012-03-07 Marek Polacek <polacek@redhat.com>
45286
45287 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45288
65b81130
MP
452892012-03-08 Marek Polacek <polacek@redhat.com>
45290
45291 [BZ #13806]
45292 * stdio-common/Makefile (tests): Add tst-fphex-wide.
45293 * stdio-common/tst-fphex.c: Define a few macros to make the
45294 test reusable. Use them.
45295 * stdio-common/tst-fphex-wide.c: New file.
45296
07037eeb
JM
452972012-03-08 Joseph Myers <joseph@codesourcery.com>
45298
a7a93d50
JM
45299 [BZ #6911]
45300 * manual/macros.texi (gnusystems): New macro.
45301 (nongnusystems): Likewise.
45302 (gnulinuxhurdsystems): Likewise.
45303 (gnuhurdsystems): Likewise..
45304 (gnulinuxsystems): Likewise.
45305 * manual/charset.texi: Use new macros or @theglibc{} to refer to
45306 variants of the GNU system, not "GNU system".
45307 * manual/conf.texi: Likewise.
45308 * manual/errno.texi: Likewise. Update example of errno macro
45309 expansion.
45310 * manual/filesys.texi: Likewise.
45311 (getumask): Document as specific to GNU/Hurd.
45312 * manual/install.texi: Likewise. Reword some references to
45313 GNU/Linux.
45314 * manual/intro.texi: Likewise.
45315 * manual/io.texi: Likewise.
45316 (File Name Portability): Detail which constraints are inapplicable
45317 to all GNU systems and which are only inapplicable to GNU/Hurd.
45318 * manual/job.texi: Likewise.
45319 * manual/llio.texi: Likewise.
45320 (O_NOCTTY): Document as present on GNU/Linux.
45321 * manual/maint.texi: Likewise.
45322 * manual/memory.texi: Likewise.
45323 * manual/pattern.texi: Likewise.
45324 * manual/pipe.texi: Likewise.
45325 * manual/process.texi: Likewise.
45326 * manual/resource.texi: Likewise.
45327 (RUSAGE_CHILDREN): Remove statement about specifying a particular
45328 child on GNU/Hurd.
45329 * manual/setjmp.texi: Likewise.
45330 * manual/signal.texi: Likewise.
45331 * manual/startup.texi: Likewise.
45332 * manual/stdio.texi: Likewise.
45333 * manual/terminal.texi: Likewise.
45334 (ONLCR): Document as POSIX.
45335 (OXTABS): Document availability on GNU/Linux as XTABS.
45336 (ONOEOT): Document availability separately from other bits.
45337 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45338 * manual/time.texi: Likewise.
45339 * manual/users.texi: Likewise.
45340 * INSTALL: Regenerated.
45341 * sysdeps/gnu/errlist.c: Regenerated.
45342
07037eeb
JM
45343 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45344 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45345 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
45346 puts.
45347 * configure: Regenerated.
45348
d1d3431a
JM
453492012-03-07 Joseph Myers <joseph@codesourcery.com>
45350
af6a1e37
JM
45351 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45352 default includes instead of AC_HEADER_CHECK.
45353 * sysdeps/i386/configure: Regenerated.
45354
d1d3431a
JM
45355 [BZ #10716]
45356 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45357 * math/s_cacoshf.c (__cacoshf): Likewise.
45358 * math/s_cacoshl.c (__cacoshl): Likewise.
45359 * math/s_casinh.c (__casinh): Set signs of result from argument.
45360 * math/s_casinhf.c (__casinhf): Likewise.
45361 * math/s_casinhl.c (__casinhl): Likewise.
45362 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45363 (casinh_test): Add more tests.
45364 * sysdeps/i386/fpu/libm-test-ulps: Update.
45365 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45366
482ff4da
UD
453672012-03-07 Ulrich Drepper <drepper@gmail.com>
45368
872fda05
UD
45369 * po/zh_TW.po: Update from translation team.
45370
a4300c7a
UD
45371 * login/Makefile (distribute): Remove variable.
45372 * catgets/Makefile: Likewise.
45373 * mach/Makefile: Likewise.
45374 * malloc/Makefile: Likewise.
45375 * misc/Makefile: Likewise.
45376 * iconv/Makefile: Likewise.
45377 * nscd/Makefile: Likewise.
45378 * hurd/Makefile: Likewise.
45379 * manual/Makefile: Likewise.
45380 * locale/Makefile: Likewise.
45381 * intl/Makefile: Likewise.
45382 * conform/Makefile: Likewise.
45383 * nss/Makefile: Likewise.
45384 * time/Makefile: Likewise.
45385 * soft-fp/Makefile: Likewise.
45386 * dirent/Makefile: Likewise.
45387 * gmon/Makefile: Likewise.
45388 * po/Makefile: Likewise.
45389 * rt/Makefile: Likewise.
45390 * socket/Makefile: Likewise.
45391 * math/Makefile: Likewise.
45392 * signal/Makefile: Likewise.
45393 * debug/Makefile: Likewise.
45394 * elf/Makefile: Likewise.
45395 * timezone/Makefile: Likewise.
45396 * stdlib/Makefile: Likewise.
45397 * iconvdata/Makefile: Likewise.
45398 * sunrpc/Makefile: Likewise.
45399 * io/Makefile: Likewise.
45400 * argp/Makefile: Likewise.
45401 * inet/Makefile: Likewise.
45402 * hesiod/Makefile: Likewise.
45403 * grp/Makefile: Likewise.
45404 * csu/Makefile: Likewise.
45405 * wctype/Makefile: Likewise.
45406 * crypt/Makefile: Likewise.
45407 * libio/Makefile: Likewise.
45408 * string/Makefile: Likewise.
45409 * nis/Makefile: Likewise.
45410 * resolv/Makefile: Likewise.
45411 * stdio-common/Makefile: Likewise.
45412 * wcsmbs/Makefile: Likewise.
45413 * dlfcn/Makefile: Likewise.
45414 * posix/Makefile: Likewise.
45415
3b7c4e74 45416 [BZ #6959]
482ff4da
UD
45417 * timezone/Makefile: Don't install timezone files, just the programs
45418 and scripts.
45419
f72ed77d
UD
454202012-03-06 Ulrich Drepper <drepper@gmail.com>
45421
a000466f
UD
45422 * nss/databases.def: Add missing gshadow entry.
45423
f72ed77d
UD
45424 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
45425
a53b7a4e
MP
454262012-03-06 Marek Polacek <polacek@redhat.com>
45427
45428 [BZ #13726]
45429 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45430 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45431 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45432 * stdio-common/tst-long-dbl-fphex.c: New file.
45433
e9258400
DM
454342012-03-06 David S. Miller <davem@davemloft.net>
45435
45436 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45437 (set_obp_int): New function.
45438 (get_obp_int): New function.
45439 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
45440 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45441 Avoid unused variable warnings on 'val' and use builtin_expect.
45442 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45443 __builtin_expect.
e9258400
DM
45444 (INLINE_CLONE_SYSCALL): Likewise.
45445
3bd2c723
DM
454462012-03-05 David S. Miller <davem@davemloft.net>
45447
45448 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45449
bbb78d03
AS
454502012-03-05 Andreas Schwab <schwab@linux-m68k.org>
45451
884c5db4
AS
45452 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45453
bbb78d03
AS
45454 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45455 only for |x| >= 40.
45456 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45457
1c9f702a 454582012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
45459
45460 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45461 Replace gettimeofday with __vdso_gettimeofday.
45462
7be16f82
RM
45463 * sysdeps/unix/sysv/linux/x86_64/init-first.c
45464 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45465 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
45466
45467 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45468 time with __vdso_time.
45469
ed58a00f
JM
454702012-03-05 Joseph Myers <joseph@codesourcery.com>
45471
45472 * manual/lang.texi (size_t): Note types to which size_t may be
45473 equivalent with the GNU C Library, but do not describe when
45474 differences between them are significant.
45475
30ee4ced
AJ
454762012-03-05 Andreas Jaeger <aj@suse.de>
45477
45478 * sysdeps/i386/fpu/libm-test-ulps: Update.
45479
b7cd39e8
JM
454802012-03-05 Joseph Myers <joseph@codesourcery.com>
45481
45482 [BZ #3976]
45483 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45484 (__ieee754_pow): Save and restore rounding mode and use
45485 round-to-nearest for main computations.
45486 * math/libm-test.inc (pow_test_tonearest): New function.
45487 (pow_test_towardzero): Likewise.
45488 (pow_test_downward): Likewise.
45489 (pow_test_upward): Likewise.
45490 (main): Call the new functions.
45491 * sysdeps/i386/fpu/libm-test-ulps: Update.
45492 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
45493
45494 [BZ #3976]
45495 * math/libm-test.inc (cosh_test_tonearest): New function.
45496 (cosh_test_towardzero): Likewise.
45497 (cosh_test_downward): Likewise.
45498 (cosh_test_upward): Likewise.
45499 (sinh_test_tonearest): Likewise.
45500 (sinh_test_towardzero): Likewise.
45501 (sinh_test_downward): Likewise.
45502 (sinh_test_upward): Likewise.
45503 (main): Call the new functions.
45504 * sysdeps/i386/fpu/libm-test-ulps: Update.
45505 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45506
6c6a98c9
TV
455072012-03-05 Tom de Vries <tom@codesourcery.com>
45508
45509 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45510 default stack guard is set in last bytes.
45511 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45512
21bb2d2e 455132012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 45514
21bb2d2e 45515 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 45516
21bb2d2e
AJ
45517 [BZ #13656]
45518 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45519 possibly allocate from heap instead of stack.
45520 * stdio-common/bug-vfprintf-nargs.c: New file.
45521 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 45522
c6922934
AS
455232012-03-03 Andreas Schwab <schwab@linux-m68k.org>
45524
45525 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45526
bc957d53
MP
455272012-03-03 Marek Polacek <polacek@redhat.com>
45528
45529 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45530 * math/math_private.h: Likewise.
45531 * stdlib/tst-strtod.c: Likewise.
45532 * sysdeps/i386/i486/bits/atomic.h: Likewise.
45533 * sysdeps/x86_64/bits/atomic.h: Likewise.
45534
6358490d
DM
455352012-03-02 David S. Miller <davem@davemloft.net>
45536
45537 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45538 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45539 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45540 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45541 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45542 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45543 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45544 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45545
01ae168d
RM
455462012-03-02 Roland McGrath <roland@hack.frob.com>
45547
d9a17c07
RM
45548 [BZ #13792]
45549 * manual/examples/README: New file, says the example source files
45550 can be used under GPL>=2.
45551 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45552 line containing just "*/".
45553 * manual/examples/add.c: Add copyright header (GPL>=2).
45554 * manual/examples/argp-ex1.c: Likewise.
45555 * manual/examples/argp-ex2.c: Likewise.
45556 * manual/examples/argp-ex3.c: Likewise.
45557 * manual/examples/argp-ex4.c: Likewise.
45558 * manual/examples/atexit.c: Likewise.
45559 * manual/examples/db.c: Likewise.
45560 * manual/examples/dir.c: Likewise.
45561 * manual/examples/dir2.c: Likewise.
45562 * manual/examples/execinfo.c: Likewise.
45563 * manual/examples/filecli.c: Likewise.
45564 * manual/examples/filesrv.c: Likewise.
45565 * manual/examples/fmtmsgexpl.c: Likewise.
45566 * manual/examples/genpass.c: Likewise.
45567 * manual/examples/inetcli.c: Likewise.
45568 * manual/examples/inetsrv.c: Likewise.
45569 * manual/examples/isockad.c: Likewise.
45570 * manual/examples/longopt.c: Likewise.
45571 * manual/examples/memopen.c: Likewise.
45572 * manual/examples/memstrm.c: Likewise.
45573 * manual/examples/mkfsock.c: Likewise.
45574 * manual/examples/mkisock.c: Likewise.
45575 * manual/examples/mygetpass.c: Likewise.
45576 * manual/examples/pipe.c: Likewise.
45577 * manual/examples/popen.c: Likewise.
45578 * manual/examples/rprintf.c: Likewise.
45579 * manual/examples/search.c: Likewise.
45580 * manual/examples/select.c: Likewise.
45581 * manual/examples/setjmp.c: Likewise.
45582 * manual/examples/sigh1.c: Likewise.
45583 * manual/examples/sigusr.c: Likewise.
45584 * manual/examples/stpcpy.c: Likewise.
45585 * manual/examples/strdupa.c: Likewise.
45586 * manual/examples/strftim.c: Likewise.
45587 * manual/examples/strncat.c: Likewise.
45588 * manual/examples/subopt.c: Likewise.
45589 * manual/examples/swapcontext.c: Likewise.
45590 * manual/examples/termios.c: Likewise.
45591 * manual/examples/testopt.c: Likewise.
45592 * manual/examples/testpass.c: Likewise.
45593 * manual/examples/timeval_subtract.c: Likewise.
45594
01ae168d
RM
45595 [BZ #13792]
45596 * manual/time.texi (Elapsed Time): Move timeval_subtract example
45597 function to ...
45598 * manual/timeval_subtract.c.texi: ... here, new file.
45599
49efa33d
DM
456002012-03-02 David S. Miller <davem@davemloft.net>
45601
45602 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45603
28afd92d
JM
456042012-03-02 Joseph Myers <joseph@codesourcery.com>
45605
804360ed
JM
45606 [BZ #3976]
45607 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45608 (__sin): Save and restore rounding mode and use round-to-nearest
45609 for all computations.
45610 (__cos): Save and restore rounding mode and use round-to-nearest
45611 for all computations.
45612 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45613 <fenv.h>.
45614 (tan): Save and restore rounding mode and use round-to-nearest for
45615 all computations.
45616 * math/libm-test.inc (cos_test_tonearest): New function.
45617 (cos_test_towardzero): Likewise.
45618 (cos_test_downward): Likewise.
45619 (cos_test_upward): Likewise.
45620 (sin_test_tonearest): Likewise.
45621 (sin_test_towardzero): Likewise.
45622 (sin_test_downward): Likewise.
45623 (sin_test_upward): Likewise.
45624 (tan_test_tonearest): Likewise.
45625 (tan_test_towardzero): Likewise.
45626 (tan_test_downward): Likewise.
45627 (tan_test_upward): Likewise.
45628 (main): Call the new functions.
45629 * sysdeps/i386/fpu/libm-test-ulps: Update.
45630 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45631
a6d06d7b
JM
45632 [BZ #10135]
45633 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45634 small n, then large n, before computing and testing k+n.
45635 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45636 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45637 Likewise.
45638 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45639 Likewise.
45640 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45641 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45642 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45643 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45644 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45645 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45646 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45647 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45648 * math/libm-test.inc (scalbn_test): Add more tests.
45649 (scalbln_test): Likewise.
45650
07e12bb3
JM
45651 * manual/filesys.texi (mode_t): Describe constraints on size and
45652 signedness, not exact equivalence to a particular type.
45653 (ino_t): Likewise.
45654 (ino64_t): Likewise.
45655 (dev_t): Likewise.
45656 (nlink_t): Likewise.
45657 (blkcnt_t): Likewise.
45658 (blkcnt64_t): Likewise.
45659 * manual/llio.texi (off_t): Likewise.
45660
28afd92d
JM
45661 [BZ #3976]
45662 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45663 (__ieee754_exp): Save and restore rounding mode and use
45664 round-to-nearest for all computations.
45665 * math/libm-test.inc (exp_test_tonearest): New function.
45666 (exp_test_towardzero): Likewise.
45667 (exp_test_downward): Likewise.
45668 (exp_test_upward): Likewise.
45669 (main): Call the new functions.
45670 * sysdeps/i386/fpu/libm-test-ulps: Update.
45671 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45672
b1eeb65d
CD
456732012-03-01 Chris Demetriou <cgd@google.com>
45674
45675 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45676 have predictable order.
45677
53362a4b
DM
456782012-03-01 David S. Miller <davem@davemloft.net>
45679
3c969083
DM
45680 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45681
759707de
DM
45682 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45683 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45684 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45685 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45686
dfdb8ff2
DM
45687 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45688 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45689 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45690 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45691 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45692 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45693 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45694 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45695 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45696
ead89f96
DM
45697 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45698
7f66bd07
DM
45699 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45700 * sysdeps/sparc/fpu/libm-test-ulps: to here.
45701 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45702
53362a4b
DM
45703 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45704 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45705 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45706 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45707 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45708 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45709 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45710 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45711 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45712 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45713 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45714 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45715 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45716 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45717 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45718 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45719 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45720 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45721 * sysdeps/sparc/elf/configure: Regenerated.
45722
7b1902cb
JM
457232012-03-01 Joseph Myers <joseph@codesourcery.com>
45724
bec039bc
JM
45725 * configure.in (AS, LD): Require binutils 2.20 or later.
45726 * configure: Regenerated.
45727 * manual/install.texi (Tools for Compilation): Give binutils 2.20
45728 as required minimum version.
45729 * INSTALL: Regenerated.
45730
7b1902cb
JM
45731 [BZ #2541]
45732 [BZ #4108]
45733 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45734 before squaring exponent.
45735 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45736 bottom long double and 27 bits of top long double before squaring
45737 exponent.
45738 * math/libm-test.inc (erfc_test): Add more tests.
45739 * sysdeps/i386/fpu/libm-test-ulps: Update.
45740 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45741 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45742
f775c276
KT
457432012-03-01 Kai Tietz <ktietz@redhat.com>
45744
45745 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45746 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45747 containing bit-fields.
45748 * soft-fp/extended.h (_FP_UNION_E): Likewise.
45749 * soft-fp/single.h (_FP_UNION_S): Likewise.
45750 * soft-fp/double.h (_FP_UNION_D): Likewise.
45751
5b8a4d4a
JM
457522012-02-29 Joseph Myers <joseph@codesourcery.com>
45753
0bab47b6
JM
45754 [BZ #13786]
45755 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45756 not include ../strcmp.S.
45757 [USE_AS_STRNCASECMP_L]: Likewise.
45758 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45759 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45760 * sysdeps/i386/i686/multiarch/strncase_l-c.c
45761 (__strncasecmp_l_ia32): Define as alias to
45762 __strncasecmp_l_nonascii.
45763
0fcad3e2
JM
45764 [BZ #5794]
45765 * math/libm-test.inc (expm1_test): Add test for bug 5794.
45766 * sysdeps/i386/fpu/libm-test-ulps: Update.
45767 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45768
5b8a4d4a
JM
45769 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45770 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45771
8fdceb2e
JL
457722012-02-29 Jeff Law <law@redhat.com>
45773
45774 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45775 out of bounds read.
45776
1f393a11
MP
457772012-02-29 Marek Polacek <polacek@redhat.com>
45778
45779 [BZ #13706]
45780 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45781 * elf/Makefile: Add rules to run tst-unused-dep.out.
45782
8847f037
DM
457832012-02-28 David S. Miller <davem@davemloft.net>
45784
45785 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45786 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45787 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45788 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45789 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45790 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45791
169d7f11
JM
457922012-02-29 Joseph Myers <joseph@codesourcery.com>
45793
45794 * math/libm-test.inc (llround_test): Move one test from
45795 lround_test. Use TEST_f_L in moved test.
45796 (lround_test): Move misplaced test to llround_test. Add testcase
45797 from bug 2561.
45798
39adf059
UD
457992012-02-28 Ulrich Drepper <drepper@gmail.com>
45800
45801 * sysdeps/x86_64/fpu/e_expf.S: New file.
45802 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45803
71b5d1c5
SB
458042012-02-28 Stanislav Brabec <sbrabec@suse.cz>
45805
45806 [BZ #13637]
45807 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45808 of remain_len that may cause incomplete multi-byte character and
45809 false match.
45810 * posix/bug-regex33.c: New file.
45811 * posix/Makefile (tests): Add bug-regex33.
45812
1f77f049
JM
458132012-02-28 Joseph Myers <joseph@codesourcery.com>
45814
45815 * manual/macros.texi: New file.
45816 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45817 * manual/libc.texinfo: Include macros.texi.
45818 * manual/creatute.texi: Likewise.
45819 * manual/install.texi: Likewise.
45820 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45821 @glibcadj{} in references to the GNU C Library.
45822 * manual/charset.texi: Likewise.
45823 * manual/conf.texi: Likewise.
45824 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
45825 when not using those macros.
45826 * manual/creature.texi: Likewise.
45827 * manual/crypt.texi: Likewise.
45828 * manual/errno.texi: Likewise.
45829 * manual/filesys.texi: Likewise.
45830 * manual/header.texi: Likewise.
45831 * manual/install.texi: Likewise.
45832 * manual/intro.texi: Likewise.
45833 * manual/io.texi: Likewise.
45834 * manual/job.texi: Likewise.
45835 * manual/lang.texi: Likewise.
45836 * manual/libc.texiinfo: Likewise.
45837 * manual/llio.texi: Likewise.
45838 * manual/locale.texi: Likewise.
45839 * manual/maint.texi: Likewise.
45840 * manual/math.texi: Likewise.
45841 * manual/memory.texi: Likewise.
45842 * manual/message.texi: Likewise.
45843 * manual/nss.texi: Likewise.
45844 * manual/pattern.texi: Likewise.
45845 * manual/process.texi: Likewise.
45846 * manual/resource.texi: Likewise.
45847 * manual/search.texi: Likewise.
45848 * manual/setjmp.texi: Likewise.
45849 * manual/signal.texi: Likewise.
45850 * manual/socket.texi: Likewise.
45851 * manual/startup.texi: Likewise.
45852 * manual/stdio.texi: Likewise.
45853 * manual/string.texi: Likewise.
45854 * manual/sysinfo.texi: Likewise.
45855 * manual/syslog.texi: Likewise.
45856 * manual/terminal.texi: Likewise.
45857 * manual/time.texi: Likewise.
45858 * manual/users.texi: Likewise.
45859 * INSTALL: Regenerated.
45860 * NOTES: Regenerated.
d40c5d54 45861 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 45862
450bf206
AS
458632012-02-28 Andreas Schwab <schwab@linux-m68k.org>
45864
45865 * include/dirent.h: Include <dirstream.h> before
45866 <dirent/dirent.h>.
45867
741a235b
DM
458682012-02-28 David S. Miller <davem@davemloft.net>
45869
45870 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45871 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45872 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45873 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45874
d6b5aa58
DM
458752012-02-27 David S. Miller <davem@davemloft.net>
45876
1aff59a3
DM
45877 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45878 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45879 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45880 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45881
d6b5aa58
DM
45882 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45883 frame pointer instead of stack pointer relative arg slot.
45884 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45885 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45886 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45887
433f48bf
CD
458882012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
45889
45890 [BZ #3992]
45891 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45892
d674b76d
DM
458932012-02-27 David S. Miller <davem@davemloft.net>
45894
45895 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45896 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45897 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45898 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45899 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45900 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45901 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45902 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45903
0e7727f7
JM
459042012-02-27 Joseph Myers <joseph@codesourcery.com>
45905
45906 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45907 later. Allow versions 5-9.
43be4ca2 45908 * configure: Regenerated.
0e7727f7
JM
45909 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45910 required minimum version and 4.6 as recommended version. Do not
45911 mention bugs in GCC 2.7 and 2.8.
43be4ca2 45912 * INSTALL: Regenerated.
0e7727f7 45913
a78bc654
DM
459142012-02-27 David S. Miller <davem@davemloft.net>
45915
428d5830
DM
45916 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45917 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45918 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45919 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45920 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45921 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45922 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45923 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45924
a78bc654
DM
45925 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45926 manipulate bits before adding and subtracting TWO112[sx].
45927 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45928
4579f81c
RM
459292012-02-27 Roland McGrath <roland@hack.frob.com>
45930
36c8acb4
RM
45931 [BZ #13775]
45932 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45933 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45934 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45935 being in POSIX, because they are in 1003.1-2008.
45936
84ad622b
RM
45937 * rt/tst-aio.c: Include <fcntl.h>.
45938 * rt/tst-aio7.c: Likewise.
45939 * rt/tst-aio64.c: Likewise.
45940
4579f81c
RM
45941 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45942
abd923db
JM
459432012-02-27 Joseph Myers <joseph@codesourcery.com>
45944
45945 * manual/install.texi (--with-headers): Describe headers as
45946 interface headers, not private headers.
45947 (Specific advice for GNU/Linux systems): Describe use of headers
45948 from "make headers_install", not private headers from older
45949 kernels.
43be4ca2 45950 * INSTALL: Regenerated.
abd923db
JM
45951 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45952 Change to 2.6.19.
45953 * sysdeps/unix/sysv/linux/configure: Regenerated.
45954
6664049b
JM
45955 * manual/llio.texi (fclean): Remove documentation.
45956
bb8b6697
JM
45957 * manual/Makefile (libc-texi-generated): New variable. Include
45958 version.texi.
45959 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45960 $(libc-texi-generated), not duplicated list of files.
45961 (version.texi, stamp-version): New rules.
45962 (realclean): Remove $(libc-texi-generated), not individual files
45963 from that list. Do not remove dir-add.texinfo.
45964 * manual/libc.texinfo: Comment out uses of edition numbers and
45965 references to printed manual. Remove last-updated dates.
45966 (EDITION): Comment out.
45967 (ISBN): Likewise.
45968 (VERSION, UPDATED): Remove.
45969 (version.texi): Include.
45970
12e5c3b9
AS
459712012-02-27 Andreas Schwab <schwab@linux-m68k.org>
45972
45973 * sysdeps/posix/spawni.c: Include <signal.h>.
45974 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45975 * sysdeps/pthread/aio_fsync.c: Likewise.
45976
4efeffc1 459772012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 45978
ba63ba08
UD
45979 * conform/Makefile (tests): Run only when not cross-compiling and
45980 when fast-check is not defined.
45981
d94a4670
UD
45982 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45983 * conform/data/limits.h-data: Fixes for POSIX2008.
45984 * conform/run-conformtest.sh: Run all tests.
45985 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45986 headers.
45987 * include/bits/dlfcn.h: Likewise.
45988 * include/langinfo.h: Likewise.
45989 * include/monetary.h: Likewise.
45990 * include/sys/poll.h: Likewise.
45991
45992 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45993 for __USE_GNU.
45994 * posix/spawn.h: Define __need_sigset_t.
45995 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45996 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45997 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
45998 to get sigevent_t only.
45999 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46000 only for __USE_GNU.
46001 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46002 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46003 process_vm_writev only for __USE_GNU.
46004 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
46005
46006 * conform/Makefile: For now ignore errors from run-conformtest.
46007 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
46008 POSIX to avoid namespace pollution. Don't prepend headers.
46009 * conform/data/aio.h-data: Fixes for POSIX testing.
46010 * conform/data/fcntl.h-data: Likewise.
46011 * conform/data/glob.h-data: Likewise.
46012 * conform/data/grp.h-data: Likewise.
46013 * conform/data/pthread.h-data: Likewise.
46014 * conform/data/pwd.h-data: Likewise.
46015 * conform/data/signal.h-data: Likewise.
46016 * conform/data/spawn.h-data: Likewise.
46017 * conform/data/stdio.h-data: Likewise.
46018 * conform/data/stdlib.h-data: Likewise.
46019 * conform/data/stropts.h-data: Likewise.
46020 * conform/data/sys/mman.h-data: Likewise.
46021 * conform/data/sys/stat.h-data: Likewise.
46022 * conform/data/sys/types.h-data: Likewise.
46023 * conform/data/sys/wait.h-data: Likewise.
46024 * conform/data/time.h-data: Likewise.
46025 * conform/data/unistd.h-data: Likewise.
46026 * conform/data/utime.h-data: Likewise.
46027
46028 * io/sys/stat.h: fchmod was always in POSIX.
46029 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46030 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46031 * rt/aio.h: Define __need_timespec before including <time.h>.
46032 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46033 struct. Add forward declaration of pthread_attr_t and use it in
46034 sigevent.
46035 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46036 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46037 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46038 always remove CLK_TCK definition.
46039
c20105c3
AS
460402012-02-26 Andreas Schwab <schwab@linux-m68k.org>
46041
46042 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46043
7a270350
UD
460442012-02-25 Ulrich Drepper <drepper@gmail.com>
46045
31341567
UD
46046 * conform/run-conformtest.sh: New file.
46047 * conform/Makefile: Run run-conformtest for tests.
46048 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
46049 support.
46050
46051 * conform/data/uchar.h-data: New file.
46052 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46053 * conform/data/arpa/inet.h-data: Likewise.
46054 * conform/data/assert.h-data: Likewise.
46055 * conform/data/complex.h-data: Likewise.
46056 * conform/data/cpio.h-data: Likewise.
46057 * conform/data/ctype.h-data: Likewise.
46058 * conform/data/dirent.h-data: Likewise.
46059 * conform/data/dlfcn.h-data: Likewise.
46060 * conform/data/errno.h-data: Likewise.
46061 * conform/data/fcntl.h-data: Likewise.
46062 * conform/data/float.h-data: Likewise.
46063 * conform/data/fmtmsg.h-data: Likewise.
46064 * conform/data/fnmatch.h-data: Likewise.
46065 * conform/data/ftw.h-data: Likewise.
46066 * conform/data/glob.h-data: Likewise.
46067 * conform/data/grp.h-data: Likewise.
46068 * conform/data/iconv.h-data: Likewise.
46069 * conform/data/inttypes.h-data: Likewise.
46070 * conform/data/langinfo.h-data: Likewise.
46071 * conform/data/libgen.h-data: Likewise.
46072 * conform/data/limits.h-data: Likewise.
46073 * conform/data/locale.h-data: Likewise.
46074 * conform/data/math.h-data: Likewise.
46075 * conform/data/monetary.h-data: Likewise.
46076 * conform/data/mqueue.h-data: Likewise.
46077 * conform/data/ndbm.h-data: Likewise.
46078 * conform/data/net/if.h-data: Likewise.
46079 * conform/data/netdb.h-data: Likewise.
46080 * conform/data/netinet/in.h-data: Likewise.
46081 * conform/data/nl_types.h-data: Likewise.
46082 * conform/data/poll.h-data: Likewise.
46083 * conform/data/pthread.h-data: Likewise.
46084 * conform/data/pwd.h-data: Likewise.
46085 * conform/data/regex.h-data: Likewise.
46086 * conform/data/sched.h-data: Likewise.
46087 * conform/data/search.h-data: Likewise.
46088 * conform/data/semaphore.h-data: Likewise.
46089 * conform/data/setjmp.h-data: Likewise.
46090 * conform/data/signal.h-data: Likewise.
46091 * conform/data/spawn.h-data: Likewise.
46092 * conform/data/stdarg.h-data: Likewise.
46093 * conform/data/stdio.h-data: Likewise.
46094 * conform/data/stdlib.h-data: Likewise.
46095 * conform/data/string.h-data: Likewise.
46096 * conform/data/strings.h-data: Likewise.
46097 * conform/data/stropts.h-data: Likewise.
46098 * conform/data/sys/ipc.h-data: Likewise.
46099 * conform/data/sys/mman.h-data: Likewise.
46100 * conform/data/sys/msg.h-data: Likewise.
46101 * conform/data/sys/resource.h-data: Likewise.
46102 * conform/data/sys/select.h-data: Likewise.
46103 * conform/data/sys/sem.h-data: Likewise.
46104 * conform/data/sys/shm.h-data: Likewise.
46105 * conform/data/sys/socket.h-data: Likewise.
46106 * conform/data/sys/stat.h-data: Likewise.
46107 * conform/data/sys/statvfs.h-data: Likewise.
46108 * conform/data/sys/time.h-data: Likewise.
46109 * conform/data/sys/timeb.h-data: Likewise.
46110 * conform/data/sys/times.h-data: Likewise.
46111 * conform/data/sys/types.h-data: Likewise.
46112 * conform/data/sys/uio.h-data: Likewise.
46113 * conform/data/sys/un.h-data: Likewise.
46114 * conform/data/sys/utsname.h-data: Likewise.
46115 * conform/data/sys/wait.h-data: Likewise.
46116 * conform/data/syslog.h-data: Likewise.
46117 * conform/data/tar.h-data: Likewise.
46118 * conform/data/termios.h-data: Likewise.
46119 * conform/data/utime.h-data: Likewise.
46120 * conform/data/utmpx.h-data: Likewise.
46121 * conform/data/varargs.h-data: Likewise.
46122 * conform/data/wchar.h-data: Likewise.
46123 * conform/data/wctype.h-data: Likewise.
46124 * conform/data/wordexp.h-data: Likewise.
46125
46126 * include/stropts.h: New file.
46127 * include/uchar.h: New file.
46128 * include/aio.h: Changes to allow conformtest.pl to use the headers.
46129 * include/assert.h: Likewise.
46130 * include/ctype.h: Likewise.
46131 * include/dirent.h: Likewise.
46132 * include/dlfcn.h: Likewise.
46133 * include/fcntl.h: Likewise.
46134 * include/fnmatch.h: Likewise.
46135 * include/glob.h: Likewise.
46136 * include/grp.h: Likewise.
46137 * include/libio.h: Likewise.
46138 * include/locale.h: Likewise.
46139 * include/math.h: Likewise.
46140 * include/net/if.h: Likewise.
46141 * include/netdb.h: Likewise.
46142 * include/netinet/in.h: Likewise.
46143 * include/pthread.h: Likewise.
46144 * include/pwd.h: Likewise.
46145 * include/regex.h: Likewise.
46146 * include/sched.h: Likewise.
46147 * include/search.h: Likewise.
46148 * include/setjmp.h: Likewise.
46149 * include/signal.h: Likewise.
46150 * include/stdio.h: Likewise.
46151 * include/stdlib.h: Likewise.
46152 * include/string.h: Likewise.
46153 * include/sys/cdefs.h: Likewise.
46154 * include/sys/mman.h: Likewise.
46155 * include/sys/msg.h: Likewise.
46156 * include/sys/resource.h: Likewise.
46157 * include/sys/select.h: Likewise.
46158 * include/sys/socket.h: Likewise.
46159 * include/sys/stat.h: Likewise.
46160 * include/sys/statvfs.h: Likewise.
46161 * include/sys/time.h: Likewise.
46162 * include/sys/times.h: Likewise.
46163 * include/sys/uio.h: Likewise.
46164 * include/sys/utsname.h: Likewise.
46165 * include/sys/wait.h: Likewise.
46166 * include/termios.h: Likewise.
46167 * include/time.h: Likewise.
46168 * include/ulimit.h: Likewise.
46169 * include/unistd.h: Likewise.
46170 * include/utime.h: Likewise.
46171 * include/wchar.h: Likewise.
46172 * include/wctype.h: Likewise.
46173 * include/wordexp.h: Likewise.
46174
46175 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46176
7a270350
UD
46177 * time/time.h: TIME_UTC must be a macro.
46178 Make timespec_get available for ISO C11 only as well.
46179
7724defc
UD
461802012-02-24 Ulrich Drepper <drepper@gmail.com>
46181
46182 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46183 Reported by Peng Haitao <penght@cn.fujitsu.com>.
46184
6b1d1d46
JM
461852012-02-24 Joseph Myers <joseph@codesourcery.com>
46186
46187 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 46188
0f8bbd69
JM
461892012-02-24 Joseph Myers <joseph@codesourcery.com>
46190
46191 * manual/texinfo.tex: Update to version 2012-01-19.16.
46192
66ab80bc
JM
461932012-02-24 Joseph Myers <joseph@codesourcery.com>
46194
46195 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46196
74981cc5
RM
461972012-02-24 Roland McGrath <roland@hack.frob.com>
46198
ee968201
RM
46199 [BZ #13738]
46200 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46201 * manual/fdl-1.3.texi: New file.
46202 * manual/fdl-1.1.texi: File removed.
46203
74981cc5
RM
46204 [BZ #13738]
46205 * manual/libc.texinfo (FDL_VERSION): New @set.
46206 Use it for mention of FDL in cover text.
46207 (Documentation License): Use it in @include file name.
46208
7bb764bc
JM
462092012-02-22 Joseph Myers <joseph@codesourcery.com>
46210 Roland McGrath <roland@hack.frob.com>
46211
46212 [BZ #5461]
57f41c40
AS
46213 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46214 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
46215 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46216 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
46217 name.
46218 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46219
6cbeae47
JM
462202012-02-22 Joseph Myers <joseph@codesourcery.com>
46221
46222 [BZ #2547]
46223 [BZ #11365]
46224 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46225 manipulate bits before adding and subtracting TWO23[sx].
46226 * math/libm-test.inc (nearbyint_test): Add more tests.
46227
fe45ce09
JM
462282012-02-22 Joseph Myers <joseph@codesourcery.com>
46229
46230 [BZ #2548]
46231 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46232 bits before adding and subtracting TWO23[sx].
46233 * math/libm-test.inc (rint_test): Add more tests.
46234 (rint_test_tonearest): Likewise.
46235 (rint_test_towardzero): Likewise.
46236 (rint_test_downward): Likewise.
46237 (rint_test_upward: Likewise.
46238
ff3b3d82
JM
462392012-02-22 Joseph Myers <joseph@codesourcery.com>
46240
46241 [BZ #10110]
46242 * include/stdc-predef.h: New file. Extracted from features.h.
46243 * include/features.h: Include stdc-predef.h.
46244 * Makefile (headers): Add stdc-predef.h.
46245 * CONFORMANCE (Compiler limitations): Update.
46246
ef0aab35
JM
462472012-02-22 Joseph Myers <joseph@codesourcery.com>
46248
46249 * manual/libc.texinfo (VERSION, UPDATED): Revert.
46250
58639409
DM
462512012-02-21 David S. Miller <davem@davemloft.net>
46252
46253 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46254 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46255
c0e70b25
DM
462562012-02-20 David S. Miller <davem@davemloft.net>
46257
46258 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46259 using a normal save/restore sequence, rather than allocating a
46260 dummy stack frame just to store a frame pointer and restore.
46261 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46262
fb06851d
JM
462632012-02-21 Joseph Myers <joseph@codesourcery.com>
46264
46265 * manual/install.texi: Fix stray word in line-wrapped comment.
46266
7a8b71c3
DM
462672012-02-20 David S. Miller <davem@davemloft.net>
46268
d510c123
DM
46269 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46270 both binutils and gcc support GOTDATA.
46271
0722d7c2
DM
46272 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46273 "rd %pc" in the PIC register setup sequences.
46274
3d2b3019
DM
46275 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46276 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46277 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46278 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46279 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46280 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46281 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46282 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46283 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46284 (SYSCALL_ERROR_HANDLER): Likewise.
46285 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46286 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46287 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46288 (SYSCALL_ERROR_HANDLER): Likewise.
46289
c80098a9
DM
46290 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46291 (HAVE_GCC_GOTDATA): New.
46292 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46293 relocation support in both binutils and gcc.
46294 * sysdeps/sparc/elf/configure: Regenerate.
46295
3a2545a0
DM
46296 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46297 * sysdeps/sparc/sparc32/elf/configure: Delete.
46298 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46299 * sysdeps/sparc/sparc64/elf/configure: Delete.
46300 * sysdeps/sparc/elf/configure.in: New file.
46301 * sysdeps/sparc/elf/configure: Generate.
46302
7a8b71c3
DM
46303 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46304 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46305 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46306 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46307 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46308
f1e86fca
JM
463092012-02-21 Joseph Myers <joseph@codesourcery.com>
46310
46311 * manual/install.texi: Do not mention specific glibc version
46312 numbers.
46313 * manual/libc.texinfo (VERSION, UPDATED): Update.
46314 (@copying): Use @copyright{} and range of years.
46315
0e7dfaef
JM
463162012-02-21 Joseph Myers <joseph@codesourcery.com>
46317
46318 [BZ #13695]
46319 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46320 [crti.S not in sysdirs] (generated): Do not append.
46321 [crti.S not in sysdirs] (omit-deps): Likewise.
46322 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46323 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46324 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46325 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46326 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46327 Likewise.
46328 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46329 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46330 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46331 * csu/defs.awk: Remove file.
46332 * sysdeps/generic/initfini.c: Likewise.
46333 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46334 variable.
46335 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46336 Likewise.
46337
599af3ca
JM
463382012-02-20 Joseph Myers <joseph@codesourcery.com>
46339
46340 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46341 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46342 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46343 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46344 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46345 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46346 <bits/epoll.h>.
46347 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46348 (__EPOLL_PACKED): Define to empty if not defined by
46349 <bits/epoll.h>.
46350 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46351 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46352 bits/epoll.h.
46353
0e499750
JM
463542012-02-20 Joseph Myers <joseph@codesourcery.com>
46355
46356 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46357 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46358 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46359 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46360 <bits/timerfd.h>.
46361 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46362 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46363 bits/timerfd.h.
46364
5ad91f6e
JM
463652012-02-20 Joseph Myers <joseph@codesourcery.com>
46366
46367 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46368 in C locale.
46369 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46370 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46371 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46372 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46373
06b99b02
AJ
463742012-02-20 Aurelien Jarno <aurelien@aurel32.net>
46375
46376 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46377 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46378
7638c0fd
AS
463792012-02-19 Andreas Schwab <schwab@linux-m68k.org>
46380
46381 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46382 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46383 defined.
46384 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46385 Likewise.
46386 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46387 entry for 2.16.
46388
92221550
AJ
463892012-02-19 Aurelien Jarno <aurelien@aurel32.net>
46390
46391 * math/w_acos.c: Use non-signaling floating-point comparisons.
46392 * math/w_acosf.c: Likewise.
46393 * math/w_acosh.c: Likewise.
46394 * math/w_acoshf.c: Likewise.
46395 * math/w_acoshl.c: Likewise.
46396 * math/w_acosl.c: Likewise.
46397 * math/w_asin.c: Likewise.
46398 * math/w_asinf.c: Likewise.
46399 * math/w_asinl.c: Likewise.
46400 * math/w_atanh.c: Likewise.
46401 * math/w_atanhf.c: Likewise.
46402 * math/w_atanhl.c: Likewise.
46403 * math/w_exp2.c: Likewise.
46404 * math/w_exp2f.c: Likewise.
46405 * math/w_exp2l.c: Likewise.
46406 * math/w_j0.c: Likewise.
46407 * math/w_j0f.c: Likewise.
46408 * math/w_j0l.c: Likewise.
46409 * math/w_j1.c: Likewise.
46410 * math/w_j1f.c: Likewise.
46411 * math/w_j1l.c: Likewise.
46412 * math/w_jn.c: Likewise.
46413 * math/w_jnf.c: Likewise.
46414 * math/w_log.c: Likewise.
46415 * math/w_log10.c: Likewise.
46416 * math/w_log10f.c: Likewise.
46417 * math/w_log10l.c: Likewise.
46418 * math/w_log2.c: Likewise.
46419 * math/w_log2f.c: Likewise.
46420 * math/w_log2l.c: Likewise.
46421 * math/w_logf.c: Likewise.
46422 * math/w_logl.c: Likewise.
46423 * math/w_sqrt.c: Likewise.
46424 * math/w_sqrtf.c: Likewise.
46425 * math/w_sqrtl.c: Likewise.
46426 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46427 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46428 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46429 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46430 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46431
ebaf36eb
JM
464322012-02-19 Joseph Myers <joseph@codesourcery.com>
46433
46434 [BZ #9739]
46435 * manual/string.texi (strnlen): Use correct parameter name in
46436 equivalent expression.
46437
71c254a6
JM
464382012-02-19 Joseph Myers <joseph@codesourcery.com>
46439
46440 [BZ #11174]
46441 * manual/users.texi (seteuid): Consistently use neweuid for
46442 argument name.
46443
16d2c631
JM
464442012-02-19 Joseph Myers <joseph@codesourcery.com>
46445
46446 [BZ #13704]
46447 * manual/nss.texi (Services in the NSS configuration): Correct
46448 list of services in example configuration file.
46449
cd837b09
NB
464502012-02-19 Nick Bowler <nbowler@draconx.ca>
46451
46452 [BZ #11322]
46453 * manual/arith.texi: Remove statements about negative zero
46454 behaving identically to zero.
46455
02c4bbad
JM
464562012-02-18 Joseph Myers <joseph@codesourcery.com>
46457
46458 [BZ #5993]
46459 * manual/install.texi: Do not document upgrading from libc5.
46460
366842e7
JM
464612012-02-18 Joseph Myers <joseph@codesourcery.com>
46462
46463 [BZ #4596]
46464 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46465
dd54084d
DM
464662012-02-18 David S. Miller <davem@davemloft.net>
46467
46468 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46469 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46470 %o7 across the call.
46471 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46472 instead.
46473 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46474 SETUP_PIC_REG_LEAF.
46475 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46476 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46477 * sysdeps/sparc/crtn.S: Likewise.
46478
2bcc53a3
UD
464792012-02-17 Ulrich Drepper <drepper@gmail.com>
46480
46481 * aout/Makefile: Remove.
46482
09c093b5
RK
464832012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
46484
46485 [BZ #13058]
46486 * manual/examples/argp-ex1.c (main): Format definition in GNU
46487 style.
46488 * manual/examples/argp-ex2.c (main): Likewise.
46489 * manual/examples/argp-ex3.c (main): Likewise.
46490 * manual/examples/argp-ex4.c (main): Likewise.
46491 * manual/examples/longopt.c (main): Use new-style prototype
46492 definition.
46493 * manual/examples/strncat.c (main): Specify return type and use
46494 (void) for arguments.
46495 * manual/examples/subopt.c (main): Use char **argv argument.
46496
2ee633a2
JM
464972012-02-17 Joseph Myers <joseph@codesourcery.com>
46498
46499 [BZ #5077]
46500 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46501 rounding modes.
46502
0520adde
FB
465032012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
46504
46505 [BZ #6907]
46506 * manual/string.texi (strchr): Change when strchrnul is
46507 recommended.
46508
3f4081cd
DGM
465092012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
46510
46511 [BZ #174]
46512 * manual/locale.texi (setlocale): Document LOCPATH.
46513
d1b10e78
JM
465142012-02-17 Joseph Myers <joseph@codesourcery.com>
46515
46516 [BZ #10210]
46517 * manual/process.texi (execle): Move @dots{} before last argument.
46518
79c6869c
PB
465192012-02-17 Paul Bolle <pebolle@tiscali.nl>
46520
46521 [BZ #12047]
46522 * manual/charset.texi (Generic Charset Conversion): Fix typo
46523 (LC_TYPE -> LC_CTYPE).
46524
cc6e48bc
NB
465252012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
46526
46527 [BZ #5805]
46528 * manual/arith.texi (scalbn): Use @var{} on parameter names.
46529 (scalbnf): Likewise.
46530 (scalbnl): Likewise.
46531 (scalbln): Likewise.
46532 (scalblnf): Likewise.
46533 (scalblnl): Likewise.
46534 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46535 (vwarnx): Likewise.
46536 (verr): Likewise.
46537 (verrx): Likewise.
46538 * manual/filesys.texi (telldir): Use braces around return type.
46539 * manual/llio.texi (mmap): Add space after comma.
46540 (mmap64): Likewise.
46541 * manual/math.texi (jn): Use @var{} on parameter names.
46542 (jnf): Likewise.
46543 (jnl): Likewise.
46544 (yn): Likewise.
46545 (ynf): Likewise.
46546 (ynl): Likewise.
46547 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46548 line.
46549 * manual/resource.texi (ulimit): Use @dots{} instead of literal
46550 "...".
46551 (sched_get_priority_min): Remove semicolon on @deftypefun line.
46552 (sched_get_priority_max): Likewise.
46553 * manual/signal.texi (sigvec): Add space after comma.
46554 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46555 names.
46556 (if_indextoname): Likewise.
46557 (if_freenameindex): Likewise.
46558 (sendto): Use ',' instead of '.' in prototype.
46559 * manual/startup.texi (syscall): Use @dots{} instead of literal
46560 "...".
46561 * manual/stdio.texi (__fpending): Separate initial words of
46562 paragraph from @deftypefun line.
46563 * manual/syslog.texi (syslog): Use @dots{} instead of literal
46564 "...".
46565 (vsyslog): Use @var{} on parameter names.
46566 * manual/terminal.texi (stty): Use @var{} on parameter names.
46567 * manual/users.texi (getutmp): Use @var{} on parameter names.
46568 (getutmpx): Likewise.
46569
5b23062f
JM
465702012-02-17 Joseph Myers <joseph@codesourcery.com>
46571
46572 [BZ #6884]
46573 * manual/stdio.texi (fopen): Fix typos in description of
46574 ",ccs=STRING".
46575
8dee4833
AJ
465762012-02-17 Aurelien Jarno <aurelien@aurel32.net>
46577
46578 [BZ #4026]
46579 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46580 get clock_id definition.
46581
9078ce93
TS
465822012-02-17 Thomas Schwinge <thomas@schwinge.name>
46583
46584 [BZ #4822]
46585 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46586 (madvise): Cast every argument to void on its own.
46587
3835c55f
JM
465882012-02-17 Joseph Myers <joseph@codesourcery.com>
46589
46590 [BZ #9902]
46591 * manual/startup.texi (Exit Status): Fix typo.
46592
35c47e37
JM
465932012-02-17 Joseph Myers <joseph@codesourcery.com>
46594
46595 [BZ #10140]
46596 * manual/examples/argp-ex1.c: Include <stdlib.h>.
46597 * manual/examples/argp-ex2.c: Likewise.
46598 * manual/examples/argp-ex3.c: Likewise.
46599
e3b69ca7
RH
466002012-02-16 Richard Henderson <rth@redhat.com>
46601
46602 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46603 * sysdeps/s390/s390-32/initfini.c: Remove.
46604 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46605 * sysdeps/s390/s390-64/initfini.c: Remove.
46606
df83af67
KK
466072012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
46608
46609 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46610 compiler output for sysdeps/generic/initfini.c.
46611 * sysdeps/sh/elf/initfini.c: Remove file.
46612
f63f3380
DM
466132012-02-16 David S. Miller <davem@davemloft.net>
46614
fb59b3a4
DM
46615 [BZ #11494]
46616 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46617
f63f3380
DM
46618 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46619 * sysdeps/sparc/crti.S: New file.
46620 * sysdeps/sparc/crtn.S: New file.
46621 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46622 * sysdeps/sparc/sparc64/Makefile: Likewise.
46623
df6a4a4a
MF
466242012-02-15 Mike Frysinger <vapier@gentoo.org>
46625
6dd8f3dc 46626 [BZ #3335]
df6a4a4a
MF
46627 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46628
1cac7236
RM
466292012-02-15 Roland McGrath <roland@hack.frob.com>
46630
d2c736f8
RM
46631 [BZ #4822]
46632 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46633
1cac7236
RM
46634 * mach/devstream.c (cookie_io_functions_t): Macro removed.
46635 (write, read, close): Likewise.
46636 Patch by Aurelien Jarno <aurelien@aurel32.net>.
46637
8e475601
JM
466382012-02-15 Joseph Myers <joseph@codesourcery.com>
46639
46640 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46641 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46642 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46643 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46644 <bits/signalfd.h>.
46645 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46646 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46647 bits/signalfd.h.
46648
ed656b40
MP
466492012-02-14 Marek Polacek <polacek@redhat.com>
46650
46651 * sysdeps/x86_64/crti.S: New file.
46652 * sysdeps/x86_64/crtn.S: New file.
46653 * sysdeps/x86_64/elf/initfini.c: Remove file.
46654
2a979d3a
JM
466552012-02-13 Joseph Myers <joseph@codesourcery.com>
46656
46657 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46658 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46659 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46660 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46661 <bits/inotify.h>.
46662 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46663 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46664 bits/inotify.h.
46665
2a418ac3
JM
466662012-02-13 Joseph Myers <joseph@codesourcery.com>
46667
46668 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46669 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46670 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46671 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46672 <bits/eventfd.h>.
46673 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46674 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46675 bits/eventfd.h.
46676
fb779be7
TS
466772012-02-10 Thomas Schwinge <thomas@codesourcery.com>
46678
e19e83c5
RM
46679 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46680 __feraiseexcept instead of feraiseexcept.
7c35ffed 46681
fb779be7
TS
46682 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46683 nanosleep invocations.
46684 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46685 strings, and add error checking for a nanosleep invocations.
46686
59ba27a6
PE
466872012-02-09 Paul Eggert <eggert@cs.ucla.edu>
46688
46689 Replace FSF snail mail address with URLs, as per GNU coding standards.
46690 Most of the snail mail addresses were wrong anyway, and omitting
46691 them makes the source code easier to maintain. Almost all of the
46692 changes are to license notices and to locale LC_IDENTIFICATION
46693 addresses, except for this one:
46694 * manual/libc.texinfo: In "Published by", give the FSF's URL,
46695 not its snail mail address.
46696
57b957eb
RH
466972012-02-09 Richard Henderson <rth@twiddle.net>
46698
af850b1c
RH
46699 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46700 of kernel-features.h.
46701
57b957eb
RH
46702 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46703
6b73181a
MP
467042012-02-08 Marek Polacek <polacek@redhat.com>
46705
46706 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46707 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46708 * sysdeps/gnu/_G_config.h: Likewise.
46709 * sysdeps/generic/_G_config.h: Likewise.
46710
26ecc33a
AS
467112012-02-08 Andreas Schwab <schwab@linux-m68k.org>
46712
6c6dbc63
AS
46713 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46714 tests.
46715 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46716
e216c012
AS
46717 * sysdeps/powerpc/powerpc32/crti.S: New file.
46718 * sysdeps/powerpc/powerpc32/crtn.S: New file.
46719 * sysdeps/powerpc/powerpc64/crti.S: New file.
46720 * sysdeps/powerpc/powerpc64/crtn.S: New file.
46721
26ecc33a
AS
46722 * Makeconfig (have-initfini): Don't set.
46723 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46724 * configure.in (nopic_initfini): Don't substitute.
46725 * config.h.in (HAVE_INITFINI): Don't #undef.
46726 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46727 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46728
3add8e13
JM
467292012-02-08 Joseph Myers <joseph@codesourcery.com>
46730
46731 Support crti.S and crtn.S provided directly by architectures.
46732 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46733 [crti.S in sysdirs] (omit-deps): Likewise.
46734 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46735 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46736 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46737 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46738 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46739 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46740 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46741 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46742 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46743 compiler output for sysdeps/generic/initfini.c.
46744 * sysdeps/i386/elf/Makefile: Remove file.
46745 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46746
a22f12b4
MP
467472012-02-07 Marek Polacek <polacek@redhat.com>
46748
46749 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46750 * sysdeps/gnu/_G_config.h: Likewise.
46751 * sysdeps/mach/hurd/_G_config.h: Likewise.
46752
148cf100
MP
467532012-02-07 Marek Polacek <polacek@redhat.com>
46754
46755 * math/Makefile (tests): Add tst-CMPLX2.
46756 * math/tst-CMPLX2.c: New file.
46757
cfdc0dd7
AS
467582012-02-07 Andreas Schwab <schwab@linux-m68k.org>
46759
84ba42c4
AS
46760 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46761
cfdc0dd7
AS
46762 * math/libm-test.inc (jn_test): Add missing L suffix.
46763
622c86f4
MP
467642012-02-06 Marek Polacek <polacek@redhat.com>
46765
46766 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46767 * sysdeps/i386/fpu/e_powf.S: Likewise.
46768 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46769 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46770 * sysdeps/i386/fpu/e_acosh.S: Likewise.
46771 * sysdeps/i386/fpu/e_pow.S: Likewise.
46772 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46773 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46774 * sysdeps/i386/fpu/s_expm1.S: Likewise.
46775 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46776 * sysdeps/i386/fpu/e_log2.S: Likewise.
46777 * sysdeps/i386/fpu/e_log2l.S: Likewise.
46778 * sysdeps/i386/fpu/e_scalb.S: Likewise.
46779 * sysdeps/i386/fpu/e_powl.S: Likewise.
46780 * sysdeps/i386/fpu/s_log1p.S: Likewise.
46781 * sysdeps/i386/fpu/e_log10f.S: Likewise.
46782 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46783 * sysdeps/i386/fpu/e_logl.S: Likewise.
46784 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46785 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46786 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46787 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46788 * sysdeps/i386/fpu/e_log2f.S: Likewise.
46789 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46790 * sysdeps/i386/fpu/e_log.S: Likewise.
46791 * sysdeps/i386/fpu/s_cexp.S: Likewise.
46792 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46793 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46794 * sysdeps/i386/fpu/e_logf.S: Likewise.
46795 * sysdeps/i386/fpu/e_log10l.S: Likewise.
46796 * sysdeps/i386/fpu/e_atanh.S: Likewise.
46797 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46798 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46799 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46800 * sysdeps/i386/fpu/e_log10.S: Likewise.
46801 * sysdeps/i386/fpu/s_frexp.S: Likewise.
46802 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46803 * sysdeps/i386/fpu/s_asinh.S: Likewise.
46804 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46805 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46806 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46807 * sysdeps/i386/asm-syntax.h: Likewise.
46808 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46809 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46810 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46811 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46812 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46813 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46814 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46815 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46816 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46817 * sysdeps/powerpc/sysdep.h: Likewise.
46818 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46819 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46820
d4a54ac6
JM
468212012-02-06 Joseph Myers <joseph@codesourcery.com>
46822
46823 [BZ #411]
46824 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46825
314054ea
JM
468262012-02-06 Joseph Myers <joseph@codesourcery.com>
46827
46828 * sysdeps/i386/sysdep.h: Include <features.h>.
46829 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46830 version.
46831
d8e0ca50
JM
468322012-02-05 Joseph Myers <joseph@codesourcery.com>
46833
46834 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46835 Define.
46836 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46837 LOAD_PIC_REG_STR.
46838
b1da7dd9
JM
468392012-02-03 Joseph Myers <joseph@codesourcery.com>
46840
46841 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46842 (SETUP_PIC_REG): Use GET_PC_THUNK.
46843 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46844 macro.
46845
9a1d9254
JM
468462012-02-03 Joseph Myers <joseph@codesourcery.com>
46847
46848 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46849 for non-PIC compilation.
46850 (SETUP_PIC_REG): Add .p2align directive.
46851 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46852 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46853 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46854 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46855 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46856 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46857 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46858 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46859 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46860 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46861 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46862 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46863 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46864 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46865 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46866 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46867 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46868 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46869 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46870 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46871 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46872 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46873 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46874 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46875 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46876 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46877 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46878 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46879 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46880 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46881 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46882 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46883 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46884 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46885 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46886 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46887 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46888 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46889 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46890 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46891 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46892
65dc3b75
JM
468932012-02-03 Joseph Myers <joseph@codesourcery.com>
46894
46895 * math/tst-CMPLX.c: Include <stdio.h>.
46896
d55bf177
JM
468972012-01-31 Joseph Myers <joseph@codesourcery.com>
46898
46899 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46900 float.
46901 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46902 * sysdeps/sparc/bits/mathdef.h: Likewise.
46903
69db4f8f
MP
469042012-01-31 Marek Polacek <polacek@redhat.com>
46905
46906 * libio/libio.h: Don't define _PARAMS.
46907 * locale/programs/config.h: Don't define PARAMS.
46908 * stdlib/strtol_l.c: Likewise.
46909 (__strtol_l): Remove PARAMS from the prototype.
46910
41b81892
UD
469112012-01-31 Ulrich Drepper <drepper@gmail.com>
46912
3b49edc0
UD
46913 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
46914 names. Just use the correct names. Remove unnecessary wrapper
46915 functions.
46916 * malloc/arena.c: Likewise.
46917 * malloc/hooks.c: Likewise.
46918
41b81892
UD
46919 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46920 ARENA_TEST says not to. Simplify test for creation of a new arena.
46921 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46922
27a25b6e
UD
469232012-01-30 Ulrich Drepper <drepper@gmail.com>
46924
46925 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46926 into tail calls.
46927 (update_get_addr): New function.
46928 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46929 GET_ADDR_MODULE parameter.
46930
c8a89e7d
JM
469312012-01-30 Joseph Myers <joseph@codesourcery.com>
46932
46933 * crypt/cert.c: Remove __STDC__ conditionals.
46934 * crypt/crypt-entry.c: Likewise.
46935 * crypt/crypt_util.c: Likewise.
46936 * libio/filedoalloc.c: Likewise.
46937 * libio/fileops.c: Likewise.
46938 * libio/genops.c: Likewise.
46939 * libio/iofclose.c: Likewise.
46940 * libio/iofdopen.c: Likewise.
46941 * libio/iofopen.c: Likewise.
46942 * libio/iofopen64.c: Likewise.
46943 * libio/iogetdelim.c: Likewise.
46944 * libio/iopopen.c: Likewise.
46945 * libio/obprintf.c: Likewise.
46946 * libio/oldfileops.c: Likewise.
46947 * libio/oldiofclose.c: Likewise.
46948 * libio/oldiofdopen.c: Likewise.
46949 * libio/oldiofopen.c: Likewise.
46950 * libio/oldiopopen.c: Likewise.
46951 * libio/wfiledoalloc.c: Likewise.
46952 * libio/wgenops.c: Likewise.
46953 * locale/programs/xmalloc.c: Likewise.
46954 * misc/syslog.c: Likewise.
46955 * stdio-common/xbug.c: Likewise.
46956 * string/memchr.c: Likewise.
46957 * string/memcmp.c: Likewise.
46958 * string/memrchr.c: Likewise.
46959 * string/rawmemchr.c: Likewise.
46960 * sysdeps/posix/getcwd.c: Likewise.
46961 * time/strftime_l.c: Likewise.
46962
3b100462
JM
469632012-01-30 Joseph Myers <joseph@codesourcery.com>
46964
46965 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
46966 * config.make.in (config-cflags-sse2avx): Define.
46967 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46968 Fix typo.
46969
607998af
CM
469702012-01-29 Chris Metcalf <cmetcalf@tilera.com>
46971
46972 * scripts/config.guess: Update from upstream config git repository.
46973 * scripts/config.sub: Likewise.
46974
3601428f
CM
469752012-01-28 Chris Metcalf <cmetcalf@tilera.com>
46976
3ac8b282
CM
46977 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46978 (EM_NUM): Update.
46979 (R_TILEPRO_*, R_TILEGX_*): New macros.
46980
e034841e
CM
46981 * scripts/firstversions.awk: Fix bug in version range handling.
46982
540d7568
CM
46983 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46984
3601428f
CM
46985 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46986
463de862
CM
46987 * include/sys/epoll.h: New file.
46988 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46989 libc_hidden_def.
46990
73139a76
UD
469912012-01-28 Ulrich Drepper <drepper@gmail.com>
46992
96bc5b45
UD
46993 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46994 Avoid unnecessary __WORDSIZE == 64 test.
46995 (fmaxf): Use VEX format if possible.
46996 (fmax): Likewise.
46997 (fminf): Likewise.
46998 (fmin): Likewise.
46999
56f6f6a2
UD
47000 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47001 * math/math_private.h: Remove libc_fegetround* and
47002 libc_fesetround*.
47003 * sysdeps/i386/configure.in: Check for -msse2avx.
47004 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47005 also if SSE2AVX is defined.
47006 Remove libc_fegetround* and libc_fesetround*.
47007 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47008 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
47009 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47010 of HAS_YMM_USABLE.
47011 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47012 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47013 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47014 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47015 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47016
73139a76
UD
47017 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47018
d73f93a4
AZ
470192012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47020
47021 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47022 size is not set.
47023 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47024
6ee65ed6
UD
470252012-01-27 Ulrich Drepper <drepper@gmail.com>
47026
47027 [BZ #13618]
47028 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47029 relocation.
47030 * Makeconfig (libm): Define.
47031 * elf/Makefile: Add rules to build and run tst-relsort1.
47032 * elf/tst-relsort1.c: New file.
47033 * elf/tst-relsort1mod1.c: New file.
47034 * elf/tst-relsort1mod2.c: New file.
47035
8db21882
JM
470362012-01-27 Joseph Myers <joseph@codesourcery.com>
47037
47038 * math/s_ldexp.c: Remove __STDC__ conditionals.
47039 * math/s_ldexpf.c: Likewise.
47040 * math/s_ldexpl.c: Likewise.
47041 * math/s_nextafter.c: Likewise.
47042 * math/s_nexttowardf.c: Likewise.
47043 * math/s_significand.c: Likewise.
47044 * math/s_significandf.c: Likewise.
47045 * math/s_significandl.c: Likewise.
47046 * math/w_jnl.c: Likewise.
47047 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47048 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47049 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47050 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47051 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47052 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47053 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47054 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47055 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47056 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47057 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47058 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47059 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47060 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47061 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47062 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47063 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47064 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47065 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47066 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47067 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47068 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47069 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47070 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47071 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47072 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47073 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47074 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47075 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47076 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47077 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47078 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47079 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47080 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47081 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47082 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47083 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47084 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47085 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47086 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47087 * sysdeps/ieee754/k_standard.c: Likewise.
47088 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47089 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47090 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47091 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47092 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47093 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47094 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47095 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47096 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47097 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47098 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47099 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47100 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47101 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47102 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47103 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47104 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47105 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47106 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47107 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47108 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47109 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47110 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47111 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47112 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47113 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47114 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47115 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47116 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47117 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47118 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47119 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47120 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47121 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47122 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47123 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47124 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47125 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47126 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47127 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47128 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47129 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47130 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47131 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47132 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47133 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47134 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47135 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47136 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47137 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47138 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47139 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47140 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47141 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47142 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47143 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47144 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47145 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47146 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47147 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47148 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47149 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47150 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47151 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47152 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47153 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47154 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47155 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47156 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47157 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47158 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47159 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47160 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47161 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47162 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47163 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47164 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47165 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47166 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47167 * sysdeps/ieee754/s_matherr.c: Likewise.
47168 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47169 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47170 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47171 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47172
965a54a4
JM
471732012-01-26 Joseph Myers <joseph@codesourcery.com>
47174
47175 * crypt/md5.h: Remove __STDC__ conditionals.
47176 * libio/libioP.h: Likewise.
47177 * locale/programs/config.h: Likewise.
47178 * sysdeps/generic/sysdep.h: Likewise.
47179 * sysdeps/i386/asm-syntax.h: Likewise.
47180 * sysdeps/s390/asm-syntax.h: Likewise.
47181 * sysdeps/unix/sysdep.h: Likewise.
47182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47183 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47184
7071ad79
JM
471852012-01-26 Joseph Myers <joseph@codesourcery.com>
47186
47187 * libio/libio.h: Remove __STDC__ conditionals.
47188 * malloc/obstack.h: Likewise.
47189 * math/complex.h: Likewise.
47190 * math/math.h: Likewise.
47191 * sysdeps/generic/_G_config.h: Likewise.
47192 * sysdeps/gnu/_G_config.h: Likewise.
47193 * sysdeps/mach/hurd/_G_config.h: Likewise.
47194 * sysdeps/powerpc/bits/mathdef.h: Likewise.
47195 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47196 * sysdeps/sparc/bits/mathdef.h: Likewise.
47197
afc5ed09
UD
471982012-01-26 Ulrich Drepper <drepper@gmail.com>
47199
47200 [BZ #13583]
47201 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 47202 Clean up HAS_* macros.
afc5ed09 47203 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
47204 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47205 possible.
47206 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47207 HAS_AVX.
47208 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47209 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47210 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47211 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47212 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 47213
bdb6de1d
JM
472142012-01-25 Joseph Myers <joseph@codesourcery.com>
47215
47216 * elf/tst-unique3.cc (gets): Remove declaration.
47217 * elf/tst-unique3lib.cc (gets): Likewise.
47218 * elf/tst-unique3lib2.cc (gets): Likewise.
47219 * elf/tst-unique4.cc (gets): Likewise.
47220
b15549e6
UD
472212012-01-24 Ulrich Drepper <drepper@gmail.com>
47222
47223 * include/stdio.h: Add C++ protection. Add gets declarations and
47224 definitions.
47225 * debug/tst-chk1.c: Don't declare gets here.
47226 * stdio-common/tst-gets.c: Likewise.
47227
a037381f
JM
472282012-01-24 Joseph Myers <joseph@codesourcery.com>
47229
47230 * posix/glob: Remove directory.
47231
f1d4aa75
JM
472322012-01-24 Joseph Myers <joseph@codesourcery.com>
47233
47234 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47235
81c0c964
PT
472362012-01-22 Pino Toscano <toscano.pino@tiscali.it>
47237
47238 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47239 of the non-standard EPFNOSUPPORT.
47240
0ea698ae
ST
472412011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
47242
47243 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47244 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47245 ANYWHERE set to 1 only on KERN_NO_SPACE error.
47246
d220b117
UD
472472012-01-21 Ulrich Drepper <drepper@gmail.com>
47248
47249 * wcsmbs/uchar.h: Test __STDC_VERSION__.
47250
3e1aa84e
UD
472512012-01-20 Ulrich Drepper <drepper@gmail.com>
47252
47253 * nscd/aicache.c (addhstaiX): Do not cache negative results of
47254 transient errors.
47255 * nscd/grpcache.c (cache_addgr): Likewise.
47256 * nscd/hstcache.c (cache_addhst): Likewise.
47257 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47258 * nscd/pwdcache.c (cache_addpw): Likewise.
47259 * nscd/servicescache.c (cache_addserv): Likewise.
47260
400aa020
UD
472612012-01-16 Ulrich Drepper <drepper@gmail.com>
47262
d77e7869
UD
47263 * malloc/malloc.c: Various cleanups.
47264 * malloc/hooks.c: Likewise.
47265
400aa020
UD
47266 * stdlib/Makefile (tests): Add bug-fmtmsg1.
47267 * stdlib/bug-fmtmsg1.c: New file.
47268
47269 * stdlib/fmtmsg.c (init): Add missing unlock.
47270 Patch by Peng Haitao <penght@cn.fujitsu.com>.
47271
e0a309cf
MP
472722012-01-12 Marek Polacek <polacek@redhat.com>
47273
47274 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47275 and _GNU_SOURCE.
47276
929d11c7
WS
472772012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
47278
47279 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47280 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47281 macro to ensure uniqueness of label name.
47282 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47283 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47284
41d0e869
UD
472852012-01-11 Ulrich Drepper <drepper@gmail.com>
47286
0cc5ed3b
UD
47287 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47288
41d0e869
UD
47289 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47290 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47291 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47292 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47293
a47a831a
UD
472942012-01-10 Ulrich Drepper <drepper@gmail.com>
47295
daa891c0
UD
47296 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47297
47298 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47299 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47300 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47301
e58ef0f2
UD
47302 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47303
a47a831a 47304 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
47305 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47306 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 47307 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
47308
47309 * math/bits/math-finite.h: Add ldexp support.
47310
a0bfc9c7
MP
473112012-01-10 Marek Polacek <polacek@redhat.com>
47312
47313 * locale/programs/localedef.h (show_archive_content): Add noreturn
47314 attribute.
47315
d6e97a1d
UD
473162012-01-09 Ulrich Drepper <drepper@gmail.com>
47317
47318 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47319
d5835c26
UD
473202012-01-08 Ulrich Drepper <drepper@gmail.com>
47321
e5f484c6
UD
47322 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47323
d5835c26
UD
47324 * io/Makefile (headers): Add bits/poll2.h.
47325
d1f741e9
WS
473262011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
47327
47328 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47329 typo #include statement.
47330
ec09c1c4
UD
473312012-01-08 Ulrich Drepper <drepper@gmail.com>
47332
47333 * include/sys/cdefs.h: Define __attribute_alloc_size.
47334 * catgets/gencat.c: Add alloc_size attribute and apply consistently
47335 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47336 * elf/pldd.c: Likewise.
47337 * iconv/iconv_charmap.c: Likewise.
47338 * iconv/iconvconfig.c: Likewise.
47339 * iconv/strtab.c: Likewise.
47340 * locale/programs/locale.c: Likewise.
47341 * locale/programs/localedef.h: Likewise.
47342 * locale/programs/simple-hash.c: Likewise.
47343 * nscd/nscd.h: Likewise.
47344 * nss/makedb.c: Likewise.
47345 * sysdeps/generic/ldconfig.h: Likewise.
47346 * locale/programs/localedef.c: Remove xmalloc prototype.
47347 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47348
20b38e03
PP
473492012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
47350
47351 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47352 appropriate.
47353
a0da5fe1
UD
473542012-01-08 Ulrich Drepper <drepper@gmail.com>
47355
1d5a644a 47356 * math/Makefile (tests): Add tst-CMPLX.
669704fd 47357 * math/tst-CMPLX.c: New file.
1d5a644a 47358
8784a6db
UD
47359 * math/complex.h (CMPLXL): Fix typo.
47360
d9a216c0
UD
47361 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47362 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47363 GLIBC_2.16.
47364 * debug/tst-chk1.c: Add poll and ppoll tests.
47365 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47366 * include/sys/poll.h: Add hidden proto for ppoll.
47367 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47368 * sysdeps/mach/hurd/ppoll.c: Likewise.
47369 * io/ppoll.c: Likewise.
47370 * debug/poll_chk.c: New file.
47371 * debug/ppoll_chk.c: New file.
47372 * include/bits/poll2.h: New file.
47373 * io/bits/poll2.h: New file.
47374
ac097f5c
UD
47375 [BZ #1350]
47376 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47377
2119dcfa
UD
47378 * configure.in: static is always set to yes. Remove.
47379 * config.make.in: Don't set build-static.
47380 * Makeconfig: Remove use of build-static.
47381 * dlfcn/Makefile: Likewise.
47382 * elf/Makefile: Likewise.
47383 * math/Makefile: Likewise.
47384 * misc/Makefile: Likewise.
47385 * nptl/Makefile: Likewise.
47386 * sysdeps/mach/hurd/Makefile: Likewise.
47387
121766a9
UD
47388 * configure.in: PWD_P is not used anymore.
47389 * config.make.in: Remove PWD_P entry.
47390
51a1d39c 47391 * configure.in: Remove last remnants of RANLIB.
8720d066 47392 No need to check for signed size_t anymore.
215f4bdc
UD
47393 Don't set libc_commonpagesize and libc_relro_required here for Alpha
47394 and IA-64.
3857022a 47395 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
47396 * aclocal.m4: Likewise.
47397
d3ed7225
UD
47398 * wcsmbs/mbrtoc16.c: Implement using towc function.
47399 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47400 * wcsmbs/wcsmbsload.c: Likewise.
47401 * iconv/gconv_simple.c: Likewise.
47402 * iconv/gconv_int.h: Likewise.
47403 * iconv/gconv_builtin.h: Likewise.
47404 * iconv/iconv_prog.c: Remove CHAR16 handling.
47405
47406 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47407
47408 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47409
a0da5fe1
UD
47410 * configure.in: Remove --with-elf and --enable-bounded options.
47411 Dont set base_machine for ia64. More non-ELF conditions removed.
47412 Remove testing and setting of leading underscore information.
47413 * config.make.in (build-bounded): Set to no.
47414 * config.h.in: Remove NO_UNDERSCORES entry.
47415 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
47416 them.
47417 * csu/start.c: Remove !NO_UNDERSCORE code.
47418 * locale/localeinfo.h: Likewise.
47419 * sysdeps/generic/machine-gmon.h: Likewise.
47420 * sysdeps/generic/sysdep.h: Likewise.
47421 * sysdeps/i386/sysdep.h: Likewise.
47422 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47423 * sysdeps/mach/sysdep.h: Likewise.
47424 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47425 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47426 * sysdeps/sh/sysdep.h: Likewise.
47427 * sysdeps/sparc/sparc32/alloca.S: Likewise.
47428 * sysdeps/unix/i386/sysdep.S: Likewise.
47429 * sysdeps/unix/sparc/start.c: Likewise.
47430 * sysdeps/unix/sparc/sysdep.S: Likewise.
47431 * sysdeps/unix/sparc/sysdep.h: Likewise.
47432 * sysdeps/unix/start.c: Likewise.
47433 * sysdeps/unix/x86_64/sysdep.S: Likewise.
47434 * sysdeps/x86_64/sysdep.h: Likewise.
47435
df78418a
UD
474362012-01-07 Ulrich Drepper <drepper@gmail.com>
47437
a784e502
UD
47438 [BZ #13553]
47439 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47440 for non-gcc.
47441 * argp/argp-fmtstream.h: Use const instead __const.
47442 * argp/argp.h: Likewise.
47443 * assert/assert.h: Likewise.
47444 * bits/fenv.h: Likewise.
47445 * bits/sched.h: Likewise.
47446 * bits/sigset.h: Likewise.
47447 * bits/sigthread.h: Likewise.
47448 * catgets/nl_types.h: Likewise.
47449 * conform/data/pthread.h-data: Likewise.
47450 * crypt/crypt-private.h: Likewise.
47451 * crypt/crypt.h: Likewise.
47452 * crypt/crypt_util.c: Likewise.
47453 * ctype/ctype.h: Likewise.
47454 * debug/execinfo.h: Likewise.
47455 * debug/mbsnrtowcs_chk.c: Likewise.
47456 * debug/mbsrtowcs_chk.c: Likewise.
47457 * debug/wcsnrtombs_chk.c: Likewise.
47458 * debug/wcsrtombs_chk.c: Likewise.
47459 * debug/wcstombs_chk.c: Likewise.
47460 * dirent/dirent.h: Likewise.
47461 * dlfcn/dlfcn.h: Likewise.
47462 * elf/neededtest4.c: Likewise.
47463 * grp/grp.h: Likewise.
47464 * gshadow/gshadow.h: Likewise.
47465 * iconv/gconv.h: Likewise.
47466 * iconv/gconv_int.h: Likewise.
47467 * iconv/gconv_simple.c: Likewise.
47468 * iconv/iconv.h: Likewise.
47469 * iconv/loop.c: Likewise.
47470 * iconv/skeleton.c: Likewise.
47471 * include/aio.h: Likewise.
47472 * include/aliases.h: Likewise.
47473 * include/argz.h: Likewise.
47474 * include/arpa/inet.h: Likewise.
47475 * include/assert.h: Likewise.
47476 * include/dirent.h: Likewise.
47477 * include/dlfcn.h: Likewise.
47478 * include/execinfo.h: Likewise.
47479 * include/fcntl.h: Likewise.
47480 * include/fenv.h: Likewise.
47481 * include/glob.h: Likewise.
47482 * include/grp.h: Likewise.
47483 * include/libintl.h: Likewise.
47484 * include/mntent.h: Likewise.
47485 * include/netdb.h: Likewise.
47486 * include/pwd.h: Likewise.
47487 * include/rpc/netdb.h: Likewise.
47488 * include/sched.h: Likewise.
47489 * include/search.h: Likewise.
47490 * include/shadow.h: Likewise.
47491 * include/signal.h: Likewise.
47492 * include/stdio.h: Likewise.
47493 * include/stdlib.h: Likewise.
47494 * include/string.h: Likewise.
47495 * include/sys/socket.h: Likewise.
47496 * include/sys/stat.h: Likewise.
47497 * include/sys/statfs.h: Likewise.
47498 * include/sys/statvfs.h: Likewise.
47499 * include/sys/syslog.h: Likewise.
47500 * include/sys/time.h: Likewise.
47501 * include/sys/uio.h: Likewise.
47502 * include/time.h: Likewise.
47503 * include/unistd.h: Likewise.
47504 * include/utmp.h: Likewise.
47505 * include/wchar.h: Likewise.
47506 * include/wctype.h: Likewise.
47507 * inet/aliases.h: Likewise.
47508 * inet/arpa/inet.h: Likewise.
47509 * inet/netinet/ether.h: Likewise.
47510 * inet/netinet/in.h: Likewise.
47511 * intl/libintl.h: Likewise.
47512 * io/bits/fcntl2.h: Likewise.
47513 * io/fcntl.h: Likewise.
47514 * io/ftw.h: Likewise.
47515 * io/sys/poll.h: Likewise.
47516 * io/sys/stat.h: Likewise.
47517 * io/sys/statfs.h: Likewise.
47518 * io/sys/statvfs.h: Likewise.
47519 * io/utime.h: Likewise.
47520 * libio/bits/stdio.h: Likewise.
47521 * libio/bits/stdio2.h: Likewise.
47522 * libio/libio.h: Likewise.
47523 * libio/libioP.h: Likewise.
47524 * libio/stdio.h: Likewise.
47525 * locale/lc-ctype.c: Likewise.
47526 * locale/locale.h: Likewise.
47527 * login/utmp.h: Likewise.
47528 * malloc/arena.c: Likewise.
47529 * malloc/malloc.c: Likewise.
47530 * malloc/malloc.h: Likewise.
47531 * malloc/mcheck.c: Likewise.
47532 * malloc/mtrace.c: Likewise.
47533 * math/bits/mathcalls.h: Likewise.
47534 * math/fenv.h: Likewise.
47535 * math/math_private.h: Likewise.
47536 * misc/bits/error.h: Likewise.
47537 * misc/bits/syslog.h: Likewise.
47538 * misc/err.h: Likewise.
47539 * misc/error.h: Likewise.
47540 * misc/fstab.h: Likewise.
47541 * misc/mntent.h: Likewise.
47542 * misc/regexp.h: Likewise.
47543 * misc/search.h: Likewise.
47544 * misc/sgtty.h: Likewise.
47545 * misc/sys/mman.h: Likewise.
47546 * misc/sys/syslog.h: Likewise.
47547 * misc/sys/uio.h: Likewise.
47548 * misc/sys/xattr.h: Likewise.
47549 * misc/ttyent.h: Likewise.
47550 * nis/rpcsvc/ypclnt.h: Likewise.
47551 * nss/nss.h: Likewise.
47552 * posix/bits/unistd.h: Likewise.
47553 * posix/fnmatch.h: Likewise.
47554 * posix/glob.h: Likewise.
47555 * posix/sched.h: Likewise.
47556 * posix/spawn.h: Likewise.
47557 * posix/sys/wait.h: Likewise.
47558 * posix/unistd.h: Likewise.
47559 * posix/wordexp.h: Likewise.
47560 * pwd/pwd.h: Likewise.
47561 * resolv/netdb.h: Likewise.
47562 * resource/sys/resource.h: Likewise.
47563 * rt/aio.h: Likewise.
47564 * rt/bits/mqueue2.h: Likewise.
47565 * rt/mqueue.h: Likewise.
47566 * shadow/shadow.h: Likewise.
47567 * signal/signal.h: Likewise.
47568 * socket/send.c: Likewise.
47569 * socket/sendto.c: Likewise.
47570 * socket/sys/socket.h: Likewise.
47571 * stdio-common/printf.h: Likewise.
47572 * stdlib/bits/stdlib.h: Likewise.
47573 * stdlib/fmtmsg.h: Likewise.
47574 * stdlib/monetary.h: Likewise.
47575 * stdlib/stdlib.h: Likewise.
47576 * stdlib/ucontext.h: Likewise.
47577 * streams/stropts.h: Likewise.
47578 * string/argz.h: Likewise.
47579 * string/bits/string2.h: Likewise.
47580 * string/string.h: Likewise.
47581 * string/strings.h: Likewise.
47582 * sunrpc/rpc/auth.h: Likewise.
47583 * sunrpc/rpc/auth_des.h: Likewise.
47584 * sunrpc/rpc/clnt.h: Likewise.
47585 * sunrpc/rpc/netdb.h: Likewise.
47586 * sunrpc/rpc/pmap_clnt.h: Likewise.
47587 * sunrpc/rpc/xdr.h: Likewise.
47588 * sysdeps/generic/inttypes.h: Likewise.
47589 * sysdeps/generic/net/if.h: Likewise.
47590 * sysdeps/generic/sys/swap.h: Likewise.
47591 * sysdeps/gnu/net/if.h: Likewise.
47592 * sysdeps/gnu/utmpx.h: Likewise.
47593 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47594 * sysdeps/i386/i486/bits/string.h: Likewise.
47595 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47596 * sysdeps/s390/bits/string.h: Likewise.
47597 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47598 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47599 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47600 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47601 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47602 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47603 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47604 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47605 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47606 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47607 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47608 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47609 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47610 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47611 * sysdeps/unix/sysv/linux/readv.c: Likewise.
47612 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47613 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47614 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47615 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47616 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47617 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47618 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47619 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47620 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47621 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47622 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47623 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47624 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47625 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47626 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47627 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47628 * sysvipc/sys/ipc.h: Likewise.
47629 * sysvipc/sys/msg.h: Likewise.
47630 * sysvipc/sys/sem.h: Likewise.
47631 * sysvipc/sys/shm.h: Likewise.
47632 * termios/termios.h: Likewise.
47633 * time/sys/time.h: Likewise.
47634 * time/time.h: Likewise.
47635 * wcsmbs/bits/wchar2.h: Likewise.
47636 * wcsmbs/uchar.h: Likewise.
47637 * wcsmbs/wchar.h: Likewise.
47638 * wctype/wctype.h: Likewise.
47639
0269750c
UD
47640 [BZ #13551]
47641 * Makeconfig: Remove all but ELF support including AIX support.
47642 * Makerules: Likewise.
47643 * config.h.in: Likewise.
47644 * config.make.in: Likewise.
47645 * configure: Likewise.
47646 * configure.in: Likewise.
47647 * csu/Makefile: Likewise.
47648 * csu/version.c: Likewise.
47649 * debug/Makefile: Likewise.
47650 * dlfcn/Makefile: Likewise.
47651 * elf/Makefile: Likewise.
47652 * extra-lib.mk: Likewise.
47653 * iconv/Makefile: Likewise.
47654 * include/libc-symbols.h: Likewise.
47655 * include/shlib-compat.h: Likewise.
47656 * resolv/Makefile: Likewise.
47657 * resolv/res_libc.c: Likewise.
47658 * rt/Makefile: Likewise.
47659 * sysdeps/i386/asm-syntax.h: Likewise.
47660 * sysdeps/i386/sysdep.h: Likewise.
47661 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47662 * sysdeps/mach/sysdep.h: Likewise.
47663 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47664 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47665 * sysdeps/s390/asm-syntax.h: Likewise.
47666 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47667 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47668 * sysdeps/sh/sysdep.h: Likewise.
47669 * sysdeps/unix/sparc/sysdep.h: Likewise.
47670 * sysdeps/wordsize-32/divdi3.c: Likewise.
47671 * sysdeps/x86_64/sysdep.h: Likewise.
47672
00bbd29b
UD
47673 * argp/Versions: Remove _argp_unlock_xxx.
47674
47675 [BZ #13559]
47676 * abilist/ld.abilist: Update. Adjust for removal of tls option.
47677 * abilist/libBrokenLocale.abilist: Likewise.
47678 * abilist/libanl.abilist: Likewise.
47679 * abilist/libc.abilist: Likewise.
47680 * abilist/libcrypt.abilist: Likewise.
47681 * abilist/libdl.abilist: Likewise.
47682 * abilist/libm.abilist: Likewise.
47683 * abilist/libnsl.abilist: Likewise.
47684 * abilist/libpthread.abilist: Likewise.
47685 * abilist/libresolv.abilist: Likewise.
47686 * abilist/librt.abilist: Likewise.
47687 * abilist/libthread_db.abilist: Likewise.
47688 * abilist/libutil.abilist: Likewise.
47689 * abilist/libnss_db.abilist: New file.
47690
47691 * scripts/abilist.awk: Add support for indirect functions.
47692
a2693a0e
UD
47693 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47694
3f05895f
UD
47695 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47696
ecb6fb48
UD
47697 * shlib-versions: Remove entries for ports architectures.
47698
664f8cb9
UD
47699 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
47700 files in ports.
47701 * elf/stackguard-macros.h: Remove support for IA-64.
47702 * elf/tst-auditmod1.c: Likewise.
47703 * sysdeps/generic/ldsodefs.h: Likewise.
47704
7ae81d88
UD
47705 * sysdeps/unix/sysv/linux/configure.in: Ports should define
47706 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47707 configure files.
47708
bdeba135
UD
47709 [BZ #13552]
47710 * configure.in: Remove --enable-omitfp support.
47711 * FAQ.in: Adjust.
47712 * config.make.in: Likewise.
47713 * Makeconfig: Likewise.
47714 * manual/install.texi: Likewise.
47715
d75a0a62
UD
47716 In case anyone cares, the IA-64 architecture could move to ports.
47717 * sysdeps/ia64/*: Removed.
47718 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 47719 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 47720
dcc9756b
UD
47721 [BZ #13555]
47722 * configure.in: Remove entries for unsupported architectures.
47723
d3761ebc 47724 [BZ #13533]
9954432e
UD
47725 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47726 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
47727 routines.
47728 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47729 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47730 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
47731 fall back to using wcrtomb.
47732 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47733 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
47734 renaming.
47735 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47736 * wcsmbs/tst-c16c32-1.c: New file.
47737
47738 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47739 local variable.
47740
c3a87236
UD
47741 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47742
28926a1b
UD
47743 * elf/tst-unique3.cc: Add explicit declaration of gets.
47744 * elf/tst-unique3lib.cc: Likewise.
47745 * elf/tst-unique3lib2.cc: Likewise.
47746 * elf/tst-unique4.cc: Likewise.
47747
df78418a
UD
47748 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47749
8ecd6b2a
JM
477502012-01-06 Joseph Myers <joseph@codesourcery.com>
47751
47752 [BZ #13566]
47753 * assert/assert.h (static_assert): Don't define for C++.
47754 * libio/stdio.h (gets): Do declare for C++ <= C++11.
47755 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47756
9f115170
UD
477572012-01-03 Ulrich Drepper <drepper@gmail.com>
47758
5e0d0300
UD
47759 * iconv/loop.c (single loop): Fix assertion in storing of
47760 remaining bytes.
47761
9f115170
UD
47762 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47763
81fb02b0
UD
477642012-01-01 Ulrich Drepper <drepper@gmail.com>
47765
47766 * posix/getconf.c: Update copyright year.
47767 * nss/getent.c: Likewise.
a316c1f6 47768 * nss/makedb.c: Likewise.
81fb02b0
UD
47769 * iconv/iconvconfig.c: Likewise.
47770 * iconv/iconv_prog.c: Likewise.
47771 * elf/ldconfig.c: Likewise.
a316c1f6
UD
47772 * elf/pldd.c: Likewise.
47773 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
47774 * catgets/gencat.c: Likewise.
47775 * csu/version.c: Likewise.
47776 * elf/ldd.bash.in: Likewise.
47777 * elf/sprof.c (print_version): Likewise.
47778 * locale/programs/locale.c: Likewise.
47779 * locale/programs/localedef.c: Likewise.
a316c1f6 47780 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
47781 * nscd/nscd.c (print_version): Likewise.
47782 * debug/xtrace.sh: Likewise.
47783 * malloc/memusage.sh: Likewise.
47784 * malloc/mtrace.pl: Likewise.
47785 * debug/catchsegv.sh: Likewise.
47786
2ba92745
JJ
477872011-12-30 Jakub Jelinek <jakub@redhat.com>
47788
47789 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47790 pure attribute.
47791
dadebdae
UD
477922011-12-24 Ulrich Drepper <drepper@gmail.com>
47793
d3761ebc 47794 [BZ #13533]
db6af3eb
UD
47795 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47796 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47797 transformations.
47798 * iconv/gconv_int.h: Likewise.
47799 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47800 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47801 from libc for GLIBC_2.16.
47802 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47803 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47804 * wcsmbs/uchar.h: Really define mbstate_t.
47805 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47806 * wcsmbs/c16rtomb.c: New file.
47807 * wcsmbs/mbrtoc16.c: New file.
47808 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47809 for C/POSIX locale.
47810 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47811 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47812
dadebdae
UD
47813 * wcsmbs/wchar.h: Add missing __restrict.
47814
67371b56
UD
478152011-12-23 Ulrich Drepper <drepper@gmail.com>
47816
74033a25
UD
47817 [BZ #13532]
47818 * time/Makefile (routines): Add timespec_get.
47819 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47820 * time/time.h: Define TIME_UTC and declare timespec_get. Define
47821 timespec for ISO C11.
47822 * time/timespec_get.c: New file.
47823 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47824 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47825
380d7e87
UD
47826 [BZ #13531]
47827 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47828 * stdlib/stdlib.h: Declare aligned_alloc.
47829 * Versions.def: Add GLIBC_2.16 for libc.
47830 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47831
4e9e7a35
UD
47832 [BZ 13527]
47833 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47834 ISO C11.
47835
380d7e87 47836 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
47837 code.
47838
03a71829
UD
47839 [BZ #13528]
47840 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47841
839e283e
UD
47842 [BZ #13529]
47843 * assert/assert.h (static_assert): Define.
47844
ce5294e2 47845 * version.h: Update for 2.16 development version.
90fa7312 47846
8d44e150 47847 [BZ #13526]
d7809905
UD
47848 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47849 _ISOC11_SOURCE.
47850
c0da14cd
UD
47851 * version.h (RELEASE): Bump for 2.15 release.
47852 * include/features.h (__GLIBC_MINOR__): Bump to 15.
47853
530a3249
MP
47854 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47855 Patch by Marek Polacek <mpolacek@redhat.com>.
47856
67371b56
UD
47857 * bits/byteswap.h: Protect long long constants with __extension__.
47858 * sysdeps/i386/bits/byteswap.h: Likewise.
47859 * sysdeps/ia64/bits/byteswap.h: Likewise.
47860 * sysdeps/s390/bits/byteswap.h: Likewise.
47861 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47862
15db4de1
LD
478632011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47864
47865 [BZ #13540]
bbe315ea
LD
47866 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47867 destination buffer.
15db4de1
LD
47868 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47869
2b2596b1
MP
478702011-12-23 Marek Polacek <polacek@redhat.com>
47871
47872 * elf/dl-addr.c (determine_info): Add inline keyword.
47873 * elf/tst-auditmod4b.c (check_avx): Likewise.
47874 * elf/tst-auditmod6b.c (check_avx): Likewise.
47875 * elf/tst-auditmod6c.c (check_avx): Likewise.
47876 * elf/tst-auditmod7b.c (check_avx): Likewise.
47877
70c6c246
UD
478782011-12-23 Ulrich Drepper <drepper@gmail.com>
47879
47880 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47881 !__SSE_MATH__.
47882
c044cf14
LD
478832011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47884
15db4de1 47885 [BZ #13540]
c044cf14
LD
47886 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47887 processing for last bytes.
47888
6b13d9d9
BH
478892011-08-06 Bruno Haible <bruno@clisp.org>
47890
d455f537
BH
47891 [BZ #13061]
47892 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47893 U+0385, not to U+1FEE.
47894
6b13d9d9
BH
47895 [BZ #13062]
47896 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47897 entry for U+00A5 U+0301.
47898
db910efd
UD
478992011-12-22 Ulrich Drepper <drepper@gmail.com>
47900
27deeafc
UD
47901 [BZ #13166]
47902 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47903 buffer for the output is too small.
47904
aed9d171
UD
47905 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47906 optimization.
47907
db910efd
UD
47908 [BZ #13185]
47909 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47910 SSE flags if possible.
47911
2bd779ae
LD
479122011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47913
e7f9dac3 47914 [BZ #13540]
2bd779ae
LD
47915 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47916 processing for last bytes.
47917
154bfc16
JM
479182011-12-22 Joseph Myers <joseph@codesourcery.com>
47919
47920 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47921 (syscall-list-default-options, syscall-list-default-condition)
47922 (syscall-list-includes): Define.
47923 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47924 list of ABIs and options and #if conditions for each ABI. Do not
47925 handle common syscalls between ABIs specially.
47926 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47927 Remove.
47928 (syscall-list-variants, syscall-list-32bit-options)
47929 (syscall-list-32bit-condition, syscall-list-64bit-options)
47930 (syscall-list-64bit-condition): Define.
47931 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47932 (syscall-list-variants, syscall-list-32bit-options)
47933 (syscall-list-32bit-condition, syscall-list-64bit-options)
47934 (syscall-list-64bit-condition): Define.
47935 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47936 Remove.
47937 (syscall-list-variants, syscall-list-32bit-options)
47938 (syscall-list-32bit-condition, syscall-list-64bit-options)
47939 (syscall-list-64bit-condition): Define.
47940 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47941 Remove.
47942 (syscall-list-variants, syscall-list-32bit-options)
47943 (syscall-list-32bit-condition, syscall-list-64bit-options)
47944 (syscall-list-64bit-condition): Define.
47945
21eaf3a5
UD
479462011-12-22 Ulrich Drepper <drepper@gmail.com>
47947
16c6f992
UD
47948 * locale/iso-639.def: Add brx entry.
47949
41043168
UD
47950 [BZ #13328]
47951 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47952 Proposed by Mariusz_Cukr <marcukr@op.pl>.
47953
21eaf3a5
UD
47954 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47955 __feraiseexcept_renamed.
47956
e3a851a2
UD
479572011-12-21 Ulrich Drepper <drepper@gmail.com>
47958
4920765e
UD
47959 [BZ #13538]
47960 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47961 EPOLLET with unsigned values.
47962 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47963 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47964
e3a851a2
UD
47965 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47966 to large cancellation.
47967 * math/s_cacoshf.c: Likewise.
47968 * math/s_cacoshl.c: Likewise.
47969
b27e24b8
RK
479702011-11-18 Richard B. Kreckel <kreckel@ginac.de>
47971
47972 [BZ #13305]
aebefeee 47973 [BZ #12786]
b27e24b8
RK
47974 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47975 * math/s_cacoshf.c: Likewise.
47976 * math/s_cacoshl.c: Likewise.
47977
ee190f67
UD
479782011-12-21 Ulrich Drepper <drepper@gmail.com>
47979
47980 [BZ #13439]
47981 * iconv/gconv.h: Define __GCONV_SWAP.
47982 * iconvdata/unicode.c: The swap bit must be stored in __flags.
47983 * iconvdata/utf-16.c: Likewise.
47984 * iconvdata/utf-32.c: Likewise.
47985
707f25df
AS
479862011-12-21 Andreas Schwab <schwab@linux-m68k.org>
47987
47988 [BZ #13524]
47989 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47990 numerator after shifting it by one limb.
47991
d2daaa1e
RÁE
479922011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
47993
47994 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47995 under [__USE_EXTERN_INLINES].
47996
a4647e72
UD
479972011-12-17 Ulrich Drepper <drepper@gmail.com>
47998
47999 [BZ #13446]
48000 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48001
f0b264f1
AZ
480022011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48003
48004 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48005 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48006 optimized code.
48007 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48008 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48009 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48010 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48011 for strncasecmp/strncasecmp_l compilation.
48012 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48013 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48014
8ef4f244
MP
480152011-12-08 Marek Polacek <mpolacek@redhat.com>
48016
48017 [BZ #13484]
48018 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48019 of __asm__.
48020
97ac2654
UD
480212011-12-17 Ulrich Drepper <drepper@gmail.com>
48022
48023 [BZ #13506]
48024 * time/tzfile.c (__tzfile_read): Check values from file header.
48025
91d2a845
WS
480262011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
48027
48028 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48029 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48030 * powerpc/powerpc32/dl-start.S: Likewise.
48031 * powerpc/powerpc32/elf/start.S: Likewise.
48032 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48033 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48034 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48035 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48036 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48037 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48038 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48039 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48040 * powerpc/powerpc32/fpu/s_round.S: Likewise.
48041 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48042 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48043 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48044 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48045 * powerpc/powerpc32/memset.S: Likewise.
48046 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48047 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48048 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48049 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48050 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48051 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48052 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48053 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48054 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48055 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48056 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48057 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48058 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48059
a1267ba1
AZ
480602011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48061
48062 * math/libm-test.inc: Added more nearbyint tests.
48063 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48064 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48065 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48066 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48067
ad8ac1bd
RL
480682011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
48069
48070 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48071 FD_CLOEXEC.
48072
1d3e4b61
UD
480732011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48074
48075 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48076 Add wcscpy-ssse3 wcscpy-c.
48077 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48078 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48079 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48080 * sysdeps/x86_64/wcschr.S: New file.
48081 * sysdeps/x86_64/wcsrchr.S: New file.
48082 * string/test-strcmp.c: Remove checking of wcscmp function for
48083 wrong alignments.
48084 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48085 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48086 wcsrchr-sse2 wcsrchr-c.
48087 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48088 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48089 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48090 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48091 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48092 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48093 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48094 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48095 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48096 * wcsmbc/wcschr.c (WCSCHR): New macro.
48097
5b330a2d
UD
480982011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48099
48100 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48101 * wcsmbs/test-wcsrchr.c: New file.
48102 * string/test-strrchr.c: Add wcsrchr support.
48103 (WIDE): New macro.
48104 * wcsmbs/test-wcscpy.c: New file.
48105 * string/test-strcpy.c: Add wcscpy support.
48106 (WIDE): New macro.
26428b7c 48107
f039c043
UD
481082011-12-10 Ulrich Drepper <drepper@gmail.com>
48109
48110 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48111 the inner loop.
48112
850fb039
AS
481132011-12-06 Andreas Schwab <schwab@linux-m68k.org>
48114
48115 [BZ #13472]
48116 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48117
4efbd5cb
UD
481182011-12-04 Ulrich Drepper <drepper@gmail.com>
48119
52ff5dd0 48120 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 48121 Minor optimizations.
52ff5dd0 48122
4efbd5cb
UD
48123 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48124 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48125 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48126
8a426e12
UD
481272011-12-03 Ulrich Drepper <drepper@gmail.com>
48128
aff2453d
UD
48129 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48130 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48131 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48132 for gcc to avoid warnings.
48133 * inet/Makefile (tests): Add tst-checks.
48134 * inet/tst-checks.c: New file.
48135
48136 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48137 warning.
48138
48139 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48140 __wmemcmp_sse2.
48141
48142 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48143 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48144
8a426e12
UD
48145 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48146
9bea3473
UD
481472011-12-02 Ulrich Drepper <drepper@gmail.com>
48148
3a965496
UD
48149 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48150 problem.
48151
9bea3473
UD
48152 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48153
f101631b
UD
481542011-11-29 Joseph Myers <joseph@codesourcery.com>
48155
48156 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48157 conditional on GCC version.
48158 (__arch_compare_and_exchange_val_8_acq)
48159 (__arch_compare_and_exchange_val_16_acq)
48160 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48161 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48162 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48163
a98275aa
UD
481642011-12-02 Joseph Myers <joseph@codesourcery.com>
48165
48166 * sysdeps/sh/backtrace.c: New file.
48167
d4cc29a2
AS
481682011-12-02 Andreas Schwab <schwab@redhat.com>
48169
48170 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
48171 parenthesis.
48172
6257af2d
AS
481732011-12-01 Andreas Schwab <schwab@redhat.com>
48174
48175 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48176 falling back to utime.
48177
b5f44c1a
AS
481782011-11-30 Andreas Schwab <schwab@redhat.com>
48179
48180 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48181 expectations for float.
48182
f3a6cc0a
AS
481832011-11-29 Andreas Schwab <schwab@redhat.com>
48184
48185 * locale/weight.h (findidx): Add parameter len.
48186 * locale/weightwc.h (findidx): Likewise.
48187 * posix/fnmatch_loop.c (FCT): Adjust caller.
48188 * posix/regcomp.c (build_equiv_class): Likewise.
48189 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48190 * posix/regexec.c (check_node_accept_bytes): Likewise.
48191 * string/strcoll_l.c (STRCOLL): Likewise.
48192 * string/strxfrm_l.c (STRXFRM): Likewise.
48193
9d65ea3a
UD
481942011-11-17 Ulrich Drepper <drepper@gmail.com>
48195
48196 * Makefile.in: Remove CVSOPT handling.
48197 * configure.in: Remove use of AC_REVISION.
48198 * iconvdata/Makefile (distribute): No need to filter out CVS.
48199 * scripts/list-sources.sh: Remove CVS, subversion and monotone
48200 handling.
48201
5583a086
AS
482022011-11-16 Andreas Schwab <schwab@redhat.com>
48203
48204 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48205 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48206 [USE_AS_STRNCASECMP_L]: Likewise.
48207 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48208 NO_TLS_DIRECT_SEG_REFS.
48209 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48210 Fix argument offsets for non-PIC.
48211 [USE_AS_STRNCASECMP_L]: Likewise.
48212 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48213 NO_TLS_DIRECT_SEG_REFS.
48214
d62a8200
UD
482152011-11-15 Ulrich Drepper <drepper@gmail.com>
48216
9d65ea3a 48217 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
48218 O_CLOEXEC.
48219 * locale/loadlocale.c (_nl_load_locale): Likewise.
48220
09f93bd3
AS
482212011-11-15 Andreas Schwab <schwab@redhat.com>
48222
446514f9
AS
48223 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48224 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48225 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48226 (SYSCALL_GETTIME): Set errno on error.
48227
09f93bd3
AS
48228 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48229 count references to noai6ai_cached.
48230
312be3f9
UD
482312011-11-15 Ulrich Drepper <drepper@gmail.com>
48232
48233 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48234
48235 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48236 FD_CLOEXEC for /proc/self/maps.
48237
48238 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48239 FD_CLOEXEC for /proc/meminfo.
48240
48241 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48242 gai.conf.
48243
48244 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
48245 FD_CLOEXEC for given file.
48246
48247 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48248
48249 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48250 FD_CLOEXEC for /etc/hosts.
48251 (_gethtent): Likewise.
48252
48253 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48254
48255 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48256 cancellation and set FD_CLOEXEC for /etc/netgroup.
48257
48258 * nss/nss_files/files-key.c (search): Don't allow cancellation when
48259 reading /etc/publickey.
48260
48261 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48262 allow cancellation when reading /etc/group.
48263
48264 * nss/nss_files/files-alias.c (internal_setent): Don't allow
48265 cancellation.
48266 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
48267
48268 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48269 when using data file.
48270
48271 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48272
48273 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48274 (write_nis_obj): Use "c" and "e" in fopen.
48275
48276 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48277
48278 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48279
48280 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48281
48282 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48283
48284 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48285 locale.alias.
48286
48287 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48288
48289 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48290
48291 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48292
48293 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48294 file parsing and set FD_CLOEXEC.
48295
82af0fa8
UD
482962011-11-14 Ulrich Drepper <drepper@gmail.com>
48297
48298 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48299
a5fb313c
AS
483002011-11-14 Andreas Schwab <schwab@redhat.com>
48301
48302 * malloc/arena.c (arena_get2): Don't call reused_arena when
48303 _int_new_arena failed.
48304
6abf3465
UD
483052011-11-14 Ulrich Drepper <drepper@gmail.com>
48306
48307 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48308 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48309 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48310 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48311 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48312 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48313 to compile strcasecmp and strncasecmp.
48314 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48315 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48316
48317 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48318
76e3966e
UD
483192011-11-13 Ulrich Drepper <drepper@gmail.com>
48320
48321 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48322 locale-defines.sym to gen-as-const-headers.
48323 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48324 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48325 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48326 to compile strcasecmp and strncasecmp.
48327 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48328 strcasecmp_l and strncasecmp_l.
48329 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48330 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48331 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48332 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48333 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48334 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48335 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48336 * sysdeps/i386/i686/multiarch/strncase.S: New file.
48337 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48338 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48339 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48340
ab26144e
UD
483412011-11-12 Ulrich Drepper <drepper@gmail.com>
48342
7edb22ef
UD
48343 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48344 result of SYSDEP_GETTIME_CPU to retval.
48345 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48346 parameter list to macro. Remove trailing semicolon. Adjust users.
48347
9694fc44
UD
48348 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48349 variable.
48350
8ad89ef8
UD
48351 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48352 mantissa words.
48353 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48354
0c822ef9
UD
48355 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48356 from unused variable.
48357
874e0564
UD
48358 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48359 DWARF definitions.
48360 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48361 for assembling.
48362
3a2edc79
UD
48363 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48364 over namespaces.
48365
f3c2577f
UD
48366 * sunrpc/rpc_prot.c (rejected): Fix case value.
48367
294ce126
UD
48368 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48369 unsigned long long int to avoid warnings in shift.
48370
5e2b63c6
UD
48371 * posix/regex_internal.c (re_string_reconstruct): Actually use result
48372 of use of trans.
48373 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48374 variable tmp.
48375
e7f4b08e
UD
48376 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48377 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48378 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48379
ab26144e
UD
48380 * nis/nis_table.c (nis_list): Use variable of correct type for
48381 result of __follow_path call.
48382
8a6d5255
AZ
483832011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48384
48385 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48386 of math functions ceil, trunc, floor, round, and sqrt, when
48387 avaliable on the platform.
48388 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48389 name clash.
48390 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48391 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48392 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48393
aaddc98c
MP
483942011-10-30 Marek Polacek <mpolacek@redhat.com>
48395
48396 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48397 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48398
95b7042b
RM
483992011-11-11 Roland McGrath <roland@hack.frob.com>
48400
48401 * include/unistd.h: Fix __readlink return type.
48402 Reported by Chris Metcalf <cmetcalf@tilera.com>.
48403
57769839
UD
484042011-11-11 Ulrich Drepper <drepper@gmail.com>
48405
48406 * stdlib/ucontext.h: Undo last change for makecontext.
48407
edc5984d
AS
484082011-11-11 Andreas Schwab <schwab@redhat.com>
48409
98591e58
AS
48410 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48411
edc5984d
AS
48412 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48413 * setjmp/setjmp.h: Mark functions as non-leaf.
48414 * setjmp/bits/setjmp2.h: Likewise.
48415 * stdlib/ucontext.h: Likewise.
48416
77cdc054
AS
484172011-11-10 Andreas Schwab <schwab@redhat.com>
48418
48419 * malloc/arena.c (_int_new_arena): Don't increment narenas.
48420 (reused_arena): Don't check arena limit.
48421 (arena_get2): Atomically check arena limit.
48422
fe72eebd
UD
484232011-11-08 Ulrich Drepper <drepper@gmail.com>
48424
5f078c32
UD
48425 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48426 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48427
fe72eebd
UD
48428 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48429 instructions.
48430
ae1bc2fa
AS
484312011-11-07 Andreas Schwab <schwab@redhat.com>
48432
7583a88d
AS
48433 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48434 handler when locking.
48435
ae1bc2fa
AS
48436 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48437 Fix size of allocated buffer.
48438
10fb0bfa
AS
484392011-11-04 Andreas Schwab <schwab@redhat.com>
48440
998832a4
AS
48441 [BZ #10103]
48442 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48443 declarations for long double functions.
48444 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48445
10fb0bfa
AS
48446 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48447
3d7ba52b
AS
484482011-11-03 Andreas Schwab <schwab@redhat.com>
48449
a9ae54a1
AS
48450 * nscd/nscd.c (main): Don't start AVC thread until credentials are
48451 installed.
48452
3d7ba52b
AS
48453 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48454 is disabled.
48455
bc8db248
ST
484562011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
48457
48458 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48459
45b96dd6
AS
484602011-11-01 Andreas Schwab <schwab@linux-m68k.org>
48461
647776f6
AS
48462 * include/alloca.h (stackinfo_alloca_round): Define.
48463 (extend_alloca): Use it.
48464 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48465 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48466 here.
48467
d91a8b93
AS
48468 * scripts/check-local-headers.sh: Ignore libaudit.h.
48469
45b96dd6
AS
48470 * nscd/Makefile (extra-objs): Make recursively expanded.
48471
432d41ce
UD
484722011-11-01 Ulrich Drepper <drepper@gmail.com>
48473
34372fc6
UD
48474 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48475 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48476
fadb59f8
UD
48477 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48478 * posix/tst-rfc3484-2.c: Likewise.
48479 * posix/tst-rfc3484-3.c: Likewise.
48480
78239589
UD
48481 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48482 process_vm_writev.
48483 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48484 process_vm_writev.
48485 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48486 process_vm_writev from libc using GLIBC_2.15 version.
48487
432d41ce
UD
48488 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48489
02f9c6cf
PP
484902011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
48491
48492 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48493 stack usage.
48494
3a2c0242
UD
484952011-10-31 Ulrich Drepper <drepper@gmail.com>
48496
f4ec4833
UD
48497 [BZ #13367]
48498 * nss/getent.c (initgroups_keys): Show error message in case no group
48499 names are given.
48500
3a2c0242
UD
48501 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48502 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48503 __bump_nl_timestamp.
48504 * nscd/connections (nscd_init): When host database is served open
48505 netlink socket and request notification about configuration changes.
48506 (main_loop_poll): Track netlink file descriptor and bump timestamp
48507 in case data becomes available.
48508 (main_loop_epoll): Likewise.
48509 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48510 (database_pers_head): Add extra_data fileds.
48511 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48512 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48513 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48514 Adjust caller.
48515 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48516 in6ai data, call __free_in6ai.
48517 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48518 Add -DHAVE_NETLINK.
48519 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
48520 interface information. Reuse previous data if netlink timestamp
48521 is not changed.
48522 (__bump_nl_timestamp): New function.
48523 (__free_in6ai): New function.
48524
636064eb
UD
485252011-10-30 Ulrich Drepper <drepper@gmail.com>
48526
48527 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48528 close_not_cancel_no_status here.
48529 (__check_pf): Reorganize code a bit to not call close twice if OOM.
48530
9beb2334
UD
485312011-10-29 Ulrich Drepper <drepper@gmail.com>
48532
6ef76f3b
UD
48533 [BZ #13276]
48534 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48535 return value.
48536
0ffc4f3e 48537 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
48538 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48539 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48540
cb95113e
UD
485412011-07-03 Andreas Jaeger <aj@suse.de>
48542
48543 [BZ #10709]
48544 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48545 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48546 * math/libm-test.inc (sin_test): Add test case.
48547
a1b560ff
UD
485482011-10-29 Ulrich Drepper <drepper@gmail.com>
48549
c9aaface
UD
48550 [BZ #13337]
48551 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48552 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48553
d272e7f1
UD
48554 * elf/chroot_canon.c (chroot_canon): Cleanups.
48555
1bc33071
UD
48556 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48557
1760874d
TJ
48558 [BZ #13335]
48559 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48560 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48561
51d91b18
UD
48562 * string/test-strchr.c: Make usable for strchrnul testing.
48563 * string/test-strchrnul.c: New file.
48564 * string/Makefile (strop-tests): Add strchrnul.
48565
a1b560ff 48566 * po/it.po: Update from translation team.
b611fb81 48567 * po/es.po: Likewise.
a1b560ff 48568
a5b81e1f
UD
485692011-10-28 Ulrich Drepper <drepper@gmail.com>
48570
fd52bc6d
UD
48571 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48572 the three constants needed as parameters. Drop the others.
48573 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48574 __m128i_strloadu_tolower.
52e4b9eb
UD
48575 Create and initialize variable zero and use it in all the places
48576 where _mm_setzero_si128 was used.
fd52bc6d 48577
a5b81e1f
UD
48578 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48579 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48580 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48581 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48582 anymore.
48583 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48584 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48585 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48586 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48587 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48588 __mpranred, __mptan.
48589 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48590 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48591 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48592 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48593 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48594 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48595 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48596 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48597 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48598
b4343346
AS
485992011-10-28 Andreas Schwab <schwab@redhat.com>
48600
0c92d8a8
AS
48601 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48602 redefine if SHARED.
48603 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48604
b4343346
AS
48605 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48606 wide char related routines to wcsmbs subdir.
48607
3871f58f
AS
486082011-10-27 Andreas Schwab <schwab@redhat.com>
48609
48610 [BZ #13344]
48611 * misc/sys/cdefs.h (__THROWNL): Define.
48612 * posix/unistd.h: Use __THREADNL instead of __THREAD
48613 for memory synchronization functions.
48614
94d44d9f
RM
486152011-10-26 Roland McGrath <roland@hack.frob.com>
48616
21b64b15 48617 [BZ #13349]
94d44d9f
RM
48618 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48619 doesn't exist.
48620 * manual/stdio.texi (Obstack Streams): Node removed.
48621
f6ce9294
AS
486222011-10-26 Andreas Schwab <schwab@redhat.com>
48623
80479147
AS
48624 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48625 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48626 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48627
f6ce9294
AS
48628 * math/math_private.h (math_force_eval): Allow non-addressable
48629 arguments.
48630 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48631
618280a1
UD
486322011-10-25 Ulrich Drepper <drepper@gmail.com>
48633
e0016b11
UD
48634 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48635 file is not needed.
48636
48637 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48638 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48639 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48640 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48641 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48642 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48643 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48644 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48645 Add AVX variants.
48646 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48647 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48648 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48649 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48650 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48651 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48652 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48653 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48654 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48655 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48656 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48657 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48658 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48659 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48660 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48661 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48662 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48663 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48664 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48665
48666 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48667 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
48668
618280a1
UD
48669 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48670 place. Use VEX encoding when compiling for AVX.
48671
37822576
AS
486722011-10-25 Andreas Schwab <schwab@redhat.com>
48673
1f1e1947
AS
48674 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48675 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48676
37822576
AS
48677 * string/test-strchr.c (do_test): Don't generate NUL bytes.
48678
31ea014d
UD
486792011-10-25 Ulrich Drepper <drepper@gmail.com>
48680
d7826aa1 48681 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 48682 useless if() expression.
d7826aa1
UD
48683 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48684 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48685 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48686 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48687 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48688 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48689 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48690 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48691 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48692 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48693 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48694 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48695 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48696 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48697 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48698 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48699 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48700 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48701 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48702
31ea014d
UD
48703 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48704
16437fec
AS
487052011-10-25 Andreas Schwab <schwab@redhat.com>
48706
48707 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48708 condition.
48709 * elf/dl-fini.c (_dl_sort_fini): Likewise.
48710
31d3cc00
UD
487112011-10-25 Ulrich Drepper <drepper@gmail.com>
48712
48713 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48714 .text section. Avoid duplicate constants.
48715 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48716 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48717 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48718 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48719 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48720 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48721 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48722 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48723 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48724 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48725 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48726 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48727 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48728 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48729 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48730 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48731 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48732 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48733 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48734 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48735 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48736 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48737 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48738 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48739 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48740 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48741 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48742 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48743 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48744 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48745 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48746 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48747 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48748 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48749 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48750 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48751 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48752 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48753 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48754 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48755 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48756 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48757 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48758 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48759 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48760
58985aa9
UD
487612011-10-24 Ulrich Drepper <drepper@gmail.com>
48762
202c9deb
UD
48763 * sysdeps/x86_64/dla.h: Move to ...
48764 * sysdeps/x86_64/fpu/dla.h: ...here.
48765 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48766 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 48767
af968f62
UD
48768 * config.make.in: Add have-mfma4 entry.
48769 * configure.in: Substitute libc_cv_cc_fma4.
48770 * math/Makefile (dbl-only-routines): Add sincostab.
48771 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48772 Use __sincostab not sincos.
48773 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48774 name is a macro.
48775 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48776 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48777 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48778 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
48779 using __copysign.
48780 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
48781 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
48782 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48783 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48784 and __inv.
48785 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48786 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48787 __copysign.
48788 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
48789 define aliases when function name is a macro.
48790 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48791 sysdeps/ieee754/dbl-64/sincos.tbl.
48792 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48793 fma4-enabled routines.
48794 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48795 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48796 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48797 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48798 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48799 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48800 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48801 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48802 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48803 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48804 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48805 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48806 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48807 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48808 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48809 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48810 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48811 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48812 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48813 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48814 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48815 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48816 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48817 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48818 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48819 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48820 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48821 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48822 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48823 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48824
58985aa9
UD
48825 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48826 rename.
48827 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48828 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48829 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48830 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48831 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48832 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48833 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48834 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48835
a201fbcf
AS
488362011-10-24 Andreas Schwab <schwab@redhat.com>
48837
48838 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48839
fc2ee42a
LD
488402011-10-23 Ulrich Drepper <drepper@gmail.com>
48841
bb3129bd
UD
48842 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48843
0275fff8
UD
48844 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48845 prediction.
48846 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48847
2fa2ae85
UD
48848 * string/strnlen.c: Don't define STRNLEN, reverse logic.
48849 Remove unused variable magic_bits.
48850 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48851
fc2ee42a
LD
48852 * string/strnlen.c: Define and use STRNLEN macro.
48853 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48854 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48855 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48856 * wcsmbs/wcslen.c: Define and use WCSLEN.
48857 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48858 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48859 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48860 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48861 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48862 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48863 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48864
ce7dd29f
LD
488652011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48866
48867 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48868 strnlen-sse2-no-bsf.
48869 Rename strlen-no-bsf to strlen-sse2-no-bsf.
48870 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48871 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48872 Add strnlen support.
48873 (USE_AS_STRNLEN): New macro.
48874 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48875 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48876 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48877 * sysdeps/x86_64/wcslen.S: New file.
48878
979c70a3
MZ
488792011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
48880
48881 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48882 XMM-moves are used for copying on small sizes.
48883
2d09f82f
LD
488842011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48885
48886 * wcsmbs/Makefile (strop-tests): Add wcschr.
48887 * wcsmbs/test-wcschr.c: New file.
48888 * string/test-strchr.c: Update.
48889 Add wcschr support.
48890 (WIDE): New macro.
48891
619fccca
LD
488922011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48893
2d09f82f 48894 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
48895 * wcsmbs/test-wcslen.c: New file.
48896 * string/test-strlen.c: Update.
48897 Add wcslen support.
48898 (WIDE): New macro.
48899
09f699ea
UD
489002011-10-23 Ulrich Drepper <drepper@gmail.com>
48901
48902 * po/it.po: Update from translation team.
48903
95584d3b
LD
489042011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48905
48906 * sysdeps/x86_64/wcscmp.S: Update.
48907 Fix wrong comparison semantics.
48908 wcscmp shall use signed comparison not unsigned.
48909 Don't use substraction to avoid overflow bug.
48910 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48911 * wcsmbc/wcscmp.c: Likewise.
48912 * string/test-strcmp.c: Likewise.
48913 Add new tests to check cases with negative values.
48914
c8b3296b
UD
489152011-10-23 Ulrich Drepper <drepper@gmail.com>
48916
48917 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48918 * sysdeps/x86_64/dla.h: ...here. New file.
48919 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48920 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48921 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48922 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48923 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48924 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48925 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48926 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48927 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48928
246ad57a
AS
489292011-10-23 Andreas Schwab <schwab@linux-m68k.org>
48930
48931 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48932 __ynl_finite aliases.
48933
a1a87169
UD
489342011-10-22 Ulrich Drepper <drepper@gmail.com>
48935
0d355eb7
UD
48936 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48937
a1a87169
UD
48938 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48939 define DLA_FMA.
48940 [DLA_FMA] (EMULV): Use DLA_FMA.
48941 [DLA_FMA] (MUL12): Use EMULV.
48942 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48943 that are not needed.
48944 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48945 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48946 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48947 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48948 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48949 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48950 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48951
ee2aafe0
AS
489522011-10-22 Andreas Schwab <schwab@linux-m68k.org>
48953
48954 * math/s_nan.c: Undef __nan.
48955 * math/s_nanf.c: Undef __nanf.
48956 * math/s_nanl.c: Undef __nanl.
48957 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48958 "math_private.h".
48959
bc62c2fb
UD
489602011-10-22 Ulrich Drepper <drepper@gmail.com>
48961
77425c63
UD
48962 * math/s_catan.c: Add branch predictions.
48963 * math/s_catanf.c: Likewise.
48964 * math/s_catanh.c: Likewise.
48965 * math/s_catanhf.c: Likewise.
48966 * math/s_catanhl.c: Likewise.
48967 * math/s_catanl.c: Likewise.
48968 * math/s_cexp.c: Likewise.
48969 * math/s_cexpf.c: Likewise.
48970 * math/s_cexpl.c: Likewise.
48971 * math/s_clog.c: Likewise.
48972 * math/s_clog10.c: Likewise.
48973 * math/s_clog10f.c: Likewise.
48974 * math/s_clog10l.c: Likewise.
48975 * math/s_clogf.c: Likewise.
48976 * math/s_clogl.c: Likewise.
48977 * math/s_csqrt.c: Likewise.
48978 * math/s_csqrtf.c: Likewise.
48979 * math/s_csqrtl.c: Likewise.
48980 * math/s_ctanf.c: Likewise.
48981 * math/s_ctanh.c: Likewise.
48982 * math/s_ctanhf.c: Likewise.
48983 * math/s_ctanhl.c: Likewise.
48984 * math/s_ctanl.c: Likewise.
48985
bc62c2fb
UD
48986 * math/math_private.h: Define __nan, __nanf, __nanl.
48987 * math/s_cacosh.c: Include <math_private.h>.
48988 * math/s_cacoshl.c: Likewise.
48989 * math/s_casinh.c: Likewise.
48990 * math/s_casinhf.c: Likewise.
48991 * math/s_casinhl.c: Likewise.
48992 * math/s_ccos.c: Rely entire on ccosh.
48993 * math/s_ccosf.c: Rely entire on ccoshf.
48994 * math/s_ccosl.c: Rely entirely on ccoshl.
48995 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
48996 Remove tests for FE_INVALID.
48997 * math/s_ccoshf.c: Likewise.
48998 * math/s_ccoshl.c: Likewise.
48999 * math/s_csin.c: Likewise.
49000 * math/s_csinf.c: Likewise.
49001 * math/s_csinh.c Likewise.
49002 * math/s_csinhf.c: Likewise.
49003 * math/s_csinhl.c: Likewise.
49004 * math/s_csinl.c: Likewise.
49005 * math/s_ctan.c: Likewise.
49006 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49007 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49008 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49009
8ec250a4
UD
490102011-10-21 Ulrich Drepper <drepper@gmail.com>
49011
c196fed8
UD
49012 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49013 compilation problems.
49014
8ec250a4
UD
49015 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49016 __builtin_expect.
49017
8d4f46c6
UD
490182011-10-20 Ulrich Drepper <drepper@gmail.com>
49019
ed72b654
UD
49020 * sysdeps/i386/configure.in: Test for -mfma4 option.
49021 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49022 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49023 COMMON_CPUID_INDEX_80000001.
49024 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49025 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49026 use it if FMA3 is not supported.
49027 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49028
8d4f46c6
UD
49029 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49030 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49031
d45c60c2
AS
490322011-10-20 Andreas Schwab <schwab@redhat.com>
49033
49034 [BZ #12892]
49035 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49036 it would create a cycle with a link time dependency.
49037
d9a4d2ab
UD
490382011-10-19 Ulrich Drepper <drepper@gmail.com>
49039
855d1560
UD
49040 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49041 instruction.
49042 * string/Makefile (strop-tests): Add rawmemchr.
49043 * string/test-rawmemchr.c: New file.
49044
d9a4d2ab
UD
49045 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49046 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
49047 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
49048 when compiling str{,n}casecmp and when AVX is available. Hook up
49049 new optimized code in initializers.
49050
8f3b1ffe
AS
490512011-10-19 Andreas Schwab <schwab@redhat.com>
49052
49053 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49054 __feraiseexcept instead of feraiseexcept.
49055
d38f1dba
UD
490562011-10-18 Ulrich Drepper <drepper@gmail.com>
49057
d9a8d0ab
UD
49058 * math/math_private.h: Define defaults for libc_fetestexcept and
49059 libc_feupdateenv.
49060 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49061 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49062 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49063 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49064 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49065 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49066 libc_fetestexcept and libc_feupdateenv.
49067
4855e3dd
UD
49068 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49069 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49070 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49071 * sysdeps/x86_64/fpu/math_private.h: Define special version of
49072 libc_feholdexcept_setround.
49073
581d30e3
UD
49074 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49075 Add s_nearbyint-c and s_nearbyintf-c.
49076 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49077 nearbyintf inlines.
49078 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49079 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49080 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49081 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49082
d38f1dba
UD
49083 * math/math_private.h: Define defaults for libc_fegetround,
49084 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49085 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49086 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49087 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49088 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49089 standard functions.
49090 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49091 Remove comments and hacks for old compiler versions.
49092 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49093 libc_fegetround, libc_fesetround, libc_feholdexcept, and
49094 libc_feholdexceptl.
49095
caa6c9d8
AS
490962011-10-18 Andreas Schwab <schwab@redhat.com>
49097
49098 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
49099 (__feraiseexcept_renamed): Add __NTH.
49100 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
49101 namespace violations.
49102
97c066e6
UD
491032011-10-17 Ulrich Drepper <drepper@gmail.com>
49104
99ce7b04
UD
49105 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49106
1004d182
UD
49107 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49108
228a984d
UD
49109 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49110 recently added interfaces.
49111 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49112
c8553a6a
UD
49113 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49114 about macro parameter expansion.
49115
ed22dcf6
UD
49116 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49117 __NO_MATH_INLINES is defined. Cleanups.
49118
49119 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49120 and __floorf is target has SSE4.1.
49121 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49122 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49123 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49124 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49125
b171c137
UD
49126 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49127 name.
49128 (floorf): Likewise.
49129
97c066e6
UD
49130 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49131
629f62ef
AS
491322011-10-17 Andreas Schwab <schwab@redhat.com>
49133
49a43d80
AS
49134 * misc/sys/cdefs.h: Fix last change.
49135
629f62ef
AS
49136 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49137 database lookup.
49138
e453f6cd
UD
491392011-10-16 Ulrich Drepper <drepper@gmail.com>
49140
aa78043a
UD
49141 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49142
ad0f5cad
UD
49143 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49144 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49145 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49146 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49147 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49148 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49149 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49150 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49151 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49152 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49153 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49154 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49155 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49156 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49157 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49158 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49159 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49160 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49161 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49162 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49163 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49164 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49165
49166 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49167 ceil, ceilf, floor, floorf.
49168
49169 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49170 Perform IRELATIVE relocations last.
49171
e453f6cd
UD
49172 * elf/do-rel.h: Add another parameter nrelative, replacing the
49173 local variable with the same name. Change name of the function
49174 to end in Rel or Rela (uppercase).
49175 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49176 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
49177 elf_dynamic_do_##reloc function.
49178
fd5bdc09
UD
491792011-10-15 Ulrich Drepper <drepper@gmail.com>
49180
79b195b5
UD
49181 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49182 is sufficient, at least on modern CPUs.
49183
d4a28569
UD
49184 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49185
b61099b5
UD
49186 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49187 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49188
bcf01e6d
UD
49189 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49190 __expl_finite.
49191 * math/bits/math-finite.h: Add entries for exp.
49192 * math/e_expl.c: Add __*_finite alias.
49193 * sysdeps/i386/fpu/e_exp.S: Likewise.
49194 * sysdeps/i386/fpu/e_expf.S: Likewise.
49195 * sysdeps/i386/fpu/e_expl.c: Likewise.
49196 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49197 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49198 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49199 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49200 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49201 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49202 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49203
ba1a0d59
UD
49204 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49205 is sufficient, at least on modern CPUs.
49206
fd5bdc09
UD
49207 * ctype/ctype-info.c (__ctype_init): Define.
49208 * include/ctype.h (__ctype_init): Declare.
49209 (__ctype_b_loc): The variable is always initialized.
49210 (__ctype_toupper_loc): Likewise.
49211 (__ctype_tolower_loc): Likewise.
49212 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49213 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49214
7872cfb0
AS
492152011-10-15 Andreas Schwab <schwab@linux-m68k.org>
49216
b468825a
AS
49217 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49218
7872cfb0
AS
49219 * configure.in: Also look in $cxxmachine/include for C++ system
49220 headers.
49221
be13f7bf
LD
492222011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49223
49224 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49225 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49226 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49227 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
49228 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49229 (USE_AS_WMEMCMP): New macro.
49230 Fixing indents.
49231 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49232 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49233 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49234 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49235 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49236 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49237 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49238 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49239 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49240 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49241 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49242 (USE_AS_WMEMCMP): New macro.
49243 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49244 * sysdeps/string/test-memcmp.c: Update.
49245 Fix simple_wmemcmp.
49246 Add new tests.
49247 * wcsmbs/wmemcmp.c: Update.
49248 (WMEMCMP): New macro.
49249 Fix overflow bug.
49250
556a2007
AJ
492512011-10-12 Andreas Jaeger <aj@suse.de>
49252
49253 [BZ #13268]
49254 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49255
538faaa7
UD
492562011-10-15 Ulrich Drepper <drepper@gmail.com>
49257
ab6737ff
UD
49258 * libio/iofwide.c (do_length): Avoid warning.
49259
538faaa7
UD
49260 * ctype/ctype.h (__isctype_f): Add missing __THROW.
49261
396a21b1
UD
492622011-10-14 Ulrich Drepper <drepper@gmail.com>
49263
cdf2901f
UD
49264 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49265
38ad40ce
UD
49266 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49267 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49268 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49269 * sysdeps/i386/i686/fpu/e_log.S: New file.
49270 * sysdeps/i386/i686/fpu/e_logf.S: New file.
49271 * sysdeps/i386/i686/fpu/e_logl.S: New file.
49272
396a21b1
UD
49273 * ctype/ctype.h: Add support for inlined isXXX functions when
49274 compiling C++ code.
49275
6b1f68c9
AS
492762011-10-14 Andreas Schwab <schwab@redhat.com>
49277
349290c0
AS
49278 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49279
6b1f68c9
AS
49280 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49281
f2282d42
RM
492822011-10-13 Roland McGrath <roland@hack.frob.com>
49283
49284 [BZ #13291]
49285 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49286
5298ffa8
AS
492872011-10-13 Andreas Schwab <schwab@redhat.com>
49288
714fad23
AS
49289 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49290 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49291 feraiseexcept.
49292
81dcc7fb
AS
49293 * sysdeps/x86_64/memrchr.S: Check for zero size.
49294
5298ffa8
AS
49295 * string/stratcliff.c: Add memrchr tests.
49296
951fbcec
LD
492972011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49298
49299 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49300 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49301 rawmemchr-sse2 rawmemchr-sse2-bsf.
49302 * sysdeps/i386/i686/multiarch/memchr.S: New file.
49303 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49304 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49305 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49306 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49307 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49308 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49309 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49310 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49311 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49312 * string/memrchr.c (MEMRCHR): New macro.
49313
0ac5ae23
UD
493142011-10-12 Ulrich Drepper <drepper@gmail.com>
49315
49316 Add integration with gcc's -ffinite-math-only and optimize wrapper
49317 functions in libm.
49318 * Versions.def: Define GLIBC_2.15 version for libm.
49319 * math/Makefile (headers): Add bits/math-finite.h.
49320 * math/bits/math-finite.h: New file.
49321 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49322 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49323 * math/e_acoshl.c: Add __*_finite alias.
49324 * math/e_acosl.c: Likewise.
49325 * math/e_asinl.c: Likewise.
49326 * math/e_atan2l.c: Likewise.
49327 * math/e_atanhl.c: Likewise.
49328 * math/e_coshl.c: Likewise.
49329 * math/e_exp10.c: Likewise.
49330 * math/e_exp10f.c: Likewise.
49331 * math/e_exp10l.c: Likewise.
49332 * math/e_exp2l.c: Likewise.
49333 * math/e_fmodl.c: Likewise.
49334 * math/e_gammal_r.c: Likewise.
49335 * math/e_hypotl.c: Likewise.
49336 * math/e_j0l.c: Likewise.
49337 * math/e_j1l.c: Likewise.
49338 * math/e_jnl.c: Likewise.
49339 * math/e_lgammal_r.c: Likewise.
49340 * math/e_log10l.c: Likewise.
49341 * math/e_log2l.c: Likewise.
49342 * math/e_logl.c: Likewise.
49343 * math/e_powl.c: Likewise.
49344 * math/e_sinhl.c: Likewise.
49345 * math/e_sqrtl.c: Likewise.
49346 * math/e_scalb.c: Completely rewritten and optimized.
49347 * math/e_scalbf.c: Likewise.
49348 * math/e_scalbl.c: Likewise.
49349 * math/w_acos.c: Likewise.
49350 * math/w_acosf.c: Likewise.
49351 * math/w_acosl.c: Likewise.
49352 * math/w_acosh.c: Likewise.
49353 * math/w_acoshf.c: Likewise.
49354 * math/w_acoshl.c: Likewise.
49355 * math/w_asin.c: Likewise.
49356 * math/w_asinf.c: Likewise.
49357 * math/w_asinl.c: Likewise.
49358 * math/w_atan2.c: Likewise.
49359 * math/w_atan2f.c: Likewise.
49360 * math/w_atan2l.c: Likewise.
49361 * math/w_atanh.c: Likewise.
49362 * math/w_atanhf.c: Likewise.
49363 * math/w_atanhl.c: Likewise.
49364 * math/w_exp10.c: Likewise.
49365 * math/w_exp10f.c: Likewise.
49366 * math/w_exp10l.c: Likewise.
49367 * math/w_fmod.c: Likewise.
49368 * math/w_fmodf.c: Likewise.
49369 * math/w_fmodl.c: Likewise.
49370 * math/w_j0.c: Likewise.
49371 * math/w_j0f.c: Likewise.
49372 * math/w_j0l.c: Likewise.
49373 * math/w_j1.c: Likewise.
49374 * math/w_j1f.c: Likewise.
49375 * math/w_j1l.c: Likewise.
49376 * math/w_jn.c: Likewise.
49377 * math/w_jnf.c: Likewise.
49378 * math/w_log.c: Likewise.
49379 * math/w_logf.c: Likewise.
49380 * math/w_logl.c: Likewise.
49381 * math/w_log10.c: Likewise.
49382 * math/w_log10f.c: Likewise.
49383 * math/w_log10l.c: Likewise.
49384 * math/w_log2.c: Likewise.
49385 * math/w_log2f.c: Likewise.
49386 * math/w_log2l.c: Likewise.
49387 * math/w_pow.c: Likewise.
49388 * math/w_powf.c: Likewise.
49389 * math/w_powl.c: Likewise.
49390 * math/w_remainder.c: Likewise.
49391 * math/w_remainderf.c: Likewise.
49392 * math/w_remainderl.c: Likewise.
49393 * math/w_scalb.c: Likewise.
49394 * math/w_scalbf.c: Likewise.
49395 * math/w_scalbl.c: Likewise.
49396 * math/w_sqrt.c: Likewise.
49397 * math/w_sqrtf.c: Likewise.
49398 * math/w_sqrtl.c: Likewise.
49399 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49400 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
49401 used.
49402 * math/math_private.h: Declare __kernel_standard_f.
49403 * math/w_cosh.c: Remove cruft and optimize a bit.
49404 * math/w_coshf.c: Likewise.
49405 * math/w_coshl.c: Likewise.
49406 * math/w_exp2.c: Likewise.
49407 * math/w_exp2f.c: Likewise.
49408 * math/w_exp2l.c: Likewise.
49409 * math/w_hypot.c: Likewise.
49410 * math/w_hypotf.c: Likewise.
49411 * math/w_hypotl.c: Likewise.
49412 * math/w_lgamma.c: Likewise.
49413 * math/w_lgamma_r.c: Likewise.
49414 * math/w_lgammaf.c: Likewise.
49415 * math/w_lgammaf_r.c: Likewise.
49416 * math/w_lgammal.c: Likewise.
49417 * math/w_lgammal_r.c: Likewise.
49418 * math/w_sinh.c: Likewise.
49419 * math/w_sinhf.c: Likewise.
49420 * math/w_sinhl.c: Likewise.
49421 * math/w_tgamma.c: Likewise.
49422 * math/w_tgammaf.c: Likewise.
49423 * math/w_tgammal.c: Likewise.
49424 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49425 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49426 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49427 Minor optimizations. Pretty printing. Remove cruft.
49428 * sysdeps/i386/fpu/e_acosf.S: Likewise.
49429 * sysdeps/i386/fpu/e_acosh.S: Likewise.
49430 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49431 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49432 * sysdeps/i386/fpu/e_acosl.c: Likewise.
49433 * sysdeps/i386/fpu/e_asin.S: Likewise.
49434 * sysdeps/i386/fpu/e_asinf.S: Likewise.
49435 * sysdeps/i386/fpu/e_atan2.S: Likewise.
49436 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49437 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49438 * sysdeps/i386/fpu/e_atanh.S: Likewise.
49439 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49440 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49441 * sysdeps/i386/fpu/e_exp10.S: Likewise.
49442 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49443 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49444 * sysdeps/i386/fpu/e_exp2.S: Likewise.
49445 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49446 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49447 * sysdeps/i386/fpu/e_fmod.S: Likewise.
49448 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49449 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49450 * sysdeps/i386/fpu/e_hypot.S: Likewise.
49451 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49452 * sysdeps/i386/fpu/e_log.S: Likewise.
49453 * sysdeps/i386/fpu/e_log10.S: Likewise.
49454 * sysdeps/i386/fpu/e_log10f.S: Likewise.
49455 * sysdeps/i386/fpu/e_log10l.S: Likewise.
49456 * sysdeps/i386/fpu/e_log2.S: Likewise.
49457 * sysdeps/i386/fpu/e_log2f.S: Likewise.
49458 * sysdeps/i386/fpu/e_log2l.S: Likewise.
49459 * sysdeps/i386/fpu/e_logf.S: Likewise.
49460 * sysdeps/i386/fpu/e_logl.S: Likewise.
49461 * sysdeps/i386/fpu/e_pow.S: Likewise.
49462 * sysdeps/i386/fpu/e_powf.S: Likewise.
49463 * sysdeps/i386/fpu/e_powl.S: Likewise.
49464 * sysdeps/i386/fpu/e_remainder.S: Likewise.
49465 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49466 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49467 * sysdeps/i386/fpu/e_scalb.S: Likewise.
49468 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49469 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49470 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49471 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49472 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49473 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49474 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49475 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49476 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49477 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49478 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49479 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49480 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49481 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49482 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49483 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49484 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49485 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49486 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49487 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49488 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49489 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49490 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49491 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49492 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49493 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49494 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49495 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49496 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49497 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49498 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49499 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49500 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49501 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49502 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49503 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49504 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49505 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49506 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49507 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49508 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49509 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49510 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49511 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49512 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49513 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49514 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49515 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49516 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49517 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49518 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49519 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49520 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49521 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49522 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49523 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49524 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49525 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49526 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49527 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49528 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49529 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49530 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49531 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49532 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49533 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49534 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49535 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49536 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49537 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49538 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49539 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49540 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49541 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49542 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49543 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49544 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49545 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49546 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49547 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49548 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49549 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49550 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49551 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49552 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49553 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49554 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49555 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49556 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49557 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49558 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49559 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49560 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49561 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49562 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49563 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49564 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49565 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49566 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49567 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49568 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49569 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49570 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49571 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49572 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49573 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49574 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49575 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49576 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49577 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49578 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49579 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49580 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49581 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49582 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49583 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
49584 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49585 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49586 (__isnanf): Likewise.
49587 (__isinf_ns): Likewise.
49588 (__isinf_nsf): Likewise.
49589 (__finite): Likewise.
49590 (__finitef): Likewise.
49591 (__ieee754_sqrt): Define as macro.
49592 (__ieee754_sqrtf): Define as macro.
49593 (__ieee754_sqrtl): Define as macro.
49594 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49595 inlined copy.
49596 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49597 __FINITE_MATH_ONLY__ consistent.
49598 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49599
12cc2fcd
AS
496002011-10-10 Andreas Schwab <schwab@linux-m68k.org>
49601
a843a204
AS
49602 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49603 of rawmemchr.
49604
12cc2fcd
AS
49605 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49606
c853acd5
UD
496072011-10-09 Ulrich Drepper <drepper@gmail.com>
49608
49609 * po/ja.po: Update from translation team.
49610
c658d255
RM
496112011-10-08 Roland McGrath <roland@hack.frob.com>
49612
110946e4
RM
49613 * locale/programs/locarchive.c (prepare_address_space): New function.
49614 (create_archive, enlarge_archive, open_archive): Use it.
49615
50604220
RM
49616 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49617 inside [SHARED], where it is used.
49618
c658d255
RM
49619 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49620
49621 * nss/getent.c (netgroup_keys): Remove unused variable.
49622 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49623
6a621eb7
UD
496242011-10-08 Ulrich Drepper <drepper@gmail.com>
49625
7edb55ce
UD
49626 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49627 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49628 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49629 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49630 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49631 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49632 * math/Makefile (libm-calls): Add s_isinf_ns.
49633 * math/divtc3.c: Use __isinf_nsl instead of isinf.
49634 * math/multc3.c: Likewise.
49635 * math/s_casin.c: Likewise.
49636 * math/s_casinf.c: Likewise.
49637 * math/s_casinl.c: Likewise.
49638 * math/s_ccos.c: Likewise.
49639 * math/s_ccosf.c: Likewise.
49640 * math/s_ccosl.c: Likewise.
49641 * math/s_ctan.c: Likewise.
49642 * math/s_ctanf.c: Likewise.
49643 * math/s_ctanh.c: Likewise.
49644 * math/s_ctanhf.c: Likewise.
49645 * math/s_ctanhl.c: Likewise.
49646 * math/s_ctanl.c: Likewise.
49647 * math/w_fmod.c: Likewise.
49648 * math/w_fmodf.c: Likewise.
49649 * math/w_fmodl.c: Likewise.
49650 * math/w_remainder.c: Likewise.
49651 * math/w_remainderf.c: Likewise.
49652 * math/w_remainderl.c: Likewise.
49653 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49654 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49655 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49656 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49657 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49658 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49659 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49660 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49661
187da0ae
UD
49662 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49663 of the number.
49664 * stdio-common/printf_fphex.c: Likewise.
49665 * stdio-common/printf_size.c: Likewise.
49666
9277c064
UD
49667 * math/e_exp10.c: Include math_private.h using <...> not "...".
49668 * math/e_exp10f.c: Likewise.
49669 * math/e_exp10l.c: Likewise.
49670 * math/e_exp2l.c: Likewise.
49671 * math/e_j0l.c: Likewise.
49672 * math/e_j1l.c: Likewise.
49673 * math/e_jnl.c: Likewise.
49674 * math/e_lgammal_r.c: Likewise.
49675 * math/e_rem_pio2l.c: Likewise.
49676 * math/e_scalb.c: Likewise.
49677 * math/e_scalbf.c: Likewise.
49678 * math/e_scalbl.c: Likewise.
49679 * math/k_cosl.c: Likewise.
49680 * math/k_sinl.c: Likewise.
49681 * math/k_tanl.c: Likewise.
49682 * math/s_cacoshf.c: Likewise.
49683 * math/s_catan.c: Likewise.
49684 * math/s_catanf.c: Likewise.
49685 * math/s_catanh.c: Likewise.
49686 * math/s_catanhf.c: Likewise.
49687 * math/s_catanhl.c: Likewise.
49688 * math/s_catanl.c: Likewise.
49689 * math/s_ccosh.c: Likewise.
49690 * math/s_ccoshf.c: Likewise.
49691 * math/s_ccoshl.c: Likewise.
49692 * math/s_cexp.c: Likewise.
49693 * math/s_cexpf.c: Likewise.
49694 * math/s_cexpl.c: Likewise.
49695 * math/s_clog.c: Likewise.
49696 * math/s_clog10.c: Likewise.
49697 * math/s_clog10f.c: Likewise.
49698 * math/s_clog10l.c: Likewise.
49699 * math/s_clogf.c: Likewise.
49700 * math/s_clogl.c: Likewise.
49701 * math/s_csin.c: Likewise.
49702 * math/s_csinf.c: Likewise.
49703 * math/s_csinh.c: Likewise.
49704 * math/s_csinhf.c: Likewise.
49705 * math/s_csinhl.c: Likewise.
49706 * math/s_csinl.c: Likewise.
49707 * math/s_csqrt.c: Likewise.
49708 * math/s_csqrtf.c: Likewise.
49709 * math/s_csqrtl.c: Likewise.
49710 * math/s_ctan.c: Likewise.
49711 * math/s_ctanf.c: Likewise.
49712 * math/s_ctanh.c: Likewise.
49713 * math/s_ctanhf.c: Likewise.
49714 * math/s_ctanhl.c: Likewise.
49715 * math/s_ctanl.c: Likewise.
49716 * math/s_ldexp.c: Likewise.
49717 * math/s_ldexpf.c: Likewise.
49718 * math/s_ldexpl.c: Likewise.
49719 * math/s_significand.c: Likewise.
49720 * math/s_significandf.c: Likewise.
49721 * math/s_significandl.c: Likewise.
49722 * math/w_acos.c: Likewise.
49723 * math/w_acosf.c: Likewise.
49724 * math/w_acosh.c: Likewise.
49725 * math/w_acoshf.c: Likewise.
49726 * math/w_acoshl.c: Likewise.
49727 * math/w_acosl.c: Likewise.
49728 * math/w_asin.c: Likewise.
49729 * math/w_asinf.c: Likewise.
49730 * math/w_asinl.c: Likewise.
49731 * math/w_atan2.c: Likewise.
49732 * math/w_atan2f.c: Likewise.
49733 * math/w_atan2l.c: Likewise.
49734 * math/w_atanh.c: Likewise.
49735 * math/w_atanhf.c: Likewise.
49736 * math/w_atanhl.c: Likewise.
49737 * math/w_cosh.c: Likewise.
49738 * math/w_coshf.c: Likewise.
49739 * math/w_coshl.c: Likewise.
49740 * math/w_dremf.c: Likewise.
49741 * math/w_exp10.c: Likewise.
49742 * math/w_exp10f.c: Likewise.
49743 * math/w_exp10l.c: Likewise.
49744 * math/w_exp2.c: Likewise.
49745 * math/w_exp2f.c: Likewise.
49746 * math/w_fmod.c: Likewise.
49747 * math/w_fmodf.c: Likewise.
49748 * math/w_fmodl.c: Likewise.
49749 * math/w_hypot.c: Likewise.
49750 * math/w_hypotf.c: Likewise.
49751 * math/w_hypotl.c: Likewise.
49752 * math/w_j0.c: Likewise.
49753 * math/w_j0f.c: Likewise.
49754 * math/w_j0l.c: Likewise.
49755 * math/w_j1.c: Likewise.
49756 * math/w_j1f.c: Likewise.
49757 * math/w_j1l.c: Likewise.
49758 * math/w_jn.c: Likewise.
49759 * math/w_jnf.c: Likewise.
49760 * math/w_jnl.c: Likewise.
49761 * math/w_lgamma.c: Likewise.
49762 * math/w_lgamma_r.c: Likewise.
49763 * math/w_lgammaf.c: Likewise.
49764 * math/w_lgammaf_r.c: Likewise.
49765 * math/w_lgammal.c: Likewise.
49766 * math/w_lgammal_r.c: Likewise.
49767 * math/w_log.c: Likewise.
49768 * math/w_log10.c: Likewise.
49769 * math/w_log10f.c: Likewise.
49770 * math/w_log10l.c: Likewise.
49771 * math/w_log2.c: Likewise.
49772 * math/w_log2f.c: Likewise.
49773 * math/w_log2l.c: Likewise.
49774 * math/w_logf.c: Likewise.
49775 * math/w_logl.c: Likewise.
49776 * math/w_pow.c: Likewise.
49777 * math/w_powf.c: Likewise.
49778 * math/w_powl.c: Likewise.
49779 * math/w_remainder.c: Likewise.
49780 * math/w_remainderf.c: Likewise.
49781 * math/w_remainderl.c: Likewise.
49782 * math/w_scalb.c: Likewise.
49783 * math/w_scalbf.c: Likewise.
49784 * math/w_scalbl.c: Likewise.
49785 * math/w_sinh.c: Likewise.
49786 * math/w_sinhf.c: Likewise.
49787 * math/w_sinhl.c: Likewise.
49788 * math/w_sqrt.c: Likewise.
49789 * math/w_sqrtf.c: Likewise.
49790 * math/w_sqrtl.c: Likewise.
49791 * math/w_tgamma.c: Likewise.
49792 * math/w_tgammaf.c: Likewise.
49793 * math/w_tgammal.c: Likewise.
49794
6a621eb7
UD
49795 * po/ja.po: Update from translation team.
49796
bf582445
AJ
497972011-09-29 Andreas Jaeger <aj@suse.de>
49798
f9efbf3a
AJ
49799 [BZ #13179]
49800 * sunrpc/netname.c (netname2host): Fix logic.
49801
bf582445
AJ
49802 [BZ #6779]
49803 [BZ #6783]
49804 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49805 correctly.
49806 * math/w_remainder.c (__remainder): Likewise.
49807 * math/w_remainderf.c (__remainderf): Likewise.
49808 * math/libm-test.inc (remainder_test): Add test cases.
49809
48693bea
AK
498102011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49811
49812 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
49813 sdiv_qrnnd.
49814
42622229
LD
498152011-10-07 Ulrich Drepper <drepper@gmail.com>
49816
49817 * string/test-memcmp.c: Avoid unncessary #defines.
49818 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49819
093ecf92
LD
498202011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49821
49822 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49823 Use new sse2 version for core i3 - i7 as it's faster
49824 than sse42 version.
49825 (bit_Prefer_PMINUB_for_stringop): New.
49826 * sysdeps/x86_64/rawmemchr.S: Update.
49827 Replace with faster SSE2 version.
49828 * sysdeps/x86_64/memrchr.S: New file.
49829 * sysdeps/x86_64/memchr.S: Update.
49830 Replace with faster SSE2 version.
49831
fde56e5c
MP
498322011-09-12 Marek Polacek <mpolacek@redhat.com>
49833
49834 * elf/dl-load.c (lose): Add cast to avoid warning.
49835
21fd49a9
UD
498362011-10-07 Ulrich Drepper <drepper@gmail.com>
49837
5a06e643
UD
49838 * po/ca.po: Update from translation team.
49839
684ae515
UD
49840 * inet/getnetgrent_r.c: Hook up nscd.
49841 * nscd/Makefile (routines): Add nscd_netgroup.
49842 (nscd-modules): Add netgroupcache.
49843 (CFLAGS-netgroupcache.c): Define.
49844 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49845 (cache_search): Add const to second parameter.
49846 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49847 INNETGR.
49848 (dbs): Add netgrdb entry.
49849 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49850 (verify_persistent_db): Handle netgrdb.
49851 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49852 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49853 GETFDNETGR.
49854 (netgroup_response_header): Define.
49855 (innetgroup_response_header): Define.
49856 (datahead): Add netgroup_response_header and innetgroup_response_header
49857 elements.
49858 * nscd/nscd.conf: Add entries for netgroup cache.
49859 * nscd/nscd.h (dbtype): Add netgrdb.
49860 (_PATH_NSCD_NETGROUP_DB): Define.
49861 (netgroup_iov_disabled): Declare.
49862 (xmalloc, xcalloc, xrealloc): Move declarations here.
49863 (cache_search): Adjust prototype.
49864 Add netgroup-related prototypes.
49865 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49866 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49867 (__nscd_innetgr): Declare.
49868 * nscd/selinux.c (perms): Use access_vector_t as element type and
49869 add netgroup-related initializers.
49870 * nscd/netgroupcache.c: New file.
49871 * nscd/nscd_netgroup.c: New file.
49872 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49873 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49874 For four parameters use innetgr.
49875 * nss/nss_files/files-init.c: Add definition and callback for netgr.
49876 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49877 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49878 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49879
21fd49a9
UD
49880 * nscd/connections.c (register_traced_file): Don't register file
49881 for disabled databases.
49882
054c0457
UD
498832011-10-06 Ulrich Drepper <drepper@gmail.com>
49884
32b63198
UD
49885 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49886
054c0457
UD
49887 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49888 from tree and freeing node.
49889
64031225
JO
498902011-09-25 Jiri Olsa <jolsa@redhat.com>
49891
49892 * nss/nsswitch.c (__nss_database_lookup): Handle
49893 nss_parse_service_list out of memory case.
49894
0490345c
JO
498952011-09-15 Jiri Olsa <jolsa@redhat.com>
49896
49897 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49898 out of memory case.
49899
3a62d00d
AS
499002011-10-04 Andreas Schwab <schwab@redhat.com>
49901
49902 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49903 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49904 pass it down.
49905 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49906 elf_machine_rela, elf_machine_lazy_rel.
49907 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49908 (ELF_DYNAMIC_DO_REL): Likewise.
49909 (ELF_DYNAMIC_DO_RELA): Likewise.
49910 (ELF_DYNAMIC_RELOCATE): Likewise.
49911 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49912 to ELF_DYNAMIC_DO_REL.
49913 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49914 (dl_main): In trace mode always set __RTLD_NOIFUNC.
49915 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49916 elf_machine_rela.
49917 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49918 skip_ifunc, don't call ifunc function if non-zero.
49919 (elf_machine_rela): Likewise.
49920 (elf_machine_lazy_rel): Likewise.
49921 (elf_machine_lazy_rela): Likewise.
49922 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49923 (elf_machine_lazy_rel): Likewise.
49924 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49925 Likewise.
49926 (elf_machine_lazy_rel): Likewise.
49927 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49928 Likewise.
49929 (elf_machine_lazy_rel): Likewise.
49930 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49931 (elf_machine_lazy_rel): Likewise.
49932 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49933 (elf_machine_lazy_rel): Likewise.
49934 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49935 (elf_machine_lazy_rel): Likewise.
49936 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49937 (elf_machine_lazy_rel): Likewise.
49938 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49939 (elf_machine_lazy_rel): Likewise.
49940 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49941 (elf_machine_lazy_rel): Likewise.
49942
68577918
UD
499432011-09-28 Ulrich Drepper <drepper@gmail.com>
49944
49945 * nss/nss_files/files-init.c (_nss_files_init): Use static
49946 initialization for all the *_traced_file variables.
49947
68822d74
AS
499482011-09-28 Andreas Schwab <schwab@redhat.com>
49949
49950 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49951
2056100b
RM
499522011-09-27 Roland McGrath <roland@hack.frob.com>
49953
49954 [BZ #13226]
49955 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49956
32c76b63
AS
499572011-09-27 Andreas Schwab <schwab@redhat.com>
49958
49959 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49960 Reread the line before reparsing it.
49961
bf972c9d
AS
499622011-09-26 Andreas Schwab <schwab@redhat.com>
49963
49964 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49965
e057a1b5
JM
499662011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
49967 Maxim Kuvyrkov <maxim@codesourcery.com>
49968 Joseph Myers <joseph@codesourcery.com>
49969
49970 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49971 if needed for __stack_chk_guard.
49972
bc7e1c36
RM
499732011-09-19 Roland McGrath <roland@hack.frob.com>
49974
ecb1482f
RM
49975 * sysdeps/posix/spawni.c (script_execute): Always define it.
49976 It will be optimized away if unused.
49977 (maybe_script_execute): New function.
49978 (__spawni): Call it.
49979
bc7e1c36
RM
49980 * Makerules: Don't include tls.make.
49981 (config-tls): Always set to thread.
49982 * tls.make.c: File removed.
49983
1c3b002b
MF
499842011-09-19 Mike Frysinger <vapier@gentoo.org>
49985
49986 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49987 * config.make.in (CPPFLAGS-config): New substituted variable.
49988
2840865d
UD
499892011-09-15 Ulrich Drepper <drepper@gmail.com>
49990
88738eb6
UD
49991 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49992
cbf645a6 49993 [BZ #13192]
2840865d
UD
49994 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49995 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49996
b402e91a
RM
499972011-09-15 Roland McGrath <roland@hack.frob.com>
49998
49999 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50000 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50001 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50002 (CALL_FAIL): Likewise.
50003 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50004 (CALL_FAIL): Macro removed.
50005 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50006
4c1a1f71
UD
500072011-09-15 Ulrich Drepper <drepper@gmail.com>
50008
50009 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50010 for __FINITE_MATH_ONLY__ == 1.
50011
edc121be
AS
500122011-09-15 Andreas Schwab <schwab@redhat.com>
50013
50014 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50015 __ieee754_sqrt instead of sqrt.
50016 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50017 __ieee754_sqrtf instead of sqrtf.
50018 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50019 __floorf instead of floorf.
50020 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50021 __floorf, __truncf instead of floorf, truncf.
50022
cd205654
UD
500232011-09-14 Ulrich Drepper <drepper@gmail.com>
50024
ee4d0315
UD
50025 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50026
cd205654
UD
50027 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50028 __extern_always_inline.
50029 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50030 32-bit.
50031
48b67d71
AS
500322011-09-14 Andreas Schwab <schwab@redhat.com>
50033
50034 * elf/rtld.c (dl_main): Also relocate in dependency order when
50035 doing symbol dependency testing.
50036
1ae12c75
AS
500372011-09-13 Andreas Schwab <schwab@linux-m68k.org>
50038
50039 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50040 Always define `refsym'.
50041
995a80df
AS
500422011-09-13 Andreas Schwab <schwab@redhat.com>
50043
e529793b
AS
50044 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50045 (__FD_ELT): Renamed from __FDELT.
50046 * misc/bits/select2.h (__FD_ELT): Likewise.
50047 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50048 __FD_MASK instead of __FDELT, __FDMASK.
50049 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50050 Likewise.
50051 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50052 Likewise.
50053
52d4fef8
AS
50054 * elf/Makefile (gen-ldd): Fix pattern.
50055
995a80df
AS
50056 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50057 (init_tls): Likewise.
50058
8682f8b0
UD
500592011-09-12 Ulrich Drepper <drepper@gmail.com>
50060
50061 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50062
de82006d
AS
500632011-09-12 Andreas Schwab <schwab@redhat.com>
50064
a7c8e6a1
AS
50065 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50066 `struct cmsghdr *' instead of `void *'.
50067 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50068 Likewise.
50069
0f31fe77
AS
500702011-09-11 Andreas Schwab <schwab@linux-m68k.org>
50071
50072 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50073 if non-absolute.
50074 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50075 ldd_rewrite_script.
0f31fe77 50076
32b4c839
UD
500772011-09-11 Ulrich Drepper <drepper@gmail.com>
50078
83cd1420
UD
50079 * configure.in: Remove --with-tls option.
50080 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50081 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50082 out in case it is missing.
50083 * sysdeps/ia64/elf/configure.in: Likewise.
50084 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50085 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50086 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50087 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50088 * sysdeps/sh/elf/configure.in: Likewise.
50089 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50090 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50091 * sysdeps/x86_64/elf/configure.in: Likewise.
50092 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50093 * sysdeps/mach/hurd/tls.h: Likewise.
50094
633f745d
UD
50095 [BZ #13067]
50096 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50097
f318beb8
UD
50098 [BZ #13090]
50099 * configure.in: Fix use of AC_INIT.
50100
32b4c839
UD
50101 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50102
3ce1f295
UD
501032011-09-10 Ulrich Drepper <drepper@gmail.com>
50104
bb016596
UD
50105 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50106 __set_errno.
8e58439c
UD
50107 * malloc/hooks.c: Likewise.
50108
aebae053 50109 [BZ #11929]
02d46fc4
UD
50110 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
50111 variables statically.
50112 (narenas): Initialize.
50113 (list_lock): Initialize.
bb016596
UD
50114 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
50115 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
50116 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50117 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
50118 Add initializers to main_arena and mp_.
50119 (malloc_state): Remove pagesize member. Change all users to use
50120 GLRO(dl_pagesize).
50121
50122 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50123 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
50124 is always initialized.
50125
22a89187
UD
50126 * malloc/malloc.c: Removed unused configurations and dead code.
50127 * malloc/arena.c: Likewise.
50128 * malloc/hooks.c: Likewise.
02d46fc4 50129 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 50130
d063d164
UD
50131 * include/tls.h: Removed. USE___THREAD must always be defined.
50132 * bits/libc-tsd.h: Don't handle !USE___THREAD.
50133 * elf/dl-libc.c: Likewise.
50134 * elf/dl-tsd.c: Likewise.
50135 * include/errno.h: Likewise.
50136 * include/netdb.h: Likewise.
50137 * include/resolv.h: Likewise.
50138 * inet/herrno-loc.c: Likewise.
50139 * inet/herrno.c: Likewise.
50140 * malloc/arena.c: Likewise.
50141 * malloc/hooks.c: Likewise.
50142 * malloc/malloc.c: Likewise.
50143 * resolv/res-state.c: Likewise.
50144 * resolv/res_libc.c: Likewise.
50145 * sysdeps/i386/dl-machine.h: Likewise.
50146 * sysdeps/ia64/dl-machine.h: Likewise.
50147 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50148 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50149 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50150 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50151 * sysdeps/sh/dl-machine.h: Likewise.
50152 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50153 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50154 * sysdeps/unix/i386/sysdep.S: Likewise.
50155 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50156 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50157 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50158 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50159 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50160 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50161 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50162 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50163 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50164 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50165 * sysdeps/unix/x86_64/sysdep.S: Likewise.
50166 * sysdeps/x86_64/dl-machine.h: Likewise.
50167 * tls.make.c: Likewise.
50168
3ce1f295
UD
50169 * configure.in: Remove --with-__thread option. Make tests for
50170 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50171 tls_model attribute fail if no support is available. Remove
50172 USE_IN_LIBIO.
50173 * Makeconfig: Adjust for dropped configure option. All features are
50174 now mandatory.
50175 * Makerules: Likewise.
50176 * Versions.def: Likewise.
50177 * argp/argp-fmtstream.c: Likewise.
50178 * argp/argp-fmtstream.h: Likewise.
50179 * argp/argp-help.c: Likewise.
50180 * assert/assert.c: Likewise.
50181 * config.h.in: Likewise.
50182 * config.make.in: Likewise.
50183 * configure: Likewise.
50184 * configure.in: Likewise.
50185 * csu/Versions: Likewise.
50186 * csu/init.c: Likewise.
50187 * elf/tst-audit2.c: Likewise.
50188 * elf/tst-tls10.c: Likewise.
50189 * elf/tst-tls10.h: Likewise.
50190 * elf/tst-tls11.c: Likewise.
50191 * elf/tst-tls12.c: Likewise.
50192 * elf/tst-tls14.c: Likewise.
50193 * elf/tst-tlsmod11.c: Likewise.
50194 * elf/tst-tlsmod12.c: Likewise.
50195 * elf/tst-tlsmod13.c: Likewise.
50196 * elf/tst-tlsmod13a.c: Likewise.
50197 * elf/tst-tlsmod14a.c: Likewise.
50198 * elf/tst-tlsmod15b.c: Likewise.
50199 * elf/tst-tlsmod16a.c: Likewise.
50200 * elf/tst-tlsmod16b.c: Likewise.
50201 * elf/tst-tlsmod7.c: Likewise.
50202 * elf/tst-tlsmod8.c: Likewise.
50203 * elf/tst-tlsmod9.c: Likewise.
50204 * gmon/gmon.c: Likewise.
50205 * grp/fgetgrent_r.c: Likewise.
50206 * grp/putgrent.c: Likewise.
50207 * hurd/fopenport.c: Likewise.
50208 * include/libc-symbols.h: Likewise.
50209 * include/tls.h: Likewise.
50210 * intl/gettextP.h: Likewise.
50211 * intl/loadinfo.h: Likewise.
50212 * locale/global-locale.c: Likewise.
50213 * locale/localeinfo.h: Likewise.
50214 * mach/devstream.c: Likewise.
50215 * malloc/arena.c: Likewise.
50216 * malloc/set-freeres.c: Likewise.
50217 * misc/err.c: Likewise.
50218 * misc/getttyent.c: Likewise.
50219 * misc/mntent_r.c: Likewise.
50220 * posix/getopt.c: Likewise.
50221 * posix/wordexp.c: Likewise.
50222 * pwd/fgetpwent_r.c: Likewise.
50223 * resolv/Versions: Likewise.
50224 * resolv/res_hconf.c: Likewise.
50225 * shadow/fgetspent_r.c: Likewise.
50226 * shadow/putspent.c: Likewise.
50227 * stdio-common/printf_fphex.c: Likewise.
50228 * stdio-common/tmpfile.c: Likewise.
50229 * stdlib/abort.c: Likewise.
50230 * stdlib/fmtmsg.c: Likewise.
50231 * sunrpc/auth_unix.c: Likewise.
50232 * sunrpc/clnt_perr.c: Likewise.
50233 * sunrpc/clnt_tcp.c: Likewise.
50234 * sunrpc/clnt_udp.c: Likewise.
50235 * sunrpc/clnt_unix.c: Likewise.
50236 * sunrpc/openchild.c: Likewise.
50237 * sunrpc/svc_simple.c: Likewise.
50238 * sunrpc/svc_tcp.c: Likewise.
50239 * sunrpc/svc_udp.c: Likewise.
50240 * sunrpc/svc_unix.c: Likewise.
50241 * sunrpc/xdr.c: Likewise.
50242 * sunrpc/xdr_array.c: Likewise.
50243 * sunrpc/xdr_rec.c: Likewise.
50244 * sunrpc/xdr_ref.c: Likewise.
50245 * sunrpc/xdr_stdio.c: Likewise.
50246
1248c1c4
PB
502472011-09-09 Ulrich Drepper <drepper@gmail.com>
50248
50249 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50250
502512011-07-03 Andreas Jaeger <aj@suse.de>
50252
50253 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50254 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50255 regenerate with gen-libm-tests.pl.
50256
502572010-05-12 Petr Baudis <pasky@suse.cz>
50258
50259 [BZ #11589]
50260 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50261 around j0() zero points by switching to j1().
50262 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50263 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50264 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50265 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50266
f22e1074
UD
502672011-09-09 Ulrich Drepper <drepper@gmail.com>
50268
f19009c1
UD
50269 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50270 instead of 0.
50271 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 50272 instead of 0.
f19009c1
UD
50273 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50274 Patch in part by Pavel Roskin <proski@gnu.org>.
50275
3f8cc204
UD
50276 [BZ #13138]
50277 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50278 realloc.
50279 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
50280 Free memory block if necessary.
50281
f22e1074
UD
50282 [BZ #12847]
50283 * libio/genops.c (INTDEF): For string streams the _lock pointer can
50284 be NULL. Don't lock in this case.
50285
0a2349f9
RM
502862011-09-09 Roland McGrath <roland@hack.frob.com>
50287
50288 * elf/elf.h (ELFOSABI_GNU): New macro.
50289 (ELFOSABI_LINUX): Define to that.
50290
f3cdd467
DZ
502912011-07-29 Denis Zaitceff <zaitceff@gmail.com>
50292
50293 * string/strncat.c (strncat): Undef the symbol in case it has been
50294 defined in bits/string.h.
50295
74718d13
UD
502962011-09-09 Ulrich Drepper <drepper@gmail.com>
50297
633e9e0f
UD
50298 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50299
0a2349f9 50300 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
50301 link map.
50302
f9924780
AJ
503032011-08-17 Andreas Jaeger <aj@suse.de>
50304
50305 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50306
7f5517aa
PP
503072011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
50308 Ian Lance Taylor <iant@google.com>
50309
50310 * math/libm-test.inc (lround_test): New testcase.
50311 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50312
762011fe
UD
503132011-09-08 Ulrich Drepper <drepper@gmail.com>
50314
92963737
UD
50315 * Makefile: Remove support for automatic cvs check-ins.
50316 * Makerules: Likewise.
50317 * config.make.in: Likewise.
50318 * configure.in: Likewise.
50319 * intl/Makefile: Likewise.
50320 * locale/Makefile: Likewise.
50321 * po/Makefile: Likewise.
50322 * posix/Makefile: Likewise.
50323 * sysdeps/gnu/Makefile: Likewise.
50324 * sysdeps/mach/hurd/Makefile: Likewise.
50325 * sysdeps/sparc/sparc32/Makefile: Likewise.
50326
b0727fd8
JS
50327 [BZ #13118]
50328 * posix/Makefile (bug-regex32-ENV): Define.
50329 Patch by John Stanley <jpsinthemix@verizon.net>.
50330
a0f33f99
UD
50331 * misc/Makefile (headers): Add bits/select2.h.
50332 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50333 * misc/bits/select2.h: New file.
50334 * include/bits/select2.h: New file.
50335 * debug/Makefile (routines): Add fdelt_chk.
50336 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50337 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50338 FD_ISSET.
50339 * debug/fdelt_chk.c: New file.
50340
762011fe
UD
50341 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
50342 * wcsmbs/test-wmemcmp.c: Likewise.
50343 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 50344 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
50345
503462011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50347
50348 * string/Makefile (strop-tests): Add memcmp.
50349 * string/test-wmemcmp.c: New file.
50350 * string/test-memcmp.c: Add wmemcmp support.
50351
7f513ec8
RM
503522011-09-08 Roland McGrath <roland@hack.frob.com>
50353
0442afb4
RM
50354 [BZ #13153]
50355 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50356 2011-07-19 change.
50357
7f513ec8
RM
50358 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50359 garbage value in a __mach_port_mod_refs call in the cases of the
50360 task-self and thread-self ports.
50361
a12b2239
ST
503622011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
50363
50364 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50365
610f9ab4
AS
503662011-09-08 Andreas Schwab <schwab@redhat.com>
50367
7f513ec8 50368 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 50369
48882a1a
LD
503702011-09-07 Ulrich Drepper <drepper@gmail.com>
50371
b49865be
UD
50372 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50373
fdc86bc9
UD
50374 * elf/dl-libc.c (dlerror_run): Pass back error code from
50375 dl_catch_error.
50376
c966526a
UD
50377 [BZ #13123]
50378 * elf/dl-load.c (lose): Free l_origin if it is valid.
50379
48882a1a
LD
50380 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50381 names.
50382 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50383 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50384 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50385 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50386 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50387 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50388
77a2a8b4
AZ
503892011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50390
50391 * sysdeps/powerpc/fpu/e_hypot.c: New file.
50392 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50393 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50394 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50395 * sysdeps/powerpc/fpu/k_cosf.c: New file.
50396 * sysdeps/powerpc/fpu/k_sinf.c: New file.
50397 * sysdeps/powerpc/fpu/s_cosf.c: New file.
50398 * sysdeps/powerpc/fpu/s_sinf.c: New file.
50399 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50400 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50401
24f579d8
AM
504022011-08-15 Alan Modra <amodra@gmail.com>
50403
50404 [BZ #13092]
50405 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50406 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50407 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
50408 ppc_mcount to static-only-routines.
50409 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50410 __mcount_internal.
50411 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50412 __mcount_internal with usual JUMPTARGET. Remove useless nop.
50413
3d4837df
UD
504142011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
50415
50416 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50417 for finite and infinity parameters.
50418
22700377
WS
504192011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
50420
50421 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50422 and add nop instructions for throughput optimization.
50423 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50424
5025581e
WS
504252011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
50426
50427 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50428 aligned copy for power7 with vector-scalar instructions.
50429 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50430
08a300c9
L
504312011-07-24 H.J. Lu <hongjiu.lu@intel.com>
50432
50433 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50434 AVX check.
50435
59178ef9
AS
504362011-09-07 Andreas Schwab <schwab@redhat.com>
50437
50438 [BZ #13144]
50439 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50440 last change.
50441
e38ba7ab
UD
504422011-09-07 Ulrich Drepper <drepper@gmail.com>
50443
50444 * sysdeps/unix/sysv/linux/x86_64/init-first.c
50445 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50446 syscall wrapper around clock_gettime in __vdso_clock_gettime.
50447 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50448 clock_gettime.
50449
d53a73ac
UD
504502011-09-06 Ulrich Drepper <drepper@gmail.com>
50451
fc8bffcc
UD
50452 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50453 Forgot to demangle the pointer.
50454
ceaa0c5d
UD
50455 * sysdeps/i386/sysdep.h: Define atom_text_section.
50456 * sysdeps/x86_64/sysdep.h: Likewise.
50457 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50458 section with atom_text_section.
50459 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50460 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50461 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50462 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50463 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50464
a77d3c17
UD
50465 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50466 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50467 already be defined. Change to take two parameters and don't assign
50468 result to variable. Adjust all users.
50469 Define INTERNAL_GETTIME if not already defined.
50470 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50471 call.
50472 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50473 HAVE_CLOCK_GETTIME_VSYSCALL.
50474 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50475
d53a73ac
UD
50476 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50477 gettimeofday vsyscall, just use time.
50478
a8f84144
AS
504792011-09-06 Andreas Schwab <schwab@redhat.com>
50480
50481 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50482 <errno.h>.
50483
ef606249
UD
504842011-09-06 Ulrich Drepper <drepper@gmail.com>
50485
50486 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50487 syscall on x86-64.
50488 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50489 syscall.
50490 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50491 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50492 syscall if possible.
50493
6585cb60
UD
504942011-09-05 Ulrich Drepper <drepper@gmail.com>
50495
50496 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50497 e_ident. Don't pass to find_mapsXX.
50498 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50499
a5f524e4
LD
505002011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50501
50502 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50503 strchr-sse2-no-bsf strrchr-sse2-no-bsf
50504 * sysdeps/x86_64/multiarch/strchr.S: Update.
50505 Check bit_slow_BSF bit.
50506 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50507 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50508 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50509
554881ef
UD
505102011-09-05 Ulrich Drepper <drepper@gmail.com>
50511
d96de963
UD
50512 [BZ #13134]
50513 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50514 before glibc 2.15.
50515 (tryshell): Define.
50516 (__spawni): Change last parameter to be flag. Test
50517 SPAWN_XFLAGS_USE_PATH flag to use path or not.
50518 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50519 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50520 * posix/spawni.c: Likewise.
50521 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50522 * posix/spawnp.c: Likewise. Change normal version to use
50523 SPAWN_XFLAGS_USE_PATH.
50524 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50525 SPAWN_XFLAGS_TRY_SHELL.
50526
d48e5868
UD
50527 [BZ #13150]
50528 * posix/glob.h: Remove gcc 1.x support.
50529
554881ef
UD
50530 [BZ #13068]
50531 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50532
693fb948
LD
505332011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50534
50535 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50536 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50537 strrchr-sse2-bsf
50538 * sysdeps/i386/i686/multiarch/strchr.S: New file.
50539 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50540 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50541 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50542 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50543 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50544
1b48c537
UD
505452011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50546
49d42c37
UD
50547 * sysdeps/x86_64/wcscmp.S: New file.
50548
1b48c537
UD
50549 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50550 wcscmp-c wcscmp-sse2
50551 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50552 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50553 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50554 * wcsmbs/wcscmp.c: Allow renaming.
50555
15c95c5d
DM
505562011-09-05 David S. Miller <davem@davemloft.net>
50557
50558 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50559 stack slot, rather than the struct return pointer slot.
50560 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50561 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50562 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50563 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50564
2f0ad8f3
UD
505652011-09-05 Ulrich Drepper <drepper@gmail.com>
50566
d88ae418
UD
50567 * po/ja.po: Update from translation team.
50568
2f0ad8f3
UD
50569 [BZ #13144]
50570 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50571 kernel in 64-bit binaries.
50572
5f4318d1
DM
505732011-09-01 David S. Miller <davem@davemloft.net>
50574
50575 * elf/elf.h (HWCAP_SPARC_*): Move to..
50576 * sysdeps/sparc/sysdep.h: this new file and add new values.
50577 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50578 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50579 _DL_HWCAP_COUNT to 24.
50580 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50581 entries.
50582 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50583 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50584 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50585 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50586 instead of magic constants.
50587 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50588
3ba57516
DM
505892011-08-31 David S. Miller <davem@davemloft.net>
50590
50591 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50592 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50593 Reimplement to do errno handling inline.
50594 (SYSCALL_ERROR_HANDLER): New macro.
50595 (__SYSCALL_STRING): Do not do errno handling in asm.
50596 (__CLONE_SYSCALL_STRING): Delete.
50597 (__INTERNAL_SYSCALL_STRING): Delete.
50598 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50599 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50600 (PSEUDO): Reimplement to do errno handling inline.
50601 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50602 (SYSCALL_ERROR_HANDLER): New macro.
50603 (__SYSCALL_STRING): Do not do errno handling in asm.
50604 (__CLONE_SYSCALL_STRING): Delete.
50605 (__INTERNAL_SYSCALL_STRING): Delete.
50606 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50607 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50608 i386.
50609 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50610 (inline_syscall*): Add 'err' argument.
50611 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50612 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50613 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50614 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50615
50616 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50617 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50618
2bc17433
AS
506192011-08-30 Andreas Schwab <schwab@redhat.com>
50620
50621 * elf/rtld.c (dl_main): Relocate objects in dependency order.
50622
fbeb5f4d
JO
506232011-08-29 Jiri Olsa <jolsa@redhat.com>
50624
50625 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50626 directive.
50627
ad69cc26
DM
506282011-08-24 David S. Miller <davem@davemloft.net>
50629
50630 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50631
39dd69df
AS
506322011-08-24 Andreas Schwab <schwab@redhat.com>
50633
50634 * elf/Makefile: Add rules to build and run unload8 test.
50635 * elf/unload8.c: New file.
50636 * elf/unload8mod1.c: New file.
50637 * elf/unload8mod1x.c: New file.
50638 * elf/unload8mod2.c: New file.
50639 * elf/unload8mod3.c: New file.
50640
50641 * elf/dl-close.c (_dl_close_worker): Reset private search list if
50642 it wasn't used.
50643
2c0b250a
DM
506442011-08-23 David S. Miller <davem@davemloft.net>
50645
50646 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50647 subtract stack bias.
50648 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50649 %sp not %fp in calculations.
50650 (_JMPBUF_UNWINDS_ADJ): Likewise.
50651
22044b48
DM
50652 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50653 (aio_suspend): Call it to force an exception region around the
50654 AIO_MISC_WAIT() invocation.
50655
2cae4995
AS
506562011-08-23 Andreas Schwab <schwab@redhat.com>
50657
50658 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50659 backslash.
50660
873a772e
AJ
506612011-07-04 Aurelien Jarno <aurelien@aurel32.net>
50662
50663 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50664 protection macro.
50665 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50666 and <dl-machine.h>.
50667 (Elf64_FuncDesc): Remove.
50668
25ad0df1
DM
506692011-08-22 David S. Miller <davem@davemloft.net>
50670
50671 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50672 sigaltstack check, add missing cfi directives.
50673 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50674 missing cfi directives, and sigaltstack handling.
50675
e888bcbe
AS
506762011-08-16 Andreas Schwab <schwab@redhat.com>
50677
50678 [BZ #11724]
50679 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50680 object is seen twice.
50681 * elf/dl-fini.c (_dl_sort_fini): Likewise.
50682
50683 * elf/Makefile (distribute): Add tst-initorder2.c.
50684 (tests): Add tst-initorder2.
50685 (modules-names): Add tst-initorder2a tst-initorder2b
50686 tst-initorder2c tst-initorder2d. Add rules to build them.
50687 ($(objpfx)tst-initorder2.out): New rule.
50688 * elf/tst-initorder2.c: New file.
50689 * elf/tst-initorder2.exp: New file.
50690
87162f46
AS
506912011-08-22 Andreas Schwab <schwab@redhat.com>
50692
70538b7f
AS
50693 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50694
f55ffe58
AS
50695 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50696 dependencies back to end of function.
50697
87162f46
AS
50698 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50699 $(elfobjdir)/ld.so.
50700
91b392a4
UD
507012011-08-21 Ulrich Drepper <drepper@gmail.com>
50702
50703 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50704 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50705 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50706 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50707 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50708 of __vdso_gettimeofday.
50709 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50710 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
50711 attribute_hidden.
50712 (_libc_vdso_platform_setup): Remove initialization of
50713 __vdso_gettimeofday and __vdso_time.
50714
5c43483f
UD
507152011-08-20 Ulrich Drepper <drepper@gmail.com>
50716
775a77e7
UD
50717 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50718 and fgetc_unlocked.
50719 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50720 getc_unlocked.
89f447ed 50721
49c74ba9
UD
50722 * elf/dl-open.c (add_to_global): Report additions to the global scope
50723 for LD_DEBUG=scopes.
50724 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 50725 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 50726
5c43483f
UD
50727 [BZ #13114]
50728 * stdio-common/Makefile (tests): Add bug24.
50729 * stdio-common/bug24.c: New file.
50730
a101b025
AJ
507312011-08-19 Andreas Jaeger <aj@suse.de>
50732
50733 [BZ #13114]
50734 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50735 non-existant file when using close-on-exec mode.
50736
c88f1766
UD
507372011-08-20 Ulrich Drepper <drepper@gmail.com>
50738
0276a718
UD
50739 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50740 the very first instruction.
50741
c88f1766
UD
50742 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50743 the CFI state in the end.
50744 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50745 inclusion of dl-trampoline.h.
50746 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50747
51ccffa0
AS
507482011-08-19 Andreas Schwab <schwab@redhat.com>
50749
94d7165f
AS
50750 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50751 expectations for long double.
50752
51ccffa0
AS
50753 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50754 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50755
fd708658 507562011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
50757
50758 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50759 artificual limit depends upon the system page size.
50760
44f0a71e
UD
507612011-08-17 Ulrich Drepper <drepper@gmail.com>
50762
50763 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50764 * resolv/Makefile: Define CFLAGS-libresolv.
50765
8de79a24
AS
507662011-08-17 Andreas Schwab <schwab@redhat.com>
50767
50768 * nss/makedb.c (compute_tables): Make variables used in nested
50769 function static.
50770
27724598
UD
507712011-08-17 Ulrich Drepper <drepper@gmail.com>
50772
c5305d88
UD
50773 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50774 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50775 if buffer was too small.
50776
27724598
UD
50777 * elf/pldd.c (main): Attach to all threads in the process.
50778 Rewrite /proc handling to use *at functions.
50779
076fe015
UD
507802011-08-16 Ulrich Drepper <drepper@gmail.com>
50781
174baab3
UD
50782 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50783 specifies first scope to show.
50784 (dl_open_worker): Update callers. Move printing scope of new
50785 object to before the relocation.
44f0a71e 50786 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
50787 * sysdeps/generic/ldsodefs.h: Update declaration.
50788
076fe015
UD
50789 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50790 string for the scope number.
50791
a60df2c3
UD
507922011-08-14 Ulrich Drepper <drepper@gmail.com>
50793
50794 * nscd/servicescache.c (cache_addserv): Make sure written is always
50795 initialized.
50796
5e4287d1
RM
507972011-08-14 Roland McGrath <roland@hack.frob.com>
50798
85ae0589
RM
50799 * sysdeps/i386/i486/bits/atomic.h
50800 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50801 statement expression, so as to suppress "set but not used" warning.
50802 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50803
69f63097
RM
50804 * string/strncat.c (STRNCAT): Use prototype definition.
50805
675456ef
RM
50806 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50807 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50808 -Iprograms here.
50809 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50810 (localedef-modules): Add localedef.
50811 (locale-modules): Add locale.
50812
5e4287d1
RM
50813 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50814 * elf/rtld.c (dl_main): Invert order of assignment in last change,
50815 to avoid a warning.
50816
9c96ff23
DM
508172011-08-14 David S. Miller <davem@davemloft.net>
50818
50819 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50820 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50821
f9ddf089
UD
508222011-08-13 Ulrich Drepper <drepper@gmail.com>
50823
44f0a71e 50824 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
50825 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50826 * elf/rtld.c (dl_main): Set l_name of vDSO.
50827 Call _dl_show_scope when DL_DEBUG_SCOPES.
50828 (process_dl_debug): Recognize scopes flag and also set it for all.
50829 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50830 Declare _dl_show_scope.
50831
1dc27704
UD
50832 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50833 (do_dlopen): Pass caller_dlopen to dl_open.
50834 (__libc_dlopen_mode): Initialize caller_dlopen.
50835
f9ddf089
UD
50836 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50837 of libc. Make tolower call locale-independent. Optimize a bit by
50838 using isdigit instead of isalnum.
50839 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50840
9ac533d3
UD
508412011-08-12 Ulrich Drepper <drepper@gmail.com>
50842
50843 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50844 was a dependency or dynamically loaded.
50845
89edf2e9
UD
508462011-08-11 Ulrich Drepper <drepper@gmail.com>
50847
8e999d29
UD
50848 * intl/l10nflist.c: Allow architecture-specific pop function.
50849 * sysdeps/x86_64/l10nflist.c: New file.
50850
89edf2e9
UD
50851 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50852 classification.
50853
14d96785
AS
508542011-08-10 Andreas Schwab <schwab@redhat.com>
50855
50856 * include/dirent.h: Add libc_hidden_proto for scandirat and
50857 scandirat64. Don't declare __scandirat64.
50858 * dirent/scandirat.c: Add libc_hidden_def.
50859 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50860 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50861
6761ac04
DM
508622011-08-10 David S. Miller <davem@davemloft.net>
50863
50864 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50865 enum.
50866 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50867 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50868 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50869
c55fbd1e
UD
508702011-08-09 Ulrich Drepper <drepper@gmail.com>
50871
50872 * Versions.def [libc]: Add GLIBC_2.15.
50873 * dirent/Makefile (routines): Add scandirat and scandirat64.
50874 * dirent/Versions [libc]: Export scandirat and scandirat64 for
50875 GLIBC_2.15.
50876 * dirent/dirent.h: Declare scandirat and scandirat64.
50877 * dirent/scandirat.c: New file.
50878 * dirent/scandirat64.c: New file.
50879 * sysdeps/wordsize-64/scandirat.c: New file.
50880 * sysdeps/wordsize-64/scandirat64.c: New file.
50881 * dirent/opendir.c: Define opendirat.
50882 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
50883 using scandirat.
50884 * dirent/scandir64.c: Adjust for scandir.c change.
50885 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
50886 __scandirat64, and __scandir_cancel_handler.
50887 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
50888 additional parameter and use openat instead of open (outside of ld.so).
50889 Add new __opendir as wrapper around __opendirat.
50890 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50891 here without requiring old scandirat implementation.
50892
879165f2
UD
508932011-08-08 Ulrich Drepper <drepper@gmail.com>
50894
50895 * dirent/scandir.c (cancel_handler): Renamed to
50896 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
50897 defined. Adjust users.
50898 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50899 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50900
cb7e923b
UD
509012011-08-04 Ulrich Drepper <drepper@gmail.com>
50902
16292edd
UD
50903 * string/test-string.h (IMPL): Use __STRING to expand name and then
50904 stringify it.
50905
cb7e923b
UD
50906 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
50907 of cleanups.
50908
cff82933
LD
509092011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50910
50911 * string/Makefile: Update.
50912 (strop-tests): Append strncat.
50913 * string/test-wcscmp.c: New file.
50914 New comprehensive test for wcscmp.
50915 * string/test-strcmp.c: Update.
50916 (WIDE): New define.
50917
9be9bfcc
AS
509182011-07-22 Andreas Schwab <schwab@redhat.com>
50919
50920 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50921 line.
50922
2e96f1c7
AS
509232011-07-26 Andreas Schwab <schwab@redhat.com>
50924
50925 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50926 encoding to ACE if AI_IDN.
50927
85188888
JJ
509282011-08-01 Jakub Jelinek <jakub@redhat.com>
50929
50930 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50931 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50932
5fa16e9b
LD
509332011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50934
50935 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50936 Fix overflow bug in strncat.
50937 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50938
50939 * string/test-strncat.c: Update.
50940 Add new tests for checking overflow bugs.
50941
509422011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50943
50944 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50945 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50946 * sysdeps/i386/i686/multiarch/strcat.S: New file.
50947 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50948 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50949 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50950 * sysdeps/i386/i686/multiarch/strncat.S: New file.
50951 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50952 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50953
50954 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50955 (USE_AS_STRCAT): Define.
50956 Add strcat and strncat support.
50957 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50958
8c1a459f
AS
509592011-07-25 Andreas Schwab <schwab@redhat.com>
50960
50961 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50962 __n bigger than INT_MAX+1.
50963 (__strncmp_g): Likewise.
50964
bba33c28
UD
509652011-07-23 Ulrich Drepper <drepper@gmail.com>
50966
798be72d
UD
50967 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50968 * libio/stido.h: Likewise.
50969
8accd4dc
UD
50970 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50971 (AF_NFC): Define.
50972 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50973 (AF_NFC): Define.
50974
cbff0d96
UD
50975 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50976 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50977 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50978 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50979 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50980
9191c04a
UD
50981 [BZ #13021]
50982 * scripts/test-installation.pl: Don't expect libnss_test1 to be
50983 installed.
50984
bba33c28
UD
50985 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50986 typo.
50987 (_dl_x86_64_save_sse): Likewise.
50988
90f139dd
UD
509892011-07-22 Ulrich Drepper <drepper@gmail.com>
50990
1aae088a
UD
50991 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50992 OSXSAVE.
50993 (_dl_x86_64_save_sse): Likewise.
50994
8e2045f5
UD
50995 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50996
90f139dd
UD
50997 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50998
1d002f25
AS
509992011-07-21 Andreas Schwab <schwab@redhat.com>
51000
51001 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51002 change.
51003 (_dl_x86_64_save_sse): Use correct AVX check.
51004
21137f89
UD
510052011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51006
51007 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51008 bug in strncpy/strncat.
51009 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51010
a65c0b7a
UD
510112011-07-21 Ulrich Drepper <drepper@gmail.com>
51012
51013 * string/tester.c (test_strcat): Add tests for different alignments
51014 of source and destination.
51015 (test_strncat): Likewise.
51016
6986b98a
UD
510172011-07-20 Ulrich Drepper <drepper@gmail.com>
51018
90bb2039
UD
51019 [BZ #12852]
51020 * posix/glob.c (glob): Check passed in values before using them in
51021 expressions to avoid some overflows.
51022 (glob_in_dir): Likewise.
51023
5644ef54
UD
51024 [BZ #13007]
51025 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51026 check for AVX enablement so that we don't crash with old kernels and
51027 new hardware.
51028 * elf/tst-audit4.c: Add same checks here.
51029 * elf/tst-audit6.c: Likewise.
51030
51031 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 51032
bfc9dc9b
AS
510332011-07-09 Andreas Schwab <schwab@linux-m68k.org>
51034
51035 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51036
702e64bb
UD
510372011-07-20 Ulrich Drepper <drepper@gmail.com>
51038
51039 * po/cs.po: Update from translation team.
51040 * po/bg.po: Likewise.
51041
295e904f
MP
510422011-07-12 Marek Polacek <mpolacek@redhat.com>
51043
51044 * misc/sys/cdefs.h: Add support for const attribute.
51045 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51046 to gnu_dev_{major,minor,makedev} functions.
51047
3ff94596
MP
510482011-07-20 Marek Polacek <mpolacek@redhat.com>
51049
51050 * intl/dcigettext.c (get_output_charset): Add missing bracket.
51051
28b59fca
AS
510522011-07-20 Andreas Schwab <schwab@redhat.com>
51053
51054 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51055 strlen results.
51056
19df733e
AK
510572011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51058
51059 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51060 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51061 register in order to avoid conflicts with the soft frame pointer
51062 being held in r11 when necessary.
51063 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51064 (INTERNAL_VSYSCALL_NCS): Likewise.
51065
c8835729
MP
510662011-07-14 Marek Polacek <mpolacek@redhat.com>
51067
51068 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51069 * elf/dl-fini.c (_dl_fini): Adjust caller.
51070 * elf/dl-close.c (_dl_close_worker): Likewise.
51071 * sysdeps/generic/ldsodefs.h: Adjust declaration.
51072
b902330c
MP
510732011-07-15 Marek Polacek <mpolacek@redhat.com>
51074
8991e135
MP
51075 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51076 "aux_cache->nlibs < 0".
51077
b902330c
MP
51078 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51079 in the reload-count case.
51080
99710781
LD
510812011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
51082
51083 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51084 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51085 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51086 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51087 * sysdeps/x86_64/multiarch/strcat.S: New file.
51088 * sysdeps/x86_64/multiarch/strncat.S: New file.
51089 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51090 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51091 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51092 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51093 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51094 (USE_AS_STRCAT): Define.
51095 Add strcat and strncat support.
51096 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51097 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51098 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51099 * string/strncat.c: Update.
51100 (USE_AS_STRNCAT): Define.
51101 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51102 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51103 and i7.
51104 * sysdeps/x86_64/multiarch/init-arch.h
51105 (bit_Prefer_PMINUB_for_stringop): New.
51106 (index_Prefer_PMINUB_for_stringop): Likewise.
51107 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51108 bit_Prefer_PMINUB_for_stringop.
51109
7dc6bd90
UD
511102011-07-19 Ulrich Drepper <drepper@gmail.com>
51111
51112 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51113 buffer64.
51114 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51115 of casting of buffer.
51116 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51117 buffer32 and buffer64.
51118 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51119 writes instead of casting of buffer.
51120 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51121 buffer32.
51122 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51123 casting of buffer.
51124
e0e72284
AS
511252011-07-19 Andreas Schwab <schwab@redhat.com>
51126
51127 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51128
feb1eb0b
UD
511292011-07-19 Ulrich Drepper <drepper@gmail.com>
51130
51131 * nscd/nscd.c (termination_handler): Don't do anything for a database
51132 if it has not yet been initialized.
51133
298711ff
UD
511342011-07-18 Ulrich Drepper <drepper@gmail.com>
51135
51136 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51137
511382011-07-15 Marek Polacek <mpolacek@redhat.com>
51139
51140 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51141
f9d68389
UD
511422011-07-18 Ulrich Drepper <drepper@gmail.com>
51143
51144 * po/nl.po: Update from translation team.
51145 * po/sv.po: Likewise.
51146
db290cf5
RM
511472011-07-16 Roland McGrath <roland@hack.frob.com>
51148
51149 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51150 now disallowed by GCC.
5c550700 51151
fd5e21c7
RM
51152 * configure.in (use-default-link): Default to yes if a test -shared
51153 link meets our qualifications.
51154 * configure: Regenerated.
51155
5c550700
RM
51156 * config.make.in (output-format): New variable.
51157 * configure.in: Check for ld --print-output-format support.
51158 * configure: Regenerated.
51159 * Makerules ($(common-objpfx)format.lds)
51160 [$(output-format) != unknown]: Just use $(output-format),
51161 instead of the linker-script munging.
51162
9fa2c032
RM
511632011-07-14 Roland McGrath <roland@hack.frob.com>
51164
a6928d51
RM
51165 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51166 of $(common-objpfx)shlib.lds.
51167 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51168
661607b3
RM
51169 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51170 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51171
9fa2c032
RM
51172 * configure.in (-z relro check): Adjust test code to add a large
51173 writable data section after it.
51174 * configure: Regenerated.
51175
defe9061
RM
511762011-07-11 Roland McGrath <roland@hack.frob.com>
51177
51178 * configure.in (-z relro check): Fix test code to make the variable
51179 truly const.
51180 * configure: Regenerated.
51181
319b9ad4
UD
511822011-07-11 Ulrich Drepper <drepper@gmail.com>
51183
51184 * nscd/nscd.h (struct traced_file): Define.
51185 (struct database_dyn): Remove inotify_descr, reset_res, and filename
51186 elements. Add traced_files.
51187 (inotify_fd): Declare.
51188 (register_traced_file): Declare.
51189 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51190 (inotify_fd): Export.
51191 (resolv_conf_descr): Remove.
51192 (nscd_init): Move inotify descriptor creation to main.
51193 Don't register files for notification here.
51194 (register_traced_file): New function.
51195 (invalidate_cache): Don't use reset_res to determine whether to call
51196 res_init, go through the list of registered files.
51197 (main_loop_poll): The inotify descriptors are now stored in the
51198 structures for the traced files.
51199 (main_loop_epoll): Likewise
51200 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
51201 to __nss_disable_nscd.
51202 * nscd/cache.c (prune_cache): There is no single inotify descriptor
51203 for a database anymore. Check the records for all the registered
51204 files instead.
51205 * nss/Makefile (libnss_files-routines): Add files-init.
51206 (libnss_db-routines): Add db-init.
51207 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51208 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51209 * nss/nss_db/db-init.c: New file.
51210 * nss/nss_files/files-init.c: New file.
51211 * nss/nsswitch.c (nss_load_library): New function. Broken out of
51212 __nss_lookup_function.
51213 (__nss_lookup_function): Call nss_load_library.
51214 (nss_load_all_libraries): New function.
51215 (__nss_disable_nscd): Take parameter with callback function for files
51216 to register. Set is_nscd. Load all the DSOs for the NSS modules
51217 used for the cached services.
51218 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51219 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51220 options for features to all the files in nscd.
51221
51222 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51223
23bee3e8
RM
512242011-07-10 Roland McGrath <roland@hack.frob.com>
51225
51226 * csu/elf-init.c (__libc_csu_init): Comment typo.
51227
46a5b7f0
UD
512282011-07-09 Ulrich Drepper <drepper@gmail.com>
51229
51230 * po/pl.po: Update from translation team.
51231 * po/ja.po: Likewise.
51232 * po/ru.po: Likewise.
51233 * po/ko.po: Likewise.
51234 * po/fr.po: Likewise.
51235
d30cf5bb
RM
512362011-07-09 Roland McGrath <roland@hack.frob.com>
51237
113ddea4
RM
51238 * configure.in (.ctors/.dtors header and trailer check):
51239 Use an empirical test on a built program.
51240 * configure: Regenerated.
51241
574920b4
RM
51242 * configure.in (-z relro check): Use an empirical test on a built DSO.
51243 Detect, but do not require, on ia64.
51244 * configure: Regenerated.
51245
d30cf5bb
RM
51246 * configure.in (READELF): Find it with AC_CHECK_TOOL.
51247 Update tests that use readelf to use $READELF instead.
51248 * configure: Regenerated.
51249
8538fdb3
UD
512502011-07-08 Ulrich Drepper <drepper@gmail.com>
51251
51252 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51253 if the result is not used.
51254
04d08991
AJ
512552011-07-05 Andreas Jaeger <aj@suse.de>
51256
51257 [BZ#9696]
51258 * stdlib/tst-strtod.c: Add testcase.
51259
de283087
AD
512602011-07-07 Ulrich Drepper <drepper@gmail.com>
51261
4e5f31c8 51262 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 51263 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
51264 The latter has a higher limit. Take additional parameter to pass to
51265 the new function.
51266 (__pathconf): Pass file to __statfs_link_max.
51267 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51268 __statfs_link_max.
51269 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51270 __statfs_link_max.
51271
de283087
AD
51272 [BZ #12868]
51273 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51274 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51275 Handle Lustre.
51276 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51277 (__statfs_filesize_max): Likewise.
51278 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51279
c75fa153
AJ
512802011-07-05 Andreas Jaeger <aj@suse.de>
51281
51282 * resolv/res_comp.c (dn_skipname): Remove unused variable.
51283
1a544854
UD
512842011-07-06 Marek Polacek <mpolacek@redhat.com>
51285
51286 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51287 `status' variable.
51288 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51289 Likewise.
51290
6f0eec67
UD
512912011-07-04 H.J. Lu <hongjiu.lu@intel.com>
51292
51293 * Makefile (strop-tests): Add strncat.
51294 * string/test-strncat.c: New file.
51295
aae30307
UD
512962011-06-30 Marek Polacek <mpolacek@redhat.com>
51297
51298 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51299
c0cfb5eb
UD
513002011-06-21 Andreas Jaeger <aj@suse.de>
51301
51302 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51303 Copy rule from iconvdata/Makefile.
51304
01636b21
UD
513052011-07-06 Ulrich Drepper <drepper@gmail.com>
51306
51307 [BZ #12922]
51308 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51309 but no long options are defined, just return 'W'.
51310
9895c8bc
UD
513112011-06-22 Marek Polacek <mpolacek@redhat.com>
51312
51313 [BZ #9696]
51314 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51315
5d4cf042
UD
513162011-07-06 Ulrich Drepper <drepper@gmail.com>
51317
51318 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51319 netgroups to read.
960e5535 51320 (innetgr): Likewise.
5d4cf042 51321
751eb97e
RM
513222011-07-05 Roland McGrath <roland@hack.frob.com>
51323
51324 * config.make.in (install_root): Default to $(DESTDIR).
51325
f15f1e45
UD
513262011-07-05 Ulrich Drepper <drepper@gmail.com>
51327
51328 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51329
4e34ac6a
RM
513302011-07-02 Roland McGrath <roland@hack.frob.com>
51331
5e9b6af4
RM
51332 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51333
84f9ea0f
RM
51334 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51335 containing directory rather than embedding absolute directory names.
51336
ea5ee9f7
RM
51337 * scripts/check-local-headers.sh: Rewritten using awk.
51338 Match by word, not by line. Print error messages for matches.
51339 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51340
1b74661a
RM
51341 * Makerules [shlib-lds-flags empty]:
51342 ($(common-objpfx)libc_pic.opts): New target.
51343 ($(common-objpfx)libc_pic.os.clean): New target.
51344 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51345
51346 * config.make.in (OBJCOPY): New variable.
51347 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51348 * configure: Regenerated.
51349
f781ef40
RM
51350 * config.make.in (use-default-link): New variable.
51351 * configure.in (use_default_link): Grok --with-default-link to set it.
51352 * configure: Regenerated.
51353 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51354 (shlib-lds, shlib-lds-flags): Define to empty.
51355
2d4fa81e
RM
51356 * Makerules (shlib-lds): New variable.
51357 (shlib-lds-flags): New variable.
51358 (build-shlib, build-moduile, build-module-asneeded): Use it.
51359 ($(common-objpfx)libc.so): Use $(shlib-lds).
51360 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51361 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51362
31fffa6b
RM
51363 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51364 DT_FLAGS/DT_FLAGS_1 with zero flags.
51365
4e34ac6a
RM
51366 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51367 linker script munging.
51368
fcfc776b
UD
513692011-07-02 Ulrich Drepper <drepper@gmail.com>
51370
51371 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51372 as 128-bit value.
51373 * crypt/sha512.c (sha512_process_block): Perform total addition using
51374 128-bit if possible.
51375 (__sha512_finish_ctx): Likewise.
51376 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51377 as 64-bit value.
51378 * crypt/sha256.c (SWAP64): Define.
51379 (sha256_process_block): Perform total addition using 64-bit if
51380 possible.
51381 (__sha256_finish_ctx): Likewise.
51382
99231d9a
UD
513832011-07-01 Ulrich Drepper <drepper@gmail.com>
51384
51385 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
51386 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51387 * nscd/hstcache.c (cache_addhst): Likewise.
51388 * nscd/grpcache.c (cache_addgr): Likewise.
51389 * nscd/aicache.c (addhstaiX): Likewise
51390 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51391
445b4a53
TK
513922011-07-01 Thorsten Kukuk <kukuk@suse.de>
51393
51394 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51395 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51396 * nscd/hstcache.c (cache_addhst): Likewise.
51397 * nscd/grpcache.c (cache_addgr): Likewise.
51398 * nscd/aicache.c (addhstaiX): Likewise
51399
6d4d8e8e
AS
514002011-07-01 Andreas Schwab <schwab@redhat.com>
51401
51402 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51403 domain only when needed.
51404
89f654c5
AS
514052011-06-30 Andreas Schwab <schwab@redhat.com>
51406
51407 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51408 is always restored.
51409
cf3b23ff
UD
514102011-06-29 Ulrich Drepper <drepper@gmail.com>
51411
51412 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51413 are re-adding the entry.
51414 * nscd/servicescache.c (cache_addserv): Likewise.
51415
751626f9
AJ
514162011-06-30 Aurelien Jarno <aurelien@aurel32.net>
51417
51418 * sysdeps/generic/dl-irel.h: fix protection against multiple
51419 inclusions.
51420 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51421
9113ea1f
UD
514222011-06-28 Ulrich Drepper <drepper@gmail.com>
51423
5c0b8d90
UD
51424 [BZ #12935]
51425 * malloc/memusage.sh: Fix quoting in message.
51426 * debug/xtrace.sh: Likewise.
51427
9113ea1f
UD
51428 * configure.in: Remove support for --experimental-malloc option, make
51429 it the default.
51430 * config.make.in: Likewise.
51431 * malloc/Makefile: Likewise.
51432
a4172181
AS
514332011-06-27 Andreas Schwab <schwab@redhat.com>
51434
51435 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51436 two-byte characters.
51437
78a7eee7
RM
514382011-06-27 Roland McGrath <roland@hack.frob.com>
51439
62bede13
RM
51440 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51441 AC_CACHE_CHECK invocation.
51442 * configure: Regenerated.
51443
78a7eee7
RM
51444 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51445
5ce33a62
UD
514462011-06-27 Ulrich Drepper <drepper@gmail.com>
51447
034807a9
UD
51448 [BZ #12350]
51449 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
51450 bit from old_res_options.
51451
4902da17
UD
51452 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51453
5ce33a62
UD
51454 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51455 value type for setfct.
51456
c2344f56
L
514572011-06-23 H.J. Lu <hongjiu.lu@intel.com>
51458
51459 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51460 __gettimeofday instead of gettimeofday.
51461
68468076
UD
514622011-06-26 Ulrich Drepper <drepper@gmail.com>
51463
51464 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51465
acb0d739
L
514662011-06-24 H.J. Lu <hongjiu.lu@intel.com>
51467
51468 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51469
51470 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51471 info.
51472
8912479f
L
514732011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51474
51475 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51476 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51477 strcpy-sse2-unaligned strncpy-sse2-unaligned
51478 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51479 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51480 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51481 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51482 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51483 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51484 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51485 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51486 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51487 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51488 (STRCPY): Support SSE2 and SSSE3 versions.
51489
d5495a11
UD
514902011-06-24 Ulrich Drepper <drepper@gmail.com>
51491
51492 [BZ #12874]
51493 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51494 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51495 kernels which artificially limit size of requests.
51496
0b1cbaae
L
514972011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51498
51499 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51500 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51501 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51502 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51503 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51504 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51505 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51506 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51507 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51508 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51509 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51510 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51511 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51512 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51513 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51514 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51515 Enable unaligned load optimization for Intel Core i3, i5 and i7
51516 processors.
51517 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51518 Define.
51519 (index_Fast_Unaligned_Load): Define.
51520 (HAS_FAST_UNALIGNED_LOAD): Define.
51521
07f494a0
MP
515222011-06-23 Marek Polacek <mpolacek@redhat.com>
51523
51524 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51525
fa3fc0fe
UD
515262011-06-22 Ulrich Drepper <drepper@gmail.com>
51527
51528 [BZ #12907]
51529 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51530 until it is clear that the information is realy needed.
51531 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51532
e12df166
AS
515332011-06-22 Andreas Schwab <schwab@redhat.com>
51534
51535 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51536
852eb34d
UD
515372011-06-22 Ulrich Drepper <drepper@gmail.com>
51538
84e2a551
UD
51539 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51540 /sys/devices/system/cpu/online if it is usable.
51541
852eb34d
UD
51542 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51543 reading the information from the /proc filesystem to once a second.
51544
6e502e19
UD
515452011-06-21 Andreas Jaeger <aj@suse.de>
51546
51547 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51548 NULL after inclusion of kernel headers.
51549
75d39ff2
UD
515502011-06-21 Ulrich Drepper <drepper@gmail.com>
51551
51f9aa6a
UD
51552 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51553 calls to internal_setent.
51554
c0244a9d
UD
51555 [BZ #12885]
51556 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51557 addresses using gethostbyname4_r ignore IPv4 addresses.
51558
c5e3c2ae
UD
51559 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51560 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
51561
75d39ff2
UD
51562 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51563
42675c6f
DM
515642011-06-20 David S. Miller <davem@davemloft.net>
51565
51566 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51567 inclusions.
51568 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51569
51570 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51571 (elf_irel): Use it.
51572 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51573 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51574 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51575 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51576 * sysdeps/x86_64/dl-irel.h: Likewise.
51577
51578 * elf/dl-runtime.c: Use elf_ifunc_invoke.
51579 * elf/dl-sym.c: Likewise.
51580
57912a71
UD
515812011-06-15 Ulrich Drepper <drepper@gmail.com>
51582
51583 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
51584 need to dereference resplen2.
51585
ee22793d
AS
515862011-06-14 Andreas Schwab <schwab@redhat.com>
51587
51588 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51589
a9e836b0
UD
515902011-06-15 Ulrich Drepper <drepper@gmail.com>
51591
77fb9117
UD
51592 * Makeconfig: Define vardbdir and inst_vardbdir.
51593 * nss/Makefile: Add rules to install db-Makefile.
51594
40c1b22c
UD
51595 * nss/nss_db/db-XXX.c: Cleanup.
51596
9f2da732
UD
51597 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51598 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51599 GLIBC_PRIVATE.
51600 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51601 * nss/makedb.c: Implement -g option to specify that value strings
51602 are generated and should not be added to table iterated over for
51603 get*ent calls.
51604 * nss/nss_db/db-initgroups.c: New file.
51605
82e9a1f7
UD
51606 * nss/getent.c: Add support for initgroups lookups through getgrouplist
51607 interface.
51608
c41af17e
UD
51609 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51610 (internal_getgrouplist): Adjust to name change.
51611 Update use_initgroups_entry if this is not the first call.
51612 * nss/databases.def: Add initgroups entry.
51613
a9e836b0
UD
51614 * nss/makedb.c (compute_tables): Check result of multiple hash table
51615 sizes to minimize maximum chain length.
51616
2666d441
UD
516172011-06-14 Ulrich Drepper <drepper@gmail.com>
51618
51619 * Versions.def: Add entry for libnss_db.
51620 * shlib-versions: Likewise.
51621 * nss/Makefile: Add rules to build libnss_db.
51622 * nss/Versions: Add libnss_db information. Organize libnss_files
51623 entries better.
51624 * nss/db-Makefile: Add gshadow support. Change rules for the new
51625 makedb progra. Some minor improvements to generate smaller files.
51626 * nss/nss_db/nss_db.h: Move NSS database header data structures to
51627 here from...
51628 * nss/makedb.c: ...here.
51629 Improve database format to be smaller and require less memory at
51630 runtime.
51631 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
51632 db anymore.
51633 * nss/nss_db/db-netgrp.c: Likewise.
51634 * nss/nss_db/db-open.c: Likewise.
51635 * nss/nss_files/flies-XXX.x: Adjust comments.
51636 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51637 * nss/nss_files/files-grp.c: Likewise.
51638 * nss/nss_files/files-hosts.c: Likewise.
51639 * nss/nss_files/files-network.c: Likewise.
51640 * nss/nss_files/files-proto.c: Likewise.
51641 * nss/nss_files/files-pwd.c: Likewise.
51642 * nss/nss_files/files-rpc.c: Likewise.
51643 * nss/nss_files/files-service.c: Likewise.
51644 * nss/nss_files/files-sgrp.c: Likewise.
51645 * nss/nss_files/files-spwd.c: Likewise.
51646 * nss/nss_db/db-alias.c: Removed.
51647 * nss/nss_db/dummy-db.h: Removed.
51648
9ee76b5a
UD
516492011-06-02 Ulrich Drepper <drepper@gmail.com>
51650
51651 * nss/makedb.c: Rewritten to not use database library.
51652 * nss/Makefile: Update to build new makedb program.
51653
c71ca1f8
AJ
516542011-06-14 Andreas Jaeger <aj@suse.de>
51655
51656 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51657 memset declaration.
51658
3154bfb8
UD
516592011-06-10 Andreas Schwab <schwab@redhat.com>
51660
51661 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51662 tmpbuf.
51663
b350afab
RM
516642011-06-10 Roland McGrath <roland@hack.frob.com>
51665
decd4e50
RM
51666 * Makerules (shlib.lds): Fail if the linker script comes out empty.
51667 * elf/Makefile ($(objpfx)ld.so): Likewise.
51668
5615eaf2
RM
51669 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51670 Don't list ld.so twice in dependencies.
51671
51672 * posix/bug-regex31.c: Include <stdlib.h>.
51673
51674 * nscd/hstcache.c (cache_addhst): Remove unused variable.
51675
51676 * nis/nss_compat/compat-spwd.c
51677 (getspent_next_nss_netgr): Remove unused variable.
51678 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51679
51680 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51681 nonmembers" output to use the right array.
51682
51683 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51684
51685 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51686
51687 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51688 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51689 * catgets/gencat.c (read_input_file): Likewise.
51690 * locale/programs/locarchive.c (enlarge_archive): Likewise.
51691
51692 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51693 variable definition inside #if's controlling its use.
51694
51695 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51696
51697 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51698
51699 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51700
51701 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51702 unreachable code.
51703
51704 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51705
b68e08db
RM
51706 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51707 * configure: Regenerated.
51708
b350afab
RM
51709 * Makerules: Revert last change.
51710 * elf/Makefile: Likewise.
51711
28368601
RM
517122011-06-09 Roland McGrath <roland@hack.frob.com>
51713
51714 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51715 * elf/Makefile ($(objpfx)librtld.os): Likewise.
51716 (reloc-link): Likewise.
51717
11988f8f
UD
517182011-06-09 Ulrich Drepper <drepper@gmail.com>
51719
51720 * elf/Makefile: Add rules to build pldd.
51721 * elf/pldd.c: New file.
51722 * elf/pldd-xx.c: New file.
51723
e80fab37
UD
517242011-06-07 Ulrich Drepper <drepper@gmail.com>
51725
51726 * version.h: Update for 2.15 development version.
51727
9b849836
DM
517282011-06-07 David S. Miller <davem@davemloft.net>
51729
51730 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51731 ifuncs.
51732 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51733 elf_machine_lazy_rel): Likewise.
51734 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51735 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51736 elf_machine_lazy_rel): Likewise.
51737 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51738 dl_hwcap via passed in argument.
51739 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51740 Likewise.
51741
5a31b283
AK
517422011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51743
51744 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
51745
069e52f8
RM
517462011-06-06 Roland McGrath <roland@hack.frob.com>
51747
51748 [BZ #12849]
51749 * manual/fdl-1.1.texi: New file, verbatim from:
51750 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51751 * manual/lgpl-2.1.texi: New file, verbatim from:
51752 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51753 * manual/Makefile (licenses): New variable, list those new file names.
51754 (texis): Use it.
51755 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51756
51757 * manual/fdl.texi: File removed.
51758 * manual/lesser.texi: File removed.
51759 * manual/libc.texinfo (Copying, Documentation License):
51760 Use new @include file names, put @appendix directive before @include.
51761
f16846a5
JJ
517622011-06-04 Jakub Jelinek <jakub@redhat.com>
51763
51764 [BZ #12841]
51765 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51766 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51767 (mq_open): Add __NTH.
51768
3d29045b
L
517692011-06-02 H.J. Lu <hongjiu.lu@intel.com>
51770
51771 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51772 Assume Intel Core i3/i5/i7 processor if AVX is available.
51773
8c297311
UD
517742011-05-31 Ulrich Drepper <drepper@gmail.com>
51775
51776 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51777 typo.
51778
c8fc0c91
UD
517792011-05-31 Andreas Schwab <schwab@redhat.com>
51780
51781 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51782 memory. Use alloca_account. Fix memory leak when retrying.
51783
5b27a807
UD
517842011-05-31 Ulrich Drepper <drepper@gmail.com>
51785
356f8bc6
UD
51786 * version.h (RELEASE): Bump for 2.14 release.
51787 * include/features.h (__GLIBC_MINOR__): Bump to 14.
51788
5b27a807
UD
51789 * config.make.in (RANLIB): Remove entry.
51790
01f16ab0
UD
517912011-05-30 Ulrich Drepper <drepper@gmail.com>
51792
41fce8bd
UD
51793 * po/Makefile (po-sed-cmd): Add ksh to extensions.
51794 (libc.pot): Work around missing support for .ksh extension in xgettext.
51795
4769ae77
UD
51796 [BZ #12684]
51797 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51798 if both request failed.
51799 (send_dg): In case of server errors clear resplen or *resplen2.
51800
6b1e7d19
UD
51801 [BZ #12454]
51802 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51803 when there are multiple maps.
51804 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51805 (_dl_fini): Remove test here.
51806
01f16ab0
UD
51807 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51808
b1ebd700
UD
518092011-05-29 Ulrich Drepper <drepper@gmail.com>
51810
7ae22829
UD
51811 [BZ #12350]
51812 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51813 bit from old_res_options.
51814 (gaih_inet): Likewise.
51815
553149f6 51816 [BZ #11099]
18a84741 51817 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
51818 as signed.
51819
652ffab1
UD
51820 * resolv/res_init.c (res_setoptions): Make the code more compact.
51821
16985fd0
UD
51822 [BZ #11558]
51823 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51824 set RES_USEVC.
51825
0464f746
UD
51826 [BZ #11634]
51827 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51828
7d17596c
UD
51829 * malloc/malloc.h: Mark malloc hook variables as deprecated.
51830
cf6bbbd7
UD
51831 [BZ #11781]
51832 * malloc/malloc.h: Declare malloc hook variables as volatile.
51833
13f1ab36
UD
51834 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51835 in last patch.
51836
b1ebd700
UD
51837 [BZ #11799]
51838 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 51839 raise in the comment.
80e2212d
UD
51840 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51841 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51842 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 51843
ce67228d
UD
518442011-05-28 Ulrich Drepper <drepper@gmail.com>
51845
8887a920
UD
51846 [BZ #12811]
51847 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51848 grow the buffers more if it already has to be sufficient.
51849 (build_wcs_upper_buffer): Likewise.
51850 * posix/regexec.c (check_matching): Likewise.
51851 (clean_state_log_if_needed): Likewise.
51852 (extend_buffers): Don't enlarge buffers beyond size of the input
51853 buffer.
51854 Patches mostly by Emil Wojak <emil@wojak.eu>.
51855 * posix/bug-regex32.c: New file.
51856 * posix/Makefile (tests): Add bug-regex32.
51857
4f031072
UD
51858 * locale/findlocale.c (_nl_find_locale): Return right away if
51859 _nl_explode_name failed.
51860 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51861
d0478f0c
UD
51862 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51863
de81b246
UD
51864 * debug/xtrace.sh: Unify messages.
51865 * malloc/memusage.sh: Likewise.
51866
c738465a
UD
51867 [BZ #12813]
51868 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51869 time symbol from vDSO. Substitute with vsyscall if not available.
51870 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51871 __vdso_time.
51872
f1f929d7
UD
51873 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51874 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51875 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51876 Add sendmmsg and internal_sendmmsg.
51877 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51878 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51879 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51880
ce67228d
UD
51881 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51882 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51883 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51884
e57420c6
UD
518852011-05-27 Ulrich Drepper <drepper@gmail.com>
51886
a8509ca5
UD
51887 [BZ #12813]
51888 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51889 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
51890 available.
51891 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51892 __vdso_getcpu.
51893
e57420c6
UD
51894 [BZ #12814]
51895 * iconvdata/Makefile (tests): Add bug-iconv9.
51896 * iconvdata/bug-iconv9.c: New file.
51897
4d07db15
AS
518982011-05-27 Andreas Schwab <schwab@redhat.com>
51899
51900 [BZ #12814]
51901 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51902
ea486f69
JJ
519032011-05-25 Jakub Jelinek <jakub@redhat.com>
51904
51905 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51906 (struct user_regs_struct): Change intcs field back to cs.
51907
6f038433
UD
519082011-05-25 Ulrich Drepper <drepper@gmail.com>
51909
51910 * po/ja.po: Update from translation team.
51911
67f86a25
UD
519122011-05-23 Ulrich Drepper <drepper@gmail.com>
51913
51914 [BZ #12795]
51915 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51916 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51917
def7fbd6
AS
519182011-05-20 Andreas Schwab <schwab@redhat.com>
51919
51920 * stdlib/longlong.h: Update from GCC.
51921
f50ef8f1
AS
519222011-05-23 Andreas Schwab <schwab@redhat.com>
51923
51924 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51925 parameter name.
51926 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51927 Add parameter name.
51928 (__sysconf): Pass it down.
51929
de7ce8f1
UD
519302011-05-22 Ulrich Drepper <drepper@gmail.com>
51931
f2962a71
UD
51932 [BZ #12671]
51933 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51934 some situations.
51935 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51936 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51937 add in in __libc_use_alloca calls. Adjust callers.
51938 (glob): Use malloc in some situations.
51939
de7ce8f1
UD
51940 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51941 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51942 pltexit.
51943
aec84f53
UD
519442011-05-21 Ulrich Drepper <drepper@gmail.com>
51945
05bb4a68
UD
51946 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51947 and CLOCK_BOOTTIME_ALARM.
51948
7ea72f99
UD
51949 [BZ #12782]
51950 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51951 is returned.
51952
7e4afad5
UD
51953 * string/_strerror.c (__strerror_r): Print negative errors as signed
51954 numbers.
51955
8e211fec
UD
51956 [BZ #12777]
51957 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51958 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51959 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51960
f7d82dc9
UD
51961 * configure.in: Fix typo in redirection and correct removal of test
51962 files in two cases.
51963
cc9e536d
UD
51964 [BZ #12788]
51965 * locale/setlocale.c (new_composite_name): Fix test to check for
51966 identical name of all categories.
51967
aec84f53
UD
51968 [BZ #12792]
51969 * libio/filedoalloc.c (local_isatty): New function.
51970 (_IO_file_doallocate): Use local_isatty.
51971 * stdio-common/perror.c (perror): In case a new stream is used
51972 forward the stream error.
51973 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51974 error flag.
51975
78e64fdc
RT
519762011-05-20 Ulrich Drepper <drepper@gmail.com>
51977
34a9094f
UD
51978 [BZ #11869]
51979 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51980 alloca.
51981 * include/alloca.h (extend_alloca_account): Define.
51982
78e64fdc
RT
51983 [BZ #11857]
51984 * posix/regex.h: Fix comments with documentation of user-accessible
51985 fields after compilation and describe correct free'ing of pattern
51986 after re_compile_pattern.
51987 Patch by Reuben Thomas <rrt@sc3d.org>.
51988
457bddfc
RA
519892011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
51990
51991 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51992 and -mno-altivec to prevent the compiler from using Altivec and/or
51993 VSX instructions when the corresponding registers are not available.
51994
a4527b51
AS
519952011-05-19 Andreas Schwab <schwab@redhat.com>
51996
51997 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51998
ed690b2f
UD
519992011-05-19 Ulrich Drepper <drepper@gmail.com>
52000
52001 * libio/freopen.c (freopen): Use __dup2, not dup2.
52002 * libio/freopen64.c (freopen64): Likewise.
52003
8db73634
L
520042011-05-17 H.J. Lu <hongjiu.lu@intel.com>
52005
52006 [BZ #12775]
52007 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52008 * math/Makefile (tests): Add test-powl.
52009 (CFLAGS-test-powl.c): Define.
52010 * math/test-powl.c: New file.
52011
0a197a9d
L
520122011-05-16 H.J. Lu <hongjiu.lu@intel.com>
52013
52014 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52015
ee30c380
UD
520162011-05-17 Ulrich Drepper <drepper@gmail.com>
52017
52018 [BZ #11837]
52019 * iconvdata/gb18030.c: Update to GB18020-2005.
52020
6ce75379
UD
520212011-05-16 Ulrich Drepper <drepper@gmail.com>
52022
a4b89fd8
AR
52023 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52024 RE_SYNTAX_POSIX_AWK): Update to match recent development.
52025 Patch by Aharon Robbins <arnold@skeeve.com>.
52026
ea389b12
UD
52027 [BZ #11892]
52028 * stdlib/putenv.c (putenv): Don't always create copy of the variable
52029 on the stack.
52030
68a3f91f
UD
52031 [BZ #11895]
52032 * misc/pselect.c (__pselect): Handle timeout value errors hidden
52033 through underflows.
52034
15cc7dd1
UD
52035 [BZ #12766]
52036 * misc/error.c (error_at_line): Ensure file_name and old_file_name
52037 point to strings before performing equality test for error_one_per_line
52038 mode.
52039
f3799213
UD
52040 [BZ #11697]
52041 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52042
d79a9c94
UD
52043 [BZ #11820]
52044 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52045 (struct user_fpregs_struct): Avoid __uint*_t types.
52046
56e5eb46
UD
52047 [BZ #6420]
52048 * malloc/mtrace.c (tr_where): Add additional parameter to point to
52049 symbol info. Use it instead of calling _dl_addr locally.
52050 (lock_and_info): New function.
52051 (tr_freehook): Call lock_and_info and pass symbol info as additional
52052 parameter to tr_where.
52053 (tr_mallochook): Likewise.
52054 (tr_reallochook): Likewise.
52055 (tr_memalignhook): Likewise.
52056
6ce75379
UD
52057 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
52058 used and couldn't be at all thread-safe.
52059
f8a3b5bf
UD
520602011-05-15 Ulrich Drepper <drepper@gmail.com>
52061
94b7cc37
UD
52062 * libio/freopen.c (freopen): Don't close old file descriptor
52063 before the new one is opened. Instead dup the new file descriptor
52064 to the old one after the new stream is created.
52065 * libio/freopen64.c (freopen64): Likewise.
52066 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52067 * libio/fileops.c (_IO_new_file_close_it): Handle new
52068 _IO_FLAGS2_NOCLOSE flag.
52069 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52070 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52071 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52072 _IO_FLAGS2_NOCLOSE flag.
52073 * include/unistd.h: Add hidden_proto for dup3.
52074 Define __have_dup3.
52075 * io/dup3.c: Define hidden symbol.
52076 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52077
bd25564e
UD
52078 [BZ #7101]
52079 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52080 when an incomplete long option is used.
52081 * posix/tst-getopt_long1.c: New file.
52082 * posix/Makefile (tests): Add tst-getopt_long1.
52083
c84cfef4
UD
52084 [BZ #10138]
52085 * scripts/config.guess: Update from autoconf-2.68.
52086 * scripts/config.sub: Likewise.
52087
3b85df27
UD
52088 [BZ #10157]
52089 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52090 tests into ...
52091 (has_cpuclock): ...this. New function.
52092 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52093 macro here based on has_cpuclock code.
52094
15a856b1
UD
52095 [BZ #10149]
52096 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52097 First byte (not low byte) is now always NUL.
52098 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52099
05f399e6
UD
52100 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52101 Use non-cancelable interfaces.
52102
10a52685 52103 [BZ #9809]
94ecc67d
UD
52104 * locale/iso-639.def: Add entry for Sorani.
52105
f8a3b5bf
UD
52106 [BZ #11901]
52107 * include/stdlib.h: Move include protection to the right place.
52108 Define abort_msg_s. Declare __abort_msg with it.
52109 * stdlib/abort.c (__abort_msg): Adjust type.
52110 * assert/assert.c (__assert_fail_base): New function. Majority
52111 of code from __assert_fail. Allocate memory for __abort_msg with
52112 mmap.
52113 (__assert_fail): Now call __assert_fail_base.
52114 * assert/assert-perr.c: Remove bulk of implementation. Use
52115 __assert_fail_base.
52116 * include/assert.hL Declare __assert_fail_base.
52117 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52118 mmap.
52119 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52120
1af4e298
UD
521212011-05-14 Ulrich Drepper <drepper@gmail.com>
52122
f8a3b5bf 52123 [BZ #11952]
d26dfc60
MG
52124 [BZ #12453]
52125 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52126 until all modules are registered in the DTV.
52127 * elf/Makefile: Add rules to build and run tst-tls19.
52128 * elf/tst-tls19.c: New file.
52129 * elf/tst-tls19mod1.c: New file.
52130 * elf/tst-tls19mod2.c: New file.
52131 * elf/tst-tls19mod3.c: New file.
52132 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52133
2fc54d6f
UD
52134 [BZ #12083]
52135 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52136 correctly.
52137
98d76b46
UD
52138 [BZ #12601]
52139 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52140 two-byte sequence errors.
52141 * iconvdata/Makefile (tests): Add bug-iconv8.
52142 * iconvdata/bug-iconv8.c: New file.
52143
da3c19ef
UD
52144 [BZ #12626]
52145 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52146 buf2 definition.
52147
ca408c15
UD
52148 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52149
d6f67f7d
UD
52150 [BZ #12432]
52151 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52152 (dummy_getcfa): New function.
52153 (init): Get _Unwind_GetCFA address, use dummy if not found.
52154 (backtrace_helper): In recursion check, also check whether CFA changes.
52155 (__backtrace): Completely initialize arg.
52156
1af4e298 52157 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
52158 storing incomplete byte sequence in state object. Avoid testing for
52159 guaranteed too small input if we know there is enough data available.
1af4e298 52160
da62f81b
AS
521612011-05-11 Andreas Schwab <schwab@redhat.com>
52162
52163 * Makeconfig (+link-pie): Indent.
52164 * Rules (binaries-pie): Define if $(have-fpie) and
52165 $(build-shared).
52166 (binaries-shared): Also filter out $(binaries-pie).
52167 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52168 * nscd/Makefile (others-pie): Add nscd.
52169 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52170 ($(objpfx)nscd): Remove command override.
52171 * login/Makefile (others-pie): Add pt_chown.
52172 ($(objpfx)pt_chown): Remove command override.
52173 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52174 remove command overrides.
52175
fcabc0f8
UD
521762011-05-13 Ulrich Drepper <drepper@gmail.com>
52177
20030ae6
UD
52178 * libio/tst_putwc.c: Fix error messages.
52179
fcabc0f8
UD
52180 [BZ #12724]
52181 * libio/fileops.c (_IO_new_file_close_it): Always flush when
52182 currently writing and seek to current position when not.
52183 * libio/Makefile (tests): Add bug-fclose1.
52184 * libio/bug-fclose1.c: New file.
52185
320a5dc0
PB
521862011-05-12 Ulrich Drepper <drepper@gmail.com>
52187
52188 [BZ #12511]
52189 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52190 don't set DF_1_NODELETE here.
52191 (do_lookup_x): When entering new entry test for copy relocation
52192 and if necessary set DF_1_NODELETE flag.
52193 * elf/tst-unique4.cc: New file.
52194 * elf/tst-unique4.h: New file.
52195 * elf/tst-unique4lib.cc: New file.
52196 * elf/Makefile: Add rules to build and run tst-unique4.
52197 Patch by Piotr Bury <pbury@goahead.com>.
52198
22836f52
UD
521992011-05-11 Ulrich Drepper <drepper@gmail.com>
52200
f574184a
UD
52201 [BZ #12052]
52202 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52203
e1fb097f
UD
52204 [BZ #12625]
52205 * misc/mntent_r.c (addmntent): Flush the stream after the output
52206
22836f52
UD
52207 [BZ #12393]
52208 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52209 (is_trusted_path_normalize): Skip initial colon. Append slash
52210 to empty buffer. Duplicate is_trusted_path code but allow
52211 constructed patch to be prefix.
52212 (is_dst): Allow $ORIGIN followed by /.
52213 (_dl_dst_substitute): Correct clearing of check_for_trusted.
52214 Correct testing of result of is_trusted_path_normalize
52215 (decompose_rpath): Fix warning.
52216
7b3b0b2a
UD
522172011-05-10 Ulrich Drepper <drepper@gmail.com>
52218
52219 [BZ #11257]
52220 * grp/initgroups.c (internal_getgrouplist): When we found the service
52221 list through the initgroups entry in nsswitch.conf do not always
52222 continue on a successful lookup. Don't always use the
eac80ce2 52223 __nss_group_database value if it is set.
7b3b0b2a
UD
52224 * nss/nsswitch.conf (initgroups): Change action for successful db
52225 lookup to continue for compatibility.
52226
2a81eaa5
UD
522272011-05-09 Ulrich Drepper <drepper@gmail.com>
52228
be97a69e
UD
52229 [BZ #11532]
52230 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52231 and CP774 modules.
52232 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52233 and CP774 modules.
52234 * iconvdata/tst-tables.sh: Likewise.
52235 * iconvdata/cp770.c: New file.
52236 * iconvdata/cp771.c: New file.
52237 * iconvdata/cp772.c: New file.
52238 * iconvdata/cp773.c: New file.
52239 * iconvdata/cp774.c: New file.
52240 * iconvdata/testdata/CP770: New file.
52241 * iconvdata/testdata/CP770..UTF8: New file.
52242 * iconvdata/testdata/CP771: New file.
52243 * iconvdata/testdata/CP771..UTF8: New file.
52244 * iconvdata/testdata/CP772: New file.
52245 * iconvdata/testdata/CP772..UTF8: New file.
52246 * iconvdata/testdata/CP773: New file.
52247 * iconvdata/testdata/CP773..UTF8: New file.
52248 * iconvdata/testdata/CP774: New file.
52249 * iconvdata/testdata/CP774..UTF8: New file.
52250
52251 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52252 END CHARMAP line.
52253 * iconvdata/gen-8bit-gap.sh: Likewise.
52254 * iconvdata/gen-8bit.sh: Likewise.
52255
c1e9e399
UD
52256 * locale/iso-639.def: Add ary entry.
52257
24c55fb3 52258 [BZ #11258]
96b4b1b0
UD
52259 * locale/C-translit.h.in: Add U20A1 transliteration.
52260
bdc2f971
KB
52261 [BZ #12178]
52262 * locale/iso-639.def: Add wae entry.
52263 Patch by Kevin Bortis <bortis@translate-wae.ch>.
52264
2952b117
UD
52265 [BZ #12545]
52266 * locale/programs/localedef.c (construct_output_path): Use ssize_t
52267 for n.
52268
2a81eaa5
UD
52269 [BZ #12711]
52270 * locale/C-translit.h.in: Add entry for U20B9.
52271 Patch by pravin.d.s@gmail.com.
52272
28377d1b
UD
522732011-05-08 Ulrich Drepper <drepper@gmail.com>
52274
7fb90fb8
UD
52275 [BZ #12713]
52276 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52277 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
52278 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
52279 in rtld. Use *stat64.
7fb90fb8 52280 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 52281 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 52282 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
52283 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52284 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52285 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52286 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52287 __fstatat64 macros.
7fb90fb8
UD
52288 * include/dirent.h: Add libc_hidden_proto for rewinddir.
52289 * dirent/rewinddir.c: Add libc_hidden_def.
52290 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 52291 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 52292
28377d1b
UD
52293 * include/dirent.h (__alloc_dir): Add flags parameter.
52294 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52295 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52296 __alloc_dir.
52297 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
52298 from fdopendir if O_CLOEXEC is already set.
52299
66bdbaa4
AM
523002011-03-15 Alan Modra <amodra@gmail.com>
52301
52302 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52303 l_tls_firstbyte_offset non-zero. Save padding offset in
52304 l_tls_firstbyte_offset for later use.
52305 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52306 freeing static tls block.
52307
95721191
JN
523082011-03-05 Jonathan Nieder <jrnieder@gmail.com>
52309
52310 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52311 where #ifdef was intended. The intent is to prevent ARG_MAX from
52312 being defined by the kernel headers.
52313
f87dfb1f
UD
523142011-05-07 Ulrich Drepper <drepper@gmail.com>
52315
52316 [BZ #12734]
52317 * resolv/resolv.h: Define RES_NOTLDQUERY.
52318 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52319 no-tld-query and set RES_NOTLDQUERY.
52320 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52321 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52322 modern BIND to search name as TLD unless forbidden.
52323
47c3cd7a
UD
523242011-05-07 Petr Baudis <pasky@suse.cz>
52325 Ulrich Drepper <drepper@gmail.com>
52326
52327 [BZ #12393]
52328 * elf/dl-load.c (fillin_rpath): Move trusted path check...
52329 (is_trusted_path): ...to here.
c1e9ea35 52330 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 52331 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 52332 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 52333
8a35c912
PP
523342011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
52335
52336 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52337 __BEGIN/__END_DECLS.
52338
acd41f47
UD
523392011-05-06 Ulrich Drepper <drepper@gmail.com>
52340
52341 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52342 NSS_STATUS_NOTFOUND if no record was found.
52343
597df647
AS
523442011-05-05 Andreas Schwab <schwab@redhat.com>
52345
52346 * sunrpc/Makefile (headers): Add rpc/netdb.h.
52347 (headers-not-in-tirpc): Remove rpc/netdb.h
52348 * resolv/netdb.h: Revert last change.
52349
b9af1301
PP
523502011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
52351
52352 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52353 circular dependency between libgcc.a and libc.a.
52354
4e34d5f5
AS
523552011-05-05 Andreas Schwab <schwab@redhat.com>
52356
52357 * resolv/netdb.h: Don't include <rpc/netdb.h>.
52358 * nis/Makefile: Don't install rpcsvc/*.
52359 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52360 instead of <rpc/types.h>.
52361 (MAXHOSTNAMELEN): Define.
52362
00ee369c
AS
523632011-05-03 Andreas Schwab <schwab@redhat.com>
52364
52365 * elf/ldconfig.c (add_dir): Don't crash on empty path.
52366
0b592a30
MB
523672011-04-28 Maciej Babinski <mbabinski@google.com>
52368
52369 [BZ #12714]
52370 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52371 gethostbyname4_r when IPv6 results are possible.
52372
6e04cbbe
UD
523732011-05-02 Ulrich Drepper <drepper@gmail.com>
52374
52375 [BZ #12723]
52376 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52377 _PC_PIPE_BUF handling.
52378
e4ecafe0
BH
523792011-04-30 Bruno Haible <bruno@clisp.org>
52380
52381 [BZ #12717]
52382 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52383 * resolv/netdb.h (getnameinfo): Change type of flags parameter
52384 to 'int'.
52385 * inet/getnameinfo.c (getnameinfo): Likewise.
52386
125ee683
UD
523872011-04-29 Ulrich Drepper <drepper@gmail.com>
52388
52389 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52390 to groups setting in database lookup.
52391 * nss/nsswitch.conf: Add initgroups entry.
52392
b722481a
EB
523932011-04-22 Ulrich Drepper <drepper@gmail.com>
52394
52395 [BZ #12685]
52396 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52397 mode string.
52398 Patch by Eric Blake <eblake@redhat.com>.
52399
4df46dbd
L
524002011-04-20 H.J. Lu <hongjiu.lu@intel.com>
52401
52402 * sunrpc/Makefile (need-export-routines): Add svc_run.
52403 (routines): Remove svc_run.
52404 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52405 * sunrpc/clnt_perr.c (clnt_perrno): Export.
52406 * sunrpc/svc_run.c (svc_run): Likewise.
52407 * sunrpc/svc_udp.c (svcudp_create): Likewise.
52408
e84142d2
UD
524092011-04-21 Ulrich Drepper <drepper@gmail.com>
52410
52411 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52412 problem in reallocation in last patch.
52413
877175d8
UD
524142011-04-20 Ulrich Drepper <drepper@gmail.com>
52415
52416 * sunrpc/Makefile: Move inclusion of Rules.
52417
ab8eed78
UD
524182011-04-19 Ulrich Drepper <drepper@gmail.com>
52419
52420 * nss/nss_files/files-initgroups.c: New file.
52421 * nss/Makefile (libnss_files-routines): Add files-initgroups.
52422 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52423 _nss_files_initgroups_dyn.
52424
e3d8f584
RS
524252011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
52426
52427 * elf/elf.h (R_ARM_IRELATIVE): Define.
52428
af190f45
UD
524292011-04-19 Ulrich Drepper <drepper@gmail.com>
52430
52431 * po/ru.po: Update from translation team.
52432
53cf59ef
UD
524332011-04-17 Ulrich Drepper <drepper@gmail.com>
52434
52435 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52436 dependencies.
52437
4c559bcd
MF
524382011-02-06 Mike Frysinger <vapier@gentoo.org>
52439
52440 [BZ #12653]
52441 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52442 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52443 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52444 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52445 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52446
4420675c
AS
524472011-03-28 Andreas Schwab <schwab@linux-m68k.org>
52448
52449 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52450 differing bytes.
52451 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52452 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52453 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52454
75ea32ab
UD
524552011-04-17 Ulrich Drepper <drepper@gmail.com>
52456
52457 [BZ #12420]
52458 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52459 storing it.
52460 * stdlib/bug-getcontext.c: New file.
52461 * stdlib/Makefile: Add rules to build and run bug-getcontext.
52462
27390476
AK
524632011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52464
52465 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52466 instructions into .machine "z9-109".
52467 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52468 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52469
10442705
AK
524702011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52471
52472 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52473 between environment variables and auxiliary vector.
52474
7b57bfe5
UD
524752011-04-16 Ulrich Drepper <drepper@gmail.com>
52476
52477 * Makefile: Add rules to build linkobj/libc.so.
52478 * include/libc-symbols.h: Define libc_hidden_nolink.
52479 * include/rpc/auth.h: Mark functions which are to be hidden.
52480 * include/rpc/auth_des.h: Likewise.
52481 * include/rpc/auth_unix.h: Likewise.
52482 * include/rpc/clnt.h: Likewise.
52483 * include/rpc/des_crypt.h: Likewise.
52484 * include/rpc/key_prot.h: Likewise.
52485 * include/rpc/pmap_clnt.h: Likewise.
52486 * include/rpc/pmap_prot.h: Likewise.
52487 * include/rpc/pmap_rmt.h: Likewise.
52488 * include/rpc/rpc_msg.h: Likewise.
52489 * include/rpc/svc.h: Likewise.
52490 * include/rpc/svc_auth.h: Likewise.
52491 * include/rpc/xdr.h: Likewise.
52492 * nis/Makefile: Link all DSOs against linkobj/libc.so.
52493 * nss/Makefile: Likewise.
52494 * sunrpc/Makefile: Don't install headers. Build library with normal
52495 entry points. Don't build rpcinfo. Link RPC tests appropriately.
52496 * sunrpc/auth_des.c: Hide exported symbols by default, export some
52497 for the compat linking library. Remove use of INTDEF/INTUSE.
52498 * sunrpc/auth_none.c: Likewise.
52499 * sunrpc/auth_unix.c: Likewise.
52500 * sunrpc/authdes_prot.c: Likewise.
52501 * sunrpc/authuxprot.c: Likewise.
52502 * sunrpc/clnt_gen.c: Likewise.
52503 * sunrpc/clnt_perr.c: Likewise.
52504 * sunrpc/clnt_raw.c: Likewise.
52505 * sunrpc/clnt_simp.c: Likewise.
52506 * sunrpc/clnt_tcp.c: Likewise.
52507 * sunrpc/clnt_udp.c: Likewise.
52508 * sunrpc/clnt_unix.c: Likewise.
52509 * sunrpc/des_crypt.c: Likewise.
52510 * sunrpc/des_soft.c: Likewise.
52511 * sunrpc/get_myaddr.c: Likewise.
52512 * sunrpc/key_call.c: Likewise.
52513 * sunrpc/key_prot.c: Likewise.
52514 * sunrpc/netname.c: Likewise.
52515 * sunrpc/pm_getmaps.c: Likewise.
52516 * sunrpc/pm_getport.c: Likewise.
52517 * sunrpc/pmap_clnt.c: Likewise.
52518 * sunrpc/pmap_prot.c: Likewise.
52519 * sunrpc/pmap_prot2.c: Likewise.
52520 * sunrpc/pmap_rmt.c: Likewise.
52521 * sunrpc/publickey.c: Likewise.
52522 * sunrpc/rpc_cmsg.c: Likewise.
52523 * sunrpc/rpc_common.c: Likewise.
52524 * sunrpc/rpc_dtable.c: Likewise.
52525 * sunrpc/rpc_prot.c: Likewise.
52526 * sunrpc/rpc_thread.c: Likewise.
52527 * sunrpc/rtime.c: Likewise.
52528 * sunrpc/svc.c: Likewise.
52529 * sunrpc/svc_auth.c: Likewise.
52530 * sunrpc/svc_authux.c: Likewise.
52531 * sunrpc/svc_raw.c: Likewise.
52532 * sunrpc/svc_run.c: Likewise.
52533 * sunrpc/svc_simple.c: Likewise.
52534 * sunrpc/svc_tcp.c: Likewise.
52535 * sunrpc/svc_udp.c: Likewise.
52536 * sunrpc/svc_unix.c: Likewise.
52537 * sunrpc/svcauth_des.c: Likewise.
52538 * sunrpc/xcrypt.c: Likewise.
52539 * sunrpc/xdr.c: Likewise.
52540 * sunrpc/xdr_array.c: Likewise.
52541 * sunrpc/xdr_float.c: Likewise.
52542 * sunrpc/xdr_intXX_t.c: Likewise.
52543 * sunrpc/xdr_mem.c: Likewise.
52544 * sunrpc/xdr_rec.c: Likewise.
52545 * sunrpc/xdr_ref.c: Likewise.
52546 * sunrpc/xdr_sizeof.c: Likewise.
52547 * sunrpc/xdr_stdio.c: Likewise.
52548
e6c61494
UD
525492011-04-10 Ulrich Drepper <drepper@gmail.com>
52550
52551 [BZ #12650]
52552 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52553 * sysdeps/ia64/dl-tls.h: Likewise.
52554 * sysdeps/powerpc/dl-tls.h: Likewise.
52555 * sysdeps/s390/dl-tls.h: Likewise.
52556 * sysdeps/sh/dl-tls.h: Likewise.
52557 * sysdeps/sparc/dl-tls.h: Likewise.
52558 * sysdeps/x86_64/dl-tls.h: Likewise.
52559 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52560
34fe483e
AS
525612011-03-14 Andreas Schwab <schwab@redhat.com>
52562
52563 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52564 rpath element also skip the following colon.
52565 (expand_dynamic_string_token): Add is_path parameter and pass
52566 down to DL_DST_REQUIRED and _dl_dst_substitute.
52567 (decompose_rpath): Call expand_dynamic_string_token with
52568 non-zero is_path. Ignore empty rpaths.
52569 (_dl_map_object_from_fd): Call expand_dynamic_string_token
52570 with zero is_path.
52571
f12a32e6
AS
525722011-04-08 Andreas Schwab <schwab@linux-m68k.org>
52573
52574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52575 Make cancelable.
52576
38a7d692
UD
525772011-04-09 Ulrich Drepper <drepper@gmail.com>
52578
52579 [BZ #12655]
52580 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52581 Patch by Filipe David Manana <fdmanana@apache.org>.
52582
e451d22b
AS
525832011-04-07 Andreas Schwab <schwab@redhat.com>
52584
52585 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52586 Maintain aligned stack.
52587 (CHECK_RSP): Remove unused macro.
52588
dedc7c7b
UD
525892011-04-03 Ulrich Drepper <drepper@gmail.com>
52590
52591 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52592 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52593
94521213
UD
525942011-04-02 Ulrich Drepper <drepper@gmail.com>
52595
52596 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52597
8cb700c0 52598 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 52599
0354e355
L
526002011-03-26 H.J. Lu <hongjiu.lu@intel.com>
52601
52602 [BZ #12518]
52603 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52604 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52605 * sysdeps/x86_64/memmove.c: New file.
52606 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52607 (memcpy): Renamed to ...
52608 (__new_memcpy): This.
52609 (memcpy): Provide GLIBC_2_14 memcpy.
52610 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52611 (memcpy): Provide GLIBC_2_2_5 memcpy.
52612
8593482f
UD
526132011-04-01 Ulrich Drepper <drepper@gmail.com>
52614
52615 [BZ #12631]
52616 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52617
81a5726b
AS
526182011-03-30 Andreas Schwab <schwab@redhat.com>
52619
52620 * misc/syncfs.c: New file.
52621 * misc/Makefile (routines): Add syncfs.
52622 * posix/unistd.h: Declare syncfs.
52623 * sysdeps/unix/syscalls.list: Add syncfs.
52624
00e5419f
AS
526252011-04-01 Andreas Schwab <schwab@redhat.com>
52626
52627 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52628 open_by_handle_at.
52629 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52630 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52631 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52632 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52633 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52634 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52635 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52636
748876bf
UD
526372011-04-01 Ulrich Drepper <drepper@gmail.com>
52638
658e451d
UD
52639 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52640 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52641 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52642 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52643 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52644 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52645 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52646
748876bf
UD
52647 * io/Makefile: Compile fallocate.c, fallocate64.c, and
52648 sync_file_range.c with -fexceptions.
52649 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52650 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52651 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52652 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52653 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52654 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52655 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
52656 sync_file_range as cancellation point
52657 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
52658 now a wrapper around __call_sync_file_range with cancellation handling.
52659 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52660 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
52661 function name to __call_sync_file_range.
52662 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52663 Add call_sync_file_range.
748876bf 52664
6e63d5e1
AS
526652011-04-01 Andreas Schwab <schwab@redhat.com>
52666
52667 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 52668 bits/timex.h.
6e63d5e1 52669
46998f74
UD
526702011-04-01 Ulrich Drepper <drepper@gmail.com>
52671
4c1423ed
UD
52672 * iconv/iconv.h: Fix typo in comment.
52673 * io/fcntl.h: Likewise.
52674 * libio/stdio.h: Likewise.
52675 * posix/spawn.h: Likewise.
52676 * posix/unistd.h: Likewise.
52677 * stdlib/stdlib.h: Likewise.
52678 * time/time.h: Likewise.
52679 * wcsmbs/wchar.h: Likewise.
52680
158648c0
UD
52681 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52682 open_by_handle): Add.
52683 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52684 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
52685 Augment a few comments.
52686 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52687 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52688 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52689 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52690 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52691 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52692 open_by_handle.
52693
46998f74
UD
52694 * io/fcntl.h (AT_EMPTY_PATH): Define.
52695
83fe108b
UD
526962011-03-30 Ulrich Drepper <drepper@gmail.com>
52697
52698 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52699 * sysdeps/unix/sysv/linux/bits/time.h: New file.
52700 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52701 to...
52702 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
52703 * Versions.def: Add GLIBC_2.14.
52704 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52705 Export.
83fe108b 52706
bb242059
UD
527072011-03-22 Ulrich Drepper <drepper@gmail.com>
52708
52709 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52710 round counter.
52711 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52712
c97a1282
L
527132011-03-20 H.J. Lu <hongjiu.lu@intel.com>
52714
52715 [BZ #12597]
52716 * string/test-strncmp.c (do_page_test): New function.
52717 (check2): Likewise.
52718 (test_main): Call check2.
52719 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52720
2a115601
UD
527212011-03-20 Ulrich Drepper <drepper@gmail.com>
52722
52723 [BZ #12587]
52724 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52725 Handle cache information in CPU leaf 4.
52726 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52727
8126d904
UD
527282011-03-18 Ulrich Drepper <drepper@gmail.com>
52729
042c49c6 52730 [BZ #12583]
8126d904
UD
52731 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52732 character representation.
52733 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52734
ccfe366e
RA
527352011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
52736
52737 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52738 END(__isnan) to END(__isnanf) to match function entry point/label
52739 EALIGN(__isnanf,...).
52740
c6e13027
JJ
527412011-03-10 Jakub Jelinek <jakub@redhat.com>
52742
52743 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52744
33f85a3f
UD
527452011-03-10 Ulrich Drepper <drepper@gmail.com>
52746
028478fa
UD
52747 [BZ #12510]
52748 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52749 copy from the symbol referenced in the relocation to initialize the
52750 used variable.
52751 Patch by Piotr Bury <pbury@goahead.com>.
52752 * elf/Makefile: Add rules to build and tst-unique3.
52753 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52754 * elf/tst-unique3.cc: New file.
52755 * elf/tst-unique3.h: New file.
52756 * elf/tst-unique3lib.cc: New file.
52757 * elf/tst-unique3lib2.cc: New file.
52758
33f85a3f
UD
52759 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52760
03592fc7
MF
527612011-03-10 Mike Frysinger <vapier@gentoo.org>
52762
52763 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52764 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
52765 to _start.
03592fc7 52766
6a5ee102
UD
527672011-03-06 Ulrich Drepper <drepper@gmail.com>
52768
52769 * elf/dl-load.c (_dl_map_object): If we are looking for the first
52770 to-be-loaded object along a path to loader is ld.so.
52771
7e4ba49c
HJ
527722011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52773 Ulrich Drepper <drepper@gmail.com>
52774
52775 * sysdeps/x86_64/memset.S: After aligning destination, code
52776 branches to different locations depending on the value of
52777 misalignment, when multiarch is enabled. Fix this.
52778
527792011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52780
52781 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52782 Set _x86_64_preferred_memory_instruction for AMD processsors.
52783 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52784 Set bit_Prefer_SSE_for_memop for AMD processors.
52785
13a804de
UD
527862011-03-04 Ulrich Drepper <drepper@gmail.com>
52787
52788 * libio/fmemopen.c (fmemopen): Optimize a bit.
52789
9d25c392
AS
527902011-03-03 Andreas Schwab <schwab@redhat.com>
52791
52792 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52793
a5543c6a
RM
527942011-03-03 Roland McGrath <roland@redhat.com>
52795
52796 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52797
012d35f7
DM
527982011-02-28 Aurelien Jarno <aurelien@aurel32.net>
52799
7e4ba49c 52800 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
52801 __bzero_ultra1 instead of __memset_ultra1.
52802
4bff6e01
AS
528032011-02-23 Andreas Schwab <schwab@redhat.com>
52804 Ulrich Drepper <drepper@gmail.com>
52805
52806 [BZ #12509]
52807 * include/link.h (struct link_map): Add l_orig_initfini.
52808 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52809 returning unsuccessfully.
52810 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52811 close of a file loaded at startup, restore the original l_initfini
52812 list.
52813 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52814 list, store the pointer.
52815 * elf/Makefile ($(objpfx)noload-mem): New rule.
52816 (noload-ENV): Define.
52817 (tests): Add $(objpfx)noload-mem.
52818 * elf/noload.c: Include <memcheck.h>.
52819 (main): Call mtrace. Close all opened handles.
52820
f2092faf
AS
528212011-02-17 Andreas Schwab <schwab@redhat.com>
52822
52823 [BZ #12454]
52824 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52825 dependencies are missing.
52826
6c8a2e88
ST
528272011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
52828
f2092faf 52829 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
52830 Hurd needs munmap.
52831 * sysdeps/mach/hurd/ifreq.h: New file.
52832
84a42118
PB
528332011-01-27 Petr Baudis <pasky@suse.cz>
52834 Ulrich Drepper <drepper@gmail.com>
52835
071f805e 52836 [BZ 12445]#
84a42118
PB
52837 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52838 to extend_alloca().
52839 * stdio-common/bug23.c: New file.
52840 * stdio-common/Makefile (tests): Add bug23.
52841
e23fe25b
AS
528422010-09-28 Andreas Schwab <schwab@redhat.com>
52843 Ulrich Drepper <drepper@gmail.com>
52844
52845 [BZ #12489]
52846 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52847 before performing relro protection. At old place add assertion
52848 to make sure nothing changed.
52849
d3f02e10
NS
528502011-02-17 Nathan Sidwell <nathan@codesourcery.com>
52851 Glauber de Oliveira Costa <glommer@gmail.com>
52852
52853 * elf/elf.h: Add new ARM TLS relocs.
52854
d55fd7a5
RA
528552011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
52856
52857 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52858 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52859 cast from r3.
52860 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
52861 'tests' variable.
52862 * sysdeps/wordsize-64/tst-writev.c: New file.
52863
2206397e
RA
528642011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
52865
52866 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52867 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52868 insns in _dl_start to prevent a TOC reference before relocs are
52869 resolved.
52870
e9433893
UD
528712011-02-15 Ulrich Drepper <drepper@gmail.com>
52872
52873 [BZ #12469]
52874 * Makeconfig: Remove RANLIB definition.
52875 * Makerules: Don't use RANLIB.
52876 * aclocal.m4: Remove ranlib test.
52877 * configure.in: No need to check for ranlib.
52878 * elf/rtld-Rules: Don't use RANLIB.
52879
f75286c6
ST
528802011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
52881
8e31c82d
ST
52882 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52883 protection macro.
52884 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52885 inclusion protection macro.
52886
f75286c6
ST
52887 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52888 SIGRTMIN and SIGRTMAX and print information in that case only when
52889 SIGRTMIN is defined.
52890
c1d0e639
JJ
528912011-02-11 Jakub Jelinek <jakub@redhat.com>
52892
52893 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52894 arginfo fn returning -1.
52895
52896 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52897 and thousands string is zero terminated.
52898
edf9294e
AS
528992011-02-03 Andreas Schwab <schwab@redhat.com>
52900
52901 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52902 sysdeps/unix/sysv/linux/bits/socket.h.
52903
2b7e92df
ST
529042011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
52905
edf9294e
AS
52906 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52907 (__CPU_COUNT): Remove old macros.
52908 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52909 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52910 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
52911 (__sched_cpualloc, __sched_cpufree): Add declarations.
52912
a4c7ea7b
UD
529132011-02-05 Ulrich Drepper <drepper@gmail.com>
52914
52915 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52916 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52917 * nscd/aicache.c (addhstaiX): Return timeout of added value.
52918 (readdhstai): Return value of addhstaiX call.
52919 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52920 (addgrbyX): Return value returned by cache_addgr.
52921 (readdgrbyname): Return value returned by addgrbyX.
52922 (readdgrbygid): Likewise.
52923 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52924 (addpwbyX): Return value returned by cache_addpw.
52925 (readdpwbyname): Return value returned by addhstbyX.
52926 (readdpwbyuid): Likewise.
52927 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52928 (addservbyX): Return value returned by cache_addserv.
52929 (readdservbyname): Return value returned by addservbyX:
52930 (readdservbyport): Likewise.
52931 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52932 (addhstbyX): Return value returned by cache_addhst.
52933 (readdhstbyname): Return value returned by addhstbyX.
52934 (readdhstbyaddr): Likewise.
52935 (readdhstbynamev6): Likewise.
52936 (readdhstbyaddrv6): Likewise.
52937 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52938 (readdinitgroups): Return value returned by addinitgroupsX.
52939 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52940 (prune_cache): Keep track of timeout value of re-added entries.
52941 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52942 * nscd/nscd.h: Adjust prototypes of readd* functions.
52943
a0bf67cc
RM
529442011-02-04 Roland McGrath <roland@redhat.com>
52945
52946 * nis/nis_server.c (nis_servstate): Use the right name for 0.
52947 (nis_stats): Likewise.
52948 * nis/nis_modify.c (nis_modify): Likewise.
52949 * nis/nis_remove.c (nis_remove): Likewise.
52950 * nis/nis_add.c (nis_add): Likewise.
52951
52952 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52953
52954 * posix/fnmatch_loop.c: Add some consts.
52955
52956 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52957
435b95eb
L
529582011-02-02 H.J. Lu <hongjiu.lu@intel.com>
52959
52960 [BZ #12460]
52961 * config.make.in (config-cflags-novzeroupper): Define.
52962 * configure.in: Substitute libc_cv_cc_novzeroupper.
52963 * elf/Makefile (AVX-CFLAGS): Define.
52964 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52965 (CFLAGS-tst-auditmod4a.c): Likewise.
52966 (CFLAGS-tst-auditmod4b.c): Likewise.
52967 (CFLAGS-tst-auditmod6b.c): Likewise.
52968 (CFLAGS-tst-auditmod6c.c): Likewise.
52969 (CFLAGS-tst-auditmod7b.c): Likewise.
52970 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52971
8517b15e
UD
529722011-02-02 Ulrich Drepper <drepper@gmail.com>
52973
52974 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52975 function to the callback.
52976 Patch partly by Jiri Olsa <jolsa@redhat.com>.
52977
10a656fe
AS
529782011-02-02 Andreas Schwab <schwab@redhat.com>
52979
52980 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52981 of errno.
52982
968dad0a
UD
529832011-01-19 Ulrich Drepper <drepper@gmail.com>
52984
9f94d2ea 52985 [BZ #11724]
968dad0a
UD
52986 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52987 of constructors.
52988 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52989 of destructors.
52990 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52991
52992 [BZ #11724]
52993 * elf/Makefile: Add rules to build and run new test.
52994 * elf/tst-initorder.c: New file.
52995 * elf/tst-initorder.exp: New file.
52996 * elf/tst-initordera1.c: New file.
52997 * elf/tst-initordera2.c: New file.
52998 * elf/tst-initordera3.c: New file.
52999 * elf/tst-initordera4.c: New file.
53000 * elf/tst-initorderb1.c: New file.
53001 * elf/tst-initorderb2.c: New file.
53002 * elf/tst-order-a1.c: New file.
53003 * elf/tst-order-a2.c: New file.
53004 * elf/tst-order-a3.c: New file.
53005 * elf/tst-order-a4.c: New file.
53006 * elf/tst-order-b1.c: New file.
53007 * elf/tst-order-b2.c: New file.
53008 * elf/tst-order-main.c: New file.
53009 New test case by George Gensure <werkt0@gmail.com>.
53010
86e92359
UD
530112010-10-01 Andreas Schwab <schwab@redhat.com>
53012
53013 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53014 decoding ACE if AI_CANONIDN.
53015
5d5732b0
UD
530162011-01-18 Ulrich Drepper <drepper@gmail.com>
53017
53018 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53019
a77e8cbc
UD
530202011-01-17 Ulrich Drepper <drepper@gmail.com>
53021
6392473f
UD
53022 * version.h (RELEASE): Bump for 2.13 release.
53023 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53024
620a0529
UD
53025 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53026
18ba70a5
UD
53027 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53028 MADV_NOHUGEPAGE.
32465c3e
UD
53029 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53030 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53031 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53032 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53033 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53034 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53035
c0dafcf1
UD
53036 * posix/getconf.c: Update copyright year.
53037 * catgets/gencat.c: Likewise.
53038 * csu/version.c: Likewise.
53039 * debug/catchsegv.sh: Likewise.
53040 * debug/xtrace.sh: Likewise.
53041 * elf/ldconfig.c: Likewise.
53042 * elf/ldd.bash.in: Likewise.
53043 * elf/sprof.c (print_version): Likewise.
53044 * iconv/iconv_prog.c: Likewise.
53045 * iconv/iconvconfig.c: Likewise.
53046 * locale/programs/locale.c: Likewise.
53047 * locale/programs/localedef.c: Likewise.
53048 * malloc/memusage.sh: Likewise.
53049 * malloc/mtrace.pl: Likewise.
53050 * nscd/nscd.c (print_version): Likewise.
53051 * nss/getent.c: Likewise.
53052
a77e8cbc
UD
53053 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53054 PF_CAIF, and PF_ALG.
53055 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53056
77e8bddf
AS
530572011-01-16 Andreas Schwab <schwab@linux-m68k.org>
53058
1f20b93a
AS
53059 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53060 (modules-names): Use them.
53061 (ifunc-test-modules, ifunc-pie-tests): Define.
53062 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53063 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53064 (test-extras): Likewise.
53065 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53066 $(compile-command.c).
53067 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53068 (all-built-dso): Define.
53069 (check-textrel.out, check-execstack.out): Depend on it.
53070
77e8bddf
AS
53071 * configure.in: Don't override --enable-multi-arch.
53072
bc425b33
UD
530732011-01-15 Ulrich Drepper <drepper@gmail.com>
53074
53075 [BZ #6812]
53076 * nscd/hstcache.c (tryagain): Define.
53077 (cache_addhst): Return tryagain not notfound for temporary errors.
53078 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53079 failed.
53080
794c3ad3
UD
530812011-01-14 Ulrich Drepper <drepper@gmail.com>
53082
70181fdd
UD
53083 [BZ #10563]
53084 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53085 to make the syscall.
53086 * sysdeps/unix/sysv/linux/setgroups.c: New file.
53087
794c3ad3
UD
53088 [BZ #12378]
53089 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53090 and fall back to matching as normal character if the string ends before
53091 the matching ']' is found. This is what POSIX requires.
53092 * posix/testfnm.c: Adjust test result.
53093 * posix/globtest.sh: Adjust test result. Add new test.
53094 * posix/tst-fnmatch.input: Likewise.
53095 * posix/tst-fnmatch2.c: Add new test.
53096
68dc9497
AS
530972010-12-28 Andreas Schwab <schwab@linux-m68k.org>
53098
53099 * elf/Makefile (check-execstack): Revert last change. Depend on
53100 check-execstack.h.
53101 (check-execstack.h): New target.
53102 (generated): Add check-execstack.h.
53103 * elf/check-execstack.c: Include "check-execstack.h".
53104 (main): Revert last change.
53105 (handle_file): Return zero if GNU_STACK is absent and
53106 DEFAULT_STACK_PERMS doesn't include PF_X.
53107
451f001b
UD
531082011-01-13 Ulrich Drepper <drepper@gmail.com>
53109
cfa28e56
UD
53110 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53111 in child fails because the descriptor is already closed.
8cf8ce17
UD
53112 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53113 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53114 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 53115
1086d70d
UD
53116 [BZ #12397]
53117 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53118 syscall.
53119
451f001b
UD
53120 [BZ #10484]
53121 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53122 temporary buffer used to handle multi lookups locally.
a85b5cb4 53123 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 53124
08769175
UD
531252011-01-12 Ulrich Drepper <drepper@gmail.com>
53126
53127 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53128 loader is ld.so.
53129
5e49c52e
UD
531302011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
53131
53132 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53133 alignment for SSE2.
53134
60522a5f
UD
531352011-01-12 Ulrich Drepper <drepper@gmail.com>
53136
53137 [BZ #12394]
53138 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53139 characters. When rounding increased number of integer digits recompute
53140 number of groups.
53141 * stdio-common/tst-grouping.c: New file.
53142 * stdio-common/Makefile: Add rules to build and run tst-grouping.
53143
f257bbd7
UD
531442011-01-09 Ulrich Drepper <drepper@gmail.com>
53145
53146 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53147 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
53148
53149 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53150 void.
53151 * bits/select.h: Likewise.
53152
fa9c15cb
UD
531532011-01-08 Ulrich Drepper <drepper@gmail.com>
53154
53155 * po/ja.po: Update from translation team.
53156
16c2895f
DM
531572011-01-04 David S. Miller <davem@sunset.davemloft.net>
53158
53159 [BZ #11155]
53160 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53161 implementation just like for lxstat, fxstatat, et al.
53162
2543fef2
JM
531632010-12-27 Jim Meyering <meyering@redhat.com>
53164
53165 [BZ #12348]
53166 * posix/regexec.c (build_trtable): Return failure indication upon
53167 calloc failure. Otherwise, re_search_internal could infloop on OOM.
53168
98727dbe
UD
531692010-12-25 Ulrich Drepper <drepper@gmail.com>
53170
5bd6dc5c
UD
53171 [BZ #12201]
53172 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53173 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53174 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53175 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53176
97983464
UD
53177 [BZ #12207]
53178 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53179
98727dbe
UD
53180 [BZ #12204]
53181 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53182 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53183
4a531bb0
L
531842010-12-15 H.J. Lu <hongjiu.lu@intel.com>
53185
53186 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53187 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53188 script has SORT_BY_INIT_PRIORITY.
53189 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53190 NO_CTORS_DTORS_SECTIONS is defined.
53191 * elf/soinit.c: Likewise.
53192 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53193 NO_CTORS_DTORS_SECTIONS is defined.
53194 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53195 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53196 * sysdeps/sh/init-first.c: Likewise.
53197 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53198
07eb4b71
UD
531992010-12-24 Ulrich Drepper <drepper@gmail.com>
53200
53201 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53202 always use the slow path.
53203
30950a5f
RA
532042010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
53205
53206 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53207 similar rule which adds the sysdep directories to the header search in
53208 order to pick up the correct platform stackinfo.h.
53209 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53210 perform test if it is, otherwise return successfully without testing.
53211 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53212 DEFAULT_STACK_PERMS define in stackinfo.h.
53213 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53214 defined in stackinfo.h.
53215 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53216 DEFAULT_STACK_PERMS defined in stackinfo.h.
53217 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53218 * sysdeps/ia64/stackinfo.h: Likewise.
53219 * sysdeps/s390/stackinfo.h: Likewise.
53220 * sysdeps/sh/stackinfo.h: Likewise.
53221 * sysdeps/sparc/stackinfo.h: Likewise.
53222 * sysdeps/x86_64/stackinfo.h: Likewise.
53223 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53224 PF_X for powerpc64. Retain PF_X for powerpc32.
53225
db753e2c
UD
532262010-12-19 Ulrich Drepper <drepper@gmail.com>
53227
14b697f7
UD
53228 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53229 accurately.
db753e2c
UD
53230 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53231 GETDENTS_64BIT_ALIGNED.
53232
28300719
UD
532332010-12-14 Ulrich Drepper <dreper@gmail.com>
53234
14b697f7 53235 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 53236
4f197237
AS
532372010-12-10 Andreas Schwab <schwab@redhat.com>
53238
dbb0472f
AS
53239 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53240 _GNU_SOURCE.
53241
4f197237
AS
53242 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53243 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53244 Remove __restrict.
53245 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53246 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53247
fb88ac72
UD
532482010-12-09 Ulrich Drepper <drepper@gmail.com>
53249
53250 [BZ #11655]
53251 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53252 are initialized.
53253
42acbb92
JJ
532542010-12-09 Jakub Jelinek <jakub@redhat.com>
53255
53256 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53257
c038d98d
UD
532582010-12-03 Ulrich Drepper <drepper@gmail.com>
53259
53260 * po/it.po: Update from translation team.
53261
3a4a2499
L
532622010-12-01 H.J. Lu <hongjiu.lu@intel.com>
53263
53264 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53265 unused codes.
53266
1e24cf6e
UD
532672010-11-30 Ulrich Drepper <drepper@gmail.com>
53268
53269 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53270
a7690819
AS
532712010-11-24 Andreas Schwab <schwab@redhat.com>
53272
53273 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53274 specially.
53275 (gaih_getanswer_slice): Likewise.
53276
3bf8d1b1
JJ
532772010-10-20 Jakub Jelinek <jakub@redhat.com>
53278
53279 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53280
6db52fbb
PB
532812010-05-31 Petr Baudis <pasky@suse.cz>
53282
53283 [BZ #11149]
53284 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53285 silently even in the chroot mode.
53286
eaca7569
UD
532872010-11-22 Ulrich Drepper <drepper@gmail.com>
53288
53289 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53290 last patch a bit. Pretty printing
53291
3056dcdb
UD
532922010-05-31 Petr Baudis <pasky@suse.cz>
53293
53294 [BZ #10085]
53295 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53296 initialization of skip_initgroups_dyn.
53297
cf7c9078
UD
532982010-11-19 Ulrich Drepper <drepper@gmail.com>
53299
53300 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53301 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53302
a1fb5e3e
UD
533032010-11-16 Ulrich Drepper <drepper@gmail.com>
53304
53305 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53306
3540d66b
AS
533072010-11-11 Andreas Schwab <schwab@redhat.com>
53308
53309 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53310 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53311 (tst-fnmatch-ENV): Set MALLOC_TRACE.
53312 ($(objpfx)tst-fnmatch-mem): New rule.
53313 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53314 * posix/tst-fnmatch.c (main): Call mtrace.
53315
13b69574
L
533162010-11-11 H.J. Lu <hongjiu.lu@intel.com>
53317
53318 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53319 Support Intel processor model 6 and model 0x2c.
53320
da93d214
LM
533212010-11-10 Luis Machado <luisgpm@br.ibm.com>
53322
53323 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53324 signed comparison.
53325
8ca52c6e
L
533262010-11-09 H.J. Lu <hongjiu.lu@intel.com>
53327
53328 [BZ #12205]
53329 * string/test-strncasecmp.c (check_result): New function.
53330 (do_one_test): Use it.
53331 (check1): New function.
53332 (test_main): Use it.
53333 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53334 Support strcasecmp and strncasecmp.
53335
69da074d
UD
533362010-11-08 Ulrich Drepper <drepper@gmail.com>
53337
53338 [BZ #12194]
53339 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53340 * sysdeps/x86_64/bits/byteswap.h: Likewise.
53341
ff02d528
L
533422010-11-07 H.J. Lu <hongjiu.lu@intel.com>
53343
53344 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53345 IFUNC support.
53346 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53347 memset-x86-64.
53348 * sysdeps/x86_64/multiarch/bzero.S: New file.
53349 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53350 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53351 * sysdeps/x86_64/multiarch/memset.S: New file.
53352 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53353 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53354 Set bit_Prefer_SSE_for_memop for Intel processors.
53355 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53356 Define.
53357 (index_Prefer_SSE_for_memop): Define.
53358 (HAS_PREFER_SSE_FOR_MEMOP): Define.
53359
344d0b54
LM
533602010-11-04 Luis Machado <luisgpm@br.ibm.com>
53361
53362 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53363 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53364
c0dde15b
UD
533652010-11-03 H.J. Lu <hongjiu.lu@intel.com>
53366
53367 [BZ #12191]
53368 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53369 (__x86_64_raw_data_cache_size_half): Likewise.
53370 (__x86_64_raw_shared_cache_size): Likewise.
53371 (__x86_64_raw_shared_cache_size_half): Likewise.
53372
53373 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53374 (__x86_64_raw_data_cache_size_half): Likewise.
53375 (__x86_64_raw_shared_cache_size): Likewise.
53376 (__x86_64_raw_shared_cache_size_half): Likewise.
53377 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53378 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53379 and __x86_64_raw_shared_cache_size_half. Round
53380 __x86_64_data_cache_size_half, __x86_64_data_cache_size
53381 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53382 to multiple of 256 bytes.
53383
0e516e0e
MS
533842010-11-03 Ulrich Drepper <drepper@gmail.com>
53385
53386 [BZ #12167]
53387 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53388 of inacessible symlinks. Verify result of symlink before returning it.
53389 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53390 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53391
0e012e87
ER
533922010-10-28 Erich Ritz <erichritz@gmail.com>
53393
53394 * math/math.h (isinf): Fix typo in comment.
53395
de0ff7bc
UD
533962010-11-01 Ulrich Drepper <drepper@gmail.com>
53397
53398 * po/da.po: Update from translation team.
53399
fa41c84d
UD
534002010-10-26 Ulrich Drepper <drepper@gmail.com>
53401
53402 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53403 is added to the list.
53404
f0967738
AK
534052010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53406 Ulrich Drepper <drepper@gmail.com>
53407
53408 * elf/dl-object.c (_dl_new_object): Don't append the new object to
53409 the global list here. Move code to...
53410 (_dl_add_to_namespace_list): ...here. New function.
53411 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53412 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53413 * elf/dl-load.c (lose): Don't remove the element from the list.
53414 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53415 (_dl_map_object): Likewise.
53416
534172010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
53418
53419 [BZ #12159]
53420 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53421 into all bytes of SSE register.
53422 Patch by Richard Li <richardpku@gmail.com>.
53423
f0967738 534242010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
53425
53426 [BZ #12140]
53427 * malloc/malloc.c (_int_free): Fill correct number of bytes when
53428 perturbing.
53429
d0b9e94f
MB
534302010-10-20 Michael B. Brutman <brutman@us.ibm.com>
53431
53432 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53433 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53434 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53435 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53436 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53437 submachine.
53438 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53439
8e9f92e9
AS
534402010-10-22 Andreas Schwab <schwab@redhat.com>
53441
53442 * include/dlfcn.h (__RTLD_SECURE): Define.
53443 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
53444 mode & __RTLD_SECURE instead.
53445 (open_path): Rename preloaded parameter to secure.
53446 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53447 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53448 * elf/dl-deps.c (openaux): Likewise.
53449 * elf/rtld.c (struct map_args): Remove is_preloaded.
53450 (map_doit): Don't use it.
53451 (dl_main): Likewise.
53452 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53453 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53454
bc96fbda
AS
534552010-09-09 Andreas Schwab <schwab@redhat.com>
53456
53457 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53458 (sysd-rules-targets): Remove duplicates.
53459 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53460 rtld-%.$o dependency.
53461
22cd1c9b
AS
534622010-10-18 Andreas Schwab <schwab@redhat.com>
53463
53464 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53465 _dl_map_object do it.
53466
18edac48
UD
534672010-10-19 Ulrich Drepper <drepper@gmail.com>
53468
53469 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53470 fast fma builtins, define the macros in the C99 standard.
53471 (FP_FAST_FMAF): Likewise.
53472 (FP_FAST_FMAL): Likewise.
53473 * sysdeps/x86_64/bits/mathdef.h: Likewise.
53474
53475 * bits/mathdef.h: Update copyright year.
53476 * sysdeps/powerpc/bits/mathdef.h: Likewise.
53477
d2050124
MM
534782010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
53479
53480 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53481 builtins, define the macros in the C99 standard.
53482 (FP_FAST_FMAF): Likewise.
53483 (FP_FAST_FMAL): Likewise.
53484 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53485 multiply/add.
53486 (FP_FAST_FMAF): Likewise.
53487
475facd1
JJ
534882010-10-15 Jakub Jelinek <jakub@redhat.com>
53489
53490 [BZ #3268]
53491 * math/libm-test.inc (fma_test): Some new testcases.
53492 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53493 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53494 y and infinite z. Do multiplication by C already in long double.
53495 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53496 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53497 y and infinite z. Do bitwise or of inexact bit into u.d.
53498 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53499 * sysdeps/i386/fpu/s_fmaf.S: Removed.
53500 * sysdeps/i386/fpu/s_fma.S: Removed.
53501 * sysdeps/i386/fpu/s_fmal.S: Removed.
53502
7c08a05c
JJ
535032010-10-16 Jakub Jelinek <jakub@redhat.com>
53504
53505 [BZ #3268]
53506 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53507 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53508 computation is not scheduled after fetestexcept. Fix value
53509 of minimum denormal long double.
53510
f3f7372d
JJ
535112010-10-14 Jakub Jelinek <jakub@redhat.com>
53512
53513 [BZ #3268]
53514 * math/libm-test.inc (fma_test): Add some more tests.
53515 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53516 correctly.
53517
14d43591
AS
535182010-10-15 Andreas Schwab <schwab@redhat.com>
53519
53520 * scripts/data/localplt-s390-linux-gnu.data: New file.
53521 * scripts/data/localplt-s390x-linux-gnu.data: New file.
53522
5e908464
JJ
535232010-10-13 Jakub Jelinek <jakub@redhat.com>
53524
53525 [BZ #3268]
53526 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53527 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53528 instead of dbl-64.
53529 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53530 inlines.
53531 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53532 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53533 if one of x and y is very large and the other is subnormal.
53534 * sysdeps/s390/fpu/s_fmaf.c: New file.
53535 * sysdeps/s390/fpu/s_fma.c: New file.
53536 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53537 * sysdeps/powerpc/fpu/s_fma.S: New file.
53538 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53539 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53540 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53541
535422010-10-12 Jakub Jelinek <jakub@redhat.com>
53543
53544 [BZ #3268]
53545 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53546 fma tests.
53547 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53548 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53549 * sysdeps/i386/i686/multiarch/s_fma.c: Include
53550 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53551 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53552 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53553 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53554
b833d51f
UD
535552010-10-12 Ulrich Drepper <drepper@redhat.com>
53556
53557 [BZ #12078]
53558 * posix/regcomp.c (parse_branch): One more memory leak plugged.
53559 * posix/bug-regex31.input: Add test case.
53560
1751705d
UD
535612010-10-11 Ulrich Drepper <drepper@gmail.com>
53562
e9b9cbf5
UD
53563 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53564 * posix/bug-regex31.input: New file.
53565
53566 [BZ #12078]
53567 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53568 (parse_sub_exp): Fix last change, use postorder.
53569
ef06edbe
UD
53570 * posix/bug-regex31.c: New file.
53571 * posix/Makefile: Add rules to build and run bug-regex31.
53572
a129c80d
UD
53573 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53574
53575 [BZ #12078]
53576 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53577
b76b818e
UD
53578 [BZ #12108]
53579 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53580 to have entries in sys_siglist.
53581
1751705d
UD
53582 [BZ #12093]
53583 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53584 be NULL.
53585
9ff8d36f
JJ
535862010-10-07 Jakub Jelinek <jakub@redhat.com>
53587
53588 [BZ #3268]
53589 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53590 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53591 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53592 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53593 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53594 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53595 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53596 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53597 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53598 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53599 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53600 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53601 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53602 * math/ftestexcept.c (fetestexcept): Likewise.
53603 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53604 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53605 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53606 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53607 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53608 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53609 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53610
af325969
UD
536112010-10-11 Ulrich Drepper <drepper@gmail.com>
53612
c579b202 53613 [BZ #12107]
af325969
UD
53614 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53615 newline.
53616
67a67b95
UD
536172010-10-06 Ulrich Drepper <drepper@gmail.com>
53618
53619 * string/bug-strstr1.c: New file.
53620 * string/Makefile: Add rules to build and run bug-strstr1.
53621
5fb308bc
EB
536222010-10-05 Eric Blake <eblake@redhat.com>
53623
53624 [BZ #12092]
53625 * string/str-two-way.h (two_way_long_needle): Always clear memory
53626 when skipping input due to the shift table.
53627
45db99c7
UD
536282010-10-03 Ulrich Drepper <drepper@gmail.com>
53629
3b111893
UD
53630 [BZ #12005]
53631 * malloc/mcheck.c: Handle large requests.
53632
45db99c7
UD
53633 [BZ #12077]
53634 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53635 for strncmp and strncasecmp.
53636 * string/stratcliff.c: Add tests for strcmp and strncmp.
53637 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53638
cf7a1eb8
NI
536392010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53640
53641 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53642 __set_fpscr.
53643
6484ba5e
AJ
536442010-09-30 Andreas Jaeger <aj@suse.de>
53645
53646 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53647 (CGROUP_SUPER_MAGIC): Define.
53648 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53649 Handle btrfs and cgroup file systems.
53650 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53651 Likewise.
53652
91c42559
LM
536532010-09-27 Luis Machado <luisgpm@br.ibm.com>
53654
53655 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53656 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53657
87a97932
AK
536582010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53659
53660 [BZ #12067]
53661 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53662 trying to locate the ELF header.
53663
c21cc9bc
AS
536642010-09-27 Andreas Schwab <schwab@redhat.com>
53665
53666 [BZ #11611]
53667 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53668 Mask out sign-bit copies when constructing f_fsid.
53669
315970f6
PB
536702010-09-24 Petr Baudis <pasky@suse.cz>
53671
53672 * debug/stack_chk_fail_local.c: Add missing licence exception.
53673 * debug/warning-nop.c: Likewise.
53674
1ac7a2c7
JM
536752010-09-15 Joseph Myers <joseph@codesourcery.com>
53676
53677 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53678 implementing getdents64 using getdents syscall, set d_type if
53679 __ASSUME_GETDENTS32_D_TYPE.
53680
56801c50
AS
536812010-09-16 Andreas Schwab <schwab@redhat.com>
53682
53683 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53684 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53685
dda51327
UD
536862010-09-21 Ulrich Drepper <drepper@redhat.com>
53687
53688 [BZ #12037]
53689 * posix/unistd.h: Undo change of feature selection for ftruncate from
53690 2010-01-11.
53691
8ffcee4a
UD
536922010-09-20 Ulrich Drepper <drepper@redhat.com>
53693
a545ecd9 53694 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
53695 detection.
53696
e24f0a8b
AS
536972010-09-20 Andreas Schwab <schwab@redhat.com>
53698
53699 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53700 fanotify_mark.
53701 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53702
7291c56f
AS
537032010-09-14 Andreas Schwab <schwab@redhat.com>
53704
53705 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53706 variables after CHECK_SP call.
53707 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53708
bc5fb037
AS
537092010-09-13 Andreas Schwab <schwab@redhat.com>
53710 Ulrich Drepper <drepper@redhat.com>
53711
53712 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53713 re-relocationg ld.so.
53714 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53715 _dl_init_paths call.
53716 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
53717 here anymore.
53718
e66e7419
UD
537192010-09-14 Ulrich Drepper <drepper@redhat.com>
53720
53721 * resolv/res_init.c (__res_vinit): Count the default server we added.
53722
c044aa75
CLT
537232010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
53724 Ulrich Drepper <drepper@redhat.com>
53725
53726 [BZ #11968]
53727 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53728 (____longjmp_chk): Use %ebx for saving value across system call.
53729 Add unwind info.
53730
32cf4069
AS
537312010-09-06 Andreas Schwab <schwab@redhat.com>
53732
53733 * manual/Makefile: Don't mix pattern rules with normal rules.
53734
817328ee
AS
537352010-09-05 Andreas Schwab <schwab@linux-m68k.org>
53736
53737 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53738 operation.
53739 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53740 * libio/iofopncook.c (_IO_cookie_init): Likewise.
53741 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53742 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53743 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53744 Likewise.
53745
29fddf61
UD
537462010-09-04 Ulrich Drepper <drepper@redhat.com>
53747
53748 [BZ #11979]
53749 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53750 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53751
0959ffc9
UD
537522010-09-02 Ulrich Drepper <drepper@redhat.com>
53753
53754 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53755 * sysdeps/x86_64/addmul_1.S: Likewise.
53756 * sysdeps/x86_64/lshift.S: Likewise.
53757 * sysdeps/x86_64/mul_1.S: Likewise.
53758 * sysdeps/x86_64/rshift.S: Likewise.
53759 * sysdeps/x86_64/sub_n.S: Likewise.
53760 * sysdeps/x86_64/submul_1.S: Likewise.
53761
ece29840
ST
537622010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
53763
0959ffc9
UD
53764 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53765 Define __sched_param instead of SCHED_* and sched_param when
ece29840 53766 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 53767 * bits/sched.h [__need_schedparam]
ece29840 53768 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
53769 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53770 (__defined_schedparam): Define to 1.
ece29840
ST
53771 (__sched_param): New structure, identical to sched_param.
53772 (__need_schedparam): Undefine.
53773
e53a31fe
MF
537742010-08-31 Mike Frysinger <vapier@gentoo.org>
53775
fdc0c10d
MF
53776 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53777 (epoll_create1): Declare.
53778
e53a31fe
MF
53779 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53780
a726d796
AS
537812010-08-31 Andreas Schwab <schwab@redhat.com>
53782
53783 [BZ #7066]
53784 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53785 shifting retval into place.
53786
2f3e3dc7
UD
537872010-09-01 Ulrich Drepper <drepper@redhat.com>
53788
f2933da9
UD
53789 * nis/rpcsvc/nis.h: Update copyright notice.
53790 * nis/rpcsvc/nis.x: Likewise.
53791 * nis/rpcsvc/nis_callback.h: Likewise.
53792 * nis/rpcsvc/nis_callback.x: Likewise.
53793 * nis/rpcsvc/nis_object.x: Likewise.
53794 * nis/rpcsvc/nis_tags.h: Likewise.
53795 * nis/rpcsvc/yp.h: Likewise.
53796 * nis/rpcsvc/yp.x: Likewise.
53797 * nis/rpcsvc/ypupd.h: Likewise.
53798 * nis/yp_xdr.c: Likewise.
53799 * nis/ypupdate_xdr.c: Likewise.
53800
2f3e3dc7
UD
53801 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
53802 mainly the body of pmap_getport. Add parameters to specify timeouts.
53803 (pmap_getport): Use __libc_rpc_getport.
53804 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53805 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53806 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53807
f3dcc2f9
AS
538082010-08-31 Andreas Schwab <schwab@linux-m68k.org>
53809
53810 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53811 fanotify_mark.
53812
6d34eb5b
RM
538132010-08-27 Roland McGrath <roland@redhat.com>
53814
53815 * sysdeps/i386/i686/multiarch/Makefile
53816 (CFLAGS-varshift.c): New variable.
53817
9ea3de11
UD
538182010-08-27 Ulrich Drepper <drepper@redhat.com>
53819
c96d23fc
UD
53820 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53821 * sysdeps/i386/i686/multiarch/varshift.c: New file.
53822
9ea3de11
UD
53823 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53824
53825 * sysdeps/x86_64/strlen.S: Minimal code improvement.
53826
623aac7f
L
538272010-08-26 H.J. Lu <hongjiu.lu@intel.com>
53828
53829 * sysdeps/x86_64/strlen.S: Unroll the loop.
53830 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53831 strlen-sse2 strlen-sse2-bsf.
53832 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53833 __strlen_no_bsf if bit_Slow_BSF is set.
53834 (__strlen_sse42): Removed.
53835 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53836 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53837
8b2b7715
RM
538382010-08-25 Roland McGrath <roland@redhat.com>
53839
53840 * sysdeps/x86_64/multiarch/varshift.S: File removed.
53841 * sysdeps/x86_64/multiarch/varshift.c: New file.
53842 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53843 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53844 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53845 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53846
e73015f2
L
538472010-08-25 H.J. Lu <hongjiu.lu@intel.com>
53848
53849 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53850 strlen-sse2 strlen-sse2-bsf.
53851 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53852 __strlen_sse2_bsf if bit_Slow_BSF is unset.
53853 (__strlen_sse2): Removed.
53854 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53855 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53856 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53857 bit_Slow_BSF for Atom.
53858 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53859 (index_Slow_BSF): Define.
53860 (HAS_SLOW_BSF): Define.
53861
df24a73e
UD
538622010-08-25 Ulrich Drepper <drepper@redhat.com>
53863
53864 [BZ #10851]
53865 * resolv/res_init.c (__res_vinit): When no server address at all
53866 is given default to loopback.
53867
f2ac4868
RM
538682010-08-24 Roland McGrath <roland@redhat.com>
53869
09055553
RM
53870 * configure.in: Remove config-name.h generation.
53871 * configure: Regenerated.
53872 * config-name.in: File removed.
53873 * scripts/config-uname.sh: New file.
53874 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53875 ($(objdir)config-name.h): New target.
53876
f2ac4868
RM
53877 * sunrpc/rpc_parse.h: Avoid nested comment.
53878
73f27d5e
RH
538792010-08-24 Richard Henderson <rth@redhat.com>
53880 Ulrich Drepper <drepper@redhat.com>
53881 H.J. Lu <hongjiu.lu@intel.com>
53882
53883 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53884 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53885 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53886 Replace _mm_srli_si128 with __m128i_shift_right. Replace
53887 _mm_alignr_epi8 with _mm_loadu_si128.
53888 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53889 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53890 (__m128i_shift_right): Removed.
53891 * sysdeps/i386/i686/multiarch/varshift.h: New file.
53892 * sysdeps/i386/i686/multiarch/varshift.S: New file.
53893 * sysdeps/x86_64/multiarch/varshift.h: New file.
53894 * sysdeps/x86_64/multiarch/varshift.S: New file.
53895
84b9230c
MF
538962010-08-21 Mike Frysinger <vapier@gentoo.org>
53897
53898 * configure.in: Move assembler checks to before sysdep dir checking.
53899
9bbd0ddc
PB
539002010-08-20 Petr Baudis <pasky@suse.cz>
53901
53902 * LICENSES: Sync the sunrpc license.
53903
9da4bb31
UD
539042010-08-19 Ulrich Drepper <drepper@redhat.com>
53905
a7ab6ec8
UD
53906 * sunrpc/auth_des.c: Update copyright notice once again.
53907 * sunrpc/auth_none.c: Likewise.
53908 * sunrpc/auth_unix.c: Likewise.
53909 * sunrpc/authdes_prot.c: Likewise.
53910 * sunrpc/authuxprot.c: Likewise.
53911 * sunrpc/bindrsvprt.c: Likewise.
53912 * sunrpc/clnt_gen.c: Likewise.
53913 * sunrpc/clnt_perr.c: Likewise.
53914 * sunrpc/clnt_raw.c: Likewise.
53915 * sunrpc/clnt_simp.c: Likewise.
53916 * sunrpc/clnt_tcp.c: Likewise.
53917 * sunrpc/clnt_udp.c: Likewise.
53918 * sunrpc/clnt_unix.c: Likewise.
53919 * sunrpc/des_crypt.c: Likewise.
53920 * sunrpc/des_soft.c: Likewise.
53921 * sunrpc/get_myaddr.c: Likewise.
53922 * sunrpc/getrpcport.c: Likewise.
53923 * sunrpc/key_call.c: Likewise.
53924 * sunrpc/key_prot.c: Likewise.
53925 * sunrpc/openchild.c: Likewise.
53926 * sunrpc/pm_getmaps.c: Likewise.
53927 * sunrpc/pm_getport.c: Likewise.
53928 * sunrpc/pmap_clnt.c: Likewise.
53929 * sunrpc/pmap_prot.c: Likewise.
53930 * sunrpc/pmap_prot2.c: Likewise.
53931 * sunrpc/pmap_rmt.c: Likewise.
53932 * sunrpc/rpc/auth.h: Likewise.
53933 * sunrpc/rpc/auth_unix.h: Likewise.
53934 * sunrpc/rpc/clnt.h: Likewise.
53935 * sunrpc/rpc/des_crypt.h: Likewise.
53936 * sunrpc/rpc/key_prot.h: Likewise.
53937 * sunrpc/rpc/netdb.h: Likewise.
53938 * sunrpc/rpc/pmap_clnt.h: Likewise.
53939 * sunrpc/rpc/pmap_prot.h: Likewise.
53940 * sunrpc/rpc/pmap_rmt.h: Likewise.
53941 * sunrpc/rpc/rpc.h: Likewise.
53942 * sunrpc/rpc/rpc_des.h: Likewise.
53943 * sunrpc/rpc/rpc_msg.h: Likewise.
53944 * sunrpc/rpc/svc.h: Likewise.
53945 * sunrpc/rpc/svc_auth.h: Likewise.
53946 * sunrpc/rpc/types.h: Likewise.
53947 * sunrpc/rpc/xdr.h: Likewise.
53948 * sunrpc/rpc_clntout.c: Likewise.
53949 * sunrpc/rpc_cmsg.c: Likewise.
53950 * sunrpc/rpc_common.c: Likewise.
53951 * sunrpc/rpc_cout.c: Likewise.
53952 * sunrpc/rpc_dtable.c: Likewise.
53953 * sunrpc/rpc_hout.c: Likewise.
53954 * sunrpc/rpc_main.c: Likewise.
53955 * sunrpc/rpc_parse.c: Likewise.
53956 * sunrpc/rpc_parse.h: Likewise.
53957 * sunrpc/rpc_prot.c: Likewise.
53958 * sunrpc/rpc_sample.c: Likewise.
53959 * sunrpc/rpc_scan.c: Likewise.
53960 * sunrpc/rpc_scan.h: Likewise.
53961 * sunrpc/rpc_svcout.c: Likewise.
53962 * sunrpc/rpc_tblout.c: Likewise.
53963 * sunrpc/rpc_util.c: Likewise.
53964 * sunrpc/rpc_util.h: Likewise.
53965 * sunrpc/rpcinfo.c: Likewise.
53966 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53967 * sunrpc/rpcsvc/key_prot.x: Likewise.
53968 * sunrpc/rpcsvc/klm_prot.x: Likewise.
53969 * sunrpc/rpcsvc/mount.x: Likewise.
53970 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53971 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53972 * sunrpc/rpcsvc/rex.x: Likewise.
53973 * sunrpc/rpcsvc/rstat.x: Likewise.
53974 * sunrpc/rpcsvc/rusers.x: Likewise.
53975 * sunrpc/rpcsvc/sm_inter.x: Likewise.
53976 * sunrpc/rpcsvc/spray.x: Likewise.
53977 * sunrpc/rpcsvc/yppasswd.x: Likewise.
53978 * sunrpc/rtime.c: Likewise.
53979 * sunrpc/svc.c: Likewise.
53980 * sunrpc/svc_auth.c: Likewise.
53981 * sunrpc/svc_authux.c: Likewise.
53982 * sunrpc/svc_raw.c: Likewise.
53983 * sunrpc/svc_run.c: Likewise.
53984 * sunrpc/svc_simple.c: Likewise.
53985 * sunrpc/svc_tcp.c: Likewise.
53986 * sunrpc/svc_udp.c: Likewise.
53987 * sunrpc/svc_unix.c: Likewise.
53988 * sunrpc/svcauth_des.c: Likewise.
53989 * sunrpc/xcrypt.c: Likewise.
53990 * sunrpc/xdr.c: Likewise.
53991 * sunrpc/xdr_array.c: Likewise.
53992 * sunrpc/xdr_float.c: Likewise.
53993 * sunrpc/xdr_mem.c: Likewise.
53994 * sunrpc/xdr_rec.c: Likewise.
53995 * sunrpc/xdr_ref.c: Likewise.
53996 * sunrpc/xdr_sizeof.c: Likewise.
53997 * sunrpc/xdr_stdio.c: Likewise.
53998
9da4bb31
UD
53999 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54000 handling.
54001
bdaa77bc
AS
540022010-08-19 Andreas Schwab <schwab@redhat.com>
54003
54004 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54005
fe2f79db
LM
540062010-08-19 Luis Machado <luisgpm@br.ibm.com>
54007
54008 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54009 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54010 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54011 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54012 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54013 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54014 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54015 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54016 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54017 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54018 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54019 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54020 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54021 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54022
b9b42ee0
AB
540232010-07-26 Anton Blanchard <anton@samba.org>
54024
54025 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54026 * malloc/arena.c (heap_trim): Likewise.
54027
1c06ba31
UD
540282010-08-16 Ulrich Drepper <drepper@redhat.com>
54029
54030 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54031 here. Not...
54032 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54033 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54034
f8392f40
L
540352010-08-12 H.J. Lu <hongjiu.lu@intel.com>
54036
54037 * sysdeps/i386/elf/Makefile: New file.
54038
3162f12e
AS
540392010-08-14 Andreas Schwab <schwab@linux-m68k.org>
54040
54041 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54042 from fanotify_init.
54043 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54044 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54045
28c90b2c
UD
540462010-08-15 Ulrich Drepper <drepper@redhat.com>
54047
54048 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54049 of strncasecmp_l.
1feccb6c 54050 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 54051
ca6bb004
UD
540522010-08-14 Ulrich Drepper <drepper@redhat.com>
54053
e9f82e0d
UD
54054 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54055 strncase_l-nonascii.
54056 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54057 Add strncase_l-ssse3.
54058 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54059 * sysdeps/x86_64/strcmp.S: Likewise.
54060 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54061 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54062 * sysdeps/x86_64/strncase.S: New file.
54063 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54064 * sysdeps/x86_64/strncase_l.S: New file.
54065 * string/Makefile (strop-tests): Add strncasecmp.
54066 * string/test-strncasecmp.c: New file.
54067
54068 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54069 warning.
54070
ca6bb004
UD
54071 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54072 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54073
052fa7b3
AS
540742010-08-14 Andreas Schwab <schwab@linux-m68k.org>
54075
54076 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54077
962dba78
UD
540782010-08-12 Ulrich Drepper <drepper@redhat.com>
54079
54080 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54081 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54082 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54083
bebff237
AM
540842010-05-01 Alan Modra <amodra@gmail.com>
54085
54086 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54087 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54088 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54089 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54090 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54091 tidying. Don't tail-call __sigjmp_save for static lib.
54092 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54093 save location.
54094 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54095 (CALL_MCOUNT): Add eh info, and nop after bl.
54096 (TAIL_CALL_SYSCALL_ERROR): New macro.
54097 (PSEUDO_RET): Use it.
54098 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54099 Correct save location of integer regs and cr.
54100 (_dl_profile_resolve): Correct cr save location. Delete nops
54101 after bl when SHARED. Reduce cfi size a little by better
54102 placement of cfi directives.
54103 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54104 make a stack frame. Instead use parm save area as a temp.
54105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54106 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
54107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54108 Don't make a stack frame for parent, use parm save area.
54109 Increase child stack frame to 112 bytes. Don't save unused reg,
54110 and adjust reg usage. Set up cfi on error recovery and
54111 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54112 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54113 (__makecontext): Add dummy nop after jump to exit.
54114 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54115 Use correct parm save area and cr save, reduce stack frame.
54116 Correct cfi for possible PSEUDO_RET frame setup.
54117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54118 Branch to local label emitted by PSEUDO_RET rather than
54119 __syscall_error.
54120
02637374
AS
541212010-08-12 Andreas Schwab <schwab@redhat.com>
54122
54123 [BZ #11904]
54124 * locale/programs/locale.c (print_assignment): New function.
54125 (show_locale_vars): Use it.
54126
c3e2f19b
UD
541272010-08-11 Ulrich Drepper <drepper@redhat.com>
54128
3cdaa6ad
UD
54129 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54130 field.
54131 (struct statfs64): Likewise.
54132 (_STATFS_F_FLAGS): Define.
54133 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54134 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54135 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54136 (ST_VALID): Define locally.
54137 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54138 __statvfs_getflags, use the provided value.
54139 * sysdeps/unix/sysv/linux/kernel-features.h: Define
54140 __ASSUME_STATFS_F_FLAGS.
54141
754f7da3
UD
54142 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54143
10b3bedc
UD
54144 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54145 Add sys/fanotify.h.
54146 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54147 fanotify_mask for GLIBC_2.13.
54148 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54149 fanotify_init and fanotify_mark.
54150 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54151 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54152
c08fb0d7
UD
54153 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54154 Add prlimit.
54155 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54156 prlimit64 for GLIBC_2.13.
54157 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54158 prlimit64.
54159 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54160 syscall.
54161 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54162 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54163 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54164 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54165 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
54166 add prlimit alias.
54167 * sysdeps/unix/sysv/linux/prlimit.c: New file.
54168
15bac72b
UD
54169 [BZ #11903]
54170 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54171 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54172
c3e2f19b
UD
54173 * nss/Makefile: Add rules to build and run tst-nss-test1.
54174 * shlib-versions: Add entry for libnss_test1.
54175 * nss/nss_test1.c: New file.
54176 * nss/tst-nss-test1.c: New file.
54177
54178 * nss/nsswitch.c (__nss_database_custom): Define new variable.
54179 (__nss_configure_lookup): Set appropriate entry in
54180 __nss_configure_lookup to true.
54181 * nss/nsswitch.h: Define enum with indeces of databases in
54182 databases and __nss_database_custom arrays. Declare
54183 __nss_database_custom.
54184 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54185 to avoid using nscd when custom rules are installed.
54186 * nss/getXXbyYY_r.c: Likewise.
54187 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54188
54189 * nss/nss_files/files-parse.c: Whitespace fixes.
54190
f15ce4d8
UD
541912010-08-09 Ulrich Drepper <drepper@redhat.com>
54192
54193 [BZ #11883]
54194 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54195 * posix/fnmatch_loop.c: Likewise.
54196
d22e4cc9
AK
541972010-07-17 Andi Kleen <ak@linux.intel.com>
54198
54199 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54200 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54201 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54202 * Versions.def [GLIBC_2.13]: Add.
54203
805bc17d
UD
542042010-08-06 Ulrich Drepper <drepper@redhat.com>
54205
54206 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54207 Also fail if tpwd after pwuid call is NULL.
54208
5a42321d
ST
542092010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
54210
54211 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54212 when converting to ms.
54213
fd3ebeda
ST
542142010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
54215
54216 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54217 EOPNOTSUPP errors with ENOTTY.
54218 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54219 EOPNOTSUPP errors with ENOTTY.
54220
73507d3a
UD
542212010-07-31 Ulrich Drepper <drepper@redhat.com>
54222
54223 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54224 Add strcasecmp_l-ssse3.
54225 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54226 strcasecmp.
54227 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54228 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54229 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54230
fe36dd02
UD
542312010-07-30 Ulrich Drepper <drepper@redhat.com>
54232
66f6765a
UD
54233 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54234
42e08a54
UD
54235 * string/Makefile (strop-tests): Add strcasecmp.
54236 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54237 strcasecmp_l-nonascii.
54238 (gen-as-const-headers): Add locale-defines.sym.
54239 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54240 * sysdeps/x86_64/strcasecmp.S: New file.
54241 * sysdeps/x86_64/strcasecmp_l.S: New file.
54242 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54243 * sysdeps/x86_64/locale-defines.sym: New file.
54244 * string/test-strcasecmp.c: New file.
54245
fe36dd02
UD
54246 * string/test-strcasestr.c: Test both ends of the range of characters.
54247 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54248
48cbc0d6
RM
542492010-07-29 Roland McGrath <roland@redhat.com>
54250
76e6d6bc 54251 [BZ #11856]
48cbc0d6
RM
54252 * manual/locale.texi (Yes-or-No Questions): Fix example code.
54253
880113d9
UD
542542010-07-27 Ulrich Drepper <drepper@redhat.com>
54255
54256 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54257 for ld.so.
54258
deb9cabb
AS
542592010-07-27 Andreas Schwab <schwab@redhat.com>
54260
54261 * manual/memory.texi (Malloc Tunable Parameters): Document
54262 M_PERTURB.
54263
1c7570ff
RM
542642010-07-26 Roland McGrath <roland@redhat.com>
54265
54266 [BZ #11840]
54267 * configure.in (-fgnu89-inline check): Set and substitute
54268 gnu89_inline, not libc_cv_gnu89_inline.
54269 * configure: Regenerated.
54270 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54271
24fb0f88
UD
542722010-07-26 Ulrich Drepper <drepper@redhat.com>
54273
54274 * string/test-strnlen.c: New file.
54275 * string/Makefile (strop-tests): Add strnlen.
54276 * string/tester.c (test_strnlen): Add a few more test cases.
54277 * string/tst-strlen.c: Better error reporting.
54278
54279 * sysdeps/x86_64/strnlen.S: New file.
54280
8e96b93a
UD
542812010-07-24 Ulrich Drepper <drepper@redhat.com>
54282
54283 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54284 lower-latency instructions.
54285
dbc676d4
UD
542862010-07-23 Ulrich Drepper <drepper@redhat.com>
54287
54288 * string/test-strcasestr.c: New file.
54289 * string/test-strstr.c: New file.
54290 * string/Makefile (strop-tests): Add strstr and strcasestr.
54291 * string/str-two-way.h: Don't undefine MAX.
54292 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54293
f6a31e0e
AS
542942010-07-21 Andreas Schwab <schwab@redhat.com>
54295
54296 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54297 strcasestr-nonascii.
54298 (CFLAGS-strcasestr-nonascii.c): Define.
54299 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54300 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54301 Remove unused attribute.
54302
5dbc3b6c
RM
543032010-07-20 Roland McGrath <roland@redhat.com>
54304
54305 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54306 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
54307 ld.so.cache was broken. With it, there is no way to disable dsocaps
54308 like LD_HWCAP_MASK can disable hwcaps.
54309
23d101d8
EPM
543102010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54311
54312 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54313
cc9f2e47
UD
543142010-07-16 Ulrich Drepper <drepper@redhat.com>
54315
54316 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54317 call in strcasestr.
54318 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54319 __strcasestr_sse42_nonascii.
54320 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54321 strcasestr-nonascii.c.
54322 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54323
77c1b069
LM
543242010-06-15 Luis Machado <luisgpm@br.ibm.com>
54325
54326 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54327 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54328 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54329 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54330
440566c3
UD
543312010-07-09 Ulrich Drepper <drepper@redhat.com>
54332
54333 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54334 fcntl.
54335
5be9d05d
AS
543362010-07-06 Andreas Schwab <schwab@redhat.com>
54337
c30b7ee2 54338 [BZ #11577]
5be9d05d
AS
54339 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54340 dl_signal_cerror.
54341
8a492a67
UD
543422010-07-06 Ulrich Drepper <drepper@redhat.com>
54343
54344 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54345 _PC_PIPE_BUF using F_GETPIPE_SZ.
54346
713df3d5
RM
543472010-07-05 Roland McGrath <roland@redhat.com>
54348
54349 * manual/arith.texi (Rounding Functions): Fix rint description
54350 implicit in round description.
54351
702e8f14
UD
543522010-07-02 Ulrich Drepper <drepper@redhat.com>
54353
54354 * elf/Makefile: Fix linking for a few tests to make recent linker
54355 happy.
54356
52ed8be9
AS
543572010-06-30 Andreas Schwab <schwab@redhat.com>
54358
54359 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54360 $(common-objpfx)libc_nonshared.a.
54361
f47c9a11
LM
543622010-06-21 Luis Machado <luisgpm@br.ibm.com>
54363
54364 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54365 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54366 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54367 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54368 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54369 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54370 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54371 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54372 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54373 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54374 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54375 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54376 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54377 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54378 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54383 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54384 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54386 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54387 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54388 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54389 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54390 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54391 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54392 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54393 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54394 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54395 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54396 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54397 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54398 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54399 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54400 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54401 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54402 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54403 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54404 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54405 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54408 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54412
6fb8cbcb
L
544132010-06-25 H.J. Lu <hongjiu.lu@intel.com>
54414
54415 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54416 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
54417 * string/memmove.c (memmove): Renamed to ...
54418 (MEMMOVE): ...this. Default to memmove.
54419 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54420 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54421 (END_CHK): Define.
54422 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54423 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54424 mempcpy-ssse3-back memmove-ssse3-back.
54425 * sysdeps/x86_64/multiarch/bcopy.S: New file .
54426 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54427 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54428 * sysdeps/x86_64/multiarch/memcpy.S: New file.
54429 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54430 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54431 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54432 * sysdeps/x86_64/multiarch/memmove.c: New file.
54433 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54434 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54435 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54436 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54437 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54438 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54439 Define.
54440 (index_Fast_Copy_Backward): Define.
54441 (HAS_ARCH_FEATURE): Define.
54442 (HAS_FAST_REP_STRING): Define.
54443 (HAS_FAST_COPY_BACKWARD): Define.
54444
4e733bac 544452010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
54446
54447 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54448 Restore proper fallback handling.
54449
63c4ed22
UD
544502010-06-19 Ulrich Drepper <drepper@redhat.com>
54451
ac2b484c
UD
54452 [BZ #11701]
54453 * posix/group_member.c (__group_member): Correct checking loop.
54454
63c4ed22
UD
54455 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54456 OOM in getpwuid_r correctly. Return error number when the caller
54457 should return, otherwise -1.
54458 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54459 call returning > 0 value.
54460 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54461
765ade4b
AS
544622010-06-07 Andreas Schwab <schwab@redhat.com>
54463
54464 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54465 libc_nonshared.a from targets in modules-names.
54466
80da2e09
KS
544672010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
54468
54469 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54470 requires it.
54471
158db122
LM
544722010-06-10 Luis Machado <luisgpm@br.ibm.com>
54473
54474 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54475 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54476 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54477 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54478
caa78cf8
AS
544792010-06-02 Andreas Schwab <schwab@redhat.com>
54480
54481 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54482
b2ef2c01
UD
544832010-06-14 Ulrich Drepper <drepper@redhat.com>
54484
54485 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54486 and F_GETPIPE_SZ.
54487 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54488 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54489 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54490 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54491 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54492 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54493
fbd643b6
RM
544942010-06-14 Roland McGrath <roland@redhat.com>
54495
54496 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54497
f32f2869
JJ
544982010-06-07 Jakub Jelinek <jakub@redhat.com>
54499
54500 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54501 __REDIRECT followed by __THROW.
54502 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54503 * posix/getopt.h (getopt): Likewise.
54504
2a50c078
EPM
545052010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54506
54507 * hurd/lookup-at.c (__file_name_lookup_at): Accept
54508 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
54509 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54510 in AT_FLAGS.
54511 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54512 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54513
eb5ad2eb
LM
545142010-05-28 Luis Machado <luisgpm@br.ibm.com>
54515
54516 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54517
3c88fe1e
L
545182010-05-26 H.J. Lu <hongjiu.lu@intel.com>
54519
54520 [BZ #11640]
54521 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54522 Properly check family and model.
54523
d2f73151
TY
545242010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
54525
54526 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54527
ebd2e13d
LM
545282010-05-24 Luis Machado <luisgpm@br.ibm.com>
54529
54530 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54531
b32b8b45
UD
545322010-05-21 Ulrich Drepper <drepper@redhat.com>
54533
54534 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54535 symbol reference.
54536
9acbe24d
AS
545372010-05-19 Andreas Schwab <schwab@redhat.com>
54538
54539 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54540 symbol reference.
54541
f0ccf6ea
AS
545422010-05-21 Andreas Schwab <schwab@redhat.com>
54543
3d04ff3a
AS
54544 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54545 and internal_recvmmsg.
54546 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54547 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54548 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54549 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54550
f0ccf6ea
AS
54551 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54552 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54553 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54554
5b08ac57
AS
545552010-05-20 Andreas Schwab <schwab@redhat.com>
54556
54557 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54558
4828935d
LM
545592010-05-17 Luis Machado <luisgpm@br.ibm.com>
54560
54561 POWER7 optimizations.
54562 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54563 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54564
373d545e
UD
545652010-05-19 Ulrich Drepper <drepper@redhat.com>
54566
54567 * version.h: Update for 2.13 development version.
54568
21a2b1ae
AS
545692010-05-12 Andrew Stubbs <ams@codesourcery.com>
54570
54571 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54572 exceptions. Return 0.
54573
3f7dcb2b
RM
545742010-05-07 Roland McGrath <roland@redhat.com>
54575
54576 * elf/ldconfig.c (main): Add a const.
54577
5f24d53a 545782010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 54579
a160f8d8
UD
54580 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54581 (args_options): Add no-idn option.
54582 (ahosts_keys_int): Add idn_flags to ai_flags.
54583 (parse_option): Handle 'i' option to clear idn_flags.
54584
5f24d53a
UD
54585 * malloc/malloc.c (_int_free): Possible race in the most recently
54586 added check. Only act on the data if no current modification
54587 happened.
265bb1ce
UD
54588
54589See ChangeLog.17 for earlier changes.